@hopper-ui/styled-system 3.1.3 → 3.1.4
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 +11 -0
- package/dist/StyledSystemProvider.css +34 -34
- package/dist/StyledSystemProvider.js +10 -10
- package/dist/{chunk-4YFSACW6.js → chunk-45TKR4EZ.js} +2 -2
- package/dist/{chunk-27SCT55Q.js → chunk-EZXWC3RG.js} +4 -4
- package/dist/{chunk-SUNZMIKY.js → chunk-HBZA2BQV.js} +1 -1
- package/dist/{chunk-V4SZIQDT.js → chunk-J5XIDXDA.js} +1 -1
- package/dist/{chunk-LMCQIGNN.js → chunk-J7KRNWQE.js} +3 -1
- package/dist/{chunk-FCWLC3QK.js → chunk-KKUSJDTK.js} +1 -1
- package/dist/{chunk-OCABBGWW.js → chunk-UDVJPTR3.js} +2 -2
- package/dist/{chunk-ETK4HNMY.js → chunk-VYK6DSQ3.js} +2 -2
- package/dist/{chunk-6GS36OEX.js → chunk-ZNEWXYXO.js} +1 -1
- 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 +52 -7
- package/dist/theme/generated/workleap/dark.css +4 -2
- package/dist/theme/generated/workleap/light.css +47 -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___4ODC5: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___NRxxw: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___67xeT: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___ENt-g: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___XBXpx: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___cWIRc: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___KNf-x: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___dcpRl: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___cE4wQ: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___a4xfp: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___9ZhjM: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___-4Lx1: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___fcIBT: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___-Qp-l: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___nJ6O-: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___n-qEr: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___NV0lm: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___TivtY: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___xr-wh: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___CcUrs: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___1J-3x: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___KkVbz: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___QwwE9: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___wpPM0: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___12H6P: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___PrPBW: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___QqMhc: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___xJY51: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___FGrTI: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___c1nX7: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___ePBiq: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___ZM8X8),
|
|
129
|
+
:where(.htmlElement-module__hop-HtmlElement___ZM8X8::after),
|
|
130
|
+
:where(.htmlElement-module__hop-HtmlElement___ZM8X8::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-UDVJPTR3.js';
|
|
2
|
+
import '../chunk-VYK6DSQ3.js';
|
|
3
|
+
import '../chunk-45TKR4EZ.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-ZNEWXYXO.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___4ODC5: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___NRxxw: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___67xeT: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___ENt-g: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___XBXpx: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___cWIRc: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___KNf-x: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___dcpRl: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___cE4wQ: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___a4xfp: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___9ZhjM: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___-4Lx1: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___fcIBT: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___-Qp-l: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___nJ6O-: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___n-qEr: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___NV0lm: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___TivtY: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___xr-wh: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___CcUrs: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___1J-3x: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___KkVbz: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___QwwE9: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___wpPM0: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___12H6P: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___PrPBW: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___QqMhc: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___xJY51: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___FGrTI: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___c1nX7: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___ePBiq: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___ZM8X8),
|
|
129
|
+
:where(.htmlElement-module__hop-HtmlElement___ZM8X8::after),
|
|
130
|
+
:where(.htmlElement-module__hop-HtmlElement___ZM8X8::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-EZXWC3RG.js';
|
|
3
|
+
export { BodyStyleProvider } from './chunk-J5XIDXDA.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-HBZA2BQV.js';
|
|
9
|
+
export { GlobalHtmlElementCssSelector, GlobalHtmlElementSpecificCssSelector, htmlElement } from './chunk-UDVJPTR3.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-KKUSJDTK.js';
|
|
13
|
+
export { isStyledSystemProp, useStyledSystem } from './chunk-VYK6DSQ3.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-45TKR4EZ.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-ZNEWXYXO.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-KKUSJDTK.js';
|
|
2
|
+
import './chunk-ZNEWXYXO.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-4-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,7 @@
|
|
|
2
2
|
* This file is generated by Style Dictionary. Do not edit directly.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
.hop-5-1-
|
|
6
|
-
--hop-comp-card-second-level-box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.05);
|
|
5
|
+
.hop-5-1-4-sharegate {
|
|
7
6
|
--hop-comp-button-ghost-disabled-border-color: transparent;
|
|
8
7
|
--hop-comp-button-ghost-disabled-background-color: transparent;
|
|
9
8
|
--hop-comp-button-ghost-danger-border-color: transparent;
|
|
@@ -350,7 +349,9 @@
|
|
|
350
349
|
--hop-font-family-tertiary: 'ABC Favorit Mono', Consolas, 'SF Mono', monospace;
|
|
351
350
|
--hop-font-family-secondary: 'Inter', Helvetica, Arial, sans-serif;
|
|
352
351
|
--hop-font-family-primary: 'ABC Favorit', Helvetica, Arial, sans-serif;
|
|
353
|
-
--hop-shadow-
|
|
352
|
+
--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;
|
|
353
|
+
--hop-shadow-tactility-card: 0 12px 12px 0 rgba(0, 0, 0, 0.05);
|
|
354
|
+
--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
355
|
--hop-shadow-lg: 0 10px 18px 8px rgba(60, 60, 60, 0.08);
|
|
355
356
|
--hop-shadow-md: 0 4px 10px 4px rgba(60, 60, 60, 0.08);
|
|
356
357
|
--hop-shadow-sm: 0 1px 6px 0 rgba(60, 60, 60, 0.10);
|
|
@@ -526,12 +527,15 @@
|
|
|
526
527
|
--hop-coastal-75: #bae6ff;
|
|
527
528
|
--hop-coastal-50: #d9efff;
|
|
528
529
|
--hop-coastal-25: #f0f8ff;
|
|
530
|
+
--hop-comp-radio-box-shadow: var(--hop-shadow-tactility-control);
|
|
531
|
+
--hop-comp-checkbox-box-shadow: var(--hop-shadow-tactility-control);
|
|
529
532
|
--hop-comp-field-border-radius: var(--hop-border-radius-2-5);
|
|
533
|
+
--hop-comp-card-second-level-box-shadow: var(--hop-shadow-tactility-card);
|
|
530
534
|
--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-
|
|
535
|
+
--hop-comp-button-danger-box-shadow: var(--hop-shadow-tactility-button);
|
|
536
|
+
--hop-comp-button-upsell-box-shadow: var(--hop-shadow-tactility-button);
|
|
537
|
+
--hop-comp-button-secondary-box-shadow: var(--hop-shadow-tactility-button);
|
|
538
|
+
--hop-comp-button-primary-box-shadow: var(--hop-shadow-tactility-button);
|
|
535
539
|
--hop-shape-rounded-sm: var(--hop-border-radius-1);
|
|
536
540
|
--hop-shape-rounded-md: var(--hop-border-radius-2);
|
|
537
541
|
--hop-shape-rounded-lg: var(--hop-border-radius-3);
|
|
@@ -1236,6 +1240,47 @@
|
|
|
1236
1240
|
--hop-space-stack-md: var(--hop-space-160);
|
|
1237
1241
|
--hop-space-stack-sm: var(--hop-space-80);
|
|
1238
1242
|
--hop-space-stack-xs: var(--hop-space-40);
|
|
1243
|
+
--hop-comp-mark-indicator-color-error: var(--hop-danger-icon-strong);
|
|
1244
|
+
--hop-comp-mark-indicator-color-disabled: var(--hop-neutral-icon-disabled);
|
|
1245
|
+
--hop-comp-mark-indicator-color: var(--hop-neutral-icon-selected);
|
|
1246
|
+
--hop-comp-mark-border-color-error-focus: var(--hop-danger-border-press);
|
|
1247
|
+
--hop-comp-mark-background-color-error-focus: var(--hop-danger-surface);
|
|
1248
|
+
--hop-comp-mark-background-color-error-press: var(--hop-danger-surface-weak-press);
|
|
1249
|
+
--hop-comp-mark-background-color-error-hover: var(--hop-danger-surface-weak-hover);
|
|
1250
|
+
--hop-comp-mark-border-color-error-press: var(--hop-danger-border-press);
|
|
1251
|
+
--hop-comp-mark-border-color-error: var(--hop-danger-border-strong);
|
|
1252
|
+
--hop-comp-mark-border-color-disabled: var(--hop-neutral-border-disabled);
|
|
1253
|
+
--hop-comp-mark-border-color-focus: var(--hop-primary-border-focus);
|
|
1254
|
+
--hop-comp-mark-border-color-selected: var(--hop-primary-border-selected);
|
|
1255
|
+
--hop-comp-mark-border-color-press: var(--hop-neutral-border-press);
|
|
1256
|
+
--hop-comp-mark-border-color-hover: var(--hop-neutral-border-hover);
|
|
1257
|
+
--hop-comp-mark-border-color: var(--hop-neutral-border);
|
|
1258
|
+
--hop-comp-mark-background-color-error: var(--hop-danger-surface-strong);
|
|
1259
|
+
--hop-comp-mark-background-color-disabled: var(--hop-neutral-surface-disabled);
|
|
1260
|
+
--hop-comp-mark-background-color-selected: var(--hop-primary-surface-selected);
|
|
1261
|
+
--hop-comp-mark-background-color-press: var(--hop-neutral-surface-press);
|
|
1262
|
+
--hop-comp-mark-background-color-hover: var(--hop-neutral-surface-hover);
|
|
1263
|
+
--hop-comp-mark-background-color: var(--hop-neutral-surface);
|
|
1264
|
+
--hop-comp-radio-border-radius: var(--hop-shape-circle);
|
|
1265
|
+
--hop-comp-checkbox-border-radius: var(--hop-shape-rounded-sm);
|
|
1266
|
+
--hop-comp-label-icon-color-error-press: var(--hop-danger-icon-weak-press);
|
|
1267
|
+
--hop-comp-label-icon-color-error-hover: var(--hop-danger-icon-weak-hover);
|
|
1268
|
+
--hop-comp-label-icon-color-error: var(--hop-danger-icon-weak);
|
|
1269
|
+
--hop-comp-label-icon-color-focus: var(--hop-neutral-icon-hover);
|
|
1270
|
+
--hop-comp-label-icon-color-disabled: var(--hop-neutral-icon-disabled);
|
|
1271
|
+
--hop-comp-label-icon-color-selected: var(--hop-neutral-icon);
|
|
1272
|
+
--hop-comp-label-icon-color-press: var(--hop-neutral-icon-press);
|
|
1273
|
+
--hop-comp-label-icon-color-hover: var(--hop-neutral-icon-hover);
|
|
1274
|
+
--hop-comp-label-icon-color: var(--hop-neutral-icon);
|
|
1275
|
+
--hop-comp-label-text-color-error-press: var(--hop-danger-text-weak-press);
|
|
1276
|
+
--hop-comp-label-text-color-error-hover: var(--hop-danger-text-weak-hover);
|
|
1277
|
+
--hop-comp-label-text-color-error: var(--hop-danger-text-weak);
|
|
1278
|
+
--hop-comp-label-text-color-focus: var(--hop-neutral-text-hover);
|
|
1279
|
+
--hop-comp-label-text-color-disabled: var(--hop-neutral-text-disabled);
|
|
1280
|
+
--hop-comp-label-text-color-selected: var(--hop-neutral-text);
|
|
1281
|
+
--hop-comp-label-text-color-press: var(--hop-neutral-text-press);
|
|
1282
|
+
--hop-comp-label-text-color-hover: var(--hop-neutral-text-hover);
|
|
1283
|
+
--hop-comp-label-text-color: var(--hop-neutral-text);
|
|
1239
1284
|
--hop-comp-field-prefill-color: var(--hop-neutral-text-weak);
|
|
1240
1285
|
--hop-comp-field-placeholder-color: var(--hop-neutral-text-weakest);
|
|
1241
1286
|
--hop-comp-field-icon-color-disabled: var(--hop-neutral-icon-disabled);
|
|
@@ -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-4-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);
|
|
@@ -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-4-workleap {
|
|
6
6
|
--hop-comp-button-ghost-disabled-border-color: transparent;
|
|
7
7
|
--hop-comp-button-ghost-disabled-background-color: transparent;
|
|
8
8
|
--hop-comp-button-ghost-danger-border-color: transparent;
|
|
@@ -345,7 +345,9 @@
|
|
|
345
345
|
--hop-font-family-tertiary: 'ABC Favorit Mono', Consolas, 'SF Mono', monospace;
|
|
346
346
|
--hop-font-family-secondary: 'Inter', Helvetica, Arial, sans-serif;
|
|
347
347
|
--hop-font-family-primary: 'ABC Favorit', Helvetica, Arial, sans-serif;
|
|
348
|
-
--hop-shadow-
|
|
348
|
+
--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;
|
|
349
|
+
--hop-shadow-tactility-card: 0 12px 12px 0 rgba(0, 0, 0, 0.05);
|
|
350
|
+
--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;
|
|
349
351
|
--hop-shadow-lg: 0 10px 18px 8px rgba(60, 60, 60, 0.08);
|
|
350
352
|
--hop-shadow-md: 0 4px 10px 4px rgba(60, 60, 60, 0.08);
|
|
351
353
|
--hop-shadow-sm: 0 1px 6px 0 rgba(60, 60, 60, 0.10);
|
|
@@ -521,6 +523,8 @@
|
|
|
521
523
|
--hop-coastal-75: #bae6ff;
|
|
522
524
|
--hop-coastal-50: #d9efff;
|
|
523
525
|
--hop-coastal-25: #f0f8ff;
|
|
526
|
+
--hop-comp-radio-box-shadow: var(--hop-shadow-none);
|
|
527
|
+
--hop-comp-checkbox-box-shadow: var(--hop-shadow-none);
|
|
524
528
|
--hop-comp-card-second-level-box-shadow: var(--hop-shadow-none);
|
|
525
529
|
--hop-comp-card-main-box-shadow: var(--hop-shadow-none);
|
|
526
530
|
--hop-comp-button-ghost-danger-box-shadow: var(--hop-shadow-none);
|
|
@@ -1234,6 +1238,47 @@
|
|
|
1234
1238
|
--hop-space-stack-md: var(--hop-space-160);
|
|
1235
1239
|
--hop-space-stack-sm: var(--hop-space-80);
|
|
1236
1240
|
--hop-space-stack-xs: var(--hop-space-40);
|
|
1241
|
+
--hop-comp-mark-indicator-color-error: var(--hop-danger-icon-strong);
|
|
1242
|
+
--hop-comp-mark-indicator-color-disabled: var(--hop-neutral-icon-disabled);
|
|
1243
|
+
--hop-comp-mark-indicator-color: var(--hop-neutral-icon-selected);
|
|
1244
|
+
--hop-comp-mark-border-color-error-focus: var(--hop-danger-border-press);
|
|
1245
|
+
--hop-comp-mark-background-color-error-focus: var(--hop-danger-surface);
|
|
1246
|
+
--hop-comp-mark-background-color-error-press: var(--hop-danger-surface-weak-press);
|
|
1247
|
+
--hop-comp-mark-background-color-error-hover: var(--hop-danger-surface-weak-hover);
|
|
1248
|
+
--hop-comp-mark-border-color-error-press: var(--hop-danger-border-press);
|
|
1249
|
+
--hop-comp-mark-border-color-error: var(--hop-danger-border-strong);
|
|
1250
|
+
--hop-comp-mark-border-color-disabled: var(--hop-neutral-border-disabled);
|
|
1251
|
+
--hop-comp-mark-border-color-focus: var(--hop-primary-border-focus);
|
|
1252
|
+
--hop-comp-mark-border-color-selected: var(--hop-neutral-border-selected);
|
|
1253
|
+
--hop-comp-mark-border-color-press: var(--hop-neutral-border-press);
|
|
1254
|
+
--hop-comp-mark-border-color-hover: var(--hop-neutral-border-hover);
|
|
1255
|
+
--hop-comp-mark-border-color: var(--hop-neutral-border);
|
|
1256
|
+
--hop-comp-mark-background-color-error: var(--hop-danger-surface-strong);
|
|
1257
|
+
--hop-comp-mark-background-color-disabled: var(--hop-neutral-surface-disabled);
|
|
1258
|
+
--hop-comp-mark-background-color-selected: var(--hop-neutral-surface-selected);
|
|
1259
|
+
--hop-comp-mark-background-color-press: var(--hop-neutral-surface-press);
|
|
1260
|
+
--hop-comp-mark-background-color-hover: var(--hop-neutral-surface-hover);
|
|
1261
|
+
--hop-comp-mark-background-color: var(--hop-neutral-surface);
|
|
1262
|
+
--hop-comp-radio-border-radius: var(--hop-shape-circle);
|
|
1263
|
+
--hop-comp-checkbox-border-radius: var(--hop-shape-rounded-sm);
|
|
1264
|
+
--hop-comp-label-icon-color-error-press: var(--hop-danger-icon-weak-press);
|
|
1265
|
+
--hop-comp-label-icon-color-error-hover: var(--hop-danger-icon-weak-hover);
|
|
1266
|
+
--hop-comp-label-icon-color-error: var(--hop-danger-icon-weak);
|
|
1267
|
+
--hop-comp-label-icon-color-focus: var(--hop-neutral-icon-hover);
|
|
1268
|
+
--hop-comp-label-icon-color-disabled: var(--hop-neutral-icon-disabled);
|
|
1269
|
+
--hop-comp-label-icon-color-selected: var(--hop-neutral-icon);
|
|
1270
|
+
--hop-comp-label-icon-color-press: var(--hop-neutral-icon-press);
|
|
1271
|
+
--hop-comp-label-icon-color-hover: var(--hop-neutral-icon-hover);
|
|
1272
|
+
--hop-comp-label-icon-color: var(--hop-neutral-icon);
|
|
1273
|
+
--hop-comp-label-text-color-error-press: var(--hop-danger-text-weak-press);
|
|
1274
|
+
--hop-comp-label-text-color-error-hover: var(--hop-danger-text-weak-hover);
|
|
1275
|
+
--hop-comp-label-text-color-error: var(--hop-danger-text-weak);
|
|
1276
|
+
--hop-comp-label-text-color-focus: var(--hop-neutral-text-hover);
|
|
1277
|
+
--hop-comp-label-text-color-disabled: var(--hop-neutral-text-disabled);
|
|
1278
|
+
--hop-comp-label-text-color-selected: var(--hop-neutral-text);
|
|
1279
|
+
--hop-comp-label-text-color-press: var(--hop-neutral-text-press);
|
|
1280
|
+
--hop-comp-label-text-color-hover: var(--hop-neutral-text-hover);
|
|
1281
|
+
--hop-comp-label-text-color: var(--hop-neutral-text);
|
|
1237
1282
|
--hop-comp-field-prefill-color: var(--hop-neutral-text-weak);
|
|
1238
1283
|
--hop-comp-field-placeholder-color: var(--hop-neutral-text-weakest);
|
|
1239
1284
|
--hop-comp-field-icon-color-disabled: var(--hop-neutral-icon-disabled);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { HopperRootCssClass, HopperVariablePrefix, StyledSystemRootCssClass } from '../../chunk-
|
|
1
|
+
export { HopperRootCssClass, HopperVariablePrefix, StyledSystemRootCssClass } from '../../chunk-ZNEWXYXO.js';
|
|
2
2
|
import '../../chunk-AQ5VUG5P.js';
|
|
@@ -991,7 +991,9 @@ declare const Elevation: {
|
|
|
991
991
|
readonly core_sm: "shadow-sm";
|
|
992
992
|
readonly core_md: "shadow-md";
|
|
993
993
|
readonly core_lg: "shadow-lg";
|
|
994
|
-
readonly "
|
|
994
|
+
readonly "core_tactility-button": "shadow-tactility-button";
|
|
995
|
+
readonly "core_tactility-card": "shadow-tactility-card";
|
|
996
|
+
readonly "core_tactility-control": "shadow-tactility-control";
|
|
995
997
|
readonly none: "elevation-none";
|
|
996
998
|
readonly raised: "elevation-raised";
|
|
997
999
|
readonly lifted: "elevation-lifted";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { BackgroundColors, BorderColors, CoreSpace, DataVizColors, Elevation, FontFamily, FontOffset, FontSize, FontWeight, HopperColors, IconColors, LineHeight, Motions, SemanticComplexMarginSpace, SemanticComplexPaddingSpace, SemanticSimpleMarginSpace, SemanticSimplePaddingSpace, Shape, TextColors } from '../../chunk-
|
|
1
|
+
export { BackgroundColors, BorderColors, CoreSpace, DataVizColors, Elevation, FontFamily, FontOffset, FontSize, FontWeight, HopperColors, IconColors, LineHeight, Motions, SemanticComplexMarginSpace, SemanticComplexPaddingSpace, SemanticSimpleMarginSpace, SemanticSimplePaddingSpace, Shape, TextColors } from '../../chunk-J7KRNWQE.js';
|
|
2
2
|
import '../../chunk-AQ5VUG5P.js';
|