@hopper-ui/styled-system 3.0.1 → 3.1.0
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 +13 -0
- package/dist/StyledSystemProvider.css +34 -34
- package/dist/StyledSystemProvider.js +9 -9
- package/dist/{chunk-77XC2H4T.js → chunk-7KZYHK7V.js} +2 -2
- package/dist/{chunk-Y43G4ZOP.js → chunk-KAJDKUG6.js} +3 -3
- package/dist/{chunk-6JU6DVRC.js → chunk-LHB7KW6V.js} +2 -2
- package/dist/{chunk-A54ZRFEM.js → chunk-LMCQIGNN.js} +39 -0
- package/dist/{chunk-SVHEHWY4.js → chunk-UPH3VWIY.js} +1 -1
- package/dist/{chunk-UHOIN4YW.js → chunk-WKG632HB.js} +1 -1
- package/dist/{chunk-YQ665QH5.js → chunk-WNTAV75B.js} +1 -1
- package/dist/{chunk-JJKYIWIT.js → chunk-Z2SZ7OME.js} +2 -2
- package/dist/{chunk-6ZFFJVAW.js → chunk-ZCDJUIUS.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 +9 -9
- package/dist/styledSystemRootCssClass.js +2 -2
- package/dist/theme/generated/sharegate/dark.css +109 -70
- package/dist/theme/generated/sharegate/light.css +108 -69
- package/dist/theme/generated/workleap/dark.css +56 -17
- package/dist/theme/generated/workleap/light.css +54 -15
- package/dist/tokens/generated/styledSystemConstants.d.ts +1 -1
- package/dist/tokens/generated/styledSystemConstants.js +1 -1
- package/dist/tokens/generated/styledSystemToTokenMappings.d.ts +39 -0
- package/dist/tokens/generated/styledSystemToTokenMappings.js +1 -1
- package/dist/tokens/tokenMappings.d.ts +184 -3
- 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,5 +1,18 @@
|
|
|
1
1
|
# @hopper-ui/styled-system
|
|
2
2
|
|
|
3
|
+
## 3.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- e4f524a: Add ShareGate tokens and core token updates:
|
|
8
|
+
- Add new core color palettes: `persimmon`, `iris`, `limeburst`
|
|
9
|
+
- Update `rock` color palette values
|
|
10
|
+
- Add `inset-bevel` elevation token
|
|
11
|
+
- Add `rounded-2-5` (12px) border radius
|
|
12
|
+
- Update ShareGate semantic tokens: primary uses `iris`, upsell uses `limeburst`
|
|
13
|
+
- Add `primary.surface-weak-selected` token to Workleap and ShareGate themes
|
|
14
|
+
- Fix minor Workleap primary token values
|
|
15
|
+
|
|
3
16
|
## 3.0.1
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -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___mzjcr: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___AYc2V: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___x7qfo: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___Bu4ij: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___SPCRZ: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___SM7L2: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___qLeXi: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___GEjY7: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___Iz9ua: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___hWScg: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___igJ1y: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___tDgEe: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___YmLdJ: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___MnX2H: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___PAo7D: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___gIL-g: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___sThCZ: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___qud9J: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___vE3A7: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___l8OPU: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___F9fGa: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___B7zX-: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___73vPm: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___MKO7K: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___LHFnV: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___4YPgm: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___VEgbj: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___RHLYe: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___v1oZt: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___CKsCb: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___f4qQN: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___2cDQN),
|
|
129
|
+
:where(.htmlElement-module__hop-HtmlElement___2cDQN::after),
|
|
130
|
+
:where(.htmlElement-module__hop-HtmlElement___2cDQN::before) {
|
|
131
131
|
box-sizing: border-box;
|
|
132
132
|
}
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
export { GlobalStyledSystemProviderCssSelector, _StyledSystemProvider as StyledSystemProvider } from './chunk-
|
|
2
|
-
import './chunk-
|
|
1
|
+
export { GlobalStyledSystemProviderCssSelector, _StyledSystemProvider as StyledSystemProvider } from './chunk-KAJDKUG6.js';
|
|
2
|
+
import './chunk-UPH3VWIY.js';
|
|
3
3
|
import './chunk-RIORU7JO.js';
|
|
4
4
|
import './chunk-YPIK2HRL.js';
|
|
5
5
|
import './chunk-3YM73BQP.js';
|
|
6
6
|
import './chunk-BSIKCABJ.js';
|
|
7
|
-
import './chunk-
|
|
8
|
-
import './chunk-
|
|
7
|
+
import './chunk-WKG632HB.js';
|
|
8
|
+
import './chunk-7KZYHK7V.js';
|
|
9
9
|
import './chunk-GXUFWEP5.js';
|
|
10
10
|
import './chunk-TKWJ3X2I.js';
|
|
11
|
-
import './chunk-
|
|
12
|
-
import './chunk-
|
|
13
|
-
import './chunk-
|
|
14
|
-
import './chunk-
|
|
11
|
+
import './chunk-ZCDJUIUS.js';
|
|
12
|
+
import './chunk-LHB7KW6V.js';
|
|
13
|
+
import './chunk-Z2SZ7OME.js';
|
|
14
|
+
import './chunk-LMCQIGNN.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-WNTAV75B.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-LHB7KW6V.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___2cDQN" };
|
|
8
8
|
var GlobalHtmlElementCssSelector = "hop-HtmlElement";
|
|
9
9
|
var GlobalHtmlElementSpecificCssSelector = (elementType) => `${GlobalHtmlElementCssSelector}-${elementType}`;
|
|
10
10
|
function htmlElement(elementType) {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { BodyStyleProvider } from './chunk-
|
|
2
|
-
import { Div } from './chunk-
|
|
1
|
+
import { BodyStyleProvider } from './chunk-UPH3VWIY.js';
|
|
2
|
+
import { Div } from './chunk-WKG632HB.js';
|
|
3
3
|
import { DefaultUnsupportedMatchMediaBreakpoint, BreakpointProvider } from './chunk-GXUFWEP5.js';
|
|
4
4
|
import { ThemeContext } from './chunk-TKWJ3X2I.js';
|
|
5
|
-
import { getRootCSSClasses } from './chunk-
|
|
5
|
+
import { getRootCSSClasses } from './chunk-ZCDJUIUS.js';
|
|
6
6
|
import { useColorScheme } from './chunk-5U5IRAPA.js';
|
|
7
7
|
import { ColorSchemeContext } from './chunk-7PR2BAOL.js';
|
|
8
8
|
import clsx from 'clsx';
|
|
@@ -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-Z2SZ7OME.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___mzjcr", "hop-bb-hover": "UseStyledSystem-module__hop-bb-hover___AYc2V", "hop-bl-hover": "UseStyledSystem-module__hop-bl-hover___x7qfo", "hop-br-hover": "UseStyledSystem-module__hop-br-hover___Bu4ij", "hop-bt-hover": "UseStyledSystem-module__hop-bt-hover___SPCRZ", "hop-b-focus": "UseStyledSystem-module__hop-b-focus___SM7L2", "hop-bb-focus": "UseStyledSystem-module__hop-bb-focus___qLeXi", "hop-bl-focus": "UseStyledSystem-module__hop-bl-focus___GEjY7", "hop-br-focus": "UseStyledSystem-module__hop-br-focus___Iz9ua", "hop-bt-focus": "UseStyledSystem-module__hop-bt-focus___hWScg", "hop-b-active": "UseStyledSystem-module__hop-b-active___igJ1y", "hop-bb-active": "UseStyledSystem-module__hop-bb-active___tDgEe", "hop-bl-active": "UseStyledSystem-module__hop-bl-active___YmLdJ", "hop-br-active": "UseStyledSystem-module__hop-br-active___MnX2H", "hop-bt-active": "UseStyledSystem-module__hop-bt-active___PAo7D", "hop-bg-hover": "UseStyledSystem-module__hop-bg-hover___gIL-g", "hop-bg-focus": "UseStyledSystem-module__hop-bg-focus___sThCZ", "hop-bg-active": "UseStyledSystem-module__hop-bg-active___qud9J", "hop-bs-hover": "UseStyledSystem-module__hop-bs-hover___vE3A7", "hop-bs-focus": "UseStyledSystem-module__hop-bs-focus___l8OPU", "hop-bs-active": "UseStyledSystem-module__hop-bs-active___F9fGa", "hop-c-hover": "UseStyledSystem-module__hop-c-hover___B7zX-", "hop-c-focus": "UseStyledSystem-module__hop-c-focus___73vPm", "hop-c-active": "UseStyledSystem-module__hop-c-active___MKO7K", "hop-cs-hover": "UseStyledSystem-module__hop-cs-hover___LHFnV", "hop-f-hover": "UseStyledSystem-module__hop-f-hover___4YPgm", "hop-f-focus": "UseStyledSystem-module__hop-f-focus___VEgbj", "hop-o-hover": "UseStyledSystem-module__hop-o-hover___RHLYe", "hop-o-focus": "UseStyledSystem-module__hop-o-focus___v1oZt", "hop-o-active": "UseStyledSystem-module__hop-o-active___CKsCb", "hop-ol-focus": "UseStyledSystem-module__hop-ol-focus___f4qQN" };
|
|
10
10
|
|
|
11
11
|
// src/useStyledSystem.ts
|
|
12
12
|
function createSystemValueHandler(systemValues) {
|
|
@@ -36,6 +36,18 @@ var HopperColors = {
|
|
|
36
36
|
"core_orchid-bloom-700": "orchid-bloom-700",
|
|
37
37
|
"core_orchid-bloom-800": "orchid-bloom-800",
|
|
38
38
|
"core_orchid-bloom-900": "orchid-bloom-900",
|
|
39
|
+
"core_persimmon-25": "persimmon-25",
|
|
40
|
+
"core_persimmon-50": "persimmon-50",
|
|
41
|
+
"core_persimmon-75": "persimmon-75",
|
|
42
|
+
"core_persimmon-100": "persimmon-100",
|
|
43
|
+
"core_persimmon-200": "persimmon-200",
|
|
44
|
+
"core_persimmon-300": "persimmon-300",
|
|
45
|
+
"core_persimmon-400": "persimmon-400",
|
|
46
|
+
"core_persimmon-500": "persimmon-500",
|
|
47
|
+
"core_persimmon-600": "persimmon-600",
|
|
48
|
+
"core_persimmon-700": "persimmon-700",
|
|
49
|
+
"core_persimmon-800": "persimmon-800",
|
|
50
|
+
"core_persimmon-900": "persimmon-900",
|
|
39
51
|
"core_sapphire-25": "sapphire-25",
|
|
40
52
|
"core_sapphire-50": "sapphire-50",
|
|
41
53
|
"core_sapphire-75": "sapphire-75",
|
|
@@ -60,6 +72,18 @@ var HopperColors = {
|
|
|
60
72
|
"core_fog-700": "fog-700",
|
|
61
73
|
"core_fog-800": "fog-800",
|
|
62
74
|
"core_fog-900": "fog-900",
|
|
75
|
+
"core_iris-25": "iris-25",
|
|
76
|
+
"core_iris-50": "iris-50",
|
|
77
|
+
"core_iris-75": "iris-75",
|
|
78
|
+
"core_iris-100": "iris-100",
|
|
79
|
+
"core_iris-200": "iris-200",
|
|
80
|
+
"core_iris-300": "iris-300",
|
|
81
|
+
"core_iris-400": "iris-400",
|
|
82
|
+
"core_iris-500": "iris-500",
|
|
83
|
+
"core_iris-600": "iris-600",
|
|
84
|
+
"core_iris-700": "iris-700",
|
|
85
|
+
"core_iris-800": "iris-800",
|
|
86
|
+
"core_iris-900": "iris-900",
|
|
63
87
|
"core_toad-25": "toad-25",
|
|
64
88
|
"core_toad-50": "toad-50",
|
|
65
89
|
"core_toad-75": "toad-75",
|
|
@@ -96,6 +120,18 @@ var HopperColors = {
|
|
|
96
120
|
"core_koi-700": "koi-700",
|
|
97
121
|
"core_koi-800": "koi-800",
|
|
98
122
|
"core_koi-900": "koi-900",
|
|
123
|
+
"core_limeburst-25": "limeburst-25",
|
|
124
|
+
"core_limeburst-50": "limeburst-50",
|
|
125
|
+
"core_limeburst-75": "limeburst-75",
|
|
126
|
+
"core_limeburst-100": "limeburst-100",
|
|
127
|
+
"core_limeburst-200": "limeburst-200",
|
|
128
|
+
"core_limeburst-300": "limeburst-300",
|
|
129
|
+
"core_limeburst-400": "limeburst-400",
|
|
130
|
+
"core_limeburst-500": "limeburst-500",
|
|
131
|
+
"core_limeburst-600": "limeburst-600",
|
|
132
|
+
"core_limeburst-700": "limeburst-700",
|
|
133
|
+
"core_limeburst-800": "limeburst-800",
|
|
134
|
+
"core_limeburst-900": "limeburst-900",
|
|
99
135
|
"core_amanita-25": "amanita-25",
|
|
100
136
|
"core_amanita-50": "amanita-50",
|
|
101
137
|
"core_amanita-75": "amanita-75",
|
|
@@ -178,6 +214,7 @@ var BackgroundColors = {
|
|
|
178
214
|
"primary-strong-hover": "primary-surface-strong-hover",
|
|
179
215
|
"primary-strong-press": "primary-surface-strong-press",
|
|
180
216
|
"primary-weak": "primary-surface-weak",
|
|
217
|
+
"primary-weak-selected": "primary-surface-weak-selected",
|
|
181
218
|
"primary-weak-hover": "primary-surface-weak-hover",
|
|
182
219
|
"primary-weak-press": "primary-surface-weak-press",
|
|
183
220
|
"upsell-active": "upsell-surface-active",
|
|
@@ -952,6 +989,7 @@ var Elevation = {
|
|
|
952
989
|
"core_sm": "shadow-sm",
|
|
953
990
|
"core_md": "shadow-md",
|
|
954
991
|
"core_lg": "shadow-lg",
|
|
992
|
+
"core_inset-bevel": "shadow-inset-bevel",
|
|
955
993
|
"none": "elevation-none",
|
|
956
994
|
"raised": "elevation-raised",
|
|
957
995
|
"lifted": "elevation-lifted",
|
|
@@ -1151,6 +1189,7 @@ var Shape = {
|
|
|
1151
1189
|
"core_3": "border-radius-3",
|
|
1152
1190
|
"core_4": "border-radius-4",
|
|
1153
1191
|
"core_9999": "border-radius-9999",
|
|
1192
|
+
"core_2-5": "border-radius-2-5",
|
|
1154
1193
|
"circle": "shape-circle",
|
|
1155
1194
|
"pill": "shape-pill",
|
|
1156
1195
|
"rounded-lg": "shape-rounded-lg",
|
|
@@ -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-WNTAV75B.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,6 +1,6 @@
|
|
|
1
1
|
// src/tokens/generated/styledSystemConstants.ts
|
|
2
2
|
var HopperRootCssClass = "hop";
|
|
3
|
-
var StyledSystemRootCssClass = "hop-5-
|
|
3
|
+
var StyledSystemRootCssClass = "hop-5-1-0";
|
|
4
4
|
var HopperVariablePrefix = "--hop";
|
|
5
5
|
|
|
6
6
|
export { HopperRootCssClass, HopperVariablePrefix, StyledSystemRootCssClass };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { DataVizColors, HopperColors, BackgroundColors, BorderColors, TextColors, IconColors, Elevation, FontSize, FontWeight, LineHeight, FontFamily, Shape, CoreSpace, SemanticSimplePaddingSpace, SemanticComplexPaddingSpace, SemanticSimpleMarginSpace, SemanticComplexMarginSpace } from './chunk-
|
|
1
|
+
import { DataVizColors, HopperColors, BackgroundColors, BorderColors, TextColors, IconColors, Elevation, FontSize, FontWeight, LineHeight, FontFamily, Shape, CoreSpace, SemanticSimplePaddingSpace, SemanticComplexPaddingSpace, SemanticSimpleMarginSpace, SemanticComplexMarginSpace } from './chunk-LMCQIGNN.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-WNTAV75B.js';
|
|
5
5
|
|
|
6
6
|
// src/tokens/tokenMappings.ts
|
|
7
7
|
var ColorExpressionTypes = [
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export { BodyStyleProvider } from '../chunk-
|
|
1
|
+
export { BodyStyleProvider } from '../chunk-UPH3VWIY.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-WNTAV75B.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___mzjcr: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___AYc2V: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___x7qfo: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___Bu4ij: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___SPCRZ: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___SM7L2: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___qLeXi: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___GEjY7: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___Iz9ua: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___hWScg: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___igJ1y: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___tDgEe: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___YmLdJ: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___MnX2H: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___PAo7D: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___gIL-g: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___sThCZ: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___qud9J: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___vE3A7: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___l8OPU: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___F9fGa: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___B7zX-: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___73vPm: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___MKO7K: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___LHFnV: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___4YPgm: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___VEgbj: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___RHLYe: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___v1oZt: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___CKsCb: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___f4qQN: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___2cDQN),
|
|
129
|
+
:where(.htmlElement-module__hop-HtmlElement___2cDQN::after),
|
|
130
|
+
:where(.htmlElement-module__hop-HtmlElement___2cDQN::before) {
|
|
131
131
|
box-sizing: border-box;
|
|
132
132
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export { A, Address, Article, Aside, Div, HtmlButton, HtmlFooter, HtmlForm, HtmlH1, HtmlH2, HtmlH3, HtmlH4, HtmlH5, HtmlH6, HtmlHeader, HtmlInput, HtmlLabel, HtmlParagraph, HtmlSection, HtmlTextArea, Img, LI, Main, Nav, OL, Span, TBody, TD, TFoot, TH, THead, TR, Table, UL } from '../chunk-
|
|
2
|
-
import '../chunk-
|
|
3
|
-
import '../chunk-
|
|
4
|
-
import '../chunk-
|
|
5
|
-
import '../chunk-
|
|
1
|
+
export { A, Address, Article, Aside, Div, HtmlButton, HtmlFooter, HtmlForm, HtmlH1, HtmlH2, HtmlH3, HtmlH4, HtmlH5, HtmlH6, HtmlHeader, HtmlInput, HtmlLabel, HtmlParagraph, HtmlSection, HtmlTextArea, Img, LI, Main, Nav, OL, Span, TBody, TD, TFoot, TH, THead, TR, Table, UL } from '../chunk-WKG632HB.js';
|
|
2
|
+
import '../chunk-7KZYHK7V.js';
|
|
3
|
+
import '../chunk-LHB7KW6V.js';
|
|
4
|
+
import '../chunk-Z2SZ7OME.js';
|
|
5
|
+
import '../chunk-LMCQIGNN.js';
|
|
6
6
|
import '../chunk-FTYK7Z7Q.js';
|
|
7
7
|
import '../chunk-U5R6ZXH3.js';
|
|
8
8
|
import '../chunk-VBKLISDI.js';
|
|
9
9
|
import '../chunk-XUHDFZZL.js';
|
|
10
10
|
import '../chunk-QMDDVBCZ.js';
|
|
11
|
-
import '../chunk-
|
|
11
|
+
import '../chunk-WNTAV75B.js';
|
|
12
12
|
import '../chunk-AQ5VUG5P.js';
|