@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
package/CHANGELOG.md
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
|
}
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
export { GlobalStyledSystemProviderCssSelector, _StyledSystemProvider as StyledSystemProvider } from './chunk-
|
|
2
|
-
import './chunk-
|
|
3
|
-
import './chunk-2MD232MR.js';
|
|
1
|
+
export { GlobalStyledSystemProviderCssSelector, _StyledSystemProvider as StyledSystemProvider } from './chunk-CPFBX4I7.js';
|
|
2
|
+
import './chunk-JCDXNN3N.js';
|
|
4
3
|
import './chunk-RIORU7JO.js';
|
|
5
4
|
import './chunk-YPIK2HRL.js';
|
|
6
5
|
import './chunk-3YM73BQP.js';
|
|
7
6
|
import './chunk-BSIKCABJ.js';
|
|
8
|
-
import './chunk-
|
|
9
|
-
import './chunk-
|
|
7
|
+
import './chunk-36CMNQCR.js';
|
|
8
|
+
import './chunk-5GFAOBD3.js';
|
|
10
9
|
import './chunk-GXUFWEP5.js';
|
|
11
|
-
import './chunk-
|
|
12
|
-
import './chunk-
|
|
13
|
-
import './chunk-
|
|
14
|
-
import './chunk-
|
|
10
|
+
import './chunk-TKWJ3X2I.js';
|
|
11
|
+
import './chunk-FL7RZ2FI.js';
|
|
12
|
+
import './chunk-V7AWRYZY.js';
|
|
13
|
+
import './chunk-MJGZAFTL.js';
|
|
14
|
+
import './chunk-RCDHX7IY.js';
|
|
15
15
|
import './chunk-FTYK7Z7Q.js';
|
|
16
16
|
import './chunk-U5R6ZXH3.js';
|
|
17
17
|
import './chunk-VBKLISDI.js';
|
|
18
18
|
import './chunk-XUHDFZZL.js';
|
|
19
19
|
import './chunk-QMDDVBCZ.js';
|
|
20
|
-
import './chunk-
|
|
20
|
+
import './chunk-QTC3OPPR.js';
|
|
21
21
|
import './chunk-5U5IRAPA.js';
|
|
22
22
|
import './chunk-T6JS7L6B.js';
|
|
23
23
|
import './chunk-7PR2BAOL.js';
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { useStyledSystem } from './chunk-
|
|
1
|
+
import { useStyledSystem } from './chunk-V7AWRYZY.js';
|
|
2
2
|
import clsx from 'clsx';
|
|
3
3
|
import { forwardRef } from 'react';
|
|
4
4
|
import { jsx } from 'react/jsx-runtime';
|
|
5
5
|
|
|
6
6
|
// css-module:./htmlElement.module.css#css-module
|
|
7
|
-
var htmlElement_module_default = { "hop-HtmlElement": "htmlElement-module__hop-
|
|
7
|
+
var htmlElement_module_default = { "hop-HtmlElement": "htmlElement-module__hop-HtmlElement___SOaMk" };
|
|
8
8
|
var GlobalHtmlElementCssSelector = "hop-HtmlElement";
|
|
9
9
|
var GlobalHtmlElementSpecificCssSelector = (elementType) => `${GlobalHtmlElementCssSelector}-${elementType}`;
|
|
10
10
|
function htmlElement(elementType) {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { Div } from './chunk-ETLUMUKM.js';
|
|
1
|
+
import { BodyStyleProvider } from './chunk-JCDXNN3N.js';
|
|
2
|
+
import { Div } from './chunk-36CMNQCR.js';
|
|
4
3
|
import { DefaultUnsupportedMatchMediaBreakpoint, BreakpointProvider } from './chunk-GXUFWEP5.js';
|
|
5
|
-
import {
|
|
4
|
+
import { ThemeContext } from './chunk-TKWJ3X2I.js';
|
|
5
|
+
import { getRootCSSClasses } from './chunk-FL7RZ2FI.js';
|
|
6
6
|
import { useColorScheme } from './chunk-5U5IRAPA.js';
|
|
7
7
|
import { ColorSchemeContext } from './chunk-7PR2BAOL.js';
|
|
8
8
|
import clsx from 'clsx';
|
|
@@ -2,7 +2,7 @@ import { useInsertStyleElement } from './chunk-RIORU7JO.js';
|
|
|
2
2
|
import { useIsomorphicLayoutEffect } from './chunk-3YM73BQP.js';
|
|
3
3
|
import { ThemeComputedStyle } from './chunk-BSIKCABJ.js';
|
|
4
4
|
import { isNil } from './chunk-U5R6ZXH3.js';
|
|
5
|
-
import { StyledSystemRootCssClass } from './chunk-
|
|
5
|
+
import { StyledSystemRootCssClass } from './chunk-QTC3OPPR.js';
|
|
6
6
|
import { useColorSchemeContext } from './chunk-7PR2BAOL.js';
|
|
7
7
|
import { useRef, useState } from 'react';
|
|
8
8
|
import { jsx } from 'react/jsx-runtime';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { DataVizColors, HopperColors, GradientColors, BackgroundColors, BorderColors, TextColors, IconColors, Elevation, FontSize, FontWeight, LineHeight, FontFamily, Shape, CoreSpace, SemanticSimplePaddingSpace, SemanticComplexPaddingSpace, SemanticSimpleMarginSpace, SemanticComplexMarginSpace } from './chunk-
|
|
1
|
+
import { DataVizColors, HopperColors, GradientColors, BackgroundColors, BorderColors, TextColors, IconColors, Elevation, FontSize, FontWeight, LineHeight, FontFamily, Shape, CoreSpace, SemanticSimplePaddingSpace, SemanticComplexPaddingSpace, SemanticSimpleMarginSpace, SemanticComplexMarginSpace } from './chunk-RCDHX7IY.js';
|
|
2
2
|
import { parseResponsiveValue } from './chunk-FTYK7Z7Q.js';
|
|
3
3
|
import { isNil, isObject } from './chunk-U5R6ZXH3.js';
|
|
4
|
-
import { HopperVariablePrefix } from './chunk-
|
|
4
|
+
import { HopperVariablePrefix } from './chunk-QTC3OPPR.js';
|
|
5
5
|
|
|
6
6
|
// src/tokens/tokenMappings.ts
|
|
7
7
|
var ColorExpressionTypes = [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// src/tokens/generated/styledSystemConstants.ts
|
|
2
2
|
var HopperRootCssClass = "hop";
|
|
3
|
-
var StyledSystemRootCssClass = "hop-5-1-
|
|
3
|
+
var StyledSystemRootCssClass = "hop-5-1-8";
|
|
4
4
|
var HopperVariablePrefix = "--hop";
|
|
5
5
|
|
|
6
6
|
export { HopperRootCssClass, HopperVariablePrefix, StyledSystemRootCssClass };
|
|
@@ -170,7 +170,55 @@ var HopperColors = {
|
|
|
170
170
|
"core_rock-700": "rock-700",
|
|
171
171
|
"core_rock-800": "rock-800",
|
|
172
172
|
"core_rock-900": "rock-900",
|
|
173
|
-
"core_samoyed": "samoyed"
|
|
173
|
+
"core_samoyed": "samoyed",
|
|
174
|
+
"core_rose-25": "rose-25",
|
|
175
|
+
"core_rose-50": "rose-50",
|
|
176
|
+
"core_rose-75": "rose-75",
|
|
177
|
+
"core_rose-100": "rose-100",
|
|
178
|
+
"core_rose-200": "rose-200",
|
|
179
|
+
"core_rose-300": "rose-300",
|
|
180
|
+
"core_rose-400": "rose-400",
|
|
181
|
+
"core_rose-500": "rose-500",
|
|
182
|
+
"core_rose-600": "rose-600",
|
|
183
|
+
"core_rose-700": "rose-700",
|
|
184
|
+
"core_rose-800": "rose-800",
|
|
185
|
+
"core_rose-900": "rose-900",
|
|
186
|
+
"core_amber-25": "amber-25",
|
|
187
|
+
"core_amber-50": "amber-50",
|
|
188
|
+
"core_amber-75": "amber-75",
|
|
189
|
+
"core_amber-100": "amber-100",
|
|
190
|
+
"core_amber-200": "amber-200",
|
|
191
|
+
"core_amber-300": "amber-300",
|
|
192
|
+
"core_amber-400": "amber-400",
|
|
193
|
+
"core_amber-500": "amber-500",
|
|
194
|
+
"core_amber-600": "amber-600",
|
|
195
|
+
"core_amber-700": "amber-700",
|
|
196
|
+
"core_amber-800": "amber-800",
|
|
197
|
+
"core_amber-900": "amber-900",
|
|
198
|
+
"core_mint-25": "mint-25",
|
|
199
|
+
"core_mint-50": "mint-50",
|
|
200
|
+
"core_mint-75": "mint-75",
|
|
201
|
+
"core_mint-100": "mint-100",
|
|
202
|
+
"core_mint-200": "mint-200",
|
|
203
|
+
"core_mint-300": "mint-300",
|
|
204
|
+
"core_mint-400": "mint-400",
|
|
205
|
+
"core_mint-500": "mint-500",
|
|
206
|
+
"core_mint-600": "mint-600",
|
|
207
|
+
"core_mint-700": "mint-700",
|
|
208
|
+
"core_mint-800": "mint-800",
|
|
209
|
+
"core_mint-900": "mint-900",
|
|
210
|
+
"core_cobalt-25": "cobalt-25",
|
|
211
|
+
"core_cobalt-50": "cobalt-50",
|
|
212
|
+
"core_cobalt-75": "cobalt-75",
|
|
213
|
+
"core_cobalt-100": "cobalt-100",
|
|
214
|
+
"core_cobalt-200": "cobalt-200",
|
|
215
|
+
"core_cobalt-300": "cobalt-300",
|
|
216
|
+
"core_cobalt-400": "cobalt-400",
|
|
217
|
+
"core_cobalt-500": "cobalt-500",
|
|
218
|
+
"core_cobalt-600": "cobalt-600",
|
|
219
|
+
"core_cobalt-700": "cobalt-700",
|
|
220
|
+
"core_cobalt-800": "cobalt-800",
|
|
221
|
+
"core_cobalt-900": "cobalt-900"
|
|
174
222
|
};
|
|
175
223
|
var BackgroundColors = {
|
|
176
224
|
"danger-active": "danger-surface-active",
|
|
@@ -200,6 +248,9 @@ var BackgroundColors = {
|
|
|
200
248
|
"neutral-weakest": "neutral-surface-weakest",
|
|
201
249
|
"neutral-weakest-selected": "neutral-surface-weakest-selected",
|
|
202
250
|
"neutral-weakest-hover": "neutral-surface-weakest-hover",
|
|
251
|
+
"neutral-inverse": "neutral-surface-inverse",
|
|
252
|
+
"neutral-always-light": "neutral-surface-always-light",
|
|
253
|
+
"neutral-always-dark": "neutral-surface-always-dark",
|
|
203
254
|
"primary-active": "primary-surface-active",
|
|
204
255
|
"primary-strong-active": "primary-surface-strong-active",
|
|
205
256
|
"primary-weak-active": "primary-surface-weak-active",
|
|
@@ -284,6 +335,20 @@ var BackgroundColors = {
|
|
|
284
335
|
"information": "information-surface",
|
|
285
336
|
"information-strong": "information-surface-strong",
|
|
286
337
|
"information-weak": "information-surface-weak",
|
|
338
|
+
"secondary": "secondary-surface",
|
|
339
|
+
"secondary-hover": "secondary-surface-hover",
|
|
340
|
+
"secondary-press": "secondary-surface-press",
|
|
341
|
+
"secondary-selected": "secondary-surface-selected",
|
|
342
|
+
"secondary-focus": "secondary-surface-focus",
|
|
343
|
+
"secondary-disabled": "secondary-surface-disabled",
|
|
344
|
+
"secondary-weak": "secondary-surface-weak",
|
|
345
|
+
"secondary-weak-hover": "secondary-surface-weak-hover",
|
|
346
|
+
"secondary-weak-press": "secondary-surface-weak-press",
|
|
347
|
+
"secondary-weak-selected": "secondary-surface-weak-selected",
|
|
348
|
+
"secondary-strong": "secondary-surface-strong",
|
|
349
|
+
"secondary-strong-hover": "secondary-surface-strong-hover",
|
|
350
|
+
"secondary-strong-press": "secondary-surface-strong-press",
|
|
351
|
+
"secondary-strong-selected": "secondary-surface-strong-selected",
|
|
287
352
|
"status-caution": "status-caution-surface",
|
|
288
353
|
"status-caution-disabled": "status-caution-surface-disabled",
|
|
289
354
|
"status-caution-hover": "status-caution-surface-hover",
|
|
@@ -389,6 +454,9 @@ var TextColors = {
|
|
|
389
454
|
"neutral-weak-press": "neutral-text-weak-press",
|
|
390
455
|
"neutral-weak-selected": "neutral-text-weak-selected",
|
|
391
456
|
"neutral-weakest": "neutral-text-weakest",
|
|
457
|
+
"neutral-inverse": "neutral-text-inverse",
|
|
458
|
+
"neutral-always-light": "neutral-text-always-light",
|
|
459
|
+
"neutral-always-dark": "neutral-text-always-dark",
|
|
392
460
|
"primary-active": "primary-text-active",
|
|
393
461
|
"primary": "primary-text",
|
|
394
462
|
"primary-selected": "primary-text-selected",
|
|
@@ -427,6 +495,13 @@ var TextColors = {
|
|
|
427
495
|
"decorative-option1-weak": "decorative-option1-text-weak",
|
|
428
496
|
"information": "information-text",
|
|
429
497
|
"information-weak": "information-text-weak",
|
|
498
|
+
"secondary": "secondary-text",
|
|
499
|
+
"secondary-hover": "secondary-text-hover",
|
|
500
|
+
"secondary-press": "secondary-text-press",
|
|
501
|
+
"secondary-selected": "secondary-text-selected",
|
|
502
|
+
"secondary-disabled": "secondary-text-disabled",
|
|
503
|
+
"secondary-strong": "secondary-text-strong",
|
|
504
|
+
"secondary-strong-hover": "secondary-text-strong-hover",
|
|
430
505
|
"status-caution": "status-caution-text",
|
|
431
506
|
"status-caution-disabled": "status-caution-text-disabled",
|
|
432
507
|
"status-caution-hover": "status-caution-text-hover",
|
|
@@ -521,6 +596,9 @@ var IconColors = {
|
|
|
521
596
|
"neutral-weak-press": "neutral-icon-weak-press",
|
|
522
597
|
"neutral-weak-selected": "neutral-icon-weak-selected",
|
|
523
598
|
"neutral-weakest": "neutral-icon-weakest",
|
|
599
|
+
"neutral-inverse": "neutral-icon-inverse",
|
|
600
|
+
"neutral-always-light": "neutral-icon-always-light",
|
|
601
|
+
"neutral-always-dark": "neutral-icon-always-dark",
|
|
524
602
|
"primary-active": "primary-icon-active",
|
|
525
603
|
"primary": "primary-icon",
|
|
526
604
|
"primary-selected": "primary-icon-selected",
|
|
@@ -551,6 +629,13 @@ var IconColors = {
|
|
|
551
629
|
"information": "information-icon",
|
|
552
630
|
"information-weakest": "information-icon-weakest",
|
|
553
631
|
"information-weak": "information-icon-weak",
|
|
632
|
+
"secondary": "secondary-icon",
|
|
633
|
+
"secondary-hover": "secondary-icon-hover",
|
|
634
|
+
"secondary-press": "secondary-icon-press",
|
|
635
|
+
"secondary-selected": "secondary-icon-selected",
|
|
636
|
+
"secondary-disabled": "secondary-icon-disabled",
|
|
637
|
+
"secondary-strong": "secondary-icon-strong",
|
|
638
|
+
"secondary-strong-hover": "secondary-icon-strong-hover",
|
|
554
639
|
"status-caution": "status-caution-icon",
|
|
555
640
|
"status-caution-disabled": "status-caution-icon-disabled",
|
|
556
641
|
"status-caution-hover": "status-caution-icon-hover",
|
|
@@ -654,6 +739,10 @@ var BorderColors = {
|
|
|
654
739
|
"decorative-option2": "decorative-option2-border",
|
|
655
740
|
"decorative-option1": "decorative-option1-border",
|
|
656
741
|
"information": "information-border",
|
|
742
|
+
"secondary": "secondary-border",
|
|
743
|
+
"secondary-press": "secondary-border-press",
|
|
744
|
+
"secondary-selected": "secondary-border-selected",
|
|
745
|
+
"secondary-focus": "secondary-border-focus",
|
|
657
746
|
"status-caution": "status-caution-border",
|
|
658
747
|
"status-caution-disabled": "status-caution-border-disabled",
|
|
659
748
|
"status-caution-hover": "status-caution-border-hover",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { parseResponsiveSystemValue, IconColorMapping, TextColorMapping, BoxShadowMapping, BackgroundColorMapping, ColorExpressionTypes, DefaultBorderWidthAndStyle, DefaultOutlineWidthAndStyle, SizingMapping, SimpleMarginMapping, SimplePaddingMapping, ComplexPaddingMapping, OutlineMapping, ComplexMarginMapping, LineHeightMapping, FontWeightMapping, FontSizeMapping, FontFamilyMapping, BorderRadiusMapping, BorderMapping } from './chunk-
|
|
1
|
+
import { parseResponsiveSystemValue, IconColorMapping, TextColorMapping, BoxShadowMapping, BackgroundColorMapping, ColorExpressionTypes, DefaultBorderWidthAndStyle, DefaultOutlineWidthAndStyle, SizingMapping, SimpleMarginMapping, SimplePaddingMapping, ComplexPaddingMapping, OutlineMapping, ComplexMarginMapping, LineHeightMapping, FontWeightMapping, FontSizeMapping, FontFamilyMapping, BorderRadiusMapping, BorderMapping } from './chunk-MJGZAFTL.js';
|
|
2
2
|
import { parseResponsiveValue } from './chunk-FTYK7Z7Q.js';
|
|
3
3
|
import { isNil } from './chunk-U5R6ZXH3.js';
|
|
4
4
|
import { useBreakpointContext } from './chunk-VBKLISDI.js';
|
|
@@ -6,7 +6,7 @@ import { UnsafePrefix } from './chunk-QMDDVBCZ.js';
|
|
|
6
6
|
import { __privateAdd, __publicField, __privateSet, __privateGet } from './chunk-AQ5VUG5P.js';
|
|
7
7
|
|
|
8
8
|
// css-module:./UseStyledSystem.module.css#css-module
|
|
9
|
-
var UseStyledSystem_module_default = { "hop-b-hover": "UseStyledSystem-module__hop-b-
|
|
9
|
+
var UseStyledSystem_module_default = { "hop-b-hover": "UseStyledSystem-module__hop-b-hover___LMT3C", "hop-bb-hover": "UseStyledSystem-module__hop-bb-hover___84w6m", "hop-bl-hover": "UseStyledSystem-module__hop-bl-hover___sjqJC", "hop-br-hover": "UseStyledSystem-module__hop-br-hover___XVBZk", "hop-bt-hover": "UseStyledSystem-module__hop-bt-hover___WVQ8u", "hop-b-focus": "UseStyledSystem-module__hop-b-focus___fRyhl", "hop-bb-focus": "UseStyledSystem-module__hop-bb-focus___UPO9Y", "hop-bl-focus": "UseStyledSystem-module__hop-bl-focus___TPcyI", "hop-br-focus": "UseStyledSystem-module__hop-br-focus___lQl8M", "hop-bt-focus": "UseStyledSystem-module__hop-bt-focus___Gnx3q", "hop-b-active": "UseStyledSystem-module__hop-b-active___S-vIU", "hop-bb-active": "UseStyledSystem-module__hop-bb-active___bTItB", "hop-bl-active": "UseStyledSystem-module__hop-bl-active___7vbxV", "hop-br-active": "UseStyledSystem-module__hop-br-active___PrH41", "hop-bt-active": "UseStyledSystem-module__hop-bt-active___KWLgd", "hop-bg-hover": "UseStyledSystem-module__hop-bg-hover___MJCjC", "hop-bg-focus": "UseStyledSystem-module__hop-bg-focus___um5N7", "hop-bg-active": "UseStyledSystem-module__hop-bg-active___x5Tx2", "hop-bs-hover": "UseStyledSystem-module__hop-bs-hover___powD-", "hop-bs-focus": "UseStyledSystem-module__hop-bs-focus___uc8kL", "hop-bs-active": "UseStyledSystem-module__hop-bs-active___QbfLY", "hop-c-hover": "UseStyledSystem-module__hop-c-hover___bVM5p", "hop-c-focus": "UseStyledSystem-module__hop-c-focus___CsDEw", "hop-c-active": "UseStyledSystem-module__hop-c-active___eBei8", "hop-cs-hover": "UseStyledSystem-module__hop-cs-hover___bbN1Y", "hop-f-hover": "UseStyledSystem-module__hop-f-hover___qKELu", "hop-f-focus": "UseStyledSystem-module__hop-f-focus___JwgkJ", "hop-o-hover": "UseStyledSystem-module__hop-o-hover___fT1mC", "hop-o-focus": "UseStyledSystem-module__hop-o-focus___TffvU", "hop-o-active": "UseStyledSystem-module__hop-o-active___KvkIY", "hop-ol-focus": "UseStyledSystem-module__hop-ol-focus___DsSgy" };
|
|
10
10
|
|
|
11
11
|
// src/useStyledSystem.ts
|
|
12
12
|
function createSystemValueHandler(systemValues) {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { BodyStyleProvider } from '../chunk-
|
|
1
|
+
export { BodyStyleProvider } from '../chunk-JCDXNN3N.js';
|
|
2
2
|
import '../chunk-RIORU7JO.js';
|
|
3
3
|
import '../chunk-YPIK2HRL.js';
|
|
4
4
|
import '../chunk-3YM73BQP.js';
|
|
5
5
|
import '../chunk-BSIKCABJ.js';
|
|
6
6
|
import '../chunk-U5R6ZXH3.js';
|
|
7
|
-
import '../chunk-
|
|
7
|
+
import '../chunk-QTC3OPPR.js';
|
|
8
8
|
import '../chunk-7PR2BAOL.js';
|
|
9
9
|
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
|
}
|