@hopper-ui/styled-system 2.1.2 → 2.3.0

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 (37) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/StyledSystemProvider.css +34 -34
  3. package/dist/StyledSystemProvider.js +12 -12
  4. package/dist/{chunk-EZAJQ25J.js → chunk-2OJ5IFS2.js} +2 -2
  5. package/dist/{chunk-MGAYQZU2.js → chunk-6CRI5HIS.js} +1 -1
  6. package/dist/{chunk-PBX3FHVA.js → chunk-A2ULP3J4.js} +1 -1
  7. package/dist/{chunk-DED5SJ46.js → chunk-B7HFHXFA.js} +1 -1
  8. package/dist/{chunk-5WZHHY2C.js → chunk-DWMVOBMX.js} +1 -1
  9. package/dist/{chunk-JJHZT2WG.js → chunk-FDEISPLX.js} +3 -1
  10. package/dist/{chunk-GWDNZB6T.js → chunk-HCSL6AFU.js} +3 -0
  11. package/dist/{chunk-IBDPCC4M.js → chunk-MFJ36PBE.js} +2 -2
  12. package/dist/{chunk-XWUBIX6J.js → chunk-N4G7KAFD.js} +2 -2
  13. package/dist/{chunk-DM7B63YU.js → chunk-UJEJWY3G.js} +4 -4
  14. package/dist/{chunk-NZPD5FE3.js → chunk-ZKQEXTOW.js} +2 -2
  15. package/dist/{chunk-HWVLEL6W.js → chunk-ZPWT4KIX.js} +3 -0
  16. package/dist/global-styles/BodyStyleProvider.js +2 -2
  17. package/dist/html-wrappers/html.css +34 -34
  18. package/dist/html-wrappers/html.js +5 -5
  19. package/dist/html-wrappers/htmlElement.css +34 -34
  20. package/dist/html-wrappers/htmlElement.js +4 -4
  21. package/dist/index.css +34 -34
  22. package/dist/index.js +12 -12
  23. package/dist/styledSystemRootCssClass.js +1 -1
  24. package/dist/tokens/TokenProvider.js +5 -5
  25. package/dist/tokens/generated/darkSemanticTokens.d.ts +2 -0
  26. package/dist/tokens/generated/darkSemanticTokens.js +1 -1
  27. package/dist/tokens/generated/lightSemanticTokens.d.ts +3 -0
  28. package/dist/tokens/generated/lightSemanticTokens.js +1 -1
  29. package/dist/tokens/generated/styledSystemToTokenMappings.d.ts +3 -0
  30. package/dist/tokens/generated/styledSystemToTokenMappings.js +1 -1
  31. package/dist/tokens/tokenMappings.d.ts +8 -0
  32. package/dist/tokens/tokenMappings.js +2 -2
  33. package/dist/tokens/tokens.d.ts +5 -0
  34. package/dist/tokens/tokens.js +3 -3
  35. package/dist/useStyledSystem.css +31 -31
  36. package/dist/useStyledSystem.js +3 -3
  37. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @hopper-ui/styled-system
2
2
 
3
+ ## 2.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 47cb86f: Added space-10 token (1px)
8
+
9
+ ## 2.2.0
10
+
11
+ ### Minor Changes
12
+
13
+ - a3ee503: Added two tokens / updated one token
14
+
3
15
  ## 2.1.2
4
16
 
5
17
  ### 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___ia4J8:hover {
2
+ .UseStyledSystem-module__hop-b-hover___vVAJN:hover {
3
3
  --hop-b-hover: initial;
4
4
  border: var(--hop-b-hover) !important;
5
5
  }
