@hopper-ui/styled-system 2.1.0 → 2.1.2
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 +12 -0
- package/dist/StyledSystemProvider.css +34 -34
- package/dist/StyledSystemProvider.d.ts +3 -3
- package/dist/StyledSystemProvider.js +10 -10
- package/dist/{chunk-UODPT2PL.js → chunk-5WZHHY2C.js} +1 -1
- package/dist/{chunk-HXND7BR4.js → chunk-DED5SJ46.js} +2 -2
- package/dist/{chunk-JRI6ZQUS.js → chunk-DM7B63YU.js} +4 -4
- package/dist/{chunk-A4E2GPAI.js → chunk-EZAJQ25J.js} +1 -1
- package/dist/{chunk-RC6LJDQS.js → chunk-HWVLEL6W.js} +2 -2
- package/dist/{chunk-2JUIKEQV.js → chunk-IBDPCC4M.js} +2 -2
- package/dist/{chunk-WRGYA76U.js → chunk-MGAYQZU2.js} +1 -1
- package/dist/{chunk-65XYWFBG.js → chunk-NZPD5FE3.js} +2 -2
- package/dist/{chunk-ZO44DZFN.js → chunk-PBX3FHVA.js} +1 -1
- package/dist/{chunk-4TWVPT3Q.js → chunk-XWUBIX6J.js} +2 -2
- package/dist/global-styles/BodyStyleProvider.js +2 -2
- package/dist/html-wrappers/html.css +34 -34
- package/dist/html-wrappers/html.js +4 -4
- package/dist/html-wrappers/htmlElement.css +34 -34
- package/dist/html-wrappers/htmlElement.js +3 -3
- package/dist/index.css +34 -34
- package/dist/index.d.ts +1 -0
- package/dist/index.js +11 -11
- package/dist/styledSystemRootCssClass.js +1 -1
- package/dist/tokens/TokenProvider.js +4 -4
- package/dist/tokens/generated/lightSemanticTokens.js +1 -1
- package/dist/tokens/tokenMappings.d.ts +1 -92
- package/dist/tokens/tokenMappings.js +1 -1
- package/dist/tokens/tokens.js +2 -2
- package/dist/useStyledSystem.css +31 -31
- package/dist/useStyledSystem.js +2 -2
- package/package.json +2 -2
|
@@ -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___ia4J8: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___MhkN0: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___cNSwq: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___Ntv8G: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___-ixZ-: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___k4VsA: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___KM6J9: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___d4mLq: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___U0ZmH: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___K37-N: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___rPVH5: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___kiTv4: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___Zgkry: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___LRoe3: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___KdC3N: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___UcunV: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___zLqnL: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___lMa36: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___Eqzmi: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___PujWR: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___kiIcA: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___RuQyH: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___KGbAX: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___-ufLN: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___U5Agw: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___XIdyf: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___PCx4p: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___WtqiB: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___lsz5E: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___l-V-B: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___USZMh: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-
|
|
129
|
-
:where(.htmlElement-module__hop-
|
|
130
|
-
:where(.htmlElement-module__hop-
|
|
128
|
+
:where(.htmlElement-module__hop-HtmlElement___sT3CM),
|
|
129
|
+
:where(.htmlElement-module__hop-HtmlElement___sT3CM::after),
|
|
130
|
+
:where(.htmlElement-module__hop-HtmlElement___sT3CM::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-NZPD5FE3.js';
|
|
2
|
+
import '../chunk-XWUBIX6J.js';
|
|
3
|
+
import '../chunk-DED5SJ46.js';
|
|
4
4
|
import '../chunk-GWDNZB6T.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___ia4J8: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___MhkN0: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___cNSwq: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___Ntv8G: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___-ixZ-: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___k4VsA: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___KM6J9: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___d4mLq: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___U0ZmH: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___K37-N: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___rPVH5: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___kiTv4: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___Zgkry: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___LRoe3: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___KdC3N: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___UcunV: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___zLqnL: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___lMa36: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___Eqzmi: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___PujWR: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___kiIcA: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___RuQyH: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___KGbAX: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___-ufLN: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___U5Agw: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___XIdyf: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___PCx4p: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___WtqiB: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___lsz5E: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___l-V-B: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___USZMh: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-
|
|
129
|
-
:where(.htmlElement-module__hop-
|
|
130
|
-
:where(.htmlElement-module__hop-
|
|
128
|
+
:where(.htmlElement-module__hop-HtmlElement___sT3CM),
|
|
129
|
+
:where(.htmlElement-module__hop-HtmlElement___sT3CM::after),
|
|
130
|
+
:where(.htmlElement-module__hop-HtmlElement___sT3CM::before) {
|
|
131
131
|
box-sizing: border-box;
|
|
132
132
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -14,6 +14,7 @@ export { HopperCssVar, HopperTokenKey, Tokens } from './tokens/tokens.js';
|
|
|
14
14
|
export { useInsertStyleElement } from './utils/useInsertStyleElement.js';
|
|
15
15
|
export { useIsomorphicInsertionEffect } from './utils/useIsomorphicInsertionEffect.js';
|
|
16
16
|
export { useIsomorphicLayoutEffect } from './utils/useIsomorphicLayoutEffect.js';
|
|
17
|
+
export { supportsMatchMedia, useMediaQuery } from './utils/useMediaQuery.js';
|
|
17
18
|
export { ThemeComputedStyle } from './utils/useThemeComputedStyle.js';
|
|
18
19
|
export { slot } from './utils/slot.js';
|
|
19
20
|
export { GlobalStyledSystemProviderCssSelector, StyledSystemProvider, StyledSystemProviderProps } from './StyledSystemProvider.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 {
|
|
2
|
+
export { GlobalStyledSystemProviderCssSelector, _StyledSystemProvider as StyledSystemProvider } from './chunk-DM7B63YU.js';
|
|
3
|
+
export { A, Address, Article, Aside, Div, HtmlButton, HtmlFooter, HtmlForm, HtmlH1, HtmlH2, HtmlH3, HtmlH4, HtmlH5, HtmlH6, HtmlHeader, HtmlInput, HtmlLabel, HtmlParagraph, HtmlSection, HtmlTextArea, Img, LI, Main, Nav, OL, Span, TBody, TD, TFoot, TH, THead, TR, Table, UL } from './chunk-5WZHHY2C.js';
|
|
4
|
+
export { GlobalHtmlElementCssSelector, GlobalHtmlElementSpecificCssSelector, htmlElement } from './chunk-NZPD5FE3.js';
|
|
5
|
+
export { BodyStyleProvider } from './chunk-PBX3FHVA.js';
|
|
4
6
|
export { ThemeComputedStyle } from './chunk-BSIKCABJ.js';
|
|
5
7
|
export { useIsomorphicLayoutEffect } from './chunk-3YM73BQP.js';
|
|
6
|
-
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-UODPT2PL.js';
|
|
7
|
-
export { GlobalHtmlElementCssSelector, GlobalHtmlElementSpecificCssSelector, htmlElement } from './chunk-65XYWFBG.js';
|
|
8
8
|
export { BreakpointProvider, DefaultUnsupportedMatchMediaBreakpoint } from './chunk-GXUFWEP5.js';
|
|
9
|
-
export { TokenProvider } from './chunk-
|
|
10
|
-
export { Tokens } from './chunk-
|
|
9
|
+
export { TokenProvider } from './chunk-IBDPCC4M.js';
|
|
10
|
+
export { Tokens } from './chunk-EZAJQ25J.js';
|
|
11
11
|
import './chunk-JJHZT2WG.js';
|
|
12
|
-
import './chunk-
|
|
12
|
+
import './chunk-HWVLEL6W.js';
|
|
13
13
|
export { useInsertStyleElement } from './chunk-RIORU7JO.js';
|
|
14
14
|
export { useIsomorphicInsertionEffect } from './chunk-YPIK2HRL.js';
|
|
15
|
-
export { HopperRootCssClass, StyledSystemRootCssClass } 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 } from './chunk-MGAYQZU2.js';
|
|
16
|
+
export { isStyledSystemProp, useStyledSystem } from './chunk-XWUBIX6J.js';
|
|
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-DED5SJ46.js';
|
|
18
18
|
import './chunk-GWDNZB6T.js';
|
|
19
19
|
export { isResponsiveObject, parseResponsiveValue, useResponsiveValue } from './chunk-SFOVKOPG.js';
|
|
20
20
|
export { BreakpointContext, useBreakpointContext } from './chunk-VBKLISDI.js';
|
|
@@ -22,7 +22,7 @@ export { Breakpoints } from './chunk-XUHDFZZL.js';
|
|
|
22
22
|
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
26
|
export { useColorSchemeValue } from './chunk-X5OXC6DN.js';
|
|
27
27
|
export { ColorSchemeContext, useColorSchemeContext } from './chunk-V7X6ANEM.js';
|
|
28
28
|
import './chunk-AQ5VUG5P.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { HopperRootCssClass, StyledSystemRootCssClass } from './chunk-
|
|
1
|
+
export { HopperRootCssClass, StyledSystemRootCssClass } from './chunk-MGAYQZU2.js';
|
|
2
2
|
import './chunk-AQ5VUG5P.js';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { TokenProvider } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
1
|
+
export { TokenProvider } from '../chunk-IBDPCC4M.js';
|
|
2
|
+
import '../chunk-EZAJQ25J.js';
|
|
3
3
|
import '../chunk-JJHZT2WG.js';
|
|
4
|
-
import '../chunk-
|
|
4
|
+
import '../chunk-HWVLEL6W.js';
|
|
5
5
|
import '../chunk-RIORU7JO.js';
|
|
6
6
|
import '../chunk-YPIK2HRL.js';
|
|
7
|
-
import '../chunk-
|
|
7
|
+
import '../chunk-MGAYQZU2.js';
|
|
8
8
|
import '../chunk-U5R6ZXH3.js';
|
|
9
9
|
import '../chunk-AQ5VUG5P.js';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { CoreTokens, SemanticTokens } from '../../chunk-
|
|
1
|
+
export { CoreTokens, SemanticTokens } from '../../chunk-HWVLEL6W.js';
|
|
2
2
|
import '../../chunk-AQ5VUG5P.js';
|
|
@@ -998,19 +998,11 @@ declare const BorderMapping: {
|
|
|
998
998
|
"core_rock-900": string;
|
|
999
999
|
core_samoyed: string;
|
|
1000
1000
|
"danger-active": string;
|
|
1001
|
-
"danger-weak-active": string;
|
|
1002
1001
|
danger: string;
|
|
1003
1002
|
"danger-selected": string;
|
|
1004
|
-
"danger-disabled": string;
|
|
1005
|
-
"danger-hover": string;
|
|
1006
1003
|
"danger-press": string;
|
|
1007
1004
|
"danger-strong": string;
|
|
1008
|
-
"danger-strong-hover": string;
|
|
1009
|
-
"danger-weak": string;
|
|
1010
|
-
"danger-weak-hover": string;
|
|
1011
|
-
"danger-weak-press": string;
|
|
1012
1005
|
"neutral-active": string;
|
|
1013
|
-
"neutral-weak-active": string;
|
|
1014
1006
|
neutral: string;
|
|
1015
1007
|
"neutral-selected": string;
|
|
1016
1008
|
"neutral-disabled": string;
|
|
@@ -1018,173 +1010,90 @@ declare const BorderMapping: {
|
|
|
1018
1010
|
"neutral-press": string;
|
|
1019
1011
|
"neutral-strong": string;
|
|
1020
1012
|
"neutral-weak": string;
|
|
1021
|
-
"neutral-weak-selected": string;
|
|
1022
|
-
"neutral-weak-hover": string;
|
|
1023
|
-
"neutral-weak-press": string;
|
|
1024
1013
|
"neutral-weakest": string;
|
|
1025
|
-
"neutral-weakest-selected": string;
|
|
1026
|
-
"neutral-weakest-hover": string;
|
|
1027
1014
|
"primary-active": string;
|
|
1028
|
-
"primary-strong-active": string;
|
|
1029
|
-
"primary-weak-active": string;
|
|
1030
1015
|
primary: string;
|
|
1031
1016
|
"primary-selected": string;
|
|
1032
|
-
"primary-disabled": string;
|
|
1033
1017
|
"primary-focus": string;
|
|
1034
|
-
"primary-hover": string;
|
|
1035
1018
|
"primary-press": string;
|
|
1036
|
-
"primary-strong": string;
|
|
1037
|
-
"primary-strong-selected": string;
|
|
1038
|
-
"primary-strong-hover": string;
|
|
1039
|
-
"primary-strong-press": string;
|
|
1040
|
-
"primary-weak": string;
|
|
1041
|
-
"primary-weak-hover": string;
|
|
1042
|
-
"primary-weak-press": string;
|
|
1043
1019
|
"upsell-active": string;
|
|
1044
|
-
"upsell-weak-active": string;
|
|
1045
1020
|
upsell: string;
|
|
1046
1021
|
"upsell-selected": string;
|
|
1047
1022
|
"upsell-disabled": string;
|
|
1048
|
-
"upsell-hover": string;
|
|
1049
1023
|
"upsell-press": string;
|
|
1050
|
-
"upsell-weak": string;
|
|
1051
|
-
"upsell-weak-hover": string;
|
|
1052
|
-
"upsell-weak-press": string;
|
|
1053
1024
|
"decorative-option9": string;
|
|
1054
|
-
"decorative-option9-hover": string;
|
|
1055
|
-
"decorative-option9-strong": string;
|
|
1056
|
-
"decorative-option9-weak": string;
|
|
1057
|
-
"decorative-option9-weak-hover": string;
|
|
1058
|
-
"decorative-option9-weakest": string;
|
|
1059
1025
|
"decorative-option8": string;
|
|
1060
|
-
"decorative-option8-hover": string;
|
|
1061
|
-
"decorative-option8-strong": string;
|
|
1062
|
-
"decorative-option8-weak": string;
|
|
1063
|
-
"decorative-option8-weak-hover": string;
|
|
1064
|
-
"decorative-option8-weakest": string;
|
|
1065
1026
|
"decorative-option7": string;
|
|
1066
|
-
"decorative-option7-hover": string;
|
|
1067
|
-
"decorative-option7-strong": string;
|
|
1068
|
-
"decorative-option7-weak": string;
|
|
1069
|
-
"decorative-option7-weak-hover": string;
|
|
1070
|
-
"decorative-option7-weakest": string;
|
|
1071
1027
|
"decorative-option5": string;
|
|
1072
|
-
"decorative-option5-hover": string;
|
|
1073
|
-
"decorative-option5-strong": string;
|
|
1074
|
-
"decorative-option5-weak": string;
|
|
1075
|
-
"decorative-option5-weak-hover": string;
|
|
1076
|
-
"decorative-option5-weakest": string;
|
|
1077
1028
|
"decorative-option6": string;
|
|
1078
|
-
"decorative-option6-hover": string;
|
|
1079
|
-
"decorative-option6-strong": string;
|
|
1080
|
-
"decorative-option6-weak": string;
|
|
1081
|
-
"decorative-option6-weak-hover": string;
|
|
1082
|
-
"decorative-option6-weakest": string;
|
|
1083
1029
|
"decorative-option4": string;
|
|
1084
|
-
"decorative-option4-hover": string;
|
|
1085
|
-
"decorative-option4-strong": string;
|
|
1086
|
-
"decorative-option4-weak": string;
|
|
1087
|
-
"decorative-option4-weak-hover": string;
|
|
1088
|
-
"decorative-option4-weakest": string;
|
|
1089
1030
|
"decorative-option3": string;
|
|
1090
|
-
"decorative-option3-hover": string;
|
|
1091
|
-
"decorative-option3-strong": string;
|
|
1092
|
-
"decorative-option3-weak": string;
|
|
1093
|
-
"decorative-option3-weak-hover": string;
|
|
1094
|
-
"decorative-option3-weakest": string;
|
|
1095
1031
|
"decorative-option2": string;
|
|
1096
|
-
"decorative-option2-hover": string;
|
|
1097
|
-
"decorative-option2-strong": string;
|
|
1098
|
-
"decorative-option2-weak": string;
|
|
1099
|
-
"decorative-option2-weak-hover": string;
|
|
1100
|
-
"decorative-option2-weakest": string;
|
|
1101
1032
|
"decorative-option1": string;
|
|
1102
|
-
"decorative-option1-hover": string;
|
|
1103
|
-
"decorative-option1-strong": string;
|
|
1104
|
-
"decorative-option1-weak": string;
|
|
1105
|
-
"decorative-option1-weak-hover": string;
|
|
1106
|
-
"decorative-option1-weakest": string;
|
|
1107
1033
|
information: string;
|
|
1108
|
-
"information-strong": string;
|
|
1109
|
-
"information-weak": string;
|
|
1110
1034
|
"status-caution": string;
|
|
1111
1035
|
"status-caution-disabled": string;
|
|
1112
1036
|
"status-caution-hover": string;
|
|
1113
1037
|
"status-caution-press": string;
|
|
1114
1038
|
"status-caution-selected": string;
|
|
1115
|
-
"status-caution-strong": string;
|
|
1116
1039
|
"status-inactive": string;
|
|
1117
1040
|
"status-inactive-disabled": string;
|
|
1118
1041
|
"status-inactive-hover": string;
|
|
1119
1042
|
"status-inactive-press": string;
|
|
1120
1043
|
"status-inactive-selected": string;
|
|
1121
|
-
"status-inactive-strong": string;
|
|
1122
1044
|
"status-negative": string;
|
|
1123
1045
|
"status-negative-disabled": string;
|
|
1124
1046
|
"status-negative-hover": string;
|
|
1125
1047
|
"status-negative-press": string;
|
|
1126
1048
|
"status-negative-selected": string;
|
|
1127
|
-
"status-negative-strong": string;
|
|
1128
1049
|
"status-neutral": string;
|
|
1129
1050
|
"status-neutral-disabled": string;
|
|
1130
1051
|
"status-neutral-hover": string;
|
|
1131
1052
|
"status-neutral-press": string;
|
|
1132
1053
|
"status-neutral-selected": string;
|
|
1133
|
-
"status-neutral-strong": string;
|
|
1134
1054
|
"status-option1": string;
|
|
1135
1055
|
"status-option1-disabled": string;
|
|
1136
1056
|
"status-option1-hover": string;
|
|
1137
1057
|
"status-option1-press": string;
|
|
1138
1058
|
"status-option1-selected": string;
|
|
1139
|
-
"status-option1-strong": string;
|
|
1140
1059
|
"status-option2": string;
|
|
1141
1060
|
"status-option2-disabled": string;
|
|
1142
1061
|
"status-option2-hover": string;
|
|
1143
1062
|
"status-option2-press": string;
|
|
1144
1063
|
"status-option2-selected": string;
|
|
1145
|
-
"status-option2-strong": string;
|
|
1146
1064
|
"status-option3": string;
|
|
1147
1065
|
"status-option3-disabled": string;
|
|
1148
1066
|
"status-option3-hover": string;
|
|
1149
1067
|
"status-option3-press": string;
|
|
1150
1068
|
"status-option3-selected": string;
|
|
1151
|
-
"status-option3-strong": string;
|
|
1152
1069
|
"status-option4": string;
|
|
1153
1070
|
"status-option4-disabled": string;
|
|
1154
1071
|
"status-option4-hover": string;
|
|
1155
1072
|
"status-option4-press": string;
|
|
1156
1073
|
"status-option4-selected": string;
|
|
1157
|
-
"status-option4-strong": string;
|
|
1158
1074
|
"status-option5": string;
|
|
1159
1075
|
"status-option5-disabled": string;
|
|
1160
1076
|
"status-option5-hover": string;
|
|
1161
1077
|
"status-option5-press": string;
|
|
1162
1078
|
"status-option5-selected": string;
|
|
1163
|
-
"status-option5-strong": string;
|
|
1164
1079
|
"status-option6": string;
|
|
1165
1080
|
"status-option6-disabled": string;
|
|
1166
1081
|
"status-option6-hover": string;
|
|
1167
1082
|
"status-option6-press": string;
|
|
1168
1083
|
"status-option6-selected": string;
|
|
1169
|
-
"status-option6-strong": string;
|
|
1170
1084
|
"status-positive": string;
|
|
1171
1085
|
"status-positive-disabled": string;
|
|
1172
1086
|
"status-positive-hover": string;
|
|
1173
1087
|
"status-positive-press": string;
|
|
1174
1088
|
"status-positive-selected": string;
|
|
1175
|
-
"status-positive-strong": string;
|
|
1176
1089
|
"status-progress": string;
|
|
1177
1090
|
"status-progress-disabled": string;
|
|
1178
1091
|
"status-progress-hover": string;
|
|
1179
1092
|
"status-progress-press": string;
|
|
1180
1093
|
"status-progress-selected": string;
|
|
1181
|
-
"status-progress-strong": string;
|
|
1182
1094
|
success: string;
|
|
1183
|
-
"success-strong": string;
|
|
1184
|
-
"success-weak": string;
|
|
1185
1095
|
warning: string;
|
|
1186
|
-
"
|
|
1187
|
-
"warning-weak": string;
|
|
1096
|
+
"neutral-strong-hover": string;
|
|
1188
1097
|
};
|
|
1189
1098
|
declare const TextColorMapping: {
|
|
1190
1099
|
"dataviz_monochromatic-primary-25": string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
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-
|
|
1
|
+
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-DED5SJ46.js';
|
|
2
2
|
import '../chunk-GWDNZB6T.js';
|
|
3
3
|
import '../chunk-SFOVKOPG.js';
|
|
4
4
|
import '../chunk-VBKLISDI.js';
|
package/dist/tokens/tokens.js
CHANGED