@yongdall/skin 0.4.6 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@yongdall/skin",
3
- "version": "0.4.6",
3
+ "version": "0.5.0",
4
4
  "dependencies": {}
5
5
  }
@@ -0,0 +1,9 @@
1
+ //#region packages/skin/yongdall/enumeration.mjs
2
+ const skin = [{
3
+ skin: "@yongdall/skin/style.css",
4
+ label: "默认皮肤"
5
+ }];
6
+
7
+ //#endregion
8
+ export { skin };
9
+ //# sourceMappingURL=enumeration.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enumeration.mjs","names":[],"sources":["../../../packages/skin/yongdall/enumeration.mjs"],"sourcesContent":["export const skin = [\n\t{ skin: '@yongdall/skin/style.css', label: '默认皮肤' },\n];\n"],"mappings":";AAAA,MAAa,OAAO,CACnB;CAAE,MAAM;CAA4B,OAAO;CAAQ,CACnD"}
@@ -0,0 +1 @@
1
+ label: 默认皮肤
@@ -1,9 +0,0 @@
1
- //#region packages/skin/hooks.yongdall.mjs
2
- const enumerations = { skin: [{
3
- skin: "@yongdall/skin/style.css",
4
- label: "默认皮肤"
5
- }] };
6
-
7
- //#endregion
8
- export { enumerations };
9
- //# sourceMappingURL=hooks.yongdall.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"hooks.yongdall.mjs","names":[],"sources":["../../packages/skin/hooks.yongdall.mjs"],"sourcesContent":["export const enumerations = {\n\tskin: [\n\t\t{ skin: '@yongdall/skin/style.css', label: '默认皮肤' },\n\t]\n};\n"],"mappings":";AAAA,MAAa,eAAe,EAC3B,MAAM,CACL;CAAE,MAAM;CAA4B,OAAO;CAAQ,CACnD,EACD"}