@yongdall/theme 0.4.5 → 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,6 +1,6 @@
1
1
  {
2
2
  "name": "@yongdall/theme",
3
- "version": "0.4.5",
3
+ "version": "0.5.0",
4
4
  "exports": {
5
5
  ".": "./index.mjs"
6
6
  },
@@ -9,11 +9,11 @@
9
9
  },
10
10
  "devDependencies": {
11
11
  "@neeloong/table": "^0.0.2",
12
- "@yongdall/web": "^0.4.5"
12
+ "@yongdall/web": "^0.5.0"
13
13
  },
14
14
  "peerDependencies": {
15
15
  "@neeloong/table": "^0.0.2",
16
- "@yongdall/web": "^0.4.5"
16
+ "@yongdall/web": "^0.5.0"
17
17
  },
18
18
  "main": "./index.mjs",
19
19
  "type": "module"
@@ -1,5 +1,5 @@
1
- //#region packages/theme/hooks.yongdall.mjs
2
- const enumerations = { theme: [
1
+ //#region packages/theme/yongdall/enumeration.mjs
2
+ const theme = [
3
3
  {
4
4
  theme: "@yongdall/theme#allSider",
5
5
  label: "全侧主题"
@@ -12,8 +12,8 @@ const enumerations = { theme: [
12
12
  theme: "@yongdall/theme#tabs",
13
13
  label: "多页主题"
14
14
  }
15
- ] };
15
+ ];
16
16
 
17
17
  //#endregion
18
- export { enumerations };
19
- //# sourceMappingURL=hooks.yongdall.mjs.map
18
+ export { theme };
19
+ //# sourceMappingURL=enumeration.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enumeration.mjs","names":[],"sources":["../../../packages/theme/yongdall/enumeration.mjs"],"sourcesContent":["export const theme = [\n\t{ theme: '@yongdall/theme#allSider', label: '全侧主题' },\n\t{ theme: '@yongdall/theme#base', label: '基础主题' },\n\t{ theme: '@yongdall/theme#tabs', label: '多页主题' },\n];\n"],"mappings":";AAAA,MAAa,QAAQ;CACpB;EAAE,OAAO;EAA4B,OAAO;EAAQ;CACpD;EAAE,OAAO;EAAwB,OAAO;EAAQ;CAChD;EAAE,OAAO;EAAwB,OAAO;EAAQ;CAChD"}
@@ -0,0 +1 @@
1
+ label: 基础皮肤
@@ -1 +0,0 @@
1
- {"version":3,"file":"hooks.yongdall.mjs","names":[],"sources":["../../packages/theme/hooks.yongdall.mjs"],"sourcesContent":["export const enumerations = {\n\ttheme: [\n\t\t{ theme: '@yongdall/theme#allSider', label: '全侧主题' },\n\t\t{ theme: '@yongdall/theme#base', label: '基础主题' },\n\t\t{ theme: '@yongdall/theme#tabs', label: '多页主题' },\n\t]\n};\n"],"mappings":";AAAA,MAAa,eAAe,EAC3B,OAAO;CACN;EAAE,OAAO;EAA4B,OAAO;EAAQ;CACpD;EAAE,OAAO;EAAwB,OAAO;EAAQ;CAChD;EAAE,OAAO;EAAwB,OAAO;EAAQ;CAChD,EACD"}