@hanzogui/themes 3.0.6 → 4.3.1

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.
Files changed (236) hide show
  1. package/.turbo/turbo-build.log +2 -0
  2. package/dist/cjs/componentThemeDefinitions.cjs +104 -102
  3. package/dist/cjs/componentThemeDefinitions.native.js +106 -104
  4. package/dist/cjs/componentThemeDefinitions.native.js.map +1 -1
  5. package/dist/cjs/generated-new.cjs +2005 -2001
  6. package/dist/cjs/generated-new.native.js +2014 -2007
  7. package/dist/cjs/generated-new.native.js.map +1 -1
  8. package/dist/cjs/generated-v3.cjs +1083 -1079
  9. package/dist/cjs/generated-v3.native.js +1092 -1085
  10. package/dist/cjs/generated-v3.native.js.map +1 -1
  11. package/dist/cjs/generated-v4-gui.cjs +917 -913
  12. package/dist/cjs/generated-v4-gui.native.js +926 -919
  13. package/dist/cjs/generated-v4-gui.native.js.map +1 -1
  14. package/dist/cjs/generated-v4.cjs +375 -371
  15. package/dist/cjs/generated-v4.native.js +384 -377
  16. package/dist/cjs/generated-v4.native.js.map +1 -1
  17. package/dist/cjs/generated-v5-subtle.cjs +533 -529
  18. package/dist/cjs/generated-v5-subtle.native.js +542 -535
  19. package/dist/cjs/generated-v5-subtle.native.js.map +1 -1
  20. package/dist/cjs/generated-v5.cjs +533 -529
  21. package/dist/cjs/generated-v5.native.js +542 -535
  22. package/dist/cjs/generated-v5.native.js.map +1 -1
  23. package/dist/cjs/helpers.cjs +12 -10
  24. package/dist/cjs/helpers.native.js +12 -10
  25. package/dist/cjs/helpers.native.js.map +1 -1
  26. package/dist/cjs/index.cjs +7 -5
  27. package/dist/cjs/index.native.js +7 -5
  28. package/dist/cjs/index.native.js.map +1 -1
  29. package/dist/cjs/opacify.cjs +62 -37
  30. package/dist/cjs/opacify.native.js +65 -42
  31. package/dist/cjs/opacify.native.js.map +1 -1
  32. package/dist/cjs/palettes.cjs +32 -30
  33. package/dist/cjs/palettes.native.js +47 -45
  34. package/dist/cjs/palettes.native.js.map +1 -1
  35. package/dist/cjs/shadows.cjs +30 -28
  36. package/dist/cjs/shadows.native.js +30 -28
  37. package/dist/cjs/shadows.native.js.map +1 -1
  38. package/dist/cjs/subtleChildrenThemes.cjs +48 -45
  39. package/dist/cjs/subtleChildrenThemes.native.js +54 -52
  40. package/dist/cjs/subtleChildrenThemes.native.js.map +1 -1
  41. package/dist/cjs/templates.cjs +98 -96
  42. package/dist/cjs/templates.native.js +100 -98
  43. package/dist/cjs/templates.native.js.map +1 -1
  44. package/dist/cjs/themes-new.cjs +70 -68
  45. package/dist/cjs/themes-new.native.js +69 -67
  46. package/dist/cjs/themes-new.native.js.map +1 -1
  47. package/dist/cjs/themes-old.cjs +219 -211
  48. package/dist/cjs/themes-old.native.js +236 -234
  49. package/dist/cjs/themes-old.native.js.map +1 -1
  50. package/dist/cjs/themes.cjs +12 -10
  51. package/dist/cjs/themes.native.js +12 -10
  52. package/dist/cjs/themes.native.js.map +1 -1
  53. package/dist/cjs/tokens.cjs +133 -124
  54. package/dist/cjs/tokens.native.js +137 -130
  55. package/dist/cjs/tokens.native.js.map +1 -1
  56. package/dist/cjs/utils.cjs +18 -11
  57. package/dist/cjs/utils.native.js +18 -11
  58. package/dist/cjs/utils.native.js.map +1 -1
  59. package/dist/cjs/v3-themes.cjs +442 -439
  60. package/dist/cjs/v3-themes.native.js +454 -452
  61. package/dist/cjs/v3-themes.native.js.map +1 -1
  62. package/dist/cjs/v3-tokens.cjs +80 -76
  63. package/dist/cjs/v3-tokens.native.js +86 -84
  64. package/dist/cjs/v3-tokens.native.js.map +1 -1
  65. package/dist/cjs/v3.cjs +22 -20
  66. package/dist/cjs/v3.native.js +22 -20
  67. package/dist/cjs/v3.native.js.map +1 -1
  68. package/dist/cjs/v4-default.cjs +143 -141
  69. package/dist/cjs/v4-default.native.js +143 -141
  70. package/dist/cjs/v4-default.native.js.map +1 -1
  71. package/dist/cjs/v4-gui.cjs +213 -209
  72. package/dist/cjs/v4-gui.native.js +216 -214
  73. package/dist/cjs/v4-gui.native.js.map +1 -1
  74. package/dist/cjs/v4-tokens.cjs +80 -76
  75. package/dist/cjs/v4-tokens.native.js +86 -84
  76. package/dist/cjs/v4-tokens.native.js.map +1 -1
  77. package/dist/cjs/v4.cjs +16 -14
  78. package/dist/cjs/v4.native.js +16 -14
  79. package/dist/cjs/v4.native.js.map +1 -1
  80. package/dist/cjs/v5-subtle.cjs +19 -14
  81. package/dist/cjs/v5-subtle.native.js +19 -14
  82. package/dist/cjs/v5-subtle.native.js.map +1 -1
  83. package/dist/cjs/v5-templates.cjs +101 -92
  84. package/dist/cjs/v5-templates.native.js +108 -106
  85. package/dist/cjs/v5-templates.native.js.map +1 -1
  86. package/dist/cjs/v5-themes-subtle.cjs +15 -13
  87. package/dist/cjs/v5-themes-subtle.native.js +18 -16
  88. package/dist/cjs/v5-themes-subtle.native.js.map +1 -1
  89. package/dist/cjs/v5-themes.cjs +203 -188
  90. package/dist/cjs/v5-themes.native.js +233 -208
  91. package/dist/cjs/v5-themes.native.js.map +1 -1
  92. package/dist/cjs/v5-tokens.cjs +80 -76
  93. package/dist/cjs/v5-tokens.native.js +86 -84
  94. package/dist/cjs/v5-tokens.native.js.map +1 -1
  95. package/dist/cjs/v5.cjs +16 -14
  96. package/dist/cjs/v5.native.js +16 -14
  97. package/dist/cjs/v5.native.js.map +1 -1
  98. package/dist/esm/componentThemeDefinitions.mjs +92 -92
  99. package/dist/esm/componentThemeDefinitions.mjs.map +1 -1
  100. package/dist/esm/componentThemeDefinitions.native.js +92 -92
  101. package/dist/esm/componentThemeDefinitions.native.js.map +1 -1
  102. package/dist/esm/generated-new.mjs +1993 -1991
  103. package/dist/esm/generated-new.mjs.map +1 -1
  104. package/dist/esm/generated-new.native.js +2002 -1997
  105. package/dist/esm/generated-new.native.js.map +1 -1
  106. package/dist/esm/generated-v3.mjs +1071 -1069
  107. package/dist/esm/generated-v3.mjs.map +1 -1
  108. package/dist/esm/generated-v3.native.js +1080 -1075
  109. package/dist/esm/generated-v3.native.js.map +1 -1
  110. package/dist/esm/generated-v4-gui.mjs +905 -903
  111. package/dist/esm/generated-v4-gui.mjs.map +1 -1
  112. package/dist/esm/generated-v4-gui.native.js +914 -909
  113. package/dist/esm/generated-v4-gui.native.js.map +1 -1
  114. package/dist/esm/generated-v4.mjs +363 -361
  115. package/dist/esm/generated-v4.mjs.map +1 -1
  116. package/dist/esm/generated-v4.native.js +372 -367
  117. package/dist/esm/generated-v4.native.js.map +1 -1
  118. package/dist/esm/generated-v5-subtle.mjs +521 -519
  119. package/dist/esm/generated-v5-subtle.mjs.map +1 -1
  120. package/dist/esm/generated-v5-subtle.native.js +530 -525
  121. package/dist/esm/generated-v5-subtle.native.js.map +1 -1
  122. package/dist/esm/generated-v5.mjs +521 -519
  123. package/dist/esm/generated-v5.mjs.map +1 -1
  124. package/dist/esm/generated-v5.native.js +530 -525
  125. package/dist/esm/generated-v5.native.js.map +1 -1
  126. package/dist/esm/opacify.mjs +50 -27
  127. package/dist/esm/opacify.mjs.map +1 -1
  128. package/dist/esm/opacify.native.js +53 -32
  129. package/dist/esm/opacify.native.js.map +1 -1
  130. package/dist/esm/palettes.mjs +18 -18
  131. package/dist/esm/palettes.mjs.map +1 -1
  132. package/dist/esm/palettes.native.js +26 -26
  133. package/dist/esm/palettes.native.js.map +1 -1
  134. package/dist/esm/shadows.mjs +18 -18
  135. package/dist/esm/shadows.mjs.map +1 -1
  136. package/dist/esm/shadows.native.js +18 -18
  137. package/dist/esm/shadows.native.js.map +1 -1
  138. package/dist/esm/subtleChildrenThemes.mjs +36 -35
  139. package/dist/esm/subtleChildrenThemes.mjs.map +1 -1
  140. package/dist/esm/subtleChildrenThemes.native.js +40 -40
  141. package/dist/esm/subtleChildrenThemes.native.js.map +1 -1
  142. package/dist/esm/templates.mjs +86 -86
  143. package/dist/esm/templates.mjs.map +1 -1
  144. package/dist/esm/templates.native.js +86 -86
  145. package/dist/esm/templates.native.js.map +1 -1
  146. package/dist/esm/themes-new.mjs +51 -51
  147. package/dist/esm/themes-new.mjs.map +1 -1
  148. package/dist/esm/themes-new.native.js +49 -49
  149. package/dist/esm/themes-new.native.js.map +1 -1
  150. package/dist/esm/themes-old.mjs +205 -199
  151. package/dist/esm/themes-old.mjs.map +1 -1
  152. package/dist/esm/themes-old.native.js +222 -222
  153. package/dist/esm/themes-old.native.js.map +1 -1
  154. package/dist/esm/tokens.mjs +119 -112
  155. package/dist/esm/tokens.mjs.map +1 -1
  156. package/dist/esm/tokens.native.js +122 -117
  157. package/dist/esm/tokens.native.js.map +1 -1
  158. package/dist/esm/utils.mjs +6 -1
  159. package/dist/esm/utils.mjs.map +1 -1
  160. package/dist/esm/utils.native.js +6 -1
  161. package/dist/esm/utils.native.js.map +1 -1
  162. package/dist/esm/v3-themes.mjs +425 -424
  163. package/dist/esm/v3-themes.mjs.map +1 -1
  164. package/dist/esm/v3-themes.native.js +436 -436
  165. package/dist/esm/v3-themes.native.js.map +1 -1
  166. package/dist/esm/v3-tokens.mjs +68 -66
  167. package/dist/esm/v3-tokens.mjs.map +1 -1
  168. package/dist/esm/v3-tokens.native.js +72 -72
  169. package/dist/esm/v3-tokens.native.js.map +1 -1
  170. package/dist/esm/v4-default.mjs +117 -117
  171. package/dist/esm/v4-default.mjs.map +1 -1
  172. package/dist/esm/v4-default.native.js +117 -117
  173. package/dist/esm/v4-default.native.js.map +1 -1
  174. package/dist/esm/v4-gui.mjs +186 -184
  175. package/dist/esm/v4-gui.mjs.map +1 -1
  176. package/dist/esm/v4-gui.native.js +188 -188
  177. package/dist/esm/v4-gui.native.js.map +1 -1
  178. package/dist/esm/v4-tokens.mjs +68 -66
  179. package/dist/esm/v4-tokens.mjs.map +1 -1
  180. package/dist/esm/v4-tokens.native.js +72 -72
  181. package/dist/esm/v4-tokens.native.js.map +1 -1
  182. package/dist/esm/v5-subtle.mjs +2 -1
  183. package/dist/esm/v5-subtle.mjs.map +1 -1
  184. package/dist/esm/v5-subtle.native.js +2 -1
  185. package/dist/esm/v5-subtle.native.js.map +1 -1
  186. package/dist/esm/v5-templates.mjs +89 -82
  187. package/dist/esm/v5-templates.mjs.map +1 -1
  188. package/dist/esm/v5-templates.native.js +94 -94
  189. package/dist/esm/v5-templates.native.js.map +1 -1
  190. package/dist/esm/v5-themes.mjs +186 -173
  191. package/dist/esm/v5-themes.mjs.map +1 -1
  192. package/dist/esm/v5-themes.native.js +216 -193
  193. package/dist/esm/v5-themes.native.js.map +1 -1
  194. package/dist/esm/v5-tokens.mjs +68 -66
  195. package/dist/esm/v5-tokens.mjs.map +1 -1
  196. package/dist/esm/v5-tokens.native.js +72 -72
  197. package/dist/esm/v5-tokens.native.js.map +1 -1
  198. package/package.json +1 -1
  199. package/src/v4-default.ts +3 -3
  200. package/src/v4-gui.ts +3 -3
  201. package/src/v5-subtle.tsx +1 -0
  202. package/types/componentThemeDefinitions.d.ts.map +1 -0
  203. package/types/generated-new.d.ts.map +1 -0
  204. package/types/generated-v3.d.ts.map +1 -0
  205. package/types/generated-v4-gui.d.ts.map +1 -0
  206. package/types/generated-v4.d.ts.map +1 -0
  207. package/types/generated-v5-subtle.d.ts.map +1 -0
  208. package/types/generated-v5.d.ts.map +1 -0
  209. package/types/helpers.d.ts.map +1 -0
  210. package/types/index.d.ts.map +1 -0
  211. package/types/opacify.d.ts.map +1 -0
  212. package/types/palettes.d.ts.map +1 -0
  213. package/types/shadows.d.ts.map +1 -0
  214. package/types/subtleChildrenThemes.d.ts.map +1 -0
  215. package/types/templates.d.ts.map +1 -0
  216. package/types/themes-new.d.ts.map +1 -0
  217. package/types/themes-old.d.ts.map +1 -0
  218. package/types/themes.d.ts.map +1 -0
  219. package/types/tokens.d.ts.map +1 -0
  220. package/types/utils.d.ts.map +1 -0
  221. package/types/v3-themes.d.ts.map +1 -0
  222. package/types/v3-tokens.d.ts.map +1 -0
  223. package/types/v3.d.ts.map +1 -0
  224. package/types/v4-default.d.ts +2 -2
  225. package/types/v4-default.d.ts.map +1 -0
  226. package/types/v4-gui.d.ts +2 -2
  227. package/types/v4-gui.d.ts.map +1 -0
  228. package/types/v4-tokens.d.ts.map +1 -0
  229. package/types/v4.d.ts.map +1 -0
  230. package/types/v5-subtle.d.ts +1 -0
  231. package/types/v5-subtle.d.ts.map +1 -0
  232. package/types/v5-templates.d.ts.map +1 -0
  233. package/types/v5-themes-subtle.d.ts.map +1 -0
  234. package/types/v5-themes.d.ts.map +1 -0
  235. package/types/v5-tokens.d.ts.map +1 -0
  236. package/types/v5.d.ts.map +1 -0
