@hanzogui/config 8.0.0 → 8.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/fonts.cjs +6 -1
- package/dist/cjs/fonts.native.js +6 -1
- package/dist/cjs/fonts.native.js.map +1 -1
- package/dist/cjs/v5-fonts.cjs +40 -5
- package/dist/cjs/v5-fonts.native.js +38 -24
- package/dist/cjs/v5-fonts.native.js.map +1 -1
- package/dist/cjs/v5-media.native.js.map +1 -1
- package/dist/esm/fonts.mjs +6 -1
- package/dist/esm/fonts.mjs.map +1 -1
- package/dist/esm/fonts.native.js +6 -1
- package/dist/esm/fonts.native.js.map +1 -1
- package/dist/esm/v5-fonts.mjs +41 -6
- package/dist/esm/v5-fonts.mjs.map +1 -1
- package/dist/esm/v5-fonts.native.js +39 -25
- package/dist/esm/v5-fonts.native.js.map +1 -1
- package/dist/esm/v5-media.mjs.map +1 -1
- package/dist/esm/v5-media.native.js.map +1 -1
- package/package.json +52 -15
- package/src/fonts.ts +6 -1
- package/src/v5-fonts.ts +27 -7
- package/src/v5-media.ts +1 -3
- package/types/config.d.ts +50 -179
- package/types/config.d.ts.map +1 -1
- package/types/fonts.d.ts +4 -4
- package/types/fonts.d.ts.map +1 -1
- package/types/index.d.ts +49 -49
- package/types/index.reanimated.d.ts +50 -179
- package/types/index.reanimated.d.ts.map +1 -1
- package/types/v3.d.ts +49 -49
- package/types/v5-fonts.d.ts +1 -0
- package/types/v5-fonts.d.ts.map +1 -1
- package/types/v5-media.d.ts.map +1 -1
- package/.turbo/turbo-build.log +0 -2
- package/tsconfig.json +0 -65
package/package.json
CHANGED
|
@@ -1,6 +1,37 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hanzogui/config",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.1.0",
|
|
4
|
+
"files": [
|
|
5
|
+
"dist",
|
|
6
|
+
"reanimated.cjs",
|
|
7
|
+
"reanimated",
|
|
8
|
+
"src",
|
|
9
|
+
"types",
|
|
10
|
+
"v3.cjs",
|
|
11
|
+
"v3.d.ts",
|
|
12
|
+
"v3",
|
|
13
|
+
"v4.cjs",
|
|
14
|
+
"v4.d.ts",
|
|
15
|
+
"v4",
|
|
16
|
+
"v5-css.cjs",
|
|
17
|
+
"v5-css.d.ts",
|
|
18
|
+
"v5-css",
|
|
19
|
+
"v5-motion.cjs",
|
|
20
|
+
"v5-motion.d.ts",
|
|
21
|
+
"v5-motion",
|
|
22
|
+
"v5-reanimated.cjs",
|
|
23
|
+
"v5-reanimated.d.ts",
|
|
24
|
+
"v5-reanimated",
|
|
25
|
+
"v5-rn.cjs",
|
|
26
|
+
"v5-rn.d.ts",
|
|
27
|
+
"v5-rn",
|
|
28
|
+
"v5-subtle.cjs",
|
|
29
|
+
"v5-subtle.d.ts",
|
|
30
|
+
"v5-subtle",
|
|
31
|
+
"v5.cjs",
|
|
32
|
+
"v5.d.ts",
|
|
33
|
+
"v5"
|
|
34
|
+
],
|
|
4
35
|
"type": "module",
|
|
5
36
|
"sideEffects": false,
|
|
6
37
|
"main": "dist/cjs",
|
|
@@ -109,22 +140,23 @@
|
|
|
109
140
|
"clean:build": "hanzogui-build clean:build"
|
|
110
141
|
},
|
|
111
142
|
"dependencies": {
|
|
112
|
-
"@hanzogui/animations-css": "8.
|
|
113
|
-
"@hanzogui/animations-motion": "8.
|
|
114
|
-
"@hanzogui/animations-react-native": "8.
|
|
115
|
-
"@hanzogui/animations-reanimated": "8.
|
|
116
|
-
"@hanzogui/colors": "8.
|
|
117
|
-
"@hanzogui/core": "8.
|
|
118
|
-
"@hanzogui/font-
|
|
119
|
-
"@hanzogui/font-
|
|
120
|
-
"@hanzogui/
|
|
121
|
-
"@hanzogui/
|
|
122
|
-
"@hanzogui/
|
|
123
|
-
"@hanzogui/
|
|
124
|
-
"@hanzogui/
|
|
143
|
+
"@hanzogui/animations-css": "8.1.0",
|
|
144
|
+
"@hanzogui/animations-motion": "8.1.0",
|
|
145
|
+
"@hanzogui/animations-react-native": "8.1.0",
|
|
146
|
+
"@hanzogui/animations-reanimated": "8.1.0",
|
|
147
|
+
"@hanzogui/colors": "8.1.0",
|
|
148
|
+
"@hanzogui/core": "8.1.0",
|
|
149
|
+
"@hanzogui/font-geist": "8.1.0",
|
|
150
|
+
"@hanzogui/font-inter": "8.1.0",
|
|
151
|
+
"@hanzogui/font-silkscreen": "8.1.0",
|
|
152
|
+
"@hanzogui/react-native-media-driver": "8.1.0",
|
|
153
|
+
"@hanzogui/shorthands": "8.1.0",
|
|
154
|
+
"@hanzogui/theme-builder": "8.1.0",
|
|
155
|
+
"@hanzogui/themes": "8.1.0",
|
|
156
|
+
"@hanzogui/web": "8.1.0"
|
|
125
157
|
},
|
|
126
158
|
"devDependencies": {
|
|
127
|
-
"@hanzogui/build": "8.
|
|
159
|
+
"@hanzogui/build": "8.1.0"
|
|
128
160
|
},
|
|
129
161
|
"peerDependencies": {
|
|
130
162
|
"@hanzogui/animations-moti": "*"
|
|
@@ -133,5 +165,10 @@
|
|
|
133
165
|
"@hanzogui/animations-moti": {
|
|
134
166
|
"optional": true
|
|
135
167
|
}
|
|
168
|
+
},
|
|
169
|
+
"repository": {
|
|
170
|
+
"type": "git",
|
|
171
|
+
"url": "git+https://github.com/hanzoai/gui.git",
|
|
172
|
+
"directory": "pkgs/core/config"
|
|
136
173
|
}
|
|
137
174
|
}
|
package/src/fonts.ts
CHANGED
|
@@ -13,8 +13,13 @@ const headingFont = createInterFont(
|
|
|
13
13
|
9: 32,
|
|
14
14
|
10: 44,
|
|
15
15
|
},
|
|
16
|
+
// The house has no all-caps. This scale used to say `6: 'uppercase'`, which
|
|
17
|
+
// spreads DOWN — steps 1-6 all inherited it — so every small heading
|
|
18
|
+
// (`<H6>`, menu/section heads, command-palette group heads) went silently
|
|
19
|
+
// ALL CAPS from a font token no surface could see. Rank comes from weight
|
|
20
|
+
// and brightness, not shouting; fixing it here fixes it everywhere at once.
|
|
16
21
|
transform: {
|
|
17
|
-
6: '
|
|
22
|
+
6: 'none',
|
|
18
23
|
7: 'none',
|
|
19
24
|
},
|
|
20
25
|
weight: {
|
package/src/v5-fonts.ts
CHANGED
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
import type { FillInFont, GenericFont } from '@hanzogui/core'
|
|
2
|
-
import { createFont, getVariableValue } from '@hanzogui/core'
|
|
2
|
+
import { createFont, getVariableValue, isWeb } from '@hanzogui/core'
|
|
3
|
+
import { geistMonoFamily, geistSansFamily } from '@hanzogui/font-geist'
|
|
3
4
|
|
|
4
|
-
|
|
5
|
-
|
|
5
|
+
// `isWeb` comes from the kit, which resolves the platform through the package
|
|
6
|
+
// `exports` map (`react-native` vs `browser`) — the same source `v4-fonts` uses.
|
|
7
|
+
// Reading `process.env.GUI_TARGET` here instead was only correct once something
|
|
8
|
+
// else had set that variable, and when unset it selected the NATIVE branch: bare
|
|
9
|
+
// family names that a browser cannot resolve, so the document fell back to its
|
|
10
|
+
// default serif.
|
|
11
|
+
const isNative = !isWeb
|
|
6
12
|
|
|
7
13
|
// web sizes
|
|
8
14
|
const webSizes = {
|
|
@@ -74,9 +80,9 @@ export const createSystemFont = <A extends GenericFont>({
|
|
|
74
80
|
}).map(([k, v]) => [k, sizeSize(+v)])
|
|
75
81
|
)
|
|
76
82
|
return createFont({
|
|
77
|
-
family:
|
|
78
|
-
? '
|
|
79
|
-
: '
|
|
83
|
+
family: isNative
|
|
84
|
+
? 'System'
|
|
85
|
+
: '-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif',
|
|
80
86
|
lineHeight: Object.fromEntries(
|
|
81
87
|
Object.entries(size).map(([k, v]) => [k, sizeLineHeight(getVariableValue(v))])
|
|
82
88
|
),
|
|
@@ -95,10 +101,23 @@ export const createSystemFont = <A extends GenericFont>({
|
|
|
95
101
|
const headingLineHeight = (size: number) =>
|
|
96
102
|
Math.round(isNative ? size * 1.2 : size * 1.12 + 5)
|
|
97
103
|
|
|
104
|
+
// Geist is the Hanzo typeface; `@hanzogui/font-geist` is the one place it is
|
|
105
|
+
// described. The scale above stays as it is — a family is not a metric — so
|
|
106
|
+
// these bind the family and inherit every size, line height and weight.
|
|
107
|
+
//
|
|
108
|
+
// The families come from the package already resolved for the platform. Naming
|
|
109
|
+
// them again here would be a second source of truth, and it resolved off the
|
|
110
|
+
// local GUI_TARGET read below — which is only correct once something else has
|
|
111
|
+
// set that variable, so an unlucky module order rendered the mono face in the
|
|
112
|
+
// browser's default serif.
|
|
113
|
+
const sansFamily = geistSansFamily
|
|
114
|
+
const monoFamily = geistMonoFamily
|
|
115
|
+
|
|
98
116
|
export const fonts = {
|
|
99
|
-
body: createSystemFont(),
|
|
117
|
+
body: createSystemFont({ font: { family: sansFamily } }),
|
|
100
118
|
heading: createSystemFont({
|
|
101
119
|
font: {
|
|
120
|
+
family: sansFamily,
|
|
102
121
|
weight: {
|
|
103
122
|
0: '600',
|
|
104
123
|
6: '700',
|
|
@@ -107,6 +126,7 @@ export const fonts = {
|
|
|
107
126
|
},
|
|
108
127
|
sizeLineHeight: headingLineHeight,
|
|
109
128
|
}),
|
|
129
|
+
mono: createSystemFont({ font: { family: monoFamily } }),
|
|
110
130
|
}
|
|
111
131
|
|
|
112
132
|
export type V5Fonts = typeof fonts
|
package/src/v5-media.ts
CHANGED
|
@@ -27,9 +27,7 @@ export const media = {
|
|
|
27
27
|
|
|
28
28
|
// always false on native (can't hover on touch)
|
|
29
29
|
hoverable:
|
|
30
|
-
process.env.GUI_TARGET === 'native'
|
|
31
|
-
? ({ maxWidth: 0 } as never)
|
|
32
|
-
: { hover: 'hover' },
|
|
30
|
+
process.env.GUI_TARGET === 'native' ? ({ maxWidth: 0 } as never) : { hover: 'hover' },
|
|
33
31
|
|
|
34
32
|
// Max-width queries (desktop-first, ordered large-to-small so smaller wins)
|
|
35
33
|
'max-xxl': { maxWidth: breakpoints.xxl - mediaQueryForceNonOverlap },
|
package/types/config.d.ts
CHANGED
|
@@ -1,134 +1,5 @@
|
|
|
1
1
|
export declare const configWithoutAnimations: {
|
|
2
|
-
themes:
|
|
3
|
-
color1: string;
|
|
4
|
-
color2: string;
|
|
5
|
-
color3: string;
|
|
6
|
-
color4: string;
|
|
7
|
-
color5: string;
|
|
8
|
-
color6: string;
|
|
9
|
-
color7: string;
|
|
10
|
-
color8: string;
|
|
11
|
-
color9: string;
|
|
12
|
-
color10: string;
|
|
13
|
-
color11: string;
|
|
14
|
-
color12: string;
|
|
15
|
-
background: string;
|
|
16
|
-
backgroundHover: string;
|
|
17
|
-
backgroundPress: string;
|
|
18
|
-
backgroundFocus: string;
|
|
19
|
-
backgroundStrong: string;
|
|
20
|
-
backgroundTransparent: string;
|
|
21
|
-
color: string;
|
|
22
|
-
colorHover: string;
|
|
23
|
-
colorPress: string;
|
|
24
|
-
colorFocus: string;
|
|
25
|
-
colorTransparent: string;
|
|
26
|
-
borderColor: string;
|
|
27
|
-
borderColorHover: string;
|
|
28
|
-
borderColorFocus: string;
|
|
29
|
-
borderColorPress: string;
|
|
30
|
-
placeholderColor: string;
|
|
31
|
-
blue1: string;
|
|
32
|
-
blue2: string;
|
|
33
|
-
blue3: string;
|
|
34
|
-
blue4: string;
|
|
35
|
-
blue5: string;
|
|
36
|
-
blue6: string;
|
|
37
|
-
blue7: string;
|
|
38
|
-
blue8: string;
|
|
39
|
-
blue9: string;
|
|
40
|
-
blue10: string;
|
|
41
|
-
blue11: string;
|
|
42
|
-
blue12: string;
|
|
43
|
-
gray1: string;
|
|
44
|
-
gray2: string;
|
|
45
|
-
gray3: string;
|
|
46
|
-
gray4: string;
|
|
47
|
-
gray5: string;
|
|
48
|
-
gray6: string;
|
|
49
|
-
gray7: string;
|
|
50
|
-
gray8: string;
|
|
51
|
-
gray9: string;
|
|
52
|
-
gray10: string;
|
|
53
|
-
gray11: string;
|
|
54
|
-
gray12: string;
|
|
55
|
-
green1: string;
|
|
56
|
-
green2: string;
|
|
57
|
-
green3: string;
|
|
58
|
-
green4: string;
|
|
59
|
-
green5: string;
|
|
60
|
-
green6: string;
|
|
61
|
-
green7: string;
|
|
62
|
-
green8: string;
|
|
63
|
-
green9: string;
|
|
64
|
-
green10: string;
|
|
65
|
-
green11: string;
|
|
66
|
-
green12: string;
|
|
67
|
-
orange1: string;
|
|
68
|
-
orange2: string;
|
|
69
|
-
orange3: string;
|
|
70
|
-
orange4: string;
|
|
71
|
-
orange5: string;
|
|
72
|
-
orange6: string;
|
|
73
|
-
orange7: string;
|
|
74
|
-
orange8: string;
|
|
75
|
-
orange9: string;
|
|
76
|
-
orange10: string;
|
|
77
|
-
orange11: string;
|
|
78
|
-
orange12: string;
|
|
79
|
-
pink1: string;
|
|
80
|
-
pink2: string;
|
|
81
|
-
pink3: string;
|
|
82
|
-
pink4: string;
|
|
83
|
-
pink5: string;
|
|
84
|
-
pink6: string;
|
|
85
|
-
pink7: string;
|
|
86
|
-
pink8: string;
|
|
87
|
-
pink9: string;
|
|
88
|
-
pink10: string;
|
|
89
|
-
pink11: string;
|
|
90
|
-
pink12: string;
|
|
91
|
-
purple1: string;
|
|
92
|
-
purple2: string;
|
|
93
|
-
purple3: string;
|
|
94
|
-
purple4: string;
|
|
95
|
-
purple5: string;
|
|
96
|
-
purple6: string;
|
|
97
|
-
purple7: string;
|
|
98
|
-
purple8: string;
|
|
99
|
-
purple9: string;
|
|
100
|
-
purple10: string;
|
|
101
|
-
purple11: string;
|
|
102
|
-
purple12: string;
|
|
103
|
-
red1: string;
|
|
104
|
-
red2: string;
|
|
105
|
-
red3: string;
|
|
106
|
-
red4: string;
|
|
107
|
-
red5: string;
|
|
108
|
-
red6: string;
|
|
109
|
-
red7: string;
|
|
110
|
-
red8: string;
|
|
111
|
-
red9: string;
|
|
112
|
-
red10: string;
|
|
113
|
-
red11: string;
|
|
114
|
-
red12: string;
|
|
115
|
-
yellow1: string;
|
|
116
|
-
yellow2: string;
|
|
117
|
-
yellow3: string;
|
|
118
|
-
yellow4: string;
|
|
119
|
-
yellow5: string;
|
|
120
|
-
yellow6: string;
|
|
121
|
-
yellow7: string;
|
|
122
|
-
yellow8: string;
|
|
123
|
-
yellow9: string;
|
|
124
|
-
yellow10: string;
|
|
125
|
-
yellow11: string;
|
|
126
|
-
yellow12: string;
|
|
127
|
-
shadowColor: string;
|
|
128
|
-
shadowColorHover: string;
|
|
129
|
-
shadowColorPress: string;
|
|
130
|
-
shadowColorFocus: string;
|
|
131
|
-
}>;
|
|
2
|
+
themes: import("@hanzogui/themes/types/generated-new").Themes;
|
|
132
3
|
media: {
|
|
133
4
|
xl: {
|
|
134
5
|
maxWidth: number;
|
|
@@ -242,6 +113,18 @@ export declare const configWithoutAnimations: {
|
|
|
242
113
|
};
|
|
243
114
|
tokens: {
|
|
244
115
|
color: {
|
|
116
|
+
blue1Dark: import("@hanzogui/web").Variable<string>;
|
|
117
|
+
blue2Dark: import("@hanzogui/web").Variable<string>;
|
|
118
|
+
blue3Dark: import("@hanzogui/web").Variable<string>;
|
|
119
|
+
blue4Dark: import("@hanzogui/web").Variable<string>;
|
|
120
|
+
blue5Dark: import("@hanzogui/web").Variable<string>;
|
|
121
|
+
blue6Dark: import("@hanzogui/web").Variable<string>;
|
|
122
|
+
blue7Dark: import("@hanzogui/web").Variable<string>;
|
|
123
|
+
blue8Dark: import("@hanzogui/web").Variable<string>;
|
|
124
|
+
blue9Dark: import("@hanzogui/web").Variable<string>;
|
|
125
|
+
blue10Dark: import("@hanzogui/web").Variable<string>;
|
|
126
|
+
blue11Dark: import("@hanzogui/web").Variable<string>;
|
|
127
|
+
blue12Dark: import("@hanzogui/web").Variable<string>;
|
|
245
128
|
yellow1Dark: import("@hanzogui/web").Variable<string>;
|
|
246
129
|
yellow2Dark: import("@hanzogui/web").Variable<string>;
|
|
247
130
|
yellow3Dark: import("@hanzogui/web").Variable<string>;
|
|
@@ -326,18 +209,18 @@ export declare const configWithoutAnimations: {
|
|
|
326
209
|
gray10Dark: import("@hanzogui/web").Variable<string>;
|
|
327
210
|
gray11Dark: import("@hanzogui/web").Variable<string>;
|
|
328
211
|
gray12Dark: import("@hanzogui/web").Variable<string>;
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
212
|
+
blue1Light: import("@hanzogui/web").Variable<string>;
|
|
213
|
+
blue2Light: import("@hanzogui/web").Variable<string>;
|
|
214
|
+
blue3Light: import("@hanzogui/web").Variable<string>;
|
|
215
|
+
blue4Light: import("@hanzogui/web").Variable<string>;
|
|
216
|
+
blue5Light: import("@hanzogui/web").Variable<string>;
|
|
217
|
+
blue6Light: import("@hanzogui/web").Variable<string>;
|
|
218
|
+
blue7Light: import("@hanzogui/web").Variable<string>;
|
|
219
|
+
blue8Light: import("@hanzogui/web").Variable<string>;
|
|
220
|
+
blue9Light: import("@hanzogui/web").Variable<string>;
|
|
221
|
+
blue10Light: import("@hanzogui/web").Variable<string>;
|
|
222
|
+
blue11Light: import("@hanzogui/web").Variable<string>;
|
|
223
|
+
blue12Light: import("@hanzogui/web").Variable<string>;
|
|
341
224
|
yellow1Light: import("@hanzogui/web").Variable<string>;
|
|
342
225
|
yellow2Light: import("@hanzogui/web").Variable<string>;
|
|
343
226
|
yellow3Light: import("@hanzogui/web").Variable<string>;
|
|
@@ -422,18 +305,6 @@ export declare const configWithoutAnimations: {
|
|
|
422
305
|
gray10Light: import("@hanzogui/web").Variable<string>;
|
|
423
306
|
gray11Light: import("@hanzogui/web").Variable<string>;
|
|
424
307
|
gray12Light: import("@hanzogui/web").Variable<string>;
|
|
425
|
-
blue1Light: import("@hanzogui/web").Variable<string>;
|
|
426
|
-
blue2Light: import("@hanzogui/web").Variable<string>;
|
|
427
|
-
blue3Light: import("@hanzogui/web").Variable<string>;
|
|
428
|
-
blue4Light: import("@hanzogui/web").Variable<string>;
|
|
429
|
-
blue5Light: import("@hanzogui/web").Variable<string>;
|
|
430
|
-
blue6Light: import("@hanzogui/web").Variable<string>;
|
|
431
|
-
blue7Light: import("@hanzogui/web").Variable<string>;
|
|
432
|
-
blue8Light: import("@hanzogui/web").Variable<string>;
|
|
433
|
-
blue9Light: import("@hanzogui/web").Variable<string>;
|
|
434
|
-
blue10Light: import("@hanzogui/web").Variable<string>;
|
|
435
|
-
blue11Light: import("@hanzogui/web").Variable<string>;
|
|
436
|
-
blue12Light: import("@hanzogui/web").Variable<string>;
|
|
437
308
|
};
|
|
438
309
|
space: {
|
|
439
310
|
$0: import("@hanzogui/web").Variable<number>;
|
|
@@ -551,6 +422,18 @@ export declare const configWithoutAnimations: {
|
|
|
551
422
|
};
|
|
552
423
|
} & Omit<{
|
|
553
424
|
color: {
|
|
425
|
+
blue1Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
426
|
+
blue2Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
427
|
+
blue3Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
428
|
+
blue4Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
429
|
+
blue5Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
430
|
+
blue6Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
431
|
+
blue7Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
432
|
+
blue8Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
433
|
+
blue9Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
434
|
+
blue10Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
435
|
+
blue11Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
436
|
+
blue12Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
554
437
|
yellow1Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
555
438
|
yellow2Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
556
439
|
yellow3Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
@@ -635,18 +518,18 @@ export declare const configWithoutAnimations: {
|
|
|
635
518
|
gray10Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
636
519
|
gray11Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
637
520
|
gray12Dark: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
521
|
+
blue1Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
522
|
+
blue2Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
523
|
+
blue3Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
524
|
+
blue4Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
525
|
+
blue5Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
526
|
+
blue6Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
527
|
+
blue7Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
528
|
+
blue8Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
529
|
+
blue9Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
530
|
+
blue10Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
531
|
+
blue11Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
532
|
+
blue12Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
650
533
|
yellow1Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
651
534
|
yellow2Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
652
535
|
yellow3Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
@@ -731,18 +614,6 @@ export declare const configWithoutAnimations: {
|
|
|
731
614
|
gray10Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
732
615
|
gray11Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
733
616
|
gray12Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
734
|
-
blue1Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
735
|
-
blue2Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
736
|
-
blue3Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
737
|
-
blue4Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
738
|
-
blue5Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
739
|
-
blue6Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
740
|
-
blue7Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
741
|
-
blue8Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
742
|
-
blue9Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
743
|
-
blue10Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
744
|
-
blue11Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
745
|
-
blue12Light: import("@hanzogui/web").Variable<string | import("@hanzogui/web").Variable<string>>;
|
|
746
617
|
};
|
|
747
618
|
radius: {
|
|
748
619
|
0: import("@hanzogui/web").Variable<number>;
|
|
@@ -868,7 +739,7 @@ export declare const configWithoutAnimations: {
|
|
|
868
739
|
10: number;
|
|
869
740
|
};
|
|
870
741
|
transform: {
|
|
871
|
-
6: "
|
|
742
|
+
6: "none";
|
|
872
743
|
7: "none";
|
|
873
744
|
};
|
|
874
745
|
weight: {
|
package/types/config.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../src/config.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,uBAAuB
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../src/config.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmBV,CAAA"}
|
package/types/fonts.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const fonts: {
|
|
2
|
-
heading: import("@hanzogui/
|
|
2
|
+
heading: import("@hanzogui/web").FillInFont<{
|
|
3
3
|
size: {
|
|
4
4
|
5: number;
|
|
5
5
|
6: number;
|
|
@@ -7,7 +7,7 @@ export declare const fonts: {
|
|
|
7
7
|
10: number;
|
|
8
8
|
};
|
|
9
9
|
transform: {
|
|
10
|
-
6: "
|
|
10
|
+
6: "none";
|
|
11
11
|
7: "none";
|
|
12
12
|
};
|
|
13
13
|
weight: {
|
|
@@ -41,7 +41,7 @@ export declare const fonts: {
|
|
|
41
41
|
};
|
|
42
42
|
};
|
|
43
43
|
}, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 11 | 12 | 14 | 4 | 7 | 8 | 13 | "true">;
|
|
44
|
-
body: import("@hanzogui/
|
|
44
|
+
body: import("@hanzogui/web").FillInFont<import("@hanzogui/web").GenericFont, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 11 | 12 | 14 | 4 | 7 | 8 | 13 | "true">;
|
|
45
45
|
mono: {
|
|
46
46
|
weight: {
|
|
47
47
|
1: string;
|
|
@@ -65,6 +65,6 @@ export declare const fonts: {
|
|
|
65
65
|
16: number;
|
|
66
66
|
};
|
|
67
67
|
};
|
|
68
|
-
silkscreen: import("@hanzogui/
|
|
68
|
+
silkscreen: import("@hanzogui/web").FillInFont<import("@hanzogui/web").GenericFont, 9 | 15 | 1 | 10 | 3 | 2 | 5 | 6 | 16 | 11 | 12 | 14 | 4 | 7 | 8 | 13>;
|
|
69
69
|
};
|
|
70
70
|
//# sourceMappingURL=fonts.d.ts.map
|
package/types/fonts.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fonts.d.ts","sourceRoot":"","sources":["../src/fonts.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"fonts.d.ts","sourceRoot":"","sources":["../src/fonts.ts"],"names":[],"mappings":"AA+FA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKjB,CAAA"}
|