@pingux/astro 2.217.0-alpha.0 → 2.217.1

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.
Files changed (49) hide show
  1. package/lib/cjs/components/TableBase/TableBase.styles.d.ts +3 -3
  2. package/lib/cjs/hooks/useGetTheme/useGetTheme.d.ts +5 -5
  3. package/lib/cjs/styles/themeOverrides/nextGenDarkMode/colors.d.ts +74 -74
  4. package/lib/cjs/styles/themeOverrides/nextGenDarkMode/customProperties/index.d.ts +5 -5
  5. package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/avatar.d.ts +1 -1
  6. package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/badges.d.ts +16 -16
  7. package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/buttons.d.ts +44 -44
  8. package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/cards.d.ts +1 -1
  9. package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/forms.d.ts +9 -9
  10. package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/links.d.ts +9 -9
  11. package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/listview.d.ts +7 -7
  12. package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/menu.d.ts +8 -8
  13. package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/message.d.ts +3 -3
  14. package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/text.d.ts +12 -12
  15. package/lib/cjs/styles/themeOverrides/nextGenDarkMode/variants/variants.d.ts +56 -56
  16. package/lib/cjs/styles/themeOverrides/onyxUiLibraryOverride.d.ts +7 -7
  17. package/lib/cjs/styles/themes/next-gen/colors/colors.d.ts +143 -143
  18. package/lib/cjs/styles/themes/next-gen/colors/iconWrapper.d.ts +30 -30
  19. package/lib/cjs/styles/themes/next-gen/colors/twoTone.d.ts +30 -30
  20. package/lib/cjs/styles/themes/next-gen/customProperties/index.d.ts +5 -5
  21. package/lib/cjs/styles/themes/next-gen/customProperties/tShirtSizes.d.ts +5 -5
  22. package/lib/cjs/styles/themes/next-gen/forms.d.ts +28 -28
  23. package/lib/cjs/styles/themes/next-gen/next-gen.d.ts +525 -507
  24. package/lib/cjs/styles/themes/next-gen/sizes.d.ts +5 -5
  25. package/lib/cjs/styles/themes/next-gen/spacing.d.ts +5 -5
  26. package/lib/cjs/styles/themes/next-gen/text.js +1 -1
  27. package/lib/cjs/styles/themes/next-gen/variants/accordionGrid.d.ts +1 -1
  28. package/lib/cjs/styles/themes/next-gen/variants/avatar.d.ts +5 -5
  29. package/lib/cjs/styles/themes/next-gen/variants/badges.d.ts +22 -22
  30. package/lib/cjs/styles/themes/next-gen/variants/button.d.ts +164 -146
  31. package/lib/cjs/styles/themes/next-gen/variants/cards.d.ts +5 -5
  32. package/lib/cjs/styles/themes/next-gen/variants/dataTable.d.ts +3 -3
  33. package/lib/cjs/styles/themes/next-gen/variants/footer.d.ts +1 -1
  34. package/lib/cjs/styles/themes/next-gen/variants/iconWrapper.d.ts +5 -5
  35. package/lib/cjs/styles/themes/next-gen/variants/input.d.ts +11 -11
  36. package/lib/cjs/styles/themes/next-gen/variants/links.d.ts +34 -34
  37. package/lib/cjs/styles/themes/next-gen/variants/listview.d.ts +14 -14
  38. package/lib/cjs/styles/themes/next-gen/variants/menu.d.ts +3 -3
  39. package/lib/cjs/styles/themes/next-gen/variants/messages.d.ts +11 -11
  40. package/lib/cjs/styles/themes/next-gen/variants/navbar.d.ts +18 -18
  41. package/lib/cjs/styles/themes/next-gen/variants/popoverMenu.d.ts +7 -7
  42. package/lib/cjs/styles/themes/next-gen/variants/rangeCalendar.d.ts +3 -3
  43. package/lib/cjs/styles/themes/next-gen/variants/stepper.d.ts +4 -4
  44. package/lib/cjs/styles/themes/next-gen/variants/tableBase.d.ts +11 -11
  45. package/lib/cjs/styles/themes/next-gen/variants/text.d.ts +25 -25
  46. package/lib/cjs/styles/themes/next-gen/variants/tooltip.d.ts +2 -2
  47. package/lib/cjs/styles/themes/next-gen/variants/variants.d.ts +121 -121
  48. package/lib/styles/themes/next-gen/text.js +1 -1
  49. package/package.json +2 -2
