@saas-ui/react 3.0.0-next.8 → 3.0.0-next.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 +6 -0
- package/dist/_tsup-dts-rollup.d.cts +8 -0
- package/dist/_tsup-dts-rollup.d.ts +8 -0
- package/dist/chunk-AA5L5WPD.js +9 -0
- package/dist/components/box/index.cjs +4 -2
- package/dist/components/box/index.d.cts +2 -0
- package/dist/components/box/index.d.ts +2 -0
- package/dist/components/box/index.js +5 -3
- package/dist/index.cjs +2 -0
- package/dist/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +72 -70
- package/package.json +1 -1
- package/dist/chunk-2YXHXL6J.js +0 -10
package/CHANGELOG.md
CHANGED
@@ -192,6 +192,8 @@ import { SlotRecipeProps as SlotRecipeProps_3 } from '@chakra-ui/react';
|
|
192
192
|
import { SlotRecipeVariantRecord } from '@chakra-ui/react';
|
193
193
|
import { Spacer } from '@chakra-ui/react/spacer';
|
194
194
|
import { SpacerProps } from '@chakra-ui/react/spacer';
|
195
|
+
import { Span } from '@chakra-ui/react/box';
|
196
|
+
import { SpanProps } from '@chakra-ui/react/box';
|
195
197
|
import { SpinnerProps as SpinnerProps_2 } from '#components/spinner';
|
196
198
|
import type { SpinnerProps as SpinnerProps_3 } from '@chakra-ui/react/spinner';
|
197
199
|
import { Stack } from '@chakra-ui/react/stack';
|
@@ -13730,6 +13732,12 @@ export declare const spacing: {
|
|
13730
13732
|
};
|
13731
13733
|
};
|
13732
13734
|
|
13735
|
+
export { Span }
|
13736
|
+
export { Span as Span_alias_1 }
|
13737
|
+
|
13738
|
+
export { SpanProps }
|
13739
|
+
export { SpanProps as SpanProps_alias_1 }
|
13740
|
+
|
13733
13741
|
declare const Spinner: ForwardRefExoticComponent<SpinnerProps & RefAttributes<HTMLDivElement>>;
|
13734
13742
|
export { Spinner }
|
13735
13743
|
export { Spinner as Spinner_alias_1 }
|
@@ -192,6 +192,8 @@ import { SlotRecipeProps as SlotRecipeProps_3 } from '@chakra-ui/react';
|
|
192
192
|
import { SlotRecipeVariantRecord } from '@chakra-ui/react';
|
193
193
|
import { Spacer } from '@chakra-ui/react/spacer';
|
194
194
|
import { SpacerProps } from '@chakra-ui/react/spacer';
|
195
|
+
import { Span } from '@chakra-ui/react/box';
|
196
|
+
import { SpanProps } from '@chakra-ui/react/box';
|
195
197
|
import { SpinnerProps as SpinnerProps_2 } from '#components/spinner';
|
196
198
|
import type { SpinnerProps as SpinnerProps_3 } from '@chakra-ui/react/spinner';
|
197
199
|
import { Stack } from '@chakra-ui/react/stack';
|
@@ -13730,6 +13732,12 @@ export declare const spacing: {
|
|
13730
13732
|
};
|
13731
13733
|
};
|
13732
13734
|
|
13735
|
+
export { Span }
|
13736
|
+
export { Span as Span_alias_1 }
|
13737
|
+
|
13738
|
+
export { SpanProps }
|
13739
|
+
export { SpanProps as SpanProps_alias_1 }
|
13740
|
+
|
13733
13741
|
declare const Spinner: ForwardRefExoticComponent<SpinnerProps & RefAttributes<HTMLDivElement>>;
|
13734
13742
|
export { Spinner }
|
13735
13743
|
export { Spinner as Spinner_alias_1 }
|
@@ -21,11 +21,13 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
21
21
|
// src/components/box/index.ts
|
22
22
|
var box_exports = {};
|
23
23
|
__export(box_exports, {
|
24
|
-
Box: () => import_box.Box
|
24
|
+
Box: () => import_box.Box,
|
25
|
+
Span: () => import_box.Span
|
25
26
|
});
|
26
27
|
module.exports = __toCommonJS(box_exports);
|
27
28
|
var import_box = require("@chakra-ui/react/box");
|
28
29
|
// Annotate the CommonJS export names for ESM import in node:
|
29
30
|
0 && (module.exports = {
|
30
|
-
Box
|
31
|
+
Box,
|
32
|
+
Span
|
31
33
|
});
|
@@ -1,2 +1,4 @@
|
|
1
1
|
export { Box_alias_1 as Box } from '../../_tsup-dts-rollup.cjs';
|
2
2
|
export { BoxProps_alias_1 as BoxProps } from '../../_tsup-dts-rollup.cjs';
|
3
|
+
export { Span_alias_1 as Span } from '../../_tsup-dts-rollup.cjs';
|
4
|
+
export { SpanProps_alias_1 as SpanProps } from '../../_tsup-dts-rollup.cjs';
|
@@ -1,2 +1,4 @@
|
|
1
1
|
export { Box_alias_1 as Box } from '../../_tsup-dts-rollup.js';
|
2
2
|
export { BoxProps_alias_1 as BoxProps } from '../../_tsup-dts-rollup.js';
|
3
|
+
export { Span_alias_1 as Span } from '../../_tsup-dts-rollup.js';
|
4
|
+
export { SpanProps_alias_1 as SpanProps } from '../../_tsup-dts-rollup.js';
|
package/dist/index.cjs
CHANGED
@@ -130,6 +130,7 @@ __export(index_exports, {
|
|
130
130
|
SkipNavLink: () => import_skip_nav.SkipNavLink,
|
131
131
|
Slider: () => Slider,
|
132
132
|
Spacer: () => import_spacer.Spacer,
|
133
|
+
Span: () => import_box3.Span,
|
133
134
|
Spinner: () => Spinner,
|
134
135
|
Stack: () => import_stack3.Stack,
|
135
136
|
StackSeparator: () => import_stack3.StackSeparator,
|
@@ -12170,6 +12171,7 @@ var import_wrap = require("@chakra-ui/react/wrap");
|
|
12170
12171
|
SkipNavLink,
|
12171
12172
|
Slider,
|
12172
12173
|
Spacer,
|
12174
|
+
Span,
|
12173
12175
|
Spinner,
|
12174
12176
|
Stack,
|
12175
12177
|
StackSeparator,
|
package/dist/index.d.cts
CHANGED
@@ -202,6 +202,8 @@ export { Bleed } from './_tsup-dts-rollup.cjs';
|
|
202
202
|
export { BleedProps } from './_tsup-dts-rollup.cjs';
|
203
203
|
export { Box } from './_tsup-dts-rollup.cjs';
|
204
204
|
export { BoxProps } from './_tsup-dts-rollup.cjs';
|
205
|
+
export { Span } from './_tsup-dts-rollup.cjs';
|
206
|
+
export { SpanProps } from './_tsup-dts-rollup.cjs';
|
205
207
|
export { Center } from './_tsup-dts-rollup.cjs';
|
206
208
|
export { CenterProps } from './_tsup-dts-rollup.cjs';
|
207
209
|
export { ClientOnly } from './_tsup-dts-rollup.cjs';
|
package/dist/index.d.ts
CHANGED
@@ -202,6 +202,8 @@ export { Bleed } from './_tsup-dts-rollup.js';
|
|
202
202
|
export { BleedProps } from './_tsup-dts-rollup.js';
|
203
203
|
export { Box } from './_tsup-dts-rollup.js';
|
204
204
|
export { BoxProps } from './_tsup-dts-rollup.js';
|
205
|
+
export { Span } from './_tsup-dts-rollup.js';
|
206
|
+
export { SpanProps } from './_tsup-dts-rollup.js';
|
205
207
|
export { Center } from './_tsup-dts-rollup.js';
|
206
208
|
export { CenterProps } from './_tsup-dts-rollup.js';
|
207
209
|
export { ClientOnly } from './_tsup-dts-rollup.js';
|
package/dist/index.js
CHANGED
@@ -1,20 +1,20 @@
|
|
1
|
-
import {
|
2
|
-
Wrap
|
3
|
-
} from "./chunk-LGLJ2QUW.js";
|
4
1
|
import {
|
5
2
|
Em,
|
6
3
|
Strong,
|
7
4
|
Text
|
8
5
|
} from "./chunk-J5UCKCIO.js";
|
6
|
+
import {
|
7
|
+
Wrap
|
8
|
+
} from "./chunk-LGLJ2QUW.js";
|
9
9
|
import {
|
10
10
|
Tag
|
11
11
|
} from "./chunk-WJZED26X.js";
|
12
|
-
import {
|
13
|
-
Textarea
|
14
|
-
} from "./chunk-CQD32UVJ.js";
|
15
12
|
import {
|
16
13
|
Timeline
|
17
14
|
} from "./chunk-QLN2CBY6.js";
|
15
|
+
import {
|
16
|
+
Textarea
|
17
|
+
} from "./chunk-CQD32UVJ.js";
|
18
18
|
import {
|
19
19
|
Toggle
|
20
20
|
} from "./chunk-PEVIP5UT.js";
|
@@ -28,15 +28,15 @@ import {
|
|
28
28
|
import {
|
29
29
|
VisuallyHidden
|
30
30
|
} from "./chunk-HHTTORZ6.js";
|
31
|
+
import {
|
32
|
+
stat_exports
|
33
|
+
} from "./chunk-3RHNNKPC.js";
|
31
34
|
import {
|
32
35
|
HStack,
|
33
36
|
Stack,
|
34
37
|
StackSeparator,
|
35
38
|
VStack
|
36
39
|
} from "./chunk-QNKQFCKJ.js";
|
37
|
-
import {
|
38
|
-
stat_exports
|
39
|
-
} from "./chunk-3RHNNKPC.js";
|
40
40
|
import {
|
41
41
|
Status
|
42
42
|
} from "./chunk-U3EPRSD3.js";
|
@@ -54,12 +54,18 @@ import {
|
|
54
54
|
useTabsContext,
|
55
55
|
useTabsStyles
|
56
56
|
} from "./chunk-5YNHX4C7.js";
|
57
|
-
import {
|
58
|
-
namespace_exports
|
59
|
-
} from "./chunk-2UMNJBGS.js";
|
60
57
|
import {
|
61
58
|
Show
|
62
59
|
} from "./chunk-LU2H6GWC.js";
|
60
|
+
import {
|
61
|
+
SegmentedControl
|
62
|
+
} from "./chunk-KFDVVTMT.js";
|
63
|
+
import {
|
64
|
+
sidebar_exports,
|
65
|
+
useSidebar,
|
66
|
+
useSidebarItemStyles,
|
67
|
+
useSidebarStyles
|
68
|
+
} from "./chunk-U23VDAWJ.js";
|
63
69
|
import {
|
64
70
|
SkipNavContent,
|
65
71
|
SkipNavLink
|
@@ -69,56 +75,50 @@ import {
|
|
69
75
|
SkeletonCircle,
|
70
76
|
SkeletonText
|
71
77
|
} from "./chunk-UEXUCHDD.js";
|
72
|
-
import {
|
73
|
-
sidebar_exports,
|
74
|
-
useSidebar,
|
75
|
-
useSidebarItemStyles,
|
76
|
-
useSidebarStyles
|
77
|
-
} from "./chunk-U23VDAWJ.js";
|
78
78
|
import {
|
79
79
|
Slider
|
80
80
|
} from "./chunk-HREBIPVW.js";
|
81
81
|
import {
|
82
82
|
Spacer
|
83
83
|
} from "./chunk-UAX5344Y.js";
|
84
|
+
import {
|
85
|
+
Radio
|
86
|
+
} from "./chunk-PZWP36YA.js";
|
84
87
|
import {
|
85
88
|
radio_card_exports
|
86
89
|
} from "./chunk-KRJG7H4W.js";
|
87
|
-
import {
|
88
|
-
RadioGroup
|
89
|
-
} from "./chunk-NCNHDETB.js";
|
90
90
|
import {
|
91
91
|
RatingGroup
|
92
92
|
} from "./chunk-HQVBJT5Y.js";
|
93
93
|
import {
|
94
|
-
|
95
|
-
} from "./chunk-
|
94
|
+
RadioGroup
|
95
|
+
} from "./chunk-NCNHDETB.js";
|
96
96
|
import {
|
97
97
|
SearchInput
|
98
98
|
} from "./chunk-C5YLE76Q.js";
|
99
99
|
import {
|
100
|
-
|
101
|
-
} from "./chunk-
|
100
|
+
namespace_exports
|
101
|
+
} from "./chunk-2UMNJBGS.js";
|
102
|
+
import {
|
103
|
+
Separator
|
104
|
+
} from "./chunk-27OMFCPD.js";
|
105
|
+
import {
|
106
|
+
PinInput
|
107
|
+
} from "./chunk-RYKJOZ3B.js";
|
102
108
|
import {
|
103
109
|
Persona,
|
104
110
|
PersonaAvatar,
|
105
111
|
defaultPersonaPresenceOptions
|
106
112
|
} from "./chunk-TYGGMKHU.js";
|
107
|
-
import {
|
108
|
-
PinInput
|
109
|
-
} from "./chunk-RYKJOZ3B.js";
|
110
113
|
import {
|
111
114
|
Presence
|
112
115
|
} from "./chunk-PONMXNY4.js";
|
113
|
-
import {
|
114
|
-
ProgressCircle
|
115
|
-
} from "./chunk-7HAGRXKM.js";
|
116
116
|
import {
|
117
117
|
Progress
|
118
118
|
} from "./chunk-6YZ76Q2W.js";
|
119
119
|
import {
|
120
|
-
|
121
|
-
} from "./chunk-
|
120
|
+
ProgressCircle
|
121
|
+
} from "./chunk-7HAGRXKM.js";
|
122
122
|
import {
|
123
123
|
QrCode
|
124
124
|
} from "./chunk-K3MFCSAW.js";
|
@@ -132,15 +132,15 @@ import {
|
|
132
132
|
NativeSelect
|
133
133
|
} from "./chunk-TKJXJEXT.js";
|
134
134
|
import {
|
135
|
-
|
136
|
-
} from "./chunk-
|
135
|
+
navbar_exports
|
136
|
+
} from "./chunk-DJNPK2LM.js";
|
137
137
|
import {
|
138
138
|
page_exports,
|
139
139
|
usePageStyles
|
140
140
|
} from "./chunk-ZJ2VD224.js";
|
141
141
|
import {
|
142
|
-
|
143
|
-
} from "./chunk-
|
142
|
+
NumberInput
|
143
|
+
} from "./chunk-RFBD2ZNL.js";
|
144
144
|
import {
|
145
145
|
pagination_exports
|
146
146
|
} from "./chunk-6XSCENTR.js";
|
@@ -148,17 +148,8 @@ import {
|
|
148
148
|
PasswordInput
|
149
149
|
} from "./chunk-TXIFPX2A.js";
|
150
150
|
import {
|
151
|
-
|
152
|
-
} from "./chunk-
|
153
|
-
import {
|
154
|
-
ToggleTip
|
155
|
-
} from "./chunk-OWFY465Z.js";
|
156
|
-
import {
|
157
|
-
Portal
|
158
|
-
} from "./chunk-UZUMIWPJ.js";
|
159
|
-
import {
|
160
|
-
popover_exports
|
161
|
-
} from "./chunk-FVUEAELO.js";
|
151
|
+
Image
|
152
|
+
} from "./chunk-FD2V4Y66.js";
|
162
153
|
import {
|
163
154
|
List
|
164
155
|
} from "./chunk-C5KFNMWU.js";
|
@@ -187,18 +178,23 @@ import {
|
|
187
178
|
IconBadge
|
188
179
|
} from "./chunk-NSFGACD7.js";
|
189
180
|
import {
|
190
|
-
|
191
|
-
} from "./chunk-
|
181
|
+
InfoTip
|
182
|
+
} from "./chunk-D72A4SU3.js";
|
183
|
+
import {
|
184
|
+
ToggleTip
|
185
|
+
} from "./chunk-OWFY465Z.js";
|
186
|
+
import {
|
187
|
+
Portal
|
188
|
+
} from "./chunk-UZUMIWPJ.js";
|
189
|
+
import {
|
190
|
+
popover_exports
|
191
|
+
} from "./chunk-FVUEAELO.js";
|
192
192
|
import {
|
193
193
|
Float
|
194
194
|
} from "./chunk-XD7U6L2E.js";
|
195
195
|
import {
|
196
196
|
FocusTrap
|
197
197
|
} from "./chunk-EWATHRZA.js";
|
198
|
-
import {
|
199
|
-
file_upload_exports,
|
200
|
-
useFileUploadContext
|
201
|
-
} from "./chunk-VVTDE7NH.js";
|
202
198
|
import {
|
203
199
|
FormatByte,
|
204
200
|
FormatNumber
|
@@ -238,8 +234,9 @@ import {
|
|
238
234
|
useFieldsetContext
|
239
235
|
} from "./chunk-FPRTN3I7.js";
|
240
236
|
import {
|
241
|
-
|
242
|
-
|
237
|
+
file_upload_exports,
|
238
|
+
useFileUploadContext
|
239
|
+
} from "./chunk-VVTDE7NH.js";
|
243
240
|
import {
|
244
241
|
Code
|
245
242
|
} from "./chunk-YMCOU2N5.js";
|
@@ -252,22 +249,19 @@ import {
|
|
252
249
|
import {
|
253
250
|
ColorSwatch
|
254
251
|
} from "./chunk-TYMVLD3B.js";
|
255
|
-
import {
|
256
|
-
Container
|
257
|
-
} from "./chunk-PIQURQGB.js";
|
258
252
|
import {
|
259
253
|
Command
|
260
254
|
} from "./chunk-5ZKEXMBN.js";
|
261
255
|
import {
|
262
256
|
Kbd
|
263
257
|
} from "./chunk-OQU4LWZW.js";
|
258
|
+
import {
|
259
|
+
Container
|
260
|
+
} from "./chunk-PIQURQGB.js";
|
264
261
|
import {
|
265
262
|
DataList,
|
266
263
|
useDataListStyles
|
267
264
|
} from "./chunk-52XM5VXJ.js";
|
268
|
-
import {
|
269
|
-
ButtonGroup
|
270
|
-
} from "./chunk-7PWVK3NL.js";
|
271
265
|
import {
|
272
266
|
Card
|
273
267
|
} from "./chunk-7DF4NQNZ.js";
|
@@ -277,12 +271,15 @@ import {
|
|
277
271
|
import {
|
278
272
|
Checkbox
|
279
273
|
} from "./chunk-Z3SWPGPQ.js";
|
274
|
+
import {
|
275
|
+
CheckboxCard
|
276
|
+
} from "./chunk-NLMFEUVO.js";
|
280
277
|
import {
|
281
278
|
Checkmark
|
282
279
|
} from "./chunk-UIP2CHMU.js";
|
283
280
|
import {
|
284
|
-
|
285
|
-
} from "./chunk-
|
281
|
+
ClientOnly
|
282
|
+
} from "./chunk-4N4SHDPB.js";
|
286
283
|
import {
|
287
284
|
clipboard_exports
|
288
285
|
} from "./chunk-P3IIT34M.js";
|
@@ -299,6 +296,10 @@ import {
|
|
299
296
|
Avatar,
|
300
297
|
AvatarGroup
|
301
298
|
} from "./chunk-FN7TU5F5.js";
|
299
|
+
import {
|
300
|
+
Badge,
|
301
|
+
BadgePropsProvider
|
302
|
+
} from "./chunk-R2J5USV6.js";
|
302
303
|
import {
|
303
304
|
BackButton
|
304
305
|
} from "./chunk-KHCQMSP7.js";
|
@@ -311,10 +312,6 @@ import {
|
|
311
312
|
useLink,
|
312
313
|
useSui
|
313
314
|
} from "./chunk-ZULBHMWG.js";
|
314
|
-
import {
|
315
|
-
Badge,
|
316
|
-
BadgePropsProvider
|
317
|
-
} from "./chunk-R2J5USV6.js";
|
318
315
|
import {
|
319
316
|
Bleed
|
320
317
|
} from "./chunk-Y2S4O4UY.js";
|
@@ -322,11 +319,15 @@ import {
|
|
322
319
|
Blockquote
|
323
320
|
} from "./chunk-GSWLAOIM.js";
|
324
321
|
import {
|
325
|
-
Box
|
326
|
-
|
322
|
+
Box,
|
323
|
+
Span
|
324
|
+
} from "./chunk-AA5L5WPD.js";
|
327
325
|
import {
|
328
326
|
breadcrumb_exports
|
329
327
|
} from "./chunk-CRFTMIQA.js";
|
328
|
+
import {
|
329
|
+
ButtonGroup
|
330
|
+
} from "./chunk-7PWVK3NL.js";
|
330
331
|
import {
|
331
332
|
defaultConfig,
|
332
333
|
defaultSystem
|
@@ -491,6 +492,7 @@ export {
|
|
491
492
|
SkipNavLink,
|
492
493
|
Slider,
|
493
494
|
Spacer,
|
495
|
+
Span,
|
494
496
|
Spinner,
|
495
497
|
Stack,
|
496
498
|
StackSeparator,
|
package/package.json
CHANGED