@hopper-ui/styled-system 1.2.0 → 2.0.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 (46) hide show
  1. package/CHANGELOG.md +103 -0
  2. package/dist/StyledSystemProvider.css +34 -34
  3. package/dist/StyledSystemProvider.d.ts +3 -0
  4. package/dist/StyledSystemProvider.js +15 -15
  5. package/dist/{chunk-DRFY5W7M.js → chunk-5GX5VZFT.js} +1 -1
  6. package/dist/{chunk-KLNF34G6.js → chunk-5U5IRAPA.js} +1 -1
  7. package/dist/{chunk-EJR6CH3T.js → chunk-AZ44JR7G.js} +1 -1
  8. package/dist/{chunk-J2UW6IZ5.js → chunk-BA7JHGU6.js} +1 -1
  9. package/dist/{chunk-JKXZGQAL.js → chunk-DVOV55CD.js} +228 -189
  10. package/dist/{chunk-45MYTH4M.js → chunk-EF3UX45A.js} +2 -2
  11. package/dist/{chunk-MCUHAIA4.js → chunk-GXUFWEP5.js} +2 -2
  12. package/dist/{chunk-LCW3QCQQ.js → chunk-GZ3MQOPA.js} +2 -2
  13. package/dist/{chunk-GFXIV6J4.js → chunk-REAV6RA4.js} +21 -19
  14. package/dist/{chunk-TSYETPJT.js → chunk-SSBFBJJN.js} +2 -2
  15. package/dist/{chunk-ZDENFQ6H.js → chunk-VJNKYHHT.js} +2 -2
  16. package/dist/{chunk-RKTVEOXM.js → chunk-XEJOSGGW.js} +6 -6
  17. package/dist/{chunk-KKVEOD5L.js → chunk-Y7GWSHYF.js} +200 -161
  18. package/dist/{chunk-E2EGUGKS.js → chunk-YJKWZYVH.js} +268 -227
  19. package/dist/color-scheme/useColorScheme.js +2 -2
  20. package/dist/global-styles/BodyStyleProvider.js +2 -2
  21. package/dist/html-wrappers/html.css +34 -34
  22. package/dist/html-wrappers/html.js +5 -5
  23. package/dist/html-wrappers/htmlElement.css +34 -34
  24. package/dist/html-wrappers/htmlElement.js +4 -4
  25. package/dist/index.css +34 -34
  26. package/dist/index.js +15 -15
  27. package/dist/responsive/BreakpointProvider.d.ts +5 -0
  28. package/dist/responsive/BreakpointProvider.js +2 -2
  29. package/dist/styledSystemRootCssClass.js +1 -1
  30. package/dist/tokens/TokenProvider.js +5 -5
  31. package/dist/tokens/generated/darkSemanticTokens.d.ts +265 -224
  32. package/dist/tokens/generated/darkSemanticTokens.js +1 -1
  33. package/dist/tokens/generated/lightSemanticTokens.d.ts +226 -187
  34. package/dist/tokens/generated/lightSemanticTokens.js +1 -1
  35. package/dist/tokens/generated/styledSystemToTokenMappings.d.ts +197 -158
  36. package/dist/tokens/generated/styledSystemToTokenMappings.js +1 -1
  37. package/dist/tokens/tokenMappings.d.ts +261 -213
  38. package/dist/tokens/tokenMappings.js +2 -2
  39. package/dist/tokens/tokens.d.ts +501 -421
  40. package/dist/tokens/tokens.js +3 -3
  41. package/dist/useStyledSystem.css +31 -31
  42. package/dist/useStyledSystem.d.ts +1 -1
  43. package/dist/useStyledSystem.js +3 -3
  44. package/dist/utils/useMediaQuery.js +1 -1
  45. package/package.json +22 -20
  46. package/dist/{chunk-M4X2T3D3.js → chunk-T6JS7L6B.js} +1 -1
