@solostylist/ui-kit 1.0.93 → 1.0.95
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/dist/main.d.ts +2 -0
- package/dist/main.js +115 -113
- package/dist/theme/components/button.d.ts +6 -6
- package/dist/theme/components/components.d.ts +6 -6
- package/package.json +1 -1
package/dist/main.d.ts
CHANGED
|
@@ -8,6 +8,8 @@ export { default as SButton } from './s-button/index';
|
|
|
8
8
|
export type { SButtonProps } from './s-button/index';
|
|
9
9
|
export { default as SButtonLink } from './s-button-link/index';
|
|
10
10
|
export type { SButtonLinkProps } from './s-button-link/index';
|
|
11
|
+
export { default as SCarousel } from './s-carousel/index';
|
|
12
|
+
export type { SCarouselProps } from './s-carousel/index';
|
|
11
13
|
export { default as SChatInput } from './s-chat-input/index';
|
|
12
14
|
export type { SChatInputProps } from './s-chat-input/index';
|
|
13
15
|
export { default as SChatMessage } from './s-chat-message/index';
|
package/dist/main.js
CHANGED
|
@@ -3,124 +3,126 @@ import { default as f } from "./s-autocomplete/s-autocomplete.js";
|
|
|
3
3
|
import { default as m } from "./s-avatar/s-avatar.js";
|
|
4
4
|
import { default as p } from "./s-button/s-button.js";
|
|
5
5
|
import { default as S } from "./s-button-link/s-button-link.js";
|
|
6
|
-
import { default as u } from "./s-
|
|
7
|
-
import { default as n } from "./s-chat-
|
|
8
|
-
import { default as c } from "./s-
|
|
6
|
+
import { default as u } from "./s-carousel/s-carousel.js";
|
|
7
|
+
import { default as n } from "./s-chat-input/s-chat-input.js";
|
|
8
|
+
import { default as c } from "./s-chat-message/s-chat-message.js";
|
|
9
|
+
import { default as D } from "./s-text-editor/s-text-editor.js";
|
|
9
10
|
import "./s-text-editor/s-text-editor-toolbar.js";
|
|
10
|
-
import { default as
|
|
11
|
-
import { default as
|
|
12
|
-
import { default as
|
|
13
|
-
import { default as
|
|
14
|
-
import { DialogConfirmProvider as
|
|
15
|
-
import { DialogMessageProvider as
|
|
16
|
-
import { default as
|
|
17
|
-
import { default as
|
|
18
|
-
import { default as
|
|
19
|
-
import { default as
|
|
20
|
-
import { default as
|
|
21
|
-
import { default as
|
|
22
|
-
import { default as
|
|
23
|
-
import { default as
|
|
24
|
-
import { default as
|
|
25
|
-
import { default as
|
|
26
|
-
import { default as
|
|
27
|
-
import { default as
|
|
28
|
-
import { default as
|
|
29
|
-
import { default as
|
|
30
|
-
import { default as
|
|
31
|
-
import { default as
|
|
32
|
-
import { default as
|
|
33
|
-
import { default as
|
|
34
|
-
import { SSmartTextField as
|
|
35
|
-
import { SCopilotKitProvider as
|
|
36
|
-
import { SStripeCVC as
|
|
37
|
-
import { default as
|
|
38
|
-
import { default as
|
|
39
|
-
import { default as
|
|
40
|
-
import { default as
|
|
41
|
-
import { default as
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as
|
|
44
|
-
import { default as
|
|
45
|
-
import { MediaItem as
|
|
46
|
-
import { default as
|
|
47
|
-
import { default as
|
|
48
|
-
import { default as
|
|
49
|
-
import { default as
|
|
50
|
-
import { default as
|
|
51
|
-
import { useDialog as
|
|
52
|
-
import { usePopover as
|
|
53
|
-
import { formatDatePosted as
|
|
54
|
-
import { bytesToSize as
|
|
55
|
-
import { LogLevel as
|
|
56
|
-
import { default as
|
|
11
|
+
import { default as T } from "./s-checkbox/s-checkbox.js";
|
|
12
|
+
import { default as M } from "./s-chip/s-chip.js";
|
|
13
|
+
import { default as b } from "./s-chips/s-chips.js";
|
|
14
|
+
import { default as L } from "./s-data-table/s-data-table.js";
|
|
15
|
+
import { DialogConfirmProvider as y, default as F, useDialogConfirm as B } from "./s-dialog-confirm/s-dialog-confirm.js";
|
|
16
|
+
import { DialogMessageProvider as A, default as E, useDialogMessage as G } from "./s-dialog-message/s-dialog-message.js";
|
|
17
|
+
import { default as j } from "./s-error/s-error.js";
|
|
18
|
+
import { default as K } from "./s-empty/s-empty.js";
|
|
19
|
+
import { default as V } from "./s-dialog/s-dialog.js";
|
|
20
|
+
import { default as H } from "./s-file-dropzone/s-file-dropzone.js";
|
|
21
|
+
import { default as O } from "./s-file-icon/s-file-icon.js";
|
|
22
|
+
import { default as U } from "./s-i18n-provider/s-i18n-provider.js";
|
|
23
|
+
import { default as X } from "./s-icon-button/s-icon-button.js";
|
|
24
|
+
import { default as Z } from "./s-label/s-label.js";
|
|
25
|
+
import { default as $ } from "./s-multi-select/s-multi-select.js";
|
|
26
|
+
import { default as oe } from "./s-no-ssr/s-no-ssr.js";
|
|
27
|
+
import { default as te } from "./s-text-field/s-text-field.js";
|
|
28
|
+
import { default as fe } from "./s-pagination/s-pagination.js";
|
|
29
|
+
import { default as me } from "./s-select/s-select.js";
|
|
30
|
+
import { default as pe } from "./s-skeleton/s-skeleton.js";
|
|
31
|
+
import { default as Se } from "./s-tip/s-tip.js";
|
|
32
|
+
import { default as ue } from "./s-text-truncation/s-text-truncation.js";
|
|
33
|
+
import { default as ne, SnackbarMessageProvider as ge, useSnackbarMessage as ce } from "./s-snackbar-message/s-snackbar-message.js";
|
|
34
|
+
import { default as De } from "./s-form/s-form.js";
|
|
35
|
+
import { SSmartTextField as Te } from "./s-smart-text-field/s-smart-text-field.js";
|
|
36
|
+
import { SCopilotKitProvider as Me } from "./s-copilot-kit-provider/s-copilot-kit-provider.js";
|
|
37
|
+
import { SStripeCVC as be, SStripeExpiry as ke, SStripeNumber as Le, StripeTextField as he } from "./s-stripe/s-stripe.js";
|
|
38
|
+
import { default as Fe } from "./s-theme-provider/s-theme-provider.js";
|
|
39
|
+
import { default as ze } from "./s-datetime-picker/s-datetime-picker.js";
|
|
40
|
+
import { default as Ee } from "./s-date-picker/s-date-picker.js";
|
|
41
|
+
import { default as Ne } from "./s-localization-provider/s-localization-provider.js";
|
|
42
|
+
import { default as we } from "./s-gradient-icon/s-gradient-icon.js";
|
|
43
|
+
import { default as Re } from "./s-glow-button/s-glow-button.js";
|
|
44
|
+
import { default as qe } from "./s-moving-border/s-moving-border.js";
|
|
45
|
+
import { default as Je } from "./s-copyable-text/s-copyable-text.js";
|
|
46
|
+
import { MediaItem as Qe, default as Ue } from "./s-interactive-gallery/s-interactive-gallery.js";
|
|
47
|
+
import { default as Xe } from "./s-image-modal/s-image-modal.js";
|
|
48
|
+
import { default as Ze } from "./s-lazy-image/s-lazy-image.js";
|
|
49
|
+
import { default as $e } from "./s-image-comparison/s-image-comparison.js";
|
|
50
|
+
import { default as oo } from "./s-radial-pulse-animate/s-radial-pulse-animate.js";
|
|
51
|
+
import { default as to } from "./s-text-shimmer/s-text-shimmer.js";
|
|
52
|
+
import { useDialog as fo } from "./hooks/use-dialog.js";
|
|
53
|
+
import { usePopover as mo } from "./hooks/use-popover.js";
|
|
54
|
+
import { formatDatePosted as po } from "./utils/dayjs.js";
|
|
55
|
+
import { bytesToSize as xo } from "./utils/bytes-to-size.js";
|
|
56
|
+
import { LogLevel as io, Logger as no, createLogger as go, logger as co } from "./utils/logger.js";
|
|
57
|
+
import { default as Do } from "dayjs";
|
|
57
58
|
export {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
59
|
+
y as DialogConfirmProvider,
|
|
60
|
+
A as DialogMessageProvider,
|
|
61
|
+
io as LogLevel,
|
|
62
|
+
no as Logger,
|
|
63
|
+
Qe as MediaItem,
|
|
63
64
|
t as SAccordion,
|
|
64
65
|
f as SAutocomplete,
|
|
65
66
|
m as SAvatar,
|
|
66
67
|
p as SButton,
|
|
67
68
|
S as SButtonLink,
|
|
68
|
-
u as
|
|
69
|
-
n as
|
|
70
|
-
|
|
71
|
-
T as
|
|
72
|
-
M as
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
H as
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
U as
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
$ as
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
me as
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
69
|
+
u as SCarousel,
|
|
70
|
+
n as SChatInput,
|
|
71
|
+
c as SChatMessage,
|
|
72
|
+
T as SCheckbox,
|
|
73
|
+
M as SChip,
|
|
74
|
+
b as SChips,
|
|
75
|
+
Me as SCopilotKitProvider,
|
|
76
|
+
Je as SCopyableText,
|
|
77
|
+
L as SDataTable,
|
|
78
|
+
Ee as SDatePicker,
|
|
79
|
+
ze as SDateTimePicker,
|
|
80
|
+
V as SDialog,
|
|
81
|
+
F as SDialogConfirm,
|
|
82
|
+
E as SDialogMessage,
|
|
83
|
+
K as SEmpty,
|
|
84
|
+
j as SError,
|
|
85
|
+
H as SFileDropzone,
|
|
86
|
+
O as SFileIcon,
|
|
87
|
+
De as SForm,
|
|
88
|
+
Re as SGlowButton,
|
|
89
|
+
we as SGradientIcon,
|
|
90
|
+
U as SI18nProvider,
|
|
91
|
+
X as SIconButton,
|
|
92
|
+
$e as SImageComparison,
|
|
93
|
+
Xe as SImageModal,
|
|
94
|
+
Ue as SInteractiveGallery,
|
|
95
|
+
Z as SLabel,
|
|
96
|
+
Ze as SLazyImage,
|
|
97
|
+
Ne as SLocalizationProvider,
|
|
98
|
+
qe as SMovingBorder,
|
|
99
|
+
$ as SMultiSelect,
|
|
100
|
+
oe as SNoSsr,
|
|
101
|
+
fe as SPagination,
|
|
102
|
+
oo as SRadialPulseAnimate,
|
|
103
|
+
me as SSelect,
|
|
104
|
+
pe as SSkeleton,
|
|
105
|
+
Te as SSmartTextField,
|
|
106
|
+
ne as SSnackbarMessage,
|
|
107
|
+
be as SStripeCVC,
|
|
108
|
+
ke as SStripeExpiry,
|
|
109
|
+
Le as SStripeNumber,
|
|
110
|
+
D as STextEditor,
|
|
111
|
+
te as STextField,
|
|
112
|
+
to as STextShimmer,
|
|
113
|
+
ue as STextTruncation,
|
|
114
|
+
Fe as SThemeProvider,
|
|
115
|
+
Se as STip,
|
|
116
|
+
ge as SnackbarMessageProvider,
|
|
117
|
+
he as StripeTextField,
|
|
118
|
+
xo as bytesToSize,
|
|
119
|
+
go as createLogger,
|
|
120
|
+
Do as dayjs,
|
|
121
|
+
po as formatDatePosted,
|
|
122
|
+
co as logger,
|
|
123
|
+
fo as useDialog,
|
|
124
|
+
B as useDialogConfirm,
|
|
125
|
+
G as useDialogMessage,
|
|
126
|
+
mo as usePopover,
|
|
127
|
+
ce as useSnackbarMessage
|
|
126
128
|
};
|
|
@@ -421,7 +421,7 @@ export declare const MuiButton: {
|
|
|
421
421
|
wordSpacing?: import("csstype").Property.WordSpacing<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.WordSpacing<string | number> | undefined>[] | undefined;
|
|
422
422
|
wordWrap?: import("csstype").Property.WordWrap | readonly NonNullable<import("csstype").Property.WordWrap | undefined>[] | readonly import("csstype").Property.WordWrap[] | undefined;
|
|
423
423
|
writingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | readonly import("csstype").Property.WritingMode[] | undefined;
|
|
424
|
-
zIndex?: import("csstype").Property.ZIndex | readonly ((string & {}) | import('csstype').Globals | "auto")[] |
|
|
424
|
+
zIndex?: import("csstype").Property.ZIndex | readonly NonNullable<import("csstype").Property.ZIndex | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
|
|
425
425
|
zoom?: import("csstype").Property.Zoom | readonly NonNullable<import("csstype").Property.Zoom | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "normal" | "reset")[] | undefined;
|
|
426
426
|
all?: import('csstype').Globals | readonly NonNullable<import('csstype').Globals | undefined>[] | readonly import('csstype').Globals[] | undefined;
|
|
427
427
|
animation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto" | "normal" | "alternate" | "alternate-reverse" | "reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|
|
@@ -1386,7 +1386,7 @@ export declare const MuiButton: {
|
|
|
1386
1386
|
wordSpacing?: import("csstype").Property.WordSpacing<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.WordSpacing<string | number> | undefined>[] | undefined;
|
|
1387
1387
|
wordWrap?: import("csstype").Property.WordWrap | readonly NonNullable<import("csstype").Property.WordWrap | undefined>[] | readonly import("csstype").Property.WordWrap[] | undefined;
|
|
1388
1388
|
writingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | readonly import("csstype").Property.WritingMode[] | undefined;
|
|
1389
|
-
zIndex?: import("csstype").Property.ZIndex | readonly ((string & {}) | import('csstype').Globals | "auto")[] |
|
|
1389
|
+
zIndex?: import("csstype").Property.ZIndex | readonly NonNullable<import("csstype").Property.ZIndex | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
|
|
1390
1390
|
zoom?: import("csstype").Property.Zoom | readonly NonNullable<import("csstype").Property.Zoom | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "normal" | "reset")[] | undefined;
|
|
1391
1391
|
all?: import('csstype').Globals | readonly NonNullable<import('csstype').Globals | undefined>[] | readonly import('csstype').Globals[] | undefined;
|
|
1392
1392
|
animation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto" | "normal" | "alternate" | "alternate-reverse" | "reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|
|
@@ -2351,7 +2351,7 @@ export declare const MuiButton: {
|
|
|
2351
2351
|
wordSpacing?: import("csstype").Property.WordSpacing<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.WordSpacing<string | number> | undefined>[] | undefined;
|
|
2352
2352
|
wordWrap?: import("csstype").Property.WordWrap | readonly NonNullable<import("csstype").Property.WordWrap | undefined>[] | readonly import("csstype").Property.WordWrap[] | undefined;
|
|
2353
2353
|
writingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | readonly import("csstype").Property.WritingMode[] | undefined;
|
|
2354
|
-
zIndex?: import("csstype").Property.ZIndex | readonly ((string & {}) | import('csstype').Globals | "auto")[] |
|
|
2354
|
+
zIndex?: import("csstype").Property.ZIndex | readonly NonNullable<import("csstype").Property.ZIndex | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
|
|
2355
2355
|
zoom?: import("csstype").Property.Zoom | readonly NonNullable<import("csstype").Property.Zoom | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "normal" | "reset")[] | undefined;
|
|
2356
2356
|
all?: import('csstype').Globals | readonly NonNullable<import('csstype').Globals | undefined>[] | readonly import('csstype').Globals[] | undefined;
|
|
2357
2357
|
animation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto" | "normal" | "alternate" | "alternate-reverse" | "reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|
|
@@ -3316,7 +3316,7 @@ export declare const MuiButton: {
|
|
|
3316
3316
|
wordSpacing?: import("csstype").Property.WordSpacing<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.WordSpacing<string | number> | undefined>[] | undefined;
|
|
3317
3317
|
wordWrap?: import("csstype").Property.WordWrap | readonly NonNullable<import("csstype").Property.WordWrap | undefined>[] | readonly import("csstype").Property.WordWrap[] | undefined;
|
|
3318
3318
|
writingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | readonly import("csstype").Property.WritingMode[] | undefined;
|
|
3319
|
-
zIndex?: import("csstype").Property.ZIndex | readonly ((string & {}) | import('csstype').Globals | "auto")[] |
|
|
3319
|
+
zIndex?: import("csstype").Property.ZIndex | readonly NonNullable<import("csstype").Property.ZIndex | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
|
|
3320
3320
|
zoom?: import("csstype").Property.Zoom | readonly NonNullable<import("csstype").Property.Zoom | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "normal" | "reset")[] | undefined;
|
|
3321
3321
|
all?: import('csstype').Globals | readonly NonNullable<import('csstype').Globals | undefined>[] | readonly import('csstype').Globals[] | undefined;
|
|
3322
3322
|
animation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto" | "normal" | "alternate" | "alternate-reverse" | "reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|
|
@@ -4281,7 +4281,7 @@ export declare const MuiButton: {
|
|
|
4281
4281
|
wordSpacing?: import("csstype").Property.WordSpacing<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.WordSpacing<string | number> | undefined>[] | undefined;
|
|
4282
4282
|
wordWrap?: import("csstype").Property.WordWrap | readonly NonNullable<import("csstype").Property.WordWrap | undefined>[] | readonly import("csstype").Property.WordWrap[] | undefined;
|
|
4283
4283
|
writingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | readonly import("csstype").Property.WritingMode[] | undefined;
|
|
4284
|
-
zIndex?: import("csstype").Property.ZIndex | readonly ((string & {}) | import('csstype').Globals | "auto")[] |
|
|
4284
|
+
zIndex?: import("csstype").Property.ZIndex | readonly NonNullable<import("csstype").Property.ZIndex | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
|
|
4285
4285
|
zoom?: import("csstype").Property.Zoom | readonly NonNullable<import("csstype").Property.Zoom | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "normal" | "reset")[] | undefined;
|
|
4286
4286
|
all?: import('csstype').Globals | readonly NonNullable<import('csstype').Globals | undefined>[] | readonly import('csstype').Globals[] | undefined;
|
|
4287
4287
|
animation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto" | "normal" | "alternate" | "alternate-reverse" | "reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|
|
@@ -5246,7 +5246,7 @@ export declare const MuiButton: {
|
|
|
5246
5246
|
wordSpacing?: import("csstype").Property.WordSpacing<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.WordSpacing<string | number> | undefined>[] | undefined;
|
|
5247
5247
|
wordWrap?: import("csstype").Property.WordWrap | readonly NonNullable<import("csstype").Property.WordWrap | undefined>[] | readonly import("csstype").Property.WordWrap[] | undefined;
|
|
5248
5248
|
writingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | readonly import("csstype").Property.WritingMode[] | undefined;
|
|
5249
|
-
zIndex?: import("csstype").Property.ZIndex | readonly ((string & {}) | import('csstype').Globals | "auto")[] |
|
|
5249
|
+
zIndex?: import("csstype").Property.ZIndex | readonly NonNullable<import("csstype").Property.ZIndex | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
|
|
5250
5250
|
zoom?: import("csstype").Property.Zoom | readonly NonNullable<import("csstype").Property.Zoom | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "normal" | "reset")[] | undefined;
|
|
5251
5251
|
all?: import('csstype').Globals | readonly NonNullable<import('csstype').Globals | undefined>[] | readonly import('csstype').Globals[] | undefined;
|
|
5252
5252
|
animation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto" | "normal" | "alternate" | "alternate-reverse" | "reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|
|
@@ -605,7 +605,7 @@ export declare const components: {
|
|
|
605
605
|
wordSpacing?: import("csstype").Property.WordSpacing<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.WordSpacing<string | number> | undefined>[] | undefined;
|
|
606
606
|
wordWrap?: import("csstype").Property.WordWrap | readonly NonNullable<import("csstype").Property.WordWrap | undefined>[] | readonly import("csstype").Property.WordWrap[] | undefined;
|
|
607
607
|
writingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | readonly import("csstype").Property.WritingMode[] | undefined;
|
|
608
|
-
zIndex?: import("csstype").Property.ZIndex | readonly ((string & {}) | import('csstype').Globals | "auto")[] |
|
|
608
|
+
zIndex?: import("csstype").Property.ZIndex | readonly NonNullable<import("csstype").Property.ZIndex | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
|
|
609
609
|
zoom?: import("csstype").Property.Zoom | readonly NonNullable<import("csstype").Property.Zoom | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "normal" | "reset")[] | undefined;
|
|
610
610
|
all?: import('csstype').Globals | readonly NonNullable<import('csstype').Globals | undefined>[] | readonly import('csstype').Globals[] | undefined;
|
|
611
611
|
animation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto" | "normal" | "alternate" | "alternate-reverse" | "reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|
|
@@ -1570,7 +1570,7 @@ export declare const components: {
|
|
|
1570
1570
|
wordSpacing?: import("csstype").Property.WordSpacing<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.WordSpacing<string | number> | undefined>[] | undefined;
|
|
1571
1571
|
wordWrap?: import("csstype").Property.WordWrap | readonly NonNullable<import("csstype").Property.WordWrap | undefined>[] | readonly import("csstype").Property.WordWrap[] | undefined;
|
|
1572
1572
|
writingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | readonly import("csstype").Property.WritingMode[] | undefined;
|
|
1573
|
-
zIndex?: import("csstype").Property.ZIndex | readonly ((string & {}) | import('csstype').Globals | "auto")[] |
|
|
1573
|
+
zIndex?: import("csstype").Property.ZIndex | readonly NonNullable<import("csstype").Property.ZIndex | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
|
|
1574
1574
|
zoom?: import("csstype").Property.Zoom | readonly NonNullable<import("csstype").Property.Zoom | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "normal" | "reset")[] | undefined;
|
|
1575
1575
|
all?: import('csstype').Globals | readonly NonNullable<import('csstype').Globals | undefined>[] | readonly import('csstype').Globals[] | undefined;
|
|
1576
1576
|
animation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto" | "normal" | "alternate" | "alternate-reverse" | "reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|
|
@@ -2535,7 +2535,7 @@ export declare const components: {
|
|
|
2535
2535
|
wordSpacing?: import("csstype").Property.WordSpacing<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.WordSpacing<string | number> | undefined>[] | undefined;
|
|
2536
2536
|
wordWrap?: import("csstype").Property.WordWrap | readonly NonNullable<import("csstype").Property.WordWrap | undefined>[] | readonly import("csstype").Property.WordWrap[] | undefined;
|
|
2537
2537
|
writingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | readonly import("csstype").Property.WritingMode[] | undefined;
|
|
2538
|
-
zIndex?: import("csstype").Property.ZIndex | readonly ((string & {}) | import('csstype').Globals | "auto")[] |
|
|
2538
|
+
zIndex?: import("csstype").Property.ZIndex | readonly NonNullable<import("csstype").Property.ZIndex | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
|
|
2539
2539
|
zoom?: import("csstype").Property.Zoom | readonly NonNullable<import("csstype").Property.Zoom | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "normal" | "reset")[] | undefined;
|
|
2540
2540
|
all?: import('csstype').Globals | readonly NonNullable<import('csstype').Globals | undefined>[] | readonly import('csstype').Globals[] | undefined;
|
|
2541
2541
|
animation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto" | "normal" | "alternate" | "alternate-reverse" | "reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|
|
@@ -3500,7 +3500,7 @@ export declare const components: {
|
|
|
3500
3500
|
wordSpacing?: import("csstype").Property.WordSpacing<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.WordSpacing<string | number> | undefined>[] | undefined;
|
|
3501
3501
|
wordWrap?: import("csstype").Property.WordWrap | readonly NonNullable<import("csstype").Property.WordWrap | undefined>[] | readonly import("csstype").Property.WordWrap[] | undefined;
|
|
3502
3502
|
writingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | readonly import("csstype").Property.WritingMode[] | undefined;
|
|
3503
|
-
zIndex?: import("csstype").Property.ZIndex | readonly ((string & {}) | import('csstype').Globals | "auto")[] |
|
|
3503
|
+
zIndex?: import("csstype").Property.ZIndex | readonly NonNullable<import("csstype").Property.ZIndex | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
|
|
3504
3504
|
zoom?: import("csstype").Property.Zoom | readonly NonNullable<import("csstype").Property.Zoom | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "normal" | "reset")[] | undefined;
|
|
3505
3505
|
all?: import('csstype').Globals | readonly NonNullable<import('csstype').Globals | undefined>[] | readonly import('csstype').Globals[] | undefined;
|
|
3506
3506
|
animation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto" | "normal" | "alternate" | "alternate-reverse" | "reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|
|
@@ -4465,7 +4465,7 @@ export declare const components: {
|
|
|
4465
4465
|
wordSpacing?: import("csstype").Property.WordSpacing<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.WordSpacing<string | number> | undefined>[] | undefined;
|
|
4466
4466
|
wordWrap?: import("csstype").Property.WordWrap | readonly NonNullable<import("csstype").Property.WordWrap | undefined>[] | readonly import("csstype").Property.WordWrap[] | undefined;
|
|
4467
4467
|
writingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | readonly import("csstype").Property.WritingMode[] | undefined;
|
|
4468
|
-
zIndex?: import("csstype").Property.ZIndex | readonly ((string & {}) | import('csstype').Globals | "auto")[] |
|
|
4468
|
+
zIndex?: import("csstype").Property.ZIndex | readonly NonNullable<import("csstype").Property.ZIndex | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
|
|
4469
4469
|
zoom?: import("csstype").Property.Zoom | readonly NonNullable<import("csstype").Property.Zoom | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "normal" | "reset")[] | undefined;
|
|
4470
4470
|
all?: import('csstype').Globals | readonly NonNullable<import('csstype').Globals | undefined>[] | readonly import('csstype').Globals[] | undefined;
|
|
4471
4471
|
animation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto" | "normal" | "alternate" | "alternate-reverse" | "reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|
|
@@ -5430,7 +5430,7 @@ export declare const components: {
|
|
|
5430
5430
|
wordSpacing?: import("csstype").Property.WordSpacing<string | number> | readonly string[] | readonly NonNullable<import("csstype").Property.WordSpacing<string | number> | undefined>[] | undefined;
|
|
5431
5431
|
wordWrap?: import("csstype").Property.WordWrap | readonly NonNullable<import("csstype").Property.WordWrap | undefined>[] | readonly import("csstype").Property.WordWrap[] | undefined;
|
|
5432
5432
|
writingMode?: import("csstype").Property.WritingMode | readonly NonNullable<import("csstype").Property.WritingMode | undefined>[] | readonly import("csstype").Property.WritingMode[] | undefined;
|
|
5433
|
-
zIndex?: import("csstype").Property.ZIndex | readonly ((string & {}) | import('csstype').Globals | "auto")[] |
|
|
5433
|
+
zIndex?: import("csstype").Property.ZIndex | readonly NonNullable<import("csstype").Property.ZIndex | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto")[] | undefined;
|
|
5434
5434
|
zoom?: import("csstype").Property.Zoom | readonly NonNullable<import("csstype").Property.Zoom | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "normal" | "reset")[] | undefined;
|
|
5435
5435
|
all?: import('csstype').Globals | readonly NonNullable<import('csstype').Globals | undefined>[] | readonly import('csstype').Globals[] | undefined;
|
|
5436
5436
|
animation?: import("csstype").Property.Animation<string & {}> | readonly NonNullable<import("csstype").Property.Animation<string & {}> | undefined>[] | readonly ((string & {}) | import('csstype').Globals | "auto" | "normal" | "alternate" | "alternate-reverse" | "reverse" | "backwards" | "both" | "forwards" | "none" | "infinite" | "paused" | "running" | "ease" | "ease-in" | "ease-in-out" | "ease-out" | "step-end" | "step-start" | "linear")[] | undefined;
|