-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
87e0ab1
commit 8088f79
Showing
1 changed file
with
74 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"compat": { | ||
}, | ||
"num_libraries": 549, | ||
"num_libraries": 550, | ||
"repos": { | ||
"data": { | ||
"ITISFoundation/qx-iconfont-fontawesome5": { | ||
|
@@ -7499,12 +7499,84 @@ | |
"published_at": "2024-03-18T08:53:43Z", | ||
"title": "v1.0.2", | ||
"zip_url": "https://github.com/goldim/scro34.themedemo/archive/v1.0.2.zip" | ||
}, | ||
"v1.0.3": { | ||
"comment": "Changed links from http to https for web browser. Added hover icons for web browser buttons.", | ||
"id": 147448882, | ||
"manifests": [ | ||
{ | ||
"info": { | ||
"authors": [ | ||
{ | ||
"email": "[email protected]", | ||
"name": "Norbert Schröder (scro34)" | ||
}, | ||
{ | ||
"email": "[email protected]", | ||
"name": "Dmitrii Zolotov (goldim)" | ||
} | ||
], | ||
"description": "This is a demo containing a different widgets to show theme features.", | ||
"homepage": "", | ||
"license": "MIT license", | ||
"name": "themedemo", | ||
"summary": "Common used from demo", | ||
"version": "1.0.3" | ||
}, | ||
"path": "Manifest.json", | ||
"provides": { | ||
"class": "source/class", | ||
"encoding": "utf-8", | ||
"fonts": { | ||
"JosefinSlabBold": { | ||
"fontFaces": [ | ||
{ | ||
"fontFamily": "JosefinSlab Bold", | ||
"fontStyle": "normal", | ||
"fontWeight": "bold", | ||
"paths": [ | ||
"scro34/themedemo/font/JosefinSlab-Bold.ttf" | ||
] | ||
} | ||
] | ||
}, | ||
"JosefinSlabRegular": { | ||
"fontFaces": [ | ||
{ | ||
"fontFamily": "JosefinSlab Regular", | ||
"fontStyle": "normal", | ||
"fontWeight": "normal", | ||
"paths": [ | ||
"scro34/themedemo/font/JosefinSlab-Regular.ttf" | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"namespace": "scro34.themedemo", | ||
"resource": "source/resource", | ||
"translation": "source/translation" | ||
}, | ||
"qx_versions": "^7.6.3", | ||
"requires": { | ||
"@qooxdoo/framework": "^7.6.3", | ||
"qooxdoo/qxl.formdemo": "^2.0.0", | ||
"qooxdoo/qxl.versionlabel": "^2.0.0", | ||
"qooxdoo/qxl.widgetbrowser": "^2.0.0" | ||
} | ||
} | ||
], | ||
"prerelease": false, | ||
"published_at": "2024-03-20T12:10:18Z", | ||
"title": "v1.0.3", | ||
"zip_url": "https://github.com/goldim/scro34.themedemo/archive/v1.0.3.zip" | ||
} | ||
}, | ||
"list": [ | ||
"v1.0.0", | ||
"v1.0.1", | ||
"v1.0.2" | ||
"v1.0.2", | ||
"v1.0.3" | ||
] | ||
}, | ||
"url": "https://api.github.com/repos/goldim/scro34.themedemo" | ||
|