@@ -0,0 +1,2 @@
1
+ $ hanzo-gui-build
2
+ built @hanzogui/themes in 3632 ms
@@ -3,20 +3,22 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
3
  var __getOwnPropNames = Object.getOwnPropertyNames;
4
4
  var __hasOwnProp = Object.prototype.hasOwnProperty;
5
5
  var __export = (target, all) => {
6
- for (var name in all) __defProp(target, name, {
7
- get: all[name],
8
- enumerable: !0
9
- });
10
- },
11
- __copyProps = (to, from, except, desc) => {
12
- if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
6
+ for (var name in all) __defProp(target, name, {
7
+ get: all[name],
8
+ enumerable: true
9
+ });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
13
14
  get: () => from[key],
14
15
  enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
15
16
  });
16
- return to;
17
- };
17
+ }
18
+ return to;
19
+ };
18
20
  var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
19
- value: !0
21
+ value: true
20
22
  }), mod);
21
23
  var componentThemeDefinitions_exports = {};
22
24
  __export(componentThemeDefinitions_exports, {
@@ -26,99 +28,99 @@ __export(componentThemeDefinitions_exports, {
26
28
  module.exports = __toCommonJS(componentThemeDefinitions_exports);
27
29
  var import_templates = require("./templates.cjs");
28
30
  const overlayThemes = {
29
- light: {
30
- background: "rgba(0,0,0,0.5)"
31
- },
32
- dark: {
33
- background: "rgba(0,0,0,0.9)"
34
- }
35
- },
36
- overlayThemeDefinitions = [{
31
+ light: {
32
+ background: "rgba(0,0,0,0.5)"
33
+ },
34
+ dark: {
35
+ background: "rgba(0,0,0,0.9)"
36
+ }
37
+ };
38
+ const overlayThemeDefinitions = [{
39
+ parent: "light",
40
+ theme: overlayThemes.light
41
+ }, {
42
+ parent: "dark",
43
+ theme: overlayThemes.dark
44
+ }];
45
+ const componentThemeDefinitions = {
46
+ ListItem: [{
37
47
  parent: "light",
38
- theme: overlayThemes.light
48
+ mask: "strengthen",
49
+ ...import_templates.maskOptions.component
39
50
  }, {
40
51
  parent: "dark",
41
- theme: overlayThemes.dark
52
+ mask: "identity",
53
+ ...import_templates.maskOptions.component
42
54
  }],
43
- componentThemeDefinitions = {
44
- ListItem: [{
45
- parent: "light",
46
- mask: "strengthen",
47
- ...import_templates.maskOptions.component
48
- }, {
49
- parent: "dark",
50
- mask: "identity",
51
- ...import_templates.maskOptions.component
52
- }],
53
- Card: {
54
- mask: "soften",
55
- ...import_templates.maskOptions.component
56
- },
57
- Button: {
58
- mask: "soften2",
59
- ...import_templates.maskOptions.button
60
- },
61
- Checkbox: {
62
- mask: "softenBorder2",
63
- ...import_templates.maskOptions.component
64
- },
65
- Switch: {
66
- mask: "soften2",
67
- ...import_templates.maskOptions.component
68
- },
69
- SwitchThumb: {
70
- mask: "inverseStrengthen2",
71
- ...import_templates.maskOptions.component
72
- },
73
- TooltipContent: {
74
- mask: "soften2",
75
- ...import_templates.maskOptions.component
76
- },
77
- DrawerFrame: {
78
- mask: "soften",
79
- ...import_templates.maskOptions.component
80
- },
81
- Progress: {
82
- mask: "soften",
83
- ...import_templates.maskOptions.component
84
- },
85
- RadioGroupItem: {
86
- mask: "softenBorder2",
87
- ...import_templates.maskOptions.component
88
- },
89
- TooltipArrow: {
90
- mask: "soften",
91
- ...import_templates.maskOptions.component
92
- },
93
- SliderTrackActive: {
94
- mask: "inverseSoften",
95
- ...import_templates.maskOptions.component
96
- },
97
- SliderTrack: {
98
- mask: "soften2",
99
- ...import_templates.maskOptions.component
100
- },
101
- SliderThumb: {
102
- mask: "inverse",
103
- ...import_templates.maskOptions.component
104
- },
105
- Tooltip: {
106
- mask: "inverse",
107
- ...import_templates.maskOptions.component
108
- },
109
- ProgressIndicator: {
110
- mask: "inverse",
111
- ...import_templates.maskOptions.component
112
- },
113
- SheetOverlay: overlayThemeDefinitions,
114
- DialogOverlay: overlayThemeDefinitions,
115
- ModalOverlay: overlayThemeDefinitions,
116
- Input: {
117
- mask: "softenBorder2",
118
- ...import_templates.maskOptions.component
119
- },
120
- TextArea: {
121
- mask: "softenBorder2",
122
- ...import_templates.maskOptions.component
123
- }
124
- };
55
+ Card: {
56
+ mask: "soften",
57
+ ...import_templates.maskOptions.component
58
+ },
59
+ Button: {
60
+ mask: "soften2",
61
+ ...import_templates.maskOptions.button
62
+ },
63
+ Checkbox: {
64
+ mask: "softenBorder2",
65
+ ...import_templates.maskOptions.component
66
+ },
67
+ Switch: {
68
+ mask: "soften2",
69
+ ...import_templates.maskOptions.component
70
+ },
71
+ SwitchThumb: {
72
+ mask: "inverseStrengthen2",
73
+ ...import_templates.maskOptions.component
74
+ },
75
+ TooltipContent: {
76
+ mask: "soften2",
77
+ ...import_templates.maskOptions.component
78
+ },
79
+ DrawerFrame: {
80
+ mask: "soften",
81
+ ...import_templates.maskOptions.component
82
+ },
83
+ Progress: {
84
+ mask: "soften",
85
+ ...import_templates.maskOptions.component
86
+ },
87
+ RadioGroupItem: {
88
+ mask: "softenBorder2",
89
+ ...import_templates.maskOptions.component
90
+ },
91
+ TooltipArrow: {
92
+ mask: "soften",
93
+ ...import_templates.maskOptions.component
94
+ },
95
+ SliderTrackActive: {
96
+ mask: "inverseSoften",
97
+ ...import_templates.maskOptions.component
98
+ },
99
+ SliderTrack: {
100
+ mask: "soften2",
101
+ ...import_templates.maskOptions.component
102
+ },
103
+ SliderThumb: {
104
+ mask: "inverse",
105
+ ...import_templates.maskOptions.component
106
+ },
107
+ Tooltip: {
108
+ mask: "inverse",
109
+ ...import_templates.maskOptions.component
110
+ },
111
+ ProgressIndicator: {
112
+ mask: "inverse",
113
+ ...import_templates.maskOptions.component
114
+ },
115
+ SheetOverlay: overlayThemeDefinitions,
116
+ DialogOverlay: overlayThemeDefinitions,
117
+ ModalOverlay: overlayThemeDefinitions,
118
+ Input: {
119
+ mask: "softenBorder2",
120
+ ...import_templates.maskOptions.component
121
+ },
122
+ TextArea: {
123
+ mask: "softenBorder2",
124
+ ...import_templates.maskOptions.component
125
+ }
126
+ };
@@ -5,20 +5,22 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
5
  var __getOwnPropNames = Object.getOwnPropertyNames;
6
6
  var __hasOwnProp = Object.prototype.hasOwnProperty;
7
7
  var __export = (target, all) => {
8
- for (var name in all) __defProp(target, name, {
9
- get: all[name],
10
- enumerable: !0
11
- });
12
- },
13
- __copyProps = (to, from, except, desc) => {
14
- if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
8
+ for (var name in all) __defProp(target, name, {
9
+ get: all[name],
10
+ enumerable: true
11
+ });
12
+ };
13
+ var __copyProps = (to, from, except, desc) => {
14
+ if (from && typeof from === "object" || typeof from === "function") {
15
+ for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
15
16
  get: () => from[key],
16
17
  enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
17
18
  });
18
- return to;
19
- };
19
+ }
20
+ return to;
21
+ };
20
22
  var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
21
- value: !0
23
+ value: true
22
24
  }), mod);
