@pingux/astro 2.216.0-alpha.0 → 2.217.1-alpha.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/lib/cjs/components/PanelHeader/PanelHeader.js +9 -2
- package/lib/cjs/components/PanelHeader/PanelHeader.stories.js +14 -2
- package/lib/cjs/components/PanelHeader/PanelHeader.test.js +115 -3
- package/lib/cjs/components/PanelHeader/stories/OnyxPanelHeaderComponent.js +8 -0
- package/lib/cjs/components/TableBase/TableBase.styles.d.ts +3 -3
- package/lib/cjs/hooks/useGetTheme/useGetTheme.d.ts +5 -5
- package/lib/cjs/index.d.ts +1 -0
- package/lib/cjs/index.js +8 -0
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/colors.d.ts +74 -74
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/customProperties/index.d.ts +5 -5
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/avatar.d.ts +1 -1
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/badges.d.ts +16 -16
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/buttons.d.ts +44 -44
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/cards.d.ts +1 -1
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/forms.d.ts +9 -9
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/links.d.ts +9 -9
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/listview.d.ts +7 -7
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/menu.d.ts +8 -8
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/message.d.ts +3 -3
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/text.d.ts +12 -12
- package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/variants.d.ts +56 -56
- package/lib/cjs/styles/themeOverrides/onyxUiLibraryOverride.d.ts +7 -7
- package/lib/cjs/styles/themes/next-gen/colors/colors.d.ts +143 -143
- package/lib/cjs/styles/themes/next-gen/colors/iconWrapper.d.ts +30 -30
- package/lib/cjs/styles/themes/next-gen/colors/twoTone.d.ts +30 -30
- package/lib/cjs/styles/themes/next-gen/customProperties/index.d.ts +5 -5
- package/lib/cjs/styles/themes/next-gen/customProperties/tShirtSizes.d.ts +5 -5
- package/lib/cjs/styles/themes/next-gen/forms.d.ts +28 -28
- package/lib/cjs/styles/themes/next-gen/next-gen.d.ts +525 -507
- package/lib/cjs/styles/themes/next-gen/sizes.d.ts +5 -5
- package/lib/cjs/styles/themes/next-gen/spacing.d.ts +5 -5
- package/lib/cjs/styles/themes/next-gen/text.js +1 -1
- package/lib/cjs/styles/themes/next-gen/variants/accordionGrid.d.ts +1 -1
- package/lib/cjs/styles/themes/next-gen/variants/avatar.d.ts +5 -5
- package/lib/cjs/styles/themes/next-gen/variants/badges.d.ts +22 -22
- package/lib/cjs/styles/themes/next-gen/variants/button.d.ts +164 -146
- package/lib/cjs/styles/themes/next-gen/variants/cards.d.ts +5 -5
- package/lib/cjs/styles/themes/next-gen/variants/dataTable.d.ts +3 -3
- package/lib/cjs/styles/themes/next-gen/variants/footer.d.ts +1 -1
- package/lib/cjs/styles/themes/next-gen/variants/iconWrapper.d.ts +5 -5
- package/lib/cjs/styles/themes/next-gen/variants/input.d.ts +11 -11
- package/lib/cjs/styles/themes/next-gen/variants/links.d.ts +34 -34
- package/lib/cjs/styles/themes/next-gen/variants/listview.d.ts +14 -14
- package/lib/cjs/styles/themes/next-gen/variants/menu.d.ts +3 -3
- package/lib/cjs/styles/themes/next-gen/variants/messages.d.ts +11 -11
- package/lib/cjs/styles/themes/next-gen/variants/navbar.d.ts +18 -18
- package/lib/cjs/styles/themes/next-gen/variants/popoverMenu.d.ts +7 -7
- package/lib/cjs/styles/themes/next-gen/variants/rangeCalendar.d.ts +3 -3
- package/lib/cjs/styles/themes/next-gen/variants/stepper.d.ts +4 -4
- package/lib/cjs/styles/themes/next-gen/variants/tableBase.d.ts +11 -11
- package/lib/cjs/styles/themes/next-gen/variants/text.d.ts +25 -25
- package/lib/cjs/styles/themes/next-gen/variants/tooltip.d.ts +2 -2
- package/lib/cjs/styles/themes/next-gen/variants/variants.d.ts +121 -121
- package/lib/components/PanelHeader/PanelHeader.js +10 -3
- package/lib/components/PanelHeader/PanelHeader.stories.js +13 -1
- package/lib/components/PanelHeader/PanelHeader.test.js +113 -2
- package/lib/components/PanelHeader/stories/OnyxPanelHeaderComponent.js +8 -0
- package/lib/index.js +1 -0
- package/lib/styles/themes/next-gen/text.js +1 -1
- package/package.json +2 -2
|
@@ -48,17 +48,17 @@ declare const _default: {
|
|
|
48
48
|
outlineOffset: string;
|
|
49
49
|
};
|
|
50
50
|
'&.is-unavailable': {
|
|
51
|
-
backgroundColor:
|
|
51
|
+
backgroundColor: string;
|
|
52
52
|
color: string;
|
|
53
53
|
};
|
|
54
54
|
'&:not(.is-outside-visible-range)&.is-extreme&:not(.is-completely-disabled)': {
|
|
55
|
-
backgroundColor:
|
|
55
|
+
backgroundColor: string;
|
|
56
56
|
color: string;
|
|
57
57
|
opacity: number;
|
|
58
58
|
};
|
|
59
59
|
'&.is-disabled': {
|
|
60
60
|
'&.is-hovered': {
|
|
61
|
-
color:
|
|
61
|
+
color: string;
|
|
62
62
|
backgroundColor: string;
|
|
63
63
|
};
|
|
64
64
|
};
|
|
@@ -9,7 +9,7 @@ declare const _default: {
|
|
|
9
9
|
borderBottomColor: string;
|
|
10
10
|
'&.is-inactive': {
|
|
11
11
|
borderBottomStyle: string;
|
|
12
|
-
borderBottomColor:
|
|
12
|
+
borderBottomColor: string;
|
|
13
13
|
};
|
|
14
14
|
'&.is-default': {
|
|
15
15
|
width: string;
|
|
@@ -18,7 +18,7 @@ declare const _default: {
|
|
|
18
18
|
borderBottomWidth: number;
|
|
19
19
|
borderRightWidth: string;
|
|
20
20
|
borderRightStyle: string;
|
|
21
|
-
borderRightColor:
|
|
21
|
+
borderRightColor: string;
|
|
22
22
|
my: string;
|
|
23
23
|
};
|
|
24
24
|
};
|
|
@@ -73,7 +73,7 @@ declare const _default: {
|
|
|
73
73
|
fontWeight: number;
|
|
74
74
|
fontSize: string;
|
|
75
75
|
backgroundColor: string;
|
|
76
|
-
borderColor:
|
|
76
|
+
borderColor: string;
|
|
77
77
|
color: string;
|
|
78
78
|
};
|
|
79
79
|
};
|
|
@@ -87,7 +87,7 @@ declare const _default: {
|
|
|
87
87
|
fontWeight: number;
|
|
88
88
|
fontSize: string;
|
|
89
89
|
backgroundColor: string;
|
|
90
|
-
borderColor:
|
|
90
|
+
borderColor: string;
|
|
91
91
|
color: string;
|
|
92
92
|
};
|
|
93
93
|
};
|
|
@@ -36,38 +36,38 @@ export declare const tableBase: {
|
|
|
36
36
|
caption: {
|
|
37
37
|
backgroundColor: string;
|
|
38
38
|
px: string;
|
|
39
|
-
color:
|
|
39
|
+
color: string;
|
|
40
40
|
borderBottom: string;
|
|
41
|
-
borderBottomColor:
|
|
41
|
+
borderBottomColor: string;
|
|
42
42
|
borderTopLeftRadius: string;
|
|
43
43
|
borderTopRightRadius: string;
|
|
44
44
|
};
|
|
45
45
|
row: {
|
|
46
46
|
borderBottom: string;
|
|
47
|
-
borderBottomColor:
|
|
47
|
+
borderBottomColor: string;
|
|
48
48
|
'&.is-focused': {
|
|
49
49
|
outlineOffset: string;
|
|
50
50
|
outline: string;
|
|
51
51
|
outlineColor: string;
|
|
52
52
|
};
|
|
53
53
|
'&.is-hovered': {
|
|
54
|
-
bg:
|
|
54
|
+
bg: string;
|
|
55
55
|
'& > td:last-of-type': {
|
|
56
|
-
bg:
|
|
56
|
+
bg: string;
|
|
57
57
|
};
|
|
58
58
|
};
|
|
59
59
|
'&:nth-of-type(odd)': {
|
|
60
|
-
bg:
|
|
60
|
+
bg: string;
|
|
61
61
|
'&.is-hovered': {
|
|
62
|
-
bg:
|
|
62
|
+
bg: string;
|
|
63
63
|
};
|
|
64
64
|
'& > td:last-of-type': {
|
|
65
|
-
bg:
|
|
65
|
+
bg: string;
|
|
66
66
|
};
|
|
67
67
|
};
|
|
68
68
|
};
|
|
69
69
|
thead: {
|
|
70
|
-
borderBottomColor:
|
|
70
|
+
borderBottomColor: string;
|
|
71
71
|
backgroundColor: string;
|
|
72
72
|
'&.is-sticky': {
|
|
73
73
|
border: string;
|
|
@@ -87,7 +87,7 @@ export declare const tableBase: {
|
|
|
87
87
|
};
|
|
88
88
|
};
|
|
89
89
|
tbody: {
|
|
90
|
-
borderTopColor:
|
|
90
|
+
borderTopColor: string;
|
|
91
91
|
borderBottom: string;
|
|
92
92
|
backgroundColor: string;
|
|
93
93
|
borderBottomLeftRadius: string;
|
|
@@ -108,6 +108,6 @@ export declare const tableBase: {
|
|
|
108
108
|
};
|
|
109
109
|
};
|
|
110
110
|
resizer: {
|
|
111
|
-
backgroundColor:
|
|
111
|
+
backgroundColor: string;
|
|
112
112
|
};
|
|
113
113
|
};
|
|
@@ -11,17 +11,17 @@ export declare const text: {
|
|
|
11
11
|
whiteSpace: string;
|
|
12
12
|
color: string;
|
|
13
13
|
lineHeight: string;
|
|
14
|
-
fontSize:
|
|
14
|
+
fontSize: number;
|
|
15
15
|
fontWeight: number;
|
|
16
16
|
fontFamily: string;
|
|
17
17
|
};
|
|
18
18
|
messagesText: {
|
|
19
19
|
'&.is-success, &.is-warning, &.is-error, &.is-default': {
|
|
20
|
-
color:
|
|
20
|
+
color: string;
|
|
21
21
|
'& > a': {
|
|
22
22
|
fontWeight: string;
|
|
23
23
|
textDecoration: string;
|
|
24
|
-
color:
|
|
24
|
+
color: string;
|
|
25
25
|
};
|
|
26
26
|
};
|
|
27
27
|
};
|
|
@@ -50,55 +50,55 @@ export declare const text: {
|
|
|
50
50
|
stepperTabContentHeader: {
|
|
51
51
|
color: string;
|
|
52
52
|
lineHeight: string;
|
|
53
|
-
fontSize:
|
|
53
|
+
fontSize: number;
|
|
54
54
|
fontWeight: number;
|
|
55
55
|
fontFamily: string;
|
|
56
56
|
};
|
|
57
57
|
headText: {
|
|
58
58
|
fontSize: string;
|
|
59
59
|
fontWeight: string;
|
|
60
|
-
color:
|
|
60
|
+
color: string;
|
|
61
61
|
lineHeight: string;
|
|
62
62
|
};
|
|
63
63
|
label: {
|
|
64
|
-
fontSize:
|
|
64
|
+
fontSize: number;
|
|
65
65
|
};
|
|
66
66
|
linkSelectFieldLabel: {
|
|
67
|
-
color:
|
|
67
|
+
color: string;
|
|
68
68
|
fontWeight: number;
|
|
69
|
-
fontSize:
|
|
69
|
+
fontSize: number;
|
|
70
70
|
};
|
|
71
71
|
H1: {
|
|
72
72
|
lineHeight: string;
|
|
73
|
-
fontSize:
|
|
73
|
+
fontSize: number;
|
|
74
74
|
fontWeight: number;
|
|
75
75
|
color: string;
|
|
76
76
|
fontFamily: string;
|
|
77
77
|
};
|
|
78
78
|
H2: {
|
|
79
79
|
lineHeight: string;
|
|
80
|
-
fontSize:
|
|
80
|
+
fontSize: number;
|
|
81
81
|
fontWeight: number;
|
|
82
82
|
color: string;
|
|
83
83
|
fontFamily: string;
|
|
84
84
|
};
|
|
85
85
|
H3: {
|
|
86
86
|
lineHeight: string;
|
|
87
|
-
fontSize:
|
|
87
|
+
fontSize: number;
|
|
88
88
|
fontWeight: number;
|
|
89
89
|
color: string;
|
|
90
90
|
fontFamily: string;
|
|
91
91
|
};
|
|
92
92
|
H4: {
|
|
93
93
|
lineHeight: string;
|
|
94
|
-
fontSize:
|
|
94
|
+
fontSize: number;
|
|
95
95
|
fontWeight: number;
|
|
96
96
|
color: string;
|
|
97
97
|
fontFamily: string;
|
|
98
98
|
};
|
|
99
99
|
H5: {
|
|
100
100
|
lineHeight: string;
|
|
101
|
-
fontSize:
|
|
101
|
+
fontSize: number;
|
|
102
102
|
fontWeight: number;
|
|
103
103
|
color: string;
|
|
104
104
|
fontFamily: string;
|
|
@@ -109,40 +109,40 @@ export declare const text: {
|
|
|
109
109
|
color: string;
|
|
110
110
|
fontFamily: string;
|
|
111
111
|
fontWeight: number;
|
|
112
|
-
fontSize:
|
|
112
|
+
fontSize: number;
|
|
113
113
|
letterSpacing: string;
|
|
114
114
|
};
|
|
115
115
|
h1: {
|
|
116
116
|
lineHeight: string;
|
|
117
|
-
fontSize:
|
|
117
|
+
fontSize: number;
|
|
118
118
|
fontWeight: number;
|
|
119
119
|
color: string;
|
|
120
120
|
fontFamily: string;
|
|
121
121
|
};
|
|
122
122
|
h2: {
|
|
123
123
|
lineHeight: string;
|
|
124
|
-
fontSize:
|
|
124
|
+
fontSize: number;
|
|
125
125
|
fontWeight: number;
|
|
126
126
|
color: string;
|
|
127
127
|
fontFamily: string;
|
|
128
128
|
};
|
|
129
129
|
h3: {
|
|
130
130
|
lineHeight: string;
|
|
131
|
-
fontSize:
|
|
131
|
+
fontSize: number;
|
|
132
132
|
fontWeight: number;
|
|
133
133
|
color: string;
|
|
134
134
|
fontFamily: string;
|
|
135
135
|
};
|
|
136
136
|
h4: {
|
|
137
137
|
lineHeight: string;
|
|
138
|
-
fontSize:
|
|
138
|
+
fontSize: number;
|
|
139
139
|
fontWeight: number;
|
|
140
140
|
color: string;
|
|
141
141
|
fontFamily: string;
|
|
142
142
|
};
|
|
143
143
|
h5: {
|
|
144
144
|
lineHeight: string;
|
|
145
|
-
fontSize:
|
|
145
|
+
fontSize: number;
|
|
146
146
|
fontWeight: number;
|
|
147
147
|
color: string;
|
|
148
148
|
fontFamily: string;
|
|
@@ -153,7 +153,7 @@ export declare const text: {
|
|
|
153
153
|
color: string;
|
|
154
154
|
fontFamily: string;
|
|
155
155
|
fontWeight: number;
|
|
156
|
-
fontSize:
|
|
156
|
+
fontSize: number;
|
|
157
157
|
letterSpacing: string;
|
|
158
158
|
};
|
|
159
159
|
base: {
|
|
@@ -161,7 +161,7 @@ export declare const text: {
|
|
|
161
161
|
};
|
|
162
162
|
modalTitle: {
|
|
163
163
|
lineHeight: string;
|
|
164
|
-
fontSize:
|
|
164
|
+
fontSize: number;
|
|
165
165
|
fontWeight: number;
|
|
166
166
|
color: string;
|
|
167
167
|
fontFamily: string;
|
|
@@ -194,21 +194,21 @@ export declare const text: {
|
|
|
194
194
|
lineHeight: string;
|
|
195
195
|
};
|
|
196
196
|
tabLabel: {
|
|
197
|
-
color:
|
|
197
|
+
color: string;
|
|
198
198
|
wordBreak: string;
|
|
199
199
|
lineHeight: string;
|
|
200
200
|
mb: string;
|
|
201
201
|
mt: string;
|
|
202
202
|
'.is-selected &': {
|
|
203
|
-
color:
|
|
203
|
+
color: string;
|
|
204
204
|
mb: string;
|
|
205
205
|
};
|
|
206
206
|
'.is-selected &, .is-hovered &': {
|
|
207
|
-
color:
|
|
207
|
+
color: string;
|
|
208
208
|
};
|
|
209
209
|
};
|
|
210
210
|
placeholder: {
|
|
211
|
-
color:
|
|
211
|
+
color: string;
|
|
212
212
|
fontWeight: number;
|
|
213
213
|
};
|
|
214
214
|
paragraph: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
container: {
|
|
3
|
-
backgroundColor:
|
|
3
|
+
backgroundColor: string;
|
|
4
4
|
borderRadius: string;
|
|
5
5
|
fontSize: string;
|
|
6
6
|
fontFamily: string;
|
|
@@ -24,7 +24,7 @@ declare const _default: {
|
|
|
24
24
|
};
|
|
25
25
|
};
|
|
26
26
|
inline: {
|
|
27
|
-
color:
|
|
27
|
+
color: string;
|
|
28
28
|
'&.is-focused': {
|
|
29
29
|
outline: string;
|
|
30
30
|
outlineColor: string;
|