@hopper-ui/styled-system 3.1.3 → 3.1.5

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.
Files changed (33) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist/StyledSystemProvider.css +34 -34
  3. package/dist/StyledSystemProvider.js +10 -10
  4. package/dist/{chunk-27SCT55Q.js → chunk-G2QS6F7Q.js} +4 -4
  5. package/dist/{chunk-SUNZMIKY.js → chunk-GGYIPOQF.js} +1 -1
  6. package/dist/{chunk-V4SZIQDT.js → chunk-I7K5HESC.js} +1 -1
  7. package/dist/{chunk-LMCQIGNN.js → chunk-J7KRNWQE.js} +3 -1
  8. package/dist/{chunk-4YFSACW6.js → chunk-K73UXYAA.js} +2 -2
  9. package/dist/{chunk-OCABBGWW.js → chunk-KGW2NJ7M.js} +2 -2
  10. package/dist/{chunk-6GS36OEX.js → chunk-OYD4MUW4.js} +1 -1
  11. package/dist/{chunk-FCWLC3QK.js → chunk-PY76LCOE.js} +1 -1
  12. package/dist/{chunk-ETK4HNMY.js → chunk-UC6WKY7Q.js} +2 -2
  13. package/dist/global-styles/BodyStyleProvider.js +2 -2
  14. package/dist/html-wrappers/html.css +34 -34
  15. package/dist/html-wrappers/html.js +6 -6
  16. package/dist/html-wrappers/htmlElement.css +34 -34
  17. package/dist/html-wrappers/htmlElement.js +5 -5
  18. package/dist/index.css +34 -34
  19. package/dist/index.js +10 -10
  20. package/dist/styledSystemRootCssClass.js +2 -2
  21. package/dist/theme/generated/sharegate/dark.css +4 -2
  22. package/dist/theme/generated/sharegate/light.css +85 -7
  23. package/dist/theme/generated/workleap/dark.css +4 -2
  24. package/dist/theme/generated/workleap/light.css +80 -2
  25. package/dist/tokens/generated/styledSystemConstants.d.ts +1 -1
  26. package/dist/tokens/generated/styledSystemConstants.js +1 -1
  27. package/dist/tokens/generated/styledSystemToTokenMappings.d.ts +3 -1
  28. package/dist/tokens/generated/styledSystemToTokenMappings.js +1 -1
  29. package/dist/tokens/tokenMappings.d.ts +1 -1
  30. package/dist/tokens/tokenMappings.js +3 -3
  31. package/dist/useStyledSystem.css +31 -31
  32. package/dist/useStyledSystem.js +4 -4
  33. package/package.json +2 -2
@@ -2,7 +2,14 @@
2
2
  * This file is generated by Style Dictionary. Do not edit directly.
3
3
  */
4
4
 
