@hopper-ui/styled-system 4.0.1 → 4.0.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.
Files changed (33) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/StyledSystemProvider.css +34 -34
  3. package/dist/StyledSystemProvider.js +9 -9
  4. package/dist/{chunk-3L2DGSHB.js → chunk-2BXEEI7C.js} +1 -1
  5. package/dist/{chunk-2BMH444W.js → chunk-5NCU6MQB.js} +1 -0
  6. package/dist/{chunk-3EOEVFRN.js → chunk-ACAEZQKX.js} +1 -1
  7. package/dist/{chunk-Z7QXYGDW.js → chunk-HBPS5EBA.js} +2 -2
  8. package/dist/{chunk-GN76AT7Q.js → chunk-HTXLXS6H.js} +3 -3
  9. package/dist/{chunk-YLUQEG6N.js → chunk-JXQOC723.js} +1 -1
  10. package/dist/{chunk-5EYB7EKH.js → chunk-NU2UQTZS.js} +2 -2
  11. package/dist/{chunk-45SKDZDU.js → chunk-YE3BYF3K.js} +1 -1
  12. package/dist/{chunk-NJCNQAAN.js → chunk-ZDYD3BEI.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 +9 -9
  20. package/dist/styledSystemRootCssClass.js +2 -2
  21. package/dist/theme/generated/sharegate/dark.css +2 -1
  22. package/dist/theme/generated/sharegate/light.css +2 -1
  23. package/dist/theme/generated/workleap/dark.css +2 -1
  24. package/dist/theme/generated/workleap/light.css +2 -1
  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 +1 -0
  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
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @hopper-ui/styled-system
2
2
 
3
+ ## 4.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - f13005e: Added a new core border-radius token `--hop-border-radius-2-5` (12px).
8
+
3
9
  ## 4.0.1
4
10
 
5
11
  ### Patch Changes
@@ -1,132 +1,132 @@
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___ahr0c:hover {
2
+ .UseStyledSystem-module__hop-b-hover___po9M8:hover {
3
3
  --hop-b-hover: initial;
4
4
  border: var(--hop-b-hover) !important;
5
5
  }
6
- .UseStyledSystem-module__hop-bb-hover___GEnOy:hover {
6
+ .UseStyledSystem-module__hop-bb-hover___jdTnm:hover {
7
7
  --hop-bb-hover: initial;
8
8
  border-bottom: var(--hop-bb-hover) !important;
9
9
  }
10
- .UseStyledSystem-module__hop-bl-hover___o0yc9:hover {
10
+ .UseStyledSystem-module__hop-bl-hover___xnjPQ:hover {
11
11
  --hop-bl-hover: initial;
12
12
  border-left: var(--hop-bl-hover) !important;
13
13
  }
14
- .UseStyledSystem-module__hop-br-hover___Sarfa:hover {
14
+ .UseStyledSystem-module__hop-br-hover___a9AzM:hover {
15
15
  --hop-br-hover: initial;
16
16
  border-right: var(--hop-br-hover) !important;
17
17
  }
18
- .UseStyledSystem-module__hop-bt-hover___TpJyM:hover {
18
+ .UseStyledSystem-module__hop-bt-hover___Fbb90:hover {
19
19
  --hop-bt-hover: initial;
20
20
  border-top: var(--hop-bt-hover) !important;
21
21
  }
22
- .UseStyledSystem-module__hop-b-focus___2C8ef:focus-visible {
22
+ .UseStyledSystem-module__hop-b-focus___GnDcI:focus-visible {
23
23
  --hop-b-focus: initial;
24
24
  border: var(--hop-b-focus) !important;
25
25
  }
26
- .UseStyledSystem-module__hop-bb-focus___ciLR3:focus-visible {
26
+ .UseStyledSystem-module__hop-bb-focus___EBcg-: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___in1fB:focus-visible {
30
+ .UseStyledSystem-module__hop-bl-focus___sJP6e: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___lQfHB:focus-visible {
34
+ .UseStyledSystem-module__hop-br-focus___c21zZ: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___cn4aO:focus-visible {
38
+ .UseStyledSystem-module__hop-bt-focus___bZ-PE: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___OGaSC:active {
42
+ .UseStyledSystem-module__hop-b-active___trC7-:active {
43
43
  --hop-b-active: initial;
44
44
  border: var(--hop-b-active) !important;
45
45
  }
46
- .UseStyledSystem-module__hop-bb-active___IZ2mb:active {
46
+ .UseStyledSystem-module__hop-bb-active___W5l3K:active {
47
47
  --hop-bb-active: initial;
48
48
  border-bottom: var(--hop-bb-active) !important;
49
49
  }
50
- .UseStyledSystem-module__hop-bl-active___-d0PP:active {
50
+ .UseStyledSystem-module__hop-bl-active___8GLSI:active {
51
51
  --hop-bl-active: initial;
52
52
  border-left: var(--hop-bl-active) !important;
53
53
  }
54
- .UseStyledSystem-module__hop-br-active___lA6t1:active {
54
+ .UseStyledSystem-module__hop-br-active___KfAYj:active {
55
55
  --hop-br-active: initial;
56
56
  border-right: var(--hop-br-active) !important;
57
57
  }
58
- .UseStyledSystem-module__hop-bt-active___yhaqj:active {
58
+ .UseStyledSystem-module__hop-bt-active___B0YAk:active {
59
59
  --hop-bt-active: initial;
60
60
  border-top: var(--hop-bt-active) !important;
61
61
  }
62
- .UseStyledSystem-module__hop-bg-hover___WOasp:hover {
62
+ .UseStyledSystem-module__hop-bg-hover___xUTYs:hover {
63
63
  --hop-bg-hover: initial;
64
64
  background-color: var(--hop-bg-hover) !important;
65
65
  }
66
- .UseStyledSystem-module__hop-bg-focus___30Wj5:focus-visible {
66
+ .UseStyledSystem-module__hop-bg-focus___N6ofP: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___62BHB:active {
70
+ .UseStyledSystem-module__hop-bg-active___sZ1b-:active {
71
71
  --hop-bg-active: initial;
72
72
  background-color: var(--hop-bg-active) !important;
73
73
  }
74
- .UseStyledSystem-module__hop-bs-hover___-qL4j:hover {
74
+ .UseStyledSystem-module__hop-bs-hover___n-rnH:hover {
75
75
  --hop-bs-hover: initial;
76
76
  box-shadow: var(--hop-bs-hover) !important;
77
77
  }
78
- .UseStyledSystem-module__hop-bs-focus___8-qRT:focus-visible {
78
+ .UseStyledSystem-module__hop-bs-focus___vh0tl: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___RjRZq:active {
82
+ .UseStyledSystem-module__hop-bs-active___-cr3f:active {
83
83
  --hop-bs-active: initial;
84
84
  box-shadow: var(--hop-bs-active) !important;
85
85
  }
86
- .UseStyledSystem-module__hop-c-hover___5ga3R:hover {
86
+ .UseStyledSystem-module__hop-c-hover___vUd45:hover {
87
87
  --hop-c-hover: initial;
88
88
  color: var(--hop-c-hover) !important;
89
89
  }
90
- .UseStyledSystem-module__hop-c-focus___brXX9:focus-visible {
90
+ .UseStyledSystem-module__hop-c-focus___IzkGg:focus-visible {
91
91
  --hop-c-focus: initial;
92
92
  color: var(--hop-c-focus) !important;
93
93
  }
94
- .UseStyledSystem-module__hop-c-active___e96Vh:active {
94
+ .UseStyledSystem-module__hop-c-active___CT-kf:active {
95
95
  --hop-c-active: initial;
96
96
  color: var(--hop-c-active) !important;
97
97
  }
98
- .UseStyledSystem-module__hop-cs-hover___WGByE:hover {
98
+ .UseStyledSystem-module__hop-cs-hover___Xf9KJ:hover {
99
99
  --hop-cs-hover: initial;
100
100
  cursor: var(--hop-cs-hover) !important;
101
101
  }
102
- .UseStyledSystem-module__hop-f-hover___2qsPT:hover {
102
+ .UseStyledSystem-module__hop-f-hover___c5Nj1:hover {
103
103
  --hop-f-hover: initial;
104
104
  fill: var(--hop-f-hover) !important;
105
105
  }
106
- .UseStyledSystem-module__hop-f-focus___jPIin:focus-visible {
106
+ .UseStyledSystem-module__hop-f-focus___N5dQq:focus-visible {
107
107
  --hop-f-focus: initial;
108
108
  fill: var(--hop-f-focus) !important;
109
109
  }
110
- .UseStyledSystem-module__hop-o-hover___v5a-L:hover {
110
+ .UseStyledSystem-module__hop-o-hover___qmeDJ:hover {
111
111
  --hop-o-hover: initial;
112
112
  opacity: var(--hop-o-hover) !important;
113
113
  }
114
- .UseStyledSystem-module__hop-o-focus___7HoCM:focus-visible {
114
+ .UseStyledSystem-module__hop-o-focus___sd-FH:focus-visible {
115
115
  --hop-o-focus: initial;
116
116
  opacity: var(--hop-o-focus) !important;
117
117
  }
118
- .UseStyledSystem-module__hop-o-active___ejVIL:active {
118
+ .UseStyledSystem-module__hop-o-active___aD4KE:active {
119
119
  --hop-o-active: initial;
120
120
  opacity: var(--hop-o-active) !important;
121
121
  }
122
- .UseStyledSystem-module__hop-ol-focus___Hixbo:focus-visible {
122
+ .UseStyledSystem-module__hop-ol-focus___OWcYr:focus-visible {
123
123
  --hop-ol-focus: initial;
124
124
  outline: var(--hop-ol-focus) !important;
125
125
  }
126
126
 
127
127
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/styled-system/src/html-wrappers/htmlElement.module.css/#css-module-data */
128
- :where(.htmlElement-module__hop-HtmlElement___9xNQ9),
129
- :where(.htmlElement-module__hop-HtmlElement___9xNQ9::after),
130
- :where(.htmlElement-module__hop-HtmlElement___9xNQ9::before) {
128
+ :where(.htmlElement-module__hop-HtmlElement___r5mM5),
129
+ :where(.htmlElement-module__hop-HtmlElement___r5mM5::after),
130
+ :where(.htmlElement-module__hop-HtmlElement___r5mM5::before) {
131
131
  box-sizing: border-box;
132
132
  }
@@ -1,23 +1,23 @@
1
- export { GlobalStyledSystemProviderCssSelector, _StyledSystemProvider as StyledSystemProvider } from './chunk-GN76AT7Q.js';
2
- import './chunk-3L2DGSHB.js';
1
+ export { GlobalStyledSystemProviderCssSelector, _StyledSystemProvider as StyledSystemProvider } from './chunk-HTXLXS6H.js';
2
+ import './chunk-2BXEEI7C.js';
3
3
  import './chunk-RIORU7JO.js';
4
4
  import './chunk-YPIK2HRL.js';
5
5
  import './chunk-3YM73BQP.js';
6
6
  import './chunk-BSIKCABJ.js';
7
- import './chunk-45SKDZDU.js';
8
- import './chunk-Z7QXYGDW.js';
7
+ import './chunk-YE3BYF3K.js';
8
+ import './chunk-HBPS5EBA.js';
9
9
  import './chunk-GXUFWEP5.js';
10
10
  import './chunk-TKWJ3X2I.js';
11
- import './chunk-3EOEVFRN.js';
12
- import './chunk-NJCNQAAN.js';
13
- import './chunk-5EYB7EKH.js';
14
- import './chunk-2BMH444W.js';
11
+ import './chunk-ACAEZQKX.js';
12
+ import './chunk-ZDYD3BEI.js';
13
+ import './chunk-NU2UQTZS.js';
14
+ import './chunk-5NCU6MQB.js';
15
15
  import './chunk-FTYK7Z7Q.js';
16
16
  import './chunk-U5R6ZXH3.js';
17
17
  import './chunk-VBKLISDI.js';
18
18
  import './chunk-XUHDFZZL.js';
19
19
  import './chunk-QMDDVBCZ.js';
20
- import './chunk-YLUQEG6N.js';
20
+ import './chunk-JXQOC723.js';
21
21
  import './chunk-5U5IRAPA.js';
22
22
  import './chunk-T6JS7L6B.js';
23
23
  import './chunk-7PR2BAOL.js';
@@ -3,7 +3,7 @@ import { useIsomorphicLayoutEffect } from './chunk-3YM73BQP.js';
3
3
  import { ThemeComputedStyle } from './chunk-BSIKCABJ.js';
4
4
  import { useThemeContext } from './chunk-TKWJ3X2I.js';
5
5
  import { isNil } from './chunk-U5R6ZXH3.js';
6
- import { StyledSystemRootCssClass } from './chunk-YLUQEG6N.js';
6
+ import { StyledSystemRootCssClass } from './chunk-JXQOC723.js';
7
7
  import { useColorSchemeContext } from './chunk-7PR2BAOL.js';
8
8
  import { useRef, useState } from 'react';
9
9
  import { jsx } from 'react/jsx-runtime';
@@ -1320,6 +1320,7 @@ var Shape = {
1320
1320
  "core_3": "border-radius-3",
1321
1321
  "core_4": "border-radius-4",
1322
1322
  "core_9999": "border-radius-9999",
1323
+ "core_2-5": "border-radius-2-5",
1323
1324
  "circle": "shape-circle",
1324
1325
  "pill": "shape-pill",
1325
1326
  "rounded-lg": "shape-rounded-lg",
@@ -1,4 +1,4 @@
1
- import { HopperRootCssClass, StyledSystemRootCssClass } from './chunk-YLUQEG6N.js';
1
+ import { HopperRootCssClass, StyledSystemRootCssClass } from './chunk-JXQOC723.js';
2
2
 
3
3
  // src/styledSystemRootCssClass.ts
4
4
  function getRootCSSClasses(colorScheme, theme) {
@@ -1,10 +1,10 @@
1
- import { useStyledSystem } from './chunk-NJCNQAAN.js';
1
+ import { useStyledSystem } from './chunk-ZDYD3BEI.js';
2
2
  import clsx from 'clsx';
3
3
  import { forwardRef } from 'react';
4
4
  import { jsx } from 'react/jsx-runtime';
5
5
 
6
6
  // css-module:./htmlElement.module.css#css-module
7
- var htmlElement_module_default = { "hop-HtmlElement": "htmlElement-module__hop-HtmlElement___9xNQ9" };
7
+ var htmlElement_module_default = { "hop-HtmlElement": "htmlElement-module__hop-HtmlElement___r5mM5" };
8
8
  var GlobalHtmlElementCssSelector = "hop-HtmlElement";
9
9
  var GlobalHtmlElementSpecificCssSelector = (elementType) => `${GlobalHtmlElementCssSelector}-${elementType}`;
10
10
  function htmlElement(elementType) {
@@ -1,8 +1,8 @@
1
- import { BodyStyleProvider } from './chunk-3L2DGSHB.js';
2
- import { Div } from './chunk-45SKDZDU.js';
1
+ import { BodyStyleProvider } from './chunk-2BXEEI7C.js';
2
+ import { Div } from './chunk-YE3BYF3K.js';
3
3
  import { DefaultUnsupportedMatchMediaBreakpoint, BreakpointProvider } from './chunk-GXUFWEP5.js';
4
4
  import { ThemeContext } from './chunk-TKWJ3X2I.js';
5
- import { getRootCSSClasses } from './chunk-3EOEVFRN.js';
5
+ import { getRootCSSClasses } from './chunk-ACAEZQKX.js';
6
6
  import { useColorScheme } from './chunk-5U5IRAPA.js';
7
7
  import { ColorSchemeContext } from './chunk-7PR2BAOL.js';
8
8
  import clsx from 'clsx';
@@ -1,6 +1,6 @@
1
1
  // src/tokens/generated/styledSystemConstants.ts
2
2
  var HopperRootCssClass = "hop";
3
- var StyledSystemRootCssClass = "hop-5-3-1";
3
+ var StyledSystemRootCssClass = "hop-5-3-2";
4
4
  var HopperVariablePrefix = "--hop";
5
5
 
6
6
  export { HopperRootCssClass, HopperVariablePrefix, StyledSystemRootCssClass };
@@ -1,7 +1,7 @@
1
- import { DataVizColors, HopperColors, GradientColors, BackgroundColors, BorderColors, TextColors, IconColors, Elevation, FontSize, FontWeight, LineHeight, LetterSpacing, FontFamily, Shape, CoreSpace, SemanticSimplePaddingSpace, SemanticComplexPaddingSpace, SemanticSimpleMarginSpace, SemanticComplexMarginSpace } from './chunk-2BMH444W.js';
1
+ import { DataVizColors, HopperColors, GradientColors, BackgroundColors, BorderColors, TextColors, IconColors, Elevation, FontSize, FontWeight, LineHeight, LetterSpacing, FontFamily, Shape, CoreSpace, SemanticSimplePaddingSpace, SemanticComplexPaddingSpace, SemanticSimpleMarginSpace, SemanticComplexMarginSpace } from './chunk-5NCU6MQB.js';
2
2
  import { parseResponsiveValue } from './chunk-FTYK7Z7Q.js';
3
3
  import { isNil, isObject } from './chunk-U5R6ZXH3.js';
4
- import { HopperVariablePrefix } from './chunk-YLUQEG6N.js';
4
+ import { HopperVariablePrefix } from './chunk-JXQOC723.js';
5
5
 
6
6
  // src/tokens/tokenMappings.ts
7
7
  var ColorExpressionTypes = [
@@ -1,4 +1,4 @@
1
- import { htmlElement } from './chunk-Z7QXYGDW.js';
1
+ import { htmlElement } from './chunk-HBPS5EBA.js';
2
2
 
3
3
  // src/html-wrappers/html.ts
4
4
  var Address = htmlElement("address");
@@ -1,4 +1,4 @@
1
- import { parseResponsiveSystemValue, IconColorMapping, TextColorMapping, BoxShadowMapping, BackgroundColorMapping, ColorExpressionTypes, DefaultBorderWidthAndStyle, DefaultOutlineWidthAndStyle, SizingMapping, SimpleMarginMapping, SimplePaddingMapping, ComplexPaddingMapping, OutlineMapping, ComplexMarginMapping, LineHeightMapping, LetterSpacingMapping, FontWeightMapping, FontSizeMapping, FontFamilyMapping, BorderRadiusMapping, BorderMapping } from './chunk-5EYB7EKH.js';
1
+ import { parseResponsiveSystemValue, IconColorMapping, TextColorMapping, BoxShadowMapping, BackgroundColorMapping, ColorExpressionTypes, DefaultBorderWidthAndStyle, DefaultOutlineWidthAndStyle, SizingMapping, SimpleMarginMapping, SimplePaddingMapping, ComplexPaddingMapping, OutlineMapping, ComplexMarginMapping, LineHeightMapping, LetterSpacingMapping, FontWeightMapping, FontSizeMapping, FontFamilyMapping, BorderRadiusMapping, BorderMapping } from './chunk-NU2UQTZS.js';
2
2
  import { parseResponsiveValue } from './chunk-FTYK7Z7Q.js';
3
3
  import { isNil } from './chunk-U5R6ZXH3.js';
4
4
  import { useBreakpointContext } from './chunk-VBKLISDI.js';
@@ -6,7 +6,7 @@ import { UnsafePrefix } from './chunk-QMDDVBCZ.js';
6
6
  import { __privateAdd, __publicField, __privateSet, __privateGet } from './chunk-AQ5VUG5P.js';
7
7
 
8
8
  // css-module:./UseStyledSystem.module.css#css-module
9
- var UseStyledSystem_module_default = { "hop-b-hover": "UseStyledSystem-module__hop-b-hover___ahr0c", "hop-bb-hover": "UseStyledSystem-module__hop-bb-hover___GEnOy", "hop-bl-hover": "UseStyledSystem-module__hop-bl-hover___o0yc9", "hop-br-hover": "UseStyledSystem-module__hop-br-hover___Sarfa", "hop-bt-hover": "UseStyledSystem-module__hop-bt-hover___TpJyM", "hop-b-focus": "UseStyledSystem-module__hop-b-focus___2C8ef", "hop-bb-focus": "UseStyledSystem-module__hop-bb-focus___ciLR3", "hop-bl-focus": "UseStyledSystem-module__hop-bl-focus___in1fB", "hop-br-focus": "UseStyledSystem-module__hop-br-focus___lQfHB", "hop-bt-focus": "UseStyledSystem-module__hop-bt-focus___cn4aO", "hop-b-active": "UseStyledSystem-module__hop-b-active___OGaSC", "hop-bb-active": "UseStyledSystem-module__hop-bb-active___IZ2mb", "hop-bl-active": "UseStyledSystem-module__hop-bl-active___-d0PP", "hop-br-active": "UseStyledSystem-module__hop-br-active___lA6t1", "hop-bt-active": "UseStyledSystem-module__hop-bt-active___yhaqj", "hop-bg-hover": "UseStyledSystem-module__hop-bg-hover___WOasp", "hop-bg-focus": "UseStyledSystem-module__hop-bg-focus___30Wj5", "hop-bg-active": "UseStyledSystem-module__hop-bg-active___62BHB", "hop-bs-hover": "UseStyledSystem-module__hop-bs-hover___-qL4j", "hop-bs-focus": "UseStyledSystem-module__hop-bs-focus___8-qRT", "hop-bs-active": "UseStyledSystem-module__hop-bs-active___RjRZq", "hop-c-hover": "UseStyledSystem-module__hop-c-hover___5ga3R", "hop-c-focus": "UseStyledSystem-module__hop-c-focus___brXX9", "hop-c-active": "UseStyledSystem-module__hop-c-active___e96Vh", "hop-cs-hover": "UseStyledSystem-module__hop-cs-hover___WGByE", "hop-f-hover": "UseStyledSystem-module__hop-f-hover___2qsPT", "hop-f-focus": "UseStyledSystem-module__hop-f-focus___jPIin", "hop-o-hover": "UseStyledSystem-module__hop-o-hover___v5a-L", "hop-o-focus": "UseStyledSystem-module__hop-o-focus___7HoCM", "hop-o-active": "UseStyledSystem-module__hop-o-active___ejVIL", "hop-ol-focus": "UseStyledSystem-module__hop-ol-focus___Hixbo" };
9
+ var UseStyledSystem_module_default = { "hop-b-hover": "UseStyledSystem-module__hop-b-hover___po9M8", "hop-bb-hover": "UseStyledSystem-module__hop-bb-hover___jdTnm", "hop-bl-hover": "UseStyledSystem-module__hop-bl-hover___xnjPQ", "hop-br-hover": "UseStyledSystem-module__hop-br-hover___a9AzM", "hop-bt-hover": "UseStyledSystem-module__hop-bt-hover___Fbb90", "hop-b-focus": "UseStyledSystem-module__hop-b-focus___GnDcI", "hop-bb-focus": "UseStyledSystem-module__hop-bb-focus___EBcg-", "hop-bl-focus": "UseStyledSystem-module__hop-bl-focus___sJP6e", "hop-br-focus": "UseStyledSystem-module__hop-br-focus___c21zZ", "hop-bt-focus": "UseStyledSystem-module__hop-bt-focus___bZ-PE", "hop-b-active": "UseStyledSystem-module__hop-b-active___trC7-", "hop-bb-active": "UseStyledSystem-module__hop-bb-active___W5l3K", "hop-bl-active": "UseStyledSystem-module__hop-bl-active___8GLSI", "hop-br-active": "UseStyledSystem-module__hop-br-active___KfAYj", "hop-bt-active": "UseStyledSystem-module__hop-bt-active___B0YAk", "hop-bg-hover": "UseStyledSystem-module__hop-bg-hover___xUTYs", "hop-bg-focus": "UseStyledSystem-module__hop-bg-focus___N6ofP", "hop-bg-active": "UseStyledSystem-module__hop-bg-active___sZ1b-", "hop-bs-hover": "UseStyledSystem-module__hop-bs-hover___n-rnH", "hop-bs-focus": "UseStyledSystem-module__hop-bs-focus___vh0tl", "hop-bs-active": "UseStyledSystem-module__hop-bs-active___-cr3f", "hop-c-hover": "UseStyledSystem-module__hop-c-hover___vUd45", "hop-c-focus": "UseStyledSystem-module__hop-c-focus___IzkGg", "hop-c-active": "UseStyledSystem-module__hop-c-active___CT-kf", "hop-cs-hover": "UseStyledSystem-module__hop-cs-hover___Xf9KJ", "hop-f-hover": "UseStyledSystem-module__hop-f-hover___c5Nj1", "hop-f-focus": "UseStyledSystem-module__hop-f-focus___N5dQq", "hop-o-hover": "UseStyledSystem-module__hop-o-hover___qmeDJ", "hop-o-focus": "UseStyledSystem-module__hop-o-focus___sd-FH", "hop-o-active": "UseStyledSystem-module__hop-o-active___aD4KE", "hop-ol-focus": "UseStyledSystem-module__hop-ol-focus___OWcYr" };
10
10
 
11
11
  // src/useStyledSystem.ts
12
12
  function createSystemValueHandler(systemValues) {
@@ -1,10 +1,10 @@
1
- export { BodyStyleProvider } from '../chunk-3L2DGSHB.js';
1
+ export { BodyStyleProvider } from '../chunk-2BXEEI7C.js';
2
2
  import '../chunk-RIORU7JO.js';
3
3
  import '../chunk-YPIK2HRL.js';
4
4
  import '../chunk-3YM73BQP.js';
5
5
  import '../chunk-BSIKCABJ.js';
6
6
  import '../chunk-TKWJ3X2I.js';
7
7
  import '../chunk-U5R6ZXH3.js';
8
- import '../chunk-YLUQEG6N.js';
8
+ import '../chunk-JXQOC723.js';
9
9
  import '../chunk-7PR2BAOL.js';
10
10
  import '../chunk-AQ5VUG5P.js';
@@ -1,132 +1,132 @@
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___ahr0c:hover {
2
+ .UseStyledSystem-module__hop-b-hover___po9M8:hover {
3
3
  --hop-b-hover: initial;
4
4
  border: var(--hop-b-hover) !important;
5
5
  }
6
- .UseStyledSystem-module__hop-bb-hover___GEnOy:hover {
6
+ .UseStyledSystem-module__hop-bb-hover___jdTnm:hover {
7
7
  --hop-bb-hover: initial;
8
8
  border-bottom: var(--hop-bb-hover) !important;
9
9
  }
10
- .UseStyledSystem-module__hop-bl-hover___o0yc9:hover {
10
+ .UseStyledSystem-module__hop-bl-hover___xnjPQ:hover {
11
11
  --hop-bl-hover: initial;
12
12
  border-left: var(--hop-bl-hover) !important;
13
13
  }
14
- .UseStyledSystem-module__hop-br-hover___Sarfa:hover {
14
+ .UseStyledSystem-module__hop-br-hover___a9AzM:hover {
15
15
  --hop-br-hover: initial;
16
16
  border-right: var(--hop-br-hover) !important;
17
17
  }
18
- .UseStyledSystem-module__hop-bt-hover___TpJyM:hover {
18
+ .UseStyledSystem-module__hop-bt-hover___Fbb90:hover {
19
19
  --hop-bt-hover: initial;
20
20
  border-top: var(--hop-bt-hover) !important;
21
21
  }
22
- .UseStyledSystem-module__hop-b-focus___2C8ef:focus-visible {
22
+ .UseStyledSystem-module__hop-b-focus___GnDcI:focus-visible {
23
23
  --hop-b-focus: initial;
24
24
  border: var(--hop-b-focus) !important;
25
25
  }
26
- .UseStyledSystem-module__hop-bb-focus___ciLR3:focus-visible {
26
+ .UseStyledSystem-module__hop-bb-focus___EBcg-: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___in1fB:focus-visible {
30
+ .UseStyledSystem-module__hop-bl-focus___sJP6e: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___lQfHB:focus-visible {
34
+ .UseStyledSystem-module__hop-br-focus___c21zZ: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___cn4aO:focus-visible {
38
+ .UseStyledSystem-module__hop-bt-focus___bZ-PE: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___OGaSC:active {
42
+ .UseStyledSystem-module__hop-b-active___trC7-:active {
43
43
  --hop-b-active: initial;
44
44
  border: var(--hop-b-active) !important;
45
45
  }
46
- .UseStyledSystem-module__hop-bb-active___IZ2mb:active {
46
+ .UseStyledSystem-module__hop-bb-active___W5l3K:active {
47
47
  --hop-bb-active: initial;
48
48
  border-bottom: var(--hop-bb-active) !important;
49
49
  }
50
- .UseStyledSystem-module__hop-bl-active___-d0PP:active {
50
+ .UseStyledSystem-module__hop-bl-active___8GLSI:active {
51
51
  --hop-bl-active: initial;
52
52
  border-left: var(--hop-bl-active) !important;
53
53
  }
54
- .UseStyledSystem-module__hop-br-active___lA6t1:active {
54
+ .UseStyledSystem-module__hop-br-active___KfAYj:active {
55
55
  --hop-br-active: initial;
56
56
  border-right: var(--hop-br-active) !important;
57
57
  }
58
- .UseStyledSystem-module__hop-bt-active___yhaqj:active {
58
+ .UseStyledSystem-module__hop-bt-active___B0YAk:active {
59
59
  --hop-bt-active: initial;
60
60
  border-top: var(--hop-bt-active) !important;
61
61
  }
62
- .UseStyledSystem-module__hop-bg-hover___WOasp:hover {
62
+ .UseStyledSystem-module__hop-bg-hover___xUTYs:hover {
63
63
  --hop-bg-hover: initial;
64
64
  background-color: var(--hop-bg-hover) !important;
65
65
  }
66
- .UseStyledSystem-module__hop-bg-focus___30Wj5:focus-visible {
66
+ .UseStyledSystem-module__hop-bg-focus___N6ofP: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___62BHB:active {
70
+ .UseStyledSystem-module__hop-bg-active___sZ1b-:active {
71
71
  --hop-bg-active: initial;
72
72
  background-color: var(--hop-bg-active) !important;
73
73
  }
74
- .UseStyledSystem-module__hop-bs-hover___-qL4j:hover {
74
+ .UseStyledSystem-module__hop-bs-hover___n-rnH:hover {
75
75
  --hop-bs-hover: initial;
76
76
  box-shadow: var(--hop-bs-hover) !important;
77
77
  }
78
- .UseStyledSystem-module__hop-bs-focus___8-qRT:focus-visible {
78
+ .UseStyledSystem-module__hop-bs-focus___vh0tl: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___RjRZq:active {
82
+ .UseStyledSystem-module__hop-bs-active___-cr3f:active {
83
83
  --hop-bs-active: initial;
84
84
  box-shadow: var(--hop-bs-active) !important;
85
85
  }
86
- .UseStyledSystem-module__hop-c-hover___5ga3R:hover {
86
+ .UseStyledSystem-module__hop-c-hover___vUd45:hover {
87
87
  --hop-c-hover: initial;
88
88
  color: var(--hop-c-hover) !important;
89
89
  }
90
- .UseStyledSystem-module__hop-c-focus___brXX9:focus-visible {
90
+ .UseStyledSystem-module__hop-c-focus___IzkGg:focus-visible {
91
91
  --hop-c-focus: initial;
92
92
  color: var(--hop-c-focus) !important;
93
93
  }
94
- .UseStyledSystem-module__hop-c-active___e96Vh:active {
94
+ .UseStyledSystem-module__hop-c-active___CT-kf:active {
95
95
  --hop-c-active: initial;
96
96
  color: var(--hop-c-active) !important;
97
97
  }
98
- .UseStyledSystem-module__hop-cs-hover___WGByE:hover {
98
+ .UseStyledSystem-module__hop-cs-hover___Xf9KJ:hover {
99
99
  --hop-cs-hover: initial;
100
100
  cursor: var(--hop-cs-hover) !important;
101
101
  }
102
- .UseStyledSystem-module__hop-f-hover___2qsPT:hover {
102
+ .UseStyledSystem-module__hop-f-hover___c5Nj1:hover {
103
103
  --hop-f-hover: initial;
104
104
  fill: var(--hop-f-hover) !important;
105
105
  }
106
- .UseStyledSystem-module__hop-f-focus___jPIin:focus-visible {
106
+ .UseStyledSystem-module__hop-f-focus___N5dQq:focus-visible {
107
107
  --hop-f-focus: initial;
108
108
  fill: var(--hop-f-focus) !important;
109
109
  }
110
- .UseStyledSystem-module__hop-o-hover___v5a-L:hover {
110
+ .UseStyledSystem-module__hop-o-hover___qmeDJ:hover {
111
111
  --hop-o-hover: initial;
112
112
  opacity: var(--hop-o-hover) !important;
113
113
  }
114
- .UseStyledSystem-module__hop-o-focus___7HoCM:focus-visible {
114
+ .UseStyledSystem-module__hop-o-focus___sd-FH:focus-visible {
115
115
  --hop-o-focus: initial;
116
116
  opacity: var(--hop-o-focus) !important;
117
117
  }
118
- .UseStyledSystem-module__hop-o-active___ejVIL:active {
118
+ .UseStyledSystem-module__hop-o-active___aD4KE:active {
119
119
  --hop-o-active: initial;
120
120
  opacity: var(--hop-o-active) !important;
121
121
  }
122
- .UseStyledSystem-module__hop-ol-focus___Hixbo:focus-visible {
122
+ .UseStyledSystem-module__hop-ol-focus___OWcYr:focus-visible {
123
123
  --hop-ol-focus: initial;
124
124
  outline: var(--hop-ol-focus) !important;
125
125
  }
126
126
 
127
127
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/styled-system/src/html-wrappers/htmlElement.module.css/#css-module-data */
128
- :where(.htmlElement-module__hop-HtmlElement___9xNQ9),
129
- :where(.htmlElement-module__hop-HtmlElement___9xNQ9::after),
130
- :where(.htmlElement-module__hop-HtmlElement___9xNQ9::before) {
128
+ :where(.htmlElement-module__hop-HtmlElement___r5mM5),
129
+ :where(.htmlElement-module__hop-HtmlElement___r5mM5::after),
130
+ :where(.htmlElement-module__hop-HtmlElement___r5mM5::before) {
131
131
  box-sizing: border-box;
132
132
  }
@@ -1,12 +1,12 @@
1
- export { A, Address, Article, Aside, Div, HtmlButton, HtmlFooter, HtmlForm, HtmlH1, HtmlH2, HtmlH3, HtmlH4, HtmlH5, HtmlH6, HtmlHeader, HtmlInput, HtmlLabel, HtmlParagraph, HtmlSection, HtmlTextArea, Img, LI, Main, Nav, OL, Span, TBody, TD, TFoot, TH, THead, TR, Table, UL } from '../chunk-45SKDZDU.js';
2
- import '../chunk-Z7QXYGDW.js';
3
- import '../chunk-NJCNQAAN.js';
4
- import '../chunk-5EYB7EKH.js';
5
- import '../chunk-2BMH444W.js';
1
+ export { A, Address, Article, Aside, Div, HtmlButton, HtmlFooter, HtmlForm, HtmlH1, HtmlH2, HtmlH3, HtmlH4, HtmlH5, HtmlH6, HtmlHeader, HtmlInput, HtmlLabel, HtmlParagraph, HtmlSection, HtmlTextArea, Img, LI, Main, Nav, OL, Span, TBody, TD, TFoot, TH, THead, TR, Table, UL } from '../chunk-YE3BYF3K.js';
2
+ import '../chunk-HBPS5EBA.js';
3
+ import '../chunk-ZDYD3BEI.js';
4
+ import '../chunk-NU2UQTZS.js';
5
+ import '../chunk-5NCU6MQB.js';
6
6
  import '../chunk-FTYK7Z7Q.js';
7
7
  import '../chunk-U5R6ZXH3.js';
8
8
  import '../chunk-VBKLISDI.js';
9
9
  import '../chunk-XUHDFZZL.js';
10
10
  import '../chunk-QMDDVBCZ.js';
11
- import '../chunk-YLUQEG6N.js';
11
+ import '../chunk-JXQOC723.js';
12
12
  import '../chunk-AQ5VUG5P.js';
@@ -1,132 +1,132 @@
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___ahr0c:hover {
2
+ .UseStyledSystem-module__hop-b-hover___po9M8:hover {
3
3
  --hop-b-hover: initial;
4
4
  border: var(--hop-b-hover) !important;
5
5
  }
6
- .UseStyledSystem-module__hop-bb-hover___GEnOy:hover {
6
+ .UseStyledSystem-module__hop-bb-hover___jdTnm:hover {
7
7
  --hop-bb-hover: initial;
8
8
  border-bottom: var(--hop-bb-hover) !important;
9
9
  }
10
- .UseStyledSystem-module__hop-bl-hover___o0yc9:hover {
10
+ .UseStyledSystem-module__hop-bl-hover___xnjPQ:hover {
11
11
  --hop-bl-hover: initial;
12
12
  border-left: var(--hop-bl-hover) !important;
13
13
  }
14
- .UseStyledSystem-module__hop-br-hover___Sarfa:hover {
14
+ .UseStyledSystem-module__hop-br-hover___a9AzM:hover {
15
15
  --hop-br-hover: initial;
16
16
  border-right: var(--hop-br-hover) !important;
17
17
  }
18
- .UseStyledSystem-module__hop-bt-hover___TpJyM:hover {
18
+ .UseStyledSystem-module__hop-bt-hover___Fbb90:hover {
19
19
  --hop-bt-hover: initial;
20
20
  border-top: var(--hop-bt-hover) !important;
21
21
  }
22
- .UseStyledSystem-module__hop-b-focus___2C8ef:focus-visible {
22
+ .UseStyledSystem-module__hop-b-focus___GnDcI:focus-visible {
23
23
  --hop-b-focus: initial;
24
24
  border: var(--hop-b-focus) !important;
25
25
  }
26
- .UseStyledSystem-module__hop-bb-focus___ciLR3:focus-visible {
26
+ .UseStyledSystem-module__hop-bb-focus___EBcg-: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___in1fB:focus-visible {
30
+ .UseStyledSystem-module__hop-bl-focus___sJP6e: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___lQfHB:focus-visible {
34
+ .UseStyledSystem-module__hop-br-focus___c21zZ: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___cn4aO:focus-visible {
38
+ .UseStyledSystem-module__hop-bt-focus___bZ-PE: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___OGaSC:active {
42
+ .UseStyledSystem-module__hop-b-active___trC7-:active {
43
43
  --hop-b-active: initial;
44
44
  border: var(--hop-b-active) !important;
45
45
  }
46
- .UseStyledSystem-module__hop-bb-active___IZ2mb:active {
46
+ .UseStyledSystem-module__hop-bb-active___W5l3K:active {
47
47
  --hop-bb-active: initial;
48
48
  border-bottom: var(--hop-bb-active) !important;
49
49
  }
50
- .UseStyledSystem-module__hop-bl-active___-d0PP:active {
50
+ .UseStyledSystem-module__hop-bl-active___8GLSI:active {
51
51
  --hop-bl-active: initial;
52
52
  border-left: var(--hop-bl-active) !important;
53
53
  }
54
- .UseStyledSystem-module__hop-br-active___lA6t1:active {
54
+ .UseStyledSystem-module__hop-br-active___KfAYj:active {
55
55
  --hop-br-active: initial;
56
56
  border-right: var(--hop-br-active) !important;
57
57
  }
58
- .UseStyledSystem-module__hop-bt-active___yhaqj:active {
58
+ .UseStyledSystem-module__hop-bt-active___B0YAk:active {
59
59
  --hop-bt-active: initial;
60
60
  border-top: var(--hop-bt-active) !important;
61
61
  }
62
- .UseStyledSystem-module__hop-bg-hover___WOasp:hover {
62
+ .UseStyledSystem-module__hop-bg-hover___xUTYs:hover {
63
63
  --hop-bg-hover: initial;
64
64
  background-color: var(--hop-bg-hover) !important;
65
65
  }
66
- .UseStyledSystem-module__hop-bg-focus___30Wj5:focus-visible {
66
+ .UseStyledSystem-module__hop-bg-focus___N6ofP: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___62BHB:active {
70
+ .UseStyledSystem-module__hop-bg-active___sZ1b-:active {
71
71
  --hop-bg-active: initial;
72
72
  background-color: var(--hop-bg-active) !important;
73
73
  }
74
- .UseStyledSystem-module__hop-bs-hover___-qL4j:hover {
74
+ .UseStyledSystem-module__hop-bs-hover___n-rnH:hover {
75
75
  --hop-bs-hover: initial;
76
76
  box-shadow: var(--hop-bs-hover) !important;
77
77
  }
78
- .UseStyledSystem-module__hop-bs-focus___8-qRT:focus-visible {
78
+ .UseStyledSystem-module__hop-bs-focus___vh0tl: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___RjRZq:active {
82
+ .UseStyledSystem-module__hop-bs-active___-cr3f:active {
83
83
  --hop-bs-active: initial;
84
84
  box-shadow: var(--hop-bs-active) !important;
85
85
  }
86
- .UseStyledSystem-module__hop-c-hover___5ga3R:hover {
86
+ .UseStyledSystem-module__hop-c-hover___vUd45:hover {
87
87
  --hop-c-hover: initial;
88
88
  color: var(--hop-c-hover) !important;
89
89
  }
90
- .UseStyledSystem-module__hop-c-focus___brXX9:focus-visible {
90
+ .UseStyledSystem-module__hop-c-focus___IzkGg:focus-visible {
91
91
  --hop-c-focus: initial;
92
92
  color: var(--hop-c-focus) !important;
93
93
  }
94
- .UseStyledSystem-module__hop-c-active___e96Vh:active {
94
+ .UseStyledSystem-module__hop-c-active___CT-kf:active {
95
95
  --hop-c-active: initial;
96
96
  color: var(--hop-c-active) !important;
97
97
  }
98
- .UseStyledSystem-module__hop-cs-hover___WGByE:hover {
98
+ .UseStyledSystem-module__hop-cs-hover___Xf9KJ:hover {
99
99
  --hop-cs-hover: initial;
100
100
  cursor: var(--hop-cs-hover) !important;
101
101
  }
102
- .UseStyledSystem-module__hop-f-hover___2qsPT:hover {
102
+ .UseStyledSystem-module__hop-f-hover___c5Nj1:hover {
103
103
  --hop-f-hover: initial;
104
104
  fill: var(--hop-f-hover) !important;
105
105
  }
106
- .UseStyledSystem-module__hop-f-focus___jPIin:focus-visible {
106
+ .UseStyledSystem-module__hop-f-focus___N5dQq:focus-visible {
107
107
  --hop-f-focus: initial;
108
108
  fill: var(--hop-f-focus) !important;
109
109
  }
110
- .UseStyledSystem-module__hop-o-hover___v5a-L:hover {
110
+ .UseStyledSystem-module__hop-o-hover___qmeDJ:hover {
111
111
  --hop-o-hover: initial;
112
112
  opacity: var(--hop-o-hover) !important;
113
113
  }
114
- .UseStyledSystem-module__hop-o-focus___7HoCM:focus-visible {
114
+ .UseStyledSystem-module__hop-o-focus___sd-FH:focus-visible {
115
115
  --hop-o-focus: initial;
116
116
  opacity: var(--hop-o-focus) !important;
117
117
  }
118
- .UseStyledSystem-module__hop-o-active___ejVIL:active {
118
+ .UseStyledSystem-module__hop-o-active___aD4KE:active {
119
119
  --hop-o-active: initial;
120
120
  opacity: var(--hop-o-active) !important;
121
121
  }
122
- .UseStyledSystem-module__hop-ol-focus___Hixbo:focus-visible {
122
+ .UseStyledSystem-module__hop-ol-focus___OWcYr:focus-visible {
123
123
  --hop-ol-focus: initial;
124
124
  outline: var(--hop-ol-focus) !important;
125
125
  }
126
126
 
127
127
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/styled-system/src/html-wrappers/htmlElement.module.css/#css-module-data */
128
- :where(.htmlElement-module__hop-HtmlElement___9xNQ9),
129
- :where(.htmlElement-module__hop-HtmlElement___9xNQ9::after),
130
- :where(.htmlElement-module__hop-HtmlElement___9xNQ9::before) {
128
+ :where(.htmlElement-module__hop-HtmlElement___r5mM5),
129
+ :where(.htmlElement-module__hop-HtmlElement___r5mM5::after),
130
+ :where(.htmlElement-module__hop-HtmlElement___r5mM5::before) {
131
131
  box-sizing: border-box;
132
132
  }
@@ -1,11 +1,11 @@
1
- export { GlobalHtmlElementCssSelector, GlobalHtmlElementSpecificCssSelector, htmlElement } from '../chunk-Z7QXYGDW.js';
2
- import '../chunk-NJCNQAAN.js';
3
- import '../chunk-5EYB7EKH.js';
4
- import '../chunk-2BMH444W.js';
1
+ export { GlobalHtmlElementCssSelector, GlobalHtmlElementSpecificCssSelector, htmlElement } from '../chunk-HBPS5EBA.js';
2
+ import '../chunk-ZDYD3BEI.js';
3
+ import '../chunk-NU2UQTZS.js';
4
+ import '../chunk-5NCU6MQB.js';
5
5
  import '../chunk-FTYK7Z7Q.js';
6
6
  import '../chunk-U5R6ZXH3.js';
7
7
  import '../chunk-VBKLISDI.js';
8
8
  import '../chunk-XUHDFZZL.js';
9
9
  import '../chunk-QMDDVBCZ.js';
10
- import '../chunk-YLUQEG6N.js';
10
+ import '../chunk-JXQOC723.js';
11
11
  import '../chunk-AQ5VUG5P.js';
package/dist/index.css CHANGED
@@ -1,132 +1,132 @@
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___ahr0c:hover {
2
+ .UseStyledSystem-module__hop-b-hover___po9M8:hover {
3
3
  --hop-b-hover: initial;
4
4
  border: var(--hop-b-hover) !important;
5
5
  }
6
- .UseStyledSystem-module__hop-bb-hover___GEnOy:hover {
6
+ .UseStyledSystem-module__hop-bb-hover___jdTnm:hover {
7
7
  --hop-bb-hover: initial;
8
8
  border-bottom: var(--hop-bb-hover) !important;
9
9
  }
10
- .UseStyledSystem-module__hop-bl-hover___o0yc9:hover {
10
+ .UseStyledSystem-module__hop-bl-hover___xnjPQ:hover {
11
11
  --hop-bl-hover: initial;
12
12
  border-left: var(--hop-bl-hover) !important;
13
13
  }
14
- .UseStyledSystem-module__hop-br-hover___Sarfa:hover {
14
+ .UseStyledSystem-module__hop-br-hover___a9AzM:hover {
15
15
  --hop-br-hover: initial;
16
16
  border-right: var(--hop-br-hover) !important;
17
17
  }
18
- .UseStyledSystem-module__hop-bt-hover___TpJyM:hover {
18
+ .UseStyledSystem-module__hop-bt-hover___Fbb90:hover {
19
19
  --hop-bt-hover: initial;
20
20
  border-top: var(--hop-bt-hover) !important;
21
21
  }
22
- .UseStyledSystem-module__hop-b-focus___2C8ef:focus-visible {
22
+ .UseStyledSystem-module__hop-b-focus___GnDcI:focus-visible {
23
23
  --hop-b-focus: initial;
24
24
  border: var(--hop-b-focus) !important;
25
25
  }
26
- .UseStyledSystem-module__hop-bb-focus___ciLR3:focus-visible {
26
+ .UseStyledSystem-module__hop-bb-focus___EBcg-: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___in1fB:focus-visible {
30
+ .UseStyledSystem-module__hop-bl-focus___sJP6e: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___lQfHB:focus-visible {
34
+ .UseStyledSystem-module__hop-br-focus___c21zZ: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___cn4aO:focus-visible {
38
+ .UseStyledSystem-module__hop-bt-focus___bZ-PE: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___OGaSC:active {
42
+ .UseStyledSystem-module__hop-b-active___trC7-:active {
43
43
  --hop-b-active: initial;
44
44
  border: var(--hop-b-active) !important;
45
45
  }
46
- .UseStyledSystem-module__hop-bb-active___IZ2mb:active {
46
+ .UseStyledSystem-module__hop-bb-active___W5l3K:active {
47
47
  --hop-bb-active: initial;
48
48
  border-bottom: var(--hop-bb-active) !important;
49
49
  }
50
- .UseStyledSystem-module__hop-bl-active___-d0PP:active {
50
+ .UseStyledSystem-module__hop-bl-active___8GLSI:active {
51
51
  --hop-bl-active: initial;
52
52
  border-left: var(--hop-bl-active) !important;
53
53
  }
54
- .UseStyledSystem-module__hop-br-active___lA6t1:active {
54
+ .UseStyledSystem-module__hop-br-active___KfAYj:active {
55
55
  --hop-br-active: initial;
56
56
  border-right: var(--hop-br-active) !important;
57
57
  }
58
- .UseStyledSystem-module__hop-bt-active___yhaqj:active {
58
+ .UseStyledSystem-module__hop-bt-active___B0YAk:active {
59
59
  --hop-bt-active: initial;
60
60
  border-top: var(--hop-bt-active) !important;
61
61
  }
62
- .UseStyledSystem-module__hop-bg-hover___WOasp:hover {
62
+ .UseStyledSystem-module__hop-bg-hover___xUTYs:hover {
63
63
  --hop-bg-hover: initial;
64
64
  background-color: var(--hop-bg-hover) !important;
65
65
  }
66
- .UseStyledSystem-module__hop-bg-focus___30Wj5:focus-visible {
66
+ .UseStyledSystem-module__hop-bg-focus___N6ofP: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___62BHB:active {
70
+ .UseStyledSystem-module__hop-bg-active___sZ1b-:active {
71
71
  --hop-bg-active: initial;
72
72
  background-color: var(--hop-bg-active) !important;
73
73
  }
74
- .UseStyledSystem-module__hop-bs-hover___-qL4j:hover {
74
+ .UseStyledSystem-module__hop-bs-hover___n-rnH:hover {
75
75
  --hop-bs-hover: initial;
76
76
  box-shadow: var(--hop-bs-hover) !important;
77
77
  }
78
- .UseStyledSystem-module__hop-bs-focus___8-qRT:focus-visible {
78
+ .UseStyledSystem-module__hop-bs-focus___vh0tl: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___RjRZq:active {
82
+ .UseStyledSystem-module__hop-bs-active___-cr3f:active {
83
83
  --hop-bs-active: initial;
84
84
  box-shadow: var(--hop-bs-active) !important;
85
85
  }
86
- .UseStyledSystem-module__hop-c-hover___5ga3R:hover {
86
+ .UseStyledSystem-module__hop-c-hover___vUd45:hover {
87
87
  --hop-c-hover: initial;
88
88
  color: var(--hop-c-hover) !important;
89
89
  }
90
- .UseStyledSystem-module__hop-c-focus___brXX9:focus-visible {
90
+ .UseStyledSystem-module__hop-c-focus___IzkGg:focus-visible {
91
91
  --hop-c-focus: initial;
92
92
  color: var(--hop-c-focus) !important;
93
93
  }
94
- .UseStyledSystem-module__hop-c-active___e96Vh:active {
94
+ .UseStyledSystem-module__hop-c-active___CT-kf:active {
95
95
  --hop-c-active: initial;
96
96
  color: var(--hop-c-active) !important;
97
97
  }
98
- .UseStyledSystem-module__hop-cs-hover___WGByE:hover {
98
+ .UseStyledSystem-module__hop-cs-hover___Xf9KJ:hover {
99
99
  --hop-cs-hover: initial;
100
100
  cursor: var(--hop-cs-hover) !important;
101
101
  }
102
- .UseStyledSystem-module__hop-f-hover___2qsPT:hover {
102
+ .UseStyledSystem-module__hop-f-hover___c5Nj1:hover {
103
103
  --hop-f-hover: initial;
104
104
  fill: var(--hop-f-hover) !important;
105
105
  }
106
- .UseStyledSystem-module__hop-f-focus___jPIin:focus-visible {
106
+ .UseStyledSystem-module__hop-f-focus___N5dQq:focus-visible {
107
107
  --hop-f-focus: initial;
108
108
  fill: var(--hop-f-focus) !important;
109
109
  }
110
- .UseStyledSystem-module__hop-o-hover___v5a-L:hover {
110
+ .UseStyledSystem-module__hop-o-hover___qmeDJ:hover {
111
111
  --hop-o-hover: initial;
112
112
  opacity: var(--hop-o-hover) !important;
113
113
  }
114
- .UseStyledSystem-module__hop-o-focus___7HoCM:focus-visible {
114
+ .UseStyledSystem-module__hop-o-focus___sd-FH:focus-visible {
115
115
  --hop-o-focus: initial;
116
116
  opacity: var(--hop-o-focus) !important;
117
117
  }
118
- .UseStyledSystem-module__hop-o-active___ejVIL:active {
118
+ .UseStyledSystem-module__hop-o-active___aD4KE:active {
119
119
  --hop-o-active: initial;
120
120
  opacity: var(--hop-o-active) !important;
121
121
  }
122
- .UseStyledSystem-module__hop-ol-focus___Hixbo:focus-visible {
122
+ .UseStyledSystem-module__hop-ol-focus___OWcYr:focus-visible {
123
123
  --hop-ol-focus: initial;
124
124
  outline: var(--hop-ol-focus) !important;
125
125
  }
126
126
 
127
127
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/styled-system/src/html-wrappers/htmlElement.module.css/#css-module-data */
128
- :where(.htmlElement-module__hop-HtmlElement___9xNQ9),
129
- :where(.htmlElement-module__hop-HtmlElement___9xNQ9::after),
130
- :where(.htmlElement-module__hop-HtmlElement___9xNQ9::before) {
128
+ :where(.htmlElement-module__hop-HtmlElement___r5mM5),
129
+ :where(.htmlElement-module__hop-HtmlElement___r5mM5::after),
130
+ :where(.htmlElement-module__hop-HtmlElement___r5mM5::before) {
131
131
  box-sizing: border-box;
132
132
  }
package/dist/index.js CHANGED
@@ -1,24 +1,24 @@
1
1
  export { slot } from './chunk-7STOSQRA.js';
2
- export { GlobalStyledSystemProviderCssSelector, _StyledSystemProvider as StyledSystemProvider } from './chunk-GN76AT7Q.js';
3
- export { BodyStyleProvider } from './chunk-3L2DGSHB.js';
2
+ export { GlobalStyledSystemProviderCssSelector, _StyledSystemProvider as StyledSystemProvider } from './chunk-HTXLXS6H.js';
3
+ export { BodyStyleProvider } from './chunk-2BXEEI7C.js';
4
4
  export { useInsertStyleElement } from './chunk-RIORU7JO.js';
5
5
  export { useIsomorphicInsertionEffect } from './chunk-YPIK2HRL.js';
6
6
  export { useIsomorphicLayoutEffect } from './chunk-3YM73BQP.js';
7
7
  export { ThemeComputedStyle } from './chunk-BSIKCABJ.js';
8
- export { A, Address, Article, Aside, Div, HtmlButton, HtmlFooter, HtmlForm, HtmlH1, HtmlH2, HtmlH3, HtmlH4, HtmlH5, HtmlH6, HtmlHeader, HtmlInput, HtmlLabel, HtmlParagraph, HtmlSection, HtmlTextArea, Img, LI, Main, Nav, OL, Span, TBody, TD, TFoot, TH, THead, TR, Table, UL } from './chunk-45SKDZDU.js';
9
- export { GlobalHtmlElementCssSelector, GlobalHtmlElementSpecificCssSelector, htmlElement } from './chunk-Z7QXYGDW.js';
8
+ export { A, Address, Article, Aside, Div, HtmlButton, HtmlFooter, HtmlForm, HtmlH1, HtmlH2, HtmlH3, HtmlH4, HtmlH5, HtmlH6, HtmlHeader, HtmlInput, HtmlLabel, HtmlParagraph, HtmlSection, HtmlTextArea, Img, LI, Main, Nav, OL, Span, TBody, TD, TFoot, TH, THead, TR, Table, UL } from './chunk-YE3BYF3K.js';
9
+ export { GlobalHtmlElementCssSelector, GlobalHtmlElementSpecificCssSelector, htmlElement } from './chunk-HBPS5EBA.js';
10
10
  export { BreakpointProvider, DefaultUnsupportedMatchMediaBreakpoint } from './chunk-GXUFWEP5.js';
11
11
  export { ThemeContext, useThemeContext } from './chunk-TKWJ3X2I.js';
12
- export { getRootCSSClasses } from './chunk-3EOEVFRN.js';
13
- export { isStyledSystemProp, useStyledSystem } from './chunk-NJCNQAAN.js';
14
- export { BackgroundColorMapping, BorderMapping, BorderRadiusMapping, BoxShadowMapping, ColorExpressionTypes, ColorMapping, ComplexMarginMapping, ComplexPaddingMapping, DataVizColorMapping, DefaultBorderWidthAndStyle, DefaultOutlineWidthAndStyle, FontFamilyMapping, FontSizeMapping, FontWeightMapping, GradientColorMapping, IconColorMapping, LetterSpacingMapping, LineHeightMapping, OutlineMapping, SimpleMarginMapping, SimplePaddingMapping, SizingMapping, SpaceMapping, TextColorMapping, getSizingValue, getSystemValue, parseResponsiveSystemValue } from './chunk-5EYB7EKH.js';
15
- import './chunk-2BMH444W.js';
12
+ export { getRootCSSClasses } from './chunk-ACAEZQKX.js';
13
+ export { isStyledSystemProp, useStyledSystem } from './chunk-ZDYD3BEI.js';
14
+ export { BackgroundColorMapping, BorderMapping, BorderRadiusMapping, BoxShadowMapping, ColorExpressionTypes, ColorMapping, ComplexMarginMapping, ComplexPaddingMapping, DataVizColorMapping, DefaultBorderWidthAndStyle, DefaultOutlineWidthAndStyle, FontFamilyMapping, FontSizeMapping, FontWeightMapping, GradientColorMapping, IconColorMapping, LetterSpacingMapping, LineHeightMapping, OutlineMapping, SimpleMarginMapping, SimplePaddingMapping, SizingMapping, SpaceMapping, TextColorMapping, getSizingValue, getSystemValue, parseResponsiveSystemValue } from './chunk-NU2UQTZS.js';
15
+ import './chunk-5NCU6MQB.js';
16
16
  export { isResponsiveObject, parseResponsiveValue, useResponsiveValue } from './chunk-FTYK7Z7Q.js';
17
17
  import './chunk-U5R6ZXH3.js';
18
18
  export { BreakpointContext, useBreakpointContext } from './chunk-VBKLISDI.js';
19
19
  export { Breakpoints } from './chunk-XUHDFZZL.js';
20
20
  export { UnsafePrefix } from './chunk-QMDDVBCZ.js';
21
- export { HopperRootCssClass, HopperVariablePrefix, StyledSystemRootCssClass } from './chunk-YLUQEG6N.js';
21
+ export { HopperRootCssClass, HopperVariablePrefix, StyledSystemRootCssClass } from './chunk-JXQOC723.js';
22
22
  export { useColorScheme } from './chunk-5U5IRAPA.js';
23
23
  export { supportsMatchMedia, useMediaQuery } from './chunk-T6JS7L6B.js';
24
24
  export { useColorSchemeValue } from './chunk-XG7R6QGE.js';
@@ -1,3 +1,3 @@
1
- export { getRootCSSClasses } from './chunk-3EOEVFRN.js';
2
- import './chunk-YLUQEG6N.js';
1
+ export { getRootCSSClasses } from './chunk-ACAEZQKX.js';
2
+ import './chunk-JXQOC723.js';
3
3
  import './chunk-AQ5VUG5P.js';
@@ -2,7 +2,7 @@
2
2
  * This file is generated by Style Dictionary. Do not edit directly.
3
3
  */
4
4
 
5
- .hop-5-3-1-sharegate-dark {
5
+ .hop-5-3-2-sharegate-dark {
6
6
  --hop-neutral-surface-weak-transparent-always-dark: rgb(49 51 53 / 0.75);
7
7
  --hop-neutral-surface-transparent: rgb(35 36 38 / 0.9);
8
8
  --hop-space-1280: 8rem;
@@ -19,6 +19,7 @@
19
19
  --hop-space-20: 0.125rem;
20
20
  --hop-space-10: 0.0625rem;
21
21
  --hop-space-0: 0;
22
+ --hop-border-radius-2-5: 0.75rem;
22
23
  --hop-border-radius-9999: 624.9375rem;
23
24
  --hop-border-radius-4: 1.5rem;
24
25
  --hop-border-radius-3: 1rem;
@@ -2,7 +2,7 @@
2
2
  * This file is generated by Style Dictionary. Do not edit directly.
3
3
  */
4
4
 
5
- .hop-5-3-1-sharegate {
5
+ .hop-5-3-2-sharegate {
6
6
  --hop-comp-tooltip-box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.08), 0 8px 24px 0 rgba(0, 0, 0, 0.12);
7
7
  --hop-comp-tooltip-backdrop-filter: blur(10px);
8
8
  --hop-comp-tile-icon-color: transparent;
@@ -371,6 +371,7 @@
371
371
  --hop-space-20: 0.125rem;
372
372
  --hop-space-10: 0.0625rem;
373
373
  --hop-space-0: 0;
374
+ --hop-border-radius-2-5: 0.75rem;
374
375
  --hop-border-radius-9999: 624.9375rem;
375
376
  --hop-border-radius-4: 1.5rem;
376
377
  --hop-border-radius-3: 1rem;
@@ -2,7 +2,7 @@
2
2
  * This file is generated by Style Dictionary. Do not edit directly.
3
3
  */
4
4
 
5
- .hop-5-3-1-workleap-dark {
5
+ .hop-5-3-2-workleap-dark {
6
6
  --hop-neutral-surface-weak-transparent-always-dark: rgb(49 51 53 / 0.75);
7
7
  --hop-neutral-surface-transparent: rgb(35 36 38 / 0.9);
8
8
  --hop-space-1280: 8rem;
@@ -19,6 +19,7 @@
19
19
  --hop-space-20: 0.125rem;
20
20
  --hop-space-10: 0.0625rem;
21
21
  --hop-space-0: 0;
22
+ --hop-border-radius-2-5: 0.75rem;
22
23
  --hop-border-radius-9999: 624.9375rem;
23
24
  --hop-border-radius-4: 1.5rem;
24
25
  --hop-border-radius-3: 1rem;
@@ -2,7 +2,7 @@
2
2
  * This file is generated by Style Dictionary. Do not edit directly.
3
3
  */
4
4
 
5
- .hop-5-3-1-workleap {
5
+ .hop-5-3-2-workleap {
6
6
  --hop-comp-tooltip-backdrop-filter: none;
7
7
  --hop-comp-tile-icon-color: transparent;
8
8
  --hop-comp-tile-outline-color-disabled: transparent;
@@ -349,6 +349,7 @@
349
349
  --hop-space-20: 0.125rem;
350
350
  --hop-space-10: 0.0625rem;
351
351
  --hop-space-0: 0;
352
+ --hop-border-radius-2-5: 0.75rem;
352
353
  --hop-border-radius-9999: 624.9375rem;
353
354
  --hop-border-radius-4: 1.5rem;
354
355
  --hop-border-radius-3: 1rem;
@@ -1,5 +1,5 @@
1
1
  declare const HopperRootCssClass = "hop";
2
- declare const StyledSystemRootCssClass = "hop-5-3-1";
2
+ declare const StyledSystemRootCssClass = "hop-5-3-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-YLUQEG6N.js';
1
+ export { HopperRootCssClass, HopperVariablePrefix, StyledSystemRootCssClass } from '../../chunk-JXQOC723.js';
2
2
  import '../../chunk-AQ5VUG5P.js';
@@ -1322,6 +1322,7 @@ declare const Shape: {
1322
1322
  readonly core_3: "border-radius-3";
1323
1323
  readonly core_4: "border-radius-4";
1324
1324
  readonly core_9999: "border-radius-9999";
1325
+ readonly "core_2-5": "border-radius-2-5";
1325
1326
  readonly circle: "shape-circle";
1326
1327
  readonly pill: "shape-pill";
1327
1328
  readonly "rounded-lg": "shape-rounded-lg";
@@ -1,2 +1,2 @@
1
- export { BackgroundColors, BorderColors, CoreSpace, DataVizColors, Elevation, FontFamily, FontOffset, FontSize, FontWeight, GradientColors, HopperColors, IconColors, LetterSpacing, LineHeight, Motions, SemanticComplexMarginSpace, SemanticComplexPaddingSpace, SemanticSimpleMarginSpace, SemanticSimplePaddingSpace, Shape, TextColors } from '../../chunk-2BMH444W.js';
1
+ export { BackgroundColors, BorderColors, CoreSpace, DataVizColors, Elevation, FontFamily, FontOffset, FontSize, FontWeight, GradientColors, HopperColors, IconColors, LetterSpacing, LineHeight, Motions, SemanticComplexMarginSpace, SemanticComplexPaddingSpace, SemanticSimpleMarginSpace, SemanticSimplePaddingSpace, Shape, TextColors } from '../../chunk-5NCU6MQB.js';
2
2
  import '../../chunk-AQ5VUG5P.js';
@@ -3126,7 +3126,7 @@ declare const FontWeightMapping: Record<"core_400" | "heading-3xl" | "heading-2x
3126
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-md" | "accent-sm" | "accent-xs" | "caption-xl" | "caption-lg" | "caption-md" | "caption-sm" | "core_1-125" | "core_1-14" | "core_1-1666" | "core_1-20" | "core_1-25" | "core_1-2857" | "core_1-33" | "core_1-40" | "core_1-4285" | "core_1-50", string>;
3127
3127
  declare const LetterSpacingMapping: Record<"core_0" | "core_dense-10" | "core_dense-5" | "core_wide-5" | "core_wide-10" | "core_wide-15" | "core_wide-20" | "core_wide-25" | "core_wide-30", string>;
3128
3128
  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-md" | "accent-sm" | "accent-xs" | "caption-xl" | "caption-lg" | "caption-md" | "caption-sm", string>;
3129
- 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>;
3129
+ declare const BorderRadiusMapping: Record<"circle" | "core_0" | "core_1" | "core_2" | "core_3" | "core_4" | "core_9999" | "core_2-5" | "pill" | "rounded-lg" | "rounded-md" | "rounded-sm", string>;
3130
3130
  declare const SpaceMapping: {
3131
3131
  core_0: string;
3132
3132
  core_10: string;
@@ -1,8 +1,8 @@
1
- export { BackgroundColorMapping, BorderMapping, BorderRadiusMapping, BoxShadowMapping, ColorExpressionTypes, ColorMapping, ComplexMarginMapping, ComplexPaddingMapping, DataVizColorMapping, DefaultBorderWidthAndStyle, DefaultOutlineWidthAndStyle, FontFamilyMapping, FontSizeMapping, FontWeightMapping, GradientColorMapping, IconColorMapping, LetterSpacingMapping, LineHeightMapping, OutlineMapping, SimpleMarginMapping, SimplePaddingMapping, SizingMapping, SpaceMapping, TextColorMapping, getSizingValue, getSystemValue, parseResponsiveSystemValue } from '../chunk-5EYB7EKH.js';
2
- import '../chunk-2BMH444W.js';
1
+ export { BackgroundColorMapping, BorderMapping, BorderRadiusMapping, BoxShadowMapping, ColorExpressionTypes, ColorMapping, ComplexMarginMapping, ComplexPaddingMapping, DataVizColorMapping, DefaultBorderWidthAndStyle, DefaultOutlineWidthAndStyle, FontFamilyMapping, FontSizeMapping, FontWeightMapping, GradientColorMapping, IconColorMapping, LetterSpacingMapping, LineHeightMapping, OutlineMapping, SimpleMarginMapping, SimplePaddingMapping, SizingMapping, SpaceMapping, TextColorMapping, getSizingValue, getSystemValue, parseResponsiveSystemValue } from '../chunk-NU2UQTZS.js';
2
+ import '../chunk-5NCU6MQB.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-YLUQEG6N.js';
7
+ import '../chunk-JXQOC723.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___ahr0c:hover {
2
+ .UseStyledSystem-module__hop-b-hover___po9M8:hover {
3
3
  --hop-b-hover: initial;
4
4
  border: var(--hop-b-hover) !important;
5
5
  }
6
- .UseStyledSystem-module__hop-bb-hover___GEnOy:hover {
6
+ .UseStyledSystem-module__hop-bb-hover___jdTnm:hover {
7
7
  --hop-bb-hover: initial;
8
8
  border-bottom: var(--hop-bb-hover) !important;
9
9
  }
10
- .UseStyledSystem-module__hop-bl-hover___o0yc9:hover {
10
+ .UseStyledSystem-module__hop-bl-hover___xnjPQ:hover {
11
11
  --hop-bl-hover: initial;
12
12
  border-left: var(--hop-bl-hover) !important;
13
13
  }
14
- .UseStyledSystem-module__hop-br-hover___Sarfa:hover {
14
+ .UseStyledSystem-module__hop-br-hover___a9AzM:hover {
15
15
  --hop-br-hover: initial;
16
16
  border-right: var(--hop-br-hover) !important;
17
17
  }
18
- .UseStyledSystem-module__hop-bt-hover___TpJyM:hover {
18
+ .UseStyledSystem-module__hop-bt-hover___Fbb90:hover {
19
19
  --hop-bt-hover: initial;
20
20
  border-top: var(--hop-bt-hover) !important;
21
21
  }
22
- .UseStyledSystem-module__hop-b-focus___2C8ef:focus-visible {
22
+ .UseStyledSystem-module__hop-b-focus___GnDcI:focus-visible {
23
23
  --hop-b-focus: initial;
24
24
  border: var(--hop-b-focus) !important;
25
25
  }
26
- .UseStyledSystem-module__hop-bb-focus___ciLR3:focus-visible {
26
+ .UseStyledSystem-module__hop-bb-focus___EBcg-: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___in1fB:focus-visible {
30
+ .UseStyledSystem-module__hop-bl-focus___sJP6e: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___lQfHB:focus-visible {
34
+ .UseStyledSystem-module__hop-br-focus___c21zZ: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___cn4aO:focus-visible {
38
+ .UseStyledSystem-module__hop-bt-focus___bZ-PE: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___OGaSC:active {
42
+ .UseStyledSystem-module__hop-b-active___trC7-:active {
43
43
  --hop-b-active: initial;
44
44
  border: var(--hop-b-active) !important;
45
45
  }
46
- .UseStyledSystem-module__hop-bb-active___IZ2mb:active {
46
+ .UseStyledSystem-module__hop-bb-active___W5l3K:active {
47
47
  --hop-bb-active: initial;
48
48
  border-bottom: var(--hop-bb-active) !important;
49
49
  }
50
- .UseStyledSystem-module__hop-bl-active___-d0PP:active {
50
+ .UseStyledSystem-module__hop-bl-active___8GLSI:active {
51
51
  --hop-bl-active: initial;
52
52
  border-left: var(--hop-bl-active) !important;
53
53
  }
54
- .UseStyledSystem-module__hop-br-active___lA6t1:active {
54
+ .UseStyledSystem-module__hop-br-active___KfAYj:active {
55
55
  --hop-br-active: initial;
56
56
  border-right: var(--hop-br-active) !important;
57
57
  }
58
- .UseStyledSystem-module__hop-bt-active___yhaqj:active {
58
+ .UseStyledSystem-module__hop-bt-active___B0YAk:active {
59
59
  --hop-bt-active: initial;
60
60
  border-top: var(--hop-bt-active) !important;
61
61
  }
62
- .UseStyledSystem-module__hop-bg-hover___WOasp:hover {
62
+ .UseStyledSystem-module__hop-bg-hover___xUTYs:hover {
63
63
  --hop-bg-hover: initial;
64
64
  background-color: var(--hop-bg-hover) !important;
65
65
  }
66
- .UseStyledSystem-module__hop-bg-focus___30Wj5:focus-visible {
66
+ .UseStyledSystem-module__hop-bg-focus___N6ofP: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___62BHB:active {
70
+ .UseStyledSystem-module__hop-bg-active___sZ1b-:active {
71
71
  --hop-bg-active: initial;
72
72
  background-color: var(--hop-bg-active) !important;
73
73
  }
74
- .UseStyledSystem-module__hop-bs-hover___-qL4j:hover {
74
+ .UseStyledSystem-module__hop-bs-hover___n-rnH:hover {
75
75
  --hop-bs-hover: initial;
76
76
  box-shadow: var(--hop-bs-hover) !important;
77
77
  }
78
- .UseStyledSystem-module__hop-bs-focus___8-qRT:focus-visible {
78
+ .UseStyledSystem-module__hop-bs-focus___vh0tl: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___RjRZq:active {
82
+ .UseStyledSystem-module__hop-bs-active___-cr3f:active {
83
83
  --hop-bs-active: initial;
84
84
  box-shadow: var(--hop-bs-active) !important;
85
85
  }
86
- .UseStyledSystem-module__hop-c-hover___5ga3R:hover {
86
+ .UseStyledSystem-module__hop-c-hover___vUd45:hover {
87
87
  --hop-c-hover: initial;
88
88
  color: var(--hop-c-hover) !important;
89
89
  }
90
- .UseStyledSystem-module__hop-c-focus___brXX9:focus-visible {
90
+ .UseStyledSystem-module__hop-c-focus___IzkGg:focus-visible {
91
91
  --hop-c-focus: initial;
92
92
  color: var(--hop-c-focus) !important;
93
93
  }
94
- .UseStyledSystem-module__hop-c-active___e96Vh:active {
94
+ .UseStyledSystem-module__hop-c-active___CT-kf:active {
95
95
  --hop-c-active: initial;
96
96
  color: var(--hop-c-active) !important;
97
97
  }
98
- .UseStyledSystem-module__hop-cs-hover___WGByE:hover {
98
+ .UseStyledSystem-module__hop-cs-hover___Xf9KJ:hover {
99
99
  --hop-cs-hover: initial;
100
100
  cursor: var(--hop-cs-hover) !important;
101
101
  }
102
- .UseStyledSystem-module__hop-f-hover___2qsPT:hover {
102
+ .UseStyledSystem-module__hop-f-hover___c5Nj1:hover {
103
103
  --hop-f-hover: initial;
104
104
  fill: var(--hop-f-hover) !important;
105
105
  }
106
- .UseStyledSystem-module__hop-f-focus___jPIin:focus-visible {
106
+ .UseStyledSystem-module__hop-f-focus___N5dQq:focus-visible {
107
107
  --hop-f-focus: initial;
108
108
  fill: var(--hop-f-focus) !important;
109
109
  }
110
- .UseStyledSystem-module__hop-o-hover___v5a-L:hover {
110
+ .UseStyledSystem-module__hop-o-hover___qmeDJ:hover {
111
111
  --hop-o-hover: initial;
112
112
  opacity: var(--hop-o-hover) !important;
113
113
  }
114
- .UseStyledSystem-module__hop-o-focus___7HoCM:focus-visible {
114
+ .UseStyledSystem-module__hop-o-focus___sd-FH:focus-visible {
115
115
  --hop-o-focus: initial;
116
116
  opacity: var(--hop-o-focus) !important;
117
117
  }
118
- .UseStyledSystem-module__hop-o-active___ejVIL:active {
118
+ .UseStyledSystem-module__hop-o-active___aD4KE:active {
119
119
  --hop-o-active: initial;
120
120
  opacity: var(--hop-o-active) !important;
121
121
  }
122
- .UseStyledSystem-module__hop-ol-focus___Hixbo:focus-visible {
122
+ .UseStyledSystem-module__hop-ol-focus___OWcYr: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-NJCNQAAN.js';
2
- import './chunk-5EYB7EKH.js';
3
- import './chunk-2BMH444W.js';
1
+ export { isStyledSystemProp, useStyledSystem } from './chunk-ZDYD3BEI.js';
2
+ import './chunk-NU2UQTZS.js';
3
+ import './chunk-5NCU6MQB.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-YLUQEG6N.js';
9
+ import './chunk-JXQOC723.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": "4.0.1",
4
+ "version": "4.0.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.3.1"
77
+ "@hopper-ui/tokens": "5.3.2"
78
78
  },
79
79
  "scripts": {
80
80
  "dev": "tsup --config ./tsup.dev.ts",