@hopper-ui/styled-system 3.2.2 → 3.2.3
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 +10 -0
- package/dist/StyledSystemProvider.css +34 -34
- package/dist/StyledSystemProvider.js +10 -10
- package/dist/{chunk-2B3FQDBI.js → chunk-2MXOW5MU.js} +1 -1
- package/dist/{chunk-ASSKAO2A.js → chunk-3QXVL3DW.js} +1 -0
- package/dist/{chunk-VYSHJ4BC.js → chunk-4QYOTBJP.js} +4 -4
- package/dist/{chunk-46R7LA5R.js → chunk-KYJN33SJ.js} +1 -1
- package/dist/{chunk-ODDLVJ3T.js → chunk-LBDCVPO6.js} +1 -1
- package/dist/{chunk-UR27V3AY.js → chunk-O7B7VLBY.js} +2 -2
- package/dist/{chunk-WMA6YQHA.js → chunk-UOBQPWH7.js} +2 -2
- package/dist/{chunk-F5DBKR5B.js → chunk-V5HCC3TD.js} +1 -1
- package/dist/{chunk-YFZ3HPSH.js → chunk-VXORJDJA.js} +2 -2
- package/dist/global-styles/BodyStyleProvider.js +2 -2
- package/dist/html-wrappers/html.css +34 -34
- package/dist/html-wrappers/html.js +6 -6
- package/dist/html-wrappers/htmlElement.css +34 -34
- package/dist/html-wrappers/htmlElement.js +5 -5
- package/dist/index.css +34 -34
- package/dist/index.js +10 -10
- package/dist/styledSystemRootCssClass.js +2 -2
- package/dist/theme/generated/sharegate/dark.css +260 -259
- package/dist/theme/generated/sharegate/light.css +218 -217
- package/dist/theme/generated/workleap/dark.css +14 -13
- package/dist/theme/generated/workleap/light.css +14 -13
- package/dist/tokens/generated/styledSystemConstants.d.ts +1 -1
- package/dist/tokens/generated/styledSystemConstants.js +1 -1
- package/dist/tokens/generated/styledSystemToTokenMappings.d.ts +1 -0
- package/dist/tokens/generated/styledSystemToTokenMappings.js +1 -1
- package/dist/tokens/tokenMappings.d.ts +36 -35
- package/dist/tokens/tokenMappings.js +3 -3
- package/dist/useStyledSystem.css +31 -31
- package/dist/useStyledSystem.js +4 -4
- package/package.json +2 -2
|
@@ -505,6 +505,7 @@ declare const BackgroundColorMapping: {
|
|
|
505
505
|
"danger-weak": string;
|
|
506
506
|
"danger-weak-hover": string;
|
|
507
507
|
"danger-weak-press": string;
|
|
508
|
+
"danger-weak-selected": string;
|
|
508
509
|
"neutral-active": string;
|
|
509
510
|
"neutral-weak-active": string;
|
|
510
511
|
neutral: string;
|
|
@@ -3112,46 +3113,46 @@ declare const IconColorMapping: {
|
|
|
3112
3113
|
"success-weak": string;
|
|
3113
3114
|
warning: string;
|
|
3114
3115
|
"warning-weak": string;
|
|
3115
|
-
"danger-weakest": string;
|
|
3116
3116
|
"neutral-strong-hover": string;
|
|
3117
|
+
"danger-weakest": string;
|
|
3117
3118
|
"upsell-weakest": string;
|
|
3118
3119
|
"information-weakest": string;
|
|
3119
3120
|
"success-weakest": string;
|
|
3120
3121
|
"warning-weakest": string;
|
|
3121
3122
|
};
|
|
3122
|
-
declare const BoxShadowMapping: Record<"
|
|
3123
|
-
declare const FontSizeMapping: Record<"heading-3xl" | "heading-2xl" | "heading-xl" | "heading-lg" | "heading-md" | "heading-sm" | "heading-xs" | "heading-xs-medium" | "overline" | "body-2xl" | "body-xl" | "body-lg" | "body-lg-medium" | "body-lg-semibold" | "body-lg-bold" | "body-lg-underline" | "body-md" | "body-md-medium" | "body-md-semibold" | "body-md-bold" | "body-md-underline" | "body-sm" | "body-sm-medium" | "body-sm-semibold" | "body-sm-bold" | "body-sm-underline" | "body-xs" | "body-xs-medium" | "body-xs-semibold" | "body-xs-bold" | "body-xs-underline" | "accent-lg" | "accent-sm" | "core_120" | "core_140" | "
|
|
3124
|
-
declare const FontWeightMapping: Record<"heading-3xl" | "heading-2xl" | "heading-xl" | "heading-lg" | "heading-md" | "heading-sm" | "heading-xs" | "heading-xs-medium" | "overline" | "body-2xl" | "body-xl" | "body-lg" | "body-lg-medium" | "body-lg-semibold" | "body-lg-bold" | "body-lg-underline" | "body-md" | "body-md-medium" | "body-md-semibold" | "body-md-bold" | "body-md-underline" | "body-sm" | "body-sm-medium" | "body-sm-semibold" | "body-sm-bold" | "body-sm-underline" | "body-xs" | "body-xs-medium" | "body-xs-semibold" | "body-xs-bold" | "body-xs-underline" | "accent-lg" | "accent-sm" | "
|
|
3123
|
+
declare const BoxShadowMapping: Record<"none" | "core_none" | "core_sm" | "core_md" | "core_lg" | "raised" | "lifted" | "floating", string>;
|
|
3124
|
+
declare const FontSizeMapping: Record<"core_160" | "core_240" | "core_320" | "core_480" | "heading-3xl" | "heading-2xl" | "heading-xl" | "heading-lg" | "heading-md" | "heading-sm" | "heading-xs" | "heading-xs-medium" | "overline" | "body-2xl" | "body-xl" | "body-lg" | "body-lg-medium" | "body-lg-semibold" | "body-lg-bold" | "body-lg-underline" | "body-md" | "body-md-medium" | "body-md-semibold" | "body-md-bold" | "body-md-underline" | "body-sm" | "body-sm-medium" | "body-sm-semibold" | "body-sm-bold" | "body-sm-underline" | "body-xs" | "body-xs-medium" | "body-xs-semibold" | "body-xs-bold" | "body-xs-underline" | "accent-lg" | "accent-sm" | "core_120" | "core_140" | "core_180" | "core_200" | "core_280" | "core_360", string>;
|
|
3125
|
+
declare const FontWeightMapping: Record<"core_400" | "heading-3xl" | "heading-2xl" | "heading-xl" | "heading-lg" | "heading-md" | "heading-sm" | "heading-xs" | "heading-xs-medium" | "overline" | "body-2xl" | "body-xl" | "body-lg" | "body-lg-medium" | "body-lg-semibold" | "body-lg-bold" | "body-lg-underline" | "body-md" | "body-md-medium" | "body-md-semibold" | "body-md-bold" | "body-md-underline" | "body-sm" | "body-sm-medium" | "body-sm-semibold" | "body-sm-bold" | "body-sm-underline" | "body-xs" | "body-xs-medium" | "body-xs-semibold" | "body-xs-bold" | "body-xs-underline" | "accent-lg" | "accent-sm" | "core_410" | "core_505" | "core_580" | "core_590" | "core_680" | "core_690", string>;
|
|
3125
3126
|
declare const LineHeightMapping: Record<"heading-3xl" | "heading-2xl" | "heading-xl" | "heading-lg" | "heading-md" | "heading-sm" | "heading-xs" | "heading-xs-medium" | "overline" | "body-2xl" | "body-xl" | "body-lg" | "body-lg-medium" | "body-lg-semibold" | "body-lg-bold" | "body-lg-underline" | "body-md" | "body-md-medium" | "body-md-semibold" | "body-md-bold" | "body-md-underline" | "body-sm" | "body-sm-medium" | "body-sm-semibold" | "body-sm-bold" | "body-sm-underline" | "body-xs" | "body-xs-medium" | "body-xs-semibold" | "body-xs-bold" | "body-xs-underline" | "accent-lg" | "accent-sm" | "core_1-125" | "core_1-14" | "core_1-20" | "core_1-25" | "core_1-33" | "core_1-4285" | "core_1-50", string>;
|
|
3126
3127
|
declare const FontFamilyMapping: Record<"core_primary" | "core_secondary" | "core_tertiary" | "heading-3xl" | "heading-2xl" | "heading-xl" | "heading-lg" | "heading-md" | "heading-sm" | "heading-xs" | "heading-xs-medium" | "overline" | "body-2xl" | "body-xl" | "body-lg" | "body-lg-medium" | "body-lg-semibold" | "body-lg-bold" | "body-lg-underline" | "body-md" | "body-md-medium" | "body-md-semibold" | "body-md-bold" | "body-md-underline" | "body-sm" | "body-sm-medium" | "body-sm-semibold" | "body-sm-bold" | "body-sm-underline" | "body-xs" | "body-xs-medium" | "body-xs-semibold" | "body-xs-bold" | "body-xs-underline" | "accent-lg" | "accent-sm", string>;
|
|
3127
|
-
declare const BorderRadiusMapping: Record<"core_0" | "core_1" | "core_2" | "core_3" | "core_4" | "core_9999" | "
|
|
3128
|
+
declare const BorderRadiusMapping: Record<"circle" | "core_0" | "core_1" | "core_2" | "core_3" | "core_4" | "core_9999" | "pill" | "rounded-lg" | "rounded-md" | "rounded-sm", string>;
|
|
3128
3129
|
declare const SpaceMapping: {
|
|
3129
|
-
core_400: string;
|
|
3130
|
-
core_160: string;
|
|
3131
|
-
core_240: string;
|
|
3132
|
-
core_320: string;
|
|
3133
|
-
core_480: string;
|
|
3134
3130
|
core_0: string;
|
|
3135
3131
|
core_10: string;
|
|
3136
3132
|
core_20: string;
|
|
3137
3133
|
core_40: string;
|
|
3138
3134
|
core_80: string;
|
|
3135
|
+
core_160: string;
|
|
3136
|
+
core_240: string;
|
|
3137
|
+
core_320: string;
|
|
3138
|
+
core_400: string;
|
|
3139
|
+
core_480: string;
|
|
3139
3140
|
core_640: string;
|
|
3140
3141
|
core_800: string;
|
|
3141
3142
|
core_960: string;
|
|
3142
3143
|
core_1280: string;
|
|
3143
3144
|
};
|
|
3144
3145
|
declare const SimplePaddingMapping: {
|
|
3145
|
-
core_400: string;
|
|
3146
|
-
core_160: string;
|
|
3147
|
-
core_240: string;
|
|
3148
|
-
core_320: string;
|
|
3149
|
-
core_480: string;
|
|
3150
3146
|
core_0: string;
|
|
3151
3147
|
core_10: string;
|
|
3152
3148
|
core_20: string;
|
|
3153
3149
|
core_40: string;
|
|
3154
3150
|
core_80: string;
|
|
3151
|
+
core_160: string;
|
|
3152
|
+
core_240: string;
|
|
3153
|
+
core_320: string;
|
|
3154
|
+
core_400: string;
|
|
3155
|
+
core_480: string;
|
|
3155
3156
|
core_640: string;
|
|
3156
3157
|
core_800: string;
|
|
3157
3158
|
core_960: string;
|
|
@@ -3169,16 +3170,16 @@ declare const ComplexPaddingMapping: {
|
|
|
3169
3170
|
"inset-stretch-sm": string;
|
|
3170
3171
|
"inset-stretch-md": string;
|
|
3171
3172
|
"inset-stretch-lg": string;
|
|
3172
|
-
core_400: string;
|
|
3173
|
-
core_160: string;
|
|
3174
|
-
core_240: string;
|
|
3175
|
-
core_320: string;
|
|
3176
|
-
core_480: string;
|
|
3177
3173
|
core_0: string;
|
|
3178
3174
|
core_10: string;
|
|
3179
3175
|
core_20: string;
|
|
3180
3176
|
core_40: string;
|
|
3181
3177
|
core_80: string;
|
|
3178
|
+
core_160: string;
|
|
3179
|
+
core_240: string;
|
|
3180
|
+
core_320: string;
|
|
3181
|
+
core_400: string;
|
|
3182
|
+
core_480: string;
|
|
3182
3183
|
core_640: string;
|
|
3183
3184
|
core_800: string;
|
|
3184
3185
|
core_960: string;
|
|
@@ -3190,16 +3191,16 @@ declare const ComplexPaddingMapping: {
|
|
|
3190
3191
|
"inset-xl": string;
|
|
3191
3192
|
};
|
|
3192
3193
|
declare const SimpleMarginMapping: {
|
|
3193
|
-
core_400: string;
|
|
3194
|
-
core_160: string;
|
|
3195
|
-
core_240: string;
|
|
3196
|
-
core_320: string;
|
|
3197
|
-
core_480: string;
|
|
3198
3194
|
core_0: string;
|
|
3199
3195
|
core_10: string;
|
|
3200
3196
|
core_20: string;
|
|
3201
3197
|
core_40: string;
|
|
3202
3198
|
core_80: string;
|
|
3199
|
+
core_160: string;
|
|
3200
|
+
core_240: string;
|
|
3201
|
+
core_320: string;
|
|
3202
|
+
core_400: string;
|
|
3203
|
+
core_480: string;
|
|
3203
3204
|
core_640: string;
|
|
3204
3205
|
core_800: string;
|
|
3205
3206
|
core_960: string;
|
|
@@ -3216,16 +3217,16 @@ declare const SimpleMarginMapping: {
|
|
|
3216
3217
|
"inline-xl": string;
|
|
3217
3218
|
};
|
|
3218
3219
|
declare const ComplexMarginMapping: {
|
|
3219
|
-
core_400: string;
|
|
3220
|
-
core_160: string;
|
|
3221
|
-
core_240: string;
|
|
3222
|
-
core_320: string;
|
|
3223
|
-
core_480: string;
|
|
3224
3220
|
core_0: string;
|
|
3225
3221
|
core_10: string;
|
|
3226
3222
|
core_20: string;
|
|
3227
3223
|
core_40: string;
|
|
3228
3224
|
core_80: string;
|
|
3225
|
+
core_160: string;
|
|
3226
|
+
core_240: string;
|
|
3227
|
+
core_320: string;
|
|
3228
|
+
core_400: string;
|
|
3229
|
+
core_480: string;
|
|
3229
3230
|
core_640: string;
|
|
3230
3231
|
core_800: string;
|
|
3231
3232
|
core_960: string;
|
|
@@ -3265,16 +3266,16 @@ declare const SizingMapping: {
|
|
|
3265
3266
|
"3/6": string;
|
|
3266
3267
|
"4/6": string;
|
|
3267
3268
|
"5/6": string;
|
|
3268
|
-
core_400: string;
|
|
3269
|
-
core_160: string;
|
|
3270
|
-
core_240: string;
|
|
3271
|
-
core_320: string;
|
|
3272
|
-
core_480: string;
|
|
3273
3269
|
core_0: string;
|
|
3274
3270
|
core_10: string;
|
|
3275
3271
|
core_20: string;
|
|
3276
3272
|
core_40: string;
|
|
3277
3273
|
core_80: string;
|
|
3274
|
+
core_160: string;
|
|
3275
|
+
core_240: string;
|
|
3276
|
+
core_320: string;
|
|
3277
|
+
core_400: string;
|
|
3278
|
+
core_480: string;
|
|
3278
3279
|
core_640: string;
|
|
3279
3280
|
core_800: string;
|
|
3280
3281
|
core_960: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { BackgroundColorMapping, BorderMapping, BorderRadiusMapping, BoxShadowMapping, ColorExpressionTypes, ColorMapping, ComplexMarginMapping, ComplexPaddingMapping, DataVizColorMapping, DefaultBorderWidthAndStyle, DefaultOutlineWidthAndStyle, FontFamilyMapping, FontSizeMapping, FontWeightMapping, GradientColorMapping, IconColorMapping, LineHeightMapping, OutlineMapping, SimpleMarginMapping, SimplePaddingMapping, SizingMapping, SpaceMapping, TextColorMapping, getSizingValue, getSystemValue, parseResponsiveSystemValue } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { BackgroundColorMapping, BorderMapping, BorderRadiusMapping, BoxShadowMapping, ColorExpressionTypes, ColorMapping, ComplexMarginMapping, ComplexPaddingMapping, DataVizColorMapping, DefaultBorderWidthAndStyle, DefaultOutlineWidthAndStyle, FontFamilyMapping, FontSizeMapping, FontWeightMapping, GradientColorMapping, IconColorMapping, LineHeightMapping, OutlineMapping, SimpleMarginMapping, SimplePaddingMapping, SizingMapping, SpaceMapping, TextColorMapping, getSizingValue, getSystemValue, parseResponsiveSystemValue } from '../chunk-VXORJDJA.js';
|
|
2
|
+
import '../chunk-3QXVL3DW.js';
|
|
3
3
|
import '../chunk-FTYK7Z7Q.js';
|
|
4
4
|
import '../chunk-U5R6ZXH3.js';
|
|
5
5
|
import '../chunk-VBKLISDI.js';
|
|
6
6
|
import '../chunk-XUHDFZZL.js';
|
|
7
|
-
import '../chunk-
|
|
7
|
+
import '../chunk-KYJN33SJ.js';
|
|
8
8
|
import '../chunk-AQ5VUG5P.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___SfWlC: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___MxevL: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___RXaT8: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___EJMZ2: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___7W7Vr: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___dGU-W: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___zqfPj: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___Mx9Dq: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___T98D0: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___Yafpm: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___OLZn0: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___jdV9v: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___tlzAO: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___EPgIq: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___dh8uF: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___qB25N: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___McFCo: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___1s9r1: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___tXHvr: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___noYce: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___jcXM1: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___mKoDI: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___8H9gk: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___RRQ1U: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___fvS5L: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___4hcNR: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___-F6ea: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___lf1Ev: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___yv0l1: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___3INiY: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___cvdxl:focus-visible {
|
|
123
123
|
--hop-ol-focus: initial;
|
|
124
124
|
outline: var(--hop-ol-focus) !important;
|
|
125
125
|
}
|
package/dist/useStyledSystem.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export { isStyledSystemProp, useStyledSystem } from './chunk-
|
|
2
|
-
import './chunk-
|
|
3
|
-
import './chunk-
|
|
1
|
+
export { isStyledSystemProp, useStyledSystem } from './chunk-O7B7VLBY.js';
|
|
2
|
+
import './chunk-VXORJDJA.js';
|
|
3
|
+
import './chunk-3QXVL3DW.js';
|
|
4
4
|
import './chunk-FTYK7Z7Q.js';
|
|
5
5
|
import './chunk-U5R6ZXH3.js';
|
|
6
6
|
import './chunk-VBKLISDI.js';
|
|
7
7
|
import './chunk-XUHDFZZL.js';
|
|
8
8
|
import './chunk-QMDDVBCZ.js';
|
|
9
|
-
import './chunk-
|
|
9
|
+
import './chunk-KYJN33SJ.js';
|
|
10
10
|
import './chunk-AQ5VUG5P.js';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hopper-ui/styled-system",
|
|
3
3
|
"author": "Workleap",
|
|
4
|
-
"version": "3.2.
|
|
4
|
+
"version": "3.2.3",
|
|
5
5
|
"description": "The styled-system package.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": {
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"tsup": "8.5.0",
|
|
75
75
|
"typescript": "5.5.4",
|
|
76
76
|
"typescript-eslint": "8.46.2",
|
|
77
|
-
"@hopper-ui/tokens": "5.2.
|
|
77
|
+
"@hopper-ui/tokens": "5.2.3"
|
|
78
78
|
},
|
|
79
79
|
"scripts": {
|
|
80
80
|
"dev": "tsup --config ./tsup.dev.ts",
|