@solostylist/ui-kit 1.0.98 → 1.0.99
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 +45 -39
- package/package.json +1 -1
package/dist/main.d.ts
CHANGED
|
@@ -97,6 +97,8 @@ export { default as SRadialPulseAnimate } from './s-radial-pulse-animate/index';
|
|
|
97
97
|
export type { SRadialPulseAnimateProps } from './s-radial-pulse-animate/index';
|
|
98
98
|
export { default as SRating } from './s-rating/index';
|
|
99
99
|
export type { SRatingProps } from './s-rating/index';
|
|
100
|
+
export { STabs, STab, STabPanel } from './s-tabs/index';
|
|
101
|
+
export type { STabsProps, STabItem, STabProps, STabPanelProps } from './s-tabs/index';
|
|
100
102
|
export { default as STextShimmer } from './s-text-shimmer/index';
|
|
101
103
|
export type { STextShimmerProps } from './s-text-shimmer/index';
|
|
102
104
|
export * from './hooks';
|
package/dist/main.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { default as
|
|
1
|
+
import { default as a } from "./s-accordion/s-accordion.js";
|
|
2
2
|
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";
|
|
@@ -6,11 +6,11 @@ import { default as S } from "./s-button-link/s-button-link.js";
|
|
|
6
6
|
import { default as u } from "./s-carousel/s-carousel.js";
|
|
7
7
|
import { default as n } from "./s-chat-input/s-chat-input.js";
|
|
8
8
|
import { default as c } from "./s-chat-message/s-chat-message.js";
|
|
9
|
-
import { default as
|
|
9
|
+
import { default as C } from "./s-text-editor/s-text-editor.js";
|
|
10
10
|
import "./s-text-editor/s-text-editor-toolbar.js";
|
|
11
|
-
import { default as
|
|
12
|
-
import { default as
|
|
13
|
-
import { default as
|
|
11
|
+
import { default as D } from "./s-checkbox/s-checkbox.js";
|
|
12
|
+
import { default as v } from "./s-chip/s-chip.js";
|
|
13
|
+
import { default as I } from "./s-chips/s-chips.js";
|
|
14
14
|
import { default as L } from "./s-data-table/s-data-table.js";
|
|
15
15
|
import { DialogConfirmProvider as y, default as F, useDialogConfirm as B } from "./s-dialog-confirm/s-dialog-confirm.js";
|
|
16
16
|
import { DialogMessageProvider as A, default as E, useDialogMessage as G } from "./s-dialog-message/s-dialog-message.js";
|
|
@@ -24,17 +24,17 @@ import { default as X } from "./s-icon-button/s-icon-button.js";
|
|
|
24
24
|
import { default as Z } from "./s-label/s-label.js";
|
|
25
25
|
import { default as $ } from "./s-multi-select/s-multi-select.js";
|
|
26
26
|
import { default as oe } from "./s-no-ssr/s-no-ssr.js";
|
|
27
|
-
import { default as
|
|
27
|
+
import { default as ae } from "./s-text-field/s-text-field.js";
|
|
28
28
|
import { default as fe } from "./s-pagination/s-pagination.js";
|
|
29
29
|
import { default as me } from "./s-select/s-select.js";
|
|
30
30
|
import { default as pe } from "./s-skeleton/s-skeleton.js";
|
|
31
31
|
import { default as Se } from "./s-tip/s-tip.js";
|
|
32
32
|
import { default as ue } from "./s-text-truncation/s-text-truncation.js";
|
|
33
33
|
import { default as ne, SnackbarMessageProvider as ge, useSnackbarMessage as ce } from "./s-snackbar-message/s-snackbar-message.js";
|
|
34
|
-
import { default as
|
|
35
|
-
import { SSmartTextField as
|
|
36
|
-
import { SCopilotKitProvider as
|
|
37
|
-
import { SStripeCVC as
|
|
34
|
+
import { default as Ce } from "./s-form/s-form.js";
|
|
35
|
+
import { SSmartTextField as De } from "./s-smart-text-field/s-smart-text-field.js";
|
|
36
|
+
import { SCopilotKitProvider as ve } from "./s-copilot-kit-provider/s-copilot-kit-provider.js";
|
|
37
|
+
import { SStripeCVC as Ie, SStripeExpiry as ke, SStripeNumber as Le, StripeTextField as he } from "./s-stripe/s-stripe.js";
|
|
38
38
|
import { default as Fe } from "./s-theme-provider/s-theme-provider.js";
|
|
39
39
|
import { default as ze } from "./s-datetime-picker/s-datetime-picker.js";
|
|
40
40
|
import { default as Ee } from "./s-date-picker/s-date-picker.js";
|
|
@@ -48,21 +48,24 @@ import { default as Xe } from "./s-image-modal/s-image-modal.js";
|
|
|
48
48
|
import { default as Ze } from "./s-lazy-image/s-lazy-image.js";
|
|
49
49
|
import { default as $e } from "./s-image-comparison/s-image-comparison.js";
|
|
50
50
|
import { default as oo } from "./s-radial-pulse-animate/s-radial-pulse-animate.js";
|
|
51
|
-
import { default as
|
|
52
|
-
import { default as fo } from "./s-
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
51
|
+
import { default as ao } from "./s-rating/s-rating.js";
|
|
52
|
+
import { default as fo } from "./s-tabs/s-tabs.js";
|
|
53
|
+
import { default as mo } from "./s-tabs/s-tab.js";
|
|
54
|
+
import { default as po } from "./s-tabs/s-tab-panel.js";
|
|
55
|
+
import { default as xo } from "./s-text-shimmer/s-text-shimmer.js";
|
|
56
|
+
import { useDialog as io } from "./hooks/use-dialog.js";
|
|
57
|
+
import { usePopover as go } from "./hooks/use-popover.js";
|
|
58
|
+
import { formatDatePosted as To } from "./utils/dayjs.js";
|
|
59
|
+
import { bytesToSize as Po } from "./utils/bytes-to-size.js";
|
|
60
|
+
import { LogLevel as bo, Logger as vo, createLogger as Mo, logger as Io } from "./utils/logger.js";
|
|
61
|
+
import { default as Lo } from "dayjs";
|
|
59
62
|
export {
|
|
60
63
|
y as DialogConfirmProvider,
|
|
61
64
|
A as DialogMessageProvider,
|
|
62
|
-
|
|
63
|
-
|
|
65
|
+
bo as LogLevel,
|
|
66
|
+
vo as Logger,
|
|
64
67
|
Qe as MediaItem,
|
|
65
|
-
|
|
68
|
+
a as SAccordion,
|
|
66
69
|
f as SAutocomplete,
|
|
67
70
|
m as SAvatar,
|
|
68
71
|
p as SButton,
|
|
@@ -70,10 +73,10 @@ export {
|
|
|
70
73
|
u as SCarousel,
|
|
71
74
|
n as SChatInput,
|
|
72
75
|
c as SChatMessage,
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
76
|
+
D as SCheckbox,
|
|
77
|
+
v as SChip,
|
|
78
|
+
I as SChips,
|
|
79
|
+
ve as SCopilotKitProvider,
|
|
77
80
|
Je as SCopyableText,
|
|
78
81
|
L as SDataTable,
|
|
79
82
|
Ee as SDatePicker,
|
|
@@ -85,7 +88,7 @@ export {
|
|
|
85
88
|
R as SError,
|
|
86
89
|
H as SFileDropzone,
|
|
87
90
|
O as SFileIcon,
|
|
88
|
-
|
|
91
|
+
Ce as SForm,
|
|
89
92
|
Ke as SGlowButton,
|
|
90
93
|
je as SGradientIcon,
|
|
91
94
|
U as SI18nProvider,
|
|
@@ -101,30 +104,33 @@ export {
|
|
|
101
104
|
oe as SNoSsr,
|
|
102
105
|
fe as SPagination,
|
|
103
106
|
oo as SRadialPulseAnimate,
|
|
104
|
-
|
|
107
|
+
ao as SRating,
|
|
105
108
|
me as SSelect,
|
|
106
109
|
pe as SSkeleton,
|
|
107
|
-
|
|
110
|
+
De as SSmartTextField,
|
|
108
111
|
ne as SSnackbarMessage,
|
|
109
|
-
|
|
112
|
+
Ie as SStripeCVC,
|
|
110
113
|
ke as SStripeExpiry,
|
|
111
114
|
Le as SStripeNumber,
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
fo as
|
|
115
|
+
mo as STab,
|
|
116
|
+
po as STabPanel,
|
|
117
|
+
fo as STabs,
|
|
118
|
+
C as STextEditor,
|
|
119
|
+
ae as STextField,
|
|
120
|
+
xo as STextShimmer,
|
|
115
121
|
ue as STextTruncation,
|
|
116
122
|
Fe as SThemeProvider,
|
|
117
123
|
Se as STip,
|
|
118
124
|
ge as SnackbarMessageProvider,
|
|
119
125
|
he as StripeTextField,
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
+
Po as bytesToSize,
|
|
127
|
+
Mo as createLogger,
|
|
128
|
+
Lo as dayjs,
|
|
129
|
+
To as formatDatePosted,
|
|
130
|
+
Io as logger,
|
|
131
|
+
io as useDialog,
|
|
126
132
|
B as useDialogConfirm,
|
|
127
133
|
G as useDialogMessage,
|
|
128
|
-
|
|
134
|
+
go as usePopover,
|
|
129
135
|
ce as useSnackbarMessage
|
|
130
136
|
};
|