@hopper-ui/styled-system 3.1.0 → 3.1.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.
@@ -2,7 +2,15 @@
2
2
  * This file is generated by Style Dictionary. Do not edit directly.
3
3
  */
4
4
 
5
- .hop-5-1-0-workleap {
5
+ .hop-5-1-2-workleap {
6
+ --hop-comp-button-ghost-disabled-border-color: transparent;
7
+ --hop-comp-button-ghost-disabled-background-color: transparent;
8
+ --hop-comp-button-ghost-danger-border-color: transparent;
9
+ --hop-comp-button-ghost-danger-background-color: transparent;
10
+ --hop-comp-button-ghost-secondary-border-color: transparent;
11
+ --hop-comp-button-ghost-secondary-background-color: transparent;
12
+ --hop-comp-button-ghost-primary-border-color: transparent;
13
+ --hop-comp-button-ghost-primary-background-color: transparent;
6
14
  --hop-overline-bottom-offset: -0.25rem;
7
15
  --hop-overline-top-offset: -0.25rem;
8
16
  --hop-heading-xs-medium-bottom-offset: -0.25rem;
@@ -513,7 +521,13 @@
513
521
  --hop-coastal-75: #bae6ff;
514
522
  --hop-coastal-50: #d9efff;
515
523
  --hop-coastal-25: #f0f8ff;
516
- --hop-comp-button-border-color: var(--hop-amanita-500);
524
+ --hop-comp-button-ghost-danger-box-shadow: var(--hop-shadow-none);
525
+ --hop-comp-button-ghost-secondary-box-shadow: var(--hop-shadow-none);
526
+ --hop-comp-button-ghost-primary-box-shadow: var(--hop-shadow-none);
527
+ --hop-comp-button-danger-box-shadow: var(--hop-shadow-none);
528
+ --hop-comp-button-upsell-box-shadow: var(--hop-shadow-none);
529
+ --hop-comp-button-secondary-box-shadow: var(--hop-shadow-none);
530
+ --hop-comp-button-primary-box-shadow: var(--hop-shadow-none);
517
531
  --hop-shape-rounded-sm: var(--hop-border-radius-1);
518
532
  --hop-shape-rounded-md: var(--hop-border-radius-2);
519
533
  --hop-shape-rounded-lg: var(--hop-border-radius-3);
@@ -1218,4 +1232,106 @@
1218
1232
  --hop-space-stack-md: var(--hop-space-160);
1219
1233
  --hop-space-stack-sm: var(--hop-space-80);
1220
1234
  --hop-space-stack-xs: var(--hop-space-40);
1235
+ --hop-comp-field-prefill-color: var(--hop-neutral-text-weak);
1236
+ --hop-comp-field-placeholder-color: var(--hop-neutral-text-weakest);
1237
+ --hop-comp-field-icon-color-disabled: var(--hop-neutral-icon-disabled);
1238
+ --hop-comp-field-icon-color-press: var(--hop-neutral-icon-press);
1239
+ --hop-comp-field-icon-color-hover: var(--hop-neutral-icon-hover);
1240
+ --hop-comp-field-icon-color: var(--hop-neutral-icon);
1241
+ --hop-comp-field-text-color-error: var(--hop-danger-text-weak);
1242
+ --hop-comp-field-text-color-disabled: var(--hop-neutral-text-disabled);
1243
+ --hop-comp-field-text-color: var(--hop-neutral-text);
1244
+ --hop-comp-field-border-color-disabled: var(--hop-neutral-border-disabled);
1245
+ --hop-comp-field-border-color-error: var(--hop-danger-border-strong);
1246
+ --hop-comp-field-border-color-focus: var(--hop-primary-border-focus);
1247
+ --hop-comp-field-border-color-hover: var(--hop-neutral-border-hover);
1248
+ --hop-comp-field-border-color: var(--hop-neutral-border);
1249
+ --hop-comp-field-background-color-disabled: var(--hop-neutral-surface-disabled);
1250
+ --hop-comp-field-background-color-focus: var(--hop-neutral-surface);
1251
+ --hop-comp-field-background-color-hover: var(--hop-neutral-surface-hover);
1252
+ --hop-comp-field-background-color: var(--hop-neutral-surface);
1253
+ --hop-comp-field-border-radius: var(--hop-shape-rounded-md);
1254
+ --hop-comp-button-ghost-disabled-text-color: var(--hop-neutral-text-disabled);
1255
+ --hop-comp-button-disabled-border-color: var(--hop-neutral-surface-disabled);
1256
+ --hop-comp-button-disabled-background-color: var(--hop-neutral-surface-disabled);
1257
+ --hop-comp-button-disabled-text-color: var(--hop-neutral-text-disabled);
1258
+ --hop-comp-button-ghost-danger-border-color-selected: var(--hop-danger-surface-weak-press);
1259
+ --hop-comp-button-ghost-danger-border-color-pressed: var(--hop-danger-surface-weak-press);
1260
+ --hop-comp-button-ghost-danger-border-color-hover: var(--hop-neutral-surface-hover);
1261
+ --hop-comp-button-ghost-danger-background-color-selected: var(--hop-danger-surface-weak-press);
1262
+ --hop-comp-button-ghost-danger-background-color-pressed: var(--hop-danger-surface-weak-press);
1263
+ --hop-comp-button-ghost-danger-background-color-hover: var(--hop-neutral-surface-hover);
1264
+ --hop-comp-button-ghost-danger-text-color-selected: var(--hop-danger-text-press);
1265
+ --hop-comp-button-ghost-danger-text-color-pressed: var(--hop-danger-text-press);
1266
+ --hop-comp-button-ghost-danger-text-color-hover: var(--hop-danger-text-hover);
1267
+ --hop-comp-button-ghost-danger-text-color: var(--hop-danger-text-weak);
1268
+ --hop-comp-button-ghost-secondary-border-color-selected: var(--hop-neutral-surface-press);
1269
+ --hop-comp-button-ghost-secondary-border-color-pressed: var(--hop-neutral-surface-press);
1270
+ --hop-comp-button-ghost-secondary-border-color-hover: var(--hop-neutral-surface-hover);
1271
+ --hop-comp-button-ghost-secondary-background-color-selected: var(--hop-neutral-surface-press);
1272
+ --hop-comp-button-ghost-secondary-background-color-pressed: var(--hop-neutral-surface-press);
1273
+ --hop-comp-button-ghost-secondary-background-color-hover: var(--hop-neutral-surface-hover);
1274
+ --hop-comp-button-ghost-secondary-text-color-selected: var(--hop-neutral-text-weak-press);
1275
+ --hop-comp-button-ghost-secondary-text-color-pressed: var(--hop-neutral-text-weak-press);
1276
+ --hop-comp-button-ghost-secondary-text-color-hover: var(--hop-neutral-text-weak-hover);
1277
+ --hop-comp-button-ghost-secondary-text-color: var(--hop-neutral-text-weak);
1278
+ --hop-comp-button-ghost-primary-border-color-selected: var(--hop-primary-surface-weak-press);
1279
+ --hop-comp-button-ghost-primary-border-color-pressed: var(--hop-primary-surface-weak-press);
1280
+ --hop-comp-button-ghost-primary-border-color-hover: var(--hop-neutral-surface-hover);
1281
+ --hop-comp-button-ghost-primary-background-color-selected: var(--hop-primary-surface-weak-press);
1282
+ --hop-comp-button-ghost-primary-background-color-pressed: var(--hop-primary-surface-weak-press);
1283
+ --hop-comp-button-ghost-primary-background-color-hover: var(--hop-neutral-surface-hover);
1284
+ --hop-comp-button-ghost-primary-text-color-selected: var(--hop-primary-text-press);
1285
+ --hop-comp-button-ghost-primary-text-color-pressed: var(--hop-primary-text-press);
1286
+ --hop-comp-button-ghost-primary-text-color-hover: var(--hop-primary-text-hover);
1287
+ --hop-comp-button-ghost-primary-text-color: var(--hop-primary-text);
1288
+ --hop-comp-button-danger-border-color-selected: var(--hop-danger-border-selected);
1289
+ --hop-comp-button-danger-border-color-pressed: var(--hop-danger-surface-press);
1290
+ --hop-comp-button-danger-border-color-hover: var(--hop-danger-surface-strong-hover);
1291
+ --hop-comp-button-danger-border-color: var(--hop-danger-surface-strong);
1292
+ --hop-comp-button-danger-background-color-selected: var(--hop-danger-surface-selected);
1293
+ --hop-comp-button-danger-background-color-pressed: var(--hop-danger-surface-press);
1294
+ --hop-comp-button-danger-background-color-hover: var(--hop-danger-surface-strong-hover);
1295
+ --hop-comp-button-danger-background-color: var(--hop-danger-surface-strong);
1296
+ --hop-comp-button-danger-text-color-selected: var(--hop-danger-text-selected);
1297
+ --hop-comp-button-danger-text-color-pressed: var(--hop-danger-text-strong-hover);
1298
+ --hop-comp-button-danger-text-color-hover: var(--hop-danger-text-strong-hover);
1299
+ --hop-comp-button-danger-text-color: var(--hop-danger-text-strong);
1300
+ --hop-comp-button-upsell-border-color-selected: var(--hop-upsell-border-selected);
1301
+ --hop-comp-button-upsell-border-color-pressed: var(--hop-upsell-surface-weak-press);
1302
+ --hop-comp-button-upsell-border-color-hover: var(--hop-upsell-surface-weak-hover);
1303
+ --hop-comp-button-upsell-border-color: var(--hop-upsell-surface-weak);
1304
+ --hop-comp-button-upsell-background-color-selected: var(--hop-upsell-surface-selected);
1305
+ --hop-comp-button-upsell-background-color-pressed: var(--hop-upsell-surface-weak-press);
1306
+ --hop-comp-button-upsell-background-color-hover: var(--hop-upsell-surface-weak-hover);
1307
+ --hop-comp-button-upsell-background-color: var(--hop-upsell-surface-weak);
1308
+ --hop-comp-button-upsell-text-color-selected: var(--hop-upsell-text-selected);
1309
+ --hop-comp-button-upsell-text-color-pressed: var(--hop-upsell-text-press);
1310
+ --hop-comp-button-upsell-text-color-hover: var(--hop-upsell-text-hover);
1311
+ --hop-comp-button-upsell-text-color: var(--hop-upsell-text);
1312
+ --hop-comp-button-secondary-border-color-selected: var(--hop-neutral-border-selected);
1313
+ --hop-comp-button-secondary-border-color-pressed: var(--hop-neutral-border-strong);
1314
+ --hop-comp-button-secondary-border-color-hover: var(--hop-neutral-border-strong-hover);
1315
+ --hop-comp-button-secondary-border-color: var(--hop-neutral-border-strong);
1316
+ --hop-comp-button-secondary-background-color-selected: var(--hop-neutral-surface-selected);
1317
+ --hop-comp-button-secondary-background-color-pressed: var(--hop-neutral-surface-press);
1318
+ --hop-comp-button-secondary-background-color-hover: var(--hop-neutral-surface-hover);
1319
+ --hop-comp-button-secondary-background-color: var(--hop-neutral-surface);
1320
+ --hop-comp-button-secondary-text-color-selected: var(--hop-neutral-text-selected);
1321
+ --hop-comp-button-secondary-text-color-pressed: var(--hop-neutral-text-press);
1322
+ --hop-comp-button-secondary-text-color-hover: var(--hop-neutral-text-hover);
1323
+ --hop-comp-button-secondary-text-color: var(--hop-neutral-text);
1324
+ --hop-comp-button-primary-border-color-selected: var(--hop-primary-border-selected);
1325
+ --hop-comp-button-primary-border-color-pressed: var(--hop-primary-surface-strong-press);
1326
+ --hop-comp-button-primary-border-color-hover: var(--hop-primary-surface-strong-hover);
1327
+ --hop-comp-button-primary-border-color: var(--hop-primary-surface-strong);
1328
+ --hop-comp-button-primary-background-color-selected: var(--hop-primary-surface-selected);
1329
+ --hop-comp-button-primary-background-color-pressed: var(--hop-primary-surface-strong-press);
1330
+ --hop-comp-button-primary-background-color-hover: var(--hop-primary-surface-strong-hover);
1331
+ --hop-comp-button-primary-background-color: var(--hop-primary-surface-strong);
1332
+ --hop-comp-button-primary-text-color-selected: var(--hop-primary-text-selected);
1333
+ --hop-comp-button-primary-text-color-pressed: var(--hop-primary-text-strong);
1334
+ --hop-comp-button-primary-text-color-hover: var(--hop-primary-text-strong-hover);
1335
+ --hop-comp-button-primary-text-color: var(--hop-primary-text-strong);
1336
+ --hop-comp-button-border-radius: var(--hop-shape-rounded-md);
1221
1337
  }
@@ -1,5 +1,5 @@
1
1
  declare const HopperRootCssClass = "hop";
2
- declare const StyledSystemRootCssClass = "hop-5-1-0";
2
+ declare const StyledSystemRootCssClass = "hop-5-1-2";
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-WNTAV75B.js';
1
+ export { HopperRootCssClass, HopperVariablePrefix, StyledSystemRootCssClass } from '../../chunk-P6K4QWFZ.js';
2
2
  import '../../chunk-AQ5VUG5P.js';
@@ -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-Z2SZ7OME.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-DK6ALTKA.js';
2
2
  import '../chunk-LMCQIGNN.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-WNTAV75B.js';
7
+ import '../chunk-P6K4QWFZ.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___mzjcr:hover {
2
+ .UseStyledSystem-module__hop-b-hover___3qg2D:hover {
3
3
  --hop-b-hover: initial;
4
4
  border: var(--hop-b-hover) !important;
5
5
  }
6
- .UseStyledSystem-module__hop-bb-hover___AYc2V:hover {
6
+ .UseStyledSystem-module__hop-bb-hover___Ow8FC:hover {
7
7
  --hop-bb-hover: initial;
8
8
  border-bottom: var(--hop-bb-hover) !important;
9
9
  }
10
- .UseStyledSystem-module__hop-bl-hover___x7qfo:hover {
10
+ .UseStyledSystem-module__hop-bl-hover___q1F-d:hover {
11
11
  --hop-bl-hover: initial;
12
12
  border-left: var(--hop-bl-hover) !important;
13
13
  }
14
- .UseStyledSystem-module__hop-br-hover___Bu4ij:hover {
14
+ .UseStyledSystem-module__hop-br-hover___IjU-o:hover {
15
15
  --hop-br-hover: initial;
16
16
  border-right: var(--hop-br-hover) !important;
17
17
  }
18
- .UseStyledSystem-module__hop-bt-hover___SPCRZ:hover {
18
+ .UseStyledSystem-module__hop-bt-hover___SU74N:hover {
19
19
  --hop-bt-hover: initial;
20
20
  border-top: var(--hop-bt-hover) !important;
21
21
  }
22
- .UseStyledSystem-module__hop-b-focus___SM7L2:focus-visible {
22
+ .UseStyledSystem-module__hop-b-focus___Uk9bI:focus-visible {
23
23
  --hop-b-focus: initial;
24
24
  border: var(--hop-b-focus) !important;
25
25
  }
26
- .UseStyledSystem-module__hop-bb-focus___qLeXi:focus-visible {
26
+ .UseStyledSystem-module__hop-bb-focus___oDb0i: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___GEjY7:focus-visible {
30
+ .UseStyledSystem-module__hop-bl-focus___KZG5L: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___Iz9ua:focus-visible {
34
+ .UseStyledSystem-module__hop-br-focus___6b4nT: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___hWScg:focus-visible {
38
+ .UseStyledSystem-module__hop-bt-focus___YhJgI: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___igJ1y:active {
42
+ .UseStyledSystem-module__hop-b-active___809QG:active {
43
43
  --hop-b-active: initial;
44
44
  border: var(--hop-b-active) !important;
45
45
  }
46
- .UseStyledSystem-module__hop-bb-active___tDgEe:active {
46
+ .UseStyledSystem-module__hop-bb-active___w-D6A:active {
47
47
  --hop-bb-active: initial;
48
48
  border-bottom: var(--hop-bb-active) !important;
49
49
  }
50
- .UseStyledSystem-module__hop-bl-active___YmLdJ:active {
50
+ .UseStyledSystem-module__hop-bl-active___fuTob:active {
51
51
  --hop-bl-active: initial;
52
52
  border-left: var(--hop-bl-active) !important;
53
53
  }
54
- .UseStyledSystem-module__hop-br-active___MnX2H:active {
54
+ .UseStyledSystem-module__hop-br-active___lYFVR:active {
55
55
  --hop-br-active: initial;
56
56
  border-right: var(--hop-br-active) !important;
57
57
  }
58
- .UseStyledSystem-module__hop-bt-active___PAo7D:active {
58
+ .UseStyledSystem-module__hop-bt-active___pVeTC:active {
59
59
  --hop-bt-active: initial;
60
60
  border-top: var(--hop-bt-active) !important;
61
61
  }
62
- .UseStyledSystem-module__hop-bg-hover___gIL-g:hover {
62
+ .UseStyledSystem-module__hop-bg-hover___NHRAh:hover {
63
63
  --hop-bg-hover: initial;
64
64
  background-color: var(--hop-bg-hover) !important;
65
65
  }
66
- .UseStyledSystem-module__hop-bg-focus___sThCZ:focus-visible {
66
+ .UseStyledSystem-module__hop-bg-focus___6UnSg: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___qud9J:active {
70
+ .UseStyledSystem-module__hop-bg-active___K62gP:active {
71
71
  --hop-bg-active: initial;
72
72
  background-color: var(--hop-bg-active) !important;
73
73
  }
74
- .UseStyledSystem-module__hop-bs-hover___vE3A7:hover {
74
+ .UseStyledSystem-module__hop-bs-hover___ichHs:hover {
75
75
  --hop-bs-hover: initial;
76
76
  box-shadow: var(--hop-bs-hover) !important;
77
77
  }
78
- .UseStyledSystem-module__hop-bs-focus___l8OPU:focus-visible {
78
+ .UseStyledSystem-module__hop-bs-focus___8CVJT: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___F9fGa:active {
82
+ .UseStyledSystem-module__hop-bs-active___6fGpC:active {
83
83
  --hop-bs-active: initial;
84
84
  box-shadow: var(--hop-bs-active) !important;
85
85
  }
86
- .UseStyledSystem-module__hop-c-hover___B7zX-:hover {
86
+ .UseStyledSystem-module__hop-c-hover___yV0Bm:hover {
87
87
  --hop-c-hover: initial;
88
88
  color: var(--hop-c-hover) !important;
89
89
  }
90
- .UseStyledSystem-module__hop-c-focus___73vPm:focus-visible {
90
+ .UseStyledSystem-module__hop-c-focus___CB-a1:focus-visible {
91
91
  --hop-c-focus: initial;
92
92
  color: var(--hop-c-focus) !important;
93
93
  }
94
- .UseStyledSystem-module__hop-c-active___MKO7K:active {
94
+ .UseStyledSystem-module__hop-c-active___QvV-8:active {
95
95
  --hop-c-active: initial;
96
96
  color: var(--hop-c-active) !important;
97
97
  }
98
- .UseStyledSystem-module__hop-cs-hover___LHFnV:hover {
98
+ .UseStyledSystem-module__hop-cs-hover___r20db:hover {
99
99
  --hop-cs-hover: initial;
100
100
  cursor: var(--hop-cs-hover) !important;
101
101
  }
102
- .UseStyledSystem-module__hop-f-hover___4YPgm:hover {
102
+ .UseStyledSystem-module__hop-f-hover___5l7CU:hover {
103
103
  --hop-f-hover: initial;
104
104
  fill: var(--hop-f-hover) !important;
105
105
  }
106
- .UseStyledSystem-module__hop-f-focus___VEgbj:focus-visible {
106
+ .UseStyledSystem-module__hop-f-focus___Pp0fo:focus-visible {
107
107
  --hop-f-focus: initial;
108
108
  fill: var(--hop-f-focus) !important;
109
109
  }
110
- .UseStyledSystem-module__hop-o-hover___RHLYe:hover {
110
+ .UseStyledSystem-module__hop-o-hover___vLrHu:hover {
111
111
  --hop-o-hover: initial;
112
112
  opacity: var(--hop-o-hover) !important;
113
113
  }
114
- .UseStyledSystem-module__hop-o-focus___v1oZt:focus-visible {
114
+ .UseStyledSystem-module__hop-o-focus___bnDab:focus-visible {
115
115
  --hop-o-focus: initial;
116
116
  opacity: var(--hop-o-focus) !important;
117
117
  }
118
- .UseStyledSystem-module__hop-o-active___CKsCb:active {
118
+ .UseStyledSystem-module__hop-o-active___XjSgf:active {
119
119
  --hop-o-active: initial;
120
120
  opacity: var(--hop-o-active) !important;
121
121
  }
122
- .UseStyledSystem-module__hop-ol-focus___f4qQN:focus-visible {
122
+ .UseStyledSystem-module__hop-ol-focus___pr646: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-LHB7KW6V.js';
2
- import './chunk-Z2SZ7OME.js';
1
+ export { isStyledSystemProp, useStyledSystem } from './chunk-SPRWM2SC.js';
2
+ import './chunk-DK6ALTKA.js';
3
3
  import './chunk-LMCQIGNN.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-WNTAV75B.js';
9
+ import './chunk-P6K4QWFZ.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.0",
4
+ "version": "3.1.2",
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.0"
77
+ "@hopper-ui/tokens": "5.1.2"
78
78
  },
79
79
  "scripts": {
80
80
  "dev": "tsup --config ./tsup.dev.ts",