@hopper-ui/styled-system 3.1.7 → 3.1.8
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 +34 -34
- package/dist/StyledSystemProvider.js +10 -10
- package/dist/{chunk-ETLUMUKM.js → chunk-36CMNQCR.js} +1 -1
- package/dist/{chunk-SSOKJANQ.js → chunk-5GFAOBD3.js} +2 -2
- package/dist/{chunk-OYMXN25G.js → chunk-CPFBX4I7.js} +4 -4
- package/dist/{chunk-3S5NKTSW.js → chunk-FL7RZ2FI.js} +1 -1
- package/dist/{chunk-2MD232MR.js → chunk-JCDXNN3N.js} +1 -1
- package/dist/{chunk-BMWCINBT.js → chunk-MJGZAFTL.js} +2 -2
- package/dist/{chunk-XBK5RW6T.js → chunk-QTC3OPPR.js} +1 -1
- package/dist/{chunk-ZHO2NVMU.js → chunk-RCDHX7IY.js} +90 -1
- package/dist/{chunk-5LDV47AF.js → chunk-V7AWRYZY.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 +6 -6
- package/dist/html-wrappers/htmlElement.css +34 -34
- package/dist/html-wrappers/htmlElement.js +5 -5
- package/dist/index.css +34 -34
- package/dist/index.js +10 -10
- package/dist/styledSystemRootCssClass.js +2 -2
- package/dist/theme/generated/sharegate/dark.css +96 -7
- package/dist/theme/generated/sharegate/light.css +96 -7
- package/dist/theme/generated/workleap/dark.css +90 -1
- package/dist/theme/generated/workleap/light.css +90 -1
- package/dist/tokens/generated/styledSystemConstants.d.ts +1 -1
- package/dist/tokens/generated/styledSystemConstants.js +1 -1
- package/dist/tokens/generated/styledSystemToTokenMappings.d.ts +89 -0
- package/dist/tokens/generated/styledSystemToTokenMappings.js +1 -1
- package/dist/tokens/tokenMappings.d.ts +286 -1
- package/dist/tokens/tokenMappings.js +3 -3
- package/dist/useStyledSystem.css +31 -31
- package/dist/useStyledSystem.js +4 -4
- package/package.json +2 -2
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export { A, Address, Article, Aside, Div, HtmlButton, HtmlFooter, HtmlForm, HtmlH1, HtmlH2, HtmlH3, HtmlH4, HtmlH5, HtmlH6, HtmlHeader, HtmlInput, HtmlLabel, HtmlParagraph, HtmlSection, HtmlTextArea, Img, LI, Main, Nav, OL, Span, TBody, TD, TFoot, TH, THead, TR, Table, UL } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
4
|
-
import '../chunk-
|
|
5
|
-
import '../chunk-
|
|
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-36CMNQCR.js';
|
|
2
|
+
import '../chunk-5GFAOBD3.js';
|
|
3
|
+
import '../chunk-V7AWRYZY.js';
|
|
4
|
+
import '../chunk-MJGZAFTL.js';
|
|
5
|
+
import '../chunk-RCDHX7IY.js';
|
|
6
6
|
import '../chunk-FTYK7Z7Q.js';
|
|
7
7
|
import '../chunk-U5R6ZXH3.js';
|
|
8
8
|
import '../chunk-VBKLISDI.js';
|
|
9
9
|
import '../chunk-XUHDFZZL.js';
|
|
10
10
|
import '../chunk-QMDDVBCZ.js';
|
|
11
|
-
import '../chunk-
|
|
11
|
+
import '../chunk-QTC3OPPR.js';
|
|
12
12
|
import '../chunk-AQ5VUG5P.js';
|
|
@@ -1,132 +1,132 @@
|
|
|
1
1
|
/* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/styled-system/src/UseStyledSystem.module.css/#css-module-data */
|
|
2
|
-
.UseStyledSystem-module__hop-b-
|
|
2
|
+
.UseStyledSystem-module__hop-b-hover___LMT3C: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___84w6m: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___sjqJC: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___XVBZk: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___WVQ8u: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___fRyhl: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___UPO9Y: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___TPcyI: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___lQl8M: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___Gnx3q: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___S-vIU: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___bTItB: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___7vbxV: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___PrH41: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___KWLgd: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___MJCjC: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___um5N7: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___x5Tx2: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___powD-: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___uc8kL: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___QbfLY: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___bVM5p: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___CsDEw: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___eBei8: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___bbN1Y: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___qKELu: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___JwgkJ: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___fT1mC: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___TffvU: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___KvkIY: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___DsSgy: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___SOaMk),
|
|
129
|
+
:where(.htmlElement-module__hop-HtmlElement___SOaMk::after),
|
|
130
|
+
:where(.htmlElement-module__hop-HtmlElement___SOaMk::before) {
|
|
131
131
|
box-sizing: border-box;
|
|
132
132
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { GlobalHtmlElementCssSelector, GlobalHtmlElementSpecificCssSelector, htmlElement } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
4
|
-
import '../chunk-
|
|
1
|
+
export { GlobalHtmlElementCssSelector, GlobalHtmlElementSpecificCssSelector, htmlElement } from '../chunk-5GFAOBD3.js';
|
|
2
|
+
import '../chunk-V7AWRYZY.js';
|
|
3
|
+
import '../chunk-MJGZAFTL.js';
|
|
4
|
+
import '../chunk-RCDHX7IY.js';
|
|
5
5
|
import '../chunk-FTYK7Z7Q.js';
|
|
6
6
|
import '../chunk-U5R6ZXH3.js';
|
|
7
7
|
import '../chunk-VBKLISDI.js';
|
|
8
8
|
import '../chunk-XUHDFZZL.js';
|
|
9
9
|
import '../chunk-QMDDVBCZ.js';
|
|
10
|
-
import '../chunk-
|
|
10
|
+
import '../chunk-QTC3OPPR.js';
|
|
11
11
|
import '../chunk-AQ5VUG5P.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___LMT3C: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___84w6m: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___sjqJC: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___XVBZk: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___WVQ8u: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___fRyhl: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___UPO9Y: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___TPcyI: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___lQl8M: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___Gnx3q: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___S-vIU: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___bTItB: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___7vbxV: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___PrH41: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___KWLgd: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___MJCjC: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___um5N7: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___x5Tx2: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___powD-: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___uc8kL: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___QbfLY: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___bVM5p: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___CsDEw: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___eBei8: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___bbN1Y: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___qKELu: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___JwgkJ: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___fT1mC: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___TffvU: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___KvkIY: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___DsSgy: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___SOaMk),
|
|
129
|
+
:where(.htmlElement-module__hop-HtmlElement___SOaMk::after),
|
|
130
|
+
:where(.htmlElement-module__hop-HtmlElement___SOaMk::before) {
|
|
131
131
|
box-sizing: border-box;
|
|
132
132
|
}
|
package/dist/index.js
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
export { slot } from './chunk-7STOSQRA.js';
|
|
2
|
-
export { GlobalStyledSystemProviderCssSelector, _StyledSystemProvider as StyledSystemProvider } from './chunk-
|
|
3
|
-
export {
|
|
4
|
-
export { BodyStyleProvider } from './chunk-2MD232MR.js';
|
|
2
|
+
export { GlobalStyledSystemProviderCssSelector, _StyledSystemProvider as StyledSystemProvider } from './chunk-CPFBX4I7.js';
|
|
3
|
+
export { BodyStyleProvider } from './chunk-JCDXNN3N.js';
|
|
5
4
|
export { useInsertStyleElement } from './chunk-RIORU7JO.js';
|
|
6
5
|
export { useIsomorphicInsertionEffect } from './chunk-YPIK2HRL.js';
|
|
7
6
|
export { useIsomorphicLayoutEffect } from './chunk-3YM73BQP.js';
|
|
8
7
|
export { ThemeComputedStyle } from './chunk-BSIKCABJ.js';
|
|
9
|
-
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-
|
|
10
|
-
export { GlobalHtmlElementCssSelector, GlobalHtmlElementSpecificCssSelector, htmlElement } from './chunk-
|
|
8
|
+
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-36CMNQCR.js';
|
|
9
|
+
export { GlobalHtmlElementCssSelector, GlobalHtmlElementSpecificCssSelector, htmlElement } from './chunk-5GFAOBD3.js';
|
|
11
10
|
export { BreakpointProvider, DefaultUnsupportedMatchMediaBreakpoint } from './chunk-GXUFWEP5.js';
|
|
12
|
-
export {
|
|
13
|
-
export {
|
|
14
|
-
export {
|
|
15
|
-
|
|
11
|
+
export { ThemeContext, useThemeContext } from './chunk-TKWJ3X2I.js';
|
|
12
|
+
export { getRootCSSClasses } from './chunk-FL7RZ2FI.js';
|
|
13
|
+
export { isStyledSystemProp, useStyledSystem } from './chunk-V7AWRYZY.js';
|
|
14
|
+
export { BackgroundColorMapping, BorderMapping, BorderRadiusMapping, BoxShadowMapping, ColorExpressionTypes, ColorMapping, ComplexMarginMapping, ComplexPaddingMapping, DataVizColorMapping, DefaultBorderWidthAndStyle, DefaultOutlineWidthAndStyle, FontFamilyMapping, FontSizeMapping, FontWeightMapping, GradientColorMapping, IconColorMapping, LineHeightMapping, OutlineMapping, SimpleMarginMapping, SimplePaddingMapping, SizingMapping, SpaceMapping, TextColorMapping, getSizingValue, getSystemValue, parseResponsiveSystemValue } from './chunk-MJGZAFTL.js';
|
|
15
|
+
import './chunk-RCDHX7IY.js';
|
|
16
16
|
export { isResponsiveObject, parseResponsiveValue, useResponsiveValue } from './chunk-FTYK7Z7Q.js';
|
|
17
17
|
import './chunk-U5R6ZXH3.js';
|
|
18
18
|
export { BreakpointContext, useBreakpointContext } from './chunk-VBKLISDI.js';
|
|
19
19
|
export { Breakpoints } from './chunk-XUHDFZZL.js';
|
|
20
20
|
export { UnsafePrefix } from './chunk-QMDDVBCZ.js';
|
|
21
|
-
export { HopperRootCssClass, HopperVariablePrefix, StyledSystemRootCssClass } from './chunk-
|
|
21
|
+
export { HopperRootCssClass, HopperVariablePrefix, StyledSystemRootCssClass } from './chunk-QTC3OPPR.js';
|
|
22
22
|
export { useColorScheme } from './chunk-5U5IRAPA.js';
|
|
23
23
|
export { supportsMatchMedia, useMediaQuery } from './chunk-T6JS7L6B.js';
|
|
24
24
|
export { useColorSchemeValue } from './chunk-XG7R6QGE.js';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { getRootCSSClasses } from './chunk-
|
|
2
|
-
import './chunk-
|
|
1
|
+
export { getRootCSSClasses } from './chunk-FL7RZ2FI.js';
|
|
2
|
+
import './chunk-QTC3OPPR.js';
|
|
3
3
|
import './chunk-AQ5VUG5P.js';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file is generated by Style Dictionary. Do not edit directly.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
.hop-5-1-
|
|
5
|
+
.hop-5-1-8-sharegate-dark {
|
|
6
6
|
--hop-space-1280: 8rem;
|
|
7
7
|
--hop-space-960: 6rem;
|
|
8
8
|
--hop-space-800: 5rem;
|
|
@@ -66,6 +66,54 @@
|
|
|
66
66
|
--hop-shadow-md: 0 4px 10px 4px rgba(60, 60, 60, 0.08);
|
|
67
67
|
--hop-shadow-sm: 0 1px 6px 0 rgba(60, 60, 60, 0.10);
|
|
68
68
|
--hop-shadow-none: none;
|
|
69
|
+
--hop-cobalt-900: #001a4d;
|
|
70
|
+
--hop-cobalt-800: #002766;
|
|
71
|
+
--hop-cobalt-700: #003b99;
|
|
72
|
+
--hop-cobalt-600: #004fcc;
|
|
73
|
+
--hop-cobalt-500: #0165fc;
|
|
74
|
+
--hop-cobalt-400: #3a82ff;
|
|
75
|
+
--hop-cobalt-300: #6aa3ff;
|
|
76
|
+
--hop-cobalt-200: #99c2ff;
|
|
77
|
+
--hop-cobalt-100: #c2daff;
|
|
78
|
+
--hop-cobalt-75: #d6e7ff;
|
|
79
|
+
--hop-cobalt-50: #e6f0ff;
|
|
80
|
+
--hop-cobalt-25: #f2f7ff;
|
|
81
|
+
--hop-mint-900: #063527;
|
|
82
|
+
--hop-mint-800: #084a34;
|
|
83
|
+
--hop-mint-700: #0a6042;
|
|
84
|
+
--hop-mint-600: #0b6f4c;
|
|
85
|
+
--hop-mint-500: #0d8058;
|
|
86
|
+
--hop-mint-400: #10a96f;
|
|
87
|
+
--hop-mint-300: #12cb80;
|
|
88
|
+
--hop-mint-200: #0be57d;
|
|
89
|
+
--hop-mint-100: #66ecae;
|
|
90
|
+
--hop-mint-75: #97f2c8;
|
|
91
|
+
--hop-mint-50: #d7faea;
|
|
92
|
+
--hop-mint-25: #eafdf3;
|
|
93
|
+
--hop-amber-900: #3d3200;
|
|
94
|
+
--hop-amber-800: #574500;
|
|
95
|
+
--hop-amber-700: #705900;
|
|
96
|
+
--hop-amber-600: #8a6c00;
|
|
97
|
+
--hop-amber-500: #a68000;
|
|
98
|
+
--hop-amber-400: #cfa000;
|
|
99
|
+
--hop-amber-300: #ffb700;
|
|
100
|
+
--hop-amber-200: #ffc94a;
|
|
101
|
+
--hop-amber-100: #ffd873;
|
|
102
|
+
--hop-amber-75: #ffe39a;
|
|
103
|
+
--hop-amber-50: #fff1cc;
|
|
104
|
+
--hop-amber-25: #fff6e0;
|
|
105
|
+
--hop-rose-900: #2b1e23;
|
|
106
|
+
--hop-rose-800: #3d2630;
|
|
107
|
+
--hop-rose-700: #542f3e;
|
|
108
|
+
--hop-rose-600: #6a394c;
|
|
109
|
+
--hop-rose-500: #80435a;
|
|
110
|
+
--hop-rose-400: #995068;
|
|
111
|
+
--hop-rose-300: #fc5992;
|
|
112
|
+
--hop-rose-200: #f47c9e;
|
|
113
|
+
--hop-rose-100: #f7a3ba;
|
|
114
|
+
--hop-rose-75: #f9c1cf;
|
|
115
|
+
--hop-rose-50: #fbd6df;
|
|
116
|
+
--hop-rose-25: #fdecef;
|
|
69
117
|
--hop-samoyed: #ffffff;
|
|
70
118
|
--hop-rock-900: #232426;
|
|
71
119
|
--hop-rock-800: #313335;
|
|
@@ -513,6 +561,38 @@
|
|
|
513
561
|
--hop-status-caution-border-hover: var(--hop-koi-500);
|
|
514
562
|
--hop-status-caution-border-disabled: var(--hop-koi-600);
|
|
515
563
|
--hop-status-caution-border: var(--hop-koi-400);
|
|
564
|
+
--hop-secondary-icon-strong-hover: var(--hop-samoyed);
|
|
565
|
+
--hop-secondary-icon-strong: var(--hop-samoyed);
|
|
566
|
+
--hop-secondary-icon-disabled: var(--hop-persimmon-700);
|
|
567
|
+
--hop-secondary-icon-selected: var(--hop-persimmon-200);
|
|
568
|
+
--hop-secondary-icon-press: var(--hop-persimmon-75);
|
|
569
|
+
--hop-secondary-icon-hover: var(--hop-persimmon-200);
|
|
570
|
+
--hop-secondary-icon: var(--hop-persimmon-100);
|
|
571
|
+
--hop-secondary-border-focus: var(--hop-persimmon-300);
|
|
572
|
+
--hop-secondary-border-selected: var(--hop-persimmon-100);
|
|
573
|
+
--hop-secondary-border-press: var(--hop-persimmon-200);
|
|
574
|
+
--hop-secondary-border: var(--hop-persimmon-300);
|
|
575
|
+
--hop-secondary-surface-strong-selected: var(--hop-persimmon-800);
|
|
576
|
+
--hop-secondary-surface-strong-press: var(--hop-persimmon-75);
|
|
577
|
+
--hop-secondary-surface-strong-hover: var(--hop-persimmon-100);
|
|
578
|
+
--hop-secondary-surface-strong: var(--hop-persimmon-300);
|
|
579
|
+
--hop-secondary-surface-weak-selected: var(--hop-persimmon-600);
|
|
580
|
+
--hop-secondary-surface-weak-press: var(--hop-persimmon-700);
|
|
581
|
+
--hop-secondary-surface-weak-hover: var(--hop-persimmon-800);
|
|
582
|
+
--hop-secondary-surface-weak: var(--hop-persimmon-900);
|
|
583
|
+
--hop-secondary-surface-disabled: var(--hop-persimmon-700);
|
|
584
|
+
--hop-secondary-surface-focus: var(--hop-persimmon-900);
|
|
585
|
+
--hop-secondary-surface-selected: var(--hop-persimmon-800);
|
|
586
|
+
--hop-secondary-surface-press: var(--hop-persimmon-500);
|
|
587
|
+
--hop-secondary-surface-hover: var(--hop-persimmon-400);
|
|
588
|
+
--hop-secondary-surface: var(--hop-persimmon-200);
|
|
589
|
+
--hop-secondary-text-strong-hover: var(--hop-samoyed);
|
|
590
|
+
--hop-secondary-text-strong: var(--hop-samoyed);
|
|
591
|
+
--hop-secondary-text-disabled: var(--hop-persimmon-700);
|
|
592
|
+
--hop-secondary-text-selected: var(--hop-persimmon-200);
|
|
593
|
+
--hop-secondary-text-press: var(--hop-persimmon-75);
|
|
594
|
+
--hop-secondary-text-hover: var(--hop-persimmon-200);
|
|
595
|
+
--hop-secondary-text: var(--hop-persimmon-100);
|
|
516
596
|
--hop-information-text-weak: var(--hop-coastal-75);
|
|
517
597
|
--hop-information-text: var(--hop-coastal-900);
|
|
518
598
|
--hop-information-surface-weak: var(--hop-coastal-800);
|
|
@@ -648,7 +728,7 @@
|
|
|
648
728
|
--hop-upsell-icon-active: var(--hop-sunken-treasure-900);
|
|
649
729
|
--hop-upsell-border-active: var(--hop-sunken-treasure-400);
|
|
650
730
|
--hop-primary-text-disabled: var(--hop-iris-700);
|
|
651
|
-
--hop-primary-text-selected: var(--hop-
|
|
731
|
+
--hop-primary-text-selected: var(--hop-iris-200);
|
|
652
732
|
--hop-primary-text-strong-hover: var(--hop-samoyed);
|
|
653
733
|
--hop-primary-text-strong: var(--hop-samoyed);
|
|
654
734
|
--hop-primary-text-press: var(--hop-iris-75);
|
|
@@ -656,28 +736,28 @@
|
|
|
656
736
|
--hop-primary-text: var(--hop-iris-100);
|
|
657
737
|
--hop-primary-surface-weak-press: var(--hop-iris-600);
|
|
658
738
|
--hop-primary-surface-weak-hover: var(--hop-iris-700);
|
|
659
|
-
--hop-primary-surface-weak-selected: var(--hop-
|
|
739
|
+
--hop-primary-surface-weak-selected: var(--hop-iris-500);
|
|
660
740
|
--hop-primary-surface-weak: var(--hop-iris-800);
|
|
661
741
|
--hop-primary-surface-strong-press: var(--hop-iris-600);
|
|
662
742
|
--hop-primary-surface-strong-hover: var(--hop-iris-500);
|
|
663
|
-
--hop-primary-surface-strong-selected: var(--hop-
|
|
743
|
+
--hop-primary-surface-strong-selected: var(--hop-iris-800);
|
|
664
744
|
--hop-primary-surface-strong: var(--hop-iris-400);
|
|
665
745
|
--hop-primary-surface-press: var(--hop-iris-500);
|
|
666
746
|
--hop-primary-surface-hover: var(--hop-iris-400);
|
|
667
747
|
--hop-primary-surface-focus: var(--hop-iris-900);
|
|
668
748
|
--hop-primary-surface-disabled: var(--hop-iris-700);
|
|
669
|
-
--hop-primary-surface-selected: var(--hop-
|
|
749
|
+
--hop-primary-surface-selected: var(--hop-iris-300);
|
|
670
750
|
--hop-primary-surface: var(--hop-iris-200);
|
|
671
751
|
--hop-primary-icon-strong-hover: var(--hop-samoyed);
|
|
672
752
|
--hop-primary-icon-strong: var(--hop-samoyed);
|
|
673
753
|
--hop-primary-icon-press: var(--hop-iris-75);
|
|
674
754
|
--hop-primary-icon-hover: var(--hop-iris-300);
|
|
675
755
|
--hop-primary-icon-disabled: var(--hop-iris-700);
|
|
676
|
-
--hop-primary-icon-selected: var(--hop-
|
|
756
|
+
--hop-primary-icon-selected: var(--hop-iris-200);
|
|
677
757
|
--hop-primary-icon: var(--hop-iris-100);
|
|
678
758
|
--hop-primary-border-press: var(--hop-iris-400);
|
|
679
759
|
--hop-primary-border-focus: var(--hop-iris-200);
|
|
680
|
-
--hop-primary-border-selected: var(--hop-
|
|
760
|
+
--hop-primary-border-selected: var(--hop-iris-300);
|
|
681
761
|
--hop-primary-border: var(--hop-iris-300);
|
|
682
762
|
--hop-primary-text-active: var(--hop-sapphire-75);
|
|
683
763
|
--hop-primary-surface-weak-active: var(--hop-sapphire-600);
|
|
@@ -685,6 +765,9 @@
|
|
|
685
765
|
--hop-primary-surface-active: var(--hop-sapphire-500);
|
|
686
766
|
--hop-primary-icon-active: var(--hop-sapphire-75);
|
|
687
767
|
--hop-primary-border-active: var(--hop-sapphire-500);
|
|
768
|
+
--hop-neutral-text-always-dark: var(--hop-rock-900);
|
|
769
|
+
--hop-neutral-text-always-light: var(--hop-samoyed);
|
|
770
|
+
--hop-neutral-text-inverse: var(--hop-samoyed);
|
|
688
771
|
--hop-neutral-text-weakest: var(--hop-rock-300);
|
|
689
772
|
--hop-neutral-text-weak-selected: var(--hop-rock-75);
|
|
690
773
|
--hop-neutral-text-weak-press: var(--hop-rock-50);
|
|
@@ -696,6 +779,9 @@
|
|
|
696
779
|
--hop-neutral-text-disabled: var(--hop-rock-500);
|
|
697
780
|
--hop-neutral-text-selected: var(--hop-rock-900);
|
|
698
781
|
--hop-neutral-text: var(--hop-rock-25);
|
|
782
|
+
--hop-neutral-surface-always-dark: var(--hop-rock-900);
|
|
783
|
+
--hop-neutral-surface-always-light: var(--hop-samoyed);
|
|
784
|
+
--hop-neutral-surface-inverse: var(--hop-samoyed);
|
|
699
785
|
--hop-neutral-surface-weakest-hover: var(--hop-rock-800);
|
|
700
786
|
--hop-neutral-surface-weakest-selected: var(--hop-rock-800);
|
|
701
787
|
--hop-neutral-surface-weak-press: var(--hop-rock-600);
|
|
@@ -709,6 +795,9 @@
|
|
|
709
795
|
--hop-neutral-surface-disabled: var(--hop-rock-700);
|
|
710
796
|
--hop-neutral-surface-selected: var(--hop-toad-25);
|
|
711
797
|
--hop-neutral-surface: var(--hop-abyss);
|
|
798
|
+
--hop-neutral-icon-always-dark: var(--hop-rock-900);
|
|
799
|
+
--hop-neutral-icon-always-light: var(--hop-samoyed);
|
|
800
|
+
--hop-neutral-icon-inverse: var(--hop-samoyed);
|
|
712
801
|
--hop-neutral-icon-weakest: var(--hop-rock-400);
|
|
713
802
|
--hop-neutral-icon-weak-selected: var(--hop-rock-75);
|
|
714
803
|
--hop-neutral-icon-weak-press: var(--hop-rock-50);
|