@hopper-ui/styled-system 0.2.2 → 0.2.4
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/CHANGELOG.md +13 -0
- package/dist/StyledSystemProvider.css +34 -34
- package/dist/StyledSystemProvider.js +19 -18
- package/dist/{chunk-ZO3DYLQJ.js → chunk-6Z3ODGLS.js} +3 -3
- package/dist/{chunk-IK6W4ZXH.js → chunk-A47SIZVA.js} +2 -2
- package/dist/{chunk-JQBON2KA.js → chunk-AHDDZ2BQ.js} +10 -5
- package/dist/{chunk-OHW5NUAW.js → chunk-C3BQSQFB.js} +3 -3
- package/dist/{chunk-Q3NLRNZN.js → chunk-HAB2KYRH.js} +1 -0
- package/dist/{chunk-35LDZFKX.js → chunk-HM4X5E4X.js} +2 -2
- package/dist/{chunk-RIR7BXVF.js → chunk-I7U75XRH.js} +18 -14
- package/dist/chunk-JFESGV6Z.js +26 -0
- package/dist/{chunk-ZQUJDDQL.js → chunk-LTBVOC66.js} +1 -1
- package/dist/{chunk-7HCELIKZ.js → chunk-NTEKQGZI.js} +7 -7
- package/dist/{chunk-U3SI5QXV.js → chunk-PCGVOTW3.js} +1 -0
- package/dist/{chunk-JBWKRDVA.js → chunk-RIORU7JO.js} +3 -2
- package/dist/{chunk-GYREQTEK.js → chunk-SFOVKOPG.js} +1 -1
- package/dist/{chunk-KUUJ37DW.js → chunk-T2LQYER5.js} +2 -2
- package/dist/{chunk-ZUVKM5DV.js → chunk-VBKLISDI.js} +4 -5
- package/dist/{chunk-IP7TYBR3.js → chunk-XTX4KVWI.js} +1 -1
- package/dist/{chunk-FYKLSVLR.js → chunk-Y5XP6E4D.js} +1 -1
- package/dist/{chunk-LU33LZMJ.js → chunk-Z33MPMW6.js} +1 -1
- package/dist/{chunk-2ITAI3PJ.js → chunk-ZKEMKHXY.js} +2 -1
- package/dist/color-scheme/ColorSchemeContext.js +1 -0
- package/dist/color-scheme/useColorScheme.js +2 -1
- package/dist/color-scheme/useColorSchemeValue.js +1 -0
- package/dist/global-styles/BodyStyleProvider.js +5 -4
- package/dist/html-wrappers/html.css +34 -34
- package/dist/html-wrappers/html.js +8 -7
- package/dist/html-wrappers/htmlElement.css +34 -34
- package/dist/html-wrappers/htmlElement.js +7 -6
- package/dist/index.css +34 -34
- package/dist/index.js +19 -18
- package/dist/responsive/BreakpointContext.d.ts +1 -1
- package/dist/responsive/BreakpointContext.js +2 -2
- package/dist/responsive/BreakpointProvider.js +3 -3
- package/dist/responsive/Breakpoints.js +1 -0
- package/dist/responsive/useResponsiveValue.js +3 -2
- package/dist/styled-system-props.js +1 -0
- package/dist/styled-system-root-css-class.js +2 -1
- package/dist/tokens/TokenProvider.js +7 -6
- package/dist/tokens/generated/dark-semantic-tokens.d.ts +1 -0
- package/dist/tokens/generated/dark-semantic-tokens.js +2 -1
- package/dist/tokens/generated/light-semantic-tokens.d.ts +1 -0
- package/dist/tokens/generated/light-semantic-tokens.js +2 -1
- package/dist/tokens/generated/styled-system-to-token-mappings.d.ts +1 -0
- package/dist/tokens/generated/styled-system-to-token-mappings.js +2 -1
- package/dist/tokens/token-mappings.d.ts +2 -0
- package/dist/tokens/token-mappings.js +5 -4
- package/dist/tokens/tokens.d.ts +2 -0
- package/dist/tokens/tokens.js +4 -3
- package/dist/useStyledSystem.css +31 -31
- package/dist/useStyledSystem.js +6 -5
- package/dist/utils/assertion.js +1 -0
- package/dist/utils/useInsertStyleElement.js +2 -1
- package/dist/utils/useIsomorphicInsertionEffect.js +1 -0
- package/dist/utils/useIsomorphicLayoutEffect.js +1 -0
- package/dist/utils/useMediaQuery.js +1 -0
- package/dist/utils/useThemeComputedStyle.js +2 -1
- package/package.json +2 -2
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
export { TokenProvider } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
4
|
-
import '../chunk-
|
|
5
|
-
import '../chunk-
|
|
1
|
+
export { TokenProvider } from '../chunk-6Z3ODGLS.js';
|
|
2
|
+
import '../chunk-A47SIZVA.js';
|
|
3
|
+
import '../chunk-ZKEMKHXY.js';
|
|
4
|
+
import '../chunk-HAB2KYRH.js';
|
|
5
|
+
import '../chunk-RIORU7JO.js';
|
|
6
6
|
import '../chunk-YPIK2HRL.js';
|
|
7
|
-
import '../chunk-
|
|
7
|
+
import '../chunk-LTBVOC66.js';
|
|
8
8
|
import '../chunk-U5R6ZXH3.js';
|
|
9
|
+
import '../chunk-JFESGV6Z.js';
|
|
@@ -184,6 +184,7 @@ declare const DarkSemanticTokens: {
|
|
|
184
184
|
"--hop-neutral-border-hover": string;
|
|
185
185
|
"--hop-neutral-border-active": string;
|
|
186
186
|
"--hop-neutral-surface-weak-hover": string;
|
|
187
|
+
"--hop-neutral-surface-weak-active": string;
|
|
187
188
|
"--hop-neutral-border-weakest": string;
|
|
188
189
|
"--hop-neutral-surface-weakest": string;
|
|
189
190
|
"--hop-warning-icon-weakest": string;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export { DarkSemanticTokens } from '../../chunk-
|
|
1
|
+
export { DarkSemanticTokens } from '../../chunk-ZKEMKHXY.js';
|
|
2
|
+
import '../../chunk-JFESGV6Z.js';
|
|
@@ -394,6 +394,7 @@ declare const SemanticTokens: {
|
|
|
394
394
|
"--hop-neutral-border-hover": string;
|
|
395
395
|
"--hop-neutral-border-active": string;
|
|
396
396
|
"--hop-neutral-surface-weak-hover": string;
|
|
397
|
+
"--hop-neutral-surface-weak-active": string;
|
|
397
398
|
"--hop-neutral-border-weakest": string;
|
|
398
399
|
"--hop-neutral-surface-weakest": string;
|
|
399
400
|
"--hop-warning-icon-weakest": string;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export { CoreTokens, SemanticTokens } from '../../chunk-
|
|
1
|
+
export { CoreTokens, SemanticTokens } from '../../chunk-HAB2KYRH.js';
|
|
2
|
+
import '../../chunk-JFESGV6Z.js';
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export { BackgroundColors, BorderColors, CoreSpace, DataVizColors, Elevation, FontFamily, FontSize, FontWeight, HopperColors, HopperVariablePrefix, IconColors, LineHeight, SemanticComplexMarginSpace, SemanticComplexPaddingSpace, SemanticSimpleMarginSpace, SemanticSimplePaddingSpace, Shape, TextColors } from '../../chunk-
|
|
1
|
+
export { BackgroundColors, BorderColors, CoreSpace, DataVizColors, Elevation, FontFamily, FontSize, FontWeight, HopperColors, HopperVariablePrefix, IconColors, LineHeight, SemanticComplexMarginSpace, SemanticComplexPaddingSpace, SemanticSimpleMarginSpace, SemanticSimplePaddingSpace, Shape, TextColors } from '../../chunk-PCGVOTW3.js';
|
|
2
|
+
import '../../chunk-JFESGV6Z.js';
|
|
@@ -489,6 +489,7 @@ declare const BackgroundColorMapping: {
|
|
|
489
489
|
"neutral-strong": string;
|
|
490
490
|
"neutral-hover": string;
|
|
491
491
|
"neutral-weak-hover": string;
|
|
492
|
+
"neutral-weak-active": string;
|
|
492
493
|
"neutral-weakest": string;
|
|
493
494
|
warning: string;
|
|
494
495
|
"warning-strong": string;
|
|
@@ -1008,6 +1009,7 @@ declare const BorderMapping: {
|
|
|
1008
1009
|
"neutral-strong": string;
|
|
1009
1010
|
"neutral-hover": string;
|
|
1010
1011
|
"neutral-weak-hover": string;
|
|
1012
|
+
"neutral-weak-active": string;
|
|
1011
1013
|
"neutral-weakest": string;
|
|
1012
1014
|
warning: string;
|
|
1013
1015
|
"warning-strong": string;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
export { BackgroundColorMapping, BorderMapping, BorderRadiusMapping, BoxShadowMapping, ColorExpressionTypes, ColorMapping, ComplexMarginMapping, ComplexPaddingMapping, DataVizColorMapping, DefaultBorderWidthAndStyle, FontFamilyMapping, FontSizeMapping, FontWeightMapping, IconColorMapping, LineHeightMapping, SimpleMarginMapping, SimplePaddingMapping, SizingMapping, SpaceMapping, TextColorMapping, getSystemValue, parseResponsiveSystemValue } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
4
|
-
import '../chunk-
|
|
1
|
+
export { BackgroundColorMapping, BorderMapping, BorderRadiusMapping, BoxShadowMapping, ColorExpressionTypes, ColorMapping, ComplexMarginMapping, ComplexPaddingMapping, DataVizColorMapping, DefaultBorderWidthAndStyle, FontFamilyMapping, FontSizeMapping, FontWeightMapping, IconColorMapping, LineHeightMapping, SimpleMarginMapping, SimplePaddingMapping, SizingMapping, SpaceMapping, TextColorMapping, getSystemValue, parseResponsiveSystemValue } from '../chunk-T2LQYER5.js';
|
|
2
|
+
import '../chunk-PCGVOTW3.js';
|
|
3
|
+
import '../chunk-SFOVKOPG.js';
|
|
4
|
+
import '../chunk-VBKLISDI.js';
|
|
5
5
|
import '../chunk-XUHDFZZL.js';
|
|
6
6
|
import '../chunk-U5R6ZXH3.js';
|
|
7
|
+
import '../chunk-JFESGV6Z.js';
|
package/dist/tokens/tokens.d.ts
CHANGED
|
@@ -395,6 +395,7 @@ declare const Tokens: {
|
|
|
395
395
|
"--hop-neutral-border-hover": string;
|
|
396
396
|
"--hop-neutral-border-active": string;
|
|
397
397
|
"--hop-neutral-surface-weak-hover": string;
|
|
398
|
+
"--hop-neutral-surface-weak-active": string;
|
|
398
399
|
"--hop-neutral-border-weakest": string;
|
|
399
400
|
"--hop-neutral-surface-weakest": string;
|
|
400
401
|
"--hop-warning-icon-weakest": string;
|
|
@@ -1063,6 +1064,7 @@ declare const Tokens: {
|
|
|
1063
1064
|
"--hop-neutral-border-hover": string;
|
|
1064
1065
|
"--hop-neutral-border-active": string;
|
|
1065
1066
|
"--hop-neutral-surface-weak-hover": string;
|
|
1067
|
+
"--hop-neutral-surface-weak-active": string;
|
|
1066
1068
|
"--hop-neutral-border-weakest": string;
|
|
1067
1069
|
"--hop-neutral-surface-weakest": string;
|
|
1068
1070
|
"--hop-warning-icon-weakest": string;
|
package/dist/tokens/tokens.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
export { Tokens } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { Tokens } from '../chunk-A47SIZVA.js';
|
|
2
|
+
import '../chunk-ZKEMKHXY.js';
|
|
3
|
+
import '../chunk-HAB2KYRH.js';
|
|
4
|
+
import '../chunk-JFESGV6Z.js';
|
package/dist/useStyledSystem.css
CHANGED
|
@@ -1,125 +1,125 @@
|
|
|
1
1
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/styled-system/src/UseStyledSystem.module.css/#css-module-data */
|
|
2
|
-
.UseStyledSystem-module__hop-b-
|
|
2
|
+
.UseStyledSystem-module__hop-b-hover___hm18j:hover {
|
|
3
3
|
--hop-b-hover: initial;
|
|
4
4
|
border: var(--hop-b-hover) !important;
|
|
5
5
|
}
|
|
6
|
-
.UseStyledSystem-module__hop-bb-
|
|
6
|
+
.UseStyledSystem-module__hop-bb-hover___21HKw:hover {
|
|
7
7
|
--hop-bb-hover: initial;
|
|
8
8
|
border-bottom: var(--hop-bb-hover) !important;
|
|
9
9
|
}
|
|
10
|
-
.UseStyledSystem-module__hop-bl-
|
|
10
|
+
.UseStyledSystem-module__hop-bl-hover___Grzt6:hover {
|
|
11
11
|
--hop-bl-hover: initial;
|
|
12
12
|
border-left: var(--hop-bl-hover) !important;
|
|
13
13
|
}
|
|
14
|
-
.UseStyledSystem-module__hop-br-
|
|
14
|
+
.UseStyledSystem-module__hop-br-hover___G7tk8:hover {
|
|
15
15
|
--hop-br-hover: initial;
|
|
16
16
|
border-right: var(--hop-br-hover) !important;
|
|
17
17
|
}
|
|
18
|
-
.UseStyledSystem-module__hop-bt-
|
|
18
|
+
.UseStyledSystem-module__hop-bt-hover___sm1qA:hover {
|
|
19
19
|
--hop-bt-hover: initial;
|
|
20
20
|
border-top: var(--hop-bt-hover) !important;
|
|
21
21
|
}
|
|
22
|
-
.UseStyledSystem-module__hop-b-
|
|
22
|
+
.UseStyledSystem-module__hop-b-focus___e1pDZ:focus-visible {
|
|
23
23
|
--hop-b-focus: initial;
|
|
24
24
|
border: var(--hop-b-focus) !important;
|
|
25
25
|
}
|
|
26
|
-
.UseStyledSystem-module__hop-bb-
|
|
26
|
+
.UseStyledSystem-module__hop-bb-focus___n1ebY:focus-visible {
|
|
27
27
|
--hop-bb-focus: initial;
|
|
28
28
|
border-bottom: var(--hop-bb-focus) !important;
|
|
29
29
|
}
|
|
30
|
-
.UseStyledSystem-module__hop-bl-
|
|
30
|
+
.UseStyledSystem-module__hop-bl-focus___pkLah:focus-visible {
|
|
31
31
|
--hop-bl-focus: initial;
|
|
32
32
|
border-left: var(--hop-bl-focus) !important;
|
|
33
33
|
}
|
|
34
|
-
.UseStyledSystem-module__hop-br-
|
|
34
|
+
.UseStyledSystem-module__hop-br-focus___EIC7F:focus-visible {
|
|
35
35
|
--hop-br-focus: initial;
|
|
36
36
|
border-right: var(--hop-br-focus) !important;
|
|
37
37
|
}
|
|
38
|
-
.UseStyledSystem-module__hop-bt-
|
|
38
|
+
.UseStyledSystem-module__hop-bt-focus___Hs3sj:focus-visible {
|
|
39
39
|
--hop-bt-focus: initial;
|
|
40
40
|
border-top: var(--hop-bt-focus) !important;
|
|
41
41
|
}
|
|
42
|
-
.UseStyledSystem-module__hop-b-
|
|
42
|
+
.UseStyledSystem-module__hop-b-active___ELBnY:active {
|
|
43
43
|
--hop-b-active: initial;
|
|
44
44
|
border: var(--hop-b-active) !important;
|
|
45
45
|
}
|
|
46
|
-
.UseStyledSystem-module__hop-bb-
|
|
46
|
+
.UseStyledSystem-module__hop-bb-active___0i1A8:active {
|
|
47
47
|
--hop-bb-active: initial;
|
|
48
48
|
border-bottom: var(--hop-bb-active) !important;
|
|
49
49
|
}
|
|
50
|
-
.UseStyledSystem-module__hop-bl-
|
|
50
|
+
.UseStyledSystem-module__hop-bl-active___fNBrE:active {
|
|
51
51
|
--hop-bl-active: initial;
|
|
52
52
|
border-left: var(--hop-bl-active) !important;
|
|
53
53
|
}
|
|
54
|
-
.UseStyledSystem-module__hop-br-
|
|
54
|
+
.UseStyledSystem-module__hop-br-active___fmCeI:active {
|
|
55
55
|
--hop-br-active: initial;
|
|
56
56
|
border-right: var(--hop-br-active) !important;
|
|
57
57
|
}
|
|
58
|
-
.UseStyledSystem-module__hop-bt-
|
|
58
|
+
.UseStyledSystem-module__hop-bt-active___gWcN8:active {
|
|
59
59
|
--hop-bt-active: initial;
|
|
60
60
|
border-top: var(--hop-bt-active) !important;
|
|
61
61
|
}
|
|
62
|
-
.UseStyledSystem-module__hop-bg-
|
|
62
|
+
.UseStyledSystem-module__hop-bg-hover___RJ8bQ:hover {
|
|
63
63
|
--hop-bg-hover: initial;
|
|
64
64
|
background-color: var(--hop-bg-hover) !important;
|
|
65
65
|
}
|
|
66
|
-
.UseStyledSystem-module__hop-bg-
|
|
66
|
+
.UseStyledSystem-module__hop-bg-focus___0wFZh:focus-visible {
|
|
67
67
|
--hop-bg-focus: initial;
|
|
68
68
|
background-color: var(--hop-bg-focus) !important;
|
|
69
69
|
}
|
|
70
|
-
.UseStyledSystem-module__hop-bg-
|
|
70
|
+
.UseStyledSystem-module__hop-bg-active___ClI7B:active {
|
|
71
71
|
--hop-bg-active: initial;
|
|
72
72
|
background-color: var(--hop-bg-active) !important;
|
|
73
73
|
}
|
|
74
|
-
.UseStyledSystem-module__hop-bs-
|
|
74
|
+
.UseStyledSystem-module__hop-bs-hover___n4AMX:hover {
|
|
75
75
|
--hop-bs-hover: initial;
|
|
76
76
|
box-shadow: var(--hop-bs-hover) !important;
|
|
77
77
|
}
|
|
78
|
-
.UseStyledSystem-module__hop-bs-
|
|
78
|
+
.UseStyledSystem-module__hop-bs-focus___EkVlA:focus-visible {
|
|
79
79
|
--hop-bs-focus: initial;
|
|
80
80
|
box-shadow: var(--hop-bs-focus) !important;
|
|
81
81
|
}
|
|
82
|
-
.UseStyledSystem-module__hop-bs-
|
|
82
|
+
.UseStyledSystem-module__hop-bs-active___jUKcJ:active {
|
|
83
83
|
--hop-bs-active: initial;
|
|
84
84
|
box-shadow: var(--hop-bs-active) !important;
|
|
85
85
|
}
|
|
86
|
-
.UseStyledSystem-module__hop-c-
|
|
86
|
+
.UseStyledSystem-module__hop-c-hover___Yszuq:hover {
|
|
87
87
|
--hop-c-hover: initial;
|
|
88
88
|
color: var(--hop-c-hover) !important;
|
|
89
89
|
}
|
|
90
|
-
.UseStyledSystem-module__hop-c-
|
|
90
|
+
.UseStyledSystem-module__hop-c-focus___R-D-d:focus-visible {
|
|
91
91
|
--hop-c-focus: initial;
|
|
92
92
|
color: var(--hop-c-focus) !important;
|
|
93
93
|
}
|
|
94
|
-
.UseStyledSystem-module__hop-c-
|
|
94
|
+
.UseStyledSystem-module__hop-c-active___iy--9:active {
|
|
95
95
|
--hop-c-active: initial;
|
|
96
96
|
color: var(--hop-c-active) !important;
|
|
97
97
|
}
|
|
98
|
-
.UseStyledSystem-module__hop-cs-
|
|
98
|
+
.UseStyledSystem-module__hop-cs-hover___OqIJ2:hover {
|
|
99
99
|
--hop-cs-hover: initial;
|
|
100
100
|
cursor: var(--hop-cs-hover) !important;
|
|
101
101
|
}
|
|
102
|
-
.UseStyledSystem-module__hop-f-
|
|
102
|
+
.UseStyledSystem-module__hop-f-hover___y-XLH:hover {
|
|
103
103
|
--hop-f-hover: initial;
|
|
104
104
|
fill: var(--hop-f-hover) !important;
|
|
105
105
|
}
|
|
106
|
-
.UseStyledSystem-module__hop-f-
|
|
106
|
+
.UseStyledSystem-module__hop-f-focus___NSIK4:focus-visible {
|
|
107
107
|
--hop-f-focus: initial;
|
|
108
108
|
fill: var(--hop-f-focus) !important;
|
|
109
109
|
}
|
|
110
|
-
.UseStyledSystem-module__hop-o-
|
|
110
|
+
.UseStyledSystem-module__hop-o-hover___rxxcZ:hover {
|
|
111
111
|
--hop-o-hover: initial;
|
|
112
112
|
opacity: var(--hop-o-hover) !important;
|
|
113
113
|
}
|
|
114
|
-
.UseStyledSystem-module__hop-o-
|
|
114
|
+
.UseStyledSystem-module__hop-o-focus___oO8-E:focus-visible {
|
|
115
115
|
--hop-o-focus: initial;
|
|
116
116
|
opacity: var(--hop-o-focus) !important;
|
|
117
117
|
}
|
|
118
|
-
.UseStyledSystem-module__hop-o-
|
|
118
|
+
.UseStyledSystem-module__hop-o-active___bYxsk:active {
|
|
119
119
|
--hop-o-active: initial;
|
|
120
120
|
opacity: var(--hop-o-active) !important;
|
|
121
121
|
}
|
|
122
|
-
.UseStyledSystem-module__hop-ol-
|
|
122
|
+
.UseStyledSystem-module__hop-ol-focus___bZPzq:focus-visible {
|
|
123
123
|
--hop-ol-focus: initial;
|
|
124
124
|
color: var(--hop-ol-focus) !important;
|
|
125
125
|
}
|
package/dist/useStyledSystem.js
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
export { isStyledSystemProp, useStyledSystem } from './chunk-
|
|
2
|
-
import './chunk-
|
|
3
|
-
import './chunk-
|
|
4
|
-
import './chunk-
|
|
5
|
-
import './chunk-
|
|
1
|
+
export { isStyledSystemProp, useStyledSystem } from './chunk-I7U75XRH.js';
|
|
2
|
+
import './chunk-T2LQYER5.js';
|
|
3
|
+
import './chunk-PCGVOTW3.js';
|
|
4
|
+
import './chunk-SFOVKOPG.js';
|
|
5
|
+
import './chunk-VBKLISDI.js';
|
|
6
6
|
import './chunk-XUHDFZZL.js';
|
|
7
7
|
import './chunk-U5R6ZXH3.js';
|
|
8
8
|
import './chunk-I37Y2R7V.js';
|
|
9
|
+
import './chunk-JFESGV6Z.js';
|
package/dist/utils/assertion.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hopper-ui/styled-system",
|
|
3
3
|
"author": "Workleap",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.4",
|
|
5
5
|
"description": "The styled-system package.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"tsup": "7.2.0",
|
|
68
68
|
"type-fest": "4.7.1",
|
|
69
69
|
"typescript": "5.2.2",
|
|
70
|
-
"@hopper-ui/tokens": "3.1.
|
|
70
|
+
"@hopper-ui/tokens": "3.1.3"
|
|
71
71
|
},
|
|
72
72
|
"scripts": {
|
|
73
73
|
"dev": "tsup --config ./tsup.dev.ts",
|