5
- .hop-5-1-3-workleap {
5
+ .hop-5-1-5-workleap {
6
+ --hop-comp-switch-thumb-filter-selected: none;
7
+ --hop-comp-switch-thumb-filter: none;
8
+ --hop-comp-switch-track-box-shadow: none;
9
+ --hop-comp-switch-track-filter: none;
10
+ --hop-comp-segmented-control-item-box-shadow-disabled: none;
11
+ --hop-comp-segmented-control-item-box-shadow-selected: none;
12
+ --hop-comp-segmented-control-box-shadow: none;
6
13
  --hop-comp-button-ghost-disabled-border-color: transparent;
7
14
  --hop-comp-button-ghost-disabled-background-color: transparent;
8
15
  --hop-comp-button-ghost-danger-border-color: transparent;
@@ -345,7 +352,9 @@
345
352
  --hop-font-family-tertiary: 'ABC Favorit Mono', Consolas, 'SF Mono', monospace;
346
353
  --hop-font-family-secondary: 'Inter', Helvetica, Arial, sans-serif;
347
354
  --hop-font-family-primary: 'ABC Favorit', Helvetica, Arial, sans-serif;
348
- --hop-shadow-inset-bevel: 0 2px 1px 0 rgba(255, 255, 255, 0.25) inset, 0 -2px 2px 0 rgba(0, 0, 0, 0.25) inset;
355
+ --hop-shadow-tactility-control: 1.5px 1.5px 1.5px 0 rgba(0, 0, 0, 0.03), -5px -5px 20px 0 rgba(255, 255, 255, 0.2), 0.5px 1.5px 5px 0 rgba(0, 0, 0, 0.1) inset, -2.5px 2.5px 5px 0 rgba(255, 255, 255, 0.5) inset;
356
+ --hop-shadow-tactility-card: 0 12px 12px 0 rgba(0, 0, 0, 0.05);
357
+ --hop-shadow-tactility-button: 0 2px 1px 0 rgba(255, 255, 255, 0.25) inset, 0 -2px 2px 0 rgba(0, 0, 0, 0.25) inset;
349
358
  --hop-shadow-lg: 0 10px 18px 8px rgba(60, 60, 60, 0.08);
350
359
  --hop-shadow-md: 0 4px 10px 4px rgba(60, 60, 60, 0.08);
351
360
  --hop-shadow-sm: 0 1px 6px 0 rgba(60, 60, 60, 0.10);
@@ -521,6 +530,8 @@
521
530
  --hop-coastal-75: #bae6ff;
522
531
  --hop-coastal-50: #d9efff;
523
532
  --hop-coastal-25: #f0f8ff;
533
+ --hop-comp-radio-box-shadow: var(--hop-shadow-none);
534
+ --hop-comp-checkbox-box-shadow: var(--hop-shadow-none);
524
535
  --hop-comp-card-second-level-box-shadow: var(--hop-shadow-none);
525
536
  --hop-comp-card-main-box-shadow: var(--hop-shadow-none);
526
537
  --hop-comp-button-ghost-danger-box-shadow: var(--hop-shadow-none);
@@ -1234,6 +1245,47 @@
1234
1245
  --hop-space-stack-md: var(--hop-space-160);
1235
1246
  --hop-space-stack-sm: var(--hop-space-80);
1236
1247
  --hop-space-stack-xs: var(--hop-space-40);
1248
+ --hop-comp-mark-indicator-color-error: var(--hop-danger-icon-strong);
1249
+ --hop-comp-mark-indicator-color-disabled: var(--hop-neutral-icon-disabled);
1250
+ --hop-comp-mark-indicator-color: var(--hop-neutral-icon-selected);
1251
+ --hop-comp-mark-border-color-error-focus: var(--hop-danger-border-press);
1252
+ --hop-comp-mark-background-color-error-focus: var(--hop-danger-surface);
1253
+ --hop-comp-mark-background-color-error-press: var(--hop-danger-surface-weak-press);
1254
+ --hop-comp-mark-background-color-error-hover: var(--hop-danger-surface-weak-hover);
1255
+ --hop-comp-mark-border-color-error-press: var(--hop-danger-border-press);
1256
+ --hop-comp-mark-border-color-error: var(--hop-danger-border-strong);
1257
+ --hop-comp-mark-border-color-disabled: var(--hop-neutral-border-disabled);
1258
+ --hop-comp-mark-border-color-focus: var(--hop-primary-border-focus);
1259
+ --hop-comp-mark-border-color-selected: var(--hop-neutral-border-selected);
1260
+ --hop-comp-mark-border-color-press: var(--hop-neutral-border-press);
1261
+ --hop-comp-mark-border-color-hover: var(--hop-neutral-border-hover);
1262
+ --hop-comp-mark-border-color: var(--hop-neutral-border);
1263
+ --hop-comp-mark-background-color-error: var(--hop-danger-surface-strong);
1264
+ --hop-comp-mark-background-color-disabled: var(--hop-neutral-surface-disabled);
1265
+ --hop-comp-mark-background-color-selected: var(--hop-neutral-surface-selected);
1266
+ --hop-comp-mark-background-color-press: var(--hop-neutral-surface-press);
1267
+ --hop-comp-mark-background-color-hover: var(--hop-neutral-surface-hover);
1268
+ --hop-comp-mark-background-color: var(--hop-neutral-surface);
1269
+ --hop-comp-radio-border-radius: var(--hop-shape-circle);
1270
+ --hop-comp-checkbox-border-radius: var(--hop-shape-rounded-sm);
1271
+ --hop-comp-label-icon-color-error-press: var(--hop-danger-icon-weak-press);
1272
+ --hop-comp-label-icon-color-error-hover: var(--hop-danger-icon-weak-hover);
1273
+ --hop-comp-label-icon-color-error: var(--hop-danger-icon-weak);
1274
+ --hop-comp-label-icon-color-focus: var(--hop-neutral-icon-hover);
1275
+ --hop-comp-label-icon-color-disabled: var(--hop-neutral-icon-disabled);
1276
+ --hop-comp-label-icon-color-selected: var(--hop-neutral-icon);
1277
+ --hop-comp-label-icon-color-press: var(--hop-neutral-icon-press);
1278
+ --hop-comp-label-icon-color-hover: var(--hop-neutral-icon-hover);
1279
+ --hop-comp-label-icon-color: var(--hop-neutral-icon);
1280
+ --hop-comp-label-text-color-error-press: var(--hop-danger-text-weak-press);
1281
+ --hop-comp-label-text-color-error-hover: var(--hop-danger-text-weak-hover);
1282
+ --hop-comp-label-text-color-error: var(--hop-danger-text-weak);
1283
+ --hop-comp-label-text-color-focus: var(--hop-neutral-text-hover);
1284
+ --hop-comp-label-text-color-disabled: var(--hop-neutral-text-disabled);
1285
+ --hop-comp-label-text-color-selected: var(--hop-neutral-text);
1286
+ --hop-comp-label-text-color-press: var(--hop-neutral-text-press);
1287
+ --hop-comp-label-text-color-hover: var(--hop-neutral-text-hover);
1288
+ --hop-comp-label-text-color: var(--hop-neutral-text);
1237
1289
  --hop-comp-field-prefill-color: var(--hop-neutral-text-weak);
1238
1290
  --hop-comp-field-placeholder-color: var(--hop-neutral-text-weakest);
1239
1291
  --hop-comp-field-icon-color-disabled: var(--hop-neutral-icon-disabled);
@@ -1255,6 +1307,32 @@
1255
1307
  --hop-comp-select-text-color-hover: var(--hop-neutral-text-hover);
1256
1308
  --hop-comp-select-border-color-active: var(--hop-neutral-border-selected);
1257
1309
  --hop-comp-select-background-color-active: var(--hop-neutral-surface);
1310
+ --hop-comp-control-border-color-error: var(--hop-danger-border-strong);
1311
+ --hop-comp-control-border-color-disabled: var(--hop-neutral-border-disabled);
1312
+ --hop-comp-control-border-color-focus: var(--hop-primary-border-focus);
1313
+ --hop-comp-control-border-color-selected: var(--hop-neutral-border-selected);
1314
+ --hop-comp-control-border-color-press: var(--hop-neutral-border-press);
1315
+ --hop-comp-control-border-color-hover: var(--hop-neutral-border-hover);
1316
+ --hop-comp-control-border-color: var(--hop-neutral-border);
1317
+ --hop-comp-control-background-color-error: var(--hop-danger-surface-strong);
1318
+ --hop-comp-control-background-color-disabled: var(--hop-neutral-surface);
1319
+ --hop-comp-control-background-color-selected: var(--hop-neutral-surface-selected);
1320
+ --hop-comp-control-background-color-press: var(--hop-neutral-surface-press);
1321
+ --hop-comp-control-background-color-hover: var(--hop-neutral-surface-hover);
1322
+ --hop-comp-control-background-color: var(--hop-neutral-surface);
1323
+ --hop-comp-switch-icon-color-disabled: var(--hop-neutral-icon-disabled);
1324
+ --hop-comp-switch-icon-color-selected: var(--hop-neutral-icon-selected);
1325
+ --hop-comp-switch-icon-color-press: var(--hop-neutral-icon-press);
1326
+ --hop-comp-switch-icon-color-hover: var(--hop-neutral-icon-hover);
1327
+ --hop-comp-switch-icon-color: var(--hop-neutral-icon);
1328
+ --hop-comp-switch-background-color-selected: var(--hop-neutral-surface-selected);
1329
+ --hop-comp-switch-border-radius: var(--hop-shape-pill);
1330
+ --hop-comp-segmented-control-item-border-radius: var(--hop-shape-rounded-sm);
1331
+ --hop-comp-segmented-control-icon-color-selected: var(--hop-neutral-icon-selected);
1332
+ --hop-comp-segmented-control-icon-color: var(--hop-neutral-icon);
1333
+ --hop-comp-segmented-control-text-color-selected: var(--hop-neutral-text-selected);
1334
+ --hop-comp-segmented-control-text-color: var(--hop-neutral-text);
1335
+ --hop-comp-segmented-control-border-radius: var(--hop-shape-rounded-md);
1258
1336
  --hop-comp-card-second-level-border-color: var(--hop-neutral-surface-weakest);
1259
1337
  --hop-comp-card-second-level-background-color: var(--hop-neutral-surface-weakest);
1260
1338
  --hop-comp-card-main-border-color: var(--hop-neutral-border-weak);
@@ -1,5 +1,5 @@
1
1
  declare const HopperRootCssClass = "hop";
2
- declare const StyledSystemRootCssClass = "hop-5-1-3";
2
+ declare const StyledSystemRootCssClass = "hop-5-1-5";
3
3
  declare const HopperVariablePrefix = "--hop";
4
4
  type Theme = "sharegate" | "workleap";
5
5
 
@@ -1,2 +1,2 @@
1
- export { HopperRootCssClass, HopperVariablePrefix, StyledSystemRootCssClass } from '../../chunk-6GS36OEX.js';
1
+ export { HopperRootCssClass, HopperVariablePrefix, StyledSystemRootCssClass } from '../../chunk-OYD4MUW4.js';
2
2
  import '../../chunk-AQ5VUG5P.js';
@@ -991,7 +991,9 @@ declare const Elevation: {
991
991
  readonly core_sm: "shadow-sm";
992
992
  readonly core_md: "shadow-md";
993
993
  readonly core_lg: "shadow-lg";
994
- readonly "core_inset-bevel": "shadow-inset-bevel";
994
+ readonly "core_tactility-button": "shadow-tactility-button";
995
+ readonly "core_tactility-card": "shadow-tactility-card";
996
+ readonly "core_tactility-control": "shadow-tactility-control";
995
997
  readonly none: "elevation-none";
996
998
  readonly raised: "elevation-raised";
997
999
  readonly lifted: "elevation-lifted";
@@ -1,2 +1,2 @@
1
- export { BackgroundColors, BorderColors, CoreSpace, DataVizColors, Elevation, FontFamily, FontOffset, FontSize, FontWeight, HopperColors, IconColors, LineHeight, Motions, SemanticComplexMarginSpace, SemanticComplexPaddingSpace, SemanticSimpleMarginSpace, SemanticSimplePaddingSpace, Shape, TextColors } from '../../chunk-LMCQIGNN.js';
1
+ export { BackgroundColors, BorderColors, CoreSpace, DataVizColors, Elevation, FontFamily, FontOffset, FontSize, FontWeight, HopperColors, IconColors, LineHeight, Motions, SemanticComplexMarginSpace, SemanticComplexPaddingSpace, SemanticSimpleMarginSpace, SemanticSimplePaddingSpace, Shape, TextColors } from '../../chunk-J7KRNWQE.js';
2
2
  import '../../chunk-AQ5VUG5P.js';
@@ -2831,7 +2831,7 @@ declare const IconColorMapping: {
2831
2831
  "success-weakest": string;
2832
2832
  "warning-weakest": string;
2833
2833
  };
2834
- declare const BoxShadowMapping: Record<"none" | "core_none" | "core_sm" | "core_md" | "core_lg" | "core_inset-bevel" | "raised" | "lifted" | "floating", string>;
2834
+ declare const BoxShadowMapping: Record<"none" | "core_none" | "core_sm" | "core_md" | "core_lg" | "core_tactility-button" | "core_tactility-card" | "core_tactility-control" | "raised" | "lifted" | "floating", string>;
2835
2835
  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>;
2836
2836
  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>;
2837
2837
  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>;
@@ -1,8 +1,8 @@
1
- export { BackgroundColorMapping, BorderMapping, BorderRadiusMapping, BoxShadowMapping, ColorExpressionTypes, ColorMapping, ComplexMarginMapping, ComplexPaddingMapping, DataVizColorMapping, DefaultBorderWidthAndStyle, DefaultOutlineWidthAndStyle, FontFamilyMapping, FontSizeMapping, FontWeightMapping, IconColorMapping, LineHeightMapping, OutlineMapping, SimpleMarginMapping, SimplePaddingMapping, SizingMapping, SpaceMapping, TextColorMapping, getSizingValue, getSystemValue, parseResponsiveSystemValue } from '../chunk-4YFSACW6.js';
2
- import '../chunk-LMCQIGNN.js';
1
+ export { BackgroundColorMapping, BorderMapping, BorderRadiusMapping, BoxShadowMapping, ColorExpressionTypes, ColorMapping, ComplexMarginMapping, ComplexPaddingMapping, DataVizColorMapping, DefaultBorderWidthAndStyle, DefaultOutlineWidthAndStyle, FontFamilyMapping, FontSizeMapping, FontWeightMapping, IconColorMapping, LineHeightMapping, OutlineMapping, SimpleMarginMapping, SimplePaddingMapping, SizingMapping, SpaceMapping, TextColorMapping, getSizingValue, getSystemValue, parseResponsiveSystemValue } from '../chunk-K73UXYAA.js';
2
+ import '../chunk-J7KRNWQE.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-6GS36OEX.js';
7
+ import '../chunk-OYD4MUW4.js';
8
8
  import '../chunk-AQ5VUG5P.js';
@@ -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-hover___7UYnl:hover {
2
+ .UseStyledSystem-module__hop-b-hover___JbPD9:hover {
3
3
  --hop-b-hover: initial;
4
4
  border: var(--hop-b-hover) !important;
5
5
  }
6
- .UseStyledSystem-module__hop-bb-hover___VFe-p:hover {
6
+ .UseStyledSystem-module__hop-bb-hover___ZNZIs:hover {
7
7
  --hop-bb-hover: initial;
8
8
  border-bottom: var(--hop-bb-hover) !important;
9
9
  }
10
- .UseStyledSystem-module__hop-bl-hover___2hEx8:hover {
10
+ .UseStyledSystem-module__hop-bl-hover___Cxgiy:hover {
11
11
  --hop-bl-hover: initial;
12
12
  border-left: var(--hop-bl-hover) !important;
13
13
  }
14
- .UseStyledSystem-module__hop-br-hover___bhZSx:hover {
14
+ .UseStyledSystem-module__hop-br-hover___KSMwR:hover {
15
15
  --hop-br-hover: initial;
16
16
  border-right: var(--hop-br-hover) !important;
17
17
  }
18
- .UseStyledSystem-module__hop-bt-hover___xvVmw:hover {
18
+ .UseStyledSystem-module__hop-bt-hover___GkQgc:hover {
19
19
  --hop-bt-hover: initial;
20
20
  border-top: var(--hop-bt-hover) !important;
21
21
  }
22
- .UseStyledSystem-module__hop-b-focus___amXV7:focus-visible {
22
+ .UseStyledSystem-module__hop-b-focus___qwSk2:focus-visible {
23
23
  --hop-b-focus: initial;
24
24
  border: var(--hop-b-focus) !important;
25
25
  }
26
- .UseStyledSystem-module__hop-bb-focus___EKGLM:focus-visible {
26
+ .UseStyledSystem-module__hop-bb-focus___GDdZH:focus-visible {
27
27
  --hop-bb-focus: initial;
28
28
  border-bottom: var(--hop-bb-focus) !important;
29
29
  }
30
- .UseStyledSystem-module__hop-bl-focus___GGhCs:focus-visible {
30
+ .UseStyledSystem-module__hop-bl-focus___oZPQM:focus-visible {
31
31
  --hop-bl-focus: initial;
32
32
  border-left: var(--hop-bl-focus) !important;
33
33
  }
34
- .UseStyledSystem-module__hop-br-focus___OLvow:focus-visible {
34
+ .UseStyledSystem-module__hop-br-focus___pHZT9:focus-visible {
35
35
  --hop-br-focus: initial;
36
36
  border-right: var(--hop-br-focus) !important;
37
37
  }
38
- .UseStyledSystem-module__hop-bt-focus___U-7xq:focus-visible {
38
+ .UseStyledSystem-module__hop-bt-focus___luqF5:focus-visible {
39
39
  --hop-bt-focus: initial;
40
40
  border-top: var(--hop-bt-focus) !important;
41
41
  }
42
- .UseStyledSystem-module__hop-b-active___Ig-pe:active {
42
+ .UseStyledSystem-module__hop-b-active___GIaBd:active {
43
43
  --hop-b-active: initial;
44
44
  border: var(--hop-b-active) !important;
45
45
  }
46
- .UseStyledSystem-module__hop-bb-active___TANtl:active {
46
+ .UseStyledSystem-module__hop-bb-active___aaiZB:active {
47
47
  --hop-bb-active: initial;
48
48
  border-bottom: var(--hop-bb-active) !important;
49
49
  }
50
- .UseStyledSystem-module__hop-bl-active___2jpqi:active {
50
+ .UseStyledSystem-module__hop-bl-active___pR4b6:active {
51
51
  --hop-bl-active: initial;
52
52
  border-left: var(--hop-bl-active) !important;
53
53
  }
54
- .UseStyledSystem-module__hop-br-active___lKucv:active {
54
+ .UseStyledSystem-module__hop-br-active___NU1TR:active {
55
55
  --hop-br-active: initial;
56
56
  border-right: var(--hop-br-active) !important;
57
57
  }
58
- .UseStyledSystem-module__hop-bt-active___NjTOr:active {
58
+ .UseStyledSystem-module__hop-bt-active___JJr00:active {
59
59
  --hop-bt-active: initial;
60
60
  border-top: var(--hop-bt-active) !important;
61
61
  }
62
- .UseStyledSystem-module__hop-bg-hover___uaPPv:hover {
62
+ .UseStyledSystem-module__hop-bg-hover___ZWN81:hover {
63
63
  --hop-bg-hover: initial;
64
64
  background-color: var(--hop-bg-hover) !important;
65
65
  }
66
- .UseStyledSystem-module__hop-bg-focus___5LL2V:focus-visible {
66
+ .UseStyledSystem-module__hop-bg-focus___-AjM1:focus-visible {
67
67
  --hop-bg-focus: initial;
68
68
  background-color: var(--hop-bg-focus) !important;
69
69
  }
70
- .UseStyledSystem-module__hop-bg-active___cWUnb:active {
70
+ .UseStyledSystem-module__hop-bg-active___u3W0-:active {
71
71
  --hop-bg-active: initial;
72
72
  background-color: var(--hop-bg-active) !important;
73
73
  }
74
- .UseStyledSystem-module__hop-bs-hover___wKXdo:hover {
74
+ .UseStyledSystem-module__hop-bs-hover___KMVTR:hover {
75
75
  --hop-bs-hover: initial;
76
76
  box-shadow: var(--hop-bs-hover) !important;
77
77
  }
78
- .UseStyledSystem-module__hop-bs-focus___w-oVC:focus-visible {
78
+ .UseStyledSystem-module__hop-bs-focus___CXTRf:focus-visible {
79
79
  --hop-bs-focus: initial;
80
80
  box-shadow: var(--hop-bs-focus) !important;
81
81
  }
82
- .UseStyledSystem-module__hop-bs-active___xSSTV:active {
82
+ .UseStyledSystem-module__hop-bs-active___xIuFh:active {
83
83
  --hop-bs-active: initial;
84
84
  box-shadow: var(--hop-bs-active) !important;
85
85
  }
86
- .UseStyledSystem-module__hop-c-hover___s2N6i:hover {
86
+ .UseStyledSystem-module__hop-c-hover___GTTlF:hover {
87
87
  --hop-c-hover: initial;
88
88
  color: var(--hop-c-hover) !important;
89
89
  }
90
- .UseStyledSystem-module__hop-c-focus___vLJLj:focus-visible {
90
+ .UseStyledSystem-module__hop-c-focus___W7fXj:focus-visible {
91
91
  --hop-c-focus: initial;
92
92
  color: var(--hop-c-focus) !important;
93
93
  }
94
- .UseStyledSystem-module__hop-c-active___xKbby:active {
94
+ .UseStyledSystem-module__hop-c-active___D442p:active {
95
95
  --hop-c-active: initial;
96
96
  color: var(--hop-c-active) !important;
97
97
  }
98
- .UseStyledSystem-module__hop-cs-hover___L3S-l:hover {
98
+ .UseStyledSystem-module__hop-cs-hover___rUkdT:hover {
99
99
  --hop-cs-hover: initial;
100
100
  cursor: var(--hop-cs-hover) !important;
101
101
  }
102
- .UseStyledSystem-module__hop-f-hover___-TCRu:hover {
102
+ .UseStyledSystem-module__hop-f-hover___y-NrN:hover {
103
103
  --hop-f-hover: initial;
104
104
  fill: var(--hop-f-hover) !important;
105
105
  }
106
- .UseStyledSystem-module__hop-f-focus___CyUOu:focus-visible {
106
+ .UseStyledSystem-module__hop-f-focus___ihuXm:focus-visible {
107
107
  --hop-f-focus: initial;
108
108
  fill: var(--hop-f-focus) !important;
109
109
  }
110
- .UseStyledSystem-module__hop-o-hover___RScKv:hover {
110
+ .UseStyledSystem-module__hop-o-hover___dx-7-:hover {
111
111
  --hop-o-hover: initial;
112
112
  opacity: var(--hop-o-hover) !important;
113
113
  }
114
- .UseStyledSystem-module__hop-o-focus___Fpq28:focus-visible {
114
+ .UseStyledSystem-module__hop-o-focus___VW2dA:focus-visible {
115
115
  --hop-o-focus: initial;
116
116
  opacity: var(--hop-o-focus) !important;
117
117
  }
118
- .UseStyledSystem-module__hop-o-active___hjJJO:active {
118
+ .UseStyledSystem-module__hop-o-active___S0v69:active {
119
119
  --hop-o-active: initial;
120
120
  opacity: var(--hop-o-active) !important;
121
121
  }
122
- .UseStyledSystem-module__hop-ol-focus___-DVPc:focus-visible {
122
+ .UseStyledSystem-module__hop-ol-focus___bhpWn:focus-visible {
123
123
  --hop-ol-focus: initial;
124
124
  outline: var(--hop-ol-focus) !important;
125
125
  }
@@ -1,10 +1,10 @@
1
- export { isStyledSystemProp, useStyledSystem } from './chunk-ETK4HNMY.js';
2
- import './chunk-4YFSACW6.js';
3
- import './chunk-LMCQIGNN.js';
1
+ export { isStyledSystemProp, useStyledSystem } from './chunk-UC6WKY7Q.js';
2
+ import './chunk-K73UXYAA.js';
3
+ import './chunk-J7KRNWQE.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-6GS36OEX.js';
9
+ import './chunk-OYD4MUW4.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.1.3",
4
+ "version": "3.1.5",
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.1.3"
77
+ "@hopper-ui/tokens": "5.1.5"
78
78
  },
79
79
  "scripts": {
80
80
  "dev": "tsup --config ./tsup.dev.ts",