@bricks-toolkit/toolkit 0.1.20 → 0.1.22
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/chunk-62JXQJBD.cjs +533 -0
- package/dist/chunk-6LBTRQZD.mjs +806 -0
- package/dist/chunk-M6XPQ5BE.cjs +808 -0
- package/dist/chunk-UPSMZISM.mjs +567 -0
- package/dist/chunk-YV3WWKQY.cjs +569 -0
- package/dist/chunk-Z5FRCULF.mjs +531 -0
- package/dist/date-picker/index.cjs +2 -2
- package/dist/date-picker/index.d.mts +2 -2
- package/dist/date-picker/index.d.ts +2 -2
- package/dist/date-picker/index.mjs +1 -1
- package/dist/date-time-picker/index.cjs +2 -2
- package/dist/date-time-picker/index.d.mts +2 -2
- package/dist/date-time-picker/index.d.ts +2 -2
- package/dist/date-time-picker/index.mjs +1 -1
- package/dist/index.cjs +6 -6
- package/dist/index.mjs +3 -3
- package/dist/time-picker/index.cjs +2 -2
- package/dist/time-picker/index.d.mts +2 -2
- package/dist/time-picker/index.d.ts +2 -2
- package/dist/time-picker/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-E6KUCC56.mjs +0 -804
- package/dist/chunk-FK5HAWIU.cjs +0 -531
- package/dist/chunk-HG4BPC2T.cjs +0 -806
- package/dist/chunk-LKNQH36V.mjs +0 -529
- package/dist/chunk-M5V2IWA6.mjs +0 -565
- package/dist/chunk-WVRXSANT.cjs +0 -567
package/dist/index.mjs
CHANGED
|
@@ -5,7 +5,7 @@ import './chunk-SBNNV6FE.mjs';
|
|
|
5
5
|
export { Pagination, Table } from './chunk-7364SUK6.mjs';
|
|
6
6
|
export { Tabs } from './chunk-G4HVY6FM.mjs';
|
|
7
7
|
export { TextInput } from './chunk-CMER5LO3.mjs';
|
|
8
|
-
export { TimePicker } from './chunk-
|
|
8
|
+
export { TimePicker } from './chunk-Z5FRCULF.mjs';
|
|
9
9
|
export { Toaster } from './chunk-YOTCXSXL.mjs';
|
|
10
10
|
export { Sidebar } from './chunk-PJH2KEWK.mjs';
|
|
11
11
|
export { Header } from './chunk-EL7COTGN.mjs';
|
|
@@ -20,8 +20,8 @@ export { Phone } from './chunk-3YIGXRMU.mjs';
|
|
|
20
20
|
export { RadioButton } from './chunk-DN2GFJF4.mjs';
|
|
21
21
|
export { Select } from './chunk-TIVSMCXZ.mjs';
|
|
22
22
|
export { ComboBox } from './chunk-4DA7CRNV.mjs';
|
|
23
|
-
export { DatePicker } from './chunk-
|
|
24
|
-
export { DateTimePicker } from './chunk-
|
|
23
|
+
export { DatePicker } from './chunk-UPSMZISM.mjs';
|
|
24
|
+
export { DateTimePicker } from './chunk-6LBTRQZD.mjs';
|
|
25
25
|
import './chunk-4PRNRENN.mjs';
|
|
26
26
|
export { Dialog, DialogBody, DialogCloseButton, DialogFooter, DialogHeader } from './chunk-OQPCL5XX.mjs';
|
|
27
27
|
export { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuSeparator, DropdownMenuTrigger } from './chunk-2POU3NX4.mjs';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk62JXQJBD_cjs = require('../chunk-62JXQJBD.cjs');
|
|
4
4
|
require('../chunk-L5VQZZVR.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
Object.defineProperty(exports, "TimePicker", {
|
|
9
9
|
enumerable: true,
|
|
10
|
-
get: function () { return
|
|
10
|
+
get: function () { return chunk62JXQJBD_cjs.TimePicker; }
|
|
11
11
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
1
|
+
import { ReactNode, ForwardRefExoticComponent, RefAttributes } from 'react';
|
|
2
2
|
|
|
3
3
|
type TimePickerVariant = 'default' | 'filled' | 'flushed' | 'unstyled';
|
|
4
4
|
type TimePickerSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
@@ -46,6 +46,6 @@ interface TimePickerProps {
|
|
|
46
46
|
'aria-describedby'?: string;
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
declare
|
|
49
|
+
declare const TimePicker: ForwardRefExoticComponent<TimePickerProps & RefAttributes<HTMLDivElement>>;
|
|
50
50
|
|
|
51
51
|
export { TimePicker, type TimePickerProps, type TimePickerSize, type TimePickerState, type TimePickerVariant };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
1
|
+
import { ReactNode, ForwardRefExoticComponent, RefAttributes } from 'react';
|
|
2
2
|
|
|
3
3
|
type TimePickerVariant = 'default' | 'filled' | 'flushed' | 'unstyled';
|
|
4
4
|
type TimePickerSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
@@ -46,6 +46,6 @@ interface TimePickerProps {
|
|
|
46
46
|
'aria-describedby'?: string;
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
declare
|
|
49
|
+
declare const TimePicker: ForwardRefExoticComponent<TimePickerProps & RefAttributes<HTMLDivElement>>;
|
|
50
50
|
|
|
51
51
|
export { TimePicker, type TimePickerProps, type TimePickerSize, type TimePickerState, type TimePickerVariant };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { TimePicker } from '../chunk-
|
|
1
|
+
export { TimePicker } from '../chunk-Z5FRCULF.mjs';
|
|
2
2
|
import '../chunk-OCPFOFJ4.mjs';
|