@hanzogui/config 2.0.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.
Files changed (316) hide show
  1. package/LICENSE +21 -0
  2. package/dist/cjs/animations.cjs +92 -0
  3. package/dist/cjs/animations.css.cjs +35 -0
  4. package/dist/cjs/animations.css.native.js +38 -0
  5. package/dist/cjs/animations.css.native.js.map +1 -0
  6. package/dist/cjs/animations.native.js +95 -0
  7. package/dist/cjs/animations.native.js.map +1 -0
  8. package/dist/cjs/animations.reanimated.cjs +65 -0
  9. package/dist/cjs/animations.reanimated.native.js +68 -0
  10. package/dist/cjs/animations.reanimated.native.js.map +1 -0
  11. package/dist/cjs/animationsCSS.cjs +56 -0
  12. package/dist/cjs/animationsCSS.native.js +59 -0
  13. package/dist/cjs/animationsCSS.native.js.map +1 -0
  14. package/dist/cjs/animationsMotion.cjs +146 -0
  15. package/dist/cjs/animationsMotion.native.js +149 -0
  16. package/dist/cjs/animationsMotion.native.js.map +1 -0
  17. package/dist/cjs/animationsReactNative.cjs +153 -0
  18. package/dist/cjs/animationsReactNative.native.js +156 -0
  19. package/dist/cjs/animationsReactNative.native.js.map +1 -0
  20. package/dist/cjs/animationsReanimated.cjs +141 -0
  21. package/dist/cjs/animationsReanimated.native.js +144 -0
  22. package/dist/cjs/animationsReanimated.native.js.map +1 -0
  23. package/dist/cjs/config.cjs +45 -0
  24. package/dist/cjs/config.native.js +50 -0
  25. package/dist/cjs/config.native.js.map +1 -0
  26. package/dist/cjs/createGenericFont.cjs +61 -0
  27. package/dist/cjs/createGenericFont.native.js +71 -0
  28. package/dist/cjs/createGenericFont.native.js.map +1 -0
  29. package/dist/cjs/fonts.cjs +91 -0
  30. package/dist/cjs/fonts.native.js +102 -0
  31. package/dist/cjs/fonts.native.js.map +1 -0
  32. package/dist/cjs/index.cjs +40 -0
  33. package/dist/cjs/index.native.js +43 -0
  34. package/dist/cjs/index.native.js.map +1 -0
  35. package/dist/cjs/index.reanimated.cjs +35 -0
  36. package/dist/cjs/index.reanimated.native.js +38 -0
  37. package/dist/cjs/index.reanimated.native.js.map +1 -0
  38. package/dist/cjs/media.cjs +75 -0
  39. package/dist/cjs/media.native.js +78 -0
  40. package/dist/cjs/media.native.js.map +1 -0
  41. package/dist/cjs/v3-animations.cjs +26 -0
  42. package/dist/cjs/v3-animations.native.js +29 -0
  43. package/dist/cjs/v3-animations.native.js.map +1 -0
  44. package/dist/cjs/v3.cjs +137 -0
  45. package/dist/cjs/v3.native.js +144 -0
  46. package/dist/cjs/v3.native.js.map +1 -0
  47. package/dist/cjs/v4-animations.cjs +26 -0
  48. package/dist/cjs/v4-animations.native.js +29 -0
  49. package/dist/cjs/v4-animations.native.js.map +1 -0
  50. package/dist/cjs/v4-fonts.cjs +74 -0
  51. package/dist/cjs/v4-fonts.native.js +90 -0
  52. package/dist/cjs/v4-fonts.native.js.map +1 -0
  53. package/dist/cjs/v4-media.cjs +90 -0
  54. package/dist/cjs/v4-media.native.js +93 -0
  55. package/dist/cjs/v4-media.native.js.map +1 -0
  56. package/dist/cjs/v4.cjs +75 -0
  57. package/dist/cjs/v4.native.js +80 -0
  58. package/dist/cjs/v4.native.js.map +1 -0
  59. package/dist/cjs/v5-base.cjs +77 -0
  60. package/dist/cjs/v5-base.native.js +82 -0
  61. package/dist/cjs/v5-base.native.js.map +1 -0
  62. package/dist/cjs/v5-css.cjs +54 -0
  63. package/dist/cjs/v5-css.native.js +29 -0
  64. package/dist/cjs/v5-css.native.js.map +1 -0
  65. package/dist/cjs/v5-fonts.cjs +109 -0
  66. package/dist/cjs/v5-fonts.native.js +123 -0
  67. package/dist/cjs/v5-fonts.native.js.map +1 -0
  68. package/dist/cjs/v5-media.cjs +174 -0
  69. package/dist/cjs/v5-media.native.js +177 -0
  70. package/dist/cjs/v5-media.native.js.map +1 -0
  71. package/dist/cjs/v5-motion.cjs +133 -0
  72. package/dist/cjs/v5-motion.native.js +136 -0
  73. package/dist/cjs/v5-motion.native.js.map +1 -0
  74. package/dist/cjs/v5-reanimated.cjs +129 -0
  75. package/dist/cjs/v5-reanimated.native.js +132 -0
  76. package/dist/cjs/v5-reanimated.native.js.map +1 -0
  77. package/dist/cjs/v5-rn.cjs +139 -0
  78. package/dist/cjs/v5-rn.native.js +142 -0
  79. package/dist/cjs/v5-rn.native.js.map +1 -0
  80. package/dist/cjs/v5-subtle.cjs +19 -0
  81. package/dist/cjs/v5-subtle.native.js +22 -0
  82. package/dist/cjs/v5-subtle.native.js.map +1 -0
  83. package/dist/cjs/v5.cjs +19 -0
  84. package/dist/cjs/v5.native.js +22 -0
  85. package/dist/cjs/v5.native.js.map +1 -0
  86. package/dist/esm/animations.css.mjs +12 -0
  87. package/dist/esm/animations.css.mjs.map +1 -0
  88. package/dist/esm/animations.css.native.js +12 -0
  89. package/dist/esm/animations.css.native.js.map +1 -0
  90. package/dist/esm/animations.mjs +69 -0
  91. package/dist/esm/animations.mjs.map +1 -0
  92. package/dist/esm/animations.native.js +69 -0
  93. package/dist/esm/animations.native.js.map +1 -0
  94. package/dist/esm/animations.reanimated.mjs +42 -0
  95. package/dist/esm/animations.reanimated.mjs.map +1 -0
  96. package/dist/esm/animations.reanimated.native.js +42 -0
  97. package/dist/esm/animations.reanimated.native.js.map +1 -0
  98. package/dist/esm/animationsCSS.mjs +33 -0
  99. package/dist/esm/animationsCSS.mjs.map +1 -0
  100. package/dist/esm/animationsCSS.native.js +33 -0
  101. package/dist/esm/animationsCSS.native.js.map +1 -0
  102. package/dist/esm/animationsMotion.mjs +123 -0
  103. package/dist/esm/animationsMotion.mjs.map +1 -0
  104. package/dist/esm/animationsMotion.native.js +123 -0
  105. package/dist/esm/animationsMotion.native.js.map +1 -0
  106. package/dist/esm/animationsReactNative.mjs +130 -0
  107. package/dist/esm/animationsReactNative.mjs.map +1 -0
  108. package/dist/esm/animationsReactNative.native.js +130 -0
  109. package/dist/esm/animationsReactNative.native.js.map +1 -0
  110. package/dist/esm/animationsReanimated.mjs +118 -0
  111. package/dist/esm/animationsReanimated.mjs.map +1 -0
  112. package/dist/esm/animationsReanimated.native.js +118 -0
  113. package/dist/esm/animationsReanimated.native.js.map +1 -0
  114. package/dist/esm/config.mjs +22 -0
  115. package/dist/esm/config.mjs.map +1 -0
  116. package/dist/esm/config.native.js +24 -0
  117. package/dist/esm/config.native.js.map +1 -0
  118. package/dist/esm/createGenericFont.mjs +38 -0
  119. package/dist/esm/createGenericFont.mjs.map +1 -0
  120. package/dist/esm/createGenericFont.native.js +45 -0
  121. package/dist/esm/createGenericFont.native.js.map +1 -0
  122. package/dist/esm/fonts.mjs +68 -0
  123. package/dist/esm/fonts.mjs.map +1 -0
  124. package/dist/esm/fonts.native.js +76 -0
  125. package/dist/esm/fonts.native.js.map +1 -0
  126. package/dist/esm/index.js +15 -0
  127. package/dist/esm/index.js.map +1 -0
  128. package/dist/esm/index.mjs +15 -0
  129. package/dist/esm/index.mjs.map +1 -0
  130. package/dist/esm/index.native.js +15 -0
  131. package/dist/esm/index.native.js.map +1 -0
  132. package/dist/esm/index.reanimated.mjs +11 -0
  133. package/dist/esm/index.reanimated.mjs.map +1 -0
  134. package/dist/esm/index.reanimated.native.js +11 -0
  135. package/dist/esm/index.reanimated.native.js.map +1 -0
  136. package/dist/esm/media.mjs +49 -0
  137. package/dist/esm/media.mjs.map +1 -0
  138. package/dist/esm/media.native.js +49 -0
  139. package/dist/esm/media.native.js.map +1 -0
  140. package/dist/esm/v3-animations.mjs +3 -0
  141. package/dist/esm/v3-animations.mjs.map +1 -0
  142. package/dist/esm/v3-animations.native.js +3 -0
  143. package/dist/esm/v3-animations.native.js.map +1 -0
  144. package/dist/esm/v3.mjs +106 -0
  145. package/dist/esm/v3.mjs.map +1 -0
  146. package/dist/esm/v3.native.js +109 -0
  147. package/dist/esm/v3.native.js.map +1 -0
  148. package/dist/esm/v4-animations.mjs +3 -0
  149. package/dist/esm/v4-animations.mjs.map +1 -0
  150. package/dist/esm/v4-animations.native.js +3 -0
  151. package/dist/esm/v4-animations.native.js.map +1 -0
  152. package/dist/esm/v4-fonts.mjs +50 -0
  153. package/dist/esm/v4-fonts.mjs.map +1 -0
  154. package/dist/esm/v4-fonts.native.js +63 -0
  155. package/dist/esm/v4-fonts.native.js.map +1 -0
  156. package/dist/esm/v4-media.mjs +65 -0
  157. package/dist/esm/v4-media.mjs.map +1 -0
  158. package/dist/esm/v4-media.native.js +65 -0
  159. package/dist/esm/v4-media.native.js.map +1 -0
  160. package/dist/esm/v4.mjs +39 -0
  161. package/dist/esm/v4.mjs.map +1 -0
  162. package/dist/esm/v4.native.js +41 -0
  163. package/dist/esm/v4.native.js.map +1 -0
  164. package/dist/esm/v5-base.mjs +34 -0
  165. package/dist/esm/v5-base.mjs.map +1 -0
  166. package/dist/esm/v5-base.native.js +36 -0
  167. package/dist/esm/v5-base.native.js.map +1 -0
  168. package/dist/esm/v5-css.mjs +30 -0
  169. package/dist/esm/v5-css.mjs.map +1 -0
  170. package/dist/esm/v5-css.native.js +3 -0
  171. package/dist/esm/v5-css.native.js.map +1 -0
  172. package/dist/esm/v5-fonts.mjs +85 -0
  173. package/dist/esm/v5-fonts.mjs.map +1 -0
  174. package/dist/esm/v5-fonts.native.js +96 -0
  175. package/dist/esm/v5-fonts.native.js.map +1 -0
  176. package/dist/esm/v5-media.mjs +149 -0
  177. package/dist/esm/v5-media.mjs.map +1 -0
  178. package/dist/esm/v5-media.native.js +149 -0
  179. package/dist/esm/v5-media.native.js.map +1 -0
  180. package/dist/esm/v5-motion.mjs +109 -0
  181. package/dist/esm/v5-motion.mjs.map +1 -0
  182. package/dist/esm/v5-motion.native.js +109 -0
  183. package/dist/esm/v5-motion.native.js.map +1 -0
  184. package/dist/esm/v5-reanimated.mjs +105 -0
  185. package/dist/esm/v5-reanimated.mjs.map +1 -0
  186. package/dist/esm/v5-reanimated.native.js +105 -0
  187. package/dist/esm/v5-reanimated.native.js.map +1 -0
  188. package/dist/esm/v5-rn.mjs +115 -0
  189. package/dist/esm/v5-rn.mjs.map +1 -0
  190. package/dist/esm/v5-rn.native.js +115 -0
  191. package/dist/esm/v5-rn.native.js.map +1 -0
  192. package/dist/esm/v5-subtle.mjs +3 -0
  193. package/dist/esm/v5-subtle.mjs.map +1 -0
  194. package/dist/esm/v5-subtle.native.js +3 -0
  195. package/dist/esm/v5-subtle.native.js.map +1 -0
  196. package/dist/esm/v5.mjs +3 -0
  197. package/dist/esm/v5.mjs.map +1 -0
  198. package/dist/esm/v5.native.js +3 -0
  199. package/dist/esm/v5.native.js.map +1 -0
  200. package/package.json +137 -0
  201. package/reanimated/index.cjs +2 -0
  202. package/reanimated/index.js +2 -0
  203. package/reanimated/index.native.cjs +2 -0
  204. package/reanimated/index.native.js +2 -0
  205. package/reanimated.cjs +1 -0
  206. package/src/animations.css.ts +11 -0
  207. package/src/animations.reanimated.ts +41 -0
  208. package/src/animations.ts +68 -0
  209. package/src/animationsCSS.ts +33 -0
  210. package/src/animationsMotion.ts +122 -0
  211. package/src/animationsReactNative.ts +129 -0
  212. package/src/animationsReanimated.ts +117 -0
  213. package/src/config.ts +27 -0
  214. package/src/createGenericFont.ts +43 -0
  215. package/src/fonts.ts +71 -0
  216. package/src/index.reanimated.ts +10 -0
  217. package/src/index.tsx +16 -0
  218. package/src/media.ts +32 -0
  219. package/src/v3-animations.native.ts +1 -0
  220. package/src/v3-animations.ts +1 -0
  221. package/src/v3.ts +119 -0
  222. package/src/v4-animations.native.ts +1 -0
  223. package/src/v4-animations.ts +1 -0
  224. package/src/v4-fonts.ts +61 -0
  225. package/src/v4-media.ts +40 -0
  226. package/src/v4.ts +47 -0
  227. package/src/v5-base.ts +80 -0
  228. package/src/v5-css.native.ts +2 -0
  229. package/src/v5-css.ts +31 -0
  230. package/src/v5-fonts.ts +112 -0
  231. package/src/v5-media.ts +107 -0
  232. package/src/v5-motion.ts +109 -0
  233. package/src/v5-reanimated.ts +105 -0
  234. package/src/v5-rn.ts +115 -0
  235. package/src/v5-subtle.ts +4 -0
  236. package/src/v5.ts +7 -0
  237. package/tsconfig.json +65 -0
  238. package/types/animations.css.d.ts +10 -0
  239. package/types/animations.d.ts +67 -0
  240. package/types/animations.reanimated.d.ts +40 -0
  241. package/types/animationsCSS.d.ts +28 -0
  242. package/types/animationsMotion.d.ts +121 -0
  243. package/types/animationsReactNative.d.ts +128 -0
  244. package/types/animationsReanimated.d.ts +116 -0
  245. package/types/config.d.ts +925 -0
  246. package/types/createGenericFont.d.ts +24 -0
  247. package/types/fonts.d.ts +47 -0
  248. package/types/index.d.ts +867 -0
  249. package/types/index.reanimated.d.ts +967 -0
  250. package/types/media.d.ts +46 -0
  251. package/types/v3-animations.d.ts +2 -0
  252. package/types/v3-animations.native.d.ts +2 -0
  253. package/types/v3.d.ts +970 -0
  254. package/types/v4-animations.d.ts +2 -0
  255. package/types/v4-animations.native.d.ts +2 -0
  256. package/types/v4-fonts.d.ts +31 -0
  257. package/types/v4-media.d.ts +63 -0
  258. package/types/v4.d.ts +283 -0
  259. package/types/v5-base.d.ts +62 -0
  260. package/types/v5-css.d.ts +49 -0
  261. package/types/v5-css.native.d.ts +2 -0
  262. package/types/v5-fonts.d.ts +32 -0
  263. package/types/v5-media.d.ts +135 -0
  264. package/types/v5-motion.d.ts +211 -0
  265. package/types/v5-reanimated.d.ts +203 -0
  266. package/types/v5-rn.d.ts +223 -0
  267. package/types/v5-subtle.d.ts +3 -0
  268. package/types/v5.d.ts +3 -0
  269. package/v3/index.cjs +2 -0
  270. package/v3/index.js +2 -0
  271. package/v3/index.native.cjs +2 -0
  272. package/v3/index.native.js +2 -0
  273. package/v3.cjs +1 -0
  274. package/v3.d.ts +1 -0
  275. package/v4/index.cjs +2 -0
  276. package/v4/index.js +2 -0
  277. package/v4/index.native.cjs +2 -0
  278. package/v4/index.native.js +2 -0
  279. package/v4.cjs +1 -0
  280. package/v4.d.ts +1 -0
  281. package/v5/index.cjs +2 -0
  282. package/v5/index.js +2 -0
  283. package/v5/index.native.cjs +2 -0
  284. package/v5/index.native.js +2 -0
  285. package/v5-css/index.cjs +2 -0
  286. package/v5-css/index.js +2 -0
  287. package/v5-css/index.native.cjs +2 -0
  288. package/v5-css/index.native.js +2 -0
  289. package/v5-css.cjs +1 -0
  290. package/v5-css.d.ts +1 -0
  291. package/v5-motion/index.cjs +2 -0
  292. package/v5-motion/index.js +2 -0
  293. package/v5-motion/index.native.cjs +2 -0
  294. package/v5-motion/index.native.js +2 -0
  295. package/v5-motion.cjs +1 -0
  296. package/v5-motion.d.ts +1 -0
  297. package/v5-reanimated/index.cjs +2 -0
  298. package/v5-reanimated/index.js +2 -0
  299. package/v5-reanimated/index.native.cjs +2 -0
  300. package/v5-reanimated/index.native.js +2 -0
  301. package/v5-reanimated.cjs +1 -0
  302. package/v5-reanimated.d.ts +1 -0
  303. package/v5-rn/index.cjs +2 -0
  304. package/v5-rn/index.js +2 -0
  305. package/v5-rn/index.native.cjs +2 -0
  306. package/v5-rn/index.native.js +2 -0
  307. package/v5-rn.cjs +1 -0
  308. package/v5-rn.d.ts +1 -0
  309. package/v5-subtle/index.cjs +2 -0
  310. package/v5-subtle/index.js +2 -0
  311. package/v5-subtle/index.native.cjs +2 -0
  312. package/v5-subtle/index.native.js +2 -0
  313. package/v5-subtle.cjs +1 -0
  314. package/v5-subtle.d.ts +1 -0
  315. package/v5.cjs +1 -0
  316. package/v5.d.ts +1 -0
