@hopper-ui/styled-system 2.5.13 → 2.5.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/StyledSystemProvider.css +35 -35
- package/dist/StyledSystemProvider.js +11 -11
- package/dist/{chunk-S3G5NPHF.js → chunk-3R4VKTT5.js} +2 -2
- package/dist/{chunk-V7X6ANEM.js → chunk-7PR2BAOL.js} +0 -1
- package/dist/{chunk-54RO57YA.js → chunk-AAWQ3J4F.js} +5 -5
- package/dist/{chunk-43MQD25Q.js → chunk-ACHEBSXM.js} +1 -1
- package/dist/{chunk-A54ZF3UN.js → chunk-F47JPCVB.js} +2 -2
- package/dist/{chunk-GQ3J3RTR.js → chunk-JZOHIXRI.js} +2 -2
- package/dist/{chunk-JVNXXRWE.js → chunk-KHJOHCF7.js} +1 -1
- package/dist/{chunk-RAWVBWQ4.js → chunk-PNIKKWPD.js} +1 -1
- package/dist/{chunk-7TNCJ3OQ.js → chunk-RQX6CSPG.js} +10 -1
- package/dist/{chunk-X5OXC6DN.js → chunk-XG7R6QGE.js} +1 -1
- package/dist/{chunk-ILG53YIO.js → chunk-XLQKHP7H.js} +32 -7
- package/dist/color-scheme/ColorSchemeContext.js +1 -1
- package/dist/color-scheme/useColorSchemeValue.js +2 -2
- package/dist/global-styles/BodyStyleProvider.js +3 -3
- package/dist/html-wrappers/html.css +35 -35
- package/dist/html-wrappers/html.js +4 -4
- package/dist/html-wrappers/htmlElement.css +35 -35
- package/dist/html-wrappers/htmlElement.js +3 -3
- package/dist/index.css +35 -35
- package/dist/index.d.ts +1 -1
- package/dist/index.js +12 -12
- package/dist/styledSystemProps.d.ts +21 -5
- package/dist/styledSystemRootCssClass.js +1 -1
- package/dist/tokens/TokenProvider.js +4 -4
- package/dist/tokens/generated/lightSemanticTokens.d.ts +10 -10
- package/dist/tokens/generated/lightSemanticTokens.js +1 -1
- package/dist/tokens/tokenMappings.d.ts +505 -2
- package/dist/tokens/tokenMappings.js +1 -1
- package/dist/tokens/tokens.d.ts +10 -10
- package/dist/tokens/tokens.js +2 -2
- package/dist/useStyledSystem.css +32 -32
- package/dist/useStyledSystem.js +2 -2
- package/package.json +8 -6
- package/dist/{chunk-K5JIMNDM.js → chunk-ZDLOUW4F.js} +10 -10
|
@@ -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-
|
|
2
|
+
.UseStyledSystem-module__hop-b-hover___xOWy2:hover {
|
|
3
3
|
--hop-b-hover: initial;
|
|
4
4
|
border: var(--hop-b-hover) !important;
|
|
5
5
|
}
|
|
6
|
-
.UseStyledSystem-module__hop-bb-
|
|
6
|
+
.UseStyledSystem-module__hop-bb-hover___g2SKk:hover {
|
|
7
7
|
--hop-bb-hover: initial;
|
|
8
8
|
border-bottom: var(--hop-bb-hover) !important;
|
|
9
9
|
}
|
|
10
|
-
.UseStyledSystem-module__hop-bl-
|
|
10
|
+
.UseStyledSystem-module__hop-bl-hover___pE6jB:hover {
|
|
11
11
|
--hop-bl-hover: initial;
|
|
12
12
|
border-left: var(--hop-bl-hover) !important;
|
|
13
13
|
}
|
|
14
|
-
.UseStyledSystem-module__hop-br-
|
|
14
|
+
.UseStyledSystem-module__hop-br-hover___fMNXN:hover {
|
|
15
15
|
--hop-br-hover: initial;
|
|
16
16
|
border-right: var(--hop-br-hover) !important;
|
|
17
17
|
}
|
|
18
|
-
.UseStyledSystem-module__hop-bt-
|
|
18
|
+
.UseStyledSystem-module__hop-bt-hover___lGzz7:hover {
|
|
19
19
|
--hop-bt-hover: initial;
|
|
20
20
|
border-top: var(--hop-bt-hover) !important;
|
|
21
21
|
}
|
|
22
|
-
.UseStyledSystem-module__hop-b-
|
|
22
|
+
.UseStyledSystem-module__hop-b-focus___0DSU2:focus-visible {
|
|
23
23
|
--hop-b-focus: initial;
|
|
24
24
|
border: var(--hop-b-focus) !important;
|
|
25
25
|
}
|
|
26
|
-
.UseStyledSystem-module__hop-bb-
|
|
26
|
+
.UseStyledSystem-module__hop-bb-focus___oM2nM:focus-visible {
|
|
27
27
|
--hop-bb-focus: initial;
|
|
28
28
|
border-bottom: var(--hop-bb-focus) !important;
|
|
29
29
|
}
|
|
30
|
-
.UseStyledSystem-module__hop-bl-
|
|
30
|
+
.UseStyledSystem-module__hop-bl-focus___iMaKG:focus-visible {
|
|
31
31
|
--hop-bl-focus: initial;
|
|
32
32
|
border-left: var(--hop-bl-focus) !important;
|
|
33
33
|
}
|
|
34
|
-
.UseStyledSystem-module__hop-br-
|
|
34
|
+
.UseStyledSystem-module__hop-br-focus___0j5WL:focus-visible {
|
|
35
35
|
--hop-br-focus: initial;
|
|
36
36
|
border-right: var(--hop-br-focus) !important;
|
|
37
37
|
}
|
|
38
|
-
.UseStyledSystem-module__hop-bt-
|
|
38
|
+
.UseStyledSystem-module__hop-bt-focus___rAg-C:focus-visible {
|
|
39
39
|
--hop-bt-focus: initial;
|
|
40
40
|
border-top: var(--hop-bt-focus) !important;
|
|
41
41
|
}
|
|
42
|
-
.UseStyledSystem-module__hop-b-
|
|
42
|
+
.UseStyledSystem-module__hop-b-active___y2kHO:active {
|
|
43
43
|
--hop-b-active: initial;
|
|
44
44
|
border: var(--hop-b-active) !important;
|
|
45
45
|
}
|
|
46
|
-
.UseStyledSystem-module__hop-bb-
|
|
46
|
+
.UseStyledSystem-module__hop-bb-active___OxawC:active {
|
|
47
47
|
--hop-bb-active: initial;
|
|
48
48
|
border-bottom: var(--hop-bb-active) !important;
|
|
49
49
|
}
|
|
50
|
-
.UseStyledSystem-module__hop-bl-
|
|
50
|
+
.UseStyledSystem-module__hop-bl-active___NDziw:active {
|
|
51
51
|
--hop-bl-active: initial;
|
|
52
52
|
border-left: var(--hop-bl-active) !important;
|
|
53
53
|
}
|
|
54
|
-
.UseStyledSystem-module__hop-br-
|
|
54
|
+
.UseStyledSystem-module__hop-br-active___imOPd:active {
|
|
55
55
|
--hop-br-active: initial;
|
|
56
56
|
border-right: var(--hop-br-active) !important;
|
|
57
57
|
}
|
|
58
|
-
.UseStyledSystem-module__hop-bt-
|
|
58
|
+
.UseStyledSystem-module__hop-bt-active___RPvg-:active {
|
|
59
59
|
--hop-bt-active: initial;
|
|
60
60
|
border-top: var(--hop-bt-active) !important;
|
|
61
61
|
}
|
|
62
|
-
.UseStyledSystem-module__hop-bg-
|
|
62
|
+
.UseStyledSystem-module__hop-bg-hover___Zw-Ng:hover {
|
|
63
63
|
--hop-bg-hover: initial;
|
|
64
64
|
background-color: var(--hop-bg-hover) !important;
|
|
65
65
|
}
|
|
66
|
-
.UseStyledSystem-module__hop-bg-
|
|
66
|
+
.UseStyledSystem-module__hop-bg-focus___g7rZF:focus-visible {
|
|
67
67
|
--hop-bg-focus: initial;
|
|
68
68
|
background-color: var(--hop-bg-focus) !important;
|
|
69
69
|
}
|
|
70
|
-
.UseStyledSystem-module__hop-bg-
|
|
70
|
+
.UseStyledSystem-module__hop-bg-active___bO1fx:active {
|
|
71
71
|
--hop-bg-active: initial;
|
|
72
72
|
background-color: var(--hop-bg-active) !important;
|
|
73
73
|
}
|
|
74
|
-
.UseStyledSystem-module__hop-bs-
|
|
74
|
+
.UseStyledSystem-module__hop-bs-hover___zMVjZ:hover {
|
|
75
75
|
--hop-bs-hover: initial;
|
|
76
76
|
box-shadow: var(--hop-bs-hover) !important;
|
|
77
77
|
}
|
|
78
|
-
.UseStyledSystem-module__hop-bs-
|
|
78
|
+
.UseStyledSystem-module__hop-bs-focus___hV6xW:focus-visible {
|
|
79
79
|
--hop-bs-focus: initial;
|
|
80
80
|
box-shadow: var(--hop-bs-focus) !important;
|
|
81
81
|
}
|
|
82
|
-
.UseStyledSystem-module__hop-bs-
|
|
82
|
+
.UseStyledSystem-module__hop-bs-active___bzMcY:active {
|
|
83
83
|
--hop-bs-active: initial;
|
|
84
84
|
box-shadow: var(--hop-bs-active) !important;
|
|
85
85
|
}
|
|
86
|
-
.UseStyledSystem-module__hop-c-
|
|
86
|
+
.UseStyledSystem-module__hop-c-hover___7lSek:hover {
|
|
87
87
|
--hop-c-hover: initial;
|
|
88
88
|
color: var(--hop-c-hover) !important;
|
|
89
89
|
}
|
|
90
|
-
.UseStyledSystem-module__hop-c-
|
|
90
|
+
.UseStyledSystem-module__hop-c-focus___duT02:focus-visible {
|
|
91
91
|
--hop-c-focus: initial;
|
|
92
92
|
color: var(--hop-c-focus) !important;
|
|
93
93
|
}
|
|
94
|
-
.UseStyledSystem-module__hop-c-
|
|
94
|
+
.UseStyledSystem-module__hop-c-active___3pzD4:active {
|
|
95
95
|
--hop-c-active: initial;
|
|
96
96
|
color: var(--hop-c-active) !important;
|
|
97
97
|
}
|
|
98
|
-
.UseStyledSystem-module__hop-cs-
|
|
98
|
+
.UseStyledSystem-module__hop-cs-hover___klApx:hover {
|
|
99
99
|
--hop-cs-hover: initial;
|
|
100
100
|
cursor: var(--hop-cs-hover) !important;
|
|
101
101
|
}
|
|
102
|
-
.UseStyledSystem-module__hop-f-
|
|
102
|
+
.UseStyledSystem-module__hop-f-hover___hgbNM:hover {
|
|
103
103
|
--hop-f-hover: initial;
|
|
104
104
|
fill: var(--hop-f-hover) !important;
|
|
105
105
|
}
|
|
106
|
-
.UseStyledSystem-module__hop-f-
|
|
106
|
+
.UseStyledSystem-module__hop-f-focus___s9lx0:focus-visible {
|
|
107
107
|
--hop-f-focus: initial;
|
|
108
108
|
fill: var(--hop-f-focus) !important;
|
|
109
109
|
}
|
|
110
|
-
.UseStyledSystem-module__hop-o-
|
|
110
|
+
.UseStyledSystem-module__hop-o-hover___wIS-C:hover {
|
|
111
111
|
--hop-o-hover: initial;
|
|
112
112
|
opacity: var(--hop-o-hover) !important;
|
|
113
113
|
}
|
|
114
|
-
.UseStyledSystem-module__hop-o-
|
|
114
|
+
.UseStyledSystem-module__hop-o-focus___CbsOs:focus-visible {
|
|
115
115
|
--hop-o-focus: initial;
|
|
116
116
|
opacity: var(--hop-o-focus) !important;
|
|
117
117
|
}
|
|
118
|
-
.UseStyledSystem-module__hop-o-
|
|
118
|
+
.UseStyledSystem-module__hop-o-active___jtLXH:active {
|
|
119
119
|
--hop-o-active: initial;
|
|
120
120
|
opacity: var(--hop-o-active) !important;
|
|
121
121
|
}
|
|
122
|
-
.UseStyledSystem-module__hop-ol-
|
|
122
|
+
.UseStyledSystem-module__hop-ol-focus___k9yhc: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-
|
|
129
|
-
:where(.htmlElement-module__hop-
|
|
130
|
-
:where(.htmlElement-module__hop-
|
|
128
|
+
:where(.htmlElement-module__hop-HtmlElement___6ay6t),
|
|
129
|
+
:where(.htmlElement-module__hop-HtmlElement___6ay6t::after),
|
|
130
|
+
:where(.htmlElement-module__hop-HtmlElement___6ay6t::before) {
|
|
131
131
|
box-sizing: border-box;
|
|
132
132
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { GlobalHtmlElementCssSelector, GlobalHtmlElementSpecificCssSelector, htmlElement } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
1
|
+
export { GlobalHtmlElementCssSelector, GlobalHtmlElementSpecificCssSelector, htmlElement } from '../chunk-F47JPCVB.js';
|
|
2
|
+
import '../chunk-XLQKHP7H.js';
|
|
3
|
+
import '../chunk-RQX6CSPG.js';
|
|
4
4
|
import '../chunk-MSH55T2T.js';
|
|
5
5
|
import '../chunk-SFOVKOPG.js';
|
|
6
6
|
import '../chunk-VBKLISDI.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-
|
|
2
|
+
.UseStyledSystem-module__hop-b-hover___xOWy2:hover {
|
|
3
3
|
--hop-b-hover: initial;
|
|
4
4
|
border: var(--hop-b-hover) !important;
|
|
5
5
|
}
|
|
6
|
-
.UseStyledSystem-module__hop-bb-
|
|
6
|
+
.UseStyledSystem-module__hop-bb-hover___g2SKk:hover {
|
|
7
7
|
--hop-bb-hover: initial;
|
|
8
8
|
border-bottom: var(--hop-bb-hover) !important;
|
|
9
9
|
}
|
|
10
|
-
.UseStyledSystem-module__hop-bl-
|
|
10
|
+
.UseStyledSystem-module__hop-bl-hover___pE6jB:hover {
|
|
11
11
|
--hop-bl-hover: initial;
|
|
12
12
|
border-left: var(--hop-bl-hover) !important;
|
|
13
13
|
}
|
|
14
|
-
.UseStyledSystem-module__hop-br-
|
|
14
|
+
.UseStyledSystem-module__hop-br-hover___fMNXN:hover {
|
|
15
15
|
--hop-br-hover: initial;
|
|
16
16
|
border-right: var(--hop-br-hover) !important;
|
|
17
17
|
}
|
|
18
|
-
.UseStyledSystem-module__hop-bt-
|
|
18
|
+
.UseStyledSystem-module__hop-bt-hover___lGzz7:hover {
|
|
19
19
|
--hop-bt-hover: initial;
|
|
20
20
|
border-top: var(--hop-bt-hover) !important;
|
|
21
21
|
}
|
|
22
|
-
.UseStyledSystem-module__hop-b-
|
|
22
|
+
.UseStyledSystem-module__hop-b-focus___0DSU2:focus-visible {
|
|
23
23
|
--hop-b-focus: initial;
|
|
24
24
|
border: var(--hop-b-focus) !important;
|
|
25
25
|
}
|
|
26
|
-
.UseStyledSystem-module__hop-bb-
|
|
26
|
+
.UseStyledSystem-module__hop-bb-focus___oM2nM:focus-visible {
|
|
27
27
|
--hop-bb-focus: initial;
|
|
28
28
|
border-bottom: var(--hop-bb-focus) !important;
|
|
29
29
|
}
|
|
30
|
-
.UseStyledSystem-module__hop-bl-
|
|
30
|
+
.UseStyledSystem-module__hop-bl-focus___iMaKG:focus-visible {
|
|
31
31
|
--hop-bl-focus: initial;
|
|
32
32
|
border-left: var(--hop-bl-focus) !important;
|
|
33
33
|
}
|
|
34
|
-
.UseStyledSystem-module__hop-br-
|
|
34
|
+
.UseStyledSystem-module__hop-br-focus___0j5WL:focus-visible {
|
|
35
35
|
--hop-br-focus: initial;
|
|
36
36
|
border-right: var(--hop-br-focus) !important;
|
|
37
37
|
}
|
|
38
|
-
.UseStyledSystem-module__hop-bt-
|
|
38
|
+
.UseStyledSystem-module__hop-bt-focus___rAg-C:focus-visible {
|
|
39
39
|
--hop-bt-focus: initial;
|
|
40
40
|
border-top: var(--hop-bt-focus) !important;
|
|
41
41
|
}
|
|
42
|
-
.UseStyledSystem-module__hop-b-
|
|
42
|
+
.UseStyledSystem-module__hop-b-active___y2kHO:active {
|
|
43
43
|
--hop-b-active: initial;
|
|
44
44
|
border: var(--hop-b-active) !important;
|
|
45
45
|
}
|
|
46
|
-
.UseStyledSystem-module__hop-bb-
|
|
46
|
+
.UseStyledSystem-module__hop-bb-active___OxawC:active {
|
|
47
47
|
--hop-bb-active: initial;
|
|
48
48
|
border-bottom: var(--hop-bb-active) !important;
|
|
49
49
|
}
|
|
50
|
-
.UseStyledSystem-module__hop-bl-
|
|
50
|
+
.UseStyledSystem-module__hop-bl-active___NDziw:active {
|
|
51
51
|
--hop-bl-active: initial;
|
|
52
52
|
border-left: var(--hop-bl-active) !important;
|
|
53
53
|
}
|
|
54
|
-
.UseStyledSystem-module__hop-br-
|
|
54
|
+
.UseStyledSystem-module__hop-br-active___imOPd:active {
|
|
55
55
|
--hop-br-active: initial;
|
|
56
56
|
border-right: var(--hop-br-active) !important;
|
|
57
57
|
}
|
|
58
|
-
.UseStyledSystem-module__hop-bt-
|
|
58
|
+
.UseStyledSystem-module__hop-bt-active___RPvg-:active {
|
|
59
59
|
--hop-bt-active: initial;
|
|
60
60
|
border-top: var(--hop-bt-active) !important;
|
|
61
61
|
}
|
|
62
|
-
.UseStyledSystem-module__hop-bg-
|
|
62
|
+
.UseStyledSystem-module__hop-bg-hover___Zw-Ng:hover {
|
|
63
63
|
--hop-bg-hover: initial;
|
|
64
64
|
background-color: var(--hop-bg-hover) !important;
|
|
65
65
|
}
|
|
66
|
-
.UseStyledSystem-module__hop-bg-
|
|
66
|
+
.UseStyledSystem-module__hop-bg-focus___g7rZF:focus-visible {
|
|
67
67
|
--hop-bg-focus: initial;
|
|
68
68
|
background-color: var(--hop-bg-focus) !important;
|
|
69
69
|
}
|
|
70
|
-
.UseStyledSystem-module__hop-bg-
|
|
70
|
+
.UseStyledSystem-module__hop-bg-active___bO1fx:active {
|
|
71
71
|
--hop-bg-active: initial;
|
|
72
72
|
background-color: var(--hop-bg-active) !important;
|
|
73
73
|
}
|
|
74
|
-
.UseStyledSystem-module__hop-bs-
|
|
74
|
+
.UseStyledSystem-module__hop-bs-hover___zMVjZ:hover {
|
|
75
75
|
--hop-bs-hover: initial;
|
|
76
76
|
box-shadow: var(--hop-bs-hover) !important;
|
|
77
77
|
}
|
|
78
|
-
.UseStyledSystem-module__hop-bs-
|
|
78
|
+
.UseStyledSystem-module__hop-bs-focus___hV6xW:focus-visible {
|
|
79
79
|
--hop-bs-focus: initial;
|
|
80
80
|
box-shadow: var(--hop-bs-focus) !important;
|
|
81
81
|
}
|
|
82
|
-
.UseStyledSystem-module__hop-bs-
|
|
82
|
+
.UseStyledSystem-module__hop-bs-active___bzMcY:active {
|
|
83
83
|
--hop-bs-active: initial;
|
|
84
84
|
box-shadow: var(--hop-bs-active) !important;
|
|
85
85
|
}
|
|
86
|
-
.UseStyledSystem-module__hop-c-
|
|
86
|
+
.UseStyledSystem-module__hop-c-hover___7lSek:hover {
|
|
87
87
|
--hop-c-hover: initial;
|
|
88
88
|
color: var(--hop-c-hover) !important;
|
|
89
89
|
}
|
|
90
|
-
.UseStyledSystem-module__hop-c-
|
|
90
|
+
.UseStyledSystem-module__hop-c-focus___duT02:focus-visible {
|
|
91
91
|
--hop-c-focus: initial;
|
|
92
92
|
color: var(--hop-c-focus) !important;
|
|
93
93
|
}
|
|
94
|
-
.UseStyledSystem-module__hop-c-
|
|
94
|
+
.UseStyledSystem-module__hop-c-active___3pzD4:active {
|
|
95
95
|
--hop-c-active: initial;
|
|
96
96
|
color: var(--hop-c-active) !important;
|
|
97
97
|
}
|
|
98
|
-
.UseStyledSystem-module__hop-cs-
|
|
98
|
+
.UseStyledSystem-module__hop-cs-hover___klApx:hover {
|
|
99
99
|
--hop-cs-hover: initial;
|
|
100
100
|
cursor: var(--hop-cs-hover) !important;
|
|
101
101
|
}
|
|
102
|
-
.UseStyledSystem-module__hop-f-
|
|
102
|
+
.UseStyledSystem-module__hop-f-hover___hgbNM:hover {
|
|
103
103
|
--hop-f-hover: initial;
|
|
104
104
|
fill: var(--hop-f-hover) !important;
|
|
105
105
|
}
|
|
106
|
-
.UseStyledSystem-module__hop-f-
|
|
106
|
+
.UseStyledSystem-module__hop-f-focus___s9lx0:focus-visible {
|
|
107
107
|
--hop-f-focus: initial;
|
|
108
108
|
fill: var(--hop-f-focus) !important;
|
|
109
109
|
}
|
|
110
|
-
.UseStyledSystem-module__hop-o-
|
|
110
|
+
.UseStyledSystem-module__hop-o-hover___wIS-C:hover {
|
|
111
111
|
--hop-o-hover: initial;
|
|
112
112
|
opacity: var(--hop-o-hover) !important;
|
|
113
113
|
}
|
|
114
|
-
.UseStyledSystem-module__hop-o-
|
|
114
|
+
.UseStyledSystem-module__hop-o-focus___CbsOs:focus-visible {
|
|
115
115
|
--hop-o-focus: initial;
|
|
116
116
|
opacity: var(--hop-o-focus) !important;
|
|
117
117
|
}
|
|
118
|
-
.UseStyledSystem-module__hop-o-
|
|
118
|
+
.UseStyledSystem-module__hop-o-active___jtLXH:active {
|
|
119
119
|
--hop-o-active: initial;
|
|
120
120
|
opacity: var(--hop-o-active) !important;
|
|
121
121
|
}
|
|
122
|
-
.UseStyledSystem-module__hop-ol-
|
|
122
|
+
.UseStyledSystem-module__hop-ol-focus___k9yhc: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-
|
|
129
|
-
:where(.htmlElement-module__hop-
|
|
130
|
-
:where(.htmlElement-module__hop-
|
|
128
|
+
:where(.htmlElement-module__hop-HtmlElement___6ay6t),
|
|
129
|
+
:where(.htmlElement-module__hop-HtmlElement___6ay6t::after),
|
|
130
|
+
:where(.htmlElement-module__hop-HtmlElement___6ay6t::before) {
|
|
131
131
|
box-sizing: border-box;
|
|
132
132
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ export { BreakpointContext, BreakpointContextType, useBreakpointContext } from '
|
|
|
8
8
|
export { BreakpointProvider, BreakpointProviderProps, DefaultUnsupportedMatchMediaBreakpoint } from './responsive/BreakpointProvider.js';
|
|
9
9
|
export { Breakpoint, Breakpoints } from './responsive/Breakpoints.js';
|
|
10
10
|
export { ResponsiveProp, ResponsiveValue, isResponsiveObject, parseResponsiveValue, useResponsiveValue } from './responsive/useResponsiveValue.js';
|
|
11
|
-
export { BackgroundColorMapping, BackgroundColorValue, BorderMapping, BorderRadiusMapping, BorderRadiusValue, BorderValue, BoxShadowMapping, BoxShadowValue, CSSSizing, ColorExpressionTypes, ColorMapping, ColorValue, ColumnGapValue, ComplexMarginMapping, ComplexMarginValue, ComplexPaddingMapping, ComplexPaddingValue, CssBorder, CssBorderRadius, CssBoxShadow, CssColor, CssFill, CssGap, CssGrid, CssGridTemplate, DataVizColorMapping, DefaultBorderWidthAndStyle, FRValues, FillValue, FontFamilyMapping, FontFamilyValue, FontSizeMapping, FontSizeValue, FontWeightMapping, FontWeightValue, GapValue, GridAutoColumnsValue, GridAutoRowsValue, GridColumSpanValue, GridRowSpanValue, GridTemplateAreasValue, GridTemplateColumnsValue, GridTemplateRowsValue, HeightValue, IconColorMapping, LineHeightMapping, LineHeightValue, Percentage, RowGapValue, SimpleMarginMapping, SimpleMarginValue, SimplePaddingMapping, SimplePaddingValue, SizingMapping, SizingValue, SpaceMapping, StrokeValue, TextColorMapping, UNSAFE_BackgroundColorValue, UNSAFE_BorderRadiusValue, UNSAFE_BorderValue, UNSAFE_BoxShadowValue, UNSAFE_ColorValue, UNSAFE_ColumnGapValue, UNSAFE_ComplexMarginValue, UNSAFE_ComplexPaddingValue, UNSAFE_FillValue, UNSAFE_FontFamilyValue, UNSAFE_FontSizeValue, UNSAFE_FontWeightValue, UNSAFE_GapValue, UNSAFE_GridAutoColumnsValue, UNSAFE_GridAutoRowsValue, UNSAFE_GridTemplateColumnsValue, UNSAFE_GridTemplateRowsValue, UNSAFE_HeightValue, UNSAFE_LineHeightValue, UNSAFE_RowGapValue, UNSAFE_SimpleMarginValue, UNSAFE_SimplePaddingValue, UNSAFE_SizingValue, UNSAFE_StrokeValue, UNSAFE_WidthValue, WidthValue, getSizingValue, getSystemValue, parseResponsiveSystemValue } from './tokens/tokenMappings.js';
|
|
11
|
+
export { BackgroundColorMapping, BackgroundColorValue, BorderMapping, BorderRadiusMapping, BorderRadiusValue, BorderValue, BoxShadowMapping, BoxShadowValue, CSSOutline, CSSSizing, ColorExpressionTypes, ColorMapping, ColorValue, ColumnGapValue, ComplexMarginMapping, ComplexMarginValue, ComplexPaddingMapping, ComplexPaddingValue, CssBorder, CssBorderRadius, CssBoxShadow, CssColor, CssFill, CssGap, CssGrid, CssGridTemplate, DataVizColorMapping, DefaultBorderWidthAndStyle, DefaultOutlineWidthAndStyle, FRValues, FillValue, FontFamilyMapping, FontFamilyValue, FontSizeMapping, FontSizeValue, FontWeightMapping, FontWeightValue, GapValue, GridAutoColumnsValue, GridAutoRowsValue, GridColumSpanValue, GridRowSpanValue, GridTemplateAreasValue, GridTemplateColumnsValue, GridTemplateRowsValue, HeightValue, IconColorMapping, LineHeightMapping, LineHeightValue, OutlineMapping, OutlineValue, Percentage, RowGapValue, SimpleMarginMapping, SimpleMarginValue, SimplePaddingMapping, SimplePaddingValue, SizingMapping, SizingValue, SpaceMapping, StrokeValue, TextColorMapping, UNSAFE_BackgroundColorValue, UNSAFE_BorderRadiusValue, UNSAFE_BorderValue, UNSAFE_BoxShadowValue, UNSAFE_ColorValue, UNSAFE_ColumnGapValue, UNSAFE_ComplexMarginValue, UNSAFE_ComplexPaddingValue, UNSAFE_FillValue, UNSAFE_FontFamilyValue, UNSAFE_FontSizeValue, UNSAFE_FontWeightValue, UNSAFE_GapValue, UNSAFE_GridAutoColumnsValue, UNSAFE_GridAutoRowsValue, UNSAFE_GridTemplateColumnsValue, UNSAFE_GridTemplateRowsValue, UNSAFE_HeightValue, UNSAFE_LineHeightValue, UNSAFE_OutlineValue, UNSAFE_RowGapValue, UNSAFE_SimpleMarginValue, UNSAFE_SimplePaddingValue, UNSAFE_SizingValue, UNSAFE_StrokeValue, UNSAFE_WidthValue, WidthValue, getSizingValue, getSystemValue, parseResponsiveSystemValue } from './tokens/tokenMappings.js';
|
|
12
12
|
export { TokenProvider } from './tokens/TokenProvider.js';
|
|
13
13
|
export { HopperCssVar, HopperTokenKey, Tokens } from './tokens/tokens.js';
|
|
14
14
|
export { slot } from './utils/slot.js';
|
package/dist/index.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
export { slot } from './chunk-7STOSQRA.js';
|
|
2
|
-
export { GlobalStyledSystemProviderCssSelector, _StyledSystemProvider as StyledSystemProvider } from './chunk-
|
|
3
|
-
export { TokenProvider } from './chunk-
|
|
4
|
-
export { Tokens } from './chunk-
|
|
2
|
+
export { GlobalStyledSystemProviderCssSelector, _StyledSystemProvider as StyledSystemProvider } from './chunk-AAWQ3J4F.js';
|
|
3
|
+
export { TokenProvider } from './chunk-3R4VKTT5.js';
|
|
4
|
+
export { Tokens } from './chunk-PNIKKWPD.js';
|
|
5
5
|
import './chunk-P6FMQKUS.js';
|
|
6
|
-
import './chunk-
|
|
7
|
-
export { BodyStyleProvider } from './chunk-
|
|
6
|
+
import './chunk-ZDLOUW4F.js';
|
|
7
|
+
export { BodyStyleProvider } from './chunk-JZOHIXRI.js';
|
|
8
8
|
export { useIsomorphicLayoutEffect } from './chunk-3YM73BQP.js';
|
|
9
9
|
export { ThemeComputedStyle } from './chunk-BSIKCABJ.js';
|
|
10
10
|
export { useInsertStyleElement } from './chunk-RIORU7JO.js';
|
|
11
11
|
export { useIsomorphicInsertionEffect } from './chunk-YPIK2HRL.js';
|
|
12
|
-
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-
|
|
13
|
-
export { GlobalHtmlElementCssSelector, GlobalHtmlElementSpecificCssSelector, htmlElement } from './chunk-
|
|
12
|
+
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-KHJOHCF7.js';
|
|
13
|
+
export { GlobalHtmlElementCssSelector, GlobalHtmlElementSpecificCssSelector, htmlElement } from './chunk-F47JPCVB.js';
|
|
14
14
|
export { BreakpointProvider, DefaultUnsupportedMatchMediaBreakpoint } from './chunk-GXUFWEP5.js';
|
|
15
|
-
export { HopperRootCssClass, StyledSystemRootCssClass, getRootCSSClasses } from './chunk-
|
|
16
|
-
export { isStyledSystemProp, useStyledSystem } from './chunk-
|
|
17
|
-
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-
|
|
15
|
+
export { HopperRootCssClass, StyledSystemRootCssClass, getRootCSSClasses } from './chunk-ACHEBSXM.js';
|
|
16
|
+
export { isStyledSystemProp, useStyledSystem } from './chunk-XLQKHP7H.js';
|
|
17
|
+
export { BackgroundColorMapping, BorderMapping, BorderRadiusMapping, BoxShadowMapping, ColorExpressionTypes, ColorMapping, ComplexMarginMapping, ComplexPaddingMapping, DataVizColorMapping, DefaultBorderWidthAndStyle, DefaultOutlineWidthAndStyle, FontFamilyMapping, FontSizeMapping, FontWeightMapping, IconColorMapping, LineHeightMapping, OutlineMapping, SimpleMarginMapping, SimplePaddingMapping, SizingMapping, SpaceMapping, TextColorMapping, getSizingValue, getSystemValue, parseResponsiveSystemValue } from './chunk-RQX6CSPG.js';
|
|
18
18
|
import './chunk-MSH55T2T.js';
|
|
19
19
|
export { isResponsiveObject, parseResponsiveValue, useResponsiveValue } from './chunk-SFOVKOPG.js';
|
|
20
20
|
export { BreakpointContext, useBreakpointContext } from './chunk-VBKLISDI.js';
|
|
@@ -23,6 +23,6 @@ import './chunk-U5R6ZXH3.js';
|
|
|
23
23
|
export { UnsafePrefix } from './chunk-QMDDVBCZ.js';
|
|
24
24
|
export { useColorScheme } from './chunk-5U5IRAPA.js';
|
|
25
25
|
export { supportsMatchMedia, useMediaQuery } from './chunk-T6JS7L6B.js';
|
|
26
|
-
export { useColorSchemeValue } from './chunk-
|
|
27
|
-
export { ColorSchemeContext, useColorSchemeContext } from './chunk-
|
|
26
|
+
export { useColorSchemeValue } from './chunk-XG7R6QGE.js';
|
|
27
|
+
export { ColorSchemeContext, useColorSchemeContext } from './chunk-7PR2BAOL.js';
|
|
28
28
|
import './chunk-AQ5VUG5P.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Property } from 'csstype';
|
|
2
2
|
import { JSX, JSXElementConstructor, ComponentProps } from 'react';
|
|
3
3
|
import { ResponsiveProp } from './responsive/useResponsiveValue.js';
|
|
4
|
-
import { UNSAFE_BackgroundColorValue, UNSAFE_BorderValue, UNSAFE_BorderRadiusValue, UNSAFE_BoxShadowValue, UNSAFE_ColorValue, UNSAFE_GapValue, UNSAFE_FillValue, UNSAFE_FontFamilyValue, UNSAFE_FontSizeValue, UNSAFE_FontWeightValue, UNSAFE_GridAutoColumnsValue, UNSAFE_GridAutoRowsValue, GridColumSpanValue, GridRowSpanValue, UNSAFE_GridTemplateColumnsValue, UNSAFE_GridTemplateRowsValue, UNSAFE_HeightValue, UNSAFE_LineHeightValue, UNSAFE_ComplexMarginValue, UNSAFE_SimpleMarginValue, UNSAFE_WidthValue, UNSAFE_ComplexPaddingValue, UNSAFE_SimplePaddingValue, UNSAFE_RowGapValue, UNSAFE_StrokeValue, BackgroundColorValue, BorderValue, BorderRadiusValue, BoxShadowValue, ColorValue, ColumnGapValue, FillValue, FontFamilyValue, FontSizeValue, FontWeightValue, GapValue, GridAutoColumnsValue, GridAutoRowsValue, GridTemplateAreasValue, GridTemplateColumnsValue, GridTemplateRowsValue, HeightValue, LineHeightValue, ComplexMarginValue, SimpleMarginValue, WidthValue, ComplexPaddingValue, SimplePaddingValue, RowGapValue, StrokeValue } from './tokens/tokenMappings.js';
|
|
4
|
+
import { UNSAFE_BackgroundColorValue, UNSAFE_BorderValue, UNSAFE_BorderRadiusValue, UNSAFE_BoxShadowValue, UNSAFE_ColorValue, UNSAFE_GapValue, UNSAFE_FillValue, UNSAFE_FontFamilyValue, UNSAFE_FontSizeValue, UNSAFE_FontWeightValue, UNSAFE_GridAutoColumnsValue, UNSAFE_GridAutoRowsValue, GridColumSpanValue, GridRowSpanValue, UNSAFE_GridTemplateColumnsValue, UNSAFE_GridTemplateRowsValue, UNSAFE_HeightValue, UNSAFE_LineHeightValue, UNSAFE_ComplexMarginValue, UNSAFE_SimpleMarginValue, UNSAFE_WidthValue, UNSAFE_OutlineValue, UNSAFE_ComplexPaddingValue, UNSAFE_SimplePaddingValue, UNSAFE_RowGapValue, UNSAFE_StrokeValue, BackgroundColorValue, BorderValue, BorderRadiusValue, BoxShadowValue, ColorValue, ColumnGapValue, FillValue, FontFamilyValue, FontSizeValue, FontWeightValue, GapValue, GridAutoColumnsValue, GridAutoRowsValue, GridTemplateAreasValue, GridTemplateColumnsValue, GridTemplateRowsValue, HeightValue, LineHeightValue, ComplexMarginValue, SimpleMarginValue, WidthValue, OutlineValue, ComplexPaddingValue, SimplePaddingValue, RowGapValue, StrokeValue } from './tokens/tokenMappings.js';
|
|
5
5
|
import './responsive/Breakpoints.js';
|
|
6
6
|
|
|
7
7
|
declare const UnsafePrefix = "UNSAFE_";
|
|
@@ -558,14 +558,14 @@ interface StyledSystemProps extends UnsafeStyledSystemProps {
|
|
|
558
558
|
order?: ResponsiveProp<Property.Order>;
|
|
559
559
|
/**
|
|
560
560
|
* Sets the `outline` property.
|
|
561
|
-
*
|
|
561
|
+
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_outline`** property
|
|
562
562
|
*/
|
|
563
|
-
outline?: ResponsiveProp<
|
|
563
|
+
outline?: ResponsiveProp<OutlineValue>;
|
|
564
564
|
/**
|
|
565
565
|
* Sets the `outline` property when focused.
|
|
566
|
-
*
|
|
566
|
+
* This property only accept **token values** from the **SCALE**. To specify any other values, use the **`UNSAFE_outlineFocus`** property
|
|
567
567
|
*/
|
|
568
|
-
outlineFocus?: ResponsiveProp<
|
|
568
|
+
outlineFocus?: ResponsiveProp<OutlineValue>;
|
|
569
569
|
/**
|
|
570
570
|
* Sets the `overflow` property.
|
|
571
571
|
* @see {@link https://developer.mozilla.org/docs/Web/CSS/overflow}
|
|
@@ -1240,6 +1240,22 @@ interface UnsafeStyledSystemProps {
|
|
|
1240
1240
|
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
1241
1241
|
*/
|
|
1242
1242
|
UNSAFE_minWidth?: ResponsiveProp<UNSAFE_WidthValue>;
|
|
1243
|
+
/**
|
|
1244
|
+
* Sets the `outline` property.
|
|
1245
|
+
*
|
|
1246
|
+
* If you want to use a **token value** from the **SCALE**, use the **`outline`** property instead.
|
|
1247
|
+
*
|
|
1248
|
+
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
1249
|
+
*/
|
|
1250
|
+
UNSAFE_outline?: ResponsiveProp<UNSAFE_OutlineValue>;
|
|
1251
|
+
/**
|
|
1252
|
+
* Sets the `outline` property when focused.
|
|
1253
|
+
*
|
|
1254
|
+
* If you want to use a **token value** from the **SCALE**, use the **`outlineHover`** property instead.
|
|
1255
|
+
*
|
|
1256
|
+
* This property is marked as **UNSAFE** because you're opting out of the intended values of the design system.
|
|
1257
|
+
*/
|
|
1258
|
+
UNSAFE_outlineFocus?: ResponsiveProp<UNSAFE_OutlineValue>;
|
|
1243
1259
|
/**
|
|
1244
1260
|
* Sets the `padding` property.
|
|
1245
1261
|
*
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { HopperRootCssClass, StyledSystemRootCssClass, getRootCSSClasses } from './chunk-
|
|
1
|
+
export { HopperRootCssClass, StyledSystemRootCssClass, getRootCSSClasses } from './chunk-ACHEBSXM.js';
|
|
2
2
|
import './chunk-AQ5VUG5P.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { TokenProvider } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { TokenProvider } from '../chunk-3R4VKTT5.js';
|
|
2
|
+
import '../chunk-PNIKKWPD.js';
|
|
3
3
|
import '../chunk-P6FMQKUS.js';
|
|
4
|
-
import '../chunk-
|
|
4
|
+
import '../chunk-ZDLOUW4F.js';
|
|
5
5
|
import '../chunk-RIORU7JO.js';
|
|
6
6
|
import '../chunk-YPIK2HRL.js';
|
|
7
|
-
import '../chunk-
|
|
7
|
+
import '../chunk-ACHEBSXM.js';
|
|
8
8
|
import '../chunk-U5R6ZXH3.js';
|
|
9
9
|
import '../chunk-AQ5VUG5P.js';
|
|
@@ -198,6 +198,16 @@ declare const CoreTokens: {
|
|
|
198
198
|
"--hop-space-1280": string;
|
|
199
199
|
};
|
|
200
200
|
declare const SemanticTokens: {
|
|
201
|
+
"--hop-space-stack-xs": string;
|
|
202
|
+
"--hop-space-stack-sm": string;
|
|
203
|
+
"--hop-space-stack-md": string;
|
|
204
|
+
"--hop-space-stack-lg": string;
|
|
205
|
+
"--hop-space-stack-xl": string;
|
|
206
|
+
"--hop-space-inline-xs": string;
|
|
207
|
+
"--hop-space-inline-sm": string;
|
|
208
|
+
"--hop-space-inline-md": string;
|
|
209
|
+
"--hop-space-inline-lg": string;
|
|
210
|
+
"--hop-space-inline-xl": string;
|
|
201
211
|
"--hop-space-inset-xs": string;
|
|
202
212
|
"--hop-space-inset-sm": string;
|
|
203
213
|
"--hop-space-inset-md": string;
|
|
@@ -209,16 +219,6 @@ declare const SemanticTokens: {
|
|
|
209
219
|
"--hop-space-inset-stretch-sm": string;
|
|
210
220
|
"--hop-space-inset-stretch-md": string;
|
|
211
221
|
"--hop-space-inset-stretch-lg": string;
|
|
212
|
-
"--hop-space-stack-xs": string;
|
|
213
|
-
"--hop-space-stack-sm": string;
|
|
214
|
-
"--hop-space-stack-md": string;
|
|
215
|
-
"--hop-space-stack-lg": string;
|
|
216
|
-
"--hop-space-stack-xl": string;
|
|
217
|
-
"--hop-space-inline-xs": string;
|
|
218
|
-
"--hop-space-inline-sm": string;
|
|
219
|
-
"--hop-space-inline-md": string;
|
|
220
|
-
"--hop-space-inline-lg": string;
|
|
221
|
-
"--hop-space-inline-xl": string;
|
|
222
222
|
"--hop-danger-border-active": string;
|
|
223
223
|
"--hop-danger-icon-active": string;
|
|
224
224
|
"--hop-danger-icon-weak-active": string;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { CoreTokens, SemanticTokens } from '../../chunk-
|
|
1
|
+
export { CoreTokens, SemanticTokens } from '../../chunk-ZDLOUW4F.js';
|
|
2
2
|
import '../../chunk-AQ5VUG5P.js';
|