@hopper-ui/styled-system 3.1.3 → 3.1.5
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 +22 -0
- package/dist/StyledSystemProvider.css +34 -34
- package/dist/StyledSystemProvider.js +10 -10
- package/dist/{chunk-27SCT55Q.js → chunk-G2QS6F7Q.js} +4 -4
- package/dist/{chunk-SUNZMIKY.js → chunk-GGYIPOQF.js} +1 -1
- package/dist/{chunk-V4SZIQDT.js → chunk-I7K5HESC.js} +1 -1
- package/dist/{chunk-LMCQIGNN.js → chunk-J7KRNWQE.js} +3 -1
- package/dist/{chunk-4YFSACW6.js → chunk-K73UXYAA.js} +2 -2
- package/dist/{chunk-OCABBGWW.js → chunk-KGW2NJ7M.js} +2 -2
- package/dist/{chunk-6GS36OEX.js → chunk-OYD4MUW4.js} +1 -1
- package/dist/{chunk-FCWLC3QK.js → chunk-PY76LCOE.js} +1 -1
- package/dist/{chunk-ETK4HNMY.js → chunk-UC6WKY7Q.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 +4 -2
- package/dist/theme/generated/sharegate/light.css +85 -7
- package/dist/theme/generated/workleap/dark.css +4 -2
- package/dist/theme/generated/workleap/light.css +80 -2
- package/dist/tokens/generated/styledSystemConstants.d.ts +1 -1
- package/dist/tokens/generated/styledSystemConstants.js +1 -1
- package/dist/tokens/generated/styledSystemToTokenMappings.d.ts +3 -1
- package/dist/tokens/generated/styledSystemToTokenMappings.js +1 -1
- package/dist/tokens/tokenMappings.d.ts +1 -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,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___JbPD9: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___ZNZIs: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___Cxgiy: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___KSMwR: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___GkQgc: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___qwSk2: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___GDdZH: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___oZPQM: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___pHZT9: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___luqF5: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___GIaBd: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___aaiZB: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___pR4b6: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___NU1TR: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___JJr00: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___ZWN81: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___-AjM1: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___u3W0-: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___KMVTR: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___CXTRf: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___xIuFh: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___GTTlF: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___W7fXj: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___D442p: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___rUkdT: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___y-NrN: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___ihuXm: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___dx-7-: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___VW2dA: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___S0v69: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___bhpWn: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___zeXkQ),
|
|
129
|
+
:where(.htmlElement-module__hop-HtmlElement___zeXkQ::after),
|
|
130
|
+
:where(.htmlElement-module__hop-HtmlElement___zeXkQ::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-KGW2NJ7M.js';
|
|
2
|
+
import '../chunk-UC6WKY7Q.js';
|
|
3
|
+
import '../chunk-K73UXYAA.js';
|
|
4
|
+
import '../chunk-J7KRNWQE.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-OYD4MUW4.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___JbPD9: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___ZNZIs: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___Cxgiy: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___KSMwR: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___GkQgc: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___qwSk2: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___GDdZH: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___oZPQM: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___pHZT9: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___luqF5: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___GIaBd: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___aaiZB: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___pR4b6: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___NU1TR: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___JJr00: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___ZWN81: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___-AjM1: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___u3W0-: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___KMVTR: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___CXTRf: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___xIuFh: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___GTTlF: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___W7fXj: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___D442p: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___rUkdT: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___y-NrN: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___ihuXm: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___dx-7-: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___VW2dA: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___S0v69: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___bhpWn: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___zeXkQ),
|
|
129
|
+
:where(.htmlElement-module__hop-HtmlElement___zeXkQ::after),
|
|
130
|
+
:where(.htmlElement-module__hop-HtmlElement___zeXkQ::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-V4SZIQDT.js';
|
|
2
|
+
export { GlobalStyledSystemProviderCssSelector, _StyledSystemProvider as StyledSystemProvider } from './chunk-G2QS6F7Q.js';
|
|
3
|
+
export { BodyStyleProvider } from './chunk-I7K5HESC.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-GGYIPOQF.js';
|
|
9
|
+
export { GlobalHtmlElementCssSelector, GlobalHtmlElementSpecificCssSelector, htmlElement } from './chunk-KGW2NJ7M.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-PY76LCOE.js';
|
|
13
|
+
export { isStyledSystemProp, useStyledSystem } from './chunk-UC6WKY7Q.js';
|
|
14
|
+
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-K73UXYAA.js';
|
|
15
|
+
import './chunk-J7KRNWQE.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-OYD4MUW4.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-PY76LCOE.js';
|
|
2
|
+
import './chunk-OYD4MUW4.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-5-sharegate-dark {
|
|
6
6
|
--hop-space-1280: 8rem;
|
|
7
7
|
--hop-space-960: 6rem;
|
|
8
8
|
--hop-space-800: 5rem;
|
|
@@ -59,7 +59,9 @@
|
|
|
59
59
|
--hop-font-family-tertiary: 'ABC Favorit Mono', Consolas, 'SF Mono', monospace;
|
|
60
60
|
--hop-font-family-secondary: 'Inter', Helvetica, Arial, sans-serif;
|
|
61
61
|
--hop-font-family-primary: 'ABC Favorit', Helvetica, Arial, sans-serif;
|
|
62
|
-
--hop-shadow-
|
|
62
|
+
--hop-shadow-tactility-control: 1.5px 1.5px 1.5px 0 rgba(0, 0, 0, 0.03), -5px -5px 20px 0 rgba(255, 255, 255, 0.2), 0.5px 1.5px 5px 0 rgba(0, 0, 0, 0.1) inset, -2.5px 2.5px 5px 0 rgba(255, 255, 255, 0.5) inset;
|
|
63
|
+
--hop-shadow-tactility-card: 0 12px 12px 0 rgba(0, 0, 0, 0.05);
|
|
64
|
+
--hop-shadow-tactility-button: 0 2px 1px 0 rgba(255, 255, 255, 0.25) inset, 0 -2px 2px 0 rgba(0, 0, 0, 0.25) inset;
|
|
63
65
|
--hop-shadow-lg: 0 10px 18px 8px rgba(60, 60, 60, 0.08);
|
|
64
66
|
--hop-shadow-md: 0 4px 10px 4px rgba(60, 60, 60, 0.08);
|
|
65
67
|
--hop-shadow-sm: 0 1px 6px 0 rgba(60, 60, 60, 0.10);
|
|
@@ -2,8 +2,14 @@
|
|
|
2
2
|
* This file is generated by Style Dictionary. Do not edit directly.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
.hop-5-1-
|
|
6
|
-
--hop-comp-
|
|
5
|
+
.hop-5-1-5-sharegate {
|
|
6
|
+
--hop-comp-switch-thumb-filter-selected: none;
|
|
7
|
+
--hop-comp-switch-thumb-filter: drop-shadow(2.5px 2.5px 5px rgb(0 0 0 / 5%)) drop-shadow(-2.5px -2.5px 5px rgb(255 255 255 / 50%));
|
|
8
|
+
--hop-comp-switch-track-box-shadow: 0.5px 1.5px 5px 0 rgb(0 0 0 / 10%) inset, -2.5px 2.5px 5px 0 rgb(255 255 255 / 50%) inset;
|
|
9
|
+
--hop-comp-switch-track-filter: drop-shadow(1.5px 1.5px 1.5px rgb(0 0 0 / 3%));
|
|
10
|
+
--hop-comp-segmented-control-item-box-shadow-disabled: none;
|
|
11
|
+
--hop-comp-segmented-control-item-box-shadow-selected: -2.5px -2.5px 5px 0 rgb(255 255 255 / 50%), 2.5px 2.5px 5px 0 rgb(0 0 0 / 5%);
|
|
12
|
+
--hop-comp-segmented-control-box-shadow: 1.5px 1.5px 1.5px 0 rgb(0 0 0 / 3%), 0.5px 1.5px 5px 0 rgb(0 0 0 / 10%) inset, -2.5px 2.5px 5px 0 rgb(255 255 255 / 50%) inset;
|
|
7
13
|
--hop-comp-button-ghost-disabled-border-color: transparent;
|
|
8
14
|
--hop-comp-button-ghost-disabled-background-color: transparent;
|
|
9
15
|
--hop-comp-button-ghost-danger-border-color: transparent;
|
|
@@ -350,7 +356,9 @@
|
|
|
350
356
|
--hop-font-family-tertiary: 'ABC Favorit Mono', Consolas, 'SF Mono', monospace;
|
|
351
357
|
--hop-font-family-secondary: 'Inter', Helvetica, Arial, sans-serif;
|
|
352
358
|
--hop-font-family-primary: 'ABC Favorit', Helvetica, Arial, sans-serif;
|
|
353
|
-
--hop-shadow-
|
|
359
|
+
--hop-shadow-tactility-control: 1.5px 1.5px 1.5px 0 rgba(0, 0, 0, 0.03), -5px -5px 20px 0 rgba(255, 255, 255, 0.2), 0.5px 1.5px 5px 0 rgba(0, 0, 0, 0.1) inset, -2.5px 2.5px 5px 0 rgba(255, 255, 255, 0.5) inset;
|
|
360
|
+
--hop-shadow-tactility-card: 0 12px 12px 0 rgba(0, 0, 0, 0.05);
|
|
361
|
+
--hop-shadow-tactility-button: 0 2px 1px 0 rgba(255, 255, 255, 0.25) inset, 0 -2px 2px 0 rgba(0, 0, 0, 0.25) inset;
|
|
354
362
|
--hop-shadow-lg: 0 10px 18px 8px rgba(60, 60, 60, 0.08);
|
|
355
363
|
--hop-shadow-md: 0 4px 10px 4px rgba(60, 60, 60, 0.08);
|
|
356
364
|
--hop-shadow-sm: 0 1px 6px 0 rgba(60, 60, 60, 0.10);
|
|
@@ -526,12 +534,15 @@
|
|
|
526
534
|
--hop-coastal-75: #bae6ff;
|
|
527
535
|
--hop-coastal-50: #d9efff;
|
|
528
536
|
--hop-coastal-25: #f0f8ff;
|
|
537
|
+
--hop-comp-radio-box-shadow: var(--hop-shadow-tactility-control);
|
|
538
|
+
--hop-comp-checkbox-box-shadow: var(--hop-shadow-tactility-control);
|
|
529
539
|
--hop-comp-field-border-radius: var(--hop-border-radius-2-5);
|
|
540
|
+
--hop-comp-card-second-level-box-shadow: var(--hop-shadow-tactility-card);
|
|
530
541
|
--hop-comp-card-main-box-shadow: var(--hop-shadow-none);
|
|
531
|
-
--hop-comp-button-danger-box-shadow: var(--hop-shadow-
|
|
532
|
-
--hop-comp-button-upsell-box-shadow: var(--hop-shadow-
|
|
533
|
-
--hop-comp-button-secondary-box-shadow: var(--hop-shadow-
|
|
534
|
-
--hop-comp-button-primary-box-shadow: var(--hop-shadow-
|
|
542
|
+
--hop-comp-button-danger-box-shadow: var(--hop-shadow-tactility-button);
|
|
543
|
+
--hop-comp-button-upsell-box-shadow: var(--hop-shadow-tactility-button);
|
|
544
|
+
--hop-comp-button-secondary-box-shadow: var(--hop-shadow-tactility-button);
|
|
545
|
+
--hop-comp-button-primary-box-shadow: var(--hop-shadow-tactility-button);
|
|
535
546
|
--hop-shape-rounded-sm: var(--hop-border-radius-1);
|
|
536
547
|
--hop-shape-rounded-md: var(--hop-border-radius-2);
|
|
537
548
|
--hop-shape-rounded-lg: var(--hop-border-radius-3);
|
|
@@ -1236,6 +1247,47 @@
|
|
|
1236
1247
|
--hop-space-stack-md: var(--hop-space-160);
|
|
1237
1248
|
--hop-space-stack-sm: var(--hop-space-80);
|
|
1238
1249
|
--hop-space-stack-xs: var(--hop-space-40);
|
|
1250
|
+
--hop-comp-mark-indicator-color-error: var(--hop-danger-icon-strong);
|
|
1251
|
+
--hop-comp-mark-indicator-color-disabled: var(--hop-neutral-icon-disabled);
|
|
1252
|
+
--hop-comp-mark-indicator-color: var(--hop-neutral-icon-selected);
|
|
1253
|
+
--hop-comp-mark-border-color-error-focus: var(--hop-danger-border-press);
|
|
1254
|
+
--hop-comp-mark-background-color-error-focus: var(--hop-danger-surface);
|
|
1255
|
+
--hop-comp-mark-background-color-error-press: var(--hop-danger-surface-weak-press);
|
|
1256
|
+
--hop-comp-mark-background-color-error-hover: var(--hop-danger-surface-weak-hover);
|
|
1257
|
+
--hop-comp-mark-border-color-error-press: var(--hop-danger-border-press);
|
|
1258
|
+
--hop-comp-mark-border-color-error: var(--hop-danger-border-strong);
|
|
1259
|
+
--hop-comp-mark-border-color-disabled: var(--hop-neutral-border-disabled);
|
|
1260
|
+
--hop-comp-mark-border-color-focus: var(--hop-primary-border-focus);
|
|
1261
|
+
--hop-comp-mark-border-color-selected: var(--hop-primary-border-selected);
|
|
1262
|
+
--hop-comp-mark-border-color-press: var(--hop-neutral-border-press);
|
|
1263
|
+
--hop-comp-mark-border-color-hover: var(--hop-neutral-border-hover);
|
|
1264
|
+
--hop-comp-mark-border-color: var(--hop-neutral-border);
|
|
1265
|
+
--hop-comp-mark-background-color-error: var(--hop-danger-surface-strong);
|
|
1266
|
+
--hop-comp-mark-background-color-disabled: var(--hop-neutral-surface-disabled);
|
|
1267
|
+
--hop-comp-mark-background-color-selected: var(--hop-primary-surface-selected);
|
|
1268
|
+
--hop-comp-mark-background-color-press: var(--hop-neutral-surface-press);
|
|
1269
|
+
--hop-comp-mark-background-color-hover: var(--hop-neutral-surface-hover);
|
|
1270
|
+
--hop-comp-mark-background-color: var(--hop-neutral-surface);
|
|
1271
|
+
--hop-comp-radio-border-radius: var(--hop-shape-circle);
|
|
1272
|
+
--hop-comp-checkbox-border-radius: var(--hop-shape-rounded-sm);
|
|
1273
|
+
--hop-comp-label-icon-color-error-press: var(--hop-danger-icon-weak-press);
|
|
1274
|
+
--hop-comp-label-icon-color-error-hover: var(--hop-danger-icon-weak-hover);
|
|
1275
|
+
--hop-comp-label-icon-color-error: var(--hop-danger-icon-weak);
|
|
1276
|
+
--hop-comp-label-icon-color-focus: var(--hop-neutral-icon-hover);
|
|
1277
|
+
--hop-comp-label-icon-color-disabled: var(--hop-neutral-icon-disabled);
|
|
1278
|
+
--hop-comp-label-icon-color-selected: var(--hop-neutral-icon);
|
|
1279
|
+
--hop-comp-label-icon-color-press: var(--hop-neutral-icon-press);
|
|
1280
|
+
--hop-comp-label-icon-color-hover: var(--hop-neutral-icon-hover);
|
|
1281
|
+
--hop-comp-label-icon-color: var(--hop-neutral-icon);
|
|
1282
|
+
--hop-comp-label-text-color-error-press: var(--hop-danger-text-weak-press);
|
|
1283
|
+
--hop-comp-label-text-color-error-hover: var(--hop-danger-text-weak-hover);
|
|
1284
|
+
--hop-comp-label-text-color-error: var(--hop-danger-text-weak);
|
|
1285
|
+
--hop-comp-label-text-color-focus: var(--hop-neutral-text-hover);
|
|
1286
|
+
--hop-comp-label-text-color-disabled: var(--hop-neutral-text-disabled);
|
|
1287
|
+
--hop-comp-label-text-color-selected: var(--hop-neutral-text);
|
|
1288
|
+
--hop-comp-label-text-color-press: var(--hop-neutral-text-press);
|
|
1289
|
+
--hop-comp-label-text-color-hover: var(--hop-neutral-text-hover);
|
|
1290
|
+
--hop-comp-label-text-color: var(--hop-neutral-text);
|
|
1239
1291
|
--hop-comp-field-prefill-color: var(--hop-neutral-text-weak);
|
|
1240
1292
|
--hop-comp-field-placeholder-color: var(--hop-neutral-text-weakest);
|
|
1241
1293
|
--hop-comp-field-icon-color-disabled: var(--hop-neutral-icon-disabled);
|
|
@@ -1256,6 +1308,32 @@
|
|
|
1256
1308
|
--hop-comp-select-text-color-hover: var(--hop-neutral-text-press);
|
|
1257
1309
|
--hop-comp-select-border-color-active: var(--hop-primary-border);
|
|
1258
1310
|
--hop-comp-select-background-color-active: var(--hop-neutral-surface-weak-selected);
|
|
1311
|
+
--hop-comp-control-border-color-error: var(--hop-danger-border-strong);
|
|
1312
|
+
--hop-comp-control-border-color-disabled: var(--hop-neutral-border-disabled);
|
|
1313
|
+
--hop-comp-control-border-color-focus: var(--hop-primary-border-focus);
|
|
1314
|
+
--hop-comp-control-border-color-selected: var(--hop-primary-border-selected);
|
|
1315
|
+
--hop-comp-control-border-color-press: var(--hop-neutral-border);
|
|
1316
|
+
--hop-comp-control-border-color-hover: var(--hop-neutral-border-weak);
|
|
1317
|
+
--hop-comp-control-border-color: var(--hop-neutral-border-weakest);
|
|
1318
|
+
--hop-comp-control-background-color-error: var(--hop-danger-surface-strong);
|
|
1319
|
+
--hop-comp-control-background-color-disabled: var(--hop-neutral-surface-disabled);
|
|
1320
|
+
--hop-comp-control-background-color-selected: var(--hop-neutral-surface);
|
|
1321
|
+
--hop-comp-control-background-color-press: var(--hop-neutral-surface-press);
|
|
1322
|
+
--hop-comp-control-background-color-hover: var(--hop-neutral-surface-hover);
|
|
1323
|
+
--hop-comp-control-background-color: var(--hop-neutral-surface-weakest);
|
|
1324
|
+
--hop-comp-switch-icon-color-disabled: var(--hop-neutral-icon-disabled);
|
|
1325
|
+
--hop-comp-switch-icon-color-selected: var(--hop-neutral-icon-selected);
|
|
1326
|
+
--hop-comp-switch-icon-color-press: var(--hop-neutral-icon-strong);
|
|
1327
|
+
--hop-comp-switch-icon-color-hover: var(--hop-neutral-icon-strong);
|
|
1328
|
+
--hop-comp-switch-icon-color: var(--hop-neutral-icon-strong);
|
|
1329
|
+
--hop-comp-switch-background-color-selected: var(--hop-primary-surface-selected);
|
|
1330
|
+
--hop-comp-switch-border-radius: var(--hop-shape-pill);
|
|
1331
|
+
--hop-comp-segmented-control-item-border-radius: var(--hop-shape-rounded-sm);
|
|
1332
|
+
--hop-comp-segmented-control-icon-color-selected: var(--hop-neutral-icon);
|
|
1333
|
+
--hop-comp-segmented-control-icon-color: var(--hop-neutral-icon-weakest);
|
|
1334
|
+
--hop-comp-segmented-control-text-color-selected: var(--hop-neutral-text);
|
|
1335
|
+
--hop-comp-segmented-control-text-color: var(--hop-neutral-text-weakest);
|
|
1336
|
+
--hop-comp-segmented-control-border-radius: var(--hop-shape-rounded-md);
|
|
1259
1337
|
--hop-comp-card-second-level-border-color: var(--hop-neutral-border-weakest);
|
|
1260
1338
|
--hop-comp-card-second-level-background-color: var(--hop-neutral-surface);
|
|
1261
1339
|
--hop-comp-card-main-border-color: var(--hop-neutral-surface-weakest);
|
|
@@ -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-5-workleap-dark {
|
|
6
6
|
--hop-space-1280: 8rem;
|
|
7
7
|
--hop-space-960: 6rem;
|
|
8
8
|
--hop-space-800: 5rem;
|
|
@@ -59,7 +59,9 @@
|
|
|
59
59
|
--hop-font-family-tertiary: 'ABC Favorit Mono', Consolas, 'SF Mono', monospace;
|
|
60
60
|
--hop-font-family-secondary: 'Inter', Helvetica, Arial, sans-serif;
|
|
61
61
|
--hop-font-family-primary: 'ABC Favorit', Helvetica, Arial, sans-serif;
|
|
62
|
-
--hop-shadow-
|
|
62
|
+
--hop-shadow-tactility-control: 1.5px 1.5px 1.5px 0 rgba(0, 0, 0, 0.03), -5px -5px 20px 0 rgba(255, 255, 255, 0.2), 0.5px 1.5px 5px 0 rgba(0, 0, 0, 0.1) inset, -2.5px 2.5px 5px 0 rgba(255, 255, 255, 0.5) inset;
|
|
63
|
+
--hop-shadow-tactility-card: 0 12px 12px 0 rgba(0, 0, 0, 0.05);
|
|
64
|
+
--hop-shadow-tactility-button: 0 2px 1px 0 rgba(255, 255, 255, 0.25) inset, 0 -2px 2px 0 rgba(0, 0, 0, 0.25) inset;
|
|
63
65
|
--hop-shadow-lg: 0 10px 18px 8px rgba(60, 60, 60, 0.08);
|
|
64
66
|
--hop-shadow-md: 0 4px 10px 4px rgba(60, 60, 60, 0.08);
|
|
65
67
|
--hop-shadow-sm: 0 1px 6px 0 rgba(60, 60, 60, 0.10);
|