@@ -0,0 +1,102 @@
1
+ "use strict";
2
+
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
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, {
15
+ get: () => from[key],
16
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
17
+ });
18
+ return to;
19
+ };
20
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
21
+ value: !0
22
+ }), mod);
23
+ var fonts_exports = {};
24
+ __export(fonts_exports, {
25
+ fonts: () => fonts
26
+ });
27
+ module.exports = __toCommonJS(fonts_exports);
28
+ var import_font_geist_sans = require("@hanzogui/font-geist-sans"),
29
+ import_font_geist_mono = require("@hanzogui/font-geist-mono"),
30
+ headingFont = (0, import_font_geist_sans.createGeistSansFont)({
31
+ size: {
32
+ 5: 13,
33
+ 6: 15,
34
+ 9: 32,
35
+ 10: 44
36
+ },
37
+ transform: {
38
+ 6: "uppercase",
39
+ 7: "none"
40
+ },
41
+ weight: {
42
+ 6: "400",
43
+ 7: "700"
44
+ },
45
+ color: {
46
+ 6: "$colorFocus",
47
+ 7: "$color"
48
+ },
49
+ letterSpacing: {
50
+ 5: 2,
51
+ 6: 1,
52
+ 7: 0,
53
+ 8: 0,
54
+ 9: -1,
55
+ 10: -1.5,
56
+ 12: -2,
57
+ 14: -3,
58
+ 15: -4
59
+ },
60
+ face: {
61
+ 700: {
62
+ normal: "GeistBold"
63
+ },
64
+ 800: {
65
+ normal: "GeistBold"
66
+ },
67
+ 900: {
68
+ normal: "GeistBold"
69
+ }
70
+ }
71
+ }, {
72
+ sizeLineHeight: function (size) {
73
+ return Math.round(size * 1.1 + (size < 30 ? 10 : 5));
74
+ }
75
+ }),
76
+ bodyFont = (0, import_font_geist_sans.createGeistSansFont)({
77
+ weight: {
78
+ 1: "400"
79
+ }
80
+ }, {
81
+ sizeSize: function (size) {
82
+ return Math.round(size);
83
+ },
84
+ sizeLineHeight: function (size) {
85
+ return Math.round(size * 1.1 + (size >= 12 ? 8 : 4));
86
+ }
87
+ }),
88
+ monoFont = (0, import_font_geist_mono.createGeistMonoFont)({
89
+ weight: {
90
+ 1: "500"
91
+ }
92
+ }, {
93
+ sizeLineHeight: function (x) {
94
+ return Math.round(x * 1.5);
95
+ }
96
+ }),
97
+ fonts = {
98
+ heading: headingFont,
99
+ body: bodyFont,
100
+ mono: monoFont
101
+ };
102
+ //# sourceMappingURL=fonts.native.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","fonts_exports","__export","fonts","module","exports","import_font_geist_sans","require","import_font_geist_mono","headingFont","createGeistSansFont","size","transform","weight","color","letterSpacing","face","normal","sizeLineHeight","Math","round","bodyFont","sizeSize","monoFont","createGeistMonoFont","x"],"sources":["../../src/fonts.ts"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;EAAAC,KAAA;AAAA,IAAAH,GAAA;AAAA,IAAAI,aAAA;AAAAC,QAAA,CAAAD,aAAA;EAAAE,KAAA,EAAAA,CAAA,KAAAA;AAAA;AAAAC,MAAA,CAAAC,OAAA,GAAAT,YAAoC,CAAAK,aAAA;AAGpC,IAAAK,sBAAoB,GAAAC,OAAA;EAAAC,sBAAA,GAAAD,OAAA;EAAAE,WAAA,OAAAH,sBAAA,CAAAI,mBAAA;IAClBC,IAAA;MACE;MAAM,GACJ,EAAG;MAAA,GACH,EAAG;MAAA,EACH;IAAG;IACCC,SACN;MACA,cAAW;MAAA,GACT;IAAG;IACAC,MACL;MACA,QAAQ;MAAA,GACN;IAAG;IACAC,KACL;MACA,gBAAO;MAAA,GACL;IAAG;IACAC,aACL;MACA;MAAe,GACb;MAAG,GACH;MAAG,GACH;MAAG,GACH,EAAG;MAAA,EACH,GAAG;MAAA,EACH,IAAI;MAAA,EACJ,IAAI;MAAA,EACJ;IAAI;IACAC,IACN;MACA;QACEC,MAAK,EAAE;MAAoB;MACA,GAC3B;QACFA,MAAA;MACF;MACE;QAGEA,MAAA;MACJ;IAAA;EACU;IACHC,cACL,WAAAA,CAAAP,IAAA;MACF,OAAAQ,IAAA,CAAAC,KAAA,CAAAT,IAAA,UAAAA,IAAA;IACA;EAAA;EACEU,QAAA,GAAW,IAAAf,sBAAwB,CAAAI,mBAAA;IAAAG,MACnC;MACF;IACF;EAEiB,GACf;IAAAS,QACE,EAAQ,SAAAA,CAAAX,IAAA;MAAA,OACHQ,IAAA,CAAAC,KAAA,CAAAT,IAAA;IAAA;IAEPO,cAAA,WAAAA,CAAAP,IAAA;MACA,OAAAQ,IAAA,CAAAC,KAAA,CAAAT,IAAA,UAAAA,IAAA;IAAA;EAC2C,EAC3C;EAAAY,QAAA,OAAAf,sBAAA,CAAAgB,mBAAA;IACFX,MAEa;MACX;IACA;EAAM,GACN;IACFK,cAAA,WAAAA,CAAAO,CAAA","ignoreList":[]}
@@ -0,0 +1,40 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
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, {
13
+ get: () => from[key],
14
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
15
+ });
16
+ return to;
17
+ },
18
+ __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
19
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
20
+ value: !0
21
+ }), mod);
22
+ var index_exports = {};
23
+ __export(index_exports, {
24
+ config: () => config,
25
+ configWithoutAnimations: () => import_config2.configWithoutAnimations
26
+ });
27
+ module.exports = __toCommonJS(index_exports);
28
+ var import_themes = require("@hanzogui/themes"),
29
+ import_animations = require("./animations.cjs"),
30
+ import_config = require("./config.cjs"),
31
+ import_config2 = require("./config.cjs");
32
+ __reExport(index_exports, require("./media.cjs"), module.exports);
33
+ __reExport(index_exports, require("./createGenericFont.cjs"), module.exports);
34
+ __reExport(index_exports, require("./animations.cjs"), module.exports);
35
+ const config = {
36
+ ...import_config.configWithoutAnimations,
37
+ // fixes typescript exporting this using internal /types/ path
38
+ themes: import_themes.themes,
39
+ animations: import_animations.animations
40
+ };
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
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, {
15
+ get: () => from[key],
16
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
17
+ });
18
+ return to;
19
+ },
20
+ __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
21
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
22
+ value: !0
23
+ }), mod);
24
+ var index_exports = {};
25
+ __export(index_exports, {
26
+ config: () => config,
27
+ configWithoutAnimations: () => import_config2.configWithoutAnimations
28
+ });
29
+ module.exports = __toCommonJS(index_exports);
30
+ var import_themes = require("@hanzogui/themes"),
31
+ import_animations = require("./animations.native.js"),
32
+ import_config = require("./config.native.js"),
33
+ import_config2 = require("./config.native.js");
34
+ __reExport(index_exports, require("./media.native.js"), module.exports);
35
+ __reExport(index_exports, require("./createGenericFont.native.js"), module.exports);
36
+ __reExport(index_exports, require("./animations.native.js"), module.exports);
37
+ var config = {
38
+ ...import_config.configWithoutAnimations,
39
+ // fixes typescript exporting this using internal /types/ path
40
+ themes: import_themes.themes,
41
+ animations: import_animations.animations
42
+ };
43
+ //# sourceMappingURL=index.native.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","index_exports","__export","config","configWithoutAnimations","import_config2","module","exports","import_themes","require","import_animations","import_config","__reExport","themes","animations"],"sources":["../../src/index.tsx"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;EAAAC,KAAA;AAAA,IAAAH,GAAA;AAAA,IAAAI,aAAA;AAAAC,QAAA,CAAAD,aAAA;EAAAE,MAAA,EAAAA,CAAA,KAAAA,MAAA;EAAAC,uBAAA,EAAAA,CAAA,KAAAC,cAAA,CAAAD;AAAA;AAAAE,MAAA,CAAAC,OAAA,GAAAX,YAAuB,CAAAK,aAAA;AAMvB,IAAAO,aAAA,GAAAC,OAAc,mBANd;EAAAC,iBAAA,GAAAD,OAAA;EAAAE,aAAA,GAAAF,OAAA;EAAAJ,cAAA,GAAAI,OAAA;AAOAG,UAAA,CAAAX,aAAA,EAAcQ,OAAA,uBAAAH,MAAA,CAAAC,OAPd;AAQAK,UAAA,CAAAX,aAAA,EAAcQ,OAAA,gCARd,GAAAH,MAAA,CAAAC,OAAA;AAUOK,UAAM,CAAAX,aAAS,EAAAQ,OAAA,4BAAAH,MAAA,CAAAC,OAAA;AAAA,IACpBJ,MAAG;EAAA,GAAAQ,aAAA,CAAAP,uBAAA;EAEH;EACAS,MAAA,EAAAL,aAAA,CAAAK,MAAA;EACFC,UAAA,EAAAJ,iBAAA,CAAAI","ignoreList":[]}
@@ -0,0 +1,35 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
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, {
13
+ get: () => from[key],
14
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
15
+ });
16
+ return to;
17
+ },
18
+ __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
19
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
20
+ value: !0
21
+ }), mod);
22
+ var index_reanimated_exports = {};
23
+ __export(index_reanimated_exports, {
24
+ config: () => config
25
+ });
26
+ module.exports = __toCommonJS(index_reanimated_exports);
27
+ var import_animations = require("./animations.reanimated"),
28
+ import_config = require("./config.cjs");
29
+ __reExport(index_reanimated_exports, require("./media.cjs"), module.exports);
30
+ __reExport(index_reanimated_exports, require("./createGenericFont.cjs"), module.exports);
31
+ __reExport(index_reanimated_exports, require("./animations.reanimated"), module.exports);
32
+ const config = {
33
+ ...import_config.configWithoutAnimations,
34
+ animations: import_animations.animations
35
+ };
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
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, {
15
+ get: () => from[key],
16
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
17
+ });
18
+ return to;
19
+ },
20
+ __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
21
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
22
+ value: !0
23
+ }), mod);
24
+ var index_reanimated_exports = {};
25
+ __export(index_reanimated_exports, {
26
+ config: () => config
27
+ });
28
+ module.exports = __toCommonJS(index_reanimated_exports);
29
+ var import_animations = require("./animations.reanimated"),
30
+ import_config = require("./config.native.js");
31
+ __reExport(index_reanimated_exports, require("./media.native.js"), module.exports);
32
+ __reExport(index_reanimated_exports, require("./createGenericFont.native.js"), module.exports);
33
+ __reExport(index_reanimated_exports, require("./animations.reanimated"), module.exports);
34
+ var config = {
35
+ ...import_config.configWithoutAnimations,
36
+ animations: import_animations.animations
37
+ };
38
+ //# sourceMappingURL=index.reanimated.native.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","index_reanimated_exports","__export","config","module","exports","import_animations","require","import_config","__reExport","configWithoutAnimations","animations"],"sources":["../../src/index.reanimated.ts"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;EAAAC,KAAA;AAAA,IAAAH,GAAA;AAAA,IAAAI,wBAAA;AAAAC,QAAA,CAAAD,wBAAA;EAAAE,MAAA,EAAAA,CAAA,KAAAA;AAAA;AAAAC,MAAA,CAAAC,OAAA,GAAAT,YAA2B,CAAAK,wBAAA;AAE3B,IAAAK,iBAAA,GAAAC,OAAA,0BAFA;EAAAC,aAAA,GAAAD,OAAA;AAGAE,UAAA,CAAAR,wBAAA,EAAcM,OAAA,uBAAAH,MAAA,CAAAC,OAHd;AAIAI,UAAA,CAAAR,wBAAA,EAAcM,OAAA,mCAAAH,MAJd,CAAAC,OAAA;AAMOI,UAAM,CAAAR,wBAAS,EAAAM,OAAA,6BAAAH,MAAA,CAAAC,OAAA;AAAA,IACpBF,MAAG;EACH,GAAAK,aAAA,CAAAE,uBAAA;EACFC,UAAA,EAAAL,iBAAA,CAAAK","ignoreList":[]}
@@ -0,0 +1,75 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
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, {
13
+ get: () => from[key],
14
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
15
+ });
16
+ return to;
17
+ };
18
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
19
+ value: !0
20
+ }), mod);
21
+ var media_exports = {};
22
+ __export(media_exports, {
23
+ demoMedia: () => demoMedia,
24
+ media: () => media,
25
+ mediaQueryDefaultActive: () => mediaQueryDefaultActive,
26
+ widths: () => widths
27
+ });
28
+ module.exports = __toCommonJS(media_exports);
29
+ const demoMedia = [500, 620, 780, 900],
30
+ widths = [660, 800, 1020, 1280],
31
+ media = {
32
+ // for site
33
+ xl: {
34
+ maxWidth: 1650
35
+ },
36
+ lg: {
37
+ maxWidth: 1280
38
+ },
39
+ md: {
40
+ maxWidth: 1020
41
+ },
42
+ sm: {
43
+ maxWidth: 800
44
+ },
45
+ xs: {
46
+ maxWidth: 660
47
+ },
48
+ xxs: {
49
+ maxWidth: 390
50
+ },
51
+ gtXs: {
52
+ minWidth: 661
53
+ },
54
+ gtSm: {
55
+ minWidth: 801
56
+ },
57
+ gtMd: {
58
+ minWidth: 1021
59
+ },
60
+ gtLg: {
61
+ minWidth: 1281
62
+ },
63
+ gtXl: {
64
+ minWidth: 1651
65
+ }
66
+ },
67
+ mediaQueryDefaultActive = {
68
+ xl: !0,
69
+ lg: !0,
70
+ md: !0,
71
+ sm: !0,
72
+ xs: !0,
73
+ // false
74
+ xxs: !1
75
+ };
@@ -0,0 +1,78 @@
1
+ "use strict";
2
+
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
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, {
15
+ get: () => from[key],
16
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
17
+ });
18
+ return to;
19
+ };
20
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
21
+ value: !0
22
+ }), mod);
23
+ var media_exports = {};
24
+ __export(media_exports, {
25
+ demoMedia: () => demoMedia,
26
+ media: () => media,
27
+ mediaQueryDefaultActive: () => mediaQueryDefaultActive,
28
+ widths: () => widths
29
+ });
30
+ module.exports = __toCommonJS(media_exports);
31
+ var demoMedia = [500, 620, 780, 900],
32
+ widths = [660, 800, 1020, 1280],
33
+ media = {
34
+ // for site
35
+ xl: {
36
+ maxWidth: 1650
37
+ },
38
+ lg: {
39
+ maxWidth: 1280
40
+ },
41
+ md: {
42
+ maxWidth: 1020
43
+ },
44
+ sm: {
45
+ maxWidth: 800
46
+ },
47
+ xs: {
48
+ maxWidth: 660
49
+ },
50
+ xxs: {
51
+ maxWidth: 390
52
+ },
53
+ gtXs: {
54
+ minWidth: 661
55
+ },
56
+ gtSm: {
57
+ minWidth: 801
58
+ },
59
+ gtMd: {
60
+ minWidth: 1021
61
+ },
62
+ gtLg: {
63
+ minWidth: 1281
64
+ },
65
+ gtXl: {
66
+ minWidth: 1651
67
+ }
68
+ },
69
+ mediaQueryDefaultActive = {
70
+ xl: !0,
71
+ lg: !0,
72
+ md: !0,
73
+ sm: !0,
74
+ xs: !0,
75
+ // false
76
+ xxs: !1
77
+ };
78
+ //# sourceMappingURL=media.native.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","media_exports","__export","demoMedia","media","mediaQueryDefaultActive","widths","module","exports","xl","maxWidth","lg","md"],"sources":["../../src/media.ts"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;EAAAC,KAAA;AAAA,IAAAH,GAAA;AAAA,IAAAI,aAAA;AAAAC,QAAA,CAAAD,aAAA;EAAAE,SAAA,EAAAA,CAAA,KAAAA,SAAA;EAAAC,KAAA,EAAAA,CAAA,KAAAA,KAAA;EAAAC,uBAAA,EAAAA,CAAA,KAAAA,uBAAA;EAAAC,MAAA,EAAAA,CAAA,KAAAA;AAAA;AAAOC,MAAM,CAAAC,OAAA,GAAAZ,YAAuB,CAAAK,aACvB;AAKQ,IAAAE,SAAA,IAEnB,KACA,KACA,KACA,IAAoB;EACpBG,MAAM,IACN,KACA,KACA,MACA,KAA2B;EAC3BF,KAAM,GAAE;IACR;IACFK,EAIa;MACXC,QAAI;IACJ;IACAC,EAAA,EAAI;MACJD,QAAI;IACJ;IAAIE,EAAA;MAEJF,QAAK;IACP","ignoreList":[]}
@@ -0,0 +1,26 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
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, {
13
+ get: () => from[key],
14
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
15
+ });
16
+ return to;
17
+ };
18
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
19
+ value: !0
20
+ }), mod);
21
+ var v3_animations_exports = {};
22
+ __export(v3_animations_exports, {
23
+ animations: () => import_animationsCSS.animationsCSS
24
+ });
25
+ module.exports = __toCommonJS(v3_animations_exports);
26
+ var import_animationsCSS = require("./animationsCSS.cjs");
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
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, {
15
+ get: () => from[key],
16
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
17
+ });
18
+ return to;
19
+ };
20
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
21
+ value: !0
22
+ }), mod);
23
+ var v3_animations_native_exports = {};
24
+ __export(v3_animations_native_exports, {
25
+ animations: () => import_animationsReactNative.animationsReactNative
26
+ });
27
+ module.exports = __toCommonJS(v3_animations_native_exports);
28
+ var import_animationsReactNative = require("./animationsReactNative.native.js");
29
+ //# sourceMappingURL=v3-animations.native.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["v3_animations_native_exports","__export","animations","import_animationsReactNative","animationsReactNative","module","exports","__toCommonJS","require"],"sources":["../../src/v3-animations.native.ts"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,4BAAA;AAAAC,QAAA,CAAAD,4BAAA;EAAAE,UAAA,EAAAA,CAAA,KAAAC,4BAAA,CAAAC;AAAA;AAAAC,MAAA,CAAAC,OAAA,GAAAC,YAAA,CAAAP,4BAAA;AAAA,IAAAG,4BAAA,GAAoDK,OAAA","ignoreList":[]}
@@ -0,0 +1,137 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
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, {
13
+ get: () => from[key],
14
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
15
+ });
16
+ return to;
17
+ };
18
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
19
+ value: !0
20
+ }), mod);
21
+ var v3_exports = {};
22
+ __export(v3_exports, {
23
+ animations: () => import_v3_animations2.animations,
24
+ config: () => config,
25
+ fonts: () => import_fonts2.fonts,
26
+ media: () => import_media2.media,
27
+ mediaQueryDefaultActive: () => import_media2.mediaQueryDefaultActive,
28
+ selectionStyles: () => selectionStyles,
29
+ shorthands: () => shorthands,
30
+ themes: () => import_v3_themes2.themes,
31
+ tokens: () => import_v3_themes2.tokens
32
+ });
33
+ module.exports = __toCommonJS(v3_exports);
34
+ var import_v3_themes = require("@hanzogui/themes/v3-themes"),
35
+ import_v3_animations = require("./v3-animations.cjs"),
36
+ import_fonts = require("./fonts.cjs"),
37
+ import_media = require("./media.cjs"),
38
+ import_v3_animations2 = require("./v3-animations.cjs"),
39
+ import_v3_themes2 = require("@hanzogui/themes/v3-themes"),
40
+ import_fonts2 = require("./fonts.cjs"),
41
+ import_media2 = require("./media.cjs");
42
+ globalThis.global ||= globalThis;
43
+ const shorthands = {
44
+ ussel: "userSelect",
45
+ cur: "cursor",
46
+ pe: "pointerEvents",
47
+ col: "color",
48
+ ff: "fontFamily",
49
+ fos: "fontSize",
50
+ fost: "fontStyle",
51
+ fow: "fontWeight",
52
+ ls: "letterSpacing",
53
+ lh: "lineHeight",
54
+ ta: "textAlign",
55
+ tt: "textTransform",
56
+ ww: "wordWrap",
57
+ ac: "alignContent",
58
+ ai: "alignItems",
59
+ als: "alignSelf",
60
+ b: "bottom",
61
+ bg: "backgroundColor",
62
+ bbc: "borderBottomColor",
63
+ bblr: "borderBottomLeftRadius",
64
+ bbrr: "borderBottomRightRadius",
65
+ bbw: "borderBottomWidth",
66
+ blc: "borderLeftColor",
67
+ blw: "borderLeftWidth",
68
+ bc: "borderColor",
69
+ br: "borderRadius",
70
+ bs: "borderStyle",
71
+ brw: "borderRightWidth",
72
+ brc: "borderRightColor",
73
+ btc: "borderTopColor",
74
+ btlr: "borderTopLeftRadius",
75
+ btrr: "borderTopRightRadius",
76
+ btw: "borderTopWidth",
77
+ bw: "borderWidth",
78
+ dsp: "display",
79
+ f: "flex",
80
+ fb: "flexBasis",
81
+ fd: "flexDirection",
82
+ fg: "flexGrow",
83
+ fs: "flexShrink",
84
+ fw: "flexWrap",
85
+ h: "height",
86
+ jc: "justifyContent",
87
+ l: "left",
88
+ m: "margin",
89
+ mah: "maxHeight",
90
+ maw: "maxWidth",
91
+ mb: "marginBottom",
92
+ mih: "minHeight",
93
+ miw: "minWidth",
94
+ ml: "marginLeft",
95
+ mr: "marginRight",
96
+ mt: "marginTop",
97
+ mx: "marginHorizontal",
98
+ my: "marginVertical",
99
+ o: "opacity",
100
+ ov: "overflow",
101
+ p: "padding",
102
+ pb: "paddingBottom",
103
+ pl: "paddingLeft",
104
+ pos: "position",
105
+ pr: "paddingRight",
106
+ pt: "paddingTop",
107
+ px: "paddingHorizontal",
108
+ py: "paddingVertical",
109
+ r: "right",
110
+ shac: "shadowColor",
111
+ shar: "shadowRadius",
112
+ shof: "shadowOffset",
113
+ shop: "shadowOpacity",
114
+ t: "top",
115
+ w: "width",
116
+ zi: "zIndex"
117
+ },
118
+ selectionStyles = theme => theme.color5 ? {
119
+ backgroundColor: theme.color5,
120
+ color: theme.color11
121
+ } : null,
122
+ themes2 = process.env.HANZO_GUI_OPTIMIZE_THEMES === "true" ? {} : import_v3_themes.themes,
123
+ config = {
124
+ animations: import_v3_animations.animations,
125
+ themes: themes2,
126
+ media: import_media.media,
127
+ shorthands,
128
+ tokens: import_v3_themes.tokens,
129
+ fonts: import_fonts.fonts,
130
+ selectionStyles,
131
+ settings: {
132
+ mediaQueryDefaultActive: import_media.mediaQueryDefaultActive,
133
+ defaultFont: "body",
134
+ fastSchemeChange: !0,
135
+ shouldAddPrefersColorThemes: !0
136
+ }
137
+ };