@hopper-ui/styled-system 3.1.7 → 3.1.9
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 +14 -0
- package/dist/StyledSystemProvider.css +34 -34
- package/dist/StyledSystemProvider.js +9 -9
- package/dist/{chunk-OYMXN25G.js → chunk-DEKDHYZJ.js} +3 -3
- package/dist/{chunk-BMWCINBT.js → chunk-I62UJW4C.js} +2 -2
- package/dist/{chunk-5LDV47AF.js → chunk-MEXLJKBG.js} +2 -2
- package/dist/{chunk-SSOKJANQ.js → chunk-OLP75FK3.js} +2 -2
- package/dist/{chunk-ZHO2NVMU.js → chunk-QKSGYCZX.js} +90 -3
- package/dist/{chunk-XBK5RW6T.js → chunk-QQCLCFNV.js} +1 -1
- package/dist/{chunk-3S5NKTSW.js → chunk-R7W7UO6F.js} +1 -1
- package/dist/{chunk-2MD232MR.js → chunk-ZOBRNQ6K.js} +1 -1
- package/dist/{chunk-ETLUMUKM.js → chunk-ZZXXGPRK.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 +96 -9
- package/dist/theme/generated/sharegate/light.css +109 -21
- package/dist/theme/generated/workleap/dark.css +90 -3
- package/dist/theme/generated/workleap/light.css +92 -4
- 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 -2
- package/dist/tokens/generated/styledSystemToTokenMappings.js +1 -1
- package/dist/tokens/tokenMappings.d.ts +288 -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,19 @@
|
|
|
1
1
|
# @hopper-ui/styled-system
|
|
2
2
|
|
|
3
|
+
## 3.1.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 171a611: - Updated Input and Card tokens for ShareGate theme
|
|
8
|
+
- Removed border-radius.2-5 from core tokens
|
|
9
|
+
- Removed tactility-card shadow from core tokens
|
|
10
|
+
|
|
11
|
+
## 3.1.8
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 5cb9d07: Add new colors, `secondary`, `*-inverse`, `*-always-light`, `*-always-dark`, and update some primary colors for ShareGate theme.
|
|
16
|
+
|
|
3
17
|
## 3.1.7
|
|
4
18
|
|
|
5
19
|
### 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___qZIEx: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___rHN9m: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___f3MCd: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___0r7Ai: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___Fb7B0: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___0XQcr: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___N6VYS: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___xOqGG: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___GmsRZ: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___9x1HJ: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___1o7lD: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___O2atB: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___ZWxy2: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___Z5NBT: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___L0T70: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___dQh7t: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___7opvb: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___ZxGkR: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___ll7pP: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___ZBN-i: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___klHmb: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___qFfNv: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___0U8ge: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___Z-vO1: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___OisIP: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___x6xlQ: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___WZUhV: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___5lvGM: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___-h1OQ: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___66oOE: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___lbTNw: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___LYX97),
|
|
129
|
+
:where(.htmlElement-module__hop-HtmlElement___LYX97::after),
|
|
130
|
+
:where(.htmlElement-module__hop-HtmlElement___LYX97::before) {
|
|
131
131
|
box-sizing: border-box;
|
|
132
132
|
}
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
export { GlobalStyledSystemProviderCssSelector, _StyledSystemProvider as StyledSystemProvider } from './chunk-
|
|
1
|
+
export { GlobalStyledSystemProviderCssSelector, _StyledSystemProvider as StyledSystemProvider } from './chunk-DEKDHYZJ.js';
|
|
2
2
|
import './chunk-TKWJ3X2I.js';
|
|
3
|
-
import './chunk-
|
|
3
|
+
import './chunk-ZOBRNQ6K.js';
|
|
4
4
|
import './chunk-RIORU7JO.js';
|
|
5
5
|
import './chunk-YPIK2HRL.js';
|
|
6
6
|
import './chunk-3YM73BQP.js';
|
|
7
7
|
import './chunk-BSIKCABJ.js';
|
|
8
|
-
import './chunk-
|
|
9
|
-
import './chunk-
|
|
8
|
+
import './chunk-ZZXXGPRK.js';
|
|
9
|
+
import './chunk-OLP75FK3.js';
|
|
10
10
|
import './chunk-GXUFWEP5.js';
|
|
11
|
-
import './chunk-
|
|
12
|
-
import './chunk-
|
|
13
|
-
import './chunk-
|
|
14
|
-
import './chunk-
|
|
11
|
+
import './chunk-R7W7UO6F.js';
|
|
12
|
+
import './chunk-MEXLJKBG.js';
|
|
13
|
+
import './chunk-I62UJW4C.js';
|
|
14
|
+
import './chunk-QKSGYCZX.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-QQCLCFNV.js';
|
|
21
21
|
import './chunk-5U5IRAPA.js';
|
|
22
22
|
import './chunk-T6JS7L6B.js';
|
|
23
23
|
import './chunk-7PR2BAOL.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ThemeContext } from './chunk-TKWJ3X2I.js';
|
|
2
|
-
import { BodyStyleProvider } from './chunk-
|
|
3
|
-
import { Div } from './chunk-
|
|
2
|
+
import { BodyStyleProvider } from './chunk-ZOBRNQ6K.js';
|
|
3
|
+
import { Div } from './chunk-ZZXXGPRK.js';
|
|
4
4
|
import { DefaultUnsupportedMatchMediaBreakpoint, BreakpointProvider } from './chunk-GXUFWEP5.js';
|
|
5
|
-
import { getRootCSSClasses } from './chunk-
|
|
5
|
+
import { getRootCSSClasses } from './chunk-R7W7UO6F.js';
|
|
6
6
|
import { useColorScheme } from './chunk-5U5IRAPA.js';
|
|
7
7
|
import { ColorSchemeContext } from './chunk-7PR2BAOL.js';
|
|
8
8
|
import clsx from 'clsx';
|
|
@@ -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-QKSGYCZX.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-QQCLCFNV.js';
|
|
5
5
|
|
|
6
6
|
// src/tokens/tokenMappings.ts
|
|
7
7
|
var ColorExpressionTypes = [
|
|
@@ -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-I62UJW4C.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___qZIEx", "hop-bb-hover": "UseStyledSystem-module__hop-bb-hover___rHN9m", "hop-bl-hover": "UseStyledSystem-module__hop-bl-hover___f3MCd", "hop-br-hover": "UseStyledSystem-module__hop-br-hover___0r7Ai", "hop-bt-hover": "UseStyledSystem-module__hop-bt-hover___Fb7B0", "hop-b-focus": "UseStyledSystem-module__hop-b-focus___0XQcr", "hop-bb-focus": "UseStyledSystem-module__hop-bb-focus___N6VYS", "hop-bl-focus": "UseStyledSystem-module__hop-bl-focus___xOqGG", "hop-br-focus": "UseStyledSystem-module__hop-br-focus___GmsRZ", "hop-bt-focus": "UseStyledSystem-module__hop-bt-focus___9x1HJ", "hop-b-active": "UseStyledSystem-module__hop-b-active___1o7lD", "hop-bb-active": "UseStyledSystem-module__hop-bb-active___O2atB", "hop-bl-active": "UseStyledSystem-module__hop-bl-active___ZWxy2", "hop-br-active": "UseStyledSystem-module__hop-br-active___Z5NBT", "hop-bt-active": "UseStyledSystem-module__hop-bt-active___L0T70", "hop-bg-hover": "UseStyledSystem-module__hop-bg-hover___dQh7t", "hop-bg-focus": "UseStyledSystem-module__hop-bg-focus___7opvb", "hop-bg-active": "UseStyledSystem-module__hop-bg-active___ZxGkR", "hop-bs-hover": "UseStyledSystem-module__hop-bs-hover___ll7pP", "hop-bs-focus": "UseStyledSystem-module__hop-bs-focus___ZBN-i", "hop-bs-active": "UseStyledSystem-module__hop-bs-active___klHmb", "hop-c-hover": "UseStyledSystem-module__hop-c-hover___qFfNv", "hop-c-focus": "UseStyledSystem-module__hop-c-focus___0U8ge", "hop-c-active": "UseStyledSystem-module__hop-c-active___Z-vO1", "hop-cs-hover": "UseStyledSystem-module__hop-cs-hover___OisIP", "hop-f-hover": "UseStyledSystem-module__hop-f-hover___x6xlQ", "hop-f-focus": "UseStyledSystem-module__hop-f-focus___WZUhV", "hop-o-hover": "UseStyledSystem-module__hop-o-hover___5lvGM", "hop-o-focus": "UseStyledSystem-module__hop-o-focus___-h1OQ", "hop-o-active": "UseStyledSystem-module__hop-o-active___66oOE", "hop-ol-focus": "UseStyledSystem-module__hop-ol-focus___lbTNw" };
|
|
10
10
|
|
|
11
11
|
// src/useStyledSystem.ts
|
|
12
12
|
function createSystemValueHandler(systemValues) {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { useStyledSystem } from './chunk-
|
|
1
|
+
import { useStyledSystem } from './chunk-MEXLJKBG.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___LYX97" };
|
|
8
8
|
var GlobalHtmlElementCssSelector = "hop-HtmlElement";
|
|
9
9
|
var GlobalHtmlElementSpecificCssSelector = (elementType) => `${GlobalHtmlElementCssSelector}-${elementType}`;
|
|
10
10
|
function htmlElement(elementType) {
|
|
@@ -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",
|
|
@@ -991,7 +1080,6 @@ var Elevation = {
|
|
|
991
1080
|
"core_md": "shadow-md",
|
|
992
1081
|
"core_lg": "shadow-lg",
|
|
993
1082
|
"core_tactility-button": "shadow-tactility-button",
|
|
994
|
-
"core_tactility-card": "shadow-tactility-card",
|
|
995
1083
|
"core_tactility-control": "shadow-tactility-control",
|
|
996
1084
|
"none": "elevation-none",
|
|
997
1085
|
"raised": "elevation-raised",
|
|
@@ -1192,7 +1280,6 @@ var Shape = {
|
|
|
1192
1280
|
"core_3": "border-radius-3",
|
|
1193
1281
|
"core_4": "border-radius-4",
|
|
1194
1282
|
"core_9999": "border-radius-9999",
|
|
1195
|
-
"core_2-5": "border-radius-2-5",
|
|
1196
1283
|
"circle": "shape-circle",
|
|
1197
1284
|
"pill": "shape-pill",
|
|
1198
1285
|
"rounded-lg": "shape-rounded-lg",
|
|
@@ -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-9";
|
|
4
4
|
var HopperVariablePrefix = "--hop";
|
|
5
5
|
|
|
6
6
|
export { HopperRootCssClass, HopperVariablePrefix, StyledSystemRootCssClass };
|
|
@@ -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-QQCLCFNV.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,9 +1,9 @@
|
|
|
1
|
-
export { BodyStyleProvider } from '../chunk-
|
|
1
|
+
export { BodyStyleProvider } from '../chunk-ZOBRNQ6K.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-QQCLCFNV.js';
|
|
8
8
|
import '../chunk-7PR2BAOL.js';
|
|
9
9
|
import '../chunk-AQ5VUG5P.js';
|