@hopper-ui/styled-system 3.0.1 → 3.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/dist/StyledSystemProvider.css +34 -34
  3. package/dist/StyledSystemProvider.js +9 -9
  4. package/dist/{chunk-SVHEHWY4.js → chunk-7OVCUMWS.js} +1 -1
  5. package/dist/{chunk-6JU6DVRC.js → chunk-FKFCSZEJ.js} +2 -2
  6. package/dist/{chunk-UHOIN4YW.js → chunk-FU5TYP7R.js} +1 -1
  7. package/dist/{chunk-JJKYIWIT.js → chunk-K3ZBOVUZ.js} +2 -2
  8. package/dist/{chunk-A54ZRFEM.js → chunk-LMCQIGNN.js} +39 -0
  9. package/dist/{chunk-YQ665QH5.js → chunk-MCXXQTRK.js} +1 -1
  10. package/dist/{chunk-77XC2H4T.js → chunk-QQAZ3B22.js} +2 -2
  11. package/dist/{chunk-Y43G4ZOP.js → chunk-UZXDG6VG.js} +3 -3
  12. package/dist/{chunk-6ZFFJVAW.js → chunk-VVQINHG2.js} +1 -1
  13. package/dist/global-styles/BodyStyleProvider.js +2 -2
  14. package/dist/html-wrappers/html.css +34 -34
  15. package/dist/html-wrappers/html.js +6 -6
  16. package/dist/html-wrappers/htmlElement.css +34 -34
  17. package/dist/html-wrappers/htmlElement.js +5 -5
  18. package/dist/index.css +34 -34
  19. package/dist/index.js +9 -9
  20. package/dist/styledSystemRootCssClass.js +2 -2
  21. package/dist/theme/generated/sharegate/dark.css +109 -71
  22. package/dist/theme/generated/sharegate/light.css +206 -70
  23. package/dist/theme/generated/workleap/dark.css +56 -18
  24. package/dist/theme/generated/workleap/light.css +152 -16
  25. package/dist/tokens/generated/styledSystemConstants.d.ts +1 -1
  26. package/dist/tokens/generated/styledSystemConstants.js +1 -1
  27. package/dist/tokens/generated/styledSystemToTokenMappings.d.ts +39 -0
  28. package/dist/tokens/generated/styledSystemToTokenMappings.js +1 -1
  29. package/dist/tokens/tokenMappings.d.ts +184 -3
  30. package/dist/tokens/tokenMappings.js +3 -3
  31. package/dist/useStyledSystem.css +31 -31
  32. package/dist/useStyledSystem.js +4 -4
  33. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @hopper-ui/styled-system
2
2
 
3
+ ## 3.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - d55064b: Add Button component tokens for themeable branding:
8
+ - Add `comp-button` tokens for all variants: primary, secondary, upsell, danger, ghost-primary, ghost-secondary, ghost-danger, and disabled states
9
+ - Migrate Button and ToggleButton CSS from hardcoded semantic values to `--hop-comp-button-*` tokens.
10
+
11
+ ## 3.1.0
12
+
13
+ ### Minor Changes
14
+
15
+ - e4f524a: Add ShareGate tokens and core token updates:
16
+ - Add new core color palettes: `persimmon`, `iris`, `limeburst`
17
+ - Update `rock` color palette values
18
+ - Add `inset-bevel` elevation token
19
+ - Add `rounded-2-5` (12px) border radius
20
+ - Update ShareGate semantic tokens: primary uses `iris`, upsell uses `limeburst`
21
+ - Add `primary.surface-weak-selected` token to Workleap and ShareGate themes
22
+ - Fix minor Workleap primary token values
23
+
3
24
  ## 3.0.1
4
25
 
5
26
  ### 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___0IFVp:hover {
2
+ .UseStyledSystem-module__hop-b-hover___H9dAZ:hover {
3
3
  --hop-b-hover: initial;
4
4
  border: var(--hop-b-hover) !important;
5
5
  }