6
- .UseStyledSystem-module__hop-bb-hover___MhkN0:hover {
6
+ .UseStyledSystem-module__hop-bb-hover___Qk4NL:hover {
7
7
  --hop-bb-hover: initial;
8
8
  border-bottom: var(--hop-bb-hover) !important;
9
9
  }
10
- .UseStyledSystem-module__hop-bl-hover___cNSwq:hover {
10
+ .UseStyledSystem-module__hop-bl-hover___9XfU5:hover {
11
11
  --hop-bl-hover: initial;
12
12
  border-left: var(--hop-bl-hover) !important;
13
13
  }
14
- .UseStyledSystem-module__hop-br-hover___Ntv8G:hover {
14
+ .UseStyledSystem-module__hop-br-hover___P-ir9:hover {
15
15
  --hop-br-hover: initial;
16
16
  border-right: var(--hop-br-hover) !important;
17
17
  }
18
- .UseStyledSystem-module__hop-bt-hover___-ixZ-:hover {
18
+ .UseStyledSystem-module__hop-bt-hover___zJWVR:hover {
19
19
  --hop-bt-hover: initial;
20
20
  border-top: var(--hop-bt-hover) !important;
21
21
  }
22
- .UseStyledSystem-module__hop-b-focus___k4VsA:focus-visible {
22
+ .UseStyledSystem-module__hop-b-focus___IHFPE:focus-visible {
23
23
  --hop-b-focus: initial;
24
24
  border: var(--hop-b-focus) !important;
25
25
  }
26
- .UseStyledSystem-module__hop-bb-focus___KM6J9:focus-visible {
26
+ .UseStyledSystem-module__hop-bb-focus___SN9uV: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___d4mLq:focus-visible {
30
+ .UseStyledSystem-module__hop-bl-focus___FDFUU: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___U0ZmH:focus-visible {
34
+ .UseStyledSystem-module__hop-br-focus___fJELH: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___K37-N:focus-visible {
38
+ .UseStyledSystem-module__hop-bt-focus___K8FN-: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___rPVH5:active {
42
+ .UseStyledSystem-module__hop-b-active___oiF7e:active {
43
43
  --hop-b-active: initial;
44
44
  border: var(--hop-b-active) !important;
45
45
  }
46
- .UseStyledSystem-module__hop-bb-active___kiTv4:active {
46
+ .UseStyledSystem-module__hop-bb-active___6NUwn:active {
47
47
  --hop-bb-active: initial;
48
48
  border-bottom: var(--hop-bb-active) !important;
49
49
  }
50
- .UseStyledSystem-module__hop-bl-active___Zgkry:active {
50
+ .UseStyledSystem-module__hop-bl-active___xKPRB:active {
51
51
  --hop-bl-active: initial;
52
52
  border-left: var(--hop-bl-active) !important;
53
53
  }
54
- .UseStyledSystem-module__hop-br-active___LRoe3:active {
54
+ .UseStyledSystem-module__hop-br-active___H0Xkr:active {
55
55
  --hop-br-active: initial;
56
56
  border-right: var(--hop-br-active) !important;
57
57
  }
58
- .UseStyledSystem-module__hop-bt-active___KdC3N:active {
58
+ .UseStyledSystem-module__hop-bt-active___-xv1d:active {
59
59
  --hop-bt-active: initial;
60
60
  border-top: var(--hop-bt-active) !important;
61
61
  }
62
- .UseStyledSystem-module__hop-bg-hover___UcunV:hover {
62
+ .UseStyledSystem-module__hop-bg-hover___bi--2:hover {
63
63
  --hop-bg-hover: initial;
64
64
  background-color: var(--hop-bg-hover) !important;
65
65
  }
66
- .UseStyledSystem-module__hop-bg-focus___zLqnL:focus-visible {
66
+ .UseStyledSystem-module__hop-bg-focus___794E-: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___lMa36:active {
70
+ .UseStyledSystem-module__hop-bg-active___Fvg3U:active {
71
71
  --hop-bg-active: initial;
72
72
  background-color: var(--hop-bg-active) !important;
73
73
  }
74
- .UseStyledSystem-module__hop-bs-hover___Eqzmi:hover {
74
+ .UseStyledSystem-module__hop-bs-hover___3qTzf:hover {
75
75
  --hop-bs-hover: initial;
76
76
  box-shadow: var(--hop-bs-hover) !important;
77
77
  }
78
- .UseStyledSystem-module__hop-bs-focus___PujWR:focus-visible {
78
+ .UseStyledSystem-module__hop-bs-focus___fqam-: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___kiIcA:active {
82
+ .UseStyledSystem-module__hop-bs-active___zUMft:active {
83
83
  --hop-bs-active: initial;
84
84
  box-shadow: var(--hop-bs-active) !important;
85
85
  }
86
- .UseStyledSystem-module__hop-c-hover___RuQyH:hover {
86
+ .UseStyledSystem-module__hop-c-hover___AElkc:hover {
87
87
  --hop-c-hover: initial;
88
88
  color: var(--hop-c-hover) !important;
89
89
  }
90
- .UseStyledSystem-module__hop-c-focus___KGbAX:focus-visible {
90
+ .UseStyledSystem-module__hop-c-focus___sDQuF:focus-visible {
91
91
  --hop-c-focus: initial;
92
92
  color: var(--hop-c-focus) !important;
93
93
  }
94
- .UseStyledSystem-module__hop-c-active___-ufLN:active {
94
+ .UseStyledSystem-module__hop-c-active___T4PLB:active {
95
95
  --hop-c-active: initial;
96
96
  color: var(--hop-c-active) !important;
97
97
  }
98
- .UseStyledSystem-module__hop-cs-hover___U5Agw:hover {
98
+ .UseStyledSystem-module__hop-cs-hover___l20jX:hover {
99
99
  --hop-cs-hover: initial;
100
100
  cursor: var(--hop-cs-hover) !important;
101
101
  }
102
- .UseStyledSystem-module__hop-f-hover___XIdyf:hover {
102
+ .UseStyledSystem-module__hop-f-hover___MCpGx:hover {
103
103
  --hop-f-hover: initial;
104
104
  fill: var(--hop-f-hover) !important;
105
105
  }
106
- .UseStyledSystem-module__hop-f-focus___PCx4p:focus-visible {
106
+ .UseStyledSystem-module__hop-f-focus___xzfmN:focus-visible {
107
107
  --hop-f-focus: initial;
108
108
  fill: var(--hop-f-focus) !important;
109
109
  }
110
- .UseStyledSystem-module__hop-o-hover___WtqiB:hover {
110
+ .UseStyledSystem-module__hop-o-hover___O9BJq:hover {
111
111
  --hop-o-hover: initial;
112
112
  opacity: var(--hop-o-hover) !important;
113
113
  }
114
- .UseStyledSystem-module__hop-o-focus___lsz5E:focus-visible {
114
+ .UseStyledSystem-module__hop-o-focus___TeYBA:focus-visible {
115
115
  --hop-o-focus: initial;
116
116
  opacity: var(--hop-o-focus) !important;
117
117
  }
118
- .UseStyledSystem-module__hop-o-active___l-V-B:active {
118
+ .UseStyledSystem-module__hop-o-active___QRn1D:active {
119
119
  --hop-o-active: initial;
120
120
  opacity: var(--hop-o-active) !important;
121
121
  }
122
- .UseStyledSystem-module__hop-ol-focus___USZMh:focus-visible {
122
+ .UseStyledSystem-module__hop-ol-focus___rfBy1:focus-visible {
123
123
  --hop-ol-focus: initial;
124
124
  color: 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___sT3CM),
129
- :where(.htmlElement-module__hop-HtmlElement___sT3CM::after),
130
- :where(.htmlElement-module__hop-HtmlElement___sT3CM::before) {
128
+ :where(.htmlElement-module__hop-HtmlElement___YAkjg),
129
+ :where(.htmlElement-module__hop-HtmlElement___YAkjg::after),
130
+ :where(.htmlElement-module__hop-HtmlElement___YAkjg::before) {
131
131
  box-sizing: border-box;
132
132
  }
@@ -1,20 +1,20 @@
1
- export { GlobalStyledSystemProviderCssSelector, _StyledSystemProvider as StyledSystemProvider } from './chunk-DM7B63YU.js';
2
- import './chunk-5WZHHY2C.js';
3
- import './chunk-NZPD5FE3.js';
4
- import './chunk-PBX3FHVA.js';
1
+ export { GlobalStyledSystemProviderCssSelector, _StyledSystemProvider as StyledSystemProvider } from './chunk-UJEJWY3G.js';
2
+ import './chunk-A2ULP3J4.js';
5
3
  import './chunk-BSIKCABJ.js';
6
4
  import './chunk-3YM73BQP.js';
5
+ import './chunk-DWMVOBMX.js';
6
+ import './chunk-ZKQEXTOW.js';
7
7
  import './chunk-GXUFWEP5.js';
8
- import './chunk-IBDPCC4M.js';
9
- import './chunk-EZAJQ25J.js';
10
- import './chunk-JJHZT2WG.js';
11
- import './chunk-HWVLEL6W.js';
8
+ import './chunk-MFJ36PBE.js';
9
+ import './chunk-2OJ5IFS2.js';
10
+ import './chunk-FDEISPLX.js';
11
+ import './chunk-ZPWT4KIX.js';
12
12
  import './chunk-RIORU7JO.js';
13
13
  import './chunk-YPIK2HRL.js';
14
- import './chunk-MGAYQZU2.js';
15
- import './chunk-XWUBIX6J.js';
16
- import './chunk-DED5SJ46.js';
17
- import './chunk-GWDNZB6T.js';
14
+ import './chunk-6CRI5HIS.js';
15
+ import './chunk-N4G7KAFD.js';
16
+ import './chunk-B7HFHXFA.js';
17
+ import './chunk-HCSL6AFU.js';
18
18
  import './chunk-SFOVKOPG.js';
19
19
  import './chunk-VBKLISDI.js';
20
20
  import './chunk-XUHDFZZL.js';
@@ -1,5 +1,5 @@
1
- import { DarkSemanticTokens } from './chunk-JJHZT2WG.js';
2
- import { CoreTokens, SemanticTokens } from './chunk-HWVLEL6W.js';
1
+ import { DarkSemanticTokens } from './chunk-FDEISPLX.js';
2
+ import { CoreTokens, SemanticTokens } from './chunk-ZPWT4KIX.js';
3
3
 
4
4
  // src/tokens/tokens.ts
5
5
  var Tokens = {
@@ -2,7 +2,7 @@
2
2
  var package_default = {
3
3
  name: "@hopper-ui/styled-system",
4
4
  author: "Workleap",
5
- version: "2.1.2",
5
+ version: "2.3.0",
6
6
  description: "The styled-system package.",
7
7
  license: "Apache-2.0",
8
8
  repository: {
@@ -1,7 +1,7 @@
1
1
  import { ThemeComputedStyle } from './chunk-BSIKCABJ.js';
2
2
  import { useIsomorphicLayoutEffect } from './chunk-3YM73BQP.js';
3
3
  import { useInsertStyleElement } from './chunk-RIORU7JO.js';
4
- import { StyledSystemRootCssClass } from './chunk-MGAYQZU2.js';
4
+ import { StyledSystemRootCssClass } from './chunk-6CRI5HIS.js';
5
5
  import { isNil } from './chunk-U5R6ZXH3.js';
6
6
  import { useColorSchemeContext } from './chunk-V7X6ANEM.js';
7
7
  import { useRef, useState } from 'react';
@@ -1,4 +1,4 @@
1
- import { HopperVariablePrefix, HopperColors, DataVizColors, BackgroundColors, BorderColors, TextColors, IconColors, Elevation, FontSize, FontWeight, LineHeight, FontFamily, Shape, CoreSpace, SemanticSimplePaddingSpace, SemanticComplexPaddingSpace, SemanticSimpleMarginSpace, SemanticComplexMarginSpace } from './chunk-GWDNZB6T.js';
1
+ import { HopperVariablePrefix, HopperColors, DataVizColors, BackgroundColors, BorderColors, TextColors, IconColors, Elevation, FontSize, FontWeight, LineHeight, FontFamily, Shape, CoreSpace, SemanticSimplePaddingSpace, SemanticComplexPaddingSpace, SemanticSimpleMarginSpace, SemanticComplexMarginSpace } from './chunk-HCSL6AFU.js';
2
2
  import { parseResponsiveValue } from './chunk-SFOVKOPG.js';
3
3
  import { isNil, isObject } from './chunk-U5R6ZXH3.js';
4
4
 
@@ -1,4 +1,4 @@
1
- import { htmlElement } from './chunk-NZPD5FE3.js';
1
+ import { htmlElement } from './chunk-ZKQEXTOW.js';
2
2
 
3
3
  // src/html-wrappers/html.ts
4
4
  var Address = htmlElement("address");
@@ -67,6 +67,7 @@ var DarkSemanticTokens = {
67
67
  "--hop-neutral-icon-weak": "var(--hop-rock-200)",
68
68
  "--hop-neutral-icon-weak-hover": "var(--hop-rock-75)",
69
69
  "--hop-neutral-icon-weak-press": "var(--hop-rock-50)",
70
+ "--hop-neutral-icon-weak-selected": "var(--hop-rock-75)",
70
71
  "--hop-neutral-icon-weakest": "var(--hop-rock-400)",
71
72
  "--hop-neutral-surface": "var(--hop-abyss)",
72
73
  "--hop-neutral-surface-selected": "var(--hop-toad-25)",
@@ -90,6 +91,7 @@ var DarkSemanticTokens = {
90
91
  "--hop-neutral-text-weak": "var(--hop-rock-200)",
91
92
  "--hop-neutral-text-weak-hover": "var(--hop-rock-75)",
92
93
  "--hop-neutral-text-weak-press": "var(--hop-rock-50)",
94
+ "--hop-neutral-text-weak-selected": "var(--hop-rock-75)",
93
95
  "--hop-neutral-text-weakest": "var(--hop-rock-400)",
94
96
  "--hop-primary-border-active": "var(--hop-sapphire-500)",
95
97
  "--hop-primary-icon-active": "var(--hop-sapphire-75)",
@@ -478,7 +480,7 @@ var DarkSemanticTokens = {
478
480
  "--hop-status-positive-border-press": "var(--hop-moss-400)",
479
481
  "--hop-status-positive-border-selected": "var(--hop-moss-75)",
480
482
  "--hop-status-positive-icon": "var(--hop-moss-800)",
481
- "--hop-status-positive-icon-disabled": "var(--hop-moss-200)",
483
+ "--hop-status-positive-icon-disabled": "var(--hop-moss-500)",
482
484
  "--hop-status-positive-icon-hover": "var(--hop-moss-900)",
483
485
  "--hop-status-positive-icon-press": "var(--hop-moss-800)",
484
486
  "--hop-status-positive-icon-selected": "var(--hop-moss-75)",
@@ -351,6 +351,7 @@ var TextColors = {
351
351
  "neutral-weak": "neutral-text-weak",
352
352
  "neutral-weak-hover": "neutral-text-weak-hover",
353
353
  "neutral-weak-press": "neutral-text-weak-press",
354
+ "neutral-weak-selected": "neutral-text-weak-selected",
354
355
  "neutral-weakest": "neutral-text-weakest",
355
356
  "primary-active": "primary-text-active",
356
357
  "primary": "primary-text",
@@ -481,6 +482,7 @@ var IconColors = {
481
482
  "neutral-weak": "neutral-icon-weak",
482
483
  "neutral-weak-hover": "neutral-icon-weak-hover",
483
484
  "neutral-weak-press": "neutral-icon-weak-press",
485
+ "neutral-weak-selected": "neutral-icon-weak-selected",
484
486
  "neutral-weakest": "neutral-icon-weakest",
485
487
  "primary-active": "primary-icon-active",
486
488
  "primary": "primary-icon",
@@ -1137,6 +1139,7 @@ var Shape = {
1137
1139
  };
1138
1140
  var CoreSpace = {
1139
1141
  "core_0": "space-0",
1142
+ "core_10": "space-10",
1140
1143
  "core_20": "space-20",
1141
1144
  "core_40": "space-40",
1142
1145
  "core_80": "space-80",
@@ -1,6 +1,6 @@
1
- import { Tokens } from './chunk-EZAJQ25J.js';
1
+ import { Tokens } from './chunk-2OJ5IFS2.js';
2
2
  import { useInsertStyleElement } from './chunk-RIORU7JO.js';
3
- import { StyledSystemRootCssClass } from './chunk-MGAYQZU2.js';
3
+ import { StyledSystemRootCssClass } from './chunk-6CRI5HIS.js';
4
4
 
5
5
  // src/tokens/TokenProvider.tsx
6
6
  function TokenProvider() {
@@ -1,4 +1,4 @@
1
- import { parseResponsiveSystemValue, ColorExpressionTypes, DefaultBorderWidthAndStyle, SizingMapping, BackgroundColorMapping, BorderMapping, BorderRadiusMapping, BoxShadowMapping, TextColorMapping, SimpleMarginMapping, IconColorMapping, FontFamilyMapping, FontSizeMapping, FontWeightMapping, LineHeightMapping, ComplexMarginMapping, ComplexPaddingMapping, SimplePaddingMapping } from './chunk-DED5SJ46.js';
1
+ import { parseResponsiveSystemValue, ColorExpressionTypes, DefaultBorderWidthAndStyle, SizingMapping, BackgroundColorMapping, BorderMapping, BorderRadiusMapping, BoxShadowMapping, TextColorMapping, SimpleMarginMapping, IconColorMapping, FontFamilyMapping, FontSizeMapping, FontWeightMapping, LineHeightMapping, ComplexMarginMapping, ComplexPaddingMapping, SimplePaddingMapping } from './chunk-B7HFHXFA.js';
2
2
  import { parseResponsiveValue } from './chunk-SFOVKOPG.js';
3
3
  import { useBreakpointContext } from './chunk-VBKLISDI.js';
4
4
  import { isNil } from './chunk-U5R6ZXH3.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___ia4J8", "hop-bb-hover": "UseStyledSystem-module__hop-bb-hover___MhkN0", "hop-bl-hover": "UseStyledSystem-module__hop-bl-hover___cNSwq", "hop-br-hover": "UseStyledSystem-module__hop-br-hover___Ntv8G", "hop-bt-hover": "UseStyledSystem-module__hop-bt-hover___-ixZ-", "hop-b-focus": "UseStyledSystem-module__hop-b-focus___k4VsA", "hop-bb-focus": "UseStyledSystem-module__hop-bb-focus___KM6J9", "hop-bl-focus": "UseStyledSystem-module__hop-bl-focus___d4mLq", "hop-br-focus": "UseStyledSystem-module__hop-br-focus___U0ZmH", "hop-bt-focus": "UseStyledSystem-module__hop-bt-focus___K37-N", "hop-b-active": "UseStyledSystem-module__hop-b-active___rPVH5", "hop-bb-active": "UseStyledSystem-module__hop-bb-active___kiTv4", "hop-bl-active": "UseStyledSystem-module__hop-bl-active___Zgkry", "hop-br-active": "UseStyledSystem-module__hop-br-active___LRoe3", "hop-bt-active": "UseStyledSystem-module__hop-bt-active___KdC3N", "hop-bg-hover": "UseStyledSystem-module__hop-bg-hover___UcunV", "hop-bg-focus": "UseStyledSystem-module__hop-bg-focus___zLqnL", "hop-bg-active": "UseStyledSystem-module__hop-bg-active___lMa36", "hop-bs-hover": "UseStyledSystem-module__hop-bs-hover___Eqzmi", "hop-bs-focus": "UseStyledSystem-module__hop-bs-focus___PujWR", "hop-bs-active": "UseStyledSystem-module__hop-bs-active___kiIcA", "hop-c-hover": "UseStyledSystem-module__hop-c-hover___RuQyH", "hop-c-focus": "UseStyledSystem-module__hop-c-focus___KGbAX", "hop-c-active": "UseStyledSystem-module__hop-c-active___-ufLN", "hop-cs-hover": "UseStyledSystem-module__hop-cs-hover___U5Agw", "hop-f-hover": "UseStyledSystem-module__hop-f-hover___XIdyf", "hop-f-focus": "UseStyledSystem-module__hop-f-focus___PCx4p", "hop-o-hover": "UseStyledSystem-module__hop-o-hover___WtqiB", "hop-o-focus": "UseStyledSystem-module__hop-o-focus___lsz5E", "hop-o-active": "UseStyledSystem-module__hop-o-active___l-V-B", "hop-ol-focus": "UseStyledSystem-module__hop-ol-focus___USZMh" };
9
+ var UseStyledSystem_module_default = { "hop-b-hover": "UseStyledSystem-module__hop-b-hover___vVAJN", "hop-bb-hover": "UseStyledSystem-module__hop-bb-hover___Qk4NL", "hop-bl-hover": "UseStyledSystem-module__hop-bl-hover___9XfU5", "hop-br-hover": "UseStyledSystem-module__hop-br-hover___P-ir9", "hop-bt-hover": "UseStyledSystem-module__hop-bt-hover___zJWVR", "hop-b-focus": "UseStyledSystem-module__hop-b-focus___IHFPE", "hop-bb-focus": "UseStyledSystem-module__hop-bb-focus___SN9uV", "hop-bl-focus": "UseStyledSystem-module__hop-bl-focus___FDFUU", "hop-br-focus": "UseStyledSystem-module__hop-br-focus___fJELH", "hop-bt-focus": "UseStyledSystem-module__hop-bt-focus___K8FN-", "hop-b-active": "UseStyledSystem-module__hop-b-active___oiF7e", "hop-bb-active": "UseStyledSystem-module__hop-bb-active___6NUwn", "hop-bl-active": "UseStyledSystem-module__hop-bl-active___xKPRB", "hop-br-active": "UseStyledSystem-module__hop-br-active___H0Xkr", "hop-bt-active": "UseStyledSystem-module__hop-bt-active___-xv1d", "hop-bg-hover": "UseStyledSystem-module__hop-bg-hover___bi--2", "hop-bg-focus": "UseStyledSystem-module__hop-bg-focus___794E-", "hop-bg-active": "UseStyledSystem-module__hop-bg-active___Fvg3U", "hop-bs-hover": "UseStyledSystem-module__hop-bs-hover___3qTzf", "hop-bs-focus": "UseStyledSystem-module__hop-bs-focus___fqam-", "hop-bs-active": "UseStyledSystem-module__hop-bs-active___zUMft", "hop-c-hover": "UseStyledSystem-module__hop-c-hover___AElkc", "hop-c-focus": "UseStyledSystem-module__hop-c-focus___sDQuF", "hop-c-active": "UseStyledSystem-module__hop-c-active___T4PLB", "hop-cs-hover": "UseStyledSystem-module__hop-cs-hover___l20jX", "hop-f-hover": "UseStyledSystem-module__hop-f-hover___MCpGx", "hop-f-focus": "UseStyledSystem-module__hop-f-focus___xzfmN", "hop-o-hover": "UseStyledSystem-module__hop-o-hover___O9BJq", "hop-o-focus": "UseStyledSystem-module__hop-o-focus___TeYBA", "hop-o-active": "UseStyledSystem-module__hop-o-active___QRn1D", "hop-ol-focus": "UseStyledSystem-module__hop-ol-focus___rfBy1" };
10
10
 
11
11
  // src/useStyledSystem.ts
12
12
  function createSystemValueHandler(systemValues) {
@@ -1,8 +1,8 @@
1
- import { Div } from './chunk-5WZHHY2C.js';
2
- import { BodyStyleProvider } from './chunk-PBX3FHVA.js';
1
+ import { BodyStyleProvider } from './chunk-A2ULP3J4.js';
2
+ import { Div } from './chunk-DWMVOBMX.js';
3
3
  import { BreakpointProvider, DefaultUnsupportedMatchMediaBreakpoint } from './chunk-GXUFWEP5.js';
4
- import { TokenProvider } from './chunk-IBDPCC4M.js';
5
- import { HopperRootCssClass, StyledSystemRootCssClass } from './chunk-MGAYQZU2.js';
4
+ import { TokenProvider } from './chunk-MFJ36PBE.js';
5
+ import { HopperRootCssClass, StyledSystemRootCssClass } from './chunk-6CRI5HIS.js';
6
6
  import { useColorScheme } from './chunk-5U5IRAPA.js';
7
7
  import { ColorSchemeContext } from './chunk-V7X6ANEM.js';
8
8
  import clsx from 'clsx';
@@ -1,10 +1,10 @@
1
- import { useStyledSystem } from './chunk-XWUBIX6J.js';
1
+ import { useStyledSystem } from './chunk-N4G7KAFD.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___sT3CM" };
7
+ var htmlElement_module_default = { "hop-HtmlElement": "htmlElement-module__hop-HtmlElement___YAkjg" };
8
8
  var GlobalHtmlElementCssSelector = "hop-HtmlElement";
9
9
  var GlobalHtmlElementSpecificCssSelector = (elementType) => `${GlobalHtmlElementCssSelector}-${elementType}`;
10
10
  function htmlElement(elementType) {
@@ -181,6 +181,7 @@ var CoreTokens = {
181
181
  "--hop-border-radius-4": "1.5rem",
182
182
  "--hop-border-radius-9999": "624.9375rem",
183
183
  "--hop-space-0": "0",
184
+ "--hop-space-10": "0.0625rem",
184
185
  "--hop-space-20": "0.125rem",
185
186
  "--hop-space-40": "0.25rem",
186
187
  "--hop-space-80": "0.5rem",
@@ -283,6 +284,7 @@ var SemanticTokens = {
283
284
  "--hop-neutral-icon-weak": "var(--hop-rock-400)",
284
285
  "--hop-neutral-icon-weak-hover": "var(--hop-rock-600)",
285
286
  "--hop-neutral-icon-weak-press": "var(--hop-rock-700)",
287
+ "--hop-neutral-icon-weak-selected": "var(--hop-rock-600)",
286
288
  "--hop-neutral-icon-weakest": "var(--hop-rock-200)",
287
289
  "--hop-neutral-surface": "var(--hop-samoyed)",
288
290
  "--hop-neutral-surface-selected": "var(--hop-rock-800)",
@@ -306,6 +308,7 @@ var SemanticTokens = {
306
308
  "--hop-neutral-text-weak": "var(--hop-rock-500)",
307
309
  "--hop-neutral-text-weak-hover": "var(--hop-rock-600)",
308
310
  "--hop-neutral-text-weak-press": "var(--hop-rock-700)",
311
+ "--hop-neutral-text-weak-selected": "var(--hop-rock-600)",
309
312
  "--hop-neutral-text-weakest": "var(--hop-rock-200)",
310
313
  "--hop-primary-border-active": "var(--hop-sapphire-300)",
311
314
  "--hop-primary-icon-active": "var(--hop-sapphire-700)",
@@ -1,9 +1,9 @@
1
- export { BodyStyleProvider } from '../chunk-PBX3FHVA.js';
1
+ export { BodyStyleProvider } from '../chunk-A2ULP3J4.js';
2
2
  import '../chunk-BSIKCABJ.js';
3
3
  import '../chunk-3YM73BQP.js';
4
4
  import '../chunk-RIORU7JO.js';
5
5
  import '../chunk-YPIK2HRL.js';
6
- import '../chunk-MGAYQZU2.js';
6
+ import '../chunk-6CRI5HIS.js';
7
7
  import '../chunk-U5R6ZXH3.js';
8
8
  import '../chunk-V7X6ANEM.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___ia4J8:hover {
2
+ .UseStyledSystem-module__hop-b-hover___vVAJN:hover {
3
3
  --hop-b-hover: initial;
4
4
  border: var(--hop-b-hover) !important;
5
5
  }
6
- .UseStyledSystem-module__hop-bb-hover___MhkN0:hover {
6
+ .UseStyledSystem-module__hop-bb-hover___Qk4NL:hover {
7
7
  --hop-bb-hover: initial;
8
8
  border-bottom: var(--hop-bb-hover) !important;
9
9
  }
10
- .UseStyledSystem-module__hop-bl-hover___cNSwq:hover {
10
+ .UseStyledSystem-module__hop-bl-hover___9XfU5:hover {
11
11
  --hop-bl-hover: initial;
12
12
  border-left: var(--hop-bl-hover) !important;
13
13
  }
14
- .UseStyledSystem-module__hop-br-hover___Ntv8G:hover {
14
+ .UseStyledSystem-module__hop-br-hover___P-ir9:hover {
15
15
  --hop-br-hover: initial;
16
16
  border-right: var(--hop-br-hover) !important;
17
17
  }
18
- .UseStyledSystem-module__hop-bt-hover___-ixZ-:hover {
18
+ .UseStyledSystem-module__hop-bt-hover___zJWVR:hover {
19
19
  --hop-bt-hover: initial;
20
20
  border-top: var(--hop-bt-hover) !important;
21
21
  }
22
- .UseStyledSystem-module__hop-b-focus___k4VsA:focus-visible {
22
+ .UseStyledSystem-module__hop-b-focus___IHFPE:focus-visible {
23
23
  --hop-b-focus: initial;
24
24
  border: var(--hop-b-focus) !important;
25
25
  }
26
- .UseStyledSystem-module__hop-bb-focus___KM6J9:focus-visible {
26
+ .UseStyledSystem-module__hop-bb-focus___SN9uV: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___d4mLq:focus-visible {
30
+ .UseStyledSystem-module__hop-bl-focus___FDFUU: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___U0ZmH:focus-visible {
34
+ .UseStyledSystem-module__hop-br-focus___fJELH: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___K37-N:focus-visible {
38
+ .UseStyledSystem-module__hop-bt-focus___K8FN-: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___rPVH5:active {
42
+ .UseStyledSystem-module__hop-b-active___oiF7e:active {
43
43
  --hop-b-active: initial;
44
44
  border: var(--hop-b-active) !important;
45
45
  }
46
- .UseStyledSystem-module__hop-bb-active___kiTv4:active {
46
+ .UseStyledSystem-module__hop-bb-active___6NUwn:active {
47
47
  --hop-bb-active: initial;
48
48
  border-bottom: var(--hop-bb-active) !important;
49
49
  }
50
- .UseStyledSystem-module__hop-bl-active___Zgkry:active {
50
+ .UseStyledSystem-module__hop-bl-active___xKPRB:active {
51
51
  --hop-bl-active: initial;
52
52
  border-left: var(--hop-bl-active) !important;
53
53
  }
54
- .UseStyledSystem-module__hop-br-active___LRoe3:active {
54
+ .UseStyledSystem-module__hop-br-active___H0Xkr:active {
55
55
  --hop-br-active: initial;
56
56
  border-right: var(--hop-br-active) !important;
57
57
  }
58
- .UseStyledSystem-module__hop-bt-active___KdC3N:active {
58
+ .UseStyledSystem-module__hop-bt-active___-xv1d:active {
59
59
  --hop-bt-active: initial;
60
60
  border-top: var(--hop-bt-active) !important;
61
61
  }
62
- .UseStyledSystem-module__hop-bg-hover___UcunV:hover {
62
+ .UseStyledSystem-module__hop-bg-hover___bi--2:hover {
63
63
  --hop-bg-hover: initial;
64
64
  background-color: var(--hop-bg-hover) !important;
65
65
  }
66
- .UseStyledSystem-module__hop-bg-focus___zLqnL:focus-visible {
66
+ .UseStyledSystem-module__hop-bg-focus___794E-: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___lMa36:active {
70
+ .UseStyledSystem-module__hop-bg-active___Fvg3U:active {
71
71
  --hop-bg-active: initial;
72
72
  background-color: var(--hop-bg-active) !important;
73
73
  }
74
- .UseStyledSystem-module__hop-bs-hover___Eqzmi:hover {
74
+ .UseStyledSystem-module__hop-bs-hover___3qTzf:hover {
75
75
  --hop-bs-hover: initial;
76
76
  box-shadow: var(--hop-bs-hover) !important;
77
77
  }
78
- .UseStyledSystem-module__hop-bs-focus___PujWR:focus-visible {
78
+ .UseStyledSystem-module__hop-bs-focus___fqam-: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___kiIcA:active {
82
+ .UseStyledSystem-module__hop-bs-active___zUMft:active {
83
83
  --hop-bs-active: initial;
84
84
  box-shadow: var(--hop-bs-active) !important;
85
85
  }
86
- .UseStyledSystem-module__hop-c-hover___RuQyH:hover {
86
+ .UseStyledSystem-module__hop-c-hover___AElkc:hover {
87
87
  --hop-c-hover: initial;
88
88
  color: var(--hop-c-hover) !important;
89
89
  }
90
- .UseStyledSystem-module__hop-c-focus___KGbAX:focus-visible {
90
+ .UseStyledSystem-module__hop-c-focus___sDQuF:focus-visible {
91
91
  --hop-c-focus: initial;
92
92
  color: var(--hop-c-focus) !important;
93
93
  }
94
- .UseStyledSystem-module__hop-c-active___-ufLN:active {
94
+ .UseStyledSystem-module__hop-c-active___T4PLB:active {
95
95
  --hop-c-active: initial;
96
96
  color: var(--hop-c-active) !important;
97
97
  }
98
- .UseStyledSystem-module__hop-cs-hover___U5Agw:hover {
98
+ .UseStyledSystem-module__hop-cs-hover___l20jX:hover {
99
99
  --hop-cs-hover: initial;
100
100
  cursor: var(--hop-cs-hover) !important;
101
101
  }
102
- .UseStyledSystem-module__hop-f-hover___XIdyf:hover {
102
+ .UseStyledSystem-module__hop-f-hover___MCpGx:hover {
103
103
  --hop-f-hover: initial;
104
104
  fill: var(--hop-f-hover) !important;
105
105
  }
106
- .UseStyledSystem-module__hop-f-focus___PCx4p:focus-visible {
106
+ .UseStyledSystem-module__hop-f-focus___xzfmN:focus-visible {
107
107
  --hop-f-focus: initial;
108
108
  fill: var(--hop-f-focus) !important;
109
109
  }
110
- .UseStyledSystem-module__hop-o-hover___WtqiB:hover {
110
+ .UseStyledSystem-module__hop-o-hover___O9BJq:hover {
111
111
  --hop-o-hover: initial;
112
112
  opacity: var(--hop-o-hover) !important;
113
113
  }
114
- .UseStyledSystem-module__hop-o-focus___lsz5E:focus-visible {
114
+ .UseStyledSystem-module__hop-o-focus___TeYBA:focus-visible {
115
115
  --hop-o-focus: initial;
116
116
  opacity: var(--hop-o-focus) !important;
117
117
  }
118
- .UseStyledSystem-module__hop-o-active___l-V-B:active {
118
+ .UseStyledSystem-module__hop-o-active___QRn1D:active {
119
119
  --hop-o-active: initial;
120
120
  opacity: var(--hop-o-active) !important;
121
121
  }
122
- .UseStyledSystem-module__hop-ol-focus___USZMh:focus-visible {
122
+ .UseStyledSystem-module__hop-ol-focus___rfBy1:focus-visible {
123
123
  --hop-ol-focus: initial;
124
124
  color: 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___sT3CM),
129
- :where(.htmlElement-module__hop-HtmlElement___sT3CM::after),
130
- :where(.htmlElement-module__hop-HtmlElement___sT3CM::before) {
128
+ :where(.htmlElement-module__hop-HtmlElement___YAkjg),
129
+ :where(.htmlElement-module__hop-HtmlElement___YAkjg::after),
130
+ :where(.htmlElement-module__hop-HtmlElement___YAkjg::before) {
131
131
  box-sizing: border-box;
132
132
  }
@@ -1,8 +1,8 @@
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-5WZHHY2C.js';
2
- import '../chunk-NZPD5FE3.js';
3
- import '../chunk-XWUBIX6J.js';
4
- import '../chunk-DED5SJ46.js';
5
- import '../chunk-GWDNZB6T.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-DWMVOBMX.js';
2
+ import '../chunk-ZKQEXTOW.js';
3
+ import '../chunk-N4G7KAFD.js';
4
+ import '../chunk-B7HFHXFA.js';
5
+ import '../chunk-HCSL6AFU.js';
6
6
  import '../chunk-SFOVKOPG.js';
7
7
  import '../chunk-VBKLISDI.js';
8
8
  import '../chunk-XUHDFZZL.js';