@@ -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___Zqeu5:hover {
2
+ .UseStyledSystem-module__hop-b-hover___Plz1Z:hover {
3
3
  --hop-b-hover: initial;
4
4
  border: var(--hop-b-hover) !important;
5
5
  }
6
- .UseStyledSystem-module__hop-bb-hover___a1mz8:hover {
6
+ .UseStyledSystem-module__hop-bb-hover___duyqg:hover {
7
7
  --hop-bb-hover: initial;
8
8
  border-bottom: var(--hop-bb-hover) !important;
9
9
  }
10
- .UseStyledSystem-module__hop-bl-hover___BVwnM:hover {
10
+ .UseStyledSystem-module__hop-bl-hover___SSZt0:hover {
11
11
  --hop-bl-hover: initial;
12
12
  border-left: var(--hop-bl-hover) !important;
13
13
  }
14
- .UseStyledSystem-module__hop-br-hover___hTuCm:hover {
14
+ .UseStyledSystem-module__hop-br-hover___cc-cR:hover {
15
15
  --hop-br-hover: initial;
16
16
  border-right: var(--hop-br-hover) !important;
17
17
  }
18
- .UseStyledSystem-module__hop-bt-hover___adE7m:hover {
18
+ .UseStyledSystem-module__hop-bt-hover___vzXA1:hover {
19
19
  --hop-bt-hover: initial;
20
20
  border-top: var(--hop-bt-hover) !important;
21
21
  }
22
- .UseStyledSystem-module__hop-b-focus___DfUJn:focus-visible {
22
+ .UseStyledSystem-module__hop-b-focus___hVIrm:focus-visible {
23
23
  --hop-b-focus: initial;
24
24
  border: var(--hop-b-focus) !important;
25
25
  }
26
- .UseStyledSystem-module__hop-bb-focus___axUzQ:focus-visible {
26
+ .UseStyledSystem-module__hop-bb-focus___f9mPE: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___AHFjp:focus-visible {
30
+ .UseStyledSystem-module__hop-bl-focus___xF6Bc: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___5mdx8:focus-visible {
34
+ .UseStyledSystem-module__hop-br-focus___ptv3o: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___ybiFb:focus-visible {
38
+ .UseStyledSystem-module__hop-bt-focus___MNw8i: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___BU6Oj:active {
42
+ .UseStyledSystem-module__hop-b-active___rWbbY:active {
43
43
  --hop-b-active: initial;
44
44
  border: var(--hop-b-active) !important;
45
45
  }
46
- .UseStyledSystem-module__hop-bb-active___pFoxa:active {
46
+ .UseStyledSystem-module__hop-bb-active___LX6qX:active {
47
47
  --hop-bb-active: initial;
48
48
  border-bottom: var(--hop-bb-active) !important;
49
49
  }
50
- .UseStyledSystem-module__hop-bl-active___ueWsf:active {
50
+ .UseStyledSystem-module__hop-bl-active___VSuvj:active {
51
51
  --hop-bl-active: initial;
52
52
  border-left: var(--hop-bl-active) !important;
53
53
  }
54
- .UseStyledSystem-module__hop-br-active___sBjPX:active {
54
+ .UseStyledSystem-module__hop-br-active___JMM30:active {
55
55
  --hop-br-active: initial;
56
56
  border-right: var(--hop-br-active) !important;
57
57
  }
58
- .UseStyledSystem-module__hop-bt-active___ldKxI:active {
58
+ .UseStyledSystem-module__hop-bt-active___r6-6b:active {
59
59
  --hop-bt-active: initial;
60
60
  border-top: var(--hop-bt-active) !important;
61
61
  }
62
- .UseStyledSystem-module__hop-bg-hover___Gzm9t:hover {
62
+ .UseStyledSystem-module__hop-bg-hover___LcLu5:hover {
63
63
  --hop-bg-hover: initial;
64
64
  background-color: var(--hop-bg-hover) !important;
65
65
  }
66
- .UseStyledSystem-module__hop-bg-focus___jIrSB:focus-visible {
66
+ .UseStyledSystem-module__hop-bg-focus___viVUG: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___fafHA:active {
70
+ .UseStyledSystem-module__hop-bg-active___e--6L:active {
71
71
  --hop-bg-active: initial;
72
72
  background-color: var(--hop-bg-active) !important;
73
73
  }
74
- .UseStyledSystem-module__hop-bs-hover___Zoiej:hover {
74
+ .UseStyledSystem-module__hop-bs-hover___1YDvX:hover {
75
75
  --hop-bs-hover: initial;
76
76
  box-shadow: var(--hop-bs-hover) !important;
77
77
  }
78
- .UseStyledSystem-module__hop-bs-focus___Ojcth:focus-visible {
78
+ .UseStyledSystem-module__hop-bs-focus___uu9Ac: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___8gnFg:active {
82
+ .UseStyledSystem-module__hop-bs-active___v8uK1:active {
83
83
  --hop-bs-active: initial;
84
84
  box-shadow: var(--hop-bs-active) !important;
85
85
  }
86
- .UseStyledSystem-module__hop-c-hover___Q88Tg:hover {
86
+ .UseStyledSystem-module__hop-c-hover___8yXVl:hover {
87
87
  --hop-c-hover: initial;
88
88
  color: var(--hop-c-hover) !important;
89
89
  }
90
- .UseStyledSystem-module__hop-c-focus___Vyuyv:focus-visible {
90
+ .UseStyledSystem-module__hop-c-focus___YNdjT:focus-visible {
91
91
  --hop-c-focus: initial;
92
92
  color: var(--hop-c-focus) !important;
93
93
  }
94
- .UseStyledSystem-module__hop-c-active___UquV3:active {
94
+ .UseStyledSystem-module__hop-c-active___crOAD:active {
95
95
  --hop-c-active: initial;
96
96
  color: var(--hop-c-active) !important;
97
97
  }
98
- .UseStyledSystem-module__hop-cs-hover___GqEOP:hover {
98
+ .UseStyledSystem-module__hop-cs-hover___MCgaD:hover {
99
99
  --hop-cs-hover: initial;
100
100
  cursor: var(--hop-cs-hover) !important;
101
101
  }
102
- .UseStyledSystem-module__hop-f-hover___7EKmX:hover {
102
+ .UseStyledSystem-module__hop-f-hover___dxKWH:hover {
103
103
  --hop-f-hover: initial;
104
104
  fill: var(--hop-f-hover) !important;
105
105
  }
106
- .UseStyledSystem-module__hop-f-focus___k-Xh5:focus-visible {
106
+ .UseStyledSystem-module__hop-f-focus___y-fcL:focus-visible {
107
107
  --hop-f-focus: initial;
108
108
  fill: var(--hop-f-focus) !important;
109
109
  }
110
- .UseStyledSystem-module__hop-o-hover___bSfTb:hover {
110
+ .UseStyledSystem-module__hop-o-hover___IWVF-:hover {
111
111
  --hop-o-hover: initial;
112
112
  opacity: var(--hop-o-hover) !important;
113
113
  }
114
- .UseStyledSystem-module__hop-o-focus___92q-T:focus-visible {
114
+ .UseStyledSystem-module__hop-o-focus___IaFLw:focus-visible {
115
115
  --hop-o-focus: initial;
116
116
  opacity: var(--hop-o-focus) !important;
117
117
  }
118
- .UseStyledSystem-module__hop-o-active___qojJF:active {
118
+ .UseStyledSystem-module__hop-o-active___caQJi:active {
119
119
  --hop-o-active: initial;
120
120
  opacity: var(--hop-o-active) !important;
121
121
  }
122
- .UseStyledSystem-module__hop-ol-focus___U-dIO:focus-visible {
122
+ .UseStyledSystem-module__hop-ol-focus___ybCdL: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___g-x90),
129
- :where(.htmlElement-module__hop-HtmlElement___g-x90::after),
130
- :where(.htmlElement-module__hop-HtmlElement___g-x90::before) {
128
+ :where(.htmlElement-module__hop-HtmlElement___0OW8N),
129
+ :where(.htmlElement-module__hop-HtmlElement___0OW8N::after),
130
+ :where(.htmlElement-module__hop-HtmlElement___0OW8N::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-EJR6CH3T.js';
2
- import '../chunk-LCW3QCQQ.js';
3
- import '../chunk-TSYETPJT.js';
4
- import '../chunk-DRFY5W7M.js';
5
- import '../chunk-KKVEOD5L.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-AZ44JR7G.js';
2
+ import '../chunk-GZ3MQOPA.js';
3
+ import '../chunk-SSBFBJJN.js';
4
+ import '../chunk-5GX5VZFT.js';
5
+ import '../chunk-Y7GWSHYF.js';
6
6
  import '../chunk-SFOVKOPG.js';
7
7
  import '../chunk-VBKLISDI.js';
8
8
  import '../chunk-XUHDFZZL.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___Zqeu5:hover {
2
+ .UseStyledSystem-module__hop-b-hover___Plz1Z:hover {
3
3
  --hop-b-hover: initial;
4
4
  border: var(--hop-b-hover) !important;
5
5
  }
6
- .UseStyledSystem-module__hop-bb-hover___a1mz8:hover {
6
+ .UseStyledSystem-module__hop-bb-hover___duyqg:hover {
7
7
  --hop-bb-hover: initial;
8
8
  border-bottom: var(--hop-bb-hover) !important;
9
9
  }
10
- .UseStyledSystem-module__hop-bl-hover___BVwnM:hover {
10
+ .UseStyledSystem-module__hop-bl-hover___SSZt0:hover {
11
11
  --hop-bl-hover: initial;
12
12
  border-left: var(--hop-bl-hover) !important;
13
13
  }
14
- .UseStyledSystem-module__hop-br-hover___hTuCm:hover {
14
+ .UseStyledSystem-module__hop-br-hover___cc-cR:hover {
15
15
  --hop-br-hover: initial;
16
16
  border-right: var(--hop-br-hover) !important;
17
17
  }
18
- .UseStyledSystem-module__hop-bt-hover___adE7m:hover {
18
+ .UseStyledSystem-module__hop-bt-hover___vzXA1:hover {
19
19
  --hop-bt-hover: initial;
20
20
  border-top: var(--hop-bt-hover) !important;
21
21
  }
22
- .UseStyledSystem-module__hop-b-focus___DfUJn:focus-visible {
22
+ .UseStyledSystem-module__hop-b-focus___hVIrm:focus-visible {
23
23
  --hop-b-focus: initial;
24
24
  border: var(--hop-b-focus) !important;
25
25
  }
26
- .UseStyledSystem-module__hop-bb-focus___axUzQ:focus-visible {
26
+ .UseStyledSystem-module__hop-bb-focus___f9mPE: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___AHFjp:focus-visible {
30
+ .UseStyledSystem-module__hop-bl-focus___xF6Bc: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___5mdx8:focus-visible {
34
+ .UseStyledSystem-module__hop-br-focus___ptv3o: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___ybiFb:focus-visible {
38
+ .UseStyledSystem-module__hop-bt-focus___MNw8i: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___BU6Oj:active {
42
+ .UseStyledSystem-module__hop-b-active___rWbbY:active {
43
43
  --hop-b-active: initial;
44
44
  border: var(--hop-b-active) !important;
45
45
  }
46
- .UseStyledSystem-module__hop-bb-active___pFoxa:active {
46
+ .UseStyledSystem-module__hop-bb-active___LX6qX:active {
47
47
  --hop-bb-active: initial;
48
48
  border-bottom: var(--hop-bb-active) !important;
49
49
  }
50
- .UseStyledSystem-module__hop-bl-active___ueWsf:active {
50
+ .UseStyledSystem-module__hop-bl-active___VSuvj:active {
51
51
  --hop-bl-active: initial;
52
52
  border-left: var(--hop-bl-active) !important;
53
53
  }
54
- .UseStyledSystem-module__hop-br-active___sBjPX:active {
54
+ .UseStyledSystem-module__hop-br-active___JMM30:active {
55
55
  --hop-br-active: initial;
56
56
  border-right: var(--hop-br-active) !important;
57
57
  }
58
- .UseStyledSystem-module__hop-bt-active___ldKxI:active {
58
+ .UseStyledSystem-module__hop-bt-active___r6-6b:active {
59
59
  --hop-bt-active: initial;
60
60
  border-top: var(--hop-bt-active) !important;
61
61
  }
62
- .UseStyledSystem-module__hop-bg-hover___Gzm9t:hover {
62
+ .UseStyledSystem-module__hop-bg-hover___LcLu5:hover {
63
63
  --hop-bg-hover: initial;
64
64
  background-color: var(--hop-bg-hover) !important;
65
65
  }
66
- .UseStyledSystem-module__hop-bg-focus___jIrSB:focus-visible {
66
+ .UseStyledSystem-module__hop-bg-focus___viVUG: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___fafHA:active {
70
+ .UseStyledSystem-module__hop-bg-active___e--6L:active {
71
71
  --hop-bg-active: initial;
72
72
  background-color: var(--hop-bg-active) !important;
73
73
  }
74
- .UseStyledSystem-module__hop-bs-hover___Zoiej:hover {
74
+ .UseStyledSystem-module__hop-bs-hover___1YDvX:hover {
75
75
  --hop-bs-hover: initial;
76
76
  box-shadow: var(--hop-bs-hover) !important;
77
77
  }
78
- .UseStyledSystem-module__hop-bs-focus___Ojcth:focus-visible {
78
+ .UseStyledSystem-module__hop-bs-focus___uu9Ac: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___8gnFg:active {
82
+ .UseStyledSystem-module__hop-bs-active___v8uK1:active {
83
83
  --hop-bs-active: initial;
84
84
  box-shadow: var(--hop-bs-active) !important;
85
85
  }
86
- .UseStyledSystem-module__hop-c-hover___Q88Tg:hover {
86
+ .UseStyledSystem-module__hop-c-hover___8yXVl:hover {
87
87
  --hop-c-hover: initial;
88
88
  color: var(--hop-c-hover) !important;
89
89
  }
90
- .UseStyledSystem-module__hop-c-focus___Vyuyv:focus-visible {
90
+ .UseStyledSystem-module__hop-c-focus___YNdjT:focus-visible {
91
91
  --hop-c-focus: initial;
92
92
  color: var(--hop-c-focus) !important;
93
93
  }
94
- .UseStyledSystem-module__hop-c-active___UquV3:active {
94
+ .UseStyledSystem-module__hop-c-active___crOAD:active {
95
95
  --hop-c-active: initial;
96
96
  color: var(--hop-c-active) !important;
97
97
  }
98
- .UseStyledSystem-module__hop-cs-hover___GqEOP:hover {
98
+ .UseStyledSystem-module__hop-cs-hover___MCgaD:hover {
99
99
  --hop-cs-hover: initial;
100
100
  cursor: var(--hop-cs-hover) !important;
101
101
  }
102
- .UseStyledSystem-module__hop-f-hover___7EKmX:hover {
102
+ .UseStyledSystem-module__hop-f-hover___dxKWH:hover {
103
103
  --hop-f-hover: initial;
104
104
  fill: var(--hop-f-hover) !important;
105
105
  }
106
- .UseStyledSystem-module__hop-f-focus___k-Xh5:focus-visible {
106
+ .UseStyledSystem-module__hop-f-focus___y-fcL:focus-visible {
107
107
  --hop-f-focus: initial;
108
108
  fill: var(--hop-f-focus) !important;
109
109
  }
110
- .UseStyledSystem-module__hop-o-hover___bSfTb:hover {
110
+ .UseStyledSystem-module__hop-o-hover___IWVF-:hover {
111
111
  --hop-o-hover: initial;
112
112
  opacity: var(--hop-o-hover) !important;
113
113
  }
114
- .UseStyledSystem-module__hop-o-focus___92q-T:focus-visible {
114
+ .UseStyledSystem-module__hop-o-focus___IaFLw:focus-visible {
115
115
  --hop-o-focus: initial;
116
116
  opacity: var(--hop-o-focus) !important;
117
117
  }
118
- .UseStyledSystem-module__hop-o-active___qojJF:active {
118
+ .UseStyledSystem-module__hop-o-active___caQJi:active {
119
119
  --hop-o-active: initial;
120
120
  opacity: var(--hop-o-active) !important;
121
121
  }
122
- .UseStyledSystem-module__hop-ol-focus___U-dIO:focus-visible {
122
+ .UseStyledSystem-module__hop-ol-focus___ybCdL: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___g-x90),
129
- :where(.htmlElement-module__hop-HtmlElement___g-x90::after),
130
- :where(.htmlElement-module__hop-HtmlElement___g-x90::before) {
128
+ :where(.htmlElement-module__hop-HtmlElement___0OW8N),
129
+ :where(.htmlElement-module__hop-HtmlElement___0OW8N::after),
130
+ :where(.htmlElement-module__hop-HtmlElement___0OW8N::before) {
131
131
  box-sizing: border-box;
132
132
  }
@@ -1,7 +1,7 @@
1
- export { GlobalHtmlElementCssSelector, GlobalHtmlElementSpecificCssSelector, htmlElement } from '../chunk-LCW3QCQQ.js';
2
- import '../chunk-TSYETPJT.js';
3
- import '../chunk-DRFY5W7M.js';
4
- import '../chunk-KKVEOD5L.js';
1
+ export { GlobalHtmlElementCssSelector, GlobalHtmlElementSpecificCssSelector, htmlElement } from '../chunk-GZ3MQOPA.js';
2
+ import '../chunk-SSBFBJJN.js';
3
+ import '../chunk-5GX5VZFT.js';
4
+ import '../chunk-Y7GWSHYF.js';
5
5
  import '../chunk-SFOVKOPG.js';
6
6
  import '../chunk-VBKLISDI.js';
7
7
  import '../chunk-XUHDFZZL.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___Zqeu5:hover {
2
+ .UseStyledSystem-module__hop-b-hover___Plz1Z:hover {
3
3
  --hop-b-hover: initial;
4
4
  border: var(--hop-b-hover) !important;
5
5
  }
6
- .UseStyledSystem-module__hop-bb-hover___a1mz8:hover {
6
+ .UseStyledSystem-module__hop-bb-hover___duyqg:hover {
7
7
  --hop-bb-hover: initial;
8
8
  border-bottom: var(--hop-bb-hover) !important;
9
9
  }
10
- .UseStyledSystem-module__hop-bl-hover___BVwnM:hover {
10
+ .UseStyledSystem-module__hop-bl-hover___SSZt0:hover {
11
11
  --hop-bl-hover: initial;
12
12
  border-left: var(--hop-bl-hover) !important;
13
13
  }
14
- .UseStyledSystem-module__hop-br-hover___hTuCm:hover {
14
+ .UseStyledSystem-module__hop-br-hover___cc-cR:hover {
15
15
  --hop-br-hover: initial;
16
16
  border-right: var(--hop-br-hover) !important;
17
17
  }
18
- .UseStyledSystem-module__hop-bt-hover___adE7m:hover {
18
+ .UseStyledSystem-module__hop-bt-hover___vzXA1:hover {
19
19
  --hop-bt-hover: initial;
20
20
  border-top: var(--hop-bt-hover) !important;
21
21
  }
22
- .UseStyledSystem-module__hop-b-focus___DfUJn:focus-visible {
22
+ .UseStyledSystem-module__hop-b-focus___hVIrm:focus-visible {
23
23
  --hop-b-focus: initial;
24
24
  border: var(--hop-b-focus) !important;
25
25
  }
26
- .UseStyledSystem-module__hop-bb-focus___axUzQ:focus-visible {
26
+ .UseStyledSystem-module__hop-bb-focus___f9mPE: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___AHFjp:focus-visible {
30
+ .UseStyledSystem-module__hop-bl-focus___xF6Bc: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___5mdx8:focus-visible {
34
+ .UseStyledSystem-module__hop-br-focus___ptv3o: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___ybiFb:focus-visible {
38
+ .UseStyledSystem-module__hop-bt-focus___MNw8i: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___BU6Oj:active {
42
+ .UseStyledSystem-module__hop-b-active___rWbbY:active {
43
43
  --hop-b-active: initial;
44
44
  border: var(--hop-b-active) !important;
45
45
  }
46
- .UseStyledSystem-module__hop-bb-active___pFoxa:active {
46
+ .UseStyledSystem-module__hop-bb-active___LX6qX:active {
47
47
  --hop-bb-active: initial;
48
48
  border-bottom: var(--hop-bb-active) !important;
49
49
  }
50
- .UseStyledSystem-module__hop-bl-active___ueWsf:active {
50
+ .UseStyledSystem-module__hop-bl-active___VSuvj:active {
51
51
  --hop-bl-active: initial;
52
52
  border-left: var(--hop-bl-active) !important;
53
53
  }
54
- .UseStyledSystem-module__hop-br-active___sBjPX:active {
54
+ .UseStyledSystem-module__hop-br-active___JMM30:active {
55
55
  --hop-br-active: initial;
56
56
  border-right: var(--hop-br-active) !important;
57
57
  }
58
- .UseStyledSystem-module__hop-bt-active___ldKxI:active {
58
+ .UseStyledSystem-module__hop-bt-active___r6-6b:active {
59
59
  --hop-bt-active: initial;
60
60
  border-top: var(--hop-bt-active) !important;
61
61
  }
62
- .UseStyledSystem-module__hop-bg-hover___Gzm9t:hover {
62
+ .UseStyledSystem-module__hop-bg-hover___LcLu5:hover {
63
63
  --hop-bg-hover: initial;
64
64
  background-color: var(--hop-bg-hover) !important;
65
65
  }
66
- .UseStyledSystem-module__hop-bg-focus___jIrSB:focus-visible {
66
+ .UseStyledSystem-module__hop-bg-focus___viVUG: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___fafHA:active {
70
+ .UseStyledSystem-module__hop-bg-active___e--6L:active {
71
71
  --hop-bg-active: initial;
72
72
  background-color: var(--hop-bg-active) !important;
73
73
  }
74
- .UseStyledSystem-module__hop-bs-hover___Zoiej:hover {
74
+ .UseStyledSystem-module__hop-bs-hover___1YDvX:hover {
75
75
  --hop-bs-hover: initial;
76
76
  box-shadow: var(--hop-bs-hover) !important;
77
77
  }
78
- .UseStyledSystem-module__hop-bs-focus___Ojcth:focus-visible {
78
+ .UseStyledSystem-module__hop-bs-focus___uu9Ac: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___8gnFg:active {
82
+ .UseStyledSystem-module__hop-bs-active___v8uK1:active {
83
83
  --hop-bs-active: initial;
84
84
  box-shadow: var(--hop-bs-active) !important;
85
85
  }
86
- .UseStyledSystem-module__hop-c-hover___Q88Tg:hover {
86
+ .UseStyledSystem-module__hop-c-hover___8yXVl:hover {
87
87
  --hop-c-hover: initial;
88
88
  color: var(--hop-c-hover) !important;
89
89
  }
90
- .UseStyledSystem-module__hop-c-focus___Vyuyv:focus-visible {
90
+ .UseStyledSystem-module__hop-c-focus___YNdjT:focus-visible {
91
91
  --hop-c-focus: initial;
92
92
  color: var(--hop-c-focus) !important;
93
93
  }
94
- .UseStyledSystem-module__hop-c-active___UquV3:active {
94
+ .UseStyledSystem-module__hop-c-active___crOAD:active {
95
95
  --hop-c-active: initial;
96
96
  color: var(--hop-c-active) !important;
97
97
  }
98
- .UseStyledSystem-module__hop-cs-hover___GqEOP:hover {
98
+ .UseStyledSystem-module__hop-cs-hover___MCgaD:hover {
99
99
  --hop-cs-hover: initial;
100
100
  cursor: var(--hop-cs-hover) !important;
101
101
  }
102
- .UseStyledSystem-module__hop-f-hover___7EKmX:hover {
102
+ .UseStyledSystem-module__hop-f-hover___dxKWH:hover {
103
103
  --hop-f-hover: initial;
104
104
  fill: var(--hop-f-hover) !important;
105
105
  }
106
- .UseStyledSystem-module__hop-f-focus___k-Xh5:focus-visible {
106
+ .UseStyledSystem-module__hop-f-focus___y-fcL:focus-visible {
107
107
  --hop-f-focus: initial;
108
108
  fill: var(--hop-f-focus) !important;
109
109
  }
110
- .UseStyledSystem-module__hop-o-hover___bSfTb:hover {
110
+ .UseStyledSystem-module__hop-o-hover___IWVF-:hover {
111
111
  --hop-o-hover: initial;
112
112
  opacity: var(--hop-o-hover) !important;
113
113
  }
114
- .UseStyledSystem-module__hop-o-focus___92q-T:focus-visible {
114
+ .UseStyledSystem-module__hop-o-focus___IaFLw:focus-visible {
115
115
  --hop-o-focus: initial;
116
116
  opacity: var(--hop-o-focus) !important;
117
117
  }
118
- .UseStyledSystem-module__hop-o-active___qojJF:active {
118
+ .UseStyledSystem-module__hop-o-active___caQJi:active {
119
119
  --hop-o-active: initial;
120
120
  opacity: var(--hop-o-active) !important;
121
121
  }
122
- .UseStyledSystem-module__hop-ol-focus___U-dIO:focus-visible {
122
+ .UseStyledSystem-module__hop-ol-focus___ybCdL: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___g-x90),
129
- :where(.htmlElement-module__hop-HtmlElement___g-x90::after),
130
- :where(.htmlElement-module__hop-HtmlElement___g-x90::before) {
128
+ :where(.htmlElement-module__hop-HtmlElement___0OW8N),
129
+ :where(.htmlElement-module__hop-HtmlElement___0OW8N::after),
130
+ :where(.htmlElement-module__hop-HtmlElement___0OW8N::before) {
131
131
  box-sizing: border-box;
132
132
  }
package/dist/index.js CHANGED
@@ -1,27 +1,27 @@
1
- export { GlobalStyledSystemProviderCssSelector, _StyledSystemProvider as StyledSystemProvider } from './chunk-RKTVEOXM.js';
2
- export { BodyStyleProvider } from './chunk-J2UW6IZ5.js';
1
+ export { GlobalStyledSystemProviderCssSelector, _StyledSystemProvider as StyledSystemProvider } from './chunk-XEJOSGGW.js';
2
+ export { BodyStyleProvider } from './chunk-BA7JHGU6.js';
3
3
  export { useIsomorphicLayoutEffect } from './chunk-3YM73BQP.js';
4
4
  export { ThemeComputedStyle } from './chunk-B6ZBFYWJ.js';
5
- 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-EJR6CH3T.js';
6
- export { GlobalHtmlElementCssSelector, GlobalHtmlElementSpecificCssSelector, htmlElement } from './chunk-LCW3QCQQ.js';
7
- export { BreakpointProvider, DefaultUnsupportedMatchMediaBreakpoint } from './chunk-MCUHAIA4.js';
8
- export { TokenProvider } from './chunk-ZDENFQ6H.js';
9
- export { Tokens } from './chunk-45MYTH4M.js';
10
- import './chunk-E2EGUGKS.js';
11
- import './chunk-JKXZGQAL.js';
5
+ 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-AZ44JR7G.js';
6
+ export { GlobalHtmlElementCssSelector, GlobalHtmlElementSpecificCssSelector, htmlElement } from './chunk-GZ3MQOPA.js';
7
+ export { BreakpointProvider, DefaultUnsupportedMatchMediaBreakpoint } from './chunk-GXUFWEP5.js';
8
+ export { TokenProvider } from './chunk-VJNKYHHT.js';
9
+ export { Tokens } from './chunk-EF3UX45A.js';
10
+ import './chunk-YJKWZYVH.js';
11
+ import './chunk-DVOV55CD.js';
12
12
  export { useInsertStyleElement } from './chunk-RIORU7JO.js';
13
13
  export { useIsomorphicInsertionEffect } from './chunk-YPIK2HRL.js';
14
- export { HopperRootCssClass, StyledSystemRootCssClass } from './chunk-GFXIV6J4.js';
15
- export { isStyledSystemProp, useStyledSystem } from './chunk-TSYETPJT.js';
16
- export { BackgroundColorMapping, BorderMapping, BorderRadiusMapping, BoxShadowMapping, ColorExpressionTypes, ColorMapping, ComplexMarginMapping, ComplexPaddingMapping, DataVizColorMapping, DefaultBorderWidthAndStyle, FontFamilyMapping, FontSizeMapping, FontWeightMapping, IconColorMapping, LineHeightMapping, SimpleMarginMapping, SimplePaddingMapping, SizingMapping, SpaceMapping, TextColorMapping, getSizingValue, getSystemValue, parseResponsiveSystemValue } from './chunk-DRFY5W7M.js';
17
- import './chunk-KKVEOD5L.js';
14
+ export { HopperRootCssClass, StyledSystemRootCssClass } from './chunk-REAV6RA4.js';
15
+ export { isStyledSystemProp, useStyledSystem } from './chunk-SSBFBJJN.js';
16
+ export { BackgroundColorMapping, BorderMapping, BorderRadiusMapping, BoxShadowMapping, ColorExpressionTypes, ColorMapping, ComplexMarginMapping, ComplexPaddingMapping, DataVizColorMapping, DefaultBorderWidthAndStyle, FontFamilyMapping, FontSizeMapping, FontWeightMapping, IconColorMapping, LineHeightMapping, SimpleMarginMapping, SimplePaddingMapping, SizingMapping, SpaceMapping, TextColorMapping, getSizingValue, getSystemValue, parseResponsiveSystemValue } from './chunk-5GX5VZFT.js';
17
+ import './chunk-Y7GWSHYF.js';
18
18
  export { isResponsiveObject, parseResponsiveValue, useResponsiveValue } from './chunk-SFOVKOPG.js';
19
19
  export { BreakpointContext, useBreakpointContext } from './chunk-VBKLISDI.js';
20
20
  export { Breakpoints } from './chunk-XUHDFZZL.js';
21
21
  import './chunk-U5R6ZXH3.js';
22
22
  export { UnsafePrefix } from './chunk-QMDDVBCZ.js';
23
- export { useColorScheme } from './chunk-KLNF34G6.js';
24
- import './chunk-M4X2T3D3.js';
23
+ export { useColorScheme } from './chunk-5U5IRAPA.js';
24
+ import './chunk-T6JS7L6B.js';
25
25
  export { useColorSchemeValue } from './chunk-X5OXC6DN.js';
26
26
  export { ColorSchemeContext, useColorSchemeContext } from './chunk-V7X6ANEM.js';
27
27
  import './chunk-6LX4VMOV.js';
@@ -4,7 +4,12 @@ import { Breakpoint } from './Breakpoints.js';
4
4
 
5
5
  declare const DefaultUnsupportedMatchMediaBreakpoint: Breakpoint;
6
6
  interface BreakpointProviderProps {
7
+ /** The children of the component */
7
8
  children: ReactNode;
9
+ /**
10
+ * The breakpoint to use when the browser does not support matchMedia.
11
+ * @default "lg"
12
+ */
8
13
  unsupportedMatchMediaBreakpoint?: Breakpoint;
9
14
  }
10
15
  declare function BreakpointProvider({ children, unsupportedMatchMediaBreakpoint }: BreakpointProviderProps): react_jsx_runtime.JSX.Element;
@@ -1,5 +1,5 @@
1
- export { BreakpointProvider, DefaultUnsupportedMatchMediaBreakpoint } from '../chunk-MCUHAIA4.js';
1
+ export { BreakpointProvider, DefaultUnsupportedMatchMediaBreakpoint } from '../chunk-GXUFWEP5.js';
2
2
  import '../chunk-VBKLISDI.js';
3
3
  import '../chunk-XUHDFZZL.js';
4
- import '../chunk-M4X2T3D3.js';
4
+ import '../chunk-T6JS7L6B.js';
5
5
  import '../chunk-6LX4VMOV.js';
@@ -1,2 +1,2 @@
1
- export { HopperRootCssClass, StyledSystemRootCssClass } from './chunk-GFXIV6J4.js';
1
+ export { HopperRootCssClass, StyledSystemRootCssClass } from './chunk-REAV6RA4.js';
2
2
  import './chunk-6LX4VMOV.js';
@@ -1,9 +1,9 @@
1
- export { TokenProvider } from '../chunk-ZDENFQ6H.js';
2
- import '../chunk-45MYTH4M.js';
3
- import '../chunk-E2EGUGKS.js';
4
- import '../chunk-JKXZGQAL.js';
1
+ export { TokenProvider } from '../chunk-VJNKYHHT.js';
2
+ import '../chunk-EF3UX45A.js';
3
+ import '../chunk-YJKWZYVH.js';
4
+ import '../chunk-DVOV55CD.js';
5
5
  import '../chunk-RIORU7JO.js';
6
6
  import '../chunk-YPIK2HRL.js';
7
- import '../chunk-GFXIV6J4.js';
7
+ import '../chunk-REAV6RA4.js';
8
8
  import '../chunk-U5R6ZXH3.js';
9
9
  import '../chunk-6LX4VMOV.js';