@hanzogui/config 8.3.0 → 8.3.2
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/dist/cjs/animations.css.js +14 -0
- package/dist/cjs/animations.css.js.map +1 -0
- package/dist/cjs/animations.js +71 -0
- package/dist/cjs/animations.js.map +1 -0
- package/dist/cjs/animations.reanimated.js +44 -0
- package/dist/cjs/animations.reanimated.js.map +1 -0
- package/dist/cjs/animationsCSS.js +35 -0
- package/dist/cjs/animationsCSS.js.map +1 -0
- package/dist/cjs/animationsMotion.js +125 -0
- package/dist/cjs/animationsMotion.js.map +1 -0
- package/dist/cjs/animationsReactNative.js +132 -0
- package/dist/cjs/animationsReactNative.js.map +1 -0
- package/dist/cjs/animationsReanimated.js +120 -0
- package/dist/cjs/animationsReanimated.js.map +1 -0
- package/dist/cjs/config.js +26 -0
- package/dist/cjs/config.js.map +1 -0
- package/dist/cjs/createGenericFont.js +34 -0
- package/dist/cjs/createGenericFont.js.map +1 -0
- package/dist/cjs/fonts.js +86 -0
- package/dist/cjs/fonts.js.map +1 -0
- package/dist/cjs/index.js +19 -0
- package/dist/cjs/index.js.map +1 -0
- package/dist/cjs/index.reanimated.js +14 -0
- package/dist/cjs/index.reanimated.js.map +1 -0
- package/dist/cjs/media.js +33 -0
- package/dist/cjs/media.js.map +1 -0
- package/dist/cjs/package.json +1 -0
- package/dist/cjs/v3-animations.js +6 -0
- package/dist/cjs/v3-animations.js.map +1 -0
- package/dist/cjs/v3.js +120 -0
- package/dist/cjs/v3.js.map +1 -0
- package/dist/cjs/v4-animations.js +6 -0
- package/dist/cjs/v4-animations.js.map +1 -0
- package/dist/cjs/v4-fonts.js +50 -0
- package/dist/cjs/v4-fonts.js.map +1 -0
- package/dist/cjs/v4-media.js +41 -0
- package/dist/cjs/v4-media.js.map +1 -0
- package/dist/cjs/v4.js +56 -0
- package/dist/cjs/v4.js.map +1 -0
- package/dist/cjs/v5-base.js +59 -0
- package/dist/cjs/v5-base.js.map +1 -0
- package/dist/cjs/v5-css.js +32 -0
- package/dist/cjs/v5-css.js.map +1 -0
- package/dist/cjs/v5-fonts.js +113 -0
- package/dist/cjs/v5-fonts.js.map +1 -0
- package/dist/cjs/v5-media.js +93 -0
- package/dist/cjs/v5-media.js.map +1 -0
- package/dist/cjs/v5-motion.js +111 -0
- package/dist/cjs/v5-motion.js.map +1 -0
- package/dist/cjs/v5-reanimated.js +107 -0
- package/dist/cjs/v5-reanimated.js.map +1 -0
- package/dist/cjs/v5-rn.js +117 -0
- package/dist/cjs/v5-rn.js.map +1 -0
- package/dist/cjs/v5-subtle.js +7 -0
- package/dist/cjs/v5-subtle.js.map +1 -0
- package/dist/cjs/v5.js +29 -0
- package/dist/cjs/v5.js.map +1 -0
- package/dist/esm/animations.css.js +11 -0
- package/dist/esm/animations.css.js.map +1 -0
- package/dist/esm/animations.js +68 -0
- package/dist/esm/animations.js.map +1 -0
- package/dist/esm/animations.reanimated.js +41 -0
- package/dist/esm/animations.reanimated.js.map +1 -0
- package/dist/esm/animationsCSS.js +32 -0
- package/dist/esm/animationsCSS.js.map +1 -0
- package/dist/esm/animationsMotion.js +122 -0
- package/dist/esm/animationsMotion.js.map +1 -0
- package/dist/esm/animationsReactNative.js +129 -0
- package/dist/esm/animationsReactNative.js.map +1 -0
- package/dist/esm/animationsReanimated.js +117 -0
- package/dist/esm/animationsReanimated.js.map +1 -0
- package/dist/esm/config.js +23 -0
- package/dist/esm/config.js.map +1 -0
- package/dist/esm/createGenericFont.js +31 -0
- package/dist/esm/createGenericFont.js.map +1 -0
- package/dist/esm/fonts.js +83 -0
- package/dist/esm/fonts.js.map +1 -0
- package/dist/esm/index.js +13 -14
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/index.reanimated.js +10 -0
- package/dist/esm/index.reanimated.js.map +1 -0
- package/dist/esm/media.js +30 -0
- package/dist/esm/media.js.map +1 -0
- package/dist/esm/v3-animations.js +2 -0
- package/dist/esm/v3-animations.js.map +1 -0
- package/dist/esm/v3.js +110 -0
- package/dist/esm/v3.js.map +1 -0
- package/dist/esm/v4-animations.js +2 -0
- package/dist/esm/v4-animations.js.map +1 -0
- package/dist/esm/v4-fonts.js +46 -0
- package/dist/esm/v4-fonts.js.map +1 -0
- package/dist/esm/v4-media.js +38 -0
- package/dist/esm/v4-media.js.map +1 -0
- package/dist/esm/v4.js +41 -0
- package/dist/esm/v4.js.map +1 -0
- package/dist/esm/v5-base.js +38 -0
- package/dist/esm/v5-base.js.map +1 -0
- package/dist/esm/v5-css.js +29 -0
- package/dist/esm/v5-css.js.map +1 -0
- package/dist/esm/v5-fonts.js +109 -0
- package/dist/esm/v5-fonts.js.map +1 -0
- package/dist/esm/v5-media.js +90 -0
- package/dist/esm/v5-media.js.map +1 -0
- package/dist/esm/v5-motion.js +108 -0
- package/dist/esm/v5-motion.js.map +1 -0
- package/dist/esm/v5-reanimated.js +104 -0
- package/dist/esm/v5-reanimated.js.map +1 -0
- package/dist/esm/v5-rn.js +114 -0
- package/dist/esm/v5-rn.js.map +1 -0
- package/dist/esm/v5-subtle.js +4 -0
- package/dist/esm/v5-subtle.js.map +1 -0
- package/dist/esm/v5.js +17 -0
- package/dist/esm/v5.js.map +1 -0
- package/dist/native/animations.css.js +11 -0
- package/dist/native/animations.css.js.map +1 -0
- package/dist/native/animations.js +68 -0
- package/dist/native/animations.js.map +1 -0
- package/dist/native/animations.reanimated.js +41 -0
- package/dist/native/animations.reanimated.js.map +1 -0
- package/dist/native/animationsCSS.js +32 -0
- package/dist/native/animationsCSS.js.map +1 -0
- package/dist/native/animationsMotion.js +122 -0
- package/dist/native/animationsMotion.js.map +1 -0
- package/dist/native/animationsReactNative.js +129 -0
- package/dist/native/animationsReactNative.js.map +1 -0
- package/dist/native/animationsReanimated.js +117 -0
- package/dist/native/animationsReanimated.js.map +1 -0
- package/dist/native/config.js +23 -0
- package/dist/native/config.js.map +1 -0
- package/dist/native/createGenericFont.js +31 -0
- package/dist/native/createGenericFont.js.map +1 -0
- package/dist/native/fonts.js +83 -0
- package/dist/native/fonts.js.map +1 -0
- package/dist/native/index.js +14 -0
- package/dist/native/index.js.map +1 -0
- package/dist/native/index.reanimated.js +10 -0
- package/dist/native/index.reanimated.js.map +1 -0
- package/dist/native/media.js +30 -0
- package/dist/native/media.js.map +1 -0
- package/dist/native/v3-animations.js +2 -0
- package/dist/native/v3-animations.js.map +1 -0
- package/dist/native/v3.js +110 -0
- package/dist/native/v3.js.map +1 -0
- package/dist/native/v4-animations.js +2 -0
- package/dist/native/v4-animations.js.map +1 -0
- package/dist/native/v4-fonts.js +46 -0
- package/dist/native/v4-fonts.js.map +1 -0
- package/dist/native/v4-media.js +38 -0
- package/dist/native/v4-media.js.map +1 -0
- package/dist/native/v4.js +41 -0
- package/dist/native/v4.js.map +1 -0
- package/dist/native/v5-base.js +38 -0
- package/dist/native/v5-base.js.map +1 -0
- package/dist/native/v5-css.js +3 -0
- package/dist/native/v5-css.js.map +1 -0
- package/dist/native/v5-fonts.js +109 -0
- package/dist/native/v5-fonts.js.map +1 -0
- package/dist/native/v5-media.js +90 -0
- package/dist/native/v5-media.js.map +1 -0
- package/dist/native/v5-motion.js +108 -0
- package/dist/native/v5-motion.js.map +1 -0
- package/dist/native/v5-reanimated.js +104 -0
- package/dist/native/v5-reanimated.js.map +1 -0
- package/dist/native/v5-rn.js +114 -0
- package/dist/native/v5-rn.js.map +1 -0
- package/dist/native/v5-subtle.js +4 -0
- package/dist/native/v5-subtle.js.map +1 -0
- package/dist/native/v5.js +17 -0
- package/dist/native/v5.js.map +1 -0
- package/package.json +78 -104
- package/src/config.ts +2 -2
- package/src/fonts.ts +3 -4
- package/src/index.reanimated.ts +5 -5
- package/src/index.tsx +6 -6
- package/src/v3-animations.native.ts +1 -1
- package/src/v3-animations.ts +1 -1
- package/src/v3.ts +6 -6
- package/src/v4-animations.native.ts +1 -1
- package/src/v4-animations.ts +1 -1
- package/src/v4.ts +6 -6
- package/src/v5-base.ts +8 -8
- package/src/v5-css.native.ts +1 -1
- package/src/v5-subtle.ts +1 -1
- package/src/v5.ts +22 -2
- package/types/animations.d.ts.map +1 -1
- package/types/animations.reanimated.d.ts.map +1 -1
- package/types/animationsMotion.d.ts.map +1 -1
- package/types/animationsReactNative.d.ts.map +1 -1
- package/types/animationsReanimated.d.ts.map +1 -1
- package/types/config.d.ts +512 -512
- package/types/createGenericFont.d.ts.map +1 -1
- package/types/fonts.d.ts +3 -3
- package/types/fonts.d.ts.map +1 -1
- package/types/index.d.ts +575 -575
- package/types/index.d.ts.map +1 -1
- package/types/index.reanimated.d.ts +546 -546
- package/types/index.reanimated.d.ts.map +1 -1
- package/types/media.d.ts.map +1 -1
- package/types/v3-animations.d.ts +1 -1
- package/types/v3-animations.d.ts.map +1 -1
- package/types/v3-animations.native.d.ts +1 -1
- package/types/v3-animations.native.d.ts.map +1 -1
- package/types/v3.d.ts +646 -649
- package/types/v3.d.ts.map +1 -1
- package/types/v4-animations.d.ts +1 -1
- package/types/v4-animations.d.ts.map +1 -1
- package/types/v4-animations.native.d.ts +1 -1
- package/types/v4-animations.native.d.ts.map +1 -1
- package/types/v4-fonts.d.ts +2 -2
- package/types/v4-fonts.d.ts.map +1 -1
- package/types/v4-media.d.ts.map +1 -1
- package/types/v4.d.ts +53 -56
- package/types/v4.d.ts.map +1 -1
- package/types/v5-base.d.ts +6 -6
- package/types/v5-base.d.ts.map +1 -1
- package/types/v5-css.native.d.ts +1 -1
- package/types/v5-css.native.d.ts.map +1 -1
- package/types/v5-fonts.d.ts +3 -3
- package/types/v5-fonts.d.ts.map +1 -1
- package/types/v5-media.d.ts.map +1 -1
- package/types/v5-motion.d.ts.map +1 -1
- package/types/v5-reanimated.d.ts.map +1 -1
- package/types/v5-rn.d.ts.map +1 -1
- package/types/v5-subtle.d.ts +1 -1
- package/types/v5-subtle.d.ts.map +1 -1
- package/types/v5.d.ts +2 -2
- package/types/v5.d.ts.map +1 -1
- package/dist/cjs/animations.cjs +0 -94
- package/dist/cjs/animations.css.cjs +0 -37
- package/dist/cjs/animations.css.native.js +0 -40
- package/dist/cjs/animations.css.native.js.map +0 -1
- package/dist/cjs/animations.native.js +0 -97
- package/dist/cjs/animations.native.js.map +0 -1
- package/dist/cjs/animations.reanimated.cjs +0 -67
- package/dist/cjs/animations.reanimated.native.js +0 -70
- package/dist/cjs/animations.reanimated.native.js.map +0 -1
- package/dist/cjs/animationsCSS.cjs +0 -58
- package/dist/cjs/animationsCSS.native.js +0 -61
- package/dist/cjs/animationsCSS.native.js.map +0 -1
- package/dist/cjs/animationsMotion.cjs +0 -148
- package/dist/cjs/animationsMotion.native.js +0 -151
- package/dist/cjs/animationsMotion.native.js.map +0 -1
- package/dist/cjs/animationsReactNative.cjs +0 -155
- package/dist/cjs/animationsReactNative.native.js +0 -158
- package/dist/cjs/animationsReactNative.native.js.map +0 -1
- package/dist/cjs/animationsReanimated.cjs +0 -143
- package/dist/cjs/animationsReanimated.native.js +0 -146
- package/dist/cjs/animationsReanimated.native.js.map +0 -1
- package/dist/cjs/config.cjs +0 -47
- package/dist/cjs/config.native.js +0 -52
- package/dist/cjs/config.native.js.map +0 -1
- package/dist/cjs/createGenericFont.cjs +0 -63
- package/dist/cjs/createGenericFont.native.js +0 -73
- package/dist/cjs/createGenericFont.native.js.map +0 -1
- package/dist/cjs/fonts.cjs +0 -104
- package/dist/cjs/fonts.native.js +0 -115
- package/dist/cjs/fonts.native.js.map +0 -1
- package/dist/cjs/index.cjs +0 -42
- package/dist/cjs/index.native.js +0 -45
- package/dist/cjs/index.native.js.map +0 -1
- package/dist/cjs/index.reanimated.cjs +0 -37
- package/dist/cjs/index.reanimated.native.js +0 -40
- package/dist/cjs/index.reanimated.native.js.map +0 -1
- package/dist/cjs/media.cjs +0 -77
- package/dist/cjs/media.native.js +0 -80
- package/dist/cjs/media.native.js.map +0 -1
- package/dist/cjs/v3-animations.cjs +0 -28
- package/dist/cjs/v3-animations.native.js +0 -31
- package/dist/cjs/v3-animations.native.js.map +0 -1
- package/dist/cjs/v3.cjs +0 -139
- package/dist/cjs/v3.native.js +0 -146
- package/dist/cjs/v3.native.js.map +0 -1
- package/dist/cjs/v4-animations.cjs +0 -28
- package/dist/cjs/v4-animations.native.js +0 -31
- package/dist/cjs/v4-animations.native.js.map +0 -1
- package/dist/cjs/v4-fonts.cjs +0 -76
- package/dist/cjs/v4-fonts.native.js +0 -92
- package/dist/cjs/v4-fonts.native.js.map +0 -1
- package/dist/cjs/v4-media.cjs +0 -92
- package/dist/cjs/v4-media.native.js +0 -95
- package/dist/cjs/v4-media.native.js.map +0 -1
- package/dist/cjs/v4.cjs +0 -77
- package/dist/cjs/v4.native.js +0 -82
- package/dist/cjs/v4.native.js.map +0 -1
- package/dist/cjs/v5-base.cjs +0 -79
- package/dist/cjs/v5-base.native.js +0 -84
- package/dist/cjs/v5-base.native.js.map +0 -1
- package/dist/cjs/v5-css.cjs +0 -56
- package/dist/cjs/v5-css.native.js +0 -31
- package/dist/cjs/v5-css.native.js.map +0 -1
- package/dist/cjs/v5-fonts.cjs +0 -123
- package/dist/cjs/v5-fonts.native.js +0 -137
- package/dist/cjs/v5-fonts.native.js.map +0 -1
- package/dist/cjs/v5-media.cjs +0 -163
- package/dist/cjs/v5-media.native.js +0 -166
- package/dist/cjs/v5-media.native.js.map +0 -1
- package/dist/cjs/v5-motion.cjs +0 -135
- package/dist/cjs/v5-motion.native.js +0 -138
- package/dist/cjs/v5-motion.native.js.map +0 -1
- package/dist/cjs/v5-reanimated.cjs +0 -131
- package/dist/cjs/v5-reanimated.native.js +0 -134
- package/dist/cjs/v5-reanimated.native.js.map +0 -1
- package/dist/cjs/v5-rn.cjs +0 -141
- package/dist/cjs/v5-rn.native.js +0 -144
- package/dist/cjs/v5-rn.native.js.map +0 -1
- package/dist/cjs/v5-subtle.cjs +0 -21
- package/dist/cjs/v5-subtle.native.js +0 -24
- package/dist/cjs/v5-subtle.native.js.map +0 -1
- package/dist/cjs/v5.cjs +0 -21
- package/dist/cjs/v5.native.js +0 -24
- package/dist/cjs/v5.native.js.map +0 -1
- package/dist/esm/animations.css.mjs +0 -12
- package/dist/esm/animations.css.mjs.map +0 -1
- package/dist/esm/animations.css.native.js +0 -12
- package/dist/esm/animations.css.native.js.map +0 -1
- package/dist/esm/animations.mjs +0 -69
- package/dist/esm/animations.mjs.map +0 -1
- package/dist/esm/animations.native.js +0 -69
- package/dist/esm/animations.native.js.map +0 -1
- package/dist/esm/animations.reanimated.mjs +0 -42
- package/dist/esm/animations.reanimated.mjs.map +0 -1
- package/dist/esm/animations.reanimated.native.js +0 -42
- package/dist/esm/animations.reanimated.native.js.map +0 -1
- package/dist/esm/animationsCSS.mjs +0 -33
- package/dist/esm/animationsCSS.mjs.map +0 -1
- package/dist/esm/animationsCSS.native.js +0 -33
- package/dist/esm/animationsCSS.native.js.map +0 -1
- package/dist/esm/animationsMotion.mjs +0 -123
- package/dist/esm/animationsMotion.mjs.map +0 -1
- package/dist/esm/animationsMotion.native.js +0 -123
- package/dist/esm/animationsMotion.native.js.map +0 -1
- package/dist/esm/animationsReactNative.mjs +0 -130
- package/dist/esm/animationsReactNative.mjs.map +0 -1
- package/dist/esm/animationsReactNative.native.js +0 -130
- package/dist/esm/animationsReactNative.native.js.map +0 -1
- package/dist/esm/animationsReanimated.mjs +0 -118
- package/dist/esm/animationsReanimated.mjs.map +0 -1
- package/dist/esm/animationsReanimated.native.js +0 -118
- package/dist/esm/animationsReanimated.native.js.map +0 -1
- package/dist/esm/config.mjs +0 -22
- package/dist/esm/config.mjs.map +0 -1
- package/dist/esm/config.native.js +0 -24
- package/dist/esm/config.native.js.map +0 -1
- package/dist/esm/createGenericFont.mjs +0 -38
- package/dist/esm/createGenericFont.mjs.map +0 -1
- package/dist/esm/createGenericFont.native.js +0 -45
- package/dist/esm/createGenericFont.native.js.map +0 -1
- package/dist/esm/fonts.mjs +0 -79
- package/dist/esm/fonts.mjs.map +0 -1
- package/dist/esm/fonts.native.js +0 -87
- package/dist/esm/fonts.native.js.map +0 -1
- package/dist/esm/index.mjs +0 -15
- package/dist/esm/index.mjs.map +0 -1
- package/dist/esm/index.native.js +0 -15
- package/dist/esm/index.native.js.map +0 -1
- package/dist/esm/index.reanimated.mjs +0 -11
- package/dist/esm/index.reanimated.mjs.map +0 -1
- package/dist/esm/index.reanimated.native.js +0 -11
- package/dist/esm/index.reanimated.native.js.map +0 -1
- package/dist/esm/media.mjs +0 -49
- package/dist/esm/media.mjs.map +0 -1
- package/dist/esm/media.native.js +0 -49
- package/dist/esm/media.native.js.map +0 -1
- package/dist/esm/v3-animations.mjs +0 -3
- package/dist/esm/v3-animations.mjs.map +0 -1
- package/dist/esm/v3-animations.native.js +0 -3
- package/dist/esm/v3-animations.native.js.map +0 -1
- package/dist/esm/v3.mjs +0 -106
- package/dist/esm/v3.mjs.map +0 -1
- package/dist/esm/v3.native.js +0 -110
- package/dist/esm/v3.native.js.map +0 -1
- package/dist/esm/v4-animations.mjs +0 -3
- package/dist/esm/v4-animations.mjs.map +0 -1
- package/dist/esm/v4-animations.native.js +0 -3
- package/dist/esm/v4-animations.native.js.map +0 -1
- package/dist/esm/v4-fonts.mjs +0 -50
- package/dist/esm/v4-fonts.mjs.map +0 -1
- package/dist/esm/v4-fonts.native.js +0 -63
- package/dist/esm/v4-fonts.native.js.map +0 -1
- package/dist/esm/v4-media.mjs +0 -65
- package/dist/esm/v4-media.mjs.map +0 -1
- package/dist/esm/v4-media.native.js +0 -65
- package/dist/esm/v4-media.native.js.map +0 -1
- package/dist/esm/v4.mjs +0 -39
- package/dist/esm/v4.mjs.map +0 -1
- package/dist/esm/v4.native.js +0 -41
- package/dist/esm/v4.native.js.map +0 -1
- package/dist/esm/v5-base.mjs +0 -34
- package/dist/esm/v5-base.mjs.map +0 -1
- package/dist/esm/v5-base.native.js +0 -36
- package/dist/esm/v5-base.native.js.map +0 -1
- package/dist/esm/v5-css.mjs +0 -30
- package/dist/esm/v5-css.mjs.map +0 -1
- package/dist/esm/v5-css.native.js +0 -3
- package/dist/esm/v5-css.native.js.map +0 -1
- package/dist/esm/v5-fonts.mjs +0 -97
- package/dist/esm/v5-fonts.mjs.map +0 -1
- package/dist/esm/v5-fonts.native.js +0 -108
- package/dist/esm/v5-fonts.native.js.map +0 -1
- package/dist/esm/v5-media.mjs +0 -136
- package/dist/esm/v5-media.mjs.map +0 -1
- package/dist/esm/v5-media.native.js +0 -136
- package/dist/esm/v5-media.native.js.map +0 -1
- package/dist/esm/v5-motion.mjs +0 -109
- package/dist/esm/v5-motion.mjs.map +0 -1
- package/dist/esm/v5-motion.native.js +0 -109
- package/dist/esm/v5-motion.native.js.map +0 -1
- package/dist/esm/v5-reanimated.mjs +0 -105
- package/dist/esm/v5-reanimated.mjs.map +0 -1
- package/dist/esm/v5-reanimated.native.js +0 -105
- package/dist/esm/v5-reanimated.native.js.map +0 -1
- package/dist/esm/v5-rn.mjs +0 -115
- package/dist/esm/v5-rn.mjs.map +0 -1
- package/dist/esm/v5-rn.native.js +0 -115
- package/dist/esm/v5-rn.native.js.map +0 -1
- package/dist/esm/v5-subtle.mjs +0 -3
- package/dist/esm/v5-subtle.mjs.map +0 -1
- package/dist/esm/v5-subtle.native.js +0 -3
- package/dist/esm/v5-subtle.native.js.map +0 -1
- package/dist/esm/v5.mjs +0 -3
- package/dist/esm/v5.mjs.map +0 -1
- package/dist/esm/v5.native.js +0 -3
- package/dist/esm/v5.native.js.map +0 -1
- package/reanimated/index.cjs +0 -2
- package/reanimated/index.js +0 -2
- package/reanimated/index.native.cjs +0 -2
- package/reanimated/index.native.js +0 -2
- package/reanimated.cjs +0 -1
- package/v3/index.cjs +0 -2
- package/v3/index.js +0 -2
- package/v3/index.native.cjs +0 -2
- package/v3/index.native.js +0 -2
- package/v3.cjs +0 -1
- package/v3.d.ts +0 -1
- package/v4/index.cjs +0 -2
- package/v4/index.js +0 -2
- package/v4/index.native.cjs +0 -2
- package/v4/index.native.js +0 -2
- package/v4.cjs +0 -1
- package/v4.d.ts +0 -1
- package/v5/index.cjs +0 -2
- package/v5/index.js +0 -2
- package/v5/index.native.cjs +0 -2
- package/v5/index.native.js +0 -2
- package/v5-css/index.cjs +0 -2
- package/v5-css/index.js +0 -2
- package/v5-css/index.native.cjs +0 -2
- package/v5-css/index.native.js +0 -2
- package/v5-css.cjs +0 -1
- package/v5-css.d.ts +0 -1
- package/v5-motion/index.cjs +0 -2
- package/v5-motion/index.js +0 -2
- package/v5-motion/index.native.cjs +0 -2
- package/v5-motion/index.native.js +0 -2
- package/v5-motion.cjs +0 -1
- package/v5-motion.d.ts +0 -1
- package/v5-reanimated/index.cjs +0 -2
- package/v5-reanimated/index.js +0 -2
- package/v5-reanimated/index.native.cjs +0 -2
- package/v5-reanimated/index.native.js +0 -2
- package/v5-reanimated.cjs +0 -1
- package/v5-reanimated.d.ts +0 -1
- package/v5-rn/index.cjs +0 -2
- package/v5-rn/index.js +0 -2
- package/v5-rn/index.native.cjs +0 -2
- package/v5-rn/index.native.js +0 -2
- package/v5-rn.cjs +0 -1
- package/v5-rn.d.ts +0 -1
- package/v5-subtle/index.cjs +0 -2
- package/v5-subtle/index.js +0 -2
- package/v5-subtle/index.native.cjs +0 -2
- package/v5-subtle/index.native.js +0 -2
- package/v5-subtle.cjs +0 -1
- package/v5-subtle.d.ts +0 -1
- package/v5.cjs +0 -1
- package/v5.d.ts +0 -1
|
@@ -1,46 +1,7 @@
|
|
|
1
|
-
export * from './media';
|
|
2
|
-
export * from './createGenericFont';
|
|
3
|
-
export * from './animations.reanimated';
|
|
1
|
+
export * from './media.ts';
|
|
2
|
+
export * from './createGenericFont.ts';
|
|
3
|
+
export * from './animations.reanimated.ts';
|
|
4
4
|
export declare const config: {
|
|
5
|
-
animations: import("@hanzogui/web").AnimationDriver<{
|
|
6
|
-
'100ms': {
|
|
7
|
-
type: string;
|
|
8
|
-
duration: number;
|
|
9
|
-
};
|
|
10
|
-
bouncy: {
|
|
11
|
-
type: string;
|
|
12
|
-
damping: number;
|
|
13
|
-
mass: number;
|
|
14
|
-
stiffness: number;
|
|
15
|
-
};
|
|
16
|
-
lazy: {
|
|
17
|
-
type: string;
|
|
18
|
-
damping: number;
|
|
19
|
-
stiffness: number;
|
|
20
|
-
};
|
|
21
|
-
medium: {
|
|
22
|
-
damping: number;
|
|
23
|
-
stiffness: number;
|
|
24
|
-
mass: number;
|
|
25
|
-
};
|
|
26
|
-
slow: {
|
|
27
|
-
type: string;
|
|
28
|
-
damping: number;
|
|
29
|
-
stiffness: number;
|
|
30
|
-
};
|
|
31
|
-
quick: {
|
|
32
|
-
type: string;
|
|
33
|
-
damping: number;
|
|
34
|
-
mass: number;
|
|
35
|
-
stiffness: number;
|
|
36
|
-
};
|
|
37
|
-
tooltip: {
|
|
38
|
-
type: string;
|
|
39
|
-
damping: number;
|
|
40
|
-
mass: number;
|
|
41
|
-
stiffness: number;
|
|
42
|
-
};
|
|
43
|
-
}>;
|
|
44
5
|
themes: import("@hanzogui/themes/types/generated-new").Themes;
|
|
45
6
|
media: {
|
|
46
7
|
xl: {
|
|
@@ -78,323 +39,282 @@ export declare const config: {
|
|
|
78
39
|
};
|
|
79
40
|
};
|
|
80
41
|
shorthands: {
|
|
81
|
-
readonly ussel:
|
|
82
|
-
readonly cur:
|
|
83
|
-
readonly pe:
|
|
84
|
-
readonly col:
|
|
85
|
-
readonly ff:
|
|
86
|
-
readonly fos:
|
|
87
|
-
readonly fost:
|
|
88
|
-
readonly fow:
|
|
89
|
-
readonly ls:
|
|
90
|
-
readonly lh:
|
|
91
|
-
readonly ta:
|
|
92
|
-
readonly tt:
|
|
93
|
-
readonly ww:
|
|
94
|
-
readonly ac:
|
|
95
|
-
readonly ai:
|
|
96
|
-
readonly als:
|
|
97
|
-
readonly b:
|
|
98
|
-
readonly bc:
|
|
99
|
-
readonly bg:
|
|
100
|
-
readonly bbc:
|
|
101
|
-
readonly bblr:
|
|
102
|
-
readonly bbrr:
|
|
103
|
-
readonly bbw:
|
|
104
|
-
readonly blc:
|
|
105
|
-
readonly blw:
|
|
106
|
-
readonly boc:
|
|
107
|
-
readonly br:
|
|
108
|
-
readonly bs:
|
|
109
|
-
readonly brw:
|
|
110
|
-
readonly brc:
|
|
111
|
-
readonly btc:
|
|
112
|
-
readonly btlr:
|
|
113
|
-
readonly btrr:
|
|
114
|
-
readonly btw:
|
|
115
|
-
readonly bw:
|
|
116
|
-
readonly dsp:
|
|
117
|
-
readonly f:
|
|
118
|
-
readonly fb:
|
|
119
|
-
readonly fd:
|
|
120
|
-
readonly fg:
|
|
121
|
-
readonly fs:
|
|
122
|
-
readonly fw:
|
|
123
|
-
readonly h:
|
|
124
|
-
readonly jc:
|
|
125
|
-
readonly l:
|
|
126
|
-
readonly m:
|
|
127
|
-
readonly mah:
|
|
128
|
-
readonly maw:
|
|
129
|
-
readonly mb:
|
|
130
|
-
readonly mih:
|
|
131
|
-
readonly miw:
|
|
132
|
-
readonly ml:
|
|
133
|
-
readonly mr:
|
|
134
|
-
readonly mt:
|
|
135
|
-
readonly mx:
|
|
136
|
-
readonly my:
|
|
137
|
-
readonly o:
|
|
138
|
-
readonly ov:
|
|
139
|
-
readonly p:
|
|
140
|
-
readonly pb:
|
|
141
|
-
readonly pl:
|
|
142
|
-
readonly pos:
|
|
143
|
-
readonly pr:
|
|
144
|
-
readonly pt:
|
|
145
|
-
readonly px:
|
|
146
|
-
readonly py:
|
|
147
|
-
readonly r:
|
|
148
|
-
readonly shac:
|
|
149
|
-
readonly shar:
|
|
150
|
-
readonly shof:
|
|
151
|
-
readonly shop:
|
|
152
|
-
readonly t:
|
|
153
|
-
readonly w:
|
|
154
|
-
readonly zi:
|
|
42
|
+
readonly ussel: 'userSelect';
|
|
43
|
+
readonly cur: 'cursor';
|
|
44
|
+
readonly pe: 'pointerEvents';
|
|
45
|
+
readonly col: 'color';
|
|
46
|
+
readonly ff: 'fontFamily';
|
|
47
|
+
readonly fos: 'fontSize';
|
|
48
|
+
readonly fost: 'fontStyle';
|
|
49
|
+
readonly fow: 'fontWeight';
|
|
50
|
+
readonly ls: 'letterSpacing';
|
|
51
|
+
readonly lh: 'lineHeight';
|
|
52
|
+
readonly ta: 'textAlign';
|
|
53
|
+
readonly tt: 'textTransform';
|
|
54
|
+
readonly ww: 'wordWrap';
|
|
55
|
+
readonly ac: 'alignContent';
|
|
56
|
+
readonly ai: 'alignItems';
|
|
57
|
+
readonly als: 'alignSelf';
|
|
58
|
+
readonly b: 'bottom';
|
|
59
|
+
readonly bc: 'backgroundColor';
|
|
60
|
+
readonly bg: 'backgroundColor';
|
|
61
|
+
readonly bbc: 'borderBottomColor';
|
|
62
|
+
readonly bblr: 'borderBottomLeftRadius';
|
|
63
|
+
readonly bbrr: 'borderBottomRightRadius';
|
|
64
|
+
readonly bbw: 'borderBottomWidth';
|
|
65
|
+
readonly blc: 'borderLeftColor';
|
|
66
|
+
readonly blw: 'borderLeftWidth';
|
|
67
|
+
readonly boc: 'borderColor';
|
|
68
|
+
readonly br: 'borderRadius';
|
|
69
|
+
readonly bs: 'borderStyle';
|
|
70
|
+
readonly brw: 'borderRightWidth';
|
|
71
|
+
readonly brc: 'borderRightColor';
|
|
72
|
+
readonly btc: 'borderTopColor';
|
|
73
|
+
readonly btlr: 'borderTopLeftRadius';
|
|
74
|
+
readonly btrr: 'borderTopRightRadius';
|
|
75
|
+
readonly btw: 'borderTopWidth';
|
|
76
|
+
readonly bw: 'borderWidth';
|
|
77
|
+
readonly dsp: 'display';
|
|
78
|
+
readonly f: 'flex';
|
|
79
|
+
readonly fb: 'flexBasis';
|
|
80
|
+
readonly fd: 'flexDirection';
|
|
81
|
+
readonly fg: 'flexGrow';
|
|
82
|
+
readonly fs: 'flexShrink';
|
|
83
|
+
readonly fw: 'flexWrap';
|
|
84
|
+
readonly h: 'height';
|
|
85
|
+
readonly jc: 'justifyContent';
|
|
86
|
+
readonly l: 'left';
|
|
87
|
+
readonly m: 'margin';
|
|
88
|
+
readonly mah: 'maxHeight';
|
|
89
|
+
readonly maw: 'maxWidth';
|
|
90
|
+
readonly mb: 'marginBottom';
|
|
91
|
+
readonly mih: 'minHeight';
|
|
92
|
+
readonly miw: 'minWidth';
|
|
93
|
+
readonly ml: 'marginLeft';
|
|
94
|
+
readonly mr: 'marginRight';
|
|
95
|
+
readonly mt: 'marginTop';
|
|
96
|
+
readonly mx: 'marginHorizontal';
|
|
97
|
+
readonly my: 'marginVertical';
|
|
98
|
+
readonly o: 'opacity';
|
|
99
|
+
readonly ov: 'overflow';
|
|
100
|
+
readonly p: 'padding';
|
|
101
|
+
readonly pb: 'paddingBottom';
|
|
102
|
+
readonly pl: 'paddingLeft';
|
|
103
|
+
readonly pos: 'position';
|
|
104
|
+
readonly pr: 'paddingRight';
|
|
105
|
+
readonly pt: 'paddingTop';
|
|
106
|
+
readonly px: 'paddingHorizontal';
|
|
107
|
+
readonly py: 'paddingVertical';
|
|
108
|
+
readonly r: 'right';
|
|
109
|
+
readonly shac: 'shadowColor';
|
|
110
|
+
readonly shar: 'shadowRadius';
|
|
111
|
+
readonly shof: 'shadowOffset';
|
|
112
|
+
readonly shop: 'shadowOpacity';
|
|
113
|
+
readonly t: 'top';
|
|
114
|
+
readonly w: 'width';
|
|
115
|
+
readonly zi: 'zIndex';
|
|
155
116
|
};
|
|
156
117
|
tokens: {
|
|
157
118
|
color: {
|
|
119
|
+
blue10Dark: import("@hanzogui/web").Variable<string>;
|
|
120
|
+
blue10Light: import("@hanzogui/web").Variable<string>;
|
|
121
|
+
blue11Dark: import("@hanzogui/web").Variable<string>;
|
|
122
|
+
blue11Light: import("@hanzogui/web").Variable<string>;
|
|
123
|
+
blue12Dark: import("@hanzogui/web").Variable<string>;
|
|
124
|
+
blue12Light: import("@hanzogui/web").Variable<string>;
|
|
158
125
|
blue1Dark: import("@hanzogui/web").Variable<string>;
|
|
126
|
+
blue1Light: import("@hanzogui/web").Variable<string>;
|
|
159
127
|
blue2Dark: import("@hanzogui/web").Variable<string>;
|
|
128
|
+
blue2Light: import("@hanzogui/web").Variable<string>;
|
|
160
129
|
blue3Dark: import("@hanzogui/web").Variable<string>;
|
|
130
|
+
blue3Light: import("@hanzogui/web").Variable<string>;
|
|
161
131
|
blue4Dark: import("@hanzogui/web").Variable<string>;
|
|
132
|
+
blue4Light: import("@hanzogui/web").Variable<string>;
|
|
162
133
|
blue5Dark: import("@hanzogui/web").Variable<string>;
|
|
134
|
+
blue5Light: import("@hanzogui/web").Variable<string>;
|
|
163
135
|
blue6Dark: import("@hanzogui/web").Variable<string>;
|
|
136
|
+
blue6Light: import("@hanzogui/web").Variable<string>;
|
|
164
137
|
blue7Dark: import("@hanzogui/web").Variable<string>;
|
|
138
|
+
blue7Light: import("@hanzogui/web").Variable<string>;
|
|
165
139
|
blue8Dark: import("@hanzogui/web").Variable<string>;
|
|
140
|
+
blue8Light: import("@hanzogui/web").Variable<string>;
|
|
166
141
|
blue9Dark: import("@hanzogui/web").Variable<string>;
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
yellow5Dark: import("@hanzogui/web").Variable<string>;
|
|
175
|
-
yellow6Dark: import("@hanzogui/web").Variable<string>;
|
|
176
|
-
yellow7Dark: import("@hanzogui/web").Variable<string>;
|
|
177
|
-
yellow8Dark: import("@hanzogui/web").Variable<string>;
|
|
178
|
-
yellow9Dark: import("@hanzogui/web").Variable<string>;
|
|
179
|
-
yellow10Dark: import("@hanzogui/web").Variable<string>;
|
|
180
|
-
yellow11Dark: import("@hanzogui/web").Variable<string>;
|
|
181
|
-
yellow12Dark: import("@hanzogui/web").Variable<string>;
|
|
182
|
-
red1Dark: import("@hanzogui/web").Variable<string>;
|
|
183
|
-
red2Dark: import("@hanzogui/web").Variable<string>;
|
|
184
|
-
red3Dark: import("@hanzogui/web").Variable<string>;
|
|
185
|
-
red4Dark: import("@hanzogui/web").Variable<string>;
|
|
186
|
-
red5Dark: import("@hanzogui/web").Variable<string>;
|
|
187
|
-
red6Dark: import("@hanzogui/web").Variable<string>;
|
|
188
|
-
red7Dark: import("@hanzogui/web").Variable<string>;
|
|
189
|
-
red8Dark: import("@hanzogui/web").Variable<string>;
|
|
190
|
-
red9Dark: import("@hanzogui/web").Variable<string>;
|
|
191
|
-
red10Dark: import("@hanzogui/web").Variable<string>;
|
|
192
|
-
red11Dark: import("@hanzogui/web").Variable<string>;
|
|
193
|
-
red12Dark: import("@hanzogui/web").Variable<string>;
|
|
194
|
-
purple1Dark: import("@hanzogui/web").Variable<string>;
|
|
195
|
-
purple2Dark: import("@hanzogui/web").Variable<string>;
|
|
196
|
-
purple3Dark: import("@hanzogui/web").Variable<string>;
|
|
197
|
-
purple4Dark: import("@hanzogui/web").Variable<string>;
|
|
198
|
-
purple5Dark: import("@hanzogui/web").Variable<string>;
|
|
199
|
-
purple6Dark: import("@hanzogui/web").Variable<string>;
|
|
200
|
-
purple7Dark: import("@hanzogui/web").Variable<string>;
|
|
201
|
-
purple8Dark: import("@hanzogui/web").Variable<string>;
|
|
202
|
-
purple9Dark: import("@hanzogui/web").Variable<string>;
|
|
203
|
-
purple10Dark: import("@hanzogui/web").Variable<string>;
|
|
204
|
-
purple11Dark: import("@hanzogui/web").Variable<string>;
|
|
205
|
-
purple12Dark: import("@hanzogui/web").Variable<string>;
|
|
206
|
-
pink1Dark: import("@hanzogui/web").Variable<string>;
|
|
207
|
-
pink2Dark: import("@hanzogui/web").Variable<string>;
|
|
208
|
-
pink3Dark: import("@hanzogui/web").Variable<string>;
|
|
209
|
-
pink4Dark: import("@hanzogui/web").Variable<string>;
|
|
210
|
-
pink5Dark: import("@hanzogui/web").Variable<string>;
|
|
211
|
-
pink6Dark: import("@hanzogui/web").Variable<string>;
|
|
212
|
-
pink7Dark: import("@hanzogui/web").Variable<string>;
|
|
213
|
-
pink8Dark: import("@hanzogui/web").Variable<string>;
|
|
214
|
-
pink9Dark: import("@hanzogui/web").Variable<string>;
|
|
215
|
-
pink10Dark: import("@hanzogui/web").Variable<string>;
|
|
216
|
-
pink11Dark: import("@hanzogui/web").Variable<string>;
|
|
217
|
-
pink12Dark: import("@hanzogui/web").Variable<string>;
|
|
218
|
-
orange1Dark: import("@hanzogui/web").Variable<string>;
|
|
219
|
-
orange2Dark: import("@hanzogui/web").Variable<string>;
|
|
220
|
-
orange3Dark: import("@hanzogui/web").Variable<string>;
|
|
221
|
-
orange4Dark: import("@hanzogui/web").Variable<string>;
|
|
222
|
-
orange5Dark: import("@hanzogui/web").Variable<string>;
|
|
223
|
-
orange6Dark: import("@hanzogui/web").Variable<string>;
|
|
224
|
-
orange7Dark: import("@hanzogui/web").Variable<string>;
|
|
225
|
-
orange8Dark: import("@hanzogui/web").Variable<string>;
|
|
226
|
-
orange9Dark: import("@hanzogui/web").Variable<string>;
|
|
227
|
-
orange10Dark: import("@hanzogui/web").Variable<string>;
|
|
228
|
-
orange11Dark: import("@hanzogui/web").Variable<string>;
|
|
229
|
-
orange12Dark: import("@hanzogui/web").Variable<string>;
|
|
230
|
-
green1Dark: import("@hanzogui/web").Variable<string>;
|
|
231
|
-
green2Dark: import("@hanzogui/web").Variable<string>;
|
|
232
|
-
green3Dark: import("@hanzogui/web").Variable<string>;
|
|
233
|
-
green4Dark: import("@hanzogui/web").Variable<string>;
|
|
234
|
-
green5Dark: import("@hanzogui/web").Variable<string>;
|
|
235
|
-
green6Dark: import("@hanzogui/web").Variable<string>;
|
|
236
|
-
green7Dark: import("@hanzogui/web").Variable<string>;
|
|
237
|
-
green8Dark: import("@hanzogui/web").Variable<string>;
|
|
238
|
-
green9Dark: import("@hanzogui/web").Variable<string>;
|
|
239
|
-
green10Dark: import("@hanzogui/web").Variable<string>;
|
|
240
|
-
green11Dark: import("@hanzogui/web").Variable<string>;
|
|
241
|
-
green12Dark: import("@hanzogui/web").Variable<string>;
|
|
142
|
+
blue9Light: import("@hanzogui/web").Variable<string>;
|
|
143
|
+
gray10Dark: import("@hanzogui/web").Variable<string>;
|
|
144
|
+
gray10Light: import("@hanzogui/web").Variable<string>;
|
|
145
|
+
gray11Dark: import("@hanzogui/web").Variable<string>;
|
|
146
|
+
gray11Light: import("@hanzogui/web").Variable<string>;
|
|
147
|
+
gray12Dark: import("@hanzogui/web").Variable<string>;
|
|
148
|
+
gray12Light: import("@hanzogui/web").Variable<string>;
|
|
242
149
|
gray1Dark: import("@hanzogui/web").Variable<string>;
|
|
150
|
+
gray1Light: import("@hanzogui/web").Variable<string>;
|
|
243
151
|
gray2Dark: import("@hanzogui/web").Variable<string>;
|
|
152
|
+
gray2Light: import("@hanzogui/web").Variable<string>;
|
|
244
153
|
gray3Dark: import("@hanzogui/web").Variable<string>;
|
|
154
|
+
gray3Light: import("@hanzogui/web").Variable<string>;
|
|
245
155
|
gray4Dark: import("@hanzogui/web").Variable<string>;
|
|
156
|
+
gray4Light: import("@hanzogui/web").Variable<string>;
|
|
246
157
|
gray5Dark: import("@hanzogui/web").Variable<string>;
|
|
158
|
+
gray5Light: import("@hanzogui/web").Variable<string>;
|
|
247
159
|
gray6Dark: import("@hanzogui/web").Variable<string>;
|
|
160
|
+
gray6Light: import("@hanzogui/web").Variable<string>;
|
|
248
161
|
gray7Dark: import("@hanzogui/web").Variable<string>;
|
|
162
|
+
gray7Light: import("@hanzogui/web").Variable<string>;
|
|
249
163
|
gray8Dark: import("@hanzogui/web").Variable<string>;
|
|
164
|
+
gray8Light: import("@hanzogui/web").Variable<string>;
|
|
250
165
|
gray9Dark: import("@hanzogui/web").Variable<string>;
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
blue6Light: import("@hanzogui/web").Variable<string>;
|
|
260
|
-
blue7Light: import("@hanzogui/web").Variable<string>;
|
|
261
|
-
blue8Light: import("@hanzogui/web").Variable<string>;
|
|
262
|
-
blue9Light: import("@hanzogui/web").Variable<string>;
|
|
263
|
-
blue10Light: import("@hanzogui/web").Variable<string>;
|
|
264
|
-
blue11Light: import("@hanzogui/web").Variable<string>;
|
|
265
|
-
blue12Light: import("@hanzogui/web").Variable<string>;
|
|
266
|
-
yellow1Light: import("@hanzogui/web").Variable<string>;
|
|
267
|
-
yellow2Light: import("@hanzogui/web").Variable<string>;
|
|
268
|
-
yellow3Light: import("@hanzogui/web").Variable<string>;
|
|
269
|
-
yellow4Light: import("@hanzogui/web").Variable<string>;
|
|
270
|
-
yellow5Light: import("@hanzogui/web").Variable<string>;
|
|
271
|
-
yellow6Light: import("@hanzogui/web").Variable<string>;
|
|
272
|
-
yellow7Light: import("@hanzogui/web").Variable<string>;
|
|
273
|
-
yellow8Light: import("@hanzogui/web").Variable<string>;
|
|
274
|
-
yellow9Light: import("@hanzogui/web").Variable<string>;
|
|
275
|
-
yellow10Light: import("@hanzogui/web").Variable<string>;
|
|
276
|
-
yellow11Light: import("@hanzogui/web").Variable<string>;
|
|
277
|
-
yellow12Light: import("@hanzogui/web").Variable<string>;
|
|
278
|
-
red1Light: import("@hanzogui/web").Variable<string>;
|
|
279
|
-
red2Light: import("@hanzogui/web").Variable<string>;
|
|
280
|
-
red3Light: import("@hanzogui/web").Variable<string>;
|
|
281
|
-
red4Light: import("@hanzogui/web").Variable<string>;
|
|
282
|
-
red5Light: import("@hanzogui/web").Variable<string>;
|
|
283
|
-
red6Light: import("@hanzogui/web").Variable<string>;
|
|
284
|
-
red7Light: import("@hanzogui/web").Variable<string>;
|
|
285
|
-
red8Light: import("@hanzogui/web").Variable<string>;
|
|
286
|
-
red9Light: import("@hanzogui/web").Variable<string>;
|
|
287
|
-
red10Light: import("@hanzogui/web").Variable<string>;
|
|
288
|
-
red11Light: import("@hanzogui/web").Variable<string>;
|
|
289
|
-
red12Light: import("@hanzogui/web").Variable<string>;
|
|
290
|
-
purple1Light: import("@hanzogui/web").Variable<string>;
|
|
291
|
-
purple2Light: import("@hanzogui/web").Variable<string>;
|
|
292
|
-
purple3Light: import("@hanzogui/web").Variable<string>;
|
|
293
|
-
purple4Light: import("@hanzogui/web").Variable<string>;
|
|
294
|
-
purple5Light: import("@hanzogui/web").Variable<string>;
|
|
295
|
-
purple6Light: import("@hanzogui/web").Variable<string>;
|
|
296
|
-
purple7Light: import("@hanzogui/web").Variable<string>;
|
|
297
|
-
purple8Light: import("@hanzogui/web").Variable<string>;
|
|
298
|
-
purple9Light: import("@hanzogui/web").Variable<string>;
|
|
299
|
-
purple10Light: import("@hanzogui/web").Variable<string>;
|
|
300
|
-
purple11Light: import("@hanzogui/web").Variable<string>;
|
|
301
|
-
purple12Light: import("@hanzogui/web").Variable<string>;
|
|
302
|
-
pink1Light: import("@hanzogui/web").Variable<string>;
|
|
303
|
-
pink2Light: import("@hanzogui/web").Variable<string>;
|
|
304
|
-
pink3Light: import("@hanzogui/web").Variable<string>;
|
|
305
|
-
pink4Light: import("@hanzogui/web").Variable<string>;
|
|
306
|
-
pink5Light: import("@hanzogui/web").Variable<string>;
|
|
307
|
-
pink6Light: import("@hanzogui/web").Variable<string>;
|
|
308
|
-
pink7Light: import("@hanzogui/web").Variable<string>;
|
|
309
|
-
pink8Light: import("@hanzogui/web").Variable<string>;
|
|
310
|
-
pink9Light: import("@hanzogui/web").Variable<string>;
|
|
311
|
-
pink10Light: import("@hanzogui/web").Variable<string>;
|
|
312
|
-
pink11Light: import("@hanzogui/web").Variable<string>;
|
|
313
|
-
pink12Light: import("@hanzogui/web").Variable<string>;
|
|
314
|
-
orange1Light: import("@hanzogui/web").Variable<string>;
|
|
315
|
-
orange2Light: import("@hanzogui/web").Variable<string>;
|
|
316
|
-
orange3Light: import("@hanzogui/web").Variable<string>;
|
|
317
|
-
orange4Light: import("@hanzogui/web").Variable<string>;
|
|
318
|
-
orange5Light: import("@hanzogui/web").Variable<string>;
|
|
319
|
-
orange6Light: import("@hanzogui/web").Variable<string>;
|
|
320
|
-
orange7Light: import("@hanzogui/web").Variable<string>;
|
|
321
|
-
orange8Light: import("@hanzogui/web").Variable<string>;
|
|
322
|
-
orange9Light: import("@hanzogui/web").Variable<string>;
|
|
323
|
-
orange10Light: import("@hanzogui/web").Variable<string>;
|
|
324
|
-
orange11Light: import("@hanzogui/web").Variable<string>;
|
|
325
|
-
orange12Light: import("@hanzogui/web").Variable<string>;
|
|
166
|
+
gray9Light: import("@hanzogui/web").Variable<string>;
|
|
167
|
+
green10Dark: import("@hanzogui/web").Variable<string>;
|
|
168
|
+
green10Light: import("@hanzogui/web").Variable<string>;
|
|
169
|
+
green11Dark: import("@hanzogui/web").Variable<string>;
|
|
170
|
+
green11Light: import("@hanzogui/web").Variable<string>;
|
|
171
|
+
green12Dark: import("@hanzogui/web").Variable<string>;
|
|
172
|
+
green12Light: import("@hanzogui/web").Variable<string>;
|
|
173
|
+
green1Dark: import("@hanzogui/web").Variable<string>;
|
|
326
174
|
green1Light: import("@hanzogui/web").Variable<string>;
|
|
175
|
+
green2Dark: import("@hanzogui/web").Variable<string>;
|
|
327
176
|
green2Light: import("@hanzogui/web").Variable<string>;
|
|
177
|
+
green3Dark: import("@hanzogui/web").Variable<string>;
|
|
328
178
|
green3Light: import("@hanzogui/web").Variable<string>;
|
|
179
|
+
green4Dark: import("@hanzogui/web").Variable<string>;
|
|
329
180
|
green4Light: import("@hanzogui/web").Variable<string>;
|
|
181
|
+
green5Dark: import("@hanzogui/web").Variable<string>;
|
|
330
182
|
green5Light: import("@hanzogui/web").Variable<string>;
|
|
183
|
+
green6Dark: import("@hanzogui/web").Variable<string>;
|
|
331
184
|
green6Light: import("@hanzogui/web").Variable<string>;
|
|
185
|
+
green7Dark: import("@hanzogui/web").Variable<string>;
|
|
332
186
|
green7Light: import("@hanzogui/web").Variable<string>;
|
|
187
|
+
green8Dark: import("@hanzogui/web").Variable<string>;
|
|
333
188
|
green8Light: import("@hanzogui/web").Variable<string>;
|
|
189
|
+
green9Dark: import("@hanzogui/web").Variable<string>;
|
|
334
190
|
green9Light: import("@hanzogui/web").Variable<string>;
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
191
|
+
orange10Dark: import("@hanzogui/web").Variable<string>;
|
|
192
|
+
orange10Light: import("@hanzogui/web").Variable<string>;
|
|
193
|
+
orange11Dark: import("@hanzogui/web").Variable<string>;
|
|
194
|
+
orange11Light: import("@hanzogui/web").Variable<string>;
|
|
195
|
+
orange12Dark: import("@hanzogui/web").Variable<string>;
|
|
196
|
+
orange12Light: import("@hanzogui/web").Variable<string>;
|
|
197
|
+
orange1Dark: import("@hanzogui/web").Variable<string>;
|
|
198
|
+
orange1Light: import("@hanzogui/web").Variable<string>;
|
|
199
|
+
orange2Dark: import("@hanzogui/web").Variable<string>;
|
|
200
|
+
orange2Light: import("@hanzogui/web").Variable<string>;
|
|
201
|
+
orange3Dark: import("@hanzogui/web").Variable<string>;
|
|
202
|
+
orange3Light: import("@hanzogui/web").Variable<string>;
|
|
203
|
+
orange4Dark: import("@hanzogui/web").Variable<string>;
|
|
204
|
+
orange4Light: import("@hanzogui/web").Variable<string>;
|
|
205
|
+
orange5Dark: import("@hanzogui/web").Variable<string>;
|
|
206
|
+
orange5Light: import("@hanzogui/web").Variable<string>;
|
|
207
|
+
orange6Dark: import("@hanzogui/web").Variable<string>;
|
|
208
|
+
orange6Light: import("@hanzogui/web").Variable<string>;
|
|
209
|
+
orange7Dark: import("@hanzogui/web").Variable<string>;
|
|
210
|
+
orange7Light: import("@hanzogui/web").Variable<string>;
|
|
211
|
+
orange8Dark: import("@hanzogui/web").Variable<string>;
|
|
212
|
+
orange8Light: import("@hanzogui/web").Variable<string>;
|
|
213
|
+
orange9Dark: import("@hanzogui/web").Variable<string>;
|
|
214
|
+
orange9Light: import("@hanzogui/web").Variable<string>;
|
|
215
|
+
pink10Dark: import("@hanzogui/web").Variable<string>;
|
|
216
|
+
pink10Light: import("@hanzogui/web").Variable<string>;
|
|
217
|
+
pink11Dark: import("@hanzogui/web").Variable<string>;
|
|
218
|
+
pink11Light: import("@hanzogui/web").Variable<string>;
|
|
219
|
+
pink12Dark: import("@hanzogui/web").Variable<string>;
|
|
220
|
+
pink12Light: import("@hanzogui/web").Variable<string>;
|
|
221
|
+
pink1Dark: import("@hanzogui/web").Variable<string>;
|
|
222
|
+
pink1Light: import("@hanzogui/web").Variable<string>;
|
|
223
|
+
pink2Dark: import("@hanzogui/web").Variable<string>;
|
|
224
|
+
pink2Light: import("@hanzogui/web").Variable<string>;
|
|
225
|
+
pink3Dark: import("@hanzogui/web").Variable<string>;
|
|
226
|
+
pink3Light: import("@hanzogui/web").Variable<string>;
|
|
227
|
+
pink4Dark: import("@hanzogui/web").Variable<string>;
|
|
228
|
+
pink4Light: import("@hanzogui/web").Variable<string>;
|
|
229
|
+
pink5Dark: import("@hanzogui/web").Variable<string>;
|
|
230
|
+
pink5Light: import("@hanzogui/web").Variable<string>;
|
|
231
|
+
pink6Dark: import("@hanzogui/web").Variable<string>;
|
|
232
|
+
pink6Light: import("@hanzogui/web").Variable<string>;
|
|
233
|
+
pink7Dark: import("@hanzogui/web").Variable<string>;
|
|
234
|
+
pink7Light: import("@hanzogui/web").Variable<string>;
|
|
235
|
+
pink8Dark: import("@hanzogui/web").Variable<string>;
|
|
236
|
+
pink8Light: import("@hanzogui/web").Variable<string>;
|
|
237
|
+
pink9Dark: import("@hanzogui/web").Variable<string>;
|
|
238
|
+
pink9Light: import("@hanzogui/web").Variable<string>;
|
|
239
|
+
purple10Dark: import("@hanzogui/web").Variable<string>;
|
|
240
|
+
purple10Light: import("@hanzogui/web").Variable<string>;
|
|
241
|
+
purple11Dark: import("@hanzogui/web").Variable<string>;
|
|
242
|
+
purple11Light: import("@hanzogui/web").Variable<string>;
|
|
243
|
+
purple12Dark: import("@hanzogui/web").Variable<string>;
|
|
244
|
+
purple12Light: import("@hanzogui/web").Variable<string>;
|
|
245
|
+
purple1Dark: import("@hanzogui/web").Variable<string>;
|
|
246
|
+
purple1Light: import("@hanzogui/web").Variable<string>;
|
|
247
|
+
purple2Dark: import("@hanzogui/web").Variable<string>;
|
|
248
|
+
purple2Light: import("@hanzogui/web").Variable<string>;
|
|
249
|
+
purple3Dark: import("@hanzogui/web").Variable<string>;
|
|
250
|
+
purple3Light: import("@hanzogui/web").Variable<string>;
|
|
251
|
+
purple4Dark: import("@hanzogui/web").Variable<string>;
|
|
252
|
+
purple4Light: import("@hanzogui/web").Variable<string>;
|
|
253
|
+
purple5Dark: import("@hanzogui/web").Variable<string>;
|
|
254
|
+
purple5Light: import("@hanzogui/web").Variable<string>;
|
|
255
|
+
purple6Dark: import("@hanzogui/web").Variable<string>;
|
|
256
|
+
purple6Light: import("@hanzogui/web").Variable<string>;
|
|
257
|
+
purple7Dark: import("@hanzogui/web").Variable<string>;
|
|
258
|
+
purple7Light: import("@hanzogui/web").Variable<string>;
|
|
259
|
+
purple8Dark: import("@hanzogui/web").Variable<string>;
|
|
260
|
+
purple8Light: import("@hanzogui/web").Variable<string>;
|
|
261
|
+
purple9Dark: import("@hanzogui/web").Variable<string>;
|
|
262
|
+
purple9Light: import("@hanzogui/web").Variable<string>;
|
|
263
|
+
red10Dark: import("@hanzogui/web").Variable<string>;
|
|
264
|
+
red10Light: import("@hanzogui/web").Variable<string>;
|
|
265
|
+
red11Dark: import("@hanzogui/web").Variable<string>;
|
|
266
|
+
red11Light: import("@hanzogui/web").Variable<string>;
|
|
267
|
+
red12Dark: import("@hanzogui/web").Variable<string>;
|
|
268
|
+
red12Light: import("@hanzogui/web").Variable<string>;
|
|
269
|
+
red1Dark: import("@hanzogui/web").Variable<string>;
|
|
270
|
+
red1Light: import("@hanzogui/web").Variable<string>;
|
|
271
|
+
red2Dark: import("@hanzogui/web").Variable<string>;
|
|
272
|
+
red2Light: import("@hanzogui/web").Variable<string>;
|
|
273
|
+
red3Dark: import("@hanzogui/web").Variable<string>;
|
|
274
|
+
red3Light: import("@hanzogui/web").Variable<string>;
|
|
275
|
+
red4Dark: import("@hanzogui/web").Variable<string>;
|
|
276
|
+
red4Light: import("@hanzogui/web").Variable<string>;
|
|
277
|
+
red5Dark: import("@hanzogui/web").Variable<string>;
|
|
278
|
+
red5Light: import("@hanzogui/web").Variable<string>;
|
|
279
|
+
red6Dark: import("@hanzogui/web").Variable<string>;
|
|
280
|
+
red6Light: import("@hanzogui/web").Variable<string>;
|
|
281
|
+
red7Dark: import("@hanzogui/web").Variable<string>;
|
|
282
|
+
red7Light: import("@hanzogui/web").Variable<string>;
|
|
283
|
+
red8Dark: import("@hanzogui/web").Variable<string>;
|
|
284
|
+
red8Light: import("@hanzogui/web").Variable<string>;
|
|
285
|
+
red9Dark: import("@hanzogui/web").Variable<string>;
|
|
286
|
+
red9Light: import("@hanzogui/web").Variable<string>;
|
|
287
|
+
yellow10Dark: import("@hanzogui/web").Variable<string>;
|
|
288
|
+
yellow10Light: import("@hanzogui/web").Variable<string>;
|
|
289
|
+
yellow11Dark: import("@hanzogui/web").Variable<string>;
|
|
290
|
+
yellow11Light: import("@hanzogui/web").Variable<string>;
|
|
291
|
+
yellow12Dark: import("@hanzogui/web").Variable<string>;
|
|
292
|
+
yellow12Light: import("@hanzogui/web").Variable<string>;
|
|
293
|
+
yellow1Dark: import("@hanzogui/web").Variable<string>;
|
|
294
|
+
yellow1Light: import("@hanzogui/web").Variable<string>;
|
|
295
|
+
yellow2Dark: import("@hanzogui/web").Variable<string>;
|
|
296
|
+
yellow2Light: import("@hanzogui/web").Variable<string>;
|
|
297
|
+
yellow3Dark: import("@hanzogui/web").Variable<string>;
|
|
298
|
+
yellow3Light: import("@hanzogui/web").Variable<string>;
|
|
299
|
+
yellow4Dark: import("@hanzogui/web").Variable<string>;
|
|
300
|
+
yellow4Light: import("@hanzogui/web").Variable<string>;
|
|
301
|
+
yellow5Dark: import("@hanzogui/web").Variable<string>;
|
|
302
|
+
yellow5Light: import("@hanzogui/web").Variable<string>;
|
|
303
|
+
yellow6Dark: import("@hanzogui/web").Variable<string>;
|
|
304
|
+
yellow6Light: import("@hanzogui/web").Variable<string>;
|
|
305
|
+
yellow7Dark: import("@hanzogui/web").Variable<string>;
|
|
306
|
+
yellow7Light: import("@hanzogui/web").Variable<string>;
|
|
307
|
+
yellow8Dark: import("@hanzogui/web").Variable<string>;
|
|
308
|
+
yellow8Light: import("@hanzogui/web").Variable<string>;
|
|
309
|
+
yellow9Dark: import("@hanzogui/web").Variable<string>;
|
|
310
|
+
yellow9Light: import("@hanzogui/web").Variable<string>;
|
|
350
311
|
};
|
|
351
312
|
space: {
|
|
352
|
-
$0: import("@hanzogui/web").Variable<number>;
|
|
353
|
-
"$0.25": import("@hanzogui/web").Variable<number>;
|
|
354
|
-
"$0.5": import("@hanzogui/web").Variable<number>;
|
|
355
|
-
"$0.75": import("@hanzogui/web").Variable<number>;
|
|
356
|
-
$1: import("@hanzogui/web").Variable<number>;
|
|
357
|
-
"$1.5": import("@hanzogui/web").Variable<number>;
|
|
358
|
-
$2: import("@hanzogui/web").Variable<number>;
|
|
359
|
-
"$2.5": import("@hanzogui/web").Variable<number>;
|
|
360
|
-
$3: import("@hanzogui/web").Variable<number>;
|
|
361
|
-
"$3.5": import("@hanzogui/web").Variable<number>;
|
|
362
|
-
$4: import("@hanzogui/web").Variable<number>;
|
|
363
|
-
$true: import("@hanzogui/web").Variable<number>;
|
|
364
|
-
"$4.5": import("@hanzogui/web").Variable<number>;
|
|
365
|
-
$5: import("@hanzogui/web").Variable<number>;
|
|
366
|
-
$6: import("@hanzogui/web").Variable<number>;
|
|
367
|
-
$7: import("@hanzogui/web").Variable<number>;
|
|
368
|
-
$8: import("@hanzogui/web").Variable<number>;
|
|
369
|
-
$9: import("@hanzogui/web").Variable<number>;
|
|
370
|
-
$10: import("@hanzogui/web").Variable<number>;
|
|
371
|
-
$11: import("@hanzogui/web").Variable<number>;
|
|
372
|
-
$12: import("@hanzogui/web").Variable<number>;
|
|
373
|
-
$13: import("@hanzogui/web").Variable<number>;
|
|
374
|
-
$14: import("@hanzogui/web").Variable<number>;
|
|
375
|
-
$15: import("@hanzogui/web").Variable<number>;
|
|
376
|
-
$16: import("@hanzogui/web").Variable<number>;
|
|
377
|
-
$17: import("@hanzogui/web").Variable<number>;
|
|
378
|
-
$18: import("@hanzogui/web").Variable<number>;
|
|
379
|
-
$19: import("@hanzogui/web").Variable<number>;
|
|
380
|
-
$20: import("@hanzogui/web").Variable<number>;
|
|
381
313
|
"$-0.25": import("@hanzogui/web").Variable<number>;
|
|
382
314
|
"$-0.5": import("@hanzogui/web").Variable<number>;
|
|
383
315
|
"$-0.75": import("@hanzogui/web").Variable<number>;
|
|
384
316
|
"$-1": import("@hanzogui/web").Variable<number>;
|
|
385
317
|
"$-1.5": import("@hanzogui/web").Variable<number>;
|
|
386
|
-
"$-2": import("@hanzogui/web").Variable<number>;
|
|
387
|
-
"$-2.5": import("@hanzogui/web").Variable<number>;
|
|
388
|
-
"$-3": import("@hanzogui/web").Variable<number>;
|
|
389
|
-
"$-3.5": import("@hanzogui/web").Variable<number>;
|
|
390
|
-
"$-4": import("@hanzogui/web").Variable<number>;
|
|
391
|
-
"$-true": import("@hanzogui/web").Variable<number>;
|
|
392
|
-
"$-4.5": import("@hanzogui/web").Variable<number>;
|
|
393
|
-
"$-5": import("@hanzogui/web").Variable<number>;
|
|
394
|
-
"$-6": import("@hanzogui/web").Variable<number>;
|
|
395
|
-
"$-7": import("@hanzogui/web").Variable<number>;
|
|
396
|
-
"$-8": import("@hanzogui/web").Variable<number>;
|
|
397
|
-
"$-9": import("@hanzogui/web").Variable<number>;
|
|
398
318
|
"$-10": import("@hanzogui/web").Variable<number>;
|
|
399
319
|
"$-11": import("@hanzogui/web").Variable<number>;
|
|
400
320
|
"$-12": import("@hanzogui/web").Variable<number>;
|
|
@@ -405,27 +325,56 @@ export declare const config: {
|
|
|
405
325
|
"$-17": import("@hanzogui/web").Variable<number>;
|
|
406
326
|
"$-18": import("@hanzogui/web").Variable<number>;
|
|
407
327
|
"$-19": import("@hanzogui/web").Variable<number>;
|
|
328
|
+
"$-2": import("@hanzogui/web").Variable<number>;
|
|
329
|
+
"$-2.5": import("@hanzogui/web").Variable<number>;
|
|
408
330
|
"$-20": import("@hanzogui/web").Variable<number>;
|
|
409
|
-
|
|
410
|
-
|
|
331
|
+
"$-3": import("@hanzogui/web").Variable<number>;
|
|
332
|
+
"$-3.5": import("@hanzogui/web").Variable<number>;
|
|
333
|
+
"$-4": import("@hanzogui/web").Variable<number>;
|
|
334
|
+
"$-4.5": import("@hanzogui/web").Variable<number>;
|
|
335
|
+
"$-5": import("@hanzogui/web").Variable<number>;
|
|
336
|
+
"$-6": import("@hanzogui/web").Variable<number>;
|
|
337
|
+
"$-7": import("@hanzogui/web").Variable<number>;
|
|
338
|
+
"$-8": import("@hanzogui/web").Variable<number>;
|
|
339
|
+
"$-9": import("@hanzogui/web").Variable<number>;
|
|
340
|
+
"$-true": import("@hanzogui/web").Variable<number>;
|
|
411
341
|
$0: import("@hanzogui/web").Variable<number>;
|
|
412
342
|
"$0.25": import("@hanzogui/web").Variable<number>;
|
|
413
343
|
"$0.5": import("@hanzogui/web").Variable<number>;
|
|
414
344
|
"$0.75": import("@hanzogui/web").Variable<number>;
|
|
415
345
|
$1: import("@hanzogui/web").Variable<number>;
|
|
416
346
|
"$1.5": import("@hanzogui/web").Variable<number>;
|
|
347
|
+
$10: import("@hanzogui/web").Variable<number>;
|
|
348
|
+
$11: import("@hanzogui/web").Variable<number>;
|
|
349
|
+
$12: import("@hanzogui/web").Variable<number>;
|
|
350
|
+
$13: import("@hanzogui/web").Variable<number>;
|
|
351
|
+
$14: import("@hanzogui/web").Variable<number>;
|
|
352
|
+
$15: import("@hanzogui/web").Variable<number>;
|
|
353
|
+
$16: import("@hanzogui/web").Variable<number>;
|
|
354
|
+
$17: import("@hanzogui/web").Variable<number>;
|
|
355
|
+
$18: import("@hanzogui/web").Variable<number>;
|
|
356
|
+
$19: import("@hanzogui/web").Variable<number>;
|
|
417
357
|
$2: import("@hanzogui/web").Variable<number>;
|
|
418
358
|
"$2.5": import("@hanzogui/web").Variable<number>;
|
|
359
|
+
$20: import("@hanzogui/web").Variable<number>;
|
|
419
360
|
$3: import("@hanzogui/web").Variable<number>;
|
|
420
361
|
"$3.5": import("@hanzogui/web").Variable<number>;
|
|
421
362
|
$4: import("@hanzogui/web").Variable<number>;
|
|
422
|
-
$true: import("@hanzogui/web").Variable<number>;
|
|
423
363
|
"$4.5": import("@hanzogui/web").Variable<number>;
|
|
424
364
|
$5: import("@hanzogui/web").Variable<number>;
|
|
425
365
|
$6: import("@hanzogui/web").Variable<number>;
|
|
426
366
|
$7: import("@hanzogui/web").Variable<number>;
|
|
427
367
|
$8: import("@hanzogui/web").Variable<number>;
|
|
428
368
|
$9: import("@hanzogui/web").Variable<number>;
|
|
369
|
+
$true: import("@hanzogui/web").Variable<number>;
|
|
370
|
+
};
|
|
371
|
+
size: {
|
|
372
|
+
$0: import("@hanzogui/web").Variable<number>;
|
|
373
|
+
"$0.25": import("@hanzogui/web").Variable<number>;
|
|
374
|
+
"$0.5": import("@hanzogui/web").Variable<number>;
|
|
375
|
+
"$0.75": import("@hanzogui/web").Variable<number>;
|
|
376
|
+
$1: import("@hanzogui/web").Variable<number>;
|
|
377
|
+
"$1.5": import("@hanzogui/web").Variable<number>;
|
|
429
378
|
$10: import("@hanzogui/web").Variable<number>;
|
|
430
379
|
$11: import("@hanzogui/web").Variable<number>;
|
|
431
380
|
$12: import("@hanzogui/web").Variable<number>;
|
|
@@ -436,23 +385,35 @@ export declare const config: {
|
|
|
436
385
|
$17: import("@hanzogui/web").Variable<number>;
|
|
437
386
|
$18: import("@hanzogui/web").Variable<number>;
|
|
438
387
|
$19: import("@hanzogui/web").Variable<number>;
|
|
388
|
+
$2: import("@hanzogui/web").Variable<number>;
|
|
389
|
+
"$2.5": import("@hanzogui/web").Variable<number>;
|
|
439
390
|
$20: import("@hanzogui/web").Variable<number>;
|
|
391
|
+
$3: import("@hanzogui/web").Variable<number>;
|
|
392
|
+
"$3.5": import("@hanzogui/web").Variable<number>;
|
|
393
|
+
$4: import("@hanzogui/web").Variable<number>;
|
|
394
|
+
"$4.5": import("@hanzogui/web").Variable<number>;
|
|
395
|
+
$5: import("@hanzogui/web").Variable<number>;
|
|
396
|
+
$6: import("@hanzogui/web").Variable<number>;
|
|
397
|
+
$7: import("@hanzogui/web").Variable<number>;
|
|
398
|
+
$8: import("@hanzogui/web").Variable<number>;
|
|
399
|
+
$9: import("@hanzogui/web").Variable<number>;
|
|
400
|
+
$true: import("@hanzogui/web").Variable<number>;
|
|
440
401
|
};
|
|
441
402
|
radius: {
|
|
442
403
|
0: import("@hanzogui/web").Variable<number>;
|
|
443
404
|
1: import("@hanzogui/web").Variable<number>;
|
|
405
|
+
10: import("@hanzogui/web").Variable<number>;
|
|
406
|
+
11: import("@hanzogui/web").Variable<number>;
|
|
407
|
+
12: import("@hanzogui/web").Variable<number>;
|
|
444
408
|
2: import("@hanzogui/web").Variable<number>;
|
|
445
409
|
3: import("@hanzogui/web").Variable<number>;
|
|
446
410
|
4: import("@hanzogui/web").Variable<number>;
|
|
447
|
-
true: import("@hanzogui/web").Variable<number>;
|
|
448
411
|
5: import("@hanzogui/web").Variable<number>;
|
|
449
412
|
6: import("@hanzogui/web").Variable<number>;
|
|
450
413
|
7: import("@hanzogui/web").Variable<number>;
|
|
451
414
|
8: import("@hanzogui/web").Variable<number>;
|
|
452
415
|
9: import("@hanzogui/web").Variable<number>;
|
|
453
|
-
|
|
454
|
-
11: import("@hanzogui/web").Variable<number>;
|
|
455
|
-
12: import("@hanzogui/web").Variable<number>;
|
|
416
|
+
true: import("@hanzogui/web").Variable<number>;
|
|
456
417
|
};
|
|
457
418
|
zIndex: {
|
|
458
419
|
0: import("@hanzogui/web").Variable<number>;
|
|
@@ -464,214 +425,214 @@ export declare const config: {
|
|
|
464
425
|
};
|
|
465
426
|
} & Omit<{
|
|
466
427
|
color: {
|
|
428
|
+
blue10Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
429
|
+
blue10Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
430
|
+
blue11Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
431
|
+
blue11Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
432
|
+
blue12Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
433
|
+
blue12Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
467
434
|
blue1Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
435
|
+
blue1Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
468
436
|
blue2Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
437
|
+
blue2Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
469
438
|
blue3Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
439
|
+
blue3Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
470
440
|
blue4Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
441
|
+
blue4Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
471
442
|
blue5Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
443
|
+
blue5Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
472
444
|
blue6Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
445
|
+
blue6Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
473
446
|
blue7Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
447
|
+
blue7Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
474
448
|
blue8Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
449
|
+
blue8Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
475
450
|
blue9Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
yellow5Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
484
|
-
yellow6Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
485
|
-
yellow7Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
486
|
-
yellow8Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
487
|
-
yellow9Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
488
|
-
yellow10Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
489
|
-
yellow11Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
490
|
-
yellow12Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
491
|
-
red1Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
492
|
-
red2Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
493
|
-
red3Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
494
|
-
red4Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
495
|
-
red5Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
496
|
-
red6Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
497
|
-
red7Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
498
|
-
red8Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
499
|
-
red9Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
500
|
-
red10Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
501
|
-
red11Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
502
|
-
red12Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
503
|
-
purple1Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
504
|
-
purple2Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
505
|
-
purple3Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
506
|
-
purple4Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
507
|
-
purple5Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
508
|
-
purple6Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
509
|
-
purple7Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
510
|
-
purple8Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
511
|
-
purple9Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
512
|
-
purple10Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
513
|
-
purple11Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
514
|
-
purple12Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
515
|
-
pink1Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
516
|
-
pink2Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
517
|
-
pink3Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
518
|
-
pink4Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
519
|
-
pink5Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
520
|
-
pink6Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
521
|
-
pink7Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
522
|
-
pink8Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
523
|
-
pink9Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
524
|
-
pink10Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
525
|
-
pink11Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
526
|
-
pink12Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
527
|
-
orange1Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
528
|
-
orange2Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
529
|
-
orange3Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
530
|
-
orange4Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
531
|
-
orange5Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
532
|
-
orange6Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
533
|
-
orange7Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
534
|
-
orange8Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
535
|
-
orange9Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
536
|
-
orange10Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
537
|
-
orange11Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
538
|
-
orange12Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
539
|
-
green1Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
540
|
-
green2Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
541
|
-
green3Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
542
|
-
green4Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
543
|
-
green5Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
544
|
-
green6Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
545
|
-
green7Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
546
|
-
green8Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
547
|
-
green9Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
548
|
-
green10Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
549
|
-
green11Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
550
|
-
green12Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
451
|
+
blue9Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
452
|
+
gray10Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
453
|
+
gray10Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
454
|
+
gray11Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
455
|
+
gray11Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
456
|
+
gray12Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
457
|
+
gray12Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
551
458
|
gray1Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
459
|
+
gray1Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
552
460
|
gray2Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
461
|
+
gray2Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
553
462
|
gray3Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
463
|
+
gray3Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
554
464
|
gray4Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
465
|
+
gray4Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
555
466
|
gray5Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
467
|
+
gray5Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
556
468
|
gray6Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
469
|
+
gray6Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
557
470
|
gray7Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
471
|
+
gray7Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
558
472
|
gray8Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
473
|
+
gray8Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
559
474
|
gray9Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
475
|
+
gray9Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
476
|
+
green10Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
477
|
+
green10Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
478
|
+
green11Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
479
|
+
green11Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
480
|
+
green12Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
481
|
+
green12Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
482
|
+
green1Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
483
|
+
green1Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
484
|
+
green2Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
485
|
+
green2Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
486
|
+
green3Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
487
|
+
green3Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
488
|
+
green4Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
489
|
+
green4Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
490
|
+
green5Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
491
|
+
green5Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
492
|
+
green6Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
493
|
+
green6Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
494
|
+
green7Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
495
|
+
green7Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
496
|
+
green8Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
497
|
+
green8Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
498
|
+
green9Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
499
|
+
green9Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
500
|
+
orange10Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
501
|
+
orange10Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
502
|
+
orange11Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
503
|
+
orange11Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
504
|
+
orange12Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
505
|
+
orange12Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
506
|
+
orange1Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
507
|
+
orange1Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
508
|
+
orange2Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
509
|
+
orange2Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
510
|
+
orange3Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
511
|
+
orange3Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
512
|
+
orange4Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
513
|
+
orange4Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
514
|
+
orange5Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
515
|
+
orange5Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
516
|
+
orange6Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
517
|
+
orange6Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
518
|
+
orange7Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
519
|
+
orange7Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
520
|
+
orange8Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
521
|
+
orange8Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
522
|
+
orange9Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
523
|
+
orange9Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
524
|
+
pink10Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
525
|
+
pink10Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
526
|
+
pink11Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
527
|
+
pink11Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
528
|
+
pink12Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
529
|
+
pink12Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
530
|
+
pink1Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
611
531
|
pink1Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
532
|
+
pink2Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
612
533
|
pink2Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
534
|
+
pink3Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
613
535
|
pink3Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
536
|
+
pink4Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
614
537
|
pink4Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
538
|
+
pink5Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
615
539
|
pink5Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
540
|
+
pink6Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
616
541
|
pink6Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
542
|
+
pink7Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
617
543
|
pink7Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
544
|
+
pink8Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
618
545
|
pink8Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
546
|
+
pink9Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
619
547
|
pink9Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
548
|
+
purple10Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
549
|
+
purple10Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
550
|
+
purple11Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
551
|
+
purple11Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
552
|
+
purple12Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
553
|
+
purple12Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
554
|
+
purple1Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
555
|
+
purple1Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
556
|
+
purple2Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
557
|
+
purple2Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
558
|
+
purple3Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
559
|
+
purple3Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
560
|
+
purple4Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
561
|
+
purple4Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
562
|
+
purple5Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
563
|
+
purple5Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
564
|
+
purple6Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
565
|
+
purple6Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
566
|
+
purple7Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
567
|
+
purple7Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
568
|
+
purple8Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
569
|
+
purple8Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
570
|
+
purple9Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
571
|
+
purple9Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
572
|
+
red10Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
573
|
+
red10Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
574
|
+
red11Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
575
|
+
red11Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
576
|
+
red12Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
577
|
+
red12Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
578
|
+
red1Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
579
|
+
red1Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
580
|
+
red2Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
581
|
+
red2Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
582
|
+
red3Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
583
|
+
red3Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
584
|
+
red4Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
585
|
+
red4Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
586
|
+
red5Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
587
|
+
red5Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
588
|
+
red6Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
589
|
+
red6Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
590
|
+
red7Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
591
|
+
red7Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
592
|
+
red8Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
593
|
+
red8Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
594
|
+
red9Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
595
|
+
red9Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
596
|
+
yellow10Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
597
|
+
yellow10Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
598
|
+
yellow11Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
599
|
+
yellow11Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
600
|
+
yellow12Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
601
|
+
yellow12Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
602
|
+
yellow1Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
603
|
+
yellow1Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
604
|
+
yellow2Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
605
|
+
yellow2Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
606
|
+
yellow3Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
607
|
+
yellow3Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
608
|
+
yellow4Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
609
|
+
yellow4Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
610
|
+
yellow5Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
611
|
+
yellow5Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
612
|
+
yellow6Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
613
|
+
yellow6Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
614
|
+
yellow7Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
615
|
+
yellow7Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
616
|
+
yellow8Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
617
|
+
yellow8Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
618
|
+
yellow9Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
619
|
+
yellow9Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
659
620
|
};
|
|
660
621
|
radius: {
|
|
661
622
|
0: import("@hanzogui/web").Variable<number>;
|
|
662
623
|
1: import("@hanzogui/web").Variable<number>;
|
|
624
|
+
10: import("@hanzogui/web").Variable<number>;
|
|
625
|
+
11: import("@hanzogui/web").Variable<number>;
|
|
626
|
+
12: import("@hanzogui/web").Variable<number>;
|
|
663
627
|
2: import("@hanzogui/web").Variable<number>;
|
|
664
628
|
3: import("@hanzogui/web").Variable<number>;
|
|
665
629
|
4: import("@hanzogui/web").Variable<number>;
|
|
666
|
-
true: import("@hanzogui/web").Variable<number>;
|
|
667
630
|
5: import("@hanzogui/web").Variable<number>;
|
|
668
631
|
6: import("@hanzogui/web").Variable<number>;
|
|
669
632
|
7: import("@hanzogui/web").Variable<number>;
|
|
670
633
|
8: import("@hanzogui/web").Variable<number>;
|
|
671
634
|
9: import("@hanzogui/web").Variable<number>;
|
|
672
|
-
|
|
673
|
-
11: import("@hanzogui/web").Variable<number>;
|
|
674
|
-
12: import("@hanzogui/web").Variable<number>;
|
|
635
|
+
true: import("@hanzogui/web").Variable<number>;
|
|
675
636
|
};
|
|
676
637
|
zIndex: {
|
|
677
638
|
0: import("@hanzogui/web").Variable<number>;
|
|
@@ -682,52 +643,11 @@ export declare const config: {
|
|
|
682
643
|
5: import("@hanzogui/web").Variable<number>;
|
|
683
644
|
};
|
|
684
645
|
space: {
|
|
685
|
-
$0: import("@hanzogui/web").Variable<number>;
|
|
686
|
-
"$0.25": import("@hanzogui/web").Variable<number>;
|
|
687
|
-
"$0.5": import("@hanzogui/web").Variable<number>;
|
|
688
|
-
"$0.75": import("@hanzogui/web").Variable<number>;
|
|
689
|
-
$1: import("@hanzogui/web").Variable<number>;
|
|
690
|
-
"$1.5": import("@hanzogui/web").Variable<number>;
|
|
691
|
-
$2: import("@hanzogui/web").Variable<number>;
|
|
692
|
-
"$2.5": import("@hanzogui/web").Variable<number>;
|
|
693
|
-
$3: import("@hanzogui/web").Variable<number>;
|
|
694
|
-
"$3.5": import("@hanzogui/web").Variable<number>;
|
|
695
|
-
$4: import("@hanzogui/web").Variable<number>;
|
|
696
|
-
$true: import("@hanzogui/web").Variable<number>;
|
|
697
|
-
"$4.5": import("@hanzogui/web").Variable<number>;
|
|
698
|
-
$5: import("@hanzogui/web").Variable<number>;
|
|
699
|
-
$6: import("@hanzogui/web").Variable<number>;
|
|
700
|
-
$7: import("@hanzogui/web").Variable<number>;
|
|
701
|
-
$8: import("@hanzogui/web").Variable<number>;
|
|
702
|
-
$9: import("@hanzogui/web").Variable<number>;
|
|
703
|
-
$10: import("@hanzogui/web").Variable<number>;
|
|
704
|
-
$11: import("@hanzogui/web").Variable<number>;
|
|
705
|
-
$12: import("@hanzogui/web").Variable<number>;
|
|
706
|
-
$13: import("@hanzogui/web").Variable<number>;
|
|
707
|
-
$14: import("@hanzogui/web").Variable<number>;
|
|
708
|
-
$15: import("@hanzogui/web").Variable<number>;
|
|
709
|
-
$16: import("@hanzogui/web").Variable<number>;
|
|
710
|
-
$17: import("@hanzogui/web").Variable<number>;
|
|
711
|
-
$18: import("@hanzogui/web").Variable<number>;
|
|
712
|
-
$19: import("@hanzogui/web").Variable<number>;
|
|
713
|
-
$20: import("@hanzogui/web").Variable<number>;
|
|
714
646
|
"$-0.25": import("@hanzogui/web").Variable<number>;
|
|
715
647
|
"$-0.5": import("@hanzogui/web").Variable<number>;
|
|
716
648
|
"$-0.75": import("@hanzogui/web").Variable<number>;
|
|
717
649
|
"$-1": import("@hanzogui/web").Variable<number>;
|
|
718
650
|
"$-1.5": import("@hanzogui/web").Variable<number>;
|
|
719
|
-
"$-2": import("@hanzogui/web").Variable<number>;
|
|
720
|
-
"$-2.5": import("@hanzogui/web").Variable<number>;
|
|
721
|
-
"$-3": import("@hanzogui/web").Variable<number>;
|
|
722
|
-
"$-3.5": import("@hanzogui/web").Variable<number>;
|
|
723
|
-
"$-4": import("@hanzogui/web").Variable<number>;
|
|
724
|
-
"$-true": import("@hanzogui/web").Variable<number>;
|
|
725
|
-
"$-4.5": import("@hanzogui/web").Variable<number>;
|
|
726
|
-
"$-5": import("@hanzogui/web").Variable<number>;
|
|
727
|
-
"$-6": import("@hanzogui/web").Variable<number>;
|
|
728
|
-
"$-7": import("@hanzogui/web").Variable<number>;
|
|
729
|
-
"$-8": import("@hanzogui/web").Variable<number>;
|
|
730
|
-
"$-9": import("@hanzogui/web").Variable<number>;
|
|
731
651
|
"$-10": import("@hanzogui/web").Variable<number>;
|
|
732
652
|
"$-11": import("@hanzogui/web").Variable<number>;
|
|
733
653
|
"$-12": import("@hanzogui/web").Variable<number>;
|
|
@@ -738,27 +658,56 @@ export declare const config: {
|
|
|
738
658
|
"$-17": import("@hanzogui/web").Variable<number>;
|
|
739
659
|
"$-18": import("@hanzogui/web").Variable<number>;
|
|
740
660
|
"$-19": import("@hanzogui/web").Variable<number>;
|
|
661
|
+
"$-2": import("@hanzogui/web").Variable<number>;
|
|
662
|
+
"$-2.5": import("@hanzogui/web").Variable<number>;
|
|
741
663
|
"$-20": import("@hanzogui/web").Variable<number>;
|
|
742
|
-
|
|
743
|
-
|
|
664
|
+
"$-3": import("@hanzogui/web").Variable<number>;
|
|
665
|
+
"$-3.5": import("@hanzogui/web").Variable<number>;
|
|
666
|
+
"$-4": import("@hanzogui/web").Variable<number>;
|
|
667
|
+
"$-4.5": import("@hanzogui/web").Variable<number>;
|
|
668
|
+
"$-5": import("@hanzogui/web").Variable<number>;
|
|
669
|
+
"$-6": import("@hanzogui/web").Variable<number>;
|
|
670
|
+
"$-7": import("@hanzogui/web").Variable<number>;
|
|
671
|
+
"$-8": import("@hanzogui/web").Variable<number>;
|
|
672
|
+
"$-9": import("@hanzogui/web").Variable<number>;
|
|
673
|
+
"$-true": import("@hanzogui/web").Variable<number>;
|
|
744
674
|
$0: import("@hanzogui/web").Variable<number>;
|
|
745
675
|
"$0.25": import("@hanzogui/web").Variable<number>;
|
|
746
676
|
"$0.5": import("@hanzogui/web").Variable<number>;
|
|
747
677
|
"$0.75": import("@hanzogui/web").Variable<number>;
|
|
748
678
|
$1: import("@hanzogui/web").Variable<number>;
|
|
749
679
|
"$1.5": import("@hanzogui/web").Variable<number>;
|
|
680
|
+
$10: import("@hanzogui/web").Variable<number>;
|
|
681
|
+
$11: import("@hanzogui/web").Variable<number>;
|
|
682
|
+
$12: import("@hanzogui/web").Variable<number>;
|
|
683
|
+
$13: import("@hanzogui/web").Variable<number>;
|
|
684
|
+
$14: import("@hanzogui/web").Variable<number>;
|
|
685
|
+
$15: import("@hanzogui/web").Variable<number>;
|
|
686
|
+
$16: import("@hanzogui/web").Variable<number>;
|
|
687
|
+
$17: import("@hanzogui/web").Variable<number>;
|
|
688
|
+
$18: import("@hanzogui/web").Variable<number>;
|
|
689
|
+
$19: import("@hanzogui/web").Variable<number>;
|
|
750
690
|
$2: import("@hanzogui/web").Variable<number>;
|
|
751
691
|
"$2.5": import("@hanzogui/web").Variable<number>;
|
|
692
|
+
$20: import("@hanzogui/web").Variable<number>;
|
|
752
693
|
$3: import("@hanzogui/web").Variable<number>;
|
|
753
694
|
"$3.5": import("@hanzogui/web").Variable<number>;
|
|
754
695
|
$4: import("@hanzogui/web").Variable<number>;
|
|
755
|
-
$true: import("@hanzogui/web").Variable<number>;
|
|
756
696
|
"$4.5": import("@hanzogui/web").Variable<number>;
|
|
757
697
|
$5: import("@hanzogui/web").Variable<number>;
|
|
758
698
|
$6: import("@hanzogui/web").Variable<number>;
|
|
759
699
|
$7: import("@hanzogui/web").Variable<number>;
|
|
760
700
|
$8: import("@hanzogui/web").Variable<number>;
|
|
761
701
|
$9: import("@hanzogui/web").Variable<number>;
|
|
702
|
+
$true: import("@hanzogui/web").Variable<number>;
|
|
703
|
+
};
|
|
704
|
+
size: {
|
|
705
|
+
$0: import("@hanzogui/web").Variable<number>;
|
|
706
|
+
"$0.25": import("@hanzogui/web").Variable<number>;
|
|
707
|
+
"$0.5": import("@hanzogui/web").Variable<number>;
|
|
708
|
+
"$0.75": import("@hanzogui/web").Variable<number>;
|
|
709
|
+
$1: import("@hanzogui/web").Variable<number>;
|
|
710
|
+
"$1.5": import("@hanzogui/web").Variable<number>;
|
|
762
711
|
$10: import("@hanzogui/web").Variable<number>;
|
|
763
712
|
$11: import("@hanzogui/web").Variable<number>;
|
|
764
713
|
$12: import("@hanzogui/web").Variable<number>;
|
|
@@ -769,9 +718,21 @@ export declare const config: {
|
|
|
769
718
|
$17: import("@hanzogui/web").Variable<number>;
|
|
770
719
|
$18: import("@hanzogui/web").Variable<number>;
|
|
771
720
|
$19: import("@hanzogui/web").Variable<number>;
|
|
721
|
+
$2: import("@hanzogui/web").Variable<number>;
|
|
722
|
+
"$2.5": import("@hanzogui/web").Variable<number>;
|
|
772
723
|
$20: import("@hanzogui/web").Variable<number>;
|
|
724
|
+
$3: import("@hanzogui/web").Variable<number>;
|
|
725
|
+
"$3.5": import("@hanzogui/web").Variable<number>;
|
|
726
|
+
$4: import("@hanzogui/web").Variable<number>;
|
|
727
|
+
"$4.5": import("@hanzogui/web").Variable<number>;
|
|
728
|
+
$5: import("@hanzogui/web").Variable<number>;
|
|
729
|
+
$6: import("@hanzogui/web").Variable<number>;
|
|
730
|
+
$7: import("@hanzogui/web").Variable<number>;
|
|
731
|
+
$8: import("@hanzogui/web").Variable<number>;
|
|
732
|
+
$9: import("@hanzogui/web").Variable<number>;
|
|
733
|
+
$true: import("@hanzogui/web").Variable<number>;
|
|
773
734
|
};
|
|
774
|
-
}, "
|
|
735
|
+
}, "color" | "radius" | "size" | "space" | "zIndex">;
|
|
775
736
|
fonts: {
|
|
776
737
|
heading: import("@hanzogui/web").FillInFont<{
|
|
777
738
|
size: {
|
|
@@ -803,8 +764,8 @@ export declare const config: {
|
|
|
803
764
|
14: number;
|
|
804
765
|
15: number;
|
|
805
766
|
};
|
|
806
|
-
},
|
|
807
|
-
body: import("@hanzogui/web").FillInFont<import("@hanzogui/web").GenericFont,
|
|
767
|
+
}, "true" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16>;
|
|
768
|
+
body: import("@hanzogui/web").FillInFont<import("@hanzogui/web").GenericFont, "true" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16>;
|
|
808
769
|
mono: import("@hanzogui/web").FillInFont<{
|
|
809
770
|
weight: {
|
|
810
771
|
1: string;
|
|
@@ -827,7 +788,7 @@ export declare const config: {
|
|
|
827
788
|
15: number;
|
|
828
789
|
16: number;
|
|
829
790
|
};
|
|
830
|
-
},
|
|
791
|
+
}, "true" | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16>;
|
|
831
792
|
};
|
|
832
793
|
selectionStyles: (theme: Record<string, string>) => {
|
|
833
794
|
backgroundColor: string;
|
|
@@ -845,5 +806,44 @@ export declare const config: {
|
|
|
845
806
|
xxs: boolean;
|
|
846
807
|
};
|
|
847
808
|
};
|
|
809
|
+
animations: import("@hanzogui/web").AnimationDriver<{
|
|
810
|
+
'100ms': {
|
|
811
|
+
type: string;
|
|
812
|
+
duration: number;
|
|
813
|
+
};
|
|
814
|
+
bouncy: {
|
|
815
|
+
type: string;
|
|
816
|
+
damping: number;
|
|
817
|
+
mass: number;
|
|
818
|
+
stiffness: number;
|
|
819
|
+
};
|
|
820
|
+
lazy: {
|
|
821
|
+
type: string;
|
|
822
|
+
damping: number;
|
|
823
|
+
stiffness: number;
|
|
824
|
+
};
|
|
825
|
+
medium: {
|
|
826
|
+
damping: number;
|
|
827
|
+
stiffness: number;
|
|
828
|
+
mass: number;
|
|
829
|
+
};
|
|
830
|
+
slow: {
|
|
831
|
+
type: string;
|
|
832
|
+
damping: number;
|
|
833
|
+
stiffness: number;
|
|
834
|
+
};
|
|
835
|
+
quick: {
|
|
836
|
+
type: string;
|
|
837
|
+
damping: number;
|
|
838
|
+
mass: number;
|
|
839
|
+
stiffness: number;
|
|
840
|
+
};
|
|
841
|
+
tooltip: {
|
|
842
|
+
type: string;
|
|
843
|
+
damping: number;
|
|
844
|
+
mass: number;
|
|
845
|
+
stiffness: number;
|
|
846
|
+
};
|
|
847
|
+
}>;
|
|
848
848
|
};
|
|
849
849
|
//# sourceMappingURL=index.reanimated.d.ts.map
|