6
- .UseStyledSystem-module__hop-bb-hover___CB9Cp:hover {
6
+ .UseStyledSystem-module__hop-bb-hover___eTwXa:hover {
7
7
  --hop-bb-hover: initial;
8
8
  border-bottom: var(--hop-bb-hover) !important;
9
9
  }
10
- .UseStyledSystem-module__hop-bl-hover___Ylh6y:hover {
10
+ .UseStyledSystem-module__hop-bl-hover___a3JHa:hover {
11
11
  --hop-bl-hover: initial;
12
12
  border-left: var(--hop-bl-hover) !important;
13
13
  }
14
- .UseStyledSystem-module__hop-br-hover___CdSa2:hover {
14
+ .UseStyledSystem-module__hop-br-hover___-TUoE:hover {
15
15
  --hop-br-hover: initial;
16
16
  border-right: var(--hop-br-hover) !important;
17
17
  }
18
- .UseStyledSystem-module__hop-bt-hover___ImPKe:hover {
18
+ .UseStyledSystem-module__hop-bt-hover___f7sI7:hover {
19
19
  --hop-bt-hover: initial;
20
20
  border-top: var(--hop-bt-hover) !important;
21
21
  }
22
- .UseStyledSystem-module__hop-b-focus___8hSJD:focus-visible {
22
+ .UseStyledSystem-module__hop-b-focus___FTy5g:focus-visible {
23
23
  --hop-b-focus: initial;
24
24
  border: var(--hop-b-focus) !important;
25
25
  }
26
- .UseStyledSystem-module__hop-bb-focus___PEqhn:focus-visible {
26
+ .UseStyledSystem-module__hop-bb-focus___GWHNZ: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___L-vKd:focus-visible {
30
+ .UseStyledSystem-module__hop-bl-focus___zPHIe: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___ILmqy:focus-visible {
34
+ .UseStyledSystem-module__hop-br-focus___16-WT: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___-fnoT:focus-visible {
38
+ .UseStyledSystem-module__hop-bt-focus___29kNO: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___-EWIF:active {
42
+ .UseStyledSystem-module__hop-b-active___BTVLh:active {
43
43
  --hop-b-active: initial;
44
44
  border: var(--hop-b-active) !important;
45
45
  }
46
- .UseStyledSystem-module__hop-bb-active___kMZAX:active {
46
+ .UseStyledSystem-module__hop-bb-active___Z2GJU:active {
47
47
  --hop-bb-active: initial;
48
48
  border-bottom: var(--hop-bb-active) !important;
49
49
  }
50
- .UseStyledSystem-module__hop-bl-active___v-5HZ:active {
50
+ .UseStyledSystem-module__hop-bl-active___p-hlA:active {
51
51
  --hop-bl-active: initial;
52
52
  border-left: var(--hop-bl-active) !important;
53
53
  }
54
- .UseStyledSystem-module__hop-br-active___C4D1E:active {
54
+ .UseStyledSystem-module__hop-br-active___-ul0U:active {
55
55
  --hop-br-active: initial;
56
56
  border-right: var(--hop-br-active) !important;
57
57
  }
58
- .UseStyledSystem-module__hop-bt-active___5x69O:active {
58
+ .UseStyledSystem-module__hop-bt-active___JBGCm:active {
59
59
  --hop-bt-active: initial;
60
60
  border-top: var(--hop-bt-active) !important;
61
61
  }
62
- .UseStyledSystem-module__hop-bg-hover___4tKn1:hover {
62
+ .UseStyledSystem-module__hop-bg-hover___pLeR2:hover {
63
63
  --hop-bg-hover: initial;
64
64
  background-color: var(--hop-bg-hover) !important;
65
65
  }
66
- .UseStyledSystem-module__hop-bg-focus___t30Gr:focus-visible {
66
+ .UseStyledSystem-module__hop-bg-focus___wilfJ: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___gu4IC:active {
70
+ .UseStyledSystem-module__hop-bg-active___B6kMa:active {
71
71
  --hop-bg-active: initial;
72
72
  background-color: var(--hop-bg-active) !important;
73
73
  }
74
- .UseStyledSystem-module__hop-bs-hover___V0ibb:hover {
74
+ .UseStyledSystem-module__hop-bs-hover___WmFAD:hover {
75
75
  --hop-bs-hover: initial;
76
76
  box-shadow: var(--hop-bs-hover) !important;
77
77
  }
78
- .UseStyledSystem-module__hop-bs-focus___JNQ13:focus-visible {
78
+ .UseStyledSystem-module__hop-bs-focus___f2smT: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___Ds3pe:active {
82
+ .UseStyledSystem-module__hop-bs-active___WfvLM:active {
83
83
  --hop-bs-active: initial;
84
84
  box-shadow: var(--hop-bs-active) !important;
85
85
  }
86
- .UseStyledSystem-module__hop-c-hover___Q0SKe:hover {
86
+ .UseStyledSystem-module__hop-c-hover___C74Xj:hover {
87
87
  --hop-c-hover: initial;
88
88
  color: var(--hop-c-hover) !important;
89
89
  }
90
- .UseStyledSystem-module__hop-c-focus___kyamc:focus-visible {
90
+ .UseStyledSystem-module__hop-c-focus___bouSk:focus-visible {
91
91
  --hop-c-focus: initial;
92
92
  color: var(--hop-c-focus) !important;
93
93
  }
94
- .UseStyledSystem-module__hop-c-active___KTBqJ:active {
94
+ .UseStyledSystem-module__hop-c-active___lBPJ1:active {
95
95
  --hop-c-active: initial;
96
96
  color: var(--hop-c-active) !important;
97
97
  }
98
- .UseStyledSystem-module__hop-cs-hover___KdaNj:hover {
98
+ .UseStyledSystem-module__hop-cs-hover___6LVB8:hover {
99
99
  --hop-cs-hover: initial;
100
100
  cursor: var(--hop-cs-hover) !important;
101
101
  }
102
- .UseStyledSystem-module__hop-f-hover___XNXeE:hover {
102
+ .UseStyledSystem-module__hop-f-hover___lWORl:hover {
103
103
  --hop-f-hover: initial;
104
104
  fill: var(--hop-f-hover) !important;
105
105
  }
106
- .UseStyledSystem-module__hop-f-focus___DTV2J:focus-visible {
106
+ .UseStyledSystem-module__hop-f-focus___D-vJY:focus-visible {
107
107
  --hop-f-focus: initial;
108
108
  fill: var(--hop-f-focus) !important;
109
109
  }
110
- .UseStyledSystem-module__hop-o-hover___FSPI3:hover {
110
+ .UseStyledSystem-module__hop-o-hover___UhdWl:hover {
111
111
  --hop-o-hover: initial;
112
112
  opacity: var(--hop-o-hover) !important;
113
113
  }
114
- .UseStyledSystem-module__hop-o-focus___12E6G:focus-visible {
114
+ .UseStyledSystem-module__hop-o-focus___QGWx5:focus-visible {
115
115
  --hop-o-focus: initial;
116
116
  opacity: var(--hop-o-focus) !important;
117
117
  }
118
- .UseStyledSystem-module__hop-o-active___LXJm4:active {
118
+ .UseStyledSystem-module__hop-o-active___7nl4k:active {
119
119
  --hop-o-active: initial;
120
120
  opacity: var(--hop-o-active) !important;
121
121
  }
122
- .UseStyledSystem-module__hop-ol-focus___K30sx:focus-visible {
122
+ .UseStyledSystem-module__hop-ol-focus___NaoMp: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___-nD2C),
129
- :where(.htmlElement-module__hop-HtmlElement___-nD2C::after),
130
- :where(.htmlElement-module__hop-HtmlElement___-nD2C::before) {
128
+ :where(.htmlElement-module__hop-HtmlElement___9x76A),
129
+ :where(.htmlElement-module__hop-HtmlElement___9x76A::after),
130
+ :where(.htmlElement-module__hop-HtmlElement___9x76A::before) {
131
131
  box-sizing: border-box;
132
132
  }
@@ -1,23 +1,23 @@
1
- export { GlobalStyledSystemProviderCssSelector, _StyledSystemProvider as StyledSystemProvider } from './chunk-Y43G4ZOP.js';
2
- import './chunk-SVHEHWY4.js';
1
+ export { GlobalStyledSystemProviderCssSelector, _StyledSystemProvider as StyledSystemProvider } from './chunk-UZXDG6VG.js';
2
+ import './chunk-7OVCUMWS.js';
3
3
  import './chunk-RIORU7JO.js';
4
4
  import './chunk-YPIK2HRL.js';
5
5
  import './chunk-3YM73BQP.js';
6
6
  import './chunk-BSIKCABJ.js';
7
- import './chunk-UHOIN4YW.js';
8
- import './chunk-77XC2H4T.js';
7
+ import './chunk-FU5TYP7R.js';
8
+ import './chunk-QQAZ3B22.js';
9
9
  import './chunk-GXUFWEP5.js';
10
10
  import './chunk-TKWJ3X2I.js';
11
- import './chunk-6ZFFJVAW.js';
12
- import './chunk-6JU6DVRC.js';
13
- import './chunk-JJKYIWIT.js';
14
- import './chunk-A54ZRFEM.js';
11
+ import './chunk-VVQINHG2.js';
12
+ import './chunk-FKFCSZEJ.js';
13
+ import './chunk-K3ZBOVUZ.js';
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-YQ665QH5.js';
20
+ import './chunk-MCXXQTRK.js';
21
21
  import './chunk-5U5IRAPA.js';
22
22
  import './chunk-T6JS7L6B.js';
23
23
  import './chunk-7PR2BAOL.js';
@@ -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-YQ665QH5.js';
5
+ import { StyledSystemRootCssClass } from './chunk-MCXXQTRK.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,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-JJKYIWIT.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-K3ZBOVUZ.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___0IFVp", "hop-bb-hover": "UseStyledSystem-module__hop-bb-hover___CB9Cp", "hop-bl-hover": "UseStyledSystem-module__hop-bl-hover___Ylh6y", "hop-br-hover": "UseStyledSystem-module__hop-br-hover___CdSa2", "hop-bt-hover": "UseStyledSystem-module__hop-bt-hover___ImPKe", "hop-b-focus": "UseStyledSystem-module__hop-b-focus___8hSJD", "hop-bb-focus": "UseStyledSystem-module__hop-bb-focus___PEqhn", "hop-bl-focus": "UseStyledSystem-module__hop-bl-focus___L-vKd", "hop-br-focus": "UseStyledSystem-module__hop-br-focus___ILmqy", "hop-bt-focus": "UseStyledSystem-module__hop-bt-focus___-fnoT", "hop-b-active": "UseStyledSystem-module__hop-b-active___-EWIF", "hop-bb-active": "UseStyledSystem-module__hop-bb-active___kMZAX", "hop-bl-active": "UseStyledSystem-module__hop-bl-active___v-5HZ", "hop-br-active": "UseStyledSystem-module__hop-br-active___C4D1E", "hop-bt-active": "UseStyledSystem-module__hop-bt-active___5x69O", "hop-bg-hover": "UseStyledSystem-module__hop-bg-hover___4tKn1", "hop-bg-focus": "UseStyledSystem-module__hop-bg-focus___t30Gr", "hop-bg-active": "UseStyledSystem-module__hop-bg-active___gu4IC", "hop-bs-hover": "UseStyledSystem-module__hop-bs-hover___V0ibb", "hop-bs-focus": "UseStyledSystem-module__hop-bs-focus___JNQ13", "hop-bs-active": "UseStyledSystem-module__hop-bs-active___Ds3pe", "hop-c-hover": "UseStyledSystem-module__hop-c-hover___Q0SKe", "hop-c-focus": "UseStyledSystem-module__hop-c-focus___kyamc", "hop-c-active": "UseStyledSystem-module__hop-c-active___KTBqJ", "hop-cs-hover": "UseStyledSystem-module__hop-cs-hover___KdaNj", "hop-f-hover": "UseStyledSystem-module__hop-f-hover___XNXeE", "hop-f-focus": "UseStyledSystem-module__hop-f-focus___DTV2J", "hop-o-hover": "UseStyledSystem-module__hop-o-hover___FSPI3", "hop-o-focus": "UseStyledSystem-module__hop-o-focus___12E6G", "hop-o-active": "UseStyledSystem-module__hop-o-active___LXJm4", "hop-ol-focus": "UseStyledSystem-module__hop-ol-focus___K30sx" };
9
+ var UseStyledSystem_module_default = { "hop-b-hover": "UseStyledSystem-module__hop-b-hover___H9dAZ", "hop-bb-hover": "UseStyledSystem-module__hop-bb-hover___eTwXa", "hop-bl-hover": "UseStyledSystem-module__hop-bl-hover___a3JHa", "hop-br-hover": "UseStyledSystem-module__hop-br-hover___-TUoE", "hop-bt-hover": "UseStyledSystem-module__hop-bt-hover___f7sI7", "hop-b-focus": "UseStyledSystem-module__hop-b-focus___FTy5g", "hop-bb-focus": "UseStyledSystem-module__hop-bb-focus___GWHNZ", "hop-bl-focus": "UseStyledSystem-module__hop-bl-focus___zPHIe", "hop-br-focus": "UseStyledSystem-module__hop-br-focus___16-WT", "hop-bt-focus": "UseStyledSystem-module__hop-bt-focus___29kNO", "hop-b-active": "UseStyledSystem-module__hop-b-active___BTVLh", "hop-bb-active": "UseStyledSystem-module__hop-bb-active___Z2GJU", "hop-bl-active": "UseStyledSystem-module__hop-bl-active___p-hlA", "hop-br-active": "UseStyledSystem-module__hop-br-active___-ul0U", "hop-bt-active": "UseStyledSystem-module__hop-bt-active___JBGCm", "hop-bg-hover": "UseStyledSystem-module__hop-bg-hover___pLeR2", "hop-bg-focus": "UseStyledSystem-module__hop-bg-focus___wilfJ", "hop-bg-active": "UseStyledSystem-module__hop-bg-active___B6kMa", "hop-bs-hover": "UseStyledSystem-module__hop-bs-hover___WmFAD", "hop-bs-focus": "UseStyledSystem-module__hop-bs-focus___f2smT", "hop-bs-active": "UseStyledSystem-module__hop-bs-active___WfvLM", "hop-c-hover": "UseStyledSystem-module__hop-c-hover___C74Xj", "hop-c-focus": "UseStyledSystem-module__hop-c-focus___bouSk", "hop-c-active": "UseStyledSystem-module__hop-c-active___lBPJ1", "hop-cs-hover": "UseStyledSystem-module__hop-cs-hover___6LVB8", "hop-f-hover": "UseStyledSystem-module__hop-f-hover___lWORl", "hop-f-focus": "UseStyledSystem-module__hop-f-focus___D-vJY", "hop-o-hover": "UseStyledSystem-module__hop-o-hover___UhdWl", "hop-o-focus": "UseStyledSystem-module__hop-o-focus___QGWx5", "hop-o-active": "UseStyledSystem-module__hop-o-active___7nl4k", "hop-ol-focus": "UseStyledSystem-module__hop-ol-focus___NaoMp" };
10
10
 
11
11
  // src/useStyledSystem.ts
12
12
  function createSystemValueHandler(systemValues) {
@@ -1,4 +1,4 @@
1
- import { htmlElement } from './chunk-77XC2H4T.js';
1
+ import { htmlElement } from './chunk-QQAZ3B22.js';
2
2
 
3
3
  // src/html-wrappers/html.ts
4
4
  var Address = htmlElement("address");
@@ -1,7 +1,7 @@
1
- import { DataVizColors, HopperColors, BackgroundColors, BorderColors, TextColors, IconColors, Elevation, FontSize, FontWeight, LineHeight, FontFamily, Shape, CoreSpace, SemanticSimplePaddingSpace, SemanticComplexPaddingSpace, SemanticSimpleMarginSpace, SemanticComplexMarginSpace } from './chunk-A54ZRFEM.js';
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-YQ665QH5.js';
4
+ import { HopperVariablePrefix } from './chunk-MCXXQTRK.js';
5
5
 
6
6
  // src/tokens/tokenMappings.ts
7
7
  var ColorExpressionTypes = [
@@ -36,6 +36,18 @@ var HopperColors = {
36
36
  "core_orchid-bloom-700": "orchid-bloom-700",
37
37
  "core_orchid-bloom-800": "orchid-bloom-800",
38
38
  "core_orchid-bloom-900": "orchid-bloom-900",
39
+ "core_persimmon-25": "persimmon-25",
40
+ "core_persimmon-50": "persimmon-50",
41
+ "core_persimmon-75": "persimmon-75",
42
+ "core_persimmon-100": "persimmon-100",
43
+ "core_persimmon-200": "persimmon-200",
44
+ "core_persimmon-300": "persimmon-300",
45
+ "core_persimmon-400": "persimmon-400",
46
+ "core_persimmon-500": "persimmon-500",
47
+ "core_persimmon-600": "persimmon-600",
48
+ "core_persimmon-700": "persimmon-700",
49
+ "core_persimmon-800": "persimmon-800",
50
+ "core_persimmon-900": "persimmon-900",
39
51
  "core_sapphire-25": "sapphire-25",
40
52
  "core_sapphire-50": "sapphire-50",
41
53
  "core_sapphire-75": "sapphire-75",
@@ -60,6 +72,18 @@ var HopperColors = {
60
72
  "core_fog-700": "fog-700",
61
73
  "core_fog-800": "fog-800",
62
74
  "core_fog-900": "fog-900",
75
+ "core_iris-25": "iris-25",
76
+ "core_iris-50": "iris-50",
77
+ "core_iris-75": "iris-75",
78
+ "core_iris-100": "iris-100",
79
+ "core_iris-200": "iris-200",
80
+ "core_iris-300": "iris-300",
81
+ "core_iris-400": "iris-400",
82
+ "core_iris-500": "iris-500",
83
+ "core_iris-600": "iris-600",
84
+ "core_iris-700": "iris-700",
85
+ "core_iris-800": "iris-800",
86
+ "core_iris-900": "iris-900",
63
87
  "core_toad-25": "toad-25",
64
88
  "core_toad-50": "toad-50",
65
89
  "core_toad-75": "toad-75",
@@ -96,6 +120,18 @@ var HopperColors = {
96
120
  "core_koi-700": "koi-700",
97
121
  "core_koi-800": "koi-800",
98
122
  "core_koi-900": "koi-900",
123
+ "core_limeburst-25": "limeburst-25",
124
+ "core_limeburst-50": "limeburst-50",
125
+ "core_limeburst-75": "limeburst-75",
126
+ "core_limeburst-100": "limeburst-100",
127
+ "core_limeburst-200": "limeburst-200",
128
+ "core_limeburst-300": "limeburst-300",
129
+ "core_limeburst-400": "limeburst-400",
130
+ "core_limeburst-500": "limeburst-500",
131
+ "core_limeburst-600": "limeburst-600",
132
+ "core_limeburst-700": "limeburst-700",
133
+ "core_limeburst-800": "limeburst-800",
134
+ "core_limeburst-900": "limeburst-900",
99
135
  "core_amanita-25": "amanita-25",
100
136
  "core_amanita-50": "amanita-50",
101
137
  "core_amanita-75": "amanita-75",
@@ -178,6 +214,7 @@ var BackgroundColors = {
178
214
  "primary-strong-hover": "primary-surface-strong-hover",
179
215
  "primary-strong-press": "primary-surface-strong-press",
180
216
  "primary-weak": "primary-surface-weak",
217
+ "primary-weak-selected": "primary-surface-weak-selected",
181
218
  "primary-weak-hover": "primary-surface-weak-hover",
182
219
  "primary-weak-press": "primary-surface-weak-press",
183
220
  "upsell-active": "upsell-surface-active",
@@ -952,6 +989,7 @@ var Elevation = {
952
989
  "core_sm": "shadow-sm",
953
990
  "core_md": "shadow-md",
954
991
  "core_lg": "shadow-lg",
992
+ "core_inset-bevel": "shadow-inset-bevel",
955
993
  "none": "elevation-none",
956
994
  "raised": "elevation-raised",
957
995
  "lifted": "elevation-lifted",
@@ -1151,6 +1189,7 @@ var Shape = {
1151
1189
  "core_3": "border-radius-3",
1152
1190
  "core_4": "border-radius-4",
1153
1191
  "core_9999": "border-radius-9999",
1192
+ "core_2-5": "border-radius-2-5",
1154
1193
  "circle": "shape-circle",
1155
1194
  "pill": "shape-pill",
1156
1195
  "rounded-lg": "shape-rounded-lg",
@@ -1,6 +1,6 @@
1
1
  // src/tokens/generated/styledSystemConstants.ts
2
2
  var HopperRootCssClass = "hop";
3
- var StyledSystemRootCssClass = "hop-5-0-0";
3
+ var StyledSystemRootCssClass = "hop-5-1-1";
4
4
  var HopperVariablePrefix = "--hop";
5
5
 
6
6
  export { HopperRootCssClass, HopperVariablePrefix, StyledSystemRootCssClass };
@@ -1,10 +1,10 @@
1
- import { useStyledSystem } from './chunk-6JU6DVRC.js';
1
+ import { useStyledSystem } from './chunk-FKFCSZEJ.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___-nD2C" };
7
+ var htmlElement_module_default = { "hop-HtmlElement": "htmlElement-module__hop-HtmlElement___9x76A" };
8
8
  var GlobalHtmlElementCssSelector = "hop-HtmlElement";
9
9
  var GlobalHtmlElementSpecificCssSelector = (elementType) => `${GlobalHtmlElementCssSelector}-${elementType}`;
10
10
  function htmlElement(elementType) {
@@ -1,8 +1,8 @@
1
- import { BodyStyleProvider } from './chunk-SVHEHWY4.js';
2
- import { Div } from './chunk-UHOIN4YW.js';
1
+ import { BodyStyleProvider } from './chunk-7OVCUMWS.js';
2
+ import { Div } from './chunk-FU5TYP7R.js';
3
3
  import { DefaultUnsupportedMatchMediaBreakpoint, BreakpointProvider } from './chunk-GXUFWEP5.js';
4
4
  import { ThemeContext } from './chunk-TKWJ3X2I.js';
5
- import { getRootCSSClasses } from './chunk-6ZFFJVAW.js';
5
+ import { getRootCSSClasses } from './chunk-VVQINHG2.js';
6
6
  import { useColorScheme } from './chunk-5U5IRAPA.js';
7
7
  import { ColorSchemeContext } from './chunk-7PR2BAOL.js';
8
8
  import clsx from 'clsx';
@@ -1,4 +1,4 @@
1
- import { HopperRootCssClass, StyledSystemRootCssClass } from './chunk-YQ665QH5.js';
1
+ import { HopperRootCssClass, StyledSystemRootCssClass } from './chunk-MCXXQTRK.js';
2
2
 
3
3
  // src/styledSystemRootCssClass.ts
4
4
  function getRootCSSClasses(colorScheme, theme) {
@@ -1,9 +1,9 @@
1
- export { BodyStyleProvider } from '../chunk-SVHEHWY4.js';
1
+ export { BodyStyleProvider } from '../chunk-7OVCUMWS.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-YQ665QH5.js';
7
+ import '../chunk-MCXXQTRK.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___0IFVp:hover {
2
+ .UseStyledSystem-module__hop-b-hover___H9dAZ:hover {
3
3
  --hop-b-hover: initial;
4
4
  border: var(--hop-b-hover) !important;
5
5
  }
6
- .UseStyledSystem-module__hop-bb-hover___CB9Cp:hover {
6
+ .UseStyledSystem-module__hop-bb-hover___eTwXa:hover {
7
7
  --hop-bb-hover: initial;
8
8
  border-bottom: var(--hop-bb-hover) !important;
9
9
  }
10
- .UseStyledSystem-module__hop-bl-hover___Ylh6y:hover {
10
+ .UseStyledSystem-module__hop-bl-hover___a3JHa:hover {
11
11
  --hop-bl-hover: initial;
12
12
  border-left: var(--hop-bl-hover) !important;
13
13
  }
14
- .UseStyledSystem-module__hop-br-hover___CdSa2:hover {
14
+ .UseStyledSystem-module__hop-br-hover___-TUoE:hover {
15
15
  --hop-br-hover: initial;
16
16
  border-right: var(--hop-br-hover) !important;
17
17
  }
18
- .UseStyledSystem-module__hop-bt-hover___ImPKe:hover {
18
+ .UseStyledSystem-module__hop-bt-hover___f7sI7:hover {
19
19
  --hop-bt-hover: initial;
20
20
  border-top: var(--hop-bt-hover) !important;
21
21
  }
22
- .UseStyledSystem-module__hop-b-focus___8hSJD:focus-visible {
22
+ .UseStyledSystem-module__hop-b-focus___FTy5g:focus-visible {
23
23
  --hop-b-focus: initial;
24
24
  border: var(--hop-b-focus) !important;
25
25
  }
26
- .UseStyledSystem-module__hop-bb-focus___PEqhn:focus-visible {
26
+ .UseStyledSystem-module__hop-bb-focus___GWHNZ: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___L-vKd:focus-visible {
30
+ .UseStyledSystem-module__hop-bl-focus___zPHIe: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___ILmqy:focus-visible {
34
+ .UseStyledSystem-module__hop-br-focus___16-WT: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___-fnoT:focus-visible {
38
+ .UseStyledSystem-module__hop-bt-focus___29kNO: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___-EWIF:active {
42
+ .UseStyledSystem-module__hop-b-active___BTVLh:active {
43
43
  --hop-b-active: initial;
44
44
  border: var(--hop-b-active) !important;
45
45
  }
46
- .UseStyledSystem-module__hop-bb-active___kMZAX:active {
46
+ .UseStyledSystem-module__hop-bb-active___Z2GJU:active {
47
47
  --hop-bb-active: initial;
48
48
  border-bottom: var(--hop-bb-active) !important;
49
49
  }
50
- .UseStyledSystem-module__hop-bl-active___v-5HZ:active {
50
+ .UseStyledSystem-module__hop-bl-active___p-hlA:active {
51
51
  --hop-bl-active: initial;
52
52
  border-left: var(--hop-bl-active) !important;
53
53
  }
54
- .UseStyledSystem-module__hop-br-active___C4D1E:active {
54
+ .UseStyledSystem-module__hop-br-active___-ul0U:active {
55
55
  --hop-br-active: initial;
56
56
  border-right: var(--hop-br-active) !important;
57
57
  }
58
- .UseStyledSystem-module__hop-bt-active___5x69O:active {
58
+ .UseStyledSystem-module__hop-bt-active___JBGCm:active {
59
59
  --hop-bt-active: initial;
60
60
  border-top: var(--hop-bt-active) !important;
61
61
  }
62
- .UseStyledSystem-module__hop-bg-hover___4tKn1:hover {
62
+ .UseStyledSystem-module__hop-bg-hover___pLeR2:hover {
63
63
  --hop-bg-hover: initial;
64
64
  background-color: var(--hop-bg-hover) !important;
65
65
  }
66
- .UseStyledSystem-module__hop-bg-focus___t30Gr:focus-visible {
66
+ .UseStyledSystem-module__hop-bg-focus___wilfJ: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___gu4IC:active {
70
+ .UseStyledSystem-module__hop-bg-active___B6kMa:active {
71
71
  --hop-bg-active: initial;
72
72
  background-color: var(--hop-bg-active) !important;
73
73
  }
74
- .UseStyledSystem-module__hop-bs-hover___V0ibb:hover {
74
+ .UseStyledSystem-module__hop-bs-hover___WmFAD:hover {
75
75
  --hop-bs-hover: initial;
76
76
  box-shadow: var(--hop-bs-hover) !important;
77
77
  }
78
- .UseStyledSystem-module__hop-bs-focus___JNQ13:focus-visible {
78
+ .UseStyledSystem-module__hop-bs-focus___f2smT: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___Ds3pe:active {
82
+ .UseStyledSystem-module__hop-bs-active___WfvLM:active {
83
83
  --hop-bs-active: initial;
84
84
  box-shadow: var(--hop-bs-active) !important;
85
85
  }
86
- .UseStyledSystem-module__hop-c-hover___Q0SKe:hover {
86
+ .UseStyledSystem-module__hop-c-hover___C74Xj:hover {
87
87
  --hop-c-hover: initial;
88
88
  color: var(--hop-c-hover) !important;
89
89
  }
90
- .UseStyledSystem-module__hop-c-focus___kyamc:focus-visible {
90
+ .UseStyledSystem-module__hop-c-focus___bouSk:focus-visible {
91
91
  --hop-c-focus: initial;
92
92
  color: var(--hop-c-focus) !important;
93
93
  }
94
- .UseStyledSystem-module__hop-c-active___KTBqJ:active {
94
+ .UseStyledSystem-module__hop-c-active___lBPJ1:active {
95
95
  --hop-c-active: initial;
96
96
  color: var(--hop-c-active) !important;
97
97
  }
98
- .UseStyledSystem-module__hop-cs-hover___KdaNj:hover {
98
+ .UseStyledSystem-module__hop-cs-hover___6LVB8:hover {
99
99
  --hop-cs-hover: initial;
100
100
  cursor: var(--hop-cs-hover) !important;
101
101
  }
102
- .UseStyledSystem-module__hop-f-hover___XNXeE:hover {
102
+ .UseStyledSystem-module__hop-f-hover___lWORl:hover {
103
103
  --hop-f-hover: initial;
104
104
  fill: var(--hop-f-hover) !important;
105
105
  }
106
- .UseStyledSystem-module__hop-f-focus___DTV2J:focus-visible {
106
+ .UseStyledSystem-module__hop-f-focus___D-vJY:focus-visible {
107
107
  --hop-f-focus: initial;
108
108
  fill: var(--hop-f-focus) !important;
109
109
  }
110
- .UseStyledSystem-module__hop-o-hover___FSPI3:hover {
110
+ .UseStyledSystem-module__hop-o-hover___UhdWl:hover {
111
111
  --hop-o-hover: initial;
112
112
  opacity: var(--hop-o-hover) !important;
113
113
  }
114
- .UseStyledSystem-module__hop-o-focus___12E6G:focus-visible {
114
+ .UseStyledSystem-module__hop-o-focus___QGWx5:focus-visible {
115
115
  --hop-o-focus: initial;
116
116
  opacity: var(--hop-o-focus) !important;
117
117
  }
118
- .UseStyledSystem-module__hop-o-active___LXJm4:active {
118
+ .UseStyledSystem-module__hop-o-active___7nl4k:active {
119
119
  --hop-o-active: initial;
120
120
  opacity: var(--hop-o-active) !important;
121
121
  }
122
- .UseStyledSystem-module__hop-ol-focus___K30sx:focus-visible {
122
+ .UseStyledSystem-module__hop-ol-focus___NaoMp: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___-nD2C),
129
- :where(.htmlElement-module__hop-HtmlElement___-nD2C::after),
130
- :where(.htmlElement-module__hop-HtmlElement___-nD2C::before) {
128
+ :where(.htmlElement-module__hop-HtmlElement___9x76A),
129
+ :where(.htmlElement-module__hop-HtmlElement___9x76A::after),
130
+ :where(.htmlElement-module__hop-HtmlElement___9x76A::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-UHOIN4YW.js';
2
- import '../chunk-77XC2H4T.js';
3
- import '../chunk-6JU6DVRC.js';
4
- import '../chunk-JJKYIWIT.js';
5
- import '../chunk-A54ZRFEM.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-FU5TYP7R.js';
2
+ import '../chunk-QQAZ3B22.js';
3
+ import '../chunk-FKFCSZEJ.js';
4
+ import '../chunk-K3ZBOVUZ.js';
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-YQ665QH5.js';
11
+ import '../chunk-MCXXQTRK.js';
12
12
  import '../chunk-AQ5VUG5P.js';