@@ -43,7 +43,7 @@ declare const _default: {
43
43
  bottom: number;
44
44
  left: number;
45
45
  width: string;
46
- backgroundColor: any;
46
+ backgroundColor: string;
47
47
  pointerEvents: string;
48
48
  };
49
49
  '&::before': {
@@ -80,7 +80,7 @@ declare const _default: {
80
80
  bottom: number;
81
81
  left: number;
82
82
  width: string;
83
- backgroundColor: any;
83
+ backgroundColor: string;
84
84
  pointerEvents: string;
85
85
  };
86
86
  '&::before': {
@@ -111,7 +111,7 @@ declare const _default: {
111
111
  bottom: number;
112
112
  left: number;
113
113
  width: string;
114
- backgroundColor: any;
114
+ backgroundColor: string;
115
115
  pointerEvents: string;
116
116
  };
117
117
  '&::before': {
@@ -211,11 +211,11 @@ declare const useGetTheme: () => {
211
211
  };
212
212
  iconBadgeCircleColor: string;
213
213
  iconWrapperSizes: {
214
- xs: any;
215
- sm: any;
216
- md: any;
217
- lg: any;
218
- xl: any;
214
+ xs: number;
215
+ sm: number;
216
+ md: number;
217
+ lg: number;
218
+ xl: number;
219
219
  };
220
220
  accordionItemDefaultLabelTag: string;
221
221
  rockerButtonGap: string;
@@ -7,22 +7,22 @@ export declare const overrides: {
7
7
  export declare const colors: {
8
8
  twoTone: {
9
9
  bg: {
10
- orange: any;
11
- cyan: any;
12
- green: any;
13
- purple: any;
14
- pink: any;
15
- red: any;
16
- yellow: any;
17
- teal: any;
18
- blue: any;
10
+ orange: string;
11
+ cyan: string;
12
+ green: string;
13
+ purple: string;
14
+ pink: string;
15
+ red: string;
16
+ yellow: string;
17
+ teal: string;
18
+ blue: string;
19
19
  white: string;
20
- indigo: any;
21
- lightBlue: any;
22
- lightPink: any;
23
- lightGreen: any;
24
- lightYellow: any;
25
- lightIndigo: any;
20
+ indigo: string;
21
+ lightBlue: string;
22
+ lightPink: string;
23
+ lightGreen: string;
24
+ lightYellow: string;
25
+ lightIndigo: string;
26
26
  };
27
27
  text: {
28
28
  orange: string;
@@ -43,65 +43,65 @@ export declare const colors: {
43
43
  };
44
44
  };
45
45
  light: string;
46
- secondary: any;
47
- dark: any;
48
- lightblue: any;
49
- lightindigo: any;
50
- lightpurple: any;
51
- lightpink: any;
52
- lightred: any;
53
- lightorange: any;
54
- lightyellow: any;
55
- lightgreen: any;
56
- lightteal: any;
57
- lightcyan: any;
58
- darkblue: any;
59
- darkindigo: any;
60
- darkpurple: any;
61
- darkpink: any;
62
- darkred: any;
63
- darkorange: any;
64
- darkyellow: any;
65
- darkgreen: any;
66
- darkteal: any;
67
- darkcyan: any;
46
+ secondary: string;
47
+ dark: string;
48
+ lightblue: string;
49
+ lightindigo: string;
50
+ lightpurple: string;
51
+ lightpink: string;
52
+ lightred: string;
53
+ lightorange: string;
54
+ lightyellow: string;
55
+ lightgreen: string;
56
+ lightteal: string;
57
+ lightcyan: string;
58
+ darkblue: string;
59
+ darkindigo: string;
60
+ darkpurple: string;
61
+ darkpink: string;
62
+ darkred: string;
63
+ darkorange: string;
64
+ darkyellow: string;
65
+ darkgreen: string;
66
+ darkteal: string;
67
+ darkcyan: string;
68
68
  text: {
69
- primary: any;
70
- secondary: any;
71
- error: any;
69
+ primary: string;
70
+ secondary: string;
71
+ error: string;
72
72
  message: string;
73
- fieldHelper: any;
73
+ fieldHelper: string;
74
74
  };
75
75
  environmentBadge: {
76
76
  text: string;
77
- background: any;
77
+ background: string;
78
78
  };
79
79
  background: {
80
- base: any;
80
+ base: string;
81
81
  secondary: string;
82
82
  card: string;
83
83
  hover: string;
84
84
  };
85
- backgroundBase: any;
86
- backgroundSecondary: any;
85
+ backgroundBase: string;
86
+ backgroundSecondary: string;
87
87
  backgroundCard: string;
88
88
  backgroundSuggestion: string;
89
89
  backgroundHover: string;
90
90
  font: {
91
- base: any;
92
- light: any;
93
- link: any;
91
+ base: string;
92
+ light: string;
93
+ link: string;
94
94
  };
95
95
  badge: {
96
- background: any;
97
- textColor: any;
96
+ background: string;
97
+ textColor: string;
98
98
  };
99
99
  codeEditor: {
100
- backgroundColor: any;
101
- headerColor: any;
100
+ backgroundColor: string;
101
+ headerColor: string;
102
102
  };
103
103
  critical: {
104
- dark: any;
104
+ dark: string;
105
105
  };
106
106
  common: {
107
107
  dark: string;
@@ -113,29 +113,29 @@ export declare const colors: {
113
113
  border: {
114
114
  base: string;
115
115
  dark: string;
116
- input: any;
116
+ input: string;
117
117
  separator: string;
118
118
  attachment: string;
119
119
  hairline: string;
120
120
  };
121
121
  iconWrapper: {
122
122
  wrapper: {
123
- orange: any;
124
- cyan: any;
125
- green: any;
126
- purple: any;
127
- pink: any;
128
- red: any;
129
- yellow: any;
130
- teal: any;
131
- blue: any;
123
+ orange: string;
124
+ cyan: string;
125
+ green: string;
126
+ purple: string;
127
+ pink: string;
128
+ red: string;
129
+ yellow: string;
130
+ teal: string;
131
+ blue: string;
132
132
  white: string;
133
- indigo: any;
134
- lightBlue: any;
135
- lightPink: any;
136
- lightGreen: any;
137
- lightYellow: any;
138
- lightIndigo: any;
133
+ indigo: string;
134
+ lightBlue: string;
135
+ lightPink: string;
136
+ lightGreen: string;
137
+ lightYellow: string;
138
+ lightIndigo: string;
139
139
  };
140
140
  icon: {
141
141
  orange: string;
@@ -148,11 +148,11 @@ export declare const colors: {
148
148
  teal: string;
149
149
  blue: string;
150
150
  indigo: string;
151
- lightBlue: any;
152
- lightPink: any;
153
- lightGreen: any;
154
- lightYellow: any;
155
- lightIndigo: any;
151
+ lightBlue: string;
152
+ lightPink: string;
153
+ lightGreen: string;
154
+ lightYellow: string;
155
+ lightIndigo: string;
156
156
  };
157
157
  };
158
158
  };
@@ -96,11 +96,11 @@ export declare const nextGenDarkThemeValues: {
96
96
  };
97
97
  iconBadgeCircleColor: string;
98
98
  iconWrapperSizes: {
99
- xs: any;
100
- sm: any;
101
- md: any;
102
- lg: any;
103
- xl: any;
99
+ xs: number;
100
+ sm: number;
101
+ md: number;
102
+ lg: number;
103
+ xl: number;
104
104
  };
105
105
  accordionItemDefaultLabelTag: string;
106
106
  rockerButtonGap: string;
@@ -10,7 +10,7 @@ export declare const avatar: {
10
10
  color: string;
11
11
  };
12
12
  '&.is-purple': {
13
- backgroundColor: any;
13
+ backgroundColor: string;
14
14
  color: string;
15
15
  };
16
16
  '&.is-pink': {
@@ -13,7 +13,7 @@ declare const badges: {
13
13
  secondary: {
14
14
  backgroundColor: string;
15
15
  '& span': {
16
- color: any;
16
+ color: string;
17
17
  };
18
18
  };
19
19
  success: {
@@ -37,13 +37,13 @@ declare const badges: {
37
37
  info: {
38
38
  backgroundColor: string;
39
39
  '& span': {
40
- color: any;
40
+ color: string;
41
41
  };
42
42
  };
43
43
  dark: {
44
44
  backgroundColor: string;
45
45
  '& span': {
46
- color: any;
46
+ color: string;
47
47
  };
48
48
  };
49
49
  activeStatusBadge: {
@@ -79,7 +79,7 @@ declare const badges: {
79
79
  secondaryStatusBadge: {
80
80
  backgroundColor: string;
81
81
  '& span': {
82
- color: any;
82
+ color: string;
83
83
  };
84
84
  };
85
85
  countBadge: {
@@ -97,34 +97,34 @@ declare const badges: {
97
97
  selectedItemBadge: {
98
98
  backgroundColor: string;
99
99
  '& span': {
100
- color: any;
100
+ color: string;
101
101
  };
102
102
  };
103
103
  readOnlyBadge: {
104
- color: any;
104
+ color: string;
105
105
  backgroundColor: string;
106
106
  borderColor: string;
107
107
  '& span': {
108
- color: any;
108
+ color: string;
109
109
  };
110
110
  };
111
111
  readOnlyFieldBadge: {
112
- color: any;
112
+ color: string;
113
113
  backgroundColor: string;
114
114
  borderColor: string;
115
115
  '& span': {
116
- color: any;
116
+ color: string;
117
117
  };
118
118
  };
119
119
  itemBadgeWithSlot: {
120
120
  '& svg': {
121
121
  path: {
122
- fill: any;
122
+ fill: string;
123
123
  };
124
124
  };
125
125
  backgroundColor: string;
126
126
  '& span': {
127
- color: any;
127
+ color: string;
128
128
  };
129
129
  };
130
130
  errorCalloutBadge: {
@@ -155,7 +155,7 @@ declare const badges: {
155
155
  active: {
156
156
  backgroundColor: string;
157
157
  '& > span': {
158
- color: any;
158
+ color: string;
159
159
  fontSize: string;
160
160
  lineHeight: string;
161
161
  };
@@ -163,7 +163,7 @@ declare const badges: {
163
163
  warning: {
164
164
  backgroundColor: string;
165
165
  '& > span': {
166
- color: any;
166
+ color: string;
167
167
  fontSize: string;
168
168
  lineHeight: string;
169
169
  };
@@ -171,7 +171,7 @@ declare const badges: {
171
171
  critical: {
172
172
  backgroundColor: string;
173
173
  '& > span': {
174
- color: any;
174
+ color: string;
175
175
  fontSize: string;
176
176
  lineHeight: string;
177
177
  };
@@ -179,7 +179,7 @@ declare const badges: {
179
179
  healthy: {
180
180
  backgroundColor: string;
181
181
  '& > span': {
182
- color: any;
182
+ color: string;
183
183
  fontSize: string;
184
184
  lineHeight: string;
185
185
  };
@@ -187,7 +187,7 @@ declare const badges: {
187
187
  secondary: {
188
188
  backgroundColor: string;
189
189
  '& > span': {
190
- color: any;
190
+ color: string;
191
191
  fontSize: string;
192
192
  lineHeight: string;
193
193
  };
@@ -12,7 +12,7 @@ declare const buttons: {
12
12
  color: string;
13
13
  };
14
14
  neutral: {
15
- color: any;
15
+ color: string;
16
16
  };
17
17
  critical: {
18
18
  color: string;
@@ -24,8 +24,8 @@ declare const buttons: {
24
24
  };
25
25
  };
26
26
  inline: {
27
- color: any;
28
- borderColor: any;
27
+ color: string;
28
+ borderColor: string;
29
29
  '&.is-hovered': {
30
30
  backgroundColor: string;
31
31
  color: string;
@@ -46,8 +46,8 @@ declare const buttons: {
46
46
  };
47
47
  };
48
48
  withIcon: {
49
- color: any;
50
- borderColor: any;
49
+ color: string;
50
+ borderColor: string;
51
51
  '&.is-hovered': {
52
52
  backgroundColor: string;
53
53
  borderColor: string;
@@ -83,8 +83,8 @@ declare const buttons: {
83
83
  };
84
84
  };
85
85
  inlineWithIcon: {
86
- color: any;
87
- borderColor: any;
86
+ color: string;
87
+ borderColor: string;
88
88
  '&.is-hovered': {
89
89
  color: string;
90
90
  backgroundColor: string;
@@ -120,8 +120,8 @@ declare const buttons: {
120
120
  };
121
121
  };
122
122
  colorBlock: {
123
- bg: any;
124
- borderColor: any;
123
+ bg: string;
124
+ borderColor: string;
125
125
  path: {
126
126
  fill: string;
127
127
  };
@@ -129,12 +129,12 @@ declare const buttons: {
129
129
  color: string;
130
130
  };
131
131
  '&.is-hovered': {
132
- bg: any;
133
- borderColor: any;
132
+ bg: string;
133
+ borderColor: string;
134
134
  };
135
135
  '&.is-pressed': {
136
- bg: any;
137
- borderColor: any;
136
+ bg: string;
137
+ borderColor: string;
138
138
  };
139
139
  '&>svg': {
140
140
  color: string;
@@ -164,8 +164,8 @@ declare const buttons: {
164
164
  };
165
165
  };
166
166
  default: {
167
- color: any;
168
- borderColor: any;
167
+ color: string;
168
+ borderColor: string;
169
169
  '&.is-pressed': {
170
170
  color: string;
171
171
  borderColor: string;
@@ -177,7 +177,7 @@ declare const buttons: {
177
177
  };
178
178
  };
179
179
  link: {
180
- color: any;
180
+ color: string;
181
181
  '&.is-pressed': {
182
182
  textDecoration: string;
183
183
  outline: string;
@@ -190,7 +190,7 @@ declare const buttons: {
190
190
  };
191
191
  };
192
192
  criticalLink: {
193
- color: any;
193
+ color: string;
194
194
  '&.is-pressed': {
195
195
  textDecoration: string;
196
196
  outline: string;
@@ -209,15 +209,15 @@ declare const buttons: {
209
209
  };
210
210
  '&.is-hovered': {
211
211
  path: {
212
- fill: any;
212
+ fill: string;
213
213
  };
214
214
  backgroundColor: string;
215
215
  };
216
216
  '&.is-pressed': {
217
217
  backgroundColor: string;
218
- borderColor: any;
218
+ borderColor: string;
219
219
  path: {
220
- fill: any;
220
+ fill: string;
221
221
  };
222
222
  };
223
223
  };
@@ -246,15 +246,15 @@ declare const buttons: {
246
246
  };
247
247
  '&.is-hovered': {
248
248
  path: {
249
- fill: any;
249
+ fill: string;
250
250
  };
251
251
  backgroundColor: string;
252
252
  };
253
253
  '&.is-pressed': {
254
254
  backgroundColor: string;
255
- borderColor: any;
255
+ borderColor: string;
256
256
  path: {
257
- fill: any;
257
+ fill: string;
258
258
  };
259
259
  };
260
260
  };
@@ -267,16 +267,16 @@ declare const buttons: {
267
267
  };
268
268
  filter: {
269
269
  '&.is-hovered': {
270
- backgroundColor: any;
270
+ backgroundColor: string;
271
271
  };
272
272
  path: {
273
273
  fill: string;
274
274
  };
275
275
  '&.is-pressed': {
276
276
  backgroundColor: string;
277
- borderColor: any;
277
+ borderColor: string;
278
278
  path: {
279
- fill: any;
279
+ fill: string;
280
280
  };
281
281
  };
282
282
  };
@@ -286,15 +286,15 @@ declare const buttons: {
286
286
  };
287
287
  '&.is-hovered': {
288
288
  path: {
289
- fill: any;
289
+ fill: string;
290
290
  };
291
291
  backgroundColor: string;
292
292
  };
293
293
  '&.is-pressed': {
294
294
  backgroundColor: string;
295
- borderColor: any;
295
+ borderColor: string;
296
296
  path: {
297
- fill: any;
297
+ fill: string;
298
298
  };
299
299
  };
300
300
  };
@@ -304,30 +304,30 @@ declare const buttons: {
304
304
  };
305
305
  '&.is-hovered': {
306
306
  path: {
307
- fill: any;
307
+ fill: string;
308
308
  };
309
309
  backgroundColor: string;
310
310
  };
311
311
  '&.is-pressed': {
312
312
  backgroundColor: string;
313
- borderColor: any;
313
+ borderColor: string;
314
314
  path: {
315
- fill: any;
315
+ fill: string;
316
316
  };
317
317
  };
318
318
  };
319
319
  messageCloseButton: {
320
320
  '&.is-hovered': {
321
- backgroundColor: any;
321
+ backgroundColor: string;
322
322
  };
323
323
  path: {
324
324
  fill: string;
325
325
  };
326
326
  '&.is-pressed': {
327
327
  backgroundColor: string;
328
- borderColor: any;
328
+ borderColor: string;
329
329
  path: {
330
- fill: any;
330
+ fill: string;
331
331
  };
332
332
  };
333
333
  };
@@ -335,25 +335,25 @@ declare const buttons: {
335
335
  button: {
336
336
  '&.is-hovered': {
337
337
  path: {
338
- fill: any;
338
+ fill: string;
339
339
  };
340
- backgroundColor: any;
340
+ backgroundColor: string;
341
341
  };
342
342
  path: {
343
343
  fill: string;
344
344
  };
345
345
  '&.is-pressed': {
346
346
  backgroundColor: string;
347
- borderColor: any;
347
+ borderColor: string;
348
348
  path: {
349
- fill: any;
349
+ fill: string;
350
350
  };
351
351
  };
352
352
  };
353
353
  };
354
354
  };
355
355
  searchNavTabLabel: {
356
- color: any;
356
+ color: string;
357
357
  '&.is-hovered': {
358
358
  color: string;
359
359
  '& > svg': {
@@ -367,20 +367,20 @@ declare const buttons: {
367
367
  };
368
368
  '&.is-hovered': {
369
369
  path: {
370
- fill: any;
370
+ fill: string;
371
371
  };
372
372
  backgroundColor: string;
373
373
  };
374
374
  '&.is-pressed': {
375
375
  backgroundColor: string;
376
- borderColor: any;
376
+ borderColor: string;
377
377
  path: {
378
- fill: any;
378
+ fill: string;
379
379
  };
380
380
  };
381
381
  };
382
382
  listBoxLink: {
383
- color: any;
383
+ color: string;
384
384
  '&.is-pressed': {
385
385
  color: string;
386
386
  };
@@ -26,7 +26,7 @@ declare const cards: {
26
26
  borderColor: string;
27
27
  };
28
28
  tableWrapper: {
29
- borderColor: any;
29
+ borderColor: string;
30
30
  };
31
31
  };
32
32
  export default cards;