23
25
  var componentThemeDefinitions_exports = {};
24
26
  __export(componentThemeDefinitions_exports, {
@@ -26,102 +28,102 @@ __export(componentThemeDefinitions_exports, {
26
28
  overlayThemeDefinitions: () => overlayThemeDefinitions
27
29
  });
28
30
  module.exports = __toCommonJS(componentThemeDefinitions_exports);
29
- var import_templates = require("./templates"),
30
- overlayThemes = {
31
- light: {
32
- background: "rgba(0,0,0,0.5)"
33
- },
34
- dark: {
35
- background: "rgba(0,0,0,0.9)"
36
- }
37
- },
38
- overlayThemeDefinitions = [{
31
+ var import_templates = require("./templates");
32
+ var overlayThemes = {
33
+ light: {
34
+ background: "rgba(0,0,0,0.5)"
35
+ },
36
+ dark: {
37
+ background: "rgba(0,0,0,0.9)"
38
+ }
39
+ };
40
+ var overlayThemeDefinitions = [{
41
+ parent: "light",
42
+ theme: overlayThemes.light
43
+ }, {
44
+ parent: "dark",
45
+ theme: overlayThemes.dark
46
+ }];
47
+ var componentThemeDefinitions = {
48
+ ListItem: [{
39
49
  parent: "light",
40
- theme: overlayThemes.light
50
+ mask: "strengthen",
51
+ ...import_templates.maskOptions.component
41
52
  }, {
42
53
  parent: "dark",
43
- theme: overlayThemes.dark
54
+ mask: "identity",
55
+ ...import_templates.maskOptions.component
44
56
  }],
45
- componentThemeDefinitions = {
46
- ListItem: [{
47
- parent: "light",
48
- mask: "strengthen",
49
- ...import_templates.maskOptions.component
50
- }, {
51
- parent: "dark",
52
- mask: "identity",
53
- ...import_templates.maskOptions.component
54
- }],
55
- Card: {
56
- mask: "soften",
57
- ...import_templates.maskOptions.component
58
- },
59
- Button: {
60
- mask: "soften2",
61
- ...import_templates.maskOptions.button
62
- },
63
- Checkbox: {
64
- mask: "softenBorder2",
65
- ...import_templates.maskOptions.component
66
- },
67
- Switch: {
68
- mask: "soften2",
69
- ...import_templates.maskOptions.component
70
- },
71
- SwitchThumb: {
72
- mask: "inverseStrengthen2",
73
- ...import_templates.maskOptions.component
74
- },
75
- TooltipContent: {
76
- mask: "soften2",
77
- ...import_templates.maskOptions.component
78
- },
79
- DrawerFrame: {
80
- mask: "soften",
81
- ...import_templates.maskOptions.component
82
- },
83
- Progress: {
84
- mask: "soften",
85
- ...import_templates.maskOptions.component
86
- },
87
- RadioGroupItem: {
88
- mask: "softenBorder2",
89
- ...import_templates.maskOptions.component
90
- },
91
- TooltipArrow: {
92
- mask: "soften",
93
- ...import_templates.maskOptions.component
94
- },
95
- SliderTrackActive: {
96
- mask: "inverseSoften",
97
- ...import_templates.maskOptions.component
98
- },
99
- SliderTrack: {
100
- mask: "soften2",
101
- ...import_templates.maskOptions.component
102
- },
103
- SliderThumb: {
104
- mask: "inverse",
105
- ...import_templates.maskOptions.component
106
- },
107
- Tooltip: {
108
- mask: "inverse",
109
- ...import_templates.maskOptions.component
110
- },
111
- ProgressIndicator: {
112
- mask: "inverse",
113
- ...import_templates.maskOptions.component
114
- },
115
- SheetOverlay: overlayThemeDefinitions,
116
- DialogOverlay: overlayThemeDefinitions,
117
- ModalOverlay: overlayThemeDefinitions,
118
- Input: {
119
- mask: "softenBorder2",
120
- ...import_templates.maskOptions.component
121
- },
122
- TextArea: {
123
- mask: "softenBorder2",
124
- ...import_templates.maskOptions.component
125
- }
126
- };
57
+ Card: {
58
+ mask: "soften",
59
+ ...import_templates.maskOptions.component
60
+ },
61
+ Button: {
62
+ mask: "soften2",
63
+ ...import_templates.maskOptions.button
64
+ },
65
+ Checkbox: {
66
+ mask: "softenBorder2",
67
+ ...import_templates.maskOptions.component
68
+ },
69
+ Switch: {
70
+ mask: "soften2",
71
+ ...import_templates.maskOptions.component
72
+ },
73
+ SwitchThumb: {
74
+ mask: "inverseStrengthen2",
75
+ ...import_templates.maskOptions.component
76
+ },
77
+ TooltipContent: {
78
+ mask: "soften2",
79
+ ...import_templates.maskOptions.component
80
+ },
81
+ DrawerFrame: {
82
+ mask: "soften",
83
+ ...import_templates.maskOptions.component
84
+ },
85
+ Progress: {
86
+ mask: "soften",
87
+ ...import_templates.maskOptions.component
88
+ },
89
+ RadioGroupItem: {
90
+ mask: "softenBorder2",
91
+ ...import_templates.maskOptions.component
92
+ },
93
+ TooltipArrow: {
94
+ mask: "soften",
95
+ ...import_templates.maskOptions.component
96
+ },
97
+ SliderTrackActive: {
98
+ mask: "inverseSoften",
99
+ ...import_templates.maskOptions.component
100
+ },
101
+ SliderTrack: {
102
+ mask: "soften2",
103
+ ...import_templates.maskOptions.component
104
+ },
105
+ SliderThumb: {
106
+ mask: "inverse",
107
+ ...import_templates.maskOptions.component
108
+ },
109
+ Tooltip: {
110
+ mask: "inverse",
111
+ ...import_templates.maskOptions.component
112
+ },
113
+ ProgressIndicator: {
114
+ mask: "inverse",
115
+ ...import_templates.maskOptions.component
116
+ },
117
+ SheetOverlay: overlayThemeDefinitions,
118
+ DialogOverlay: overlayThemeDefinitions,
119
+ ModalOverlay: overlayThemeDefinitions,
120
+ Input: {
121
+ mask: "softenBorder2",
122
+ ...import_templates.maskOptions.component
123
+ },
124
+ TextArea: {
125
+ mask: "softenBorder2",
126
+ ...import_templates.maskOptions.component
127
+ }
128
+ };
127
129
  //# sourceMappingURL=componentThemeDefinitions.native.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["__defProp","Object","defineProperty","__getOwnPropDesc","getOwnPropertyDescriptor","__getOwnPropNames","getOwnPropertyNames","__hasOwnProp","prototype","hasOwnProperty","__export","target","all","name","get","enumerable","__copyProps","to","from","except","desc","key","call","__toCommonJS","mod","value","componentThemeDefinitions_exports","componentThemeDefinitions","overlayThemeDefinitions","module","exports","import_templates","require","overlayThemes","light","background","dark","parent","theme","ListItem","mask","maskOptions","component","Card","Button","button","Checkbox","Switch","SwitchThumb","TooltipContent","DrawerFrame","Progress","RadioGroupItem","TooltipArrow","SliderTrackActive","SliderTrack","SliderThumb","Tooltip","ProgressIndicator","SheetOverlay","DialogOverlay","ModalOverlay","Input","TextArea"],"sources":["componentThemeDefinitions.native.js"],"sourcesContent":["\"use strict\";\nvar __defProp = Object.defineProperty;\nvar __getOwnPropDesc = Object.getOwnPropertyDescriptor;\nvar __getOwnPropNames = Object.getOwnPropertyNames;\nvar __hasOwnProp = Object.prototype.hasOwnProperty;\nvar __export = (target, all) => {\n for (var name in all)\n __defProp(target, name, { get: all[name], enumerable: !0 });\n}, __copyProps = (to, from, except, desc) => {\n if (from && typeof from == \"object\" || typeof from == \"function\")\n for (let key of __getOwnPropNames(from))\n !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });\n return to;\n};\nvar __toCommonJS = (mod) => __copyProps(__defProp({}, \"__esModule\", { value: !0 }), mod);\nvar componentThemeDefinitions_exports = {};\n__export(componentThemeDefinitions_exports, {\n componentThemeDefinitions: () => componentThemeDefinitions,\n overlayThemeDefinitions: () => overlayThemeDefinitions\n});\nmodule.exports = __toCommonJS(componentThemeDefinitions_exports);\nvar import_templates = require(\"./templates\"), overlayThemes = {\n light: {\n background: \"rgba(0,0,0,0.5)\"\n },\n dark: {\n background: \"rgba(0,0,0,0.9)\"\n }\n}, overlayThemeDefinitions = [\n {\n parent: \"light\",\n theme: overlayThemes.light\n },\n {\n parent: \"dark\",\n theme: overlayThemes.dark\n }\n], componentThemeDefinitions = {\n ListItem: [\n {\n parent: \"light\",\n mask: \"strengthen\",\n ...import_templates.maskOptions.component\n },\n {\n parent: \"dark\",\n mask: \"identity\",\n ...import_templates.maskOptions.component\n }\n ],\n Card: {\n mask: \"soften\",\n ...import_templates.maskOptions.component\n },\n Button: {\n mask: \"soften2\",\n ...import_templates.maskOptions.button\n },\n Checkbox: {\n mask: \"softenBorder2\",\n ...import_templates.maskOptions.component\n },\n Switch: {\n mask: \"soften2\",\n ...import_templates.maskOptions.component\n },\n SwitchThumb: {\n mask: \"inverseStrengthen2\",\n ...import_templates.maskOptions.component\n },\n TooltipContent: {\n mask: \"soften2\",\n ...import_templates.maskOptions.component\n },\n DrawerFrame: {\n mask: \"soften\",\n ...import_templates.maskOptions.component\n },\n Progress: {\n mask: \"soften\",\n ...import_templates.maskOptions.component\n },\n RadioGroupItem: {\n mask: \"softenBorder2\",\n ...import_templates.maskOptions.component\n },\n TooltipArrow: {\n mask: \"soften\",\n ...import_templates.maskOptions.component\n },\n SliderTrackActive: {\n mask: \"inverseSoften\",\n ...import_templates.maskOptions.component\n },\n SliderTrack: {\n mask: \"soften2\",\n ...import_templates.maskOptions.component\n },\n SliderThumb: {\n mask: \"inverse\",\n ...import_templates.maskOptions.component\n },\n Tooltip: {\n mask: \"inverse\",\n ...import_templates.maskOptions.component\n },\n ProgressIndicator: {\n mask: \"inverse\",\n ...import_templates.maskOptions.component\n },\n SheetOverlay: overlayThemeDefinitions,\n DialogOverlay: overlayThemeDefinitions,\n ModalOverlay: overlayThemeDefinitions,\n Input: {\n mask: \"softenBorder2\",\n ...import_templates.maskOptions.component\n },\n TextArea: {\n mask: \"softenBorder2\",\n ...import_templates.maskOptions.component\n }\n};\n//# sourceMappingURL=componentThemeDefinitions.js.map\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["__defProp","Object","defineProperty","__getOwnPropDesc","getOwnPropertyDescriptor","__getOwnPropNames","getOwnPropertyNames","__hasOwnProp","prototype","hasOwnProperty","__export","target","all","name","get","enumerable","__copyProps","to","from","except","desc","key","call","__toCommonJS","mod","value","componentThemeDefinitions_exports","componentThemeDefinitions","overlayThemeDefinitions","module","exports","import_templates","require","overlayThemes","light","background","dark","parent","theme","ListItem","mask","maskOptions","component","Card","Button","button","Checkbox","Switch","SwitchThumb","TooltipContent","DrawerFrame","Progress","RadioGroupItem","TooltipArrow","SliderTrackActive","SliderTrack","SliderThumb","Tooltip","ProgressIndicator","SheetOverlay","DialogOverlay","ModalOverlay","Input","TextArea"],"sources":["componentThemeDefinitions.native.js"],"sourcesContent":["\"use strict\";\nvar __defProp = Object.defineProperty;\nvar __getOwnPropDesc = Object.getOwnPropertyDescriptor;\nvar __getOwnPropNames = Object.getOwnPropertyNames;\nvar __hasOwnProp = Object.prototype.hasOwnProperty;\nvar __export = (target, all) => {\n for (var name in all)\n __defProp(target, name, { get: all[name], enumerable: true });\n};\nvar __copyProps = (to, from, except, desc) => {\n if (from && typeof from === \"object\" || typeof from === \"function\") {\n for (let key of __getOwnPropNames(from))\n if (!__hasOwnProp.call(to, key) && key !== except)\n __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });\n }\n return to;\n};\nvar __toCommonJS = (mod) => __copyProps(__defProp({}, \"__esModule\", { value: true }), mod);\nvar componentThemeDefinitions_exports = {};\n__export(componentThemeDefinitions_exports, {\n componentThemeDefinitions: () => componentThemeDefinitions,\n overlayThemeDefinitions: () => overlayThemeDefinitions\n});\nmodule.exports = __toCommonJS(componentThemeDefinitions_exports);\nvar import_templates = require(\"./templates\");\nvar overlayThemes = {\n light: {\n background: \"rgba(0,0,0,0.5)\"\n },\n dark: {\n background: \"rgba(0,0,0,0.9)\"\n }\n};\nvar overlayThemeDefinitions = [\n {\n parent: \"light\",\n theme: overlayThemes.light\n },\n {\n parent: \"dark\",\n theme: overlayThemes.dark\n }\n];\nvar componentThemeDefinitions = {\n ListItem: [\n {\n parent: \"light\",\n mask: \"strengthen\",\n ...import_templates.maskOptions.component\n },\n {\n parent: \"dark\",\n mask: \"identity\",\n ...import_templates.maskOptions.component\n }\n ],\n Card: {\n mask: \"soften\",\n ...import_templates.maskOptions.component\n },\n Button: {\n mask: \"soften2\",\n ...import_templates.maskOptions.button\n },\n Checkbox: {\n mask: \"softenBorder2\",\n ...import_templates.maskOptions.component\n },\n Switch: {\n mask: \"soften2\",\n ...import_templates.maskOptions.component\n },\n SwitchThumb: {\n mask: \"inverseStrengthen2\",\n ...import_templates.maskOptions.component\n },\n TooltipContent: {\n mask: \"soften2\",\n ...import_templates.maskOptions.component\n },\n DrawerFrame: {\n mask: \"soften\",\n ...import_templates.maskOptions.component\n },\n Progress: {\n mask: \"soften\",\n ...import_templates.maskOptions.component\n },\n RadioGroupItem: {\n mask: \"softenBorder2\",\n ...import_templates.maskOptions.component\n },\n TooltipArrow: {\n mask: \"soften\",\n ...import_templates.maskOptions.component\n },\n SliderTrackActive: {\n mask: \"inverseSoften\",\n ...import_templates.maskOptions.component\n },\n SliderTrack: {\n mask: \"soften2\",\n ...import_templates.maskOptions.component\n },\n SliderThumb: {\n mask: \"inverse\",\n ...import_templates.maskOptions.component\n },\n Tooltip: {\n mask: \"inverse\",\n ...import_templates.maskOptions.component\n },\n ProgressIndicator: {\n mask: \"inverse\",\n ...import_templates.maskOptions.component\n },\n SheetOverlay: overlayThemeDefinitions,\n DialogOverlay: overlayThemeDefinitions,\n ModalOverlay: overlayThemeDefinitions,\n Input: {\n mask: \"softenBorder2\",\n ...import_templates.maskOptions.component\n },\n TextArea: {\n mask: \"softenBorder2\",\n ...import_templates.maskOptions.component\n }\n};\n//# sourceMappingURL=componentThemeDefinitions.js.map\n"],"mappings":"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","ignoreList":[]}