@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.
- package/LICENSE +21 -0
- package/dist/cjs/animations.cjs +92 -0
- package/dist/cjs/animations.css.cjs +35 -0
- package/dist/cjs/animations.css.native.js +38 -0
- package/dist/cjs/animations.css.native.js.map +1 -0
- package/dist/cjs/animations.native.js +95 -0
- package/dist/cjs/animations.native.js.map +1 -0
- package/dist/cjs/animations.reanimated.cjs +65 -0
- package/dist/cjs/animations.reanimated.native.js +68 -0
- package/dist/cjs/animations.reanimated.native.js.map +1 -0
- package/dist/cjs/animationsCSS.cjs +56 -0
- package/dist/cjs/animationsCSS.native.js +59 -0
- package/dist/cjs/animationsCSS.native.js.map +1 -0
- package/dist/cjs/animationsMotion.cjs +146 -0
- package/dist/cjs/animationsMotion.native.js +149 -0
- package/dist/cjs/animationsMotion.native.js.map +1 -0
- package/dist/cjs/animationsReactNative.cjs +153 -0
- package/dist/cjs/animationsReactNative.native.js +156 -0
- package/dist/cjs/animationsReactNative.native.js.map +1 -0
- package/dist/cjs/animationsReanimated.cjs +141 -0
- package/dist/cjs/animationsReanimated.native.js +144 -0
- package/dist/cjs/animationsReanimated.native.js.map +1 -0
- package/dist/cjs/config.cjs +45 -0
- package/dist/cjs/config.native.js +50 -0
- package/dist/cjs/config.native.js.map +1 -0
- package/dist/cjs/createGenericFont.cjs +61 -0
- package/dist/cjs/createGenericFont.native.js +71 -0
- package/dist/cjs/createGenericFont.native.js.map +1 -0
- package/dist/cjs/fonts.cjs +91 -0
- package/dist/cjs/fonts.native.js +102 -0
- package/dist/cjs/fonts.native.js.map +1 -0
- package/dist/cjs/index.cjs +40 -0
- package/dist/cjs/index.native.js +43 -0
- package/dist/cjs/index.native.js.map +1 -0
- package/dist/cjs/index.reanimated.cjs +35 -0
- package/dist/cjs/index.reanimated.native.js +38 -0
- package/dist/cjs/index.reanimated.native.js.map +1 -0
- package/dist/cjs/media.cjs +75 -0
- package/dist/cjs/media.native.js +78 -0
- package/dist/cjs/media.native.js.map +1 -0
- package/dist/cjs/v3-animations.cjs +26 -0
- package/dist/cjs/v3-animations.native.js +29 -0
- package/dist/cjs/v3-animations.native.js.map +1 -0
- package/dist/cjs/v3.cjs +137 -0
- package/dist/cjs/v3.native.js +144 -0
- package/dist/cjs/v3.native.js.map +1 -0
- package/dist/cjs/v4-animations.cjs +26 -0
- package/dist/cjs/v4-animations.native.js +29 -0
- package/dist/cjs/v4-animations.native.js.map +1 -0
- package/dist/cjs/v4-fonts.cjs +74 -0
- package/dist/cjs/v4-fonts.native.js +90 -0
- package/dist/cjs/v4-fonts.native.js.map +1 -0
- package/dist/cjs/v4-media.cjs +90 -0
- package/dist/cjs/v4-media.native.js +93 -0
- package/dist/cjs/v4-media.native.js.map +1 -0
- package/dist/cjs/v4.cjs +75 -0
- package/dist/cjs/v4.native.js +80 -0
- package/dist/cjs/v4.native.js.map +1 -0
- package/dist/cjs/v5-base.cjs +77 -0
- package/dist/cjs/v5-base.native.js +82 -0
- package/dist/cjs/v5-base.native.js.map +1 -0
- package/dist/cjs/v5-css.cjs +54 -0
- package/dist/cjs/v5-css.native.js +29 -0
- package/dist/cjs/v5-css.native.js.map +1 -0
- package/dist/cjs/v5-fonts.cjs +109 -0
- package/dist/cjs/v5-fonts.native.js +123 -0
- package/dist/cjs/v5-fonts.native.js.map +1 -0
- package/dist/cjs/v5-media.cjs +174 -0
- package/dist/cjs/v5-media.native.js +177 -0
- package/dist/cjs/v5-media.native.js.map +1 -0
- package/dist/cjs/v5-motion.cjs +133 -0
- package/dist/cjs/v5-motion.native.js +136 -0
- package/dist/cjs/v5-motion.native.js.map +1 -0
- package/dist/cjs/v5-reanimated.cjs +129 -0
- package/dist/cjs/v5-reanimated.native.js +132 -0
- package/dist/cjs/v5-reanimated.native.js.map +1 -0
- package/dist/cjs/v5-rn.cjs +139 -0
- package/dist/cjs/v5-rn.native.js +142 -0
- package/dist/cjs/v5-rn.native.js.map +1 -0
- package/dist/cjs/v5-subtle.cjs +19 -0
- package/dist/cjs/v5-subtle.native.js +22 -0
- package/dist/cjs/v5-subtle.native.js.map +1 -0
- package/dist/cjs/v5.cjs +19 -0
- package/dist/cjs/v5.native.js +22 -0
- package/dist/cjs/v5.native.js.map +1 -0
- package/dist/esm/animations.css.mjs +12 -0
- package/dist/esm/animations.css.mjs.map +1 -0
- package/dist/esm/animations.css.native.js +12 -0
- package/dist/esm/animations.css.native.js.map +1 -0
- package/dist/esm/animations.mjs +69 -0
- package/dist/esm/animations.mjs.map +1 -0
- package/dist/esm/animations.native.js +69 -0
- package/dist/esm/animations.native.js.map +1 -0
- package/dist/esm/animations.reanimated.mjs +42 -0
- package/dist/esm/animations.reanimated.mjs.map +1 -0
- package/dist/esm/animations.reanimated.native.js +42 -0
- package/dist/esm/animations.reanimated.native.js.map +1 -0
- package/dist/esm/animationsCSS.mjs +33 -0
- package/dist/esm/animationsCSS.mjs.map +1 -0
- package/dist/esm/animationsCSS.native.js +33 -0
- package/dist/esm/animationsCSS.native.js.map +1 -0
- package/dist/esm/animationsMotion.mjs +123 -0
- package/dist/esm/animationsMotion.mjs.map +1 -0
- package/dist/esm/animationsMotion.native.js +123 -0
- package/dist/esm/animationsMotion.native.js.map +1 -0
- package/dist/esm/animationsReactNative.mjs +130 -0
- package/dist/esm/animationsReactNative.mjs.map +1 -0
- package/dist/esm/animationsReactNative.native.js +130 -0
- package/dist/esm/animationsReactNative.native.js.map +1 -0
- package/dist/esm/animationsReanimated.mjs +118 -0
- package/dist/esm/animationsReanimated.mjs.map +1 -0
- package/dist/esm/animationsReanimated.native.js +118 -0
- package/dist/esm/animationsReanimated.native.js.map +1 -0
- package/dist/esm/config.mjs +22 -0
- package/dist/esm/config.mjs.map +1 -0
- package/dist/esm/config.native.js +24 -0
- package/dist/esm/config.native.js.map +1 -0
- package/dist/esm/createGenericFont.mjs +38 -0
- package/dist/esm/createGenericFont.mjs.map +1 -0
- package/dist/esm/createGenericFont.native.js +45 -0
- package/dist/esm/createGenericFont.native.js.map +1 -0
- package/dist/esm/fonts.mjs +68 -0
- package/dist/esm/fonts.mjs.map +1 -0
- package/dist/esm/fonts.native.js +76 -0
- package/dist/esm/fonts.native.js.map +1 -0
- package/dist/esm/index.js +15 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/index.mjs +15 -0
- package/dist/esm/index.mjs.map +1 -0
- package/dist/esm/index.native.js +15 -0
- package/dist/esm/index.native.js.map +1 -0
- package/dist/esm/index.reanimated.mjs +11 -0
- package/dist/esm/index.reanimated.mjs.map +1 -0
- package/dist/esm/index.reanimated.native.js +11 -0
- package/dist/esm/index.reanimated.native.js.map +1 -0
- package/dist/esm/media.mjs +49 -0
- package/dist/esm/media.mjs.map +1 -0
- package/dist/esm/media.native.js +49 -0
- package/dist/esm/media.native.js.map +1 -0
- package/dist/esm/v3-animations.mjs +3 -0
- package/dist/esm/v3-animations.mjs.map +1 -0
- package/dist/esm/v3-animations.native.js +3 -0
- package/dist/esm/v3-animations.native.js.map +1 -0
- package/dist/esm/v3.mjs +106 -0
- package/dist/esm/v3.mjs.map +1 -0
- package/dist/esm/v3.native.js +109 -0
- package/dist/esm/v3.native.js.map +1 -0
- package/dist/esm/v4-animations.mjs +3 -0
- package/dist/esm/v4-animations.mjs.map +1 -0
- package/dist/esm/v4-animations.native.js +3 -0
- package/dist/esm/v4-animations.native.js.map +1 -0
- package/dist/esm/v4-fonts.mjs +50 -0
- package/dist/esm/v4-fonts.mjs.map +1 -0
- package/dist/esm/v4-fonts.native.js +63 -0
- package/dist/esm/v4-fonts.native.js.map +1 -0
- package/dist/esm/v4-media.mjs +65 -0
- package/dist/esm/v4-media.mjs.map +1 -0
- package/dist/esm/v4-media.native.js +65 -0
- package/dist/esm/v4-media.native.js.map +1 -0
- package/dist/esm/v4.mjs +39 -0
- package/dist/esm/v4.mjs.map +1 -0
- package/dist/esm/v4.native.js +41 -0
- package/dist/esm/v4.native.js.map +1 -0
- package/dist/esm/v5-base.mjs +34 -0
- package/dist/esm/v5-base.mjs.map +1 -0
- package/dist/esm/v5-base.native.js +36 -0
- package/dist/esm/v5-base.native.js.map +1 -0
- package/dist/esm/v5-css.mjs +30 -0
- package/dist/esm/v5-css.mjs.map +1 -0
- package/dist/esm/v5-css.native.js +3 -0
- package/dist/esm/v5-css.native.js.map +1 -0
- package/dist/esm/v5-fonts.mjs +85 -0
- package/dist/esm/v5-fonts.mjs.map +1 -0
- package/dist/esm/v5-fonts.native.js +96 -0
- package/dist/esm/v5-fonts.native.js.map +1 -0
- package/dist/esm/v5-media.mjs +149 -0
- package/dist/esm/v5-media.mjs.map +1 -0
- package/dist/esm/v5-media.native.js +149 -0
- package/dist/esm/v5-media.native.js.map +1 -0
- package/dist/esm/v5-motion.mjs +109 -0
- package/dist/esm/v5-motion.mjs.map +1 -0
- package/dist/esm/v5-motion.native.js +109 -0
- package/dist/esm/v5-motion.native.js.map +1 -0
- package/dist/esm/v5-reanimated.mjs +105 -0
- package/dist/esm/v5-reanimated.mjs.map +1 -0
- package/dist/esm/v5-reanimated.native.js +105 -0
- package/dist/esm/v5-reanimated.native.js.map +1 -0
- package/dist/esm/v5-rn.mjs +115 -0
- package/dist/esm/v5-rn.mjs.map +1 -0
- package/dist/esm/v5-rn.native.js +115 -0
- package/dist/esm/v5-rn.native.js.map +1 -0
- package/dist/esm/v5-subtle.mjs +3 -0
- package/dist/esm/v5-subtle.mjs.map +1 -0
- package/dist/esm/v5-subtle.native.js +3 -0
- package/dist/esm/v5-subtle.native.js.map +1 -0
- package/dist/esm/v5.mjs +3 -0
- package/dist/esm/v5.mjs.map +1 -0
- package/dist/esm/v5.native.js +3 -0
- package/dist/esm/v5.native.js.map +1 -0
- package/package.json +137 -0
- package/reanimated/index.cjs +2 -0
- package/reanimated/index.js +2 -0
- package/reanimated/index.native.cjs +2 -0
- package/reanimated/index.native.js +2 -0
- package/reanimated.cjs +1 -0
- package/src/animations.css.ts +11 -0
- package/src/animations.reanimated.ts +41 -0
- package/src/animations.ts +68 -0
- package/src/animationsCSS.ts +33 -0
- package/src/animationsMotion.ts +122 -0
- package/src/animationsReactNative.ts +129 -0
- package/src/animationsReanimated.ts +117 -0
- package/src/config.ts +27 -0
- package/src/createGenericFont.ts +43 -0
- package/src/fonts.ts +71 -0
- package/src/index.reanimated.ts +10 -0
- package/src/index.tsx +16 -0
- package/src/media.ts +32 -0
- package/src/v3-animations.native.ts +1 -0
- package/src/v3-animations.ts +1 -0
- package/src/v3.ts +119 -0
- package/src/v4-animations.native.ts +1 -0
- package/src/v4-animations.ts +1 -0
- package/src/v4-fonts.ts +61 -0
- package/src/v4-media.ts +40 -0
- package/src/v4.ts +47 -0
- package/src/v5-base.ts +80 -0
- package/src/v5-css.native.ts +2 -0
- package/src/v5-css.ts +31 -0
- package/src/v5-fonts.ts +112 -0
- package/src/v5-media.ts +107 -0
- package/src/v5-motion.ts +109 -0
- package/src/v5-reanimated.ts +105 -0
- package/src/v5-rn.ts +115 -0
- package/src/v5-subtle.ts +4 -0
- package/src/v5.ts +7 -0
- package/tsconfig.json +65 -0
- package/types/animations.css.d.ts +10 -0
- package/types/animations.d.ts +67 -0
- package/types/animations.reanimated.d.ts +40 -0
- package/types/animationsCSS.d.ts +28 -0
- package/types/animationsMotion.d.ts +121 -0
- package/types/animationsReactNative.d.ts +128 -0
- package/types/animationsReanimated.d.ts +116 -0
- package/types/config.d.ts +925 -0
- package/types/createGenericFont.d.ts +24 -0
- package/types/fonts.d.ts +47 -0
- package/types/index.d.ts +867 -0
- package/types/index.reanimated.d.ts +967 -0
- package/types/media.d.ts +46 -0
- package/types/v3-animations.d.ts +2 -0
- package/types/v3-animations.native.d.ts +2 -0
- package/types/v3.d.ts +970 -0
- package/types/v4-animations.d.ts +2 -0
- package/types/v4-animations.native.d.ts +2 -0
- package/types/v4-fonts.d.ts +31 -0
- package/types/v4-media.d.ts +63 -0
- package/types/v4.d.ts +283 -0
- package/types/v5-base.d.ts +62 -0
- package/types/v5-css.d.ts +49 -0
- package/types/v5-css.native.d.ts +2 -0
- package/types/v5-fonts.d.ts +32 -0
- package/types/v5-media.d.ts +135 -0
- package/types/v5-motion.d.ts +211 -0
- package/types/v5-reanimated.d.ts +203 -0
- package/types/v5-rn.d.ts +223 -0
- package/types/v5-subtle.d.ts +3 -0
- package/types/v5.d.ts +3 -0
- package/v3/index.cjs +2 -0
- package/v3/index.js +2 -0
- package/v3/index.native.cjs +2 -0
- package/v3/index.native.js +2 -0
- package/v3.cjs +1 -0
- package/v3.d.ts +1 -0
- package/v4/index.cjs +2 -0
- package/v4/index.js +2 -0
- package/v4/index.native.cjs +2 -0
- package/v4/index.native.js +2 -0
- package/v4.cjs +1 -0
- package/v4.d.ts +1 -0
- package/v5/index.cjs +2 -0
- package/v5/index.js +2 -0
- package/v5/index.native.cjs +2 -0
- package/v5/index.native.js +2 -0
- package/v5-css/index.cjs +2 -0
- package/v5-css/index.js +2 -0
- package/v5-css/index.native.cjs +2 -0
- package/v5-css/index.native.js +2 -0
- package/v5-css.cjs +1 -0
- package/v5-css.d.ts +1 -0
- package/v5-motion/index.cjs +2 -0
- package/v5-motion/index.js +2 -0
- package/v5-motion/index.native.cjs +2 -0
- package/v5-motion/index.native.js +2 -0
- package/v5-motion.cjs +1 -0
- package/v5-motion.d.ts +1 -0
- package/v5-reanimated/index.cjs +2 -0
- package/v5-reanimated/index.js +2 -0
- package/v5-reanimated/index.native.cjs +2 -0
- package/v5-reanimated/index.native.js +2 -0
- package/v5-reanimated.cjs +1 -0
- package/v5-reanimated.d.ts +1 -0
- package/v5-rn/index.cjs +2 -0
- package/v5-rn/index.js +2 -0
- package/v5-rn/index.native.cjs +2 -0
- package/v5-rn/index.native.js +2 -0
- package/v5-rn.cjs +1 -0
- package/v5-rn.d.ts +1 -0
- package/v5-subtle/index.cjs +2 -0
- package/v5-subtle/index.js +2 -0
- package/v5-subtle/index.native.cjs +2 -0
- package/v5-subtle/index.native.js +2 -0
- package/v5-subtle.cjs +1 -0
- package/v5-subtle.d.ts +1 -0
- package/v5.cjs +1 -0
- package/v5.d.ts +1 -0
|
@@ -0,0 +1,925 @@
|
|
|
1
|
+
export declare const configWithoutAnimations: {
|
|
2
|
+
themes: Record<"light" | "dark" | "light_orange" | "light_yellow" | "light_green" | "light_blue" | "light_purple" | "light_pink" | "light_red" | "dark_orange" | "dark_yellow" | "dark_green" | "dark_blue" | "dark_purple" | "dark_pink" | "dark_red" | "light_alt1" | "light_alt2" | "light_active" | "dark_alt1" | "dark_alt2" | "dark_active" | "light_orange_alt1" | "light_orange_alt2" | "light_orange_active" | "light_yellow_alt1" | "light_yellow_alt2" | "light_yellow_active" | "light_green_alt1" | "light_green_alt2" | "light_green_active" | "light_blue_alt1" | "light_blue_alt2" | "light_blue_active" | "light_purple_alt1" | "light_purple_alt2" | "light_purple_active" | "light_pink_alt1" | "light_pink_alt2" | "light_pink_active" | "light_red_alt1" | "light_red_alt2" | "light_red_active" | "dark_orange_alt1" | "dark_orange_alt2" | "dark_orange_active" | "dark_yellow_alt1" | "dark_yellow_alt2" | "dark_yellow_active" | "dark_green_alt1" | "dark_green_alt2" | "dark_green_active" | "dark_blue_alt1" | "dark_blue_alt2" | "dark_blue_active" | "dark_purple_alt1" | "dark_purple_alt2" | "dark_purple_active" | "dark_pink_alt1" | "dark_pink_alt2" | "dark_pink_active" | "dark_red_alt1" | "dark_red_alt2" | "dark_red_active", {
|
|
3
|
+
color1: string;
|
|
4
|
+
color2: string;
|
|
5
|
+
color3: string;
|
|
6
|
+
color4: string;
|
|
7
|
+
color5: string;
|
|
8
|
+
color6: string;
|
|
9
|
+
color7: string;
|
|
10
|
+
color8: string;
|
|
11
|
+
color9: string;
|
|
12
|
+
color10: string;
|
|
13
|
+
color11: string;
|
|
14
|
+
color12: string;
|
|
15
|
+
background: string;
|
|
16
|
+
backgroundHover: string;
|
|
17
|
+
backgroundPress: string;
|
|
18
|
+
backgroundFocus: string;
|
|
19
|
+
backgroundStrong: string;
|
|
20
|
+
backgroundTransparent: string;
|
|
21
|
+
color: string;
|
|
22
|
+
colorHover: string;
|
|
23
|
+
colorPress: string;
|
|
24
|
+
colorFocus: string;
|
|
25
|
+
colorTransparent: string;
|
|
26
|
+
borderColor: string;
|
|
27
|
+
borderColorHover: string;
|
|
28
|
+
borderColorFocus: string;
|
|
29
|
+
borderColorPress: string;
|
|
30
|
+
placeholderColor: string;
|
|
31
|
+
blue1: string;
|
|
32
|
+
blue2: string;
|
|
33
|
+
blue3: string;
|
|
34
|
+
blue4: string;
|
|
35
|
+
blue5: string;
|
|
36
|
+
blue6: string;
|
|
37
|
+
blue7: string;
|
|
38
|
+
blue8: string;
|
|
39
|
+
blue9: string;
|
|
40
|
+
blue10: string;
|
|
41
|
+
blue11: string;
|
|
42
|
+
blue12: string;
|
|
43
|
+
gray1: string;
|
|
44
|
+
gray2: string;
|
|
45
|
+
gray3: string;
|
|
46
|
+
gray4: string;
|
|
47
|
+
gray5: string;
|
|
48
|
+
gray6: string;
|
|
49
|
+
gray7: string;
|
|
50
|
+
gray8: string;
|
|
51
|
+
gray9: string;
|
|
52
|
+
gray10: string;
|
|
53
|
+
gray11: string;
|
|
54
|
+
gray12: string;
|
|
55
|
+
green1: string;
|
|
56
|
+
green2: string;
|
|
57
|
+
green3: string;
|
|
58
|
+
green4: string;
|
|
59
|
+
green5: string;
|
|
60
|
+
green6: string;
|
|
61
|
+
green7: string;
|
|
62
|
+
green8: string;
|
|
63
|
+
green9: string;
|
|
64
|
+
green10: string;
|
|
65
|
+
green11: string;
|
|
66
|
+
green12: string;
|
|
67
|
+
orange1: string;
|
|
68
|
+
orange2: string;
|
|
69
|
+
orange3: string;
|
|
70
|
+
orange4: string;
|
|
71
|
+
orange5: string;
|
|
72
|
+
orange6: string;
|
|
73
|
+
orange7: string;
|
|
74
|
+
orange8: string;
|
|
75
|
+
orange9: string;
|
|
76
|
+
orange10: string;
|
|
77
|
+
orange11: string;
|
|
78
|
+
orange12: string;
|
|
79
|
+
pink1: string;
|
|
80
|
+
pink2: string;
|
|
81
|
+
pink3: string;
|
|
82
|
+
pink4: string;
|
|
83
|
+
pink5: string;
|
|
84
|
+
pink6: string;
|
|
85
|
+
pink7: string;
|
|
86
|
+
pink8: string;
|
|
87
|
+
pink9: string;
|
|
88
|
+
pink10: string;
|
|
89
|
+
pink11: string;
|
|
90
|
+
pink12: string;
|
|
91
|
+
purple1: string;
|
|
92
|
+
purple2: string;
|
|
93
|
+
purple3: string;
|
|
94
|
+
purple4: string;
|
|
95
|
+
purple5: string;
|
|
96
|
+
purple6: string;
|
|
97
|
+
purple7: string;
|
|
98
|
+
purple8: string;
|
|
99
|
+
purple9: string;
|
|
100
|
+
purple10: string;
|
|
101
|
+
purple11: string;
|
|
102
|
+
purple12: string;
|
|
103
|
+
red1: string;
|
|
104
|
+
red2: string;
|
|
105
|
+
red3: string;
|
|
106
|
+
red4: string;
|
|
107
|
+
red5: string;
|
|
108
|
+
red6: string;
|
|
109
|
+
red7: string;
|
|
110
|
+
red8: string;
|
|
111
|
+
red9: string;
|
|
112
|
+
red10: string;
|
|
113
|
+
red11: string;
|
|
114
|
+
red12: string;
|
|
115
|
+
yellow1: string;
|
|
116
|
+
yellow2: string;
|
|
117
|
+
yellow3: string;
|
|
118
|
+
yellow4: string;
|
|
119
|
+
yellow5: string;
|
|
120
|
+
yellow6: string;
|
|
121
|
+
yellow7: string;
|
|
122
|
+
yellow8: string;
|
|
123
|
+
yellow9: string;
|
|
124
|
+
yellow10: string;
|
|
125
|
+
yellow11: string;
|
|
126
|
+
yellow12: string;
|
|
127
|
+
shadowColor: string;
|
|
128
|
+
shadowColorHover: string;
|
|
129
|
+
shadowColorPress: string;
|
|
130
|
+
shadowColorFocus: string;
|
|
131
|
+
}>;
|
|
132
|
+
media: {
|
|
133
|
+
xl: {
|
|
134
|
+
maxWidth: number;
|
|
135
|
+
};
|
|
136
|
+
lg: {
|
|
137
|
+
maxWidth: number;
|
|
138
|
+
};
|
|
139
|
+
md: {
|
|
140
|
+
maxWidth: number;
|
|
141
|
+
};
|
|
142
|
+
sm: {
|
|
143
|
+
maxWidth: number;
|
|
144
|
+
};
|
|
145
|
+
xs: {
|
|
146
|
+
maxWidth: number;
|
|
147
|
+
};
|
|
148
|
+
xxs: {
|
|
149
|
+
maxWidth: number;
|
|
150
|
+
};
|
|
151
|
+
gtXs: {
|
|
152
|
+
minWidth: number;
|
|
153
|
+
};
|
|
154
|
+
gtSm: {
|
|
155
|
+
minWidth: number;
|
|
156
|
+
};
|
|
157
|
+
gtMd: {
|
|
158
|
+
minWidth: number;
|
|
159
|
+
};
|
|
160
|
+
gtLg: {
|
|
161
|
+
minWidth: number;
|
|
162
|
+
};
|
|
163
|
+
gtXl: {
|
|
164
|
+
minWidth: number;
|
|
165
|
+
};
|
|
166
|
+
};
|
|
167
|
+
shorthands: {
|
|
168
|
+
readonly ussel: "userSelect";
|
|
169
|
+
readonly cur: "cursor";
|
|
170
|
+
readonly pe: "pointerEvents";
|
|
171
|
+
readonly col: "color";
|
|
172
|
+
readonly ff: "fontFamily";
|
|
173
|
+
readonly fos: "fontSize";
|
|
174
|
+
readonly fost: "fontStyle";
|
|
175
|
+
readonly fow: "fontWeight";
|
|
176
|
+
readonly ls: "letterSpacing";
|
|
177
|
+
readonly lh: "lineHeight";
|
|
178
|
+
readonly ta: "textAlign";
|
|
179
|
+
readonly tt: "textTransform";
|
|
180
|
+
readonly ww: "wordWrap";
|
|
181
|
+
readonly ac: "alignContent";
|
|
182
|
+
readonly ai: "alignItems";
|
|
183
|
+
readonly als: "alignSelf";
|
|
184
|
+
readonly b: "bottom";
|
|
185
|
+
readonly bc: "backgroundColor";
|
|
186
|
+
readonly bg: "backgroundColor";
|
|
187
|
+
readonly bbc: "borderBottomColor";
|
|
188
|
+
readonly bblr: "borderBottomLeftRadius";
|
|
189
|
+
readonly bbrr: "borderBottomRightRadius";
|
|
190
|
+
readonly bbw: "borderBottomWidth";
|
|
191
|
+
readonly blc: "borderLeftColor";
|
|
192
|
+
readonly blw: "borderLeftWidth";
|
|
193
|
+
readonly boc: "borderColor";
|
|
194
|
+
readonly br: "borderRadius";
|
|
195
|
+
readonly bs: "borderStyle";
|
|
196
|
+
readonly brw: "borderRightWidth";
|
|
197
|
+
readonly brc: "borderRightColor";
|
|
198
|
+
readonly btc: "borderTopColor";
|
|
199
|
+
readonly btlr: "borderTopLeftRadius";
|
|
200
|
+
readonly btrr: "borderTopRightRadius";
|
|
201
|
+
readonly btw: "borderTopWidth";
|
|
202
|
+
readonly bw: "borderWidth";
|
|
203
|
+
readonly dsp: "display";
|
|
204
|
+
readonly f: "flex";
|
|
205
|
+
readonly fb: "flexBasis";
|
|
206
|
+
readonly fd: "flexDirection";
|
|
207
|
+
readonly fg: "flexGrow";
|
|
208
|
+
readonly fs: "flexShrink";
|
|
209
|
+
readonly fw: "flexWrap";
|
|
210
|
+
readonly h: "height";
|
|
211
|
+
readonly jc: "justifyContent";
|
|
212
|
+
readonly l: "left";
|
|
213
|
+
readonly m: "margin";
|
|
214
|
+
readonly mah: "maxHeight";
|
|
215
|
+
readonly maw: "maxWidth";
|
|
216
|
+
readonly mb: "marginBottom";
|
|
217
|
+
readonly mih: "minHeight";
|
|
218
|
+
readonly miw: "minWidth";
|
|
219
|
+
readonly ml: "marginLeft";
|
|
220
|
+
readonly mr: "marginRight";
|
|
221
|
+
readonly mt: "marginTop";
|
|
222
|
+
readonly mx: "marginHorizontal";
|
|
223
|
+
readonly my: "marginVertical";
|
|
224
|
+
readonly o: "opacity";
|
|
225
|
+
readonly ov: "overflow";
|
|
226
|
+
readonly p: "padding";
|
|
227
|
+
readonly pb: "paddingBottom";
|
|
228
|
+
readonly pl: "paddingLeft";
|
|
229
|
+
readonly pos: "position";
|
|
230
|
+
readonly pr: "paddingRight";
|
|
231
|
+
readonly pt: "paddingTop";
|
|
232
|
+
readonly px: "paddingHorizontal";
|
|
233
|
+
readonly py: "paddingVertical";
|
|
234
|
+
readonly r: "right";
|
|
235
|
+
readonly shac: "shadowColor";
|
|
236
|
+
readonly shar: "shadowRadius";
|
|
237
|
+
readonly shof: "shadowOffset";
|
|
238
|
+
readonly shop: "shadowOpacity";
|
|
239
|
+
readonly t: "top";
|
|
240
|
+
readonly w: "width";
|
|
241
|
+
readonly zi: "zIndex";
|
|
242
|
+
};
|
|
243
|
+
tokens: {
|
|
244
|
+
color: {
|
|
245
|
+
yellow1Dark: import("@hanzogui/web").Variable<string>;
|
|
246
|
+
yellow2Dark: import("@hanzogui/web").Variable<string>;
|
|
247
|
+
yellow3Dark: import("@hanzogui/web").Variable<string>;
|
|
248
|
+
yellow4Dark: import("@hanzogui/web").Variable<string>;
|
|
249
|
+
yellow5Dark: import("@hanzogui/web").Variable<string>;
|
|
250
|
+
yellow6Dark: import("@hanzogui/web").Variable<string>;
|
|
251
|
+
yellow7Dark: import("@hanzogui/web").Variable<string>;
|
|
252
|
+
yellow8Dark: import("@hanzogui/web").Variable<string>;
|
|
253
|
+
yellow9Dark: import("@hanzogui/web").Variable<string>;
|
|
254
|
+
yellow10Dark: import("@hanzogui/web").Variable<string>;
|
|
255
|
+
yellow11Dark: import("@hanzogui/web").Variable<string>;
|
|
256
|
+
yellow12Dark: import("@hanzogui/web").Variable<string>;
|
|
257
|
+
red1Dark: import("@hanzogui/web").Variable<string>;
|
|
258
|
+
red2Dark: import("@hanzogui/web").Variable<string>;
|
|
259
|
+
red3Dark: import("@hanzogui/web").Variable<string>;
|
|
260
|
+
red4Dark: import("@hanzogui/web").Variable<string>;
|
|
261
|
+
red5Dark: import("@hanzogui/web").Variable<string>;
|
|
262
|
+
red6Dark: import("@hanzogui/web").Variable<string>;
|
|
263
|
+
red7Dark: import("@hanzogui/web").Variable<string>;
|
|
264
|
+
red8Dark: import("@hanzogui/web").Variable<string>;
|
|
265
|
+
red9Dark: import("@hanzogui/web").Variable<string>;
|
|
266
|
+
red10Dark: import("@hanzogui/web").Variable<string>;
|
|
267
|
+
red11Dark: import("@hanzogui/web").Variable<string>;
|
|
268
|
+
red12Dark: import("@hanzogui/web").Variable<string>;
|
|
269
|
+
purple1Dark: import("@hanzogui/web").Variable<string>;
|
|
270
|
+
purple2Dark: import("@hanzogui/web").Variable<string>;
|
|
271
|
+
purple3Dark: import("@hanzogui/web").Variable<string>;
|
|
272
|
+
purple4Dark: import("@hanzogui/web").Variable<string>;
|
|
273
|
+
purple5Dark: import("@hanzogui/web").Variable<string>;
|
|
274
|
+
purple6Dark: import("@hanzogui/web").Variable<string>;
|
|
275
|
+
purple7Dark: import("@hanzogui/web").Variable<string>;
|
|
276
|
+
purple8Dark: import("@hanzogui/web").Variable<string>;
|
|
277
|
+
purple9Dark: import("@hanzogui/web").Variable<string>;
|
|
278
|
+
purple10Dark: import("@hanzogui/web").Variable<string>;
|
|
279
|
+
purple11Dark: import("@hanzogui/web").Variable<string>;
|
|
280
|
+
purple12Dark: import("@hanzogui/web").Variable<string>;
|
|
281
|
+
pink1Dark: import("@hanzogui/web").Variable<string>;
|
|
282
|
+
pink2Dark: import("@hanzogui/web").Variable<string>;
|
|
283
|
+
pink3Dark: import("@hanzogui/web").Variable<string>;
|
|
284
|
+
pink4Dark: import("@hanzogui/web").Variable<string>;
|
|
285
|
+
pink5Dark: import("@hanzogui/web").Variable<string>;
|
|
286
|
+
pink6Dark: import("@hanzogui/web").Variable<string>;
|
|
287
|
+
pink7Dark: import("@hanzogui/web").Variable<string>;
|
|
288
|
+
pink8Dark: import("@hanzogui/web").Variable<string>;
|
|
289
|
+
pink9Dark: import("@hanzogui/web").Variable<string>;
|
|
290
|
+
pink10Dark: import("@hanzogui/web").Variable<string>;
|
|
291
|
+
pink11Dark: import("@hanzogui/web").Variable<string>;
|
|
292
|
+
pink12Dark: import("@hanzogui/web").Variable<string>;
|
|
293
|
+
orange1Dark: import("@hanzogui/web").Variable<string>;
|
|
294
|
+
orange2Dark: import("@hanzogui/web").Variable<string>;
|
|
295
|
+
orange3Dark: import("@hanzogui/web").Variable<string>;
|
|
296
|
+
orange4Dark: import("@hanzogui/web").Variable<string>;
|
|
297
|
+
orange5Dark: import("@hanzogui/web").Variable<string>;
|
|
298
|
+
orange6Dark: import("@hanzogui/web").Variable<string>;
|
|
299
|
+
orange7Dark: import("@hanzogui/web").Variable<string>;
|
|
300
|
+
orange8Dark: import("@hanzogui/web").Variable<string>;
|
|
301
|
+
orange9Dark: import("@hanzogui/web").Variable<string>;
|
|
302
|
+
orange10Dark: import("@hanzogui/web").Variable<string>;
|
|
303
|
+
orange11Dark: import("@hanzogui/web").Variable<string>;
|
|
304
|
+
orange12Dark: import("@hanzogui/web").Variable<string>;
|
|
305
|
+
green1Dark: import("@hanzogui/web").Variable<string>;
|
|
306
|
+
green2Dark: import("@hanzogui/web").Variable<string>;
|
|
307
|
+
green3Dark: import("@hanzogui/web").Variable<string>;
|
|
308
|
+
green4Dark: import("@hanzogui/web").Variable<string>;
|
|
309
|
+
green5Dark: import("@hanzogui/web").Variable<string>;
|
|
310
|
+
green6Dark: import("@hanzogui/web").Variable<string>;
|
|
311
|
+
green7Dark: import("@hanzogui/web").Variable<string>;
|
|
312
|
+
green8Dark: import("@hanzogui/web").Variable<string>;
|
|
313
|
+
green9Dark: import("@hanzogui/web").Variable<string>;
|
|
314
|
+
green10Dark: import("@hanzogui/web").Variable<string>;
|
|
315
|
+
green11Dark: import("@hanzogui/web").Variable<string>;
|
|
316
|
+
green12Dark: import("@hanzogui/web").Variable<string>;
|
|
317
|
+
gray1Dark: import("@hanzogui/web").Variable<string>;
|
|
318
|
+
gray2Dark: import("@hanzogui/web").Variable<string>;
|
|
319
|
+
gray3Dark: import("@hanzogui/web").Variable<string>;
|
|
320
|
+
gray4Dark: import("@hanzogui/web").Variable<string>;
|
|
321
|
+
gray5Dark: import("@hanzogui/web").Variable<string>;
|
|
322
|
+
gray6Dark: import("@hanzogui/web").Variable<string>;
|
|
323
|
+
gray7Dark: import("@hanzogui/web").Variable<string>;
|
|
324
|
+
gray8Dark: import("@hanzogui/web").Variable<string>;
|
|
325
|
+
gray9Dark: import("@hanzogui/web").Variable<string>;
|
|
326
|
+
gray10Dark: import("@hanzogui/web").Variable<string>;
|
|
327
|
+
gray11Dark: import("@hanzogui/web").Variable<string>;
|
|
328
|
+
gray12Dark: import("@hanzogui/web").Variable<string>;
|
|
329
|
+
blue1Dark: import("@hanzogui/web").Variable<string>;
|
|
330
|
+
blue2Dark: import("@hanzogui/web").Variable<string>;
|
|
331
|
+
blue3Dark: import("@hanzogui/web").Variable<string>;
|
|
332
|
+
blue4Dark: import("@hanzogui/web").Variable<string>;
|
|
333
|
+
blue5Dark: import("@hanzogui/web").Variable<string>;
|
|
334
|
+
blue6Dark: import("@hanzogui/web").Variable<string>;
|
|
335
|
+
blue7Dark: import("@hanzogui/web").Variable<string>;
|
|
336
|
+
blue8Dark: import("@hanzogui/web").Variable<string>;
|
|
337
|
+
blue9Dark: import("@hanzogui/web").Variable<string>;
|
|
338
|
+
blue10Dark: import("@hanzogui/web").Variable<string>;
|
|
339
|
+
blue11Dark: import("@hanzogui/web").Variable<string>;
|
|
340
|
+
blue12Dark: import("@hanzogui/web").Variable<string>;
|
|
341
|
+
yellow1Light: import("@hanzogui/web").Variable<string>;
|
|
342
|
+
yellow2Light: import("@hanzogui/web").Variable<string>;
|
|
343
|
+
yellow3Light: import("@hanzogui/web").Variable<string>;
|
|
344
|
+
yellow4Light: import("@hanzogui/web").Variable<string>;
|
|
345
|
+
yellow5Light: import("@hanzogui/web").Variable<string>;
|
|
346
|
+
yellow6Light: import("@hanzogui/web").Variable<string>;
|
|
347
|
+
yellow7Light: import("@hanzogui/web").Variable<string>;
|
|
348
|
+
yellow8Light: import("@hanzogui/web").Variable<string>;
|
|
349
|
+
yellow9Light: import("@hanzogui/web").Variable<string>;
|
|
350
|
+
yellow10Light: import("@hanzogui/web").Variable<string>;
|
|
351
|
+
yellow11Light: import("@hanzogui/web").Variable<string>;
|
|
352
|
+
yellow12Light: import("@hanzogui/web").Variable<string>;
|
|
353
|
+
red1Light: import("@hanzogui/web").Variable<string>;
|
|
354
|
+
red2Light: import("@hanzogui/web").Variable<string>;
|
|
355
|
+
red3Light: import("@hanzogui/web").Variable<string>;
|
|
356
|
+
red4Light: import("@hanzogui/web").Variable<string>;
|
|
357
|
+
red5Light: import("@hanzogui/web").Variable<string>;
|
|
358
|
+
red6Light: import("@hanzogui/web").Variable<string>;
|
|
359
|
+
red7Light: import("@hanzogui/web").Variable<string>;
|
|
360
|
+
red8Light: import("@hanzogui/web").Variable<string>;
|
|
361
|
+
red9Light: import("@hanzogui/web").Variable<string>;
|
|
362
|
+
red10Light: import("@hanzogui/web").Variable<string>;
|
|
363
|
+
red11Light: import("@hanzogui/web").Variable<string>;
|
|
364
|
+
red12Light: import("@hanzogui/web").Variable<string>;
|
|
365
|
+
purple1Light: import("@hanzogui/web").Variable<string>;
|
|
366
|
+
purple2Light: import("@hanzogui/web").Variable<string>;
|
|
367
|
+
purple3Light: import("@hanzogui/web").Variable<string>;
|
|
368
|
+
purple4Light: import("@hanzogui/web").Variable<string>;
|
|
369
|
+
purple5Light: import("@hanzogui/web").Variable<string>;
|
|
370
|
+
purple6Light: import("@hanzogui/web").Variable<string>;
|
|
371
|
+
purple7Light: import("@hanzogui/web").Variable<string>;
|
|
372
|
+
purple8Light: import("@hanzogui/web").Variable<string>;
|
|
373
|
+
purple9Light: import("@hanzogui/web").Variable<string>;
|
|
374
|
+
purple10Light: import("@hanzogui/web").Variable<string>;
|
|
375
|
+
purple11Light: import("@hanzogui/web").Variable<string>;
|
|
376
|
+
purple12Light: import("@hanzogui/web").Variable<string>;
|
|
377
|
+
pink1Light: import("@hanzogui/web").Variable<string>;
|
|
378
|
+
pink2Light: import("@hanzogui/web").Variable<string>;
|
|
379
|
+
pink3Light: import("@hanzogui/web").Variable<string>;
|
|
380
|
+
pink4Light: import("@hanzogui/web").Variable<string>;
|
|
381
|
+
pink5Light: import("@hanzogui/web").Variable<string>;
|
|
382
|
+
pink6Light: import("@hanzogui/web").Variable<string>;
|
|
383
|
+
pink7Light: import("@hanzogui/web").Variable<string>;
|
|
384
|
+
pink8Light: import("@hanzogui/web").Variable<string>;
|
|
385
|
+
pink9Light: import("@hanzogui/web").Variable<string>;
|
|
386
|
+
pink10Light: import("@hanzogui/web").Variable<string>;
|
|
387
|
+
pink11Light: import("@hanzogui/web").Variable<string>;
|
|
388
|
+
pink12Light: import("@hanzogui/web").Variable<string>;
|
|
389
|
+
orange1Light: import("@hanzogui/web").Variable<string>;
|
|
390
|
+
orange2Light: import("@hanzogui/web").Variable<string>;
|
|
391
|
+
orange3Light: import("@hanzogui/web").Variable<string>;
|
|
392
|
+
orange4Light: import("@hanzogui/web").Variable<string>;
|
|
393
|
+
orange5Light: import("@hanzogui/web").Variable<string>;
|
|
394
|
+
orange6Light: import("@hanzogui/web").Variable<string>;
|
|
395
|
+
orange7Light: import("@hanzogui/web").Variable<string>;
|
|
396
|
+
orange8Light: import("@hanzogui/web").Variable<string>;
|
|
397
|
+
orange9Light: import("@hanzogui/web").Variable<string>;
|
|
398
|
+
orange10Light: import("@hanzogui/web").Variable<string>;
|
|
399
|
+
orange11Light: import("@hanzogui/web").Variable<string>;
|
|
400
|
+
orange12Light: import("@hanzogui/web").Variable<string>;
|
|
401
|
+
green1Light: import("@hanzogui/web").Variable<string>;
|
|
402
|
+
green2Light: import("@hanzogui/web").Variable<string>;
|
|
403
|
+
green3Light: import("@hanzogui/web").Variable<string>;
|
|
404
|
+
green4Light: import("@hanzogui/web").Variable<string>;
|
|
405
|
+
green5Light: import("@hanzogui/web").Variable<string>;
|
|
406
|
+
green6Light: import("@hanzogui/web").Variable<string>;
|
|
407
|
+
green7Light: import("@hanzogui/web").Variable<string>;
|
|
408
|
+
green8Light: import("@hanzogui/web").Variable<string>;
|
|
409
|
+
green9Light: import("@hanzogui/web").Variable<string>;
|
|
410
|
+
green10Light: import("@hanzogui/web").Variable<string>;
|
|
411
|
+
green11Light: import("@hanzogui/web").Variable<string>;
|
|
412
|
+
green12Light: import("@hanzogui/web").Variable<string>;
|
|
413
|
+
gray1Light: import("@hanzogui/web").Variable<string>;
|
|
414
|
+
gray2Light: import("@hanzogui/web").Variable<string>;
|
|
415
|
+
gray3Light: import("@hanzogui/web").Variable<string>;
|
|
416
|
+
gray4Light: import("@hanzogui/web").Variable<string>;
|
|
417
|
+
gray5Light: import("@hanzogui/web").Variable<string>;
|
|
418
|
+
gray6Light: import("@hanzogui/web").Variable<string>;
|
|
419
|
+
gray7Light: import("@hanzogui/web").Variable<string>;
|
|
420
|
+
gray8Light: import("@hanzogui/web").Variable<string>;
|
|
421
|
+
gray9Light: import("@hanzogui/web").Variable<string>;
|
|
422
|
+
gray10Light: import("@hanzogui/web").Variable<string>;
|
|
423
|
+
gray11Light: import("@hanzogui/web").Variable<string>;
|
|
424
|
+
gray12Light: import("@hanzogui/web").Variable<string>;
|
|
425
|
+
blue1Light: import("@hanzogui/web").Variable<string>;
|
|
426
|
+
blue2Light: import("@hanzogui/web").Variable<string>;
|
|
427
|
+
blue3Light: import("@hanzogui/web").Variable<string>;
|
|
428
|
+
blue4Light: import("@hanzogui/web").Variable<string>;
|
|
429
|
+
blue5Light: import("@hanzogui/web").Variable<string>;
|
|
430
|
+
blue6Light: import("@hanzogui/web").Variable<string>;
|
|
431
|
+
blue7Light: import("@hanzogui/web").Variable<string>;
|
|
432
|
+
blue8Light: import("@hanzogui/web").Variable<string>;
|
|
433
|
+
blue9Light: import("@hanzogui/web").Variable<string>;
|
|
434
|
+
blue10Light: import("@hanzogui/web").Variable<string>;
|
|
435
|
+
blue11Light: import("@hanzogui/web").Variable<string>;
|
|
436
|
+
blue12Light: import("@hanzogui/web").Variable<string>;
|
|
437
|
+
};
|
|
438
|
+
space: {
|
|
439
|
+
$0: import("@hanzogui/web").Variable<number>;
|
|
440
|
+
"$0.25": import("@hanzogui/web").Variable<number>;
|
|
441
|
+
"$0.5": import("@hanzogui/web").Variable<number>;
|
|
442
|
+
"$0.75": import("@hanzogui/web").Variable<number>;
|
|
443
|
+
$1: import("@hanzogui/web").Variable<number>;
|
|
444
|
+
"$1.5": import("@hanzogui/web").Variable<number>;
|
|
445
|
+
$2: import("@hanzogui/web").Variable<number>;
|
|
446
|
+
"$2.5": import("@hanzogui/web").Variable<number>;
|
|
447
|
+
$3: import("@hanzogui/web").Variable<number>;
|
|
448
|
+
"$3.5": import("@hanzogui/web").Variable<number>;
|
|
449
|
+
$4: import("@hanzogui/web").Variable<number>;
|
|
450
|
+
$true: import("@hanzogui/web").Variable<number>;
|
|
451
|
+
"$4.5": import("@hanzogui/web").Variable<number>;
|
|
452
|
+
$5: import("@hanzogui/web").Variable<number>;
|
|
453
|
+
$6: import("@hanzogui/web").Variable<number>;
|
|
454
|
+
$7: import("@hanzogui/web").Variable<number>;
|
|
455
|
+
$8: import("@hanzogui/web").Variable<number>;
|
|
456
|
+
$9: import("@hanzogui/web").Variable<number>;
|
|
457
|
+
$10: import("@hanzogui/web").Variable<number>;
|
|
458
|
+
$11: import("@hanzogui/web").Variable<number>;
|
|
459
|
+
$12: import("@hanzogui/web").Variable<number>;
|
|
460
|
+
$13: import("@hanzogui/web").Variable<number>;
|
|
461
|
+
$14: import("@hanzogui/web").Variable<number>;
|
|
462
|
+
$15: import("@hanzogui/web").Variable<number>;
|
|
463
|
+
$16: import("@hanzogui/web").Variable<number>;
|
|
464
|
+
$17: import("@hanzogui/web").Variable<number>;
|
|
465
|
+
$18: import("@hanzogui/web").Variable<number>;
|
|
466
|
+
$19: import("@hanzogui/web").Variable<number>;
|
|
467
|
+
$20: import("@hanzogui/web").Variable<number>;
|
|
468
|
+
"$-0.25": import("@hanzogui/web").Variable<number>;
|
|
469
|
+
"$-0.5": import("@hanzogui/web").Variable<number>;
|
|
470
|
+
"$-0.75": import("@hanzogui/web").Variable<number>;
|
|
471
|
+
"$-1": import("@hanzogui/web").Variable<number>;
|
|
472
|
+
"$-1.5": import("@hanzogui/web").Variable<number>;
|
|
473
|
+
"$-2": import("@hanzogui/web").Variable<number>;
|
|
474
|
+
"$-2.5": import("@hanzogui/web").Variable<number>;
|
|
475
|
+
"$-3": import("@hanzogui/web").Variable<number>;
|
|
476
|
+
"$-3.5": import("@hanzogui/web").Variable<number>;
|
|
477
|
+
"$-4": import("@hanzogui/web").Variable<number>;
|
|
478
|
+
"$-true": import("@hanzogui/web").Variable<number>;
|
|
479
|
+
"$-4.5": import("@hanzogui/web").Variable<number>;
|
|
480
|
+
"$-5": import("@hanzogui/web").Variable<number>;
|
|
481
|
+
"$-6": import("@hanzogui/web").Variable<number>;
|
|
482
|
+
"$-7": import("@hanzogui/web").Variable<number>;
|
|
483
|
+
"$-8": import("@hanzogui/web").Variable<number>;
|
|
484
|
+
"$-9": import("@hanzogui/web").Variable<number>;
|
|
485
|
+
"$-10": import("@hanzogui/web").Variable<number>;
|
|
486
|
+
"$-11": import("@hanzogui/web").Variable<number>;
|
|
487
|
+
"$-12": import("@hanzogui/web").Variable<number>;
|
|
488
|
+
"$-13": import("@hanzogui/web").Variable<number>;
|
|
489
|
+
"$-14": import("@hanzogui/web").Variable<number>;
|
|
490
|
+
"$-15": import("@hanzogui/web").Variable<number>;
|
|
491
|
+
"$-16": import("@hanzogui/web").Variable<number>;
|
|
492
|
+
"$-17": import("@hanzogui/web").Variable<number>;
|
|
493
|
+
"$-18": import("@hanzogui/web").Variable<number>;
|
|
494
|
+
"$-19": import("@hanzogui/web").Variable<number>;
|
|
495
|
+
"$-20": import("@hanzogui/web").Variable<number>;
|
|
496
|
+
};
|
|
497
|
+
size: {
|
|
498
|
+
$0: import("@hanzogui/web").Variable<number>;
|
|
499
|
+
"$0.25": import("@hanzogui/web").Variable<number>;
|
|
500
|
+
"$0.5": import("@hanzogui/web").Variable<number>;
|
|
501
|
+
"$0.75": import("@hanzogui/web").Variable<number>;
|
|
502
|
+
$1: import("@hanzogui/web").Variable<number>;
|
|
503
|
+
"$1.5": import("@hanzogui/web").Variable<number>;
|
|
504
|
+
$2: import("@hanzogui/web").Variable<number>;
|
|
505
|
+
"$2.5": import("@hanzogui/web").Variable<number>;
|
|
506
|
+
$3: import("@hanzogui/web").Variable<number>;
|
|
507
|
+
"$3.5": import("@hanzogui/web").Variable<number>;
|
|
508
|
+
$4: import("@hanzogui/web").Variable<number>;
|
|
509
|
+
$true: import("@hanzogui/web").Variable<number>;
|
|
510
|
+
"$4.5": import("@hanzogui/web").Variable<number>;
|
|
511
|
+
$5: import("@hanzogui/web").Variable<number>;
|
|
512
|
+
$6: import("@hanzogui/web").Variable<number>;
|
|
513
|
+
$7: import("@hanzogui/web").Variable<number>;
|
|
514
|
+
$8: import("@hanzogui/web").Variable<number>;
|
|
515
|
+
$9: import("@hanzogui/web").Variable<number>;
|
|
516
|
+
$10: import("@hanzogui/web").Variable<number>;
|
|
517
|
+
$11: import("@hanzogui/web").Variable<number>;
|
|
518
|
+
$12: import("@hanzogui/web").Variable<number>;
|
|
519
|
+
$13: import("@hanzogui/web").Variable<number>;
|
|
520
|
+
$14: import("@hanzogui/web").Variable<number>;
|
|
521
|
+
$15: import("@hanzogui/web").Variable<number>;
|
|
522
|
+
$16: import("@hanzogui/web").Variable<number>;
|
|
523
|
+
$17: import("@hanzogui/web").Variable<number>;
|
|
524
|
+
$18: import("@hanzogui/web").Variable<number>;
|
|
525
|
+
$19: import("@hanzogui/web").Variable<number>;
|
|
526
|
+
$20: import("@hanzogui/web").Variable<number>;
|
|
527
|
+
};
|
|
528
|
+
radius: {
|
|
529
|
+
0: import("@hanzogui/web").Variable<number>;
|
|
530
|
+
1: import("@hanzogui/web").Variable<number>;
|
|
531
|
+
2: import("@hanzogui/web").Variable<number>;
|
|
532
|
+
3: import("@hanzogui/web").Variable<number>;
|
|
533
|
+
4: import("@hanzogui/web").Variable<number>;
|
|
534
|
+
true: import("@hanzogui/web").Variable<number>;
|
|
535
|
+
5: import("@hanzogui/web").Variable<number>;
|
|
536
|
+
6: import("@hanzogui/web").Variable<number>;
|
|
537
|
+
7: import("@hanzogui/web").Variable<number>;
|
|
538
|
+
8: import("@hanzogui/web").Variable<number>;
|
|
539
|
+
9: import("@hanzogui/web").Variable<number>;
|
|
540
|
+
10: import("@hanzogui/web").Variable<number>;
|
|
541
|
+
11: import("@hanzogui/web").Variable<number>;
|
|
542
|
+
12: import("@hanzogui/web").Variable<number>;
|
|
543
|
+
};
|
|
544
|
+
zIndex: {
|
|
545
|
+
0: import("@hanzogui/web").Variable<number>;
|
|
546
|
+
1: import("@hanzogui/web").Variable<number>;
|
|
547
|
+
2: import("@hanzogui/web").Variable<number>;
|
|
548
|
+
3: import("@hanzogui/web").Variable<number>;
|
|
549
|
+
4: import("@hanzogui/web").Variable<number>;
|
|
550
|
+
5: import("@hanzogui/web").Variable<number>;
|
|
551
|
+
};
|
|
552
|
+
} & Omit<{
|
|
553
|
+
color: {
|
|
554
|
+
yellow1Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
555
|
+
yellow2Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
556
|
+
yellow3Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
557
|
+
yellow4Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
558
|
+
yellow5Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
559
|
+
yellow6Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
560
|
+
yellow7Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
561
|
+
yellow8Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
562
|
+
yellow9Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
563
|
+
yellow10Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
564
|
+
yellow11Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
565
|
+
yellow12Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
566
|
+
red1Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
567
|
+
red2Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
568
|
+
red3Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
569
|
+
red4Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
570
|
+
red5Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
571
|
+
red6Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
572
|
+
red7Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
573
|
+
red8Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
574
|
+
red9Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
575
|
+
red10Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
576
|
+
red11Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
577
|
+
red12Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
578
|
+
purple1Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
579
|
+
purple2Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
580
|
+
purple3Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
581
|
+
purple4Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
582
|
+
purple5Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
583
|
+
purple6Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
584
|
+
purple7Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
585
|
+
purple8Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
586
|
+
purple9Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
587
|
+
purple10Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
588
|
+
purple11Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
589
|
+
purple12Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
590
|
+
pink1Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
591
|
+
pink2Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
592
|
+
pink3Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
593
|
+
pink4Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
594
|
+
pink5Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
595
|
+
pink6Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
596
|
+
pink7Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
597
|
+
pink8Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
598
|
+
pink9Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
599
|
+
pink10Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
600
|
+
pink11Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
601
|
+
pink12Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
602
|
+
orange1Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
603
|
+
orange2Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
604
|
+
orange3Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
605
|
+
orange4Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
606
|
+
orange5Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
607
|
+
orange6Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
608
|
+
orange7Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
609
|
+
orange8Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
610
|
+
orange9Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
611
|
+
orange10Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
612
|
+
orange11Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
613
|
+
orange12Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
614
|
+
green1Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
615
|
+
green2Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
616
|
+
green3Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
617
|
+
green4Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
618
|
+
green5Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
619
|
+
green6Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
620
|
+
green7Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
621
|
+
green8Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
622
|
+
green9Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
623
|
+
green10Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
624
|
+
green11Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
625
|
+
green12Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
626
|
+
gray1Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
627
|
+
gray2Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
628
|
+
gray3Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
629
|
+
gray4Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
630
|
+
gray5Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
631
|
+
gray6Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
632
|
+
gray7Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
633
|
+
gray8Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
634
|
+
gray9Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
635
|
+
gray10Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
636
|
+
gray11Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
637
|
+
gray12Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
638
|
+
blue1Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
639
|
+
blue2Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
640
|
+
blue3Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
641
|
+
blue4Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
642
|
+
blue5Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
643
|
+
blue6Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
644
|
+
blue7Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
645
|
+
blue8Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
646
|
+
blue9Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
647
|
+
blue10Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
648
|
+
blue11Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
649
|
+
blue12Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
650
|
+
yellow1Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
651
|
+
yellow2Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
652
|
+
yellow3Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
653
|
+
yellow4Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
654
|
+
yellow5Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
655
|
+
yellow6Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
656
|
+
yellow7Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
657
|
+
yellow8Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
658
|
+
yellow9Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
659
|
+
yellow10Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
660
|
+
yellow11Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
661
|
+
yellow12Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
662
|
+
red1Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
663
|
+
red2Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
664
|
+
red3Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
665
|
+
red4Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
666
|
+
red5Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
667
|
+
red6Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
668
|
+
red7Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
669
|
+
red8Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
670
|
+
red9Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
671
|
+
red10Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
672
|
+
red11Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
673
|
+
red12Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
674
|
+
purple1Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
675
|
+
purple2Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
676
|
+
purple3Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
677
|
+
purple4Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
678
|
+
purple5Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
679
|
+
purple6Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
680
|
+
purple7Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
681
|
+
purple8Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
682
|
+
purple9Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
683
|
+
purple10Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
684
|
+
purple11Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
685
|
+
purple12Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
686
|
+
pink1Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
687
|
+
pink2Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
688
|
+
pink3Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
689
|
+
pink4Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
690
|
+
pink5Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
691
|
+
pink6Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
692
|
+
pink7Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
693
|
+
pink8Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
694
|
+
pink9Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
695
|
+
pink10Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
696
|
+
pink11Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
697
|
+
pink12Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
698
|
+
orange1Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
699
|
+
orange2Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
700
|
+
orange3Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
701
|
+
orange4Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
702
|
+
orange5Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
703
|
+
orange6Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
704
|
+
orange7Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
705
|
+
orange8Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
706
|
+
orange9Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
707
|
+
orange10Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
708
|
+
orange11Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
709
|
+
orange12Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
710
|
+
green1Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
711
|
+
green2Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
712
|
+
green3Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
713
|
+
green4Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
714
|
+
green5Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
715
|
+
green6Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
716
|
+
green7Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
717
|
+
green8Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
718
|
+
green9Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
719
|
+
green10Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
720
|
+
green11Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
721
|
+
green12Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
722
|
+
gray1Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
723
|
+
gray2Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
724
|
+
gray3Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
725
|
+
gray4Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
726
|
+
gray5Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
727
|
+
gray6Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
728
|
+
gray7Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
729
|
+
gray8Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
730
|
+
gray9Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
731
|
+
gray10Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
732
|
+
gray11Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
733
|
+
gray12Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
734
|
+
blue1Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
735
|
+
blue2Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
736
|
+
blue3Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
737
|
+
blue4Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
738
|
+
blue5Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
739
|
+
blue6Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
740
|
+
blue7Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
741
|
+
blue8Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
742
|
+
blue9Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
743
|
+
blue10Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
744
|
+
blue11Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
745
|
+
blue12Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
746
|
+
};
|
|
747
|
+
radius: {
|
|
748
|
+
0: import("@hanzogui/web").Variable<number>;
|
|
749
|
+
1: import("@hanzogui/web").Variable<number>;
|
|
750
|
+
2: import("@hanzogui/web").Variable<number>;
|
|
751
|
+
3: import("@hanzogui/web").Variable<number>;
|
|
752
|
+
4: import("@hanzogui/web").Variable<number>;
|
|
753
|
+
true: import("@hanzogui/web").Variable<number>;
|
|
754
|
+
5: import("@hanzogui/web").Variable<number>;
|
|
755
|
+
6: import("@hanzogui/web").Variable<number>;
|
|
756
|
+
7: import("@hanzogui/web").Variable<number>;
|
|
757
|
+
8: import("@hanzogui/web").Variable<number>;
|
|
758
|
+
9: import("@hanzogui/web").Variable<number>;
|
|
759
|
+
10: import("@hanzogui/web").Variable<number>;
|
|
760
|
+
11: import("@hanzogui/web").Variable<number>;
|
|
761
|
+
12: import("@hanzogui/web").Variable<number>;
|
|
762
|
+
};
|
|
763
|
+
zIndex: {
|
|
764
|
+
0: import("@hanzogui/web").Variable<number>;
|
|
765
|
+
1: import("@hanzogui/web").Variable<number>;
|
|
766
|
+
2: import("@hanzogui/web").Variable<number>;
|
|
767
|
+
3: import("@hanzogui/web").Variable<number>;
|
|
768
|
+
4: import("@hanzogui/web").Variable<number>;
|
|
769
|
+
5: import("@hanzogui/web").Variable<number>;
|
|
770
|
+
};
|
|
771
|
+
space: {
|
|
772
|
+
$0: import("@hanzogui/web").Variable<number>;
|
|
773
|
+
"$0.25": import("@hanzogui/web").Variable<number>;
|
|
774
|
+
"$0.5": import("@hanzogui/web").Variable<number>;
|
|
775
|
+
"$0.75": import("@hanzogui/web").Variable<number>;
|
|
776
|
+
$1: import("@hanzogui/web").Variable<number>;
|
|
777
|
+
"$1.5": import("@hanzogui/web").Variable<number>;
|
|
778
|
+
$2: import("@hanzogui/web").Variable<number>;
|
|
779
|
+
"$2.5": import("@hanzogui/web").Variable<number>;
|
|
780
|
+
$3: import("@hanzogui/web").Variable<number>;
|
|
781
|
+
"$3.5": import("@hanzogui/web").Variable<number>;
|
|
782
|
+
$4: import("@hanzogui/web").Variable<number>;
|
|
783
|
+
$true: import("@hanzogui/web").Variable<number>;
|
|
784
|
+
"$4.5": import("@hanzogui/web").Variable<number>;
|
|
785
|
+
$5: import("@hanzogui/web").Variable<number>;
|
|
786
|
+
$6: import("@hanzogui/web").Variable<number>;
|
|
787
|
+
$7: import("@hanzogui/web").Variable<number>;
|
|
788
|
+
$8: import("@hanzogui/web").Variable<number>;
|
|
789
|
+
$9: import("@hanzogui/web").Variable<number>;
|
|
790
|
+
$10: import("@hanzogui/web").Variable<number>;
|
|
791
|
+
$11: import("@hanzogui/web").Variable<number>;
|
|
792
|
+
$12: import("@hanzogui/web").Variable<number>;
|
|
793
|
+
$13: import("@hanzogui/web").Variable<number>;
|
|
794
|
+
$14: import("@hanzogui/web").Variable<number>;
|
|
795
|
+
$15: import("@hanzogui/web").Variable<number>;
|
|
796
|
+
$16: import("@hanzogui/web").Variable<number>;
|
|
797
|
+
$17: import("@hanzogui/web").Variable<number>;
|
|
798
|
+
$18: import("@hanzogui/web").Variable<number>;
|
|
799
|
+
$19: import("@hanzogui/web").Variable<number>;
|
|
800
|
+
$20: import("@hanzogui/web").Variable<number>;
|
|
801
|
+
"$-0.25": import("@hanzogui/web").Variable<number>;
|
|
802
|
+
"$-0.5": import("@hanzogui/web").Variable<number>;
|
|
803
|
+
"$-0.75": import("@hanzogui/web").Variable<number>;
|
|
804
|
+
"$-1": import("@hanzogui/web").Variable<number>;
|
|
805
|
+
"$-1.5": import("@hanzogui/web").Variable<number>;
|
|
806
|
+
"$-2": import("@hanzogui/web").Variable<number>;
|
|
807
|
+
"$-2.5": import("@hanzogui/web").Variable<number>;
|
|
808
|
+
"$-3": import("@hanzogui/web").Variable<number>;
|
|
809
|
+
"$-3.5": import("@hanzogui/web").Variable<number>;
|
|
810
|
+
"$-4": import("@hanzogui/web").Variable<number>;
|
|
811
|
+
"$-true": import("@hanzogui/web").Variable<number>;
|
|
812
|
+
"$-4.5": import("@hanzogui/web").Variable<number>;
|
|
813
|
+
"$-5": import("@hanzogui/web").Variable<number>;
|
|
814
|
+
"$-6": import("@hanzogui/web").Variable<number>;
|
|
815
|
+
"$-7": import("@hanzogui/web").Variable<number>;
|
|
816
|
+
"$-8": import("@hanzogui/web").Variable<number>;
|
|
817
|
+
"$-9": import("@hanzogui/web").Variable<number>;
|
|
818
|
+
"$-10": import("@hanzogui/web").Variable<number>;
|
|
819
|
+
"$-11": import("@hanzogui/web").Variable<number>;
|
|
820
|
+
"$-12": import("@hanzogui/web").Variable<number>;
|
|
821
|
+
"$-13": import("@hanzogui/web").Variable<number>;
|
|
822
|
+
"$-14": import("@hanzogui/web").Variable<number>;
|
|
823
|
+
"$-15": import("@hanzogui/web").Variable<number>;
|
|
824
|
+
"$-16": import("@hanzogui/web").Variable<number>;
|
|
825
|
+
"$-17": import("@hanzogui/web").Variable<number>;
|
|
826
|
+
"$-18": import("@hanzogui/web").Variable<number>;
|
|
827
|
+
"$-19": import("@hanzogui/web").Variable<number>;
|
|
828
|
+
"$-20": import("@hanzogui/web").Variable<number>;
|
|
829
|
+
};
|
|
830
|
+
size: {
|
|
831
|
+
$0: import("@hanzogui/web").Variable<number>;
|
|
832
|
+
"$0.25": import("@hanzogui/web").Variable<number>;
|
|
833
|
+
"$0.5": import("@hanzogui/web").Variable<number>;
|
|
834
|
+
"$0.75": import("@hanzogui/web").Variable<number>;
|
|
835
|
+
$1: import("@hanzogui/web").Variable<number>;
|
|
836
|
+
"$1.5": import("@hanzogui/web").Variable<number>;
|
|
837
|
+
$2: import("@hanzogui/web").Variable<number>;
|
|
838
|
+
"$2.5": import("@hanzogui/web").Variable<number>;
|
|
839
|
+
$3: import("@hanzogui/web").Variable<number>;
|
|
840
|
+
"$3.5": import("@hanzogui/web").Variable<number>;
|
|
841
|
+
$4: import("@hanzogui/web").Variable<number>;
|
|
842
|
+
$true: import("@hanzogui/web").Variable<number>;
|
|
843
|
+
"$4.5": import("@hanzogui/web").Variable<number>;
|
|
844
|
+
$5: import("@hanzogui/web").Variable<number>;
|
|
845
|
+
$6: import("@hanzogui/web").Variable<number>;
|
|
846
|
+
$7: import("@hanzogui/web").Variable<number>;
|
|
847
|
+
$8: import("@hanzogui/web").Variable<number>;
|
|
848
|
+
$9: import("@hanzogui/web").Variable<number>;
|
|
849
|
+
$10: import("@hanzogui/web").Variable<number>;
|
|
850
|
+
$11: import("@hanzogui/web").Variable<number>;
|
|
851
|
+
$12: import("@hanzogui/web").Variable<number>;
|
|
852
|
+
$13: import("@hanzogui/web").Variable<number>;
|
|
853
|
+
$14: import("@hanzogui/web").Variable<number>;
|
|
854
|
+
$15: import("@hanzogui/web").Variable<number>;
|
|
855
|
+
$16: import("@hanzogui/web").Variable<number>;
|
|
856
|
+
$17: import("@hanzogui/web").Variable<number>;
|
|
857
|
+
$18: import("@hanzogui/web").Variable<number>;
|
|
858
|
+
$19: import("@hanzogui/web").Variable<number>;
|
|
859
|
+
$20: import("@hanzogui/web").Variable<number>;
|
|
860
|
+
};
|
|
861
|
+
}, "size" | "color" | "space" | "radius" | "zIndex">;
|
|
862
|
+
fonts: {
|
|
863
|
+
heading: import("@hanzogui/web").FillInFont<{
|
|
864
|
+
size: {
|
|
865
|
+
5: number;
|
|
866
|
+
6: number;
|
|
867
|
+
9: number;
|
|
868
|
+
10: number;
|
|
869
|
+
};
|
|
870
|
+
transform: {
|
|
871
|
+
6: "uppercase";
|
|
872
|
+
7: "none";
|
|
873
|
+
};
|
|
874
|
+
weight: {
|
|
875
|
+
6: string;
|
|
876
|
+
7: string;
|
|
877
|
+
};
|
|
878
|
+
color: {
|
|
879
|
+
6: string;
|
|
880
|
+
7: string;
|
|
881
|
+
};
|
|
882
|
+
letterSpacing: {
|
|
883
|
+
5: number;
|
|
884
|
+
6: number;
|
|
885
|
+
7: number;
|
|
886
|
+
8: number;
|
|
887
|
+
9: number;
|
|
888
|
+
10: number;
|
|
889
|
+
12: number;
|
|
890
|
+
14: number;
|
|
891
|
+
15: number;
|
|
892
|
+
};
|
|
893
|
+
face: {
|
|
894
|
+
700: {
|
|
895
|
+
normal: string;
|
|
896
|
+
};
|
|
897
|
+
800: {
|
|
898
|
+
normal: string;
|
|
899
|
+
};
|
|
900
|
+
900: {
|
|
901
|
+
normal: string;
|
|
902
|
+
};
|
|
903
|
+
};
|
|
904
|
+
}, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 13 | 4 | 7 | 8 | 12 | 14 | "true" | 11>;
|
|
905
|
+
body: import("@hanzogui/web").FillInFont<import("@hanzogui/web").GenericFont, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 13 | 4 | 7 | 8 | 12 | 14 | "true" | 11>;
|
|
906
|
+
mono: import("@hanzogui/web").FillInFont<import("@hanzogui/web").GenericFont, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 13 | 4 | 7 | 8 | 12 | 14 | "true" | 11>;
|
|
907
|
+
};
|
|
908
|
+
selectionStyles: (theme: Record<string, string>) => {
|
|
909
|
+
backgroundColor: string;
|
|
910
|
+
color: string;
|
|
911
|
+
} | null;
|
|
912
|
+
settings: {
|
|
913
|
+
defaultFont: string;
|
|
914
|
+
shouldAddPrefersColorThemes: true;
|
|
915
|
+
mediaQueryDefaultActive: {
|
|
916
|
+
xl: boolean;
|
|
917
|
+
lg: boolean;
|
|
918
|
+
md: boolean;
|
|
919
|
+
sm: boolean;
|
|
920
|
+
xs: boolean;
|
|
921
|
+
xxs: boolean;
|
|
922
|
+
};
|
|
923
|
+
};
|
|
924
|
+
};
|
|
925
|
+
//# sourceMappingURL=config.d.ts.map
|