@hopper-ui/styled-system 3.1.2 → 3.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @hopper-ui/styled-system
2
2
 
3
+ ## 3.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 092c1a7: Add Card, Select, and Combobox component tokens for themeable branding:
8
+ - Add `comp-card` tokens for border radius, background color, border color, and box shadow across both variants (main, second-level)
9
+ - Migrate Card CSS from hardcoded semantic values to `--hop-comp-card-*` tokens
10
+ - Add `comp-select` tokens for active and hover states (background, border, text colors)
11
+ - Migrate Select and ComboBox CSS from hardcoded semantic values to `--hop-comp-select-*` and `--hop-comp-input-*` tokens.
12
+
3
13
  ## 3.1.2
4
14
 
5
15
  ### 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___3qg2D:hover {
2
+ .UseStyledSystem-module__hop-b-hover___7UYnl:hover {
3
3
  --hop-b-hover: initial;
4
4
  border: var(--hop-b-hover) !important;
5
5
  }
6
- .UseStyledSystem-module__hop-bb-hover___Ow8FC:hover {
6
+ .UseStyledSystem-module__hop-bb-hover___VFe-p:hover {
7
7
  --hop-bb-hover: initial;
8
8
  border-bottom: var(--hop-bb-hover) !important;
9
9
  }
10
- .UseStyledSystem-module__hop-bl-hover___q1F-d:hover {
10
+ .UseStyledSystem-module__hop-bl-hover___2hEx8:hover {
11
11
  --hop-bl-hover: initial;
12
12
  border-left: var(--hop-bl-hover) !important;
13
13
  }
14
- .UseStyledSystem-module__hop-br-hover___IjU-o:hover {
14
+ .UseStyledSystem-module__hop-br-hover___bhZSx:hover {
15
15
  --hop-br-hover: initial;
16
16
  border-right: var(--hop-br-hover) !important;
17
17
  }
18
- .UseStyledSystem-module__hop-bt-hover___SU74N:hover {
18
+ .UseStyledSystem-module__hop-bt-hover___xvVmw:hover {
19
19
  --hop-bt-hover: initial;
20
20
  border-top: var(--hop-bt-hover) !important;
21
21
  }
22
- .UseStyledSystem-module__hop-b-focus___Uk9bI:focus-visible {
22
+ .UseStyledSystem-module__hop-b-focus___amXV7:focus-visible {
23
23
  --hop-b-focus: initial;
24
24
  border: var(--hop-b-focus) !important;
25
25
  }
26
- .UseStyledSystem-module__hop-bb-focus___oDb0i:focus-visible {
26
+ .UseStyledSystem-module__hop-bb-focus___EKGLM: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___KZG5L:focus-visible {
30
+ .UseStyledSystem-module__hop-bl-focus___GGhCs: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___6b4nT:focus-visible {
34
+ .UseStyledSystem-module__hop-br-focus___OLvow: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___YhJgI:focus-visible {
38
+ .UseStyledSystem-module__hop-bt-focus___U-7xq: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___809QG:active {
42
+ .UseStyledSystem-module__hop-b-active___Ig-pe:active {
43
43
  --hop-b-active: initial;
44
44
  border: var(--hop-b-active) !important;
45
45
  }
46
- .UseStyledSystem-module__hop-bb-active___w-D6A:active {
46
+ .UseStyledSystem-module__hop-bb-active___TANtl:active {
47
47
  --hop-bb-active: initial;
48
48
  border-bottom: var(--hop-bb-active) !important;
49
49
  }
50
- .UseStyledSystem-module__hop-bl-active___fuTob:active {
50
+ .UseStyledSystem-module__hop-bl-active___2jpqi:active {
51
51
  --hop-bl-active: initial;
52
52
  border-left: var(--hop-bl-active) !important;
53
53
  }
54
- .UseStyledSystem-module__hop-br-active___lYFVR:active {
54
+ .UseStyledSystem-module__hop-br-active___lKucv:active {
55
55
  --hop-br-active: initial;
56
56
  border-right: var(--hop-br-active) !important;
57
57
  }
58
- .UseStyledSystem-module__hop-bt-active___pVeTC:active {
58
+ .UseStyledSystem-module__hop-bt-active___NjTOr:active {
59
59
  --hop-bt-active: initial;
60
60
  border-top: var(--hop-bt-active) !important;
61
61
  }
62
- .UseStyledSystem-module__hop-bg-hover___NHRAh:hover {
62
+ .UseStyledSystem-module__hop-bg-hover___uaPPv:hover {
63
63
  --hop-bg-hover: initial;
64
64
  background-color: var(--hop-bg-hover) !important;
65
65
  }
66
- .UseStyledSystem-module__hop-bg-focus___6UnSg:focus-visible {
66
+ .UseStyledSystem-module__hop-bg-focus___5LL2V: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___K62gP:active {
70
+ .UseStyledSystem-module__hop-bg-active___cWUnb:active {
71
71
  --hop-bg-active: initial;
72
72
  background-color: var(--hop-bg-active) !important;
73
73
  }
74
- .UseStyledSystem-module__hop-bs-hover___ichHs:hover {
74
+ .UseStyledSystem-module__hop-bs-hover___wKXdo:hover {
75
75
  --hop-bs-hover: initial;
76
76
  box-shadow: var(--hop-bs-hover) !important;
77
77
  }
78
- .UseStyledSystem-module__hop-bs-focus___8CVJT:focus-visible {
78
+ .UseStyledSystem-module__hop-bs-focus___w-oVC: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___6fGpC:active {
82
+ .UseStyledSystem-module__hop-bs-active___xSSTV:active {
83
83
  --hop-bs-active: initial;
84
84
  box-shadow: var(--hop-bs-active) !important;
85
85
  }
86
- .UseStyledSystem-module__hop-c-hover___yV0Bm:hover {
86
+ .UseStyledSystem-module__hop-c-hover___s2N6i:hover {
87
87
  --hop-c-hover: initial;
88
88
  color: var(--hop-c-hover) !important;
89
89
  }
90
- .UseStyledSystem-module__hop-c-focus___CB-a1:focus-visible {
90
+ .UseStyledSystem-module__hop-c-focus___vLJLj:focus-visible {
91
91
  --hop-c-focus: initial;
92
92
  color: var(--hop-c-focus) !important;
93
93
  }
94
- .UseStyledSystem-module__hop-c-active___QvV-8:active {
94
+ .UseStyledSystem-module__hop-c-active___xKbby:active {
95
95
  --hop-c-active: initial;
96
96
  color: var(--hop-c-active) !important;
97
97
  }
98
- .UseStyledSystem-module__hop-cs-hover___r20db:hover {
98
+ .UseStyledSystem-module__hop-cs-hover___L3S-l:hover {
99
99
  --hop-cs-hover: initial;
100
100
  cursor: var(--hop-cs-hover) !important;
101
101
  }
102
- .UseStyledSystem-module__hop-f-hover___5l7CU:hover {
102
+ .UseStyledSystem-module__hop-f-hover___-TCRu:hover {
103
103
  --hop-f-hover: initial;
104
104
  fill: var(--hop-f-hover) !important;
105
105
  }
106
- .UseStyledSystem-module__hop-f-focus___Pp0fo:focus-visible {
106
+ .UseStyledSystem-module__hop-f-focus___CyUOu:focus-visible {
107
107
  --hop-f-focus: initial;
108
108
  fill: var(--hop-f-focus) !important;
109
109
  }
110
- .UseStyledSystem-module__hop-o-hover___vLrHu:hover {
110
+ .UseStyledSystem-module__hop-o-hover___RScKv:hover {
111
111
  --hop-o-hover: initial;
112
112
  opacity: var(--hop-o-hover) !important;
113
113
  }
114
- .UseStyledSystem-module__hop-o-focus___bnDab:focus-visible {
114
+ .UseStyledSystem-module__hop-o-focus___Fpq28:focus-visible {
115
115
  --hop-o-focus: initial;
116
116
  opacity: var(--hop-o-focus) !important;
117
117
  }
118
- .UseStyledSystem-module__hop-o-active___XjSgf:active {
118
+ .UseStyledSystem-module__hop-o-active___hjJJO:active {
119
119
  --hop-o-active: initial;
120
120
  opacity: var(--hop-o-active) !important;
121
121
  }
122
- .UseStyledSystem-module__hop-ol-focus___pr646:focus-visible {
122
+ .UseStyledSystem-module__hop-ol-focus___-DVPc: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___c3iAY),
129
- :where(.htmlElement-module__hop-HtmlElement___c3iAY::after),
130
- :where(.htmlElement-module__hop-HtmlElement___c3iAY::before) {
128
+ :where(.htmlElement-module__hop-HtmlElement___QcQjo),
129
+ :where(.htmlElement-module__hop-HtmlElement___QcQjo::after),
130
+ :where(.htmlElement-module__hop-HtmlElement___QcQjo::before) {
131
131
  box-sizing: border-box;
132
132
  }
@@ -1,23 +1,23 @@
1
- export { GlobalStyledSystemProviderCssSelector, _StyledSystemProvider as StyledSystemProvider } from './chunk-NTMAQSQD.js';
2
- import './chunk-IKTWCPP4.js';
1
+ export { GlobalStyledSystemProviderCssSelector, _StyledSystemProvider as StyledSystemProvider } from './chunk-27SCT55Q.js';
2
+ import './chunk-TKWJ3X2I.js';
3
+ import './chunk-V4SZIQDT.js';
3
4
  import './chunk-RIORU7JO.js';
4
5
  import './chunk-YPIK2HRL.js';
5
6
  import './chunk-3YM73BQP.js';
6
7
  import './chunk-BSIKCABJ.js';
7
- import './chunk-T2AAU5BU.js';
8
- import './chunk-ICYPPQIT.js';
8
+ import './chunk-SUNZMIKY.js';
9
+ import './chunk-OCABBGWW.js';
9
10
  import './chunk-GXUFWEP5.js';
10
- import './chunk-TKWJ3X2I.js';
11
- import './chunk-AA72VWSO.js';
12
- import './chunk-SPRWM2SC.js';
13
- import './chunk-DK6ALTKA.js';
11
+ import './chunk-FCWLC3QK.js';
12
+ import './chunk-ETK4HNMY.js';
13
+ import './chunk-4YFSACW6.js';
14
14
  import './chunk-LMCQIGNN.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-P6K4QWFZ.js';
20
+ import './chunk-6GS36OEX.js';
21
21
  import './chunk-5U5IRAPA.js';
22
22
  import './chunk-T6JS7L6B.js';
23
23
  import './chunk-7PR2BAOL.js';
@@ -1,8 +1,8 @@
1
- import { BodyStyleProvider } from './chunk-IKTWCPP4.js';
2
- import { Div } from './chunk-T2AAU5BU.js';
3
- import { DefaultUnsupportedMatchMediaBreakpoint, BreakpointProvider } from './chunk-GXUFWEP5.js';
4
1
  import { ThemeContext } from './chunk-TKWJ3X2I.js';
5
- import { getRootCSSClasses } from './chunk-AA72VWSO.js';
2
+ import { BodyStyleProvider } from './chunk-V4SZIQDT.js';
3
+ import { Div } from './chunk-SUNZMIKY.js';
4
+ import { DefaultUnsupportedMatchMediaBreakpoint, BreakpointProvider } from './chunk-GXUFWEP5.js';
5
+ import { getRootCSSClasses } from './chunk-FCWLC3QK.js';
6
6
  import { useColorScheme } from './chunk-5U5IRAPA.js';
7
7
  import { ColorSchemeContext } from './chunk-7PR2BAOL.js';
8
8
  import clsx from 'clsx';
@@ -1,7 +1,7 @@
1
1
  import { DataVizColors, HopperColors, BackgroundColors, BorderColors, TextColors, IconColors, Elevation, FontSize, FontWeight, LineHeight, FontFamily, Shape, CoreSpace, SemanticSimplePaddingSpace, SemanticComplexPaddingSpace, SemanticSimpleMarginSpace, SemanticComplexMarginSpace } from './chunk-LMCQIGNN.js';
2
2
  import { parseResponsiveValue } from './chunk-FTYK7Z7Q.js';
3
3
  import { isNil, isObject } from './chunk-U5R6ZXH3.js';
4
- import { HopperVariablePrefix } from './chunk-P6K4QWFZ.js';
4
+ import { HopperVariablePrefix } from './chunk-6GS36OEX.js';
5
5
 
6
6
  // src/tokens/tokenMappings.ts
7
7
  var ColorExpressionTypes = [
@@ -1,6 +1,6 @@
1
1
  // src/tokens/generated/styledSystemConstants.ts
2
2
  var HopperRootCssClass = "hop";
3
- var StyledSystemRootCssClass = "hop-5-1-2";
3
+ var StyledSystemRootCssClass = "hop-5-1-3";
4
4
  var HopperVariablePrefix = "--hop";
5
5
 
6
6
  export { HopperRootCssClass, HopperVariablePrefix, StyledSystemRootCssClass };
@@ -1,4 +1,4 @@
1
- import { parseResponsiveSystemValue, IconColorMapping, TextColorMapping, BoxShadowMapping, BackgroundColorMapping, ColorExpressionTypes, DefaultBorderWidthAndStyle, DefaultOutlineWidthAndStyle, SizingMapping, SimpleMarginMapping, SimplePaddingMapping, ComplexPaddingMapping, OutlineMapping, ComplexMarginMapping, LineHeightMapping, FontWeightMapping, FontSizeMapping, FontFamilyMapping, BorderRadiusMapping, BorderMapping } from './chunk-DK6ALTKA.js';
1
+ import { parseResponsiveSystemValue, IconColorMapping, TextColorMapping, BoxShadowMapping, BackgroundColorMapping, ColorExpressionTypes, DefaultBorderWidthAndStyle, DefaultOutlineWidthAndStyle, SizingMapping, SimpleMarginMapping, SimplePaddingMapping, ComplexPaddingMapping, OutlineMapping, ComplexMarginMapping, LineHeightMapping, FontWeightMapping, FontSizeMapping, FontFamilyMapping, BorderRadiusMapping, BorderMapping } from './chunk-4YFSACW6.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___3qg2D", "hop-bb-hover": "UseStyledSystem-module__hop-bb-hover___Ow8FC", "hop-bl-hover": "UseStyledSystem-module__hop-bl-hover___q1F-d", "hop-br-hover": "UseStyledSystem-module__hop-br-hover___IjU-o", "hop-bt-hover": "UseStyledSystem-module__hop-bt-hover___SU74N", "hop-b-focus": "UseStyledSystem-module__hop-b-focus___Uk9bI", "hop-bb-focus": "UseStyledSystem-module__hop-bb-focus___oDb0i", "hop-bl-focus": "UseStyledSystem-module__hop-bl-focus___KZG5L", "hop-br-focus": "UseStyledSystem-module__hop-br-focus___6b4nT", "hop-bt-focus": "UseStyledSystem-module__hop-bt-focus___YhJgI", "hop-b-active": "UseStyledSystem-module__hop-b-active___809QG", "hop-bb-active": "UseStyledSystem-module__hop-bb-active___w-D6A", "hop-bl-active": "UseStyledSystem-module__hop-bl-active___fuTob", "hop-br-active": "UseStyledSystem-module__hop-br-active___lYFVR", "hop-bt-active": "UseStyledSystem-module__hop-bt-active___pVeTC", "hop-bg-hover": "UseStyledSystem-module__hop-bg-hover___NHRAh", "hop-bg-focus": "UseStyledSystem-module__hop-bg-focus___6UnSg", "hop-bg-active": "UseStyledSystem-module__hop-bg-active___K62gP", "hop-bs-hover": "UseStyledSystem-module__hop-bs-hover___ichHs", "hop-bs-focus": "UseStyledSystem-module__hop-bs-focus___8CVJT", "hop-bs-active": "UseStyledSystem-module__hop-bs-active___6fGpC", "hop-c-hover": "UseStyledSystem-module__hop-c-hover___yV0Bm", "hop-c-focus": "UseStyledSystem-module__hop-c-focus___CB-a1", "hop-c-active": "UseStyledSystem-module__hop-c-active___QvV-8", "hop-cs-hover": "UseStyledSystem-module__hop-cs-hover___r20db", "hop-f-hover": "UseStyledSystem-module__hop-f-hover___5l7CU", "hop-f-focus": "UseStyledSystem-module__hop-f-focus___Pp0fo", "hop-o-hover": "UseStyledSystem-module__hop-o-hover___vLrHu", "hop-o-focus": "UseStyledSystem-module__hop-o-focus___bnDab", "hop-o-active": "UseStyledSystem-module__hop-o-active___XjSgf", "hop-ol-focus": "UseStyledSystem-module__hop-ol-focus___pr646" };
9
+ var UseStyledSystem_module_default = { "hop-b-hover": "UseStyledSystem-module__hop-b-hover___7UYnl", "hop-bb-hover": "UseStyledSystem-module__hop-bb-hover___VFe-p", "hop-bl-hover": "UseStyledSystem-module__hop-bl-hover___2hEx8", "hop-br-hover": "UseStyledSystem-module__hop-br-hover___bhZSx", "hop-bt-hover": "UseStyledSystem-module__hop-bt-hover___xvVmw", "hop-b-focus": "UseStyledSystem-module__hop-b-focus___amXV7", "hop-bb-focus": "UseStyledSystem-module__hop-bb-focus___EKGLM", "hop-bl-focus": "UseStyledSystem-module__hop-bl-focus___GGhCs", "hop-br-focus": "UseStyledSystem-module__hop-br-focus___OLvow", "hop-bt-focus": "UseStyledSystem-module__hop-bt-focus___U-7xq", "hop-b-active": "UseStyledSystem-module__hop-b-active___Ig-pe", "hop-bb-active": "UseStyledSystem-module__hop-bb-active___TANtl", "hop-bl-active": "UseStyledSystem-module__hop-bl-active___2jpqi", "hop-br-active": "UseStyledSystem-module__hop-br-active___lKucv", "hop-bt-active": "UseStyledSystem-module__hop-bt-active___NjTOr", "hop-bg-hover": "UseStyledSystem-module__hop-bg-hover___uaPPv", "hop-bg-focus": "UseStyledSystem-module__hop-bg-focus___5LL2V", "hop-bg-active": "UseStyledSystem-module__hop-bg-active___cWUnb", "hop-bs-hover": "UseStyledSystem-module__hop-bs-hover___wKXdo", "hop-bs-focus": "UseStyledSystem-module__hop-bs-focus___w-oVC", "hop-bs-active": "UseStyledSystem-module__hop-bs-active___xSSTV", "hop-c-hover": "UseStyledSystem-module__hop-c-hover___s2N6i", "hop-c-focus": "UseStyledSystem-module__hop-c-focus___vLJLj", "hop-c-active": "UseStyledSystem-module__hop-c-active___xKbby", "hop-cs-hover": "UseStyledSystem-module__hop-cs-hover___L3S-l", "hop-f-hover": "UseStyledSystem-module__hop-f-hover___-TCRu", "hop-f-focus": "UseStyledSystem-module__hop-f-focus___CyUOu", "hop-o-hover": "UseStyledSystem-module__hop-o-hover___RScKv", "hop-o-focus": "UseStyledSystem-module__hop-o-focus___Fpq28", "hop-o-active": "UseStyledSystem-module__hop-o-active___hjJJO", "hop-ol-focus": "UseStyledSystem-module__hop-ol-focus___-DVPc" };
10
10
 
11
11
  // src/useStyledSystem.ts
12
12
  function createSystemValueHandler(systemValues) {
@@ -1,4 +1,4 @@
1
- import { HopperRootCssClass, StyledSystemRootCssClass } from './chunk-P6K4QWFZ.js';
1
+ import { HopperRootCssClass, StyledSystemRootCssClass } from './chunk-6GS36OEX.js';
2
2
 
3
3
  // src/styledSystemRootCssClass.ts
4
4
  function getRootCSSClasses(colorScheme, theme) {
@@ -1,10 +1,10 @@
1
- import { useStyledSystem } from './chunk-SPRWM2SC.js';
1
+ import { useStyledSystem } from './chunk-ETK4HNMY.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___c3iAY" };
7
+ var htmlElement_module_default = { "hop-HtmlElement": "htmlElement-module__hop-HtmlElement___QcQjo" };
8
8
  var GlobalHtmlElementCssSelector = "hop-HtmlElement";
9
9
  var GlobalHtmlElementSpecificCssSelector = (elementType) => `${GlobalHtmlElementCssSelector}-${elementType}`;
10
10
  function htmlElement(elementType) {
@@ -1,4 +1,4 @@
1
- import { htmlElement } from './chunk-ICYPPQIT.js';
1
+ import { htmlElement } from './chunk-OCABBGWW.js';
2
2
 
3
3
  // src/html-wrappers/html.ts
4
4
  var Address = htmlElement("address");
@@ -2,7 +2,7 @@ import { useInsertStyleElement } from './chunk-RIORU7JO.js';
2
2
  import { useIsomorphicLayoutEffect } from './chunk-3YM73BQP.js';
3
3
  import { ThemeComputedStyle } from './chunk-BSIKCABJ.js';
4
4
  import { isNil } from './chunk-U5R6ZXH3.js';
5
- import { StyledSystemRootCssClass } from './chunk-P6K4QWFZ.js';
5
+ import { StyledSystemRootCssClass } from './chunk-6GS36OEX.js';
6
6
  import { useColorSchemeContext } from './chunk-7PR2BAOL.js';
7
7
  import { useRef, useState } from 'react';
8
8
  import { jsx } from 'react/jsx-runtime';
@@ -1,9 +1,9 @@
1
- export { BodyStyleProvider } from '../chunk-IKTWCPP4.js';
1
+ export { BodyStyleProvider } from '../chunk-V4SZIQDT.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-U5R6ZXH3.js';
7
- import '../chunk-P6K4QWFZ.js';
7
+ import '../chunk-6GS36OEX.js';
8
8
  import '../chunk-7PR2BAOL.js';
9
9
  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___3qg2D:hover {
2
+ .UseStyledSystem-module__hop-b-hover___7UYnl:hover {
3
3
  --hop-b-hover: initial;
4
4
  border: var(--hop-b-hover) !important;
5
5
  }
6
- .UseStyledSystem-module__hop-bb-hover___Ow8FC:hover {
6
+ .UseStyledSystem-module__hop-bb-hover___VFe-p:hover {
7
7
  --hop-bb-hover: initial;
8
8
  border-bottom: var(--hop-bb-hover) !important;
9
9
  }
10
- .UseStyledSystem-module__hop-bl-hover___q1F-d:hover {
10
+ .UseStyledSystem-module__hop-bl-hover___2hEx8:hover {
11
11
  --hop-bl-hover: initial;
12
12
  border-left: var(--hop-bl-hover) !important;
13
13
  }
14
- .UseStyledSystem-module__hop-br-hover___IjU-o:hover {
14
+ .UseStyledSystem-module__hop-br-hover___bhZSx:hover {
15
15
  --hop-br-hover: initial;
16
16
  border-right: var(--hop-br-hover) !important;
17
17
  }
18
- .UseStyledSystem-module__hop-bt-hover___SU74N:hover {
18
+ .UseStyledSystem-module__hop-bt-hover___xvVmw:hover {
19
19
  --hop-bt-hover: initial;
20
20
  border-top: var(--hop-bt-hover) !important;
21
21
  }
22
- .UseStyledSystem-module__hop-b-focus___Uk9bI:focus-visible {
22
+ .UseStyledSystem-module__hop-b-focus___amXV7:focus-visible {
23
23
  --hop-b-focus: initial;
24
24
  border: var(--hop-b-focus) !important;
25
25
  }
26
- .UseStyledSystem-module__hop-bb-focus___oDb0i:focus-visible {
26
+ .UseStyledSystem-module__hop-bb-focus___EKGLM: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___KZG5L:focus-visible {
30
+ .UseStyledSystem-module__hop-bl-focus___GGhCs: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___6b4nT:focus-visible {
34
+ .UseStyledSystem-module__hop-br-focus___OLvow: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___YhJgI:focus-visible {
38
+ .UseStyledSystem-module__hop-bt-focus___U-7xq: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___809QG:active {
42
+ .UseStyledSystem-module__hop-b-active___Ig-pe:active {
43
43
  --hop-b-active: initial;
44
44
  border: var(--hop-b-active) !important;
45
45
  }
46
- .UseStyledSystem-module__hop-bb-active___w-D6A:active {
46
+ .UseStyledSystem-module__hop-bb-active___TANtl:active {
47
47
  --hop-bb-active: initial;
48
48
  border-bottom: var(--hop-bb-active) !important;
49
49
  }
50
- .UseStyledSystem-module__hop-bl-active___fuTob:active {
50
+ .UseStyledSystem-module__hop-bl-active___2jpqi:active {
51
51
  --hop-bl-active: initial;
52
52
  border-left: var(--hop-bl-active) !important;
53
53
  }
54
- .UseStyledSystem-module__hop-br-active___lYFVR:active {
54
+ .UseStyledSystem-module__hop-br-active___lKucv:active {
55
55
  --hop-br-active: initial;
56
56
  border-right: var(--hop-br-active) !important;
57
57
  }
58
- .UseStyledSystem-module__hop-bt-active___pVeTC:active {
58
+ .UseStyledSystem-module__hop-bt-active___NjTOr:active {
59
59
  --hop-bt-active: initial;
60
60
  border-top: var(--hop-bt-active) !important;
61
61
  }
62
- .UseStyledSystem-module__hop-bg-hover___NHRAh:hover {
62
+ .UseStyledSystem-module__hop-bg-hover___uaPPv:hover {
63
63
  --hop-bg-hover: initial;
64
64
  background-color: var(--hop-bg-hover) !important;
65
65
  }
66
- .UseStyledSystem-module__hop-bg-focus___6UnSg:focus-visible {
66
+ .UseStyledSystem-module__hop-bg-focus___5LL2V: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___K62gP:active {
70
+ .UseStyledSystem-module__hop-bg-active___cWUnb:active {
71
71
  --hop-bg-active: initial;
72
72
  background-color: var(--hop-bg-active) !important;
73
73
  }
74
- .UseStyledSystem-module__hop-bs-hover___ichHs:hover {
74
+ .UseStyledSystem-module__hop-bs-hover___wKXdo:hover {
75
75
  --hop-bs-hover: initial;
76
76
  box-shadow: var(--hop-bs-hover) !important;
77
77
  }
78
- .UseStyledSystem-module__hop-bs-focus___8CVJT:focus-visible {
78
+ .UseStyledSystem-module__hop-bs-focus___w-oVC: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___6fGpC:active {
82
+ .UseStyledSystem-module__hop-bs-active___xSSTV:active {
83
83
  --hop-bs-active: initial;
84
84
  box-shadow: var(--hop-bs-active) !important;
85
85
  }
86
- .UseStyledSystem-module__hop-c-hover___yV0Bm:hover {
86
+ .UseStyledSystem-module__hop-c-hover___s2N6i:hover {
87
87
  --hop-c-hover: initial;
88
88
  color: var(--hop-c-hover) !important;
89
89
  }
90
- .UseStyledSystem-module__hop-c-focus___CB-a1:focus-visible {
90
+ .UseStyledSystem-module__hop-c-focus___vLJLj:focus-visible {
91
91
  --hop-c-focus: initial;
92
92
  color: var(--hop-c-focus) !important;
93
93
  }
94
- .UseStyledSystem-module__hop-c-active___QvV-8:active {
94
+ .UseStyledSystem-module__hop-c-active___xKbby:active {
95
95
  --hop-c-active: initial;
96
96
  color: var(--hop-c-active) !important;
97
97
  }
98
- .UseStyledSystem-module__hop-cs-hover___r20db:hover {
98
+ .UseStyledSystem-module__hop-cs-hover___L3S-l:hover {
99
99
  --hop-cs-hover: initial;
100
100
  cursor: var(--hop-cs-hover) !important;
101
101
  }
102
- .UseStyledSystem-module__hop-f-hover___5l7CU:hover {
102
+ .UseStyledSystem-module__hop-f-hover___-TCRu:hover {
103
103
  --hop-f-hover: initial;
104
104
  fill: var(--hop-f-hover) !important;
105
105
  }
106
- .UseStyledSystem-module__hop-f-focus___Pp0fo:focus-visible {
106
+ .UseStyledSystem-module__hop-f-focus___CyUOu:focus-visible {
107
107
  --hop-f-focus: initial;
108
108
  fill: var(--hop-f-focus) !important;
109
109
  }
110
- .UseStyledSystem-module__hop-o-hover___vLrHu:hover {
110
+ .UseStyledSystem-module__hop-o-hover___RScKv:hover {
111
111
  --hop-o-hover: initial;
112
112
  opacity: var(--hop-o-hover) !important;
113
113
  }
114
- .UseStyledSystem-module__hop-o-focus___bnDab:focus-visible {
114
+ .UseStyledSystem-module__hop-o-focus___Fpq28:focus-visible {
115
115
  --hop-o-focus: initial;
116
116
  opacity: var(--hop-o-focus) !important;
117
117
  }
118
- .UseStyledSystem-module__hop-o-active___XjSgf:active {
118
+ .UseStyledSystem-module__hop-o-active___hjJJO:active {
119
119
  --hop-o-active: initial;
120
120
  opacity: var(--hop-o-active) !important;
121
121
  }
122
- .UseStyledSystem-module__hop-ol-focus___pr646:focus-visible {
122
+ .UseStyledSystem-module__hop-ol-focus___-DVPc: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___c3iAY),
129
- :where(.htmlElement-module__hop-HtmlElement___c3iAY::after),
130
- :where(.htmlElement-module__hop-HtmlElement___c3iAY::before) {
128
+ :where(.htmlElement-module__hop-HtmlElement___QcQjo),
129
+ :where(.htmlElement-module__hop-HtmlElement___QcQjo::after),
130
+ :where(.htmlElement-module__hop-HtmlElement___QcQjo::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-T2AAU5BU.js';
2
- import '../chunk-ICYPPQIT.js';
3
- import '../chunk-SPRWM2SC.js';
4
- import '../chunk-DK6ALTKA.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-SUNZMIKY.js';
2
+ import '../chunk-OCABBGWW.js';
3
+ import '../chunk-ETK4HNMY.js';
4
+ import '../chunk-4YFSACW6.js';
5
5
  import '../chunk-LMCQIGNN.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-P6K4QWFZ.js';
11
+ import '../chunk-6GS36OEX.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___3qg2D:hover {
2
+ .UseStyledSystem-module__hop-b-hover___7UYnl:hover {
3
3
  --hop-b-hover: initial;
4
4
  border: var(--hop-b-hover) !important;
5
5
  }
6
- .UseStyledSystem-module__hop-bb-hover___Ow8FC:hover {
6
+ .UseStyledSystem-module__hop-bb-hover___VFe-p:hover {
7
7
  --hop-bb-hover: initial;
8
8
  border-bottom: var(--hop-bb-hover) !important;
9
9
  }
10
- .UseStyledSystem-module__hop-bl-hover___q1F-d:hover {
10
+ .UseStyledSystem-module__hop-bl-hover___2hEx8:hover {
11
11
  --hop-bl-hover: initial;
12
12
  border-left: var(--hop-bl-hover) !important;
13
13
  }
14
- .UseStyledSystem-module__hop-br-hover___IjU-o:hover {
14
+ .UseStyledSystem-module__hop-br-hover___bhZSx:hover {
15
15
  --hop-br-hover: initial;
16
16
  border-right: var(--hop-br-hover) !important;
17
17
  }
18
- .UseStyledSystem-module__hop-bt-hover___SU74N:hover {
18
+ .UseStyledSystem-module__hop-bt-hover___xvVmw:hover {
19
19
  --hop-bt-hover: initial;
20
20
  border-top: var(--hop-bt-hover) !important;
21
21
  }
22
- .UseStyledSystem-module__hop-b-focus___Uk9bI:focus-visible {
22
+ .UseStyledSystem-module__hop-b-focus___amXV7:focus-visible {
23
23
  --hop-b-focus: initial;
24
24
  border: var(--hop-b-focus) !important;
25
25
  }
26
- .UseStyledSystem-module__hop-bb-focus___oDb0i:focus-visible {
26
+ .UseStyledSystem-module__hop-bb-focus___EKGLM: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___KZG5L:focus-visible {
30
+ .UseStyledSystem-module__hop-bl-focus___GGhCs: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___6b4nT:focus-visible {
34
+ .UseStyledSystem-module__hop-br-focus___OLvow: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___YhJgI:focus-visible {
38
+ .UseStyledSystem-module__hop-bt-focus___U-7xq: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___809QG:active {
42
+ .UseStyledSystem-module__hop-b-active___Ig-pe:active {
43
43
  --hop-b-active: initial;
44
44
  border: var(--hop-b-active) !important;
45
45
  }
46
- .UseStyledSystem-module__hop-bb-active___w-D6A:active {
46
+ .UseStyledSystem-module__hop-bb-active___TANtl:active {
47
47
  --hop-bb-active: initial;
48
48
  border-bottom: var(--hop-bb-active) !important;
49
49
  }
50
- .UseStyledSystem-module__hop-bl-active___fuTob:active {
50
+ .UseStyledSystem-module__hop-bl-active___2jpqi:active {
51
51
  --hop-bl-active: initial;
52
52
  border-left: var(--hop-bl-active) !important;
53
53
  }
54
- .UseStyledSystem-module__hop-br-active___lYFVR:active {
54
+ .UseStyledSystem-module__hop-br-active___lKucv:active {
55
55
  --hop-br-active: initial;
56
56
  border-right: var(--hop-br-active) !important;
57
57
  }
58
- .UseStyledSystem-module__hop-bt-active___pVeTC:active {
58
+ .UseStyledSystem-module__hop-bt-active___NjTOr:active {
59
59
  --hop-bt-active: initial;
60
60
  border-top: var(--hop-bt-active) !important;
61
61
  }
62
- .UseStyledSystem-module__hop-bg-hover___NHRAh:hover {
62
+ .UseStyledSystem-module__hop-bg-hover___uaPPv:hover {
63
63
  --hop-bg-hover: initial;
64
64
  background-color: var(--hop-bg-hover) !important;
65
65
  }
66
- .UseStyledSystem-module__hop-bg-focus___6UnSg:focus-visible {
66
+ .UseStyledSystem-module__hop-bg-focus___5LL2V: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___K62gP:active {
70
+ .UseStyledSystem-module__hop-bg-active___cWUnb:active {
71
71
  --hop-bg-active: initial;
72
72
  background-color: var(--hop-bg-active) !important;
73
73
  }
74
- .UseStyledSystem-module__hop-bs-hover___ichHs:hover {
74
+ .UseStyledSystem-module__hop-bs-hover___wKXdo:hover {
75
75
  --hop-bs-hover: initial;
76
76
  box-shadow: var(--hop-bs-hover) !important;
77
77
  }
78
- .UseStyledSystem-module__hop-bs-focus___8CVJT:focus-visible {
78
+ .UseStyledSystem-module__hop-bs-focus___w-oVC: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___6fGpC:active {
82
+ .UseStyledSystem-module__hop-bs-active___xSSTV:active {
83
83
  --hop-bs-active: initial;
84
84
  box-shadow: var(--hop-bs-active) !important;
85
85
  }
86
- .UseStyledSystem-module__hop-c-hover___yV0Bm:hover {
86
+ .UseStyledSystem-module__hop-c-hover___s2N6i:hover {
87
87
  --hop-c-hover: initial;
88
88
  color: var(--hop-c-hover) !important;
89
89
  }
90
- .UseStyledSystem-module__hop-c-focus___CB-a1:focus-visible {
90
+ .UseStyledSystem-module__hop-c-focus___vLJLj:focus-visible {
91
91
  --hop-c-focus: initial;
92
92
  color: var(--hop-c-focus) !important;
93
93
  }
94
- .UseStyledSystem-module__hop-c-active___QvV-8:active {
94
+ .UseStyledSystem-module__hop-c-active___xKbby:active {
95
95
  --hop-c-active: initial;
96
96
  color: var(--hop-c-active) !important;
97
97
  }
98
- .UseStyledSystem-module__hop-cs-hover___r20db:hover {
98
+ .UseStyledSystem-module__hop-cs-hover___L3S-l:hover {
99
99
  --hop-cs-hover: initial;
100
100
  cursor: var(--hop-cs-hover) !important;
101
101
  }
102
- .UseStyledSystem-module__hop-f-hover___5l7CU:hover {
102
+ .UseStyledSystem-module__hop-f-hover___-TCRu:hover {
103
103
  --hop-f-hover: initial;
104
104
  fill: var(--hop-f-hover) !important;
105
105
  }
106
- .UseStyledSystem-module__hop-f-focus___Pp0fo:focus-visible {
106
+ .UseStyledSystem-module__hop-f-focus___CyUOu:focus-visible {
107
107
  --hop-f-focus: initial;
108
108
  fill: var(--hop-f-focus) !important;
109
109
  }
110
- .UseStyledSystem-module__hop-o-hover___vLrHu:hover {
110
+ .UseStyledSystem-module__hop-o-hover___RScKv:hover {
111
111
  --hop-o-hover: initial;
112
112
  opacity: var(--hop-o-hover) !important;
113
113
  }
114
- .UseStyledSystem-module__hop-o-focus___bnDab:focus-visible {
114
+ .UseStyledSystem-module__hop-o-focus___Fpq28:focus-visible {
115
115
  --hop-o-focus: initial;
116
116
  opacity: var(--hop-o-focus) !important;
117
117
  }
118
- .UseStyledSystem-module__hop-o-active___XjSgf:active {
118
+ .UseStyledSystem-module__hop-o-active___hjJJO:active {
119
119
  --hop-o-active: initial;
120
120
  opacity: var(--hop-o-active) !important;
121
121
  }
122
- .UseStyledSystem-module__hop-ol-focus___pr646:focus-visible {
122
+ .UseStyledSystem-module__hop-ol-focus___-DVPc: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___c3iAY),
129
- :where(.htmlElement-module__hop-HtmlElement___c3iAY::after),
130
- :where(.htmlElement-module__hop-HtmlElement___c3iAY::before) {
128
+ :where(.htmlElement-module__hop-HtmlElement___QcQjo),
129
+ :where(.htmlElement-module__hop-HtmlElement___QcQjo::after),
130
+ :where(.htmlElement-module__hop-HtmlElement___QcQjo::before) {
131
131
  box-sizing: border-box;
132
132
  }
@@ -1,11 +1,11 @@
1
- export { GlobalHtmlElementCssSelector, GlobalHtmlElementSpecificCssSelector, htmlElement } from '../chunk-ICYPPQIT.js';
2
- import '../chunk-SPRWM2SC.js';
3
- import '../chunk-DK6ALTKA.js';
1
+ export { GlobalHtmlElementCssSelector, GlobalHtmlElementSpecificCssSelector, htmlElement } from '../chunk-OCABBGWW.js';
2
+ import '../chunk-ETK4HNMY.js';
3
+ import '../chunk-4YFSACW6.js';
4
4
  import '../chunk-LMCQIGNN.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-P6K4QWFZ.js';
10
+ import '../chunk-6GS36OEX.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___3qg2D:hover {
2
+ .UseStyledSystem-module__hop-b-hover___7UYnl:hover {
3
3
  --hop-b-hover: initial;
4
4
  border: var(--hop-b-hover) !important;
5
5
  }
6
- .UseStyledSystem-module__hop-bb-hover___Ow8FC:hover {
6
+ .UseStyledSystem-module__hop-bb-hover___VFe-p:hover {
7
7
  --hop-bb-hover: initial;
8
8
  border-bottom: var(--hop-bb-hover) !important;
9
9
  }
10
- .UseStyledSystem-module__hop-bl-hover___q1F-d:hover {
10
+ .UseStyledSystem-module__hop-bl-hover___2hEx8:hover {
11
11
  --hop-bl-hover: initial;
12
12
  border-left: var(--hop-bl-hover) !important;
13
13
  }
14
- .UseStyledSystem-module__hop-br-hover___IjU-o:hover {
14
+ .UseStyledSystem-module__hop-br-hover___bhZSx:hover {
15
15
  --hop-br-hover: initial;
16
16
  border-right: var(--hop-br-hover) !important;
17
17
  }
18
- .UseStyledSystem-module__hop-bt-hover___SU74N:hover {
18
+ .UseStyledSystem-module__hop-bt-hover___xvVmw:hover {
19
19
  --hop-bt-hover: initial;
20
20
  border-top: var(--hop-bt-hover) !important;
21
21
  }
22
- .UseStyledSystem-module__hop-b-focus___Uk9bI:focus-visible {
22
+ .UseStyledSystem-module__hop-b-focus___amXV7:focus-visible {
23
23
  --hop-b-focus: initial;
24
24
  border: var(--hop-b-focus) !important;
25
25
  }
26
- .UseStyledSystem-module__hop-bb-focus___oDb0i:focus-visible {
26
+ .UseStyledSystem-module__hop-bb-focus___EKGLM: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___KZG5L:focus-visible {
30
+ .UseStyledSystem-module__hop-bl-focus___GGhCs: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___6b4nT:focus-visible {
34
+ .UseStyledSystem-module__hop-br-focus___OLvow: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___YhJgI:focus-visible {
38
+ .UseStyledSystem-module__hop-bt-focus___U-7xq: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___809QG:active {
42
+ .UseStyledSystem-module__hop-b-active___Ig-pe:active {
43
43
  --hop-b-active: initial;
44
44
  border: var(--hop-b-active) !important;
45
45
  }
46
- .UseStyledSystem-module__hop-bb-active___w-D6A:active {
46
+ .UseStyledSystem-module__hop-bb-active___TANtl:active {
47
47
  --hop-bb-active: initial;
48
48
  border-bottom: var(--hop-bb-active) !important;
49
49
  }
50
- .UseStyledSystem-module__hop-bl-active___fuTob:active {
50
+ .UseStyledSystem-module__hop-bl-active___2jpqi:active {
51
51
  --hop-bl-active: initial;
52
52
  border-left: var(--hop-bl-active) !important;
53
53
  }
54
- .UseStyledSystem-module__hop-br-active___lYFVR:active {
54
+ .UseStyledSystem-module__hop-br-active___lKucv:active {
55
55
  --hop-br-active: initial;
56
56
  border-right: var(--hop-br-active) !important;
57
57
  }
58
- .UseStyledSystem-module__hop-bt-active___pVeTC:active {
58
+ .UseStyledSystem-module__hop-bt-active___NjTOr:active {
59
59
  --hop-bt-active: initial;
60
60
  border-top: var(--hop-bt-active) !important;
61
61
  }
62
- .UseStyledSystem-module__hop-bg-hover___NHRAh:hover {
62
+ .UseStyledSystem-module__hop-bg-hover___uaPPv:hover {
63
63
  --hop-bg-hover: initial;
64
64
  background-color: var(--hop-bg-hover) !important;
65
65
  }
66
- .UseStyledSystem-module__hop-bg-focus___6UnSg:focus-visible {
66
+ .UseStyledSystem-module__hop-bg-focus___5LL2V: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___K62gP:active {
70
+ .UseStyledSystem-module__hop-bg-active___cWUnb:active {
71
71
  --hop-bg-active: initial;
72
72
  background-color: var(--hop-bg-active) !important;
73
73
  }
74
- .UseStyledSystem-module__hop-bs-hover___ichHs:hover {
74
+ .UseStyledSystem-module__hop-bs-hover___wKXdo:hover {
75
75
  --hop-bs-hover: initial;
76
76
  box-shadow: var(--hop-bs-hover) !important;
77
77
  }
78
- .UseStyledSystem-module__hop-bs-focus___8CVJT:focus-visible {
78
+ .UseStyledSystem-module__hop-bs-focus___w-oVC: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___6fGpC:active {
82
+ .UseStyledSystem-module__hop-bs-active___xSSTV:active {
83
83
  --hop-bs-active: initial;
84
84
  box-shadow: var(--hop-bs-active) !important;
85
85
  }
86
- .UseStyledSystem-module__hop-c-hover___yV0Bm:hover {
86
+ .UseStyledSystem-module__hop-c-hover___s2N6i:hover {
87
87
  --hop-c-hover: initial;
88
88
  color: var(--hop-c-hover) !important;
89
89
  }
90
- .UseStyledSystem-module__hop-c-focus___CB-a1:focus-visible {
90
+ .UseStyledSystem-module__hop-c-focus___vLJLj:focus-visible {
91
91
  --hop-c-focus: initial;
92
92
  color: var(--hop-c-focus) !important;
93
93
  }
94
- .UseStyledSystem-module__hop-c-active___QvV-8:active {
94
+ .UseStyledSystem-module__hop-c-active___xKbby:active {
95
95
  --hop-c-active: initial;
96
96
  color: var(--hop-c-active) !important;
97
97
  }
98
- .UseStyledSystem-module__hop-cs-hover___r20db:hover {
98
+ .UseStyledSystem-module__hop-cs-hover___L3S-l:hover {
99
99
  --hop-cs-hover: initial;
100
100
  cursor: var(--hop-cs-hover) !important;
101
101
  }
102
- .UseStyledSystem-module__hop-f-hover___5l7CU:hover {
102
+ .UseStyledSystem-module__hop-f-hover___-TCRu:hover {
103
103
  --hop-f-hover: initial;
104
104
  fill: var(--hop-f-hover) !important;
105
105
  }
106
- .UseStyledSystem-module__hop-f-focus___Pp0fo:focus-visible {
106
+ .UseStyledSystem-module__hop-f-focus___CyUOu:focus-visible {
107
107
  --hop-f-focus: initial;
108
108
  fill: var(--hop-f-focus) !important;
109
109
  }
110
- .UseStyledSystem-module__hop-o-hover___vLrHu:hover {
110
+ .UseStyledSystem-module__hop-o-hover___RScKv:hover {
111
111
  --hop-o-hover: initial;
112
112
  opacity: var(--hop-o-hover) !important;
113
113
  }
114
- .UseStyledSystem-module__hop-o-focus___bnDab:focus-visible {
114
+ .UseStyledSystem-module__hop-o-focus___Fpq28:focus-visible {
115
115
  --hop-o-focus: initial;
116
116
  opacity: var(--hop-o-focus) !important;
117
117
  }
118
- .UseStyledSystem-module__hop-o-active___XjSgf:active {
118
+ .UseStyledSystem-module__hop-o-active___hjJJO:active {
119
119
  --hop-o-active: initial;
120
120
  opacity: var(--hop-o-active) !important;
121
121
  }
122
- .UseStyledSystem-module__hop-ol-focus___pr646:focus-visible {
122
+ .UseStyledSystem-module__hop-ol-focus___-DVPc: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___c3iAY),
129
- :where(.htmlElement-module__hop-HtmlElement___c3iAY::after),
130
- :where(.htmlElement-module__hop-HtmlElement___c3iAY::before) {
128
+ :where(.htmlElement-module__hop-HtmlElement___QcQjo),
129
+ :where(.htmlElement-module__hop-HtmlElement___QcQjo::after),
130
+ :where(.htmlElement-module__hop-HtmlElement___QcQjo::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-NTMAQSQD.js';
3
- export { BodyStyleProvider } from './chunk-IKTWCPP4.js';
2
+ export { GlobalStyledSystemProviderCssSelector, _StyledSystemProvider as StyledSystemProvider } from './chunk-27SCT55Q.js';
3
+ export { ThemeContext, useThemeContext } from './chunk-TKWJ3X2I.js';
4
+ export { BodyStyleProvider } from './chunk-V4SZIQDT.js';
4
5
  export { useInsertStyleElement } from './chunk-RIORU7JO.js';
5
6
  export { useIsomorphicInsertionEffect } from './chunk-YPIK2HRL.js';
6
7
  export { useIsomorphicLayoutEffect } from './chunk-3YM73BQP.js';
7
8
  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-T2AAU5BU.js';
9
- export { GlobalHtmlElementCssSelector, GlobalHtmlElementSpecificCssSelector, htmlElement } from './chunk-ICYPPQIT.js';
9
+ 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-SUNZMIKY.js';
10
+ export { GlobalHtmlElementCssSelector, GlobalHtmlElementSpecificCssSelector, htmlElement } from './chunk-OCABBGWW.js';
10
11
  export { BreakpointProvider, DefaultUnsupportedMatchMediaBreakpoint } from './chunk-GXUFWEP5.js';
11
- export { ThemeContext, useThemeContext } from './chunk-TKWJ3X2I.js';
12
- export { getRootCSSClasses } from './chunk-AA72VWSO.js';
13
- export { isStyledSystemProp, useStyledSystem } from './chunk-SPRWM2SC.js';
14
- 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';
12
+ export { getRootCSSClasses } from './chunk-FCWLC3QK.js';
13
+ export { isStyledSystemProp, useStyledSystem } from './chunk-ETK4HNMY.js';
14
+ 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';
15
15
  import './chunk-LMCQIGNN.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-P6K4QWFZ.js';
21
+ export { HopperRootCssClass, HopperVariablePrefix, StyledSystemRootCssClass } from './chunk-6GS36OEX.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-AA72VWSO.js';
2
- import './chunk-P6K4QWFZ.js';
1
+ export { getRootCSSClasses } from './chunk-FCWLC3QK.js';
2
+ import './chunk-6GS36OEX.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-1-2-sharegate-dark {
5
+ .hop-5-1-3-sharegate-dark {
6
6
  --hop-space-1280: 8rem;
7
7
  --hop-space-960: 6rem;
8
8
  --hop-space-800: 5rem;
@@ -2,7 +2,8 @@
2
2
  * This file is generated by Style Dictionary. Do not edit directly.
3
3
  */
4
4
 
5
- .hop-5-1-2-sharegate {
5
+ .hop-5-1-3-sharegate {
6
+ --hop-comp-card-second-level-box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.05);
6
7
  --hop-comp-button-ghost-disabled-border-color: transparent;
7
8
  --hop-comp-button-ghost-disabled-background-color: transparent;
8
9
  --hop-comp-button-ghost-danger-border-color: transparent;
@@ -526,6 +527,7 @@
526
527
  --hop-coastal-50: #d9efff;
527
528
  --hop-coastal-25: #f0f8ff;
528
529
  --hop-comp-field-border-radius: var(--hop-border-radius-2-5);
530
+ --hop-comp-card-main-box-shadow: var(--hop-shadow-none);
529
531
  --hop-comp-button-danger-box-shadow: var(--hop-shadow-inset-bevel);
530
532
  --hop-comp-button-upsell-box-shadow: var(--hop-shadow-inset-bevel);
531
533
  --hop-comp-button-secondary-box-shadow: var(--hop-shadow-inset-bevel);
@@ -1249,9 +1251,16 @@
1249
1251
  --hop-comp-field-border-color-hover: var(--hop-neutral-border-hover);
1250
1252
  --hop-comp-field-border-color: var(--hop-neutral-border-weak);
1251
1253
  --hop-comp-field-background-color-disabled: var(--hop-neutral-surface);
1252
- --hop-comp-field-background-color-focus: var(--hop-neutral-surface-weak);
1253
1254
  --hop-comp-field-background-color-hover: var(--hop-neutral-surface-weak-hover);
1254
1255
  --hop-comp-field-background-color: var(--hop-neutral-surface-weak);
1256
+ --hop-comp-select-text-color-hover: var(--hop-neutral-text-press);
1257
+ --hop-comp-select-border-color-active: var(--hop-primary-border);
1258
+ --hop-comp-select-background-color-active: var(--hop-neutral-surface-weak-selected);
1259
+ --hop-comp-card-second-level-border-color: var(--hop-neutral-border-weakest);
1260
+ --hop-comp-card-second-level-background-color: var(--hop-neutral-surface);
1261
+ --hop-comp-card-main-border-color: var(--hop-neutral-surface-weakest);
1262
+ --hop-comp-card-main-background-color: var(--hop-neutral-surface-weakest);
1263
+ --hop-comp-card-border-radius: var(--hop-shape-rounded-lg);
1255
1264
  --hop-comp-button-ghost-disabled-text-color: var(--hop-neutral-text-disabled);
1256
1265
  --hop-comp-button-disabled-border-color: var(--hop-neutral-surface-disabled);
1257
1266
  --hop-comp-button-disabled-background-color: var(--hop-neutral-surface-disabled);
@@ -2,7 +2,7 @@
2
2
  * This file is generated by Style Dictionary. Do not edit directly.
3
3
  */
4
4
 
5
- .hop-5-1-2-workleap-dark {
5
+ .hop-5-1-3-workleap-dark {
6
6
  --hop-space-1280: 8rem;
7
7
  --hop-space-960: 6rem;
8
8
  --hop-space-800: 5rem;
@@ -2,7 +2,7 @@
2
2
  * This file is generated by Style Dictionary. Do not edit directly.
3
3
  */
4
4
 
5
- .hop-5-1-2-workleap {
5
+ .hop-5-1-3-workleap {
6
6
  --hop-comp-button-ghost-disabled-border-color: transparent;
7
7
  --hop-comp-button-ghost-disabled-background-color: transparent;
8
8
  --hop-comp-button-ghost-danger-border-color: transparent;
@@ -521,6 +521,8 @@
521
521
  --hop-coastal-75: #bae6ff;
522
522
  --hop-coastal-50: #d9efff;
523
523
  --hop-coastal-25: #f0f8ff;
524
+ --hop-comp-card-second-level-box-shadow: var(--hop-shadow-none);
525
+ --hop-comp-card-main-box-shadow: var(--hop-shadow-none);
524
526
  --hop-comp-button-ghost-danger-box-shadow: var(--hop-shadow-none);
525
527
  --hop-comp-button-ghost-secondary-box-shadow: var(--hop-shadow-none);
526
528
  --hop-comp-button-ghost-primary-box-shadow: var(--hop-shadow-none);
@@ -1247,10 +1249,17 @@
1247
1249
  --hop-comp-field-border-color-hover: var(--hop-neutral-border-hover);
1248
1250
  --hop-comp-field-border-color: var(--hop-neutral-border);
1249
1251
  --hop-comp-field-background-color-disabled: var(--hop-neutral-surface-disabled);
1250
- --hop-comp-field-background-color-focus: var(--hop-neutral-surface);
1251
1252
  --hop-comp-field-background-color-hover: var(--hop-neutral-surface-hover);
1252
1253
  --hop-comp-field-background-color: var(--hop-neutral-surface);
1253
1254
  --hop-comp-field-border-radius: var(--hop-shape-rounded-md);
1255
+ --hop-comp-select-text-color-hover: var(--hop-neutral-text-hover);
1256
+ --hop-comp-select-border-color-active: var(--hop-neutral-border-selected);
1257
+ --hop-comp-select-background-color-active: var(--hop-neutral-surface);
1258
+ --hop-comp-card-second-level-border-color: var(--hop-neutral-surface-weakest);
1259
+ --hop-comp-card-second-level-background-color: var(--hop-neutral-surface-weakest);
1260
+ --hop-comp-card-main-border-color: var(--hop-neutral-border-weak);
1261
+ --hop-comp-card-main-background-color: var(--hop-neutral-surface);
1262
+ --hop-comp-card-border-radius: var(--hop-shape-rounded-md);
1254
1263
  --hop-comp-button-ghost-disabled-text-color: var(--hop-neutral-text-disabled);
1255
1264
  --hop-comp-button-disabled-border-color: var(--hop-neutral-surface-disabled);
1256
1265
  --hop-comp-button-disabled-background-color: var(--hop-neutral-surface-disabled);
@@ -1,5 +1,5 @@
1
1
  declare const HopperRootCssClass = "hop";
2
- declare const StyledSystemRootCssClass = "hop-5-1-2";
2
+ declare const StyledSystemRootCssClass = "hop-5-1-3";
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-P6K4QWFZ.js';
1
+ export { HopperRootCssClass, HopperVariablePrefix, StyledSystemRootCssClass } from '../../chunk-6GS36OEX.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-DK6ALTKA.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-4YFSACW6.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-P6K4QWFZ.js';
7
+ import '../chunk-6GS36OEX.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___3qg2D:hover {
2
+ .UseStyledSystem-module__hop-b-hover___7UYnl:hover {
3
3
  --hop-b-hover: initial;
4
4
  border: var(--hop-b-hover) !important;
5
5
  }
6
- .UseStyledSystem-module__hop-bb-hover___Ow8FC:hover {
6
+ .UseStyledSystem-module__hop-bb-hover___VFe-p:hover {
7
7
  --hop-bb-hover: initial;
8
8
  border-bottom: var(--hop-bb-hover) !important;
9
9
  }
10
- .UseStyledSystem-module__hop-bl-hover___q1F-d:hover {
10
+ .UseStyledSystem-module__hop-bl-hover___2hEx8:hover {
11
11
  --hop-bl-hover: initial;
12
12
  border-left: var(--hop-bl-hover) !important;
13
13
  }
14
- .UseStyledSystem-module__hop-br-hover___IjU-o:hover {
14
+ .UseStyledSystem-module__hop-br-hover___bhZSx:hover {
15
15
  --hop-br-hover: initial;
16
16
  border-right: var(--hop-br-hover) !important;
17
17
  }
18
- .UseStyledSystem-module__hop-bt-hover___SU74N:hover {
18
+ .UseStyledSystem-module__hop-bt-hover___xvVmw:hover {
19
19
  --hop-bt-hover: initial;
20
20
  border-top: var(--hop-bt-hover) !important;
21
21
  }
22
- .UseStyledSystem-module__hop-b-focus___Uk9bI:focus-visible {
22
+ .UseStyledSystem-module__hop-b-focus___amXV7:focus-visible {
23
23
  --hop-b-focus: initial;
24
24
  border: var(--hop-b-focus) !important;
25
25
  }
26
- .UseStyledSystem-module__hop-bb-focus___oDb0i:focus-visible {
26
+ .UseStyledSystem-module__hop-bb-focus___EKGLM: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___KZG5L:focus-visible {
30
+ .UseStyledSystem-module__hop-bl-focus___GGhCs: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___6b4nT:focus-visible {
34
+ .UseStyledSystem-module__hop-br-focus___OLvow: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___YhJgI:focus-visible {
38
+ .UseStyledSystem-module__hop-bt-focus___U-7xq: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___809QG:active {
42
+ .UseStyledSystem-module__hop-b-active___Ig-pe:active {
43
43
  --hop-b-active: initial;
44
44
  border: var(--hop-b-active) !important;
45
45
  }
46
- .UseStyledSystem-module__hop-bb-active___w-D6A:active {
46
+ .UseStyledSystem-module__hop-bb-active___TANtl:active {
47
47
  --hop-bb-active: initial;
48
48
  border-bottom: var(--hop-bb-active) !important;
49
49
  }
50
- .UseStyledSystem-module__hop-bl-active___fuTob:active {
50
+ .UseStyledSystem-module__hop-bl-active___2jpqi:active {
51
51
  --hop-bl-active: initial;
52
52
  border-left: var(--hop-bl-active) !important;
53
53
  }
54
- .UseStyledSystem-module__hop-br-active___lYFVR:active {
54
+ .UseStyledSystem-module__hop-br-active___lKucv:active {
55
55
  --hop-br-active: initial;
56
56
  border-right: var(--hop-br-active) !important;
57
57
  }
58
- .UseStyledSystem-module__hop-bt-active___pVeTC:active {
58
+ .UseStyledSystem-module__hop-bt-active___NjTOr:active {
59
59
  --hop-bt-active: initial;
60
60
  border-top: var(--hop-bt-active) !important;
61
61
  }
62
- .UseStyledSystem-module__hop-bg-hover___NHRAh:hover {
62
+ .UseStyledSystem-module__hop-bg-hover___uaPPv:hover {
63
63
  --hop-bg-hover: initial;
64
64
  background-color: var(--hop-bg-hover) !important;
65
65
  }
66
- .UseStyledSystem-module__hop-bg-focus___6UnSg:focus-visible {
66
+ .UseStyledSystem-module__hop-bg-focus___5LL2V: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___K62gP:active {
70
+ .UseStyledSystem-module__hop-bg-active___cWUnb:active {
71
71
  --hop-bg-active: initial;
72
72
  background-color: var(--hop-bg-active) !important;
73
73
  }
74
- .UseStyledSystem-module__hop-bs-hover___ichHs:hover {
74
+ .UseStyledSystem-module__hop-bs-hover___wKXdo:hover {
75
75
  --hop-bs-hover: initial;
76
76
  box-shadow: var(--hop-bs-hover) !important;
77
77
  }
78
- .UseStyledSystem-module__hop-bs-focus___8CVJT:focus-visible {
78
+ .UseStyledSystem-module__hop-bs-focus___w-oVC: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___6fGpC:active {
82
+ .UseStyledSystem-module__hop-bs-active___xSSTV:active {
83
83
  --hop-bs-active: initial;
84
84
  box-shadow: var(--hop-bs-active) !important;
85
85
  }
86
- .UseStyledSystem-module__hop-c-hover___yV0Bm:hover {
86
+ .UseStyledSystem-module__hop-c-hover___s2N6i:hover {
87
87
  --hop-c-hover: initial;
88
88
  color: var(--hop-c-hover) !important;
89
89
  }
90
- .UseStyledSystem-module__hop-c-focus___CB-a1:focus-visible {
90
+ .UseStyledSystem-module__hop-c-focus___vLJLj:focus-visible {
91
91
  --hop-c-focus: initial;
92
92
  color: var(--hop-c-focus) !important;
93
93
  }
94
- .UseStyledSystem-module__hop-c-active___QvV-8:active {
94
+ .UseStyledSystem-module__hop-c-active___xKbby:active {
95
95
  --hop-c-active: initial;
96
96
  color: var(--hop-c-active) !important;
97
97
  }
98
- .UseStyledSystem-module__hop-cs-hover___r20db:hover {
98
+ .UseStyledSystem-module__hop-cs-hover___L3S-l:hover {
99
99
  --hop-cs-hover: initial;
100
100
  cursor: var(--hop-cs-hover) !important;
101
101
  }
102
- .UseStyledSystem-module__hop-f-hover___5l7CU:hover {
102
+ .UseStyledSystem-module__hop-f-hover___-TCRu:hover {
103
103
  --hop-f-hover: initial;
104
104
  fill: var(--hop-f-hover) !important;
105
105
  }
106
- .UseStyledSystem-module__hop-f-focus___Pp0fo:focus-visible {
106
+ .UseStyledSystem-module__hop-f-focus___CyUOu:focus-visible {
107
107
  --hop-f-focus: initial;
108
108
  fill: var(--hop-f-focus) !important;
109
109
  }
110
- .UseStyledSystem-module__hop-o-hover___vLrHu:hover {
110
+ .UseStyledSystem-module__hop-o-hover___RScKv:hover {
111
111
  --hop-o-hover: initial;
112
112
  opacity: var(--hop-o-hover) !important;
113
113
  }
114
- .UseStyledSystem-module__hop-o-focus___bnDab:focus-visible {
114
+ .UseStyledSystem-module__hop-o-focus___Fpq28:focus-visible {
115
115
  --hop-o-focus: initial;
116
116
  opacity: var(--hop-o-focus) !important;
117
117
  }
118
- .UseStyledSystem-module__hop-o-active___XjSgf:active {
118
+ .UseStyledSystem-module__hop-o-active___hjJJO:active {
119
119
  --hop-o-active: initial;
120
120
  opacity: var(--hop-o-active) !important;
121
121
  }
122
- .UseStyledSystem-module__hop-ol-focus___pr646:focus-visible {
122
+ .UseStyledSystem-module__hop-ol-focus___-DVPc: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-SPRWM2SC.js';
2
- import './chunk-DK6ALTKA.js';
1
+ export { isStyledSystemProp, useStyledSystem } from './chunk-ETK4HNMY.js';
2
+ import './chunk-4YFSACW6.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-P6K4QWFZ.js';
9
+ import './chunk-6GS36OEX.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.2",
4
+ "version": "3.1.3",
5
5
  "description": "The styled-system package.",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
@@ -74,7 +74,7 @@
74
74
  "tsup": "8.5.0",
75
75
  "typescript": "5.5.4",
76
76
  "typescript-eslint": "8.46.2",
77
- "@hopper-ui/tokens": "5.1.2"
77
+ "@hopper-ui/tokens": "5.1.3"
78
78
  },
79
79
  "scripts": {
80
80
  "dev": "tsup --config ./tsup.dev.ts",