@vuer-ai/vuer-uikit 0.0.99 → 0.0.100
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/SyncScroll/SyncScroll.cjs +3 -3
- package/dist/SyncScroll/SyncScroll.mjs +3 -3
- package/dist/SyncScroll/index.cjs +3 -3
- package/dist/SyncScroll/index.mjs +3 -3
- package/dist/{chunk-WIGYDOHM.cjs → chunk-XBTBTLID.cjs} +2 -2
- package/dist/{chunk-XMFU7SDD.mjs → chunk-XGXWOY3U.mjs} +2 -2
- package/dist/dial/DialPanel.cjs +6 -6
- package/dist/dial/DialPanel.mjs +6 -6
- package/dist/dial/index.cjs +6 -6
- package/dist/dial/index.mjs +6 -6
- package/dist/dial/wrapped-inputs/ControlledInputs.cjs +6 -6
- package/dist/dial/wrapped-inputs/ControlledInputs.mjs +6 -6
- package/dist/dial/wrapped-inputs/DialInputs.cjs +6 -6
- package/dist/dial/wrapped-inputs/DialInputs.mjs +6 -6
- package/dist/dial/wrapped-inputs/DialVectorInput.cjs +6 -6
- package/dist/dial/wrapped-inputs/DialVectorInput.mjs +6 -6
- package/dist/dial/wrapped-inputs/index.cjs +6 -6
- package/dist/dial/wrapped-inputs/index.mjs +6 -6
- package/dist/highlight-cursor/enhanced-components.cjs +4 -4
- package/dist/highlight-cursor/enhanced-components.mjs +4 -4
- package/dist/highlight-cursor/index.cjs +8 -8
- package/dist/highlight-cursor/index.mjs +4 -4
- package/dist/hooks/index.cjs +12 -12
- package/dist/hooks/index.mjs +3 -3
- package/dist/hooks/useQueryParams.cjs +3 -3
- package/dist/hooks/useQueryParams.mjs +2 -2
- package/dist/index.cjs +47 -47
- package/dist/index.css +7 -1
- package/dist/index.mjs +6 -6
- package/dist/ui/DialBadge.cjs +3 -3
- package/dist/ui/DialBadge.mjs +3 -3
- package/dist/ui/UIKitBadge.cjs +8 -8
- package/dist/ui/UIKitBadge.mjs +4 -4
- package/dist/ui/avatar.cjs +3 -3
- package/dist/ui/avatar.mjs +3 -3
- package/dist/ui/badge.cjs +3 -3
- package/dist/ui/badge.mjs +3 -3
- package/dist/ui/button.cjs +3 -3
- package/dist/ui/button.mjs +3 -3
- package/dist/ui/card.cjs +3 -3
- package/dist/ui/card.mjs +3 -3
- package/dist/ui/checkbox.cjs +3 -3
- package/dist/ui/checkbox.mjs +3 -3
- package/dist/ui/collapsible.cjs +3 -3
- package/dist/ui/collapsible.mjs +3 -3
- package/dist/ui/drawer.cjs +3 -3
- package/dist/ui/drawer.mjs +3 -3
- package/dist/ui/dropdown.cjs +3 -3
- package/dist/ui/dropdown.mjs +3 -3
- package/dist/ui/index.cjs +33 -33
- package/dist/ui/index.mjs +5 -5
- package/dist/ui/inputs/color-input.cjs +3 -3
- package/dist/ui/inputs/color-input.mjs +3 -3
- package/dist/ui/inputs/index.cjs +3 -3
- package/dist/ui/inputs/index.mjs +3 -3
- package/dist/ui/inputs/input-numbers.cjs +3 -3
- package/dist/ui/inputs/input-numbers.mjs +3 -3
- package/dist/ui/inputs/input.cjs +3 -3
- package/dist/ui/inputs/input.mjs +3 -3
- package/dist/ui/inputs/number-inputs/CmInput.cjs +3 -3
- package/dist/ui/inputs/number-inputs/CmInput.mjs +3 -3
- package/dist/ui/inputs/number-inputs/DegInput.cjs +3 -3
- package/dist/ui/inputs/number-inputs/DegInput.mjs +3 -3
- package/dist/ui/inputs/number-inputs/EulerDegInput.cjs +3 -3
- package/dist/ui/inputs/number-inputs/EulerDegInput.mjs +3 -3
- package/dist/ui/inputs/number-inputs/EulerInput.cjs +3 -3
- package/dist/ui/inputs/number-inputs/EulerInput.mjs +3 -3
- package/dist/ui/inputs/number-inputs/EulerRadInput.cjs +3 -3
- package/dist/ui/inputs/number-inputs/EulerRadInput.mjs +3 -3
- package/dist/ui/inputs/number-inputs/InchInput.cjs +3 -3
- package/dist/ui/inputs/number-inputs/InchInput.mjs +3 -3
- package/dist/ui/inputs/number-inputs/IntInput.cjs +3 -3
- package/dist/ui/inputs/number-inputs/IntInput.mjs +3 -3
- package/dist/ui/inputs/number-inputs/KVectorInput.cjs +3 -3
- package/dist/ui/inputs/number-inputs/KVectorInput.mjs +3 -3
- package/dist/ui/inputs/number-inputs/QuaternionInput.cjs +3 -3
- package/dist/ui/inputs/number-inputs/QuaternionInput.mjs +3 -3
- package/dist/ui/inputs/number-inputs/RadInput.cjs +3 -3
- package/dist/ui/inputs/number-inputs/RadInput.mjs +3 -3
- package/dist/ui/inputs/number-inputs/TimeInput.cjs +3 -3
- package/dist/ui/inputs/number-inputs/TimeInput.mjs +3 -3
- package/dist/ui/inputs/number-inputs/Vec3Input.cjs +3 -3
- package/dist/ui/inputs/number-inputs/Vec3Input.mjs +3 -3
- package/dist/ui/inputs/number-inputs/VectorInput.cjs +3 -3
- package/dist/ui/inputs/number-inputs/VectorInput.mjs +3 -3
- package/dist/ui/inputs/number-inputs/index.cjs +3 -3
- package/dist/ui/inputs/number-inputs/index.mjs +3 -3
- package/dist/ui/inputs/presets-input.cjs +3 -3
- package/dist/ui/inputs/presets-input.mjs +3 -3
- package/dist/ui/label.cjs +3 -3
- package/dist/ui/label.mjs +3 -3
- package/dist/ui/layout.cjs +3 -3
- package/dist/ui/layout.mjs +3 -3
- package/dist/ui/layouts/dock-layout/DockLayoutView.cjs +3 -3
- package/dist/ui/layouts/dock-layout/DockLayoutView.mjs +3 -3
- package/dist/ui/layouts/dock-layout/LayoutSlots.cjs +3 -3
- package/dist/ui/layouts/dock-layout/LayoutSlots.mjs +3 -3
- package/dist/ui/layouts/dock-layout/index.cjs +3 -3
- package/dist/ui/layouts/dock-layout/index.mjs +3 -3
- package/dist/ui/layouts/index.cjs +3 -3
- package/dist/ui/layouts/index.mjs +3 -3
- package/dist/ui/layouts/liquid-layout/LayoutSlots.cjs +3 -3
- package/dist/ui/layouts/liquid-layout/LayoutSlots.mjs +3 -3
- package/dist/ui/layouts/liquid-layout/LiquidLayoutView.cjs +3 -3
- package/dist/ui/layouts/liquid-layout/LiquidLayoutView.mjs +3 -3
- package/dist/ui/layouts/liquid-layout/index.cjs +3 -3
- package/dist/ui/layouts/liquid-layout/index.mjs +3 -3
- package/dist/ui/modal.cjs +3 -3
- package/dist/ui/modal.mjs +3 -3
- package/dist/ui/navigation.cjs +3 -3
- package/dist/ui/navigation.mjs +3 -3
- package/dist/ui/pagination.cjs +3 -3
- package/dist/ui/pagination.mjs +3 -3
- package/dist/ui/panel.cjs +3 -3
- package/dist/ui/panel.mjs +3 -3
- package/dist/ui/popover.cjs +3 -3
- package/dist/ui/popover.mjs +3 -3
- package/dist/ui/radio-group.cjs +3 -3
- package/dist/ui/radio-group.mjs +3 -3
- package/dist/ui/resizable.cjs +3 -3
- package/dist/ui/resizable.mjs +3 -3
- package/dist/ui/select.cjs +3 -3
- package/dist/ui/select.mjs +3 -3
- package/dist/ui/separator.cjs +3 -3
- package/dist/ui/separator.mjs +3 -3
- package/dist/ui/sheet.cjs +3 -3
- package/dist/ui/sheet.mjs +3 -3
- package/dist/ui/sidebar.cjs +28 -28
- package/dist/ui/sidebar.mjs +4 -4
- package/dist/ui/simple-tree-view.cjs +3 -3
- package/dist/ui/simple-tree-view.mjs +3 -3
- package/dist/ui/skeleton.cjs +3 -3
- package/dist/ui/skeleton.mjs +3 -3
- package/dist/ui/slider.cjs +3 -3
- package/dist/ui/slider.mjs +3 -3
- package/dist/ui/switch.cjs +3 -3
- package/dist/ui/switch.mjs +3 -3
- package/dist/ui/table.cjs +3 -3
- package/dist/ui/table.mjs +3 -3
- package/dist/ui/tabs.cjs +3 -3
- package/dist/ui/tabs.mjs +3 -3
- package/dist/ui/textarea.cjs +3 -3
- package/dist/ui/textarea.mjs +3 -3
- package/dist/ui/theme/ThemeToggles.cjs +3 -3
- package/dist/ui/theme/ThemeToggles.mjs +3 -3
- package/dist/ui/theme/index.cjs +3 -3
- package/dist/ui/theme/index.mjs +3 -3
- package/dist/ui/toggle-buttons.cjs +3 -3
- package/dist/ui/toggle-buttons.mjs +3 -3
- package/dist/ui/toggle-group.cjs +3 -3
- package/dist/ui/toggle-group.mjs +3 -3
- package/dist/ui/toggle.cjs +3 -3
- package/dist/ui/toggle.mjs +3 -3
- package/dist/ui/toolbar.cjs +3 -3
- package/dist/ui/toolbar.mjs +3 -3
- package/dist/ui/tooltip.cjs +3 -3
- package/dist/ui/tooltip.mjs +3 -3
- package/dist/ui/tree-view/TreeSearchBar.cjs +3 -3
- package/dist/ui/tree-view/TreeSearchBar.mjs +3 -3
- package/dist/ui/tree-view/TreeView.cjs +3 -3
- package/dist/ui/tree-view/TreeView.mjs +3 -3
- package/dist/ui/tree-view/index.cjs +3 -3
- package/dist/ui/tree-view/index.mjs +3 -3
- package/dist/ui/tree-view-legacy.cjs +3 -3
- package/dist/ui/tree-view-legacy.mjs +3 -3
- package/dist/ui/waterfall/CursorOverlay.cjs +3 -3
- package/dist/ui/waterfall/CursorOverlay.mjs +3 -3
- package/dist/ui/waterfall/TimelineEvent.cjs +3 -3
- package/dist/ui/waterfall/TimelineEvent.mjs +3 -3
- package/dist/ui/waterfall/TimelineProcessBar.cjs +3 -3
- package/dist/ui/waterfall/TimelineProcessBar.mjs +3 -3
- package/dist/ui/waterfall/Wedges.cjs +3 -3
- package/dist/ui/waterfall/Wedges.mjs +3 -3
- package/dist/ui/waterfall/index.cjs +3 -3
- package/dist/ui/waterfall/index.mjs +3 -3
- package/package.json +1 -5
- package/dial-cli/README.md +0 -137
- package/dial-cli/dial-cli.ts +0 -1136
- package/dial-cli/dist/dial-cli.js +0 -838
- package/dial-cli/node_modules/.bin/api-extractor +0 -17
- package/dial-cli/node_modules/.bin/jiti +0 -17
- package/dial-cli/node_modules/.bin/tsc +0 -17
- package/dial-cli/node_modules/.bin/tsserver +0 -17
- package/dial-cli/node_modules/.bin/tsup +0 -17
- package/dial-cli/node_modules/.bin/tsup-node +0 -17
- package/dial-cli/node_modules/.bin/tsx +0 -17
- package/dial-cli/node_modules/.bin/yaml +0 -17
- package/dial-cli/package.json +0 -47
- package/dial-cli/tsconfig.json +0 -20
- package/dial-cli/tsup.config.ts +0 -18
- package/dist/{chunk-K4VD5PPY.mjs → chunk-BIUDC66P.mjs} +1 -1
- package/dist/{chunk-Q4XH2Z5M.cjs → chunk-LYZJNEOR.cjs} +1 -1
- package/dist/{chunk-U3LN5NB6.mjs → chunk-OEIF3JCH.mjs} +1 -1
- package/dist/{chunk-RKJR6RZU.cjs → chunk-OYNLQTHW.cjs} +1 -1
|
@@ -4,16 +4,16 @@ import '../chunk-25RDJXX7.mjs';
|
|
|
4
4
|
import '../chunk-CX6OFX5Z.mjs';
|
|
5
5
|
import '../chunk-4XUJBMDE.mjs';
|
|
6
6
|
import '../chunk-INHZ5D7P.mjs';
|
|
7
|
+
import '../chunk-XMG3IVGZ.mjs';
|
|
7
8
|
import '../chunk-RAHKRYQJ.mjs';
|
|
8
9
|
import '../chunk-3FR3WKI4.mjs';
|
|
9
|
-
import '../chunk-XMG3IVGZ.mjs';
|
|
10
10
|
import '../chunk-F7ZHPSLA.mjs';
|
|
11
|
-
import '../chunk-
|
|
12
|
-
import '../chunk-IZARTVYN.mjs';
|
|
11
|
+
import '../chunk-OEIF3JCH.mjs';
|
|
13
12
|
import '../chunk-VA4LUFKD.mjs';
|
|
14
13
|
import '../chunk-4F2GSF2T.mjs';
|
|
15
|
-
import '../chunk-HMN4IKTG.mjs';
|
|
16
14
|
import '../chunk-IDUVYPN7.mjs';
|
|
17
15
|
import '../chunk-3QT5VABC.mjs';
|
|
18
16
|
import '../chunk-XHJDRQD7.mjs';
|
|
19
17
|
import '../chunk-LQOPO4KU.mjs';
|
|
18
|
+
import '../chunk-IZARTVYN.mjs';
|
|
19
|
+
import '../chunk-HMN4IKTG.mjs';
|
|
@@ -8,19 +8,19 @@ require('../chunk-7DFI7CUK.cjs');
|
|
|
8
8
|
require('../chunk-YMSWUGHW.cjs');
|
|
9
9
|
require('../chunk-3UEVUYFQ.cjs');
|
|
10
10
|
require('../chunk-NSQOQD43.cjs');
|
|
11
|
+
var chunkT3G35JSP_cjs = require('../chunk-T3G35JSP.cjs');
|
|
11
12
|
var chunkWJY6BMVR_cjs = require('../chunk-WJY6BMVR.cjs');
|
|
12
13
|
require('../chunk-P6DICGAV.cjs');
|
|
13
|
-
var chunkT3G35JSP_cjs = require('../chunk-T3G35JSP.cjs');
|
|
14
14
|
require('../chunk-QN4N4I3Z.cjs');
|
|
15
|
-
require('../chunk-
|
|
16
|
-
require('../chunk-6BOWMGFG.cjs');
|
|
15
|
+
require('../chunk-LYZJNEOR.cjs');
|
|
17
16
|
require('../chunk-YZIR6LIY.cjs');
|
|
18
17
|
require('../chunk-RPTRTGC2.cjs');
|
|
19
|
-
require('../chunk-OHIB3TEN.cjs');
|
|
20
18
|
require('../chunk-LBWMTA5T.cjs');
|
|
21
19
|
require('../chunk-Q7E73DVJ.cjs');
|
|
22
20
|
require('../chunk-JR4TVE43.cjs');
|
|
23
21
|
require('../chunk-VXZURKMQ.cjs');
|
|
22
|
+
require('../chunk-6BOWMGFG.cjs');
|
|
23
|
+
require('../chunk-OHIB3TEN.cjs');
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
|
|
@@ -48,11 +48,11 @@ Object.defineProperty(exports, "CursorTextarea", {
|
|
|
48
48
|
enumerable: true,
|
|
49
49
|
get: function () { return chunkQUFZWF4E_cjs.CursorTextarea; }
|
|
50
50
|
});
|
|
51
|
-
Object.defineProperty(exports, "withCursor", {
|
|
52
|
-
enumerable: true,
|
|
53
|
-
get: function () { return chunkWJY6BMVR_cjs.withCursor; }
|
|
54
|
-
});
|
|
55
51
|
Object.defineProperty(exports, "TabsCursorProvider", {
|
|
56
52
|
enumerable: true,
|
|
57
53
|
get: function () { return chunkT3G35JSP_cjs.TabsCursorProvider; }
|
|
58
54
|
});
|
|
55
|
+
Object.defineProperty(exports, "withCursor", {
|
|
56
|
+
enumerable: true,
|
|
57
|
+
get: function () { return chunkWJY6BMVR_cjs.withCursor; }
|
|
58
|
+
});
|
|
@@ -6,16 +6,16 @@ import '../chunk-25RDJXX7.mjs';
|
|
|
6
6
|
import '../chunk-CX6OFX5Z.mjs';
|
|
7
7
|
import '../chunk-4XUJBMDE.mjs';
|
|
8
8
|
import '../chunk-INHZ5D7P.mjs';
|
|
9
|
+
export { TabsCursorProvider } from '../chunk-XMG3IVGZ.mjs';
|
|
9
10
|
export { withCursor } from '../chunk-RAHKRYQJ.mjs';
|
|
10
11
|
import '../chunk-3FR3WKI4.mjs';
|
|
11
|
-
export { TabsCursorProvider } from '../chunk-XMG3IVGZ.mjs';
|
|
12
12
|
import '../chunk-F7ZHPSLA.mjs';
|
|
13
|
-
import '../chunk-
|
|
14
|
-
import '../chunk-IZARTVYN.mjs';
|
|
13
|
+
import '../chunk-OEIF3JCH.mjs';
|
|
15
14
|
import '../chunk-VA4LUFKD.mjs';
|
|
16
15
|
import '../chunk-4F2GSF2T.mjs';
|
|
17
|
-
import '../chunk-HMN4IKTG.mjs';
|
|
18
16
|
import '../chunk-IDUVYPN7.mjs';
|
|
19
17
|
import '../chunk-3QT5VABC.mjs';
|
|
20
18
|
import '../chunk-XHJDRQD7.mjs';
|
|
21
19
|
import '../chunk-LQOPO4KU.mjs';
|
|
20
|
+
import '../chunk-IZARTVYN.mjs';
|
|
21
|
+
import '../chunk-HMN4IKTG.mjs';
|
package/dist/hooks/index.cjs
CHANGED
|
@@ -1,25 +1,21 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
require('../chunk-QN4N4I3Z.cjs');
|
|
4
|
-
var
|
|
5
|
-
var chunk6BOWMGFG_cjs = require('../chunk-6BOWMGFG.cjs');
|
|
4
|
+
var chunkLYZJNEOR_cjs = require('../chunk-LYZJNEOR.cjs');
|
|
6
5
|
var chunkYZIR6LIY_cjs = require('../chunk-YZIR6LIY.cjs');
|
|
7
6
|
var chunkRPTRTGC2_cjs = require('../chunk-RPTRTGC2.cjs');
|
|
8
|
-
var chunkOHIB3TEN_cjs = require('../chunk-OHIB3TEN.cjs');
|
|
9
7
|
var chunkLBWMTA5T_cjs = require('../chunk-LBWMTA5T.cjs');
|
|
10
8
|
var chunkQ7E73DVJ_cjs = require('../chunk-Q7E73DVJ.cjs');
|
|
11
9
|
var chunkJR4TVE43_cjs = require('../chunk-JR4TVE43.cjs');
|
|
12
10
|
var chunkVXZURKMQ_cjs = require('../chunk-VXZURKMQ.cjs');
|
|
11
|
+
var chunk6BOWMGFG_cjs = require('../chunk-6BOWMGFG.cjs');
|
|
12
|
+
var chunkOHIB3TEN_cjs = require('../chunk-OHIB3TEN.cjs');
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
Object.defineProperty(exports, "useQueryParams", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
19
|
-
});
|
|
20
|
-
Object.defineProperty(exports, "useLocation", {
|
|
21
|
-
enumerable: true,
|
|
22
|
-
get: function () { return chunk6BOWMGFG_cjs.useLocation; }
|
|
18
|
+
get: function () { return chunkLYZJNEOR_cjs.useQueryParams; }
|
|
23
19
|
});
|
|
24
20
|
Object.defineProperty(exports, "useWindow", {
|
|
25
21
|
enumerable: true,
|
|
@@ -41,10 +37,6 @@ Object.defineProperty(exports, "isServer", {
|
|
|
41
37
|
enumerable: true,
|
|
42
38
|
get: function () { return chunkRPTRTGC2_cjs.isServer; }
|
|
43
39
|
});
|
|
44
|
-
Object.defineProperty(exports, "cn", {
|
|
45
|
-
enumerable: true,
|
|
46
|
-
get: function () { return chunkOHIB3TEN_cjs.cn; }
|
|
47
|
-
});
|
|
48
40
|
Object.defineProperty(exports, "useDocument", {
|
|
49
41
|
enumerable: true,
|
|
50
42
|
get: function () { return chunkLBWMTA5T_cjs.useDocument; }
|
|
@@ -61,3 +53,11 @@ Object.defineProperty(exports, "useLocalStorage", {
|
|
|
61
53
|
enumerable: true,
|
|
62
54
|
get: function () { return chunkVXZURKMQ_cjs.useLocalStorage; }
|
|
63
55
|
});
|
|
56
|
+
Object.defineProperty(exports, "useLocation", {
|
|
57
|
+
enumerable: true,
|
|
58
|
+
get: function () { return chunk6BOWMGFG_cjs.useLocation; }
|
|
59
|
+
});
|
|
60
|
+
Object.defineProperty(exports, "cn", {
|
|
61
|
+
enumerable: true,
|
|
62
|
+
get: function () { return chunkOHIB3TEN_cjs.cn; }
|
|
63
|
+
});
|
package/dist/hooks/index.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import '../chunk-F7ZHPSLA.mjs';
|
|
2
|
-
export { useQueryParams } from '../chunk-
|
|
3
|
-
export { useLocation } from '../chunk-IZARTVYN.mjs';
|
|
2
|
+
export { useQueryParams } from '../chunk-OEIF3JCH.mjs';
|
|
4
3
|
export { useWindow } from '../chunk-VA4LUFKD.mjs';
|
|
5
4
|
export { clientOnly, createClientOnlyComponent, isClient, isServer } from '../chunk-4F2GSF2T.mjs';
|
|
6
|
-
export { cn } from '../chunk-HMN4IKTG.mjs';
|
|
7
5
|
export { useDocument } from '../chunk-IDUVYPN7.mjs';
|
|
8
6
|
export { useDragSelect } from '../chunk-3QT5VABC.mjs';
|
|
9
7
|
export { useIsMobile } from '../chunk-XHJDRQD7.mjs';
|
|
10
8
|
export { useLocalStorage } from '../chunk-LQOPO4KU.mjs';
|
|
9
|
+
export { useLocation } from '../chunk-IZARTVYN.mjs';
|
|
10
|
+
export { cn } from '../chunk-HMN4IKTG.mjs';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../chunk-6BOWMGFG.cjs');
|
|
3
|
+
var chunkLYZJNEOR_cjs = require('../chunk-LYZJNEOR.cjs');
|
|
5
4
|
require('../chunk-YZIR6LIY.cjs');
|
|
5
|
+
require('../chunk-6BOWMGFG.cjs');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
Object.defineProperty(exports, "useQueryParams", {
|
|
10
10
|
enumerable: true,
|
|
11
|
-
get: function () { return
|
|
11
|
+
get: function () { return chunkLYZJNEOR_cjs.useQueryParams; }
|
|
12
12
|
});
|
package/dist/index.cjs
CHANGED
|
@@ -64,7 +64,7 @@ var chunkNZOZ3KKM_cjs = require('./chunk-NZOZ3KKM.cjs');
|
|
|
64
64
|
var chunk3TZL7ET3_cjs = require('./chunk-3TZL7ET3.cjs');
|
|
65
65
|
var chunkL5JZRGNH_cjs = require('./chunk-L5JZRGNH.cjs');
|
|
66
66
|
var chunkLNKZATCP_cjs = require('./chunk-LNKZATCP.cjs');
|
|
67
|
-
var
|
|
67
|
+
var chunkOYNLQTHW_cjs = require('./chunk-OYNLQTHW.cjs');
|
|
68
68
|
var chunk2CZEFXEW_cjs = require('./chunk-2CZEFXEW.cjs');
|
|
69
69
|
require('./chunk-HNTVTCNX.cjs');
|
|
70
70
|
var chunkXGGAJUY3_cjs = require('./chunk-XGGAJUY3.cjs');
|
|
@@ -86,7 +86,7 @@ var chunkSPNDWTSX_cjs = require('./chunk-SPNDWTSX.cjs');
|
|
|
86
86
|
var chunkRU423LFT_cjs = require('./chunk-RU423LFT.cjs');
|
|
87
87
|
var chunkTZC4ST5T_cjs = require('./chunk-TZC4ST5T.cjs');
|
|
88
88
|
var chunkAIYM5PFP_cjs = require('./chunk-AIYM5PFP.cjs');
|
|
89
|
-
var
|
|
89
|
+
var chunkXBTBTLID_cjs = require('./chunk-XBTBTLID.cjs');
|
|
90
90
|
var chunkGWIACOMY_cjs = require('./chunk-GWIACOMY.cjs');
|
|
91
91
|
require('./chunk-EFZ746FR.cjs');
|
|
92
92
|
var chunk5PDZWPUI_cjs = require('./chunk-5PDZWPUI.cjs');
|
|
@@ -96,21 +96,21 @@ var chunk7DFI7CUK_cjs = require('./chunk-7DFI7CUK.cjs');
|
|
|
96
96
|
var chunkYMSWUGHW_cjs = require('./chunk-YMSWUGHW.cjs');
|
|
97
97
|
var chunk3UEVUYFQ_cjs = require('./chunk-3UEVUYFQ.cjs');
|
|
98
98
|
var chunkNSQOQD43_cjs = require('./chunk-NSQOQD43.cjs');
|
|
99
|
+
var chunkT3G35JSP_cjs = require('./chunk-T3G35JSP.cjs');
|
|
99
100
|
var chunkWJY6BMVR_cjs = require('./chunk-WJY6BMVR.cjs');
|
|
100
101
|
require('./chunk-P6DICGAV.cjs');
|
|
101
|
-
var chunkT3G35JSP_cjs = require('./chunk-T3G35JSP.cjs');
|
|
102
102
|
require('./chunk-JMCH2AFN.cjs');
|
|
103
103
|
var chunkG5JZGNKY_cjs = require('./chunk-G5JZGNKY.cjs');
|
|
104
104
|
require('./chunk-QN4N4I3Z.cjs');
|
|
105
|
-
var
|
|
106
|
-
var chunk6BOWMGFG_cjs = require('./chunk-6BOWMGFG.cjs');
|
|
105
|
+
var chunkLYZJNEOR_cjs = require('./chunk-LYZJNEOR.cjs');
|
|
107
106
|
var chunkYZIR6LIY_cjs = require('./chunk-YZIR6LIY.cjs');
|
|
108
107
|
var chunkRPTRTGC2_cjs = require('./chunk-RPTRTGC2.cjs');
|
|
109
|
-
var chunkOHIB3TEN_cjs = require('./chunk-OHIB3TEN.cjs');
|
|
110
108
|
var chunkLBWMTA5T_cjs = require('./chunk-LBWMTA5T.cjs');
|
|
111
109
|
var chunkQ7E73DVJ_cjs = require('./chunk-Q7E73DVJ.cjs');
|
|
112
110
|
var chunkJR4TVE43_cjs = require('./chunk-JR4TVE43.cjs');
|
|
113
111
|
var chunkVXZURKMQ_cjs = require('./chunk-VXZURKMQ.cjs');
|
|
112
|
+
var chunk6BOWMGFG_cjs = require('./chunk-6BOWMGFG.cjs');
|
|
113
|
+
var chunkOHIB3TEN_cjs = require('./chunk-OHIB3TEN.cjs');
|
|
114
114
|
var chunkG4FJGNY5_cjs = require('./chunk-G4FJGNY5.cjs');
|
|
115
115
|
var chunkRMK6W774_cjs = require('./chunk-RMK6W774.cjs');
|
|
116
116
|
|
|
@@ -506,99 +506,99 @@ Object.defineProperty(exports, "ResizablePanelGroup", {
|
|
|
506
506
|
});
|
|
507
507
|
Object.defineProperty(exports, "Sidebar", {
|
|
508
508
|
enumerable: true,
|
|
509
|
-
get: function () { return
|
|
509
|
+
get: function () { return chunkOYNLQTHW_cjs.Sidebar; }
|
|
510
510
|
});
|
|
511
511
|
Object.defineProperty(exports, "SidebarContent", {
|
|
512
512
|
enumerable: true,
|
|
513
|
-
get: function () { return
|
|
513
|
+
get: function () { return chunkOYNLQTHW_cjs.SidebarContent; }
|
|
514
514
|
});
|
|
515
515
|
Object.defineProperty(exports, "SidebarFooter", {
|
|
516
516
|
enumerable: true,
|
|
517
|
-
get: function () { return
|
|
517
|
+
get: function () { return chunkOYNLQTHW_cjs.SidebarFooter; }
|
|
518
518
|
});
|
|
519
519
|
Object.defineProperty(exports, "SidebarGroup", {
|
|
520
520
|
enumerable: true,
|
|
521
|
-
get: function () { return
|
|
521
|
+
get: function () { return chunkOYNLQTHW_cjs.SidebarGroup; }
|
|
522
522
|
});
|
|
523
523
|
Object.defineProperty(exports, "SidebarGroupAction", {
|
|
524
524
|
enumerable: true,
|
|
525
|
-
get: function () { return
|
|
525
|
+
get: function () { return chunkOYNLQTHW_cjs.SidebarGroupAction; }
|
|
526
526
|
});
|
|
527
527
|
Object.defineProperty(exports, "SidebarGroupContent", {
|
|
528
528
|
enumerable: true,
|
|
529
|
-
get: function () { return
|
|
529
|
+
get: function () { return chunkOYNLQTHW_cjs.SidebarGroupContent; }
|
|
530
530
|
});
|
|
531
531
|
Object.defineProperty(exports, "SidebarGroupLabel", {
|
|
532
532
|
enumerable: true,
|
|
533
|
-
get: function () { return
|
|
533
|
+
get: function () { return chunkOYNLQTHW_cjs.SidebarGroupLabel; }
|
|
534
534
|
});
|
|
535
535
|
Object.defineProperty(exports, "SidebarHeader", {
|
|
536
536
|
enumerable: true,
|
|
537
|
-
get: function () { return
|
|
537
|
+
get: function () { return chunkOYNLQTHW_cjs.SidebarHeader; }
|
|
538
538
|
});
|
|
539
539
|
Object.defineProperty(exports, "SidebarInput", {
|
|
540
540
|
enumerable: true,
|
|
541
|
-
get: function () { return
|
|
541
|
+
get: function () { return chunkOYNLQTHW_cjs.SidebarInput; }
|
|
542
542
|
});
|
|
543
543
|
Object.defineProperty(exports, "SidebarInset", {
|
|
544
544
|
enumerable: true,
|
|
545
|
-
get: function () { return
|
|
545
|
+
get: function () { return chunkOYNLQTHW_cjs.SidebarInset; }
|
|
546
546
|
});
|
|
547
547
|
Object.defineProperty(exports, "SidebarMenu", {
|
|
548
548
|
enumerable: true,
|
|
549
|
-
get: function () { return
|
|
549
|
+
get: function () { return chunkOYNLQTHW_cjs.SidebarMenu; }
|
|
550
550
|
});
|
|
551
551
|
Object.defineProperty(exports, "SidebarMenuAction", {
|
|
552
552
|
enumerable: true,
|
|
553
|
-
get: function () { return
|
|
553
|
+
get: function () { return chunkOYNLQTHW_cjs.SidebarMenuAction; }
|
|
554
554
|
});
|
|
555
555
|
Object.defineProperty(exports, "SidebarMenuBadge", {
|
|
556
556
|
enumerable: true,
|
|
557
|
-
get: function () { return
|
|
557
|
+
get: function () { return chunkOYNLQTHW_cjs.SidebarMenuBadge; }
|
|
558
558
|
});
|
|
559
559
|
Object.defineProperty(exports, "SidebarMenuButton", {
|
|
560
560
|
enumerable: true,
|
|
561
|
-
get: function () { return
|
|
561
|
+
get: function () { return chunkOYNLQTHW_cjs.SidebarMenuButton; }
|
|
562
562
|
});
|
|
563
563
|
Object.defineProperty(exports, "SidebarMenuItem", {
|
|
564
564
|
enumerable: true,
|
|
565
|
-
get: function () { return
|
|
565
|
+
get: function () { return chunkOYNLQTHW_cjs.SidebarMenuItem; }
|
|
566
566
|
});
|
|
567
567
|
Object.defineProperty(exports, "SidebarMenuSkeleton", {
|
|
568
568
|
enumerable: true,
|
|
569
|
-
get: function () { return
|
|
569
|
+
get: function () { return chunkOYNLQTHW_cjs.SidebarMenuSkeleton; }
|
|
570
570
|
});
|
|
571
571
|
Object.defineProperty(exports, "SidebarMenuSub", {
|
|
572
572
|
enumerable: true,
|
|
573
|
-
get: function () { return
|
|
573
|
+
get: function () { return chunkOYNLQTHW_cjs.SidebarMenuSub; }
|
|
574
574
|
});
|
|
575
575
|
Object.defineProperty(exports, "SidebarMenuSubButton", {
|
|
576
576
|
enumerable: true,
|
|
577
|
-
get: function () { return
|
|
577
|
+
get: function () { return chunkOYNLQTHW_cjs.SidebarMenuSubButton; }
|
|
578
578
|
});
|
|
579
579
|
Object.defineProperty(exports, "SidebarMenuSubItem", {
|
|
580
580
|
enumerable: true,
|
|
581
|
-
get: function () { return
|
|
581
|
+
get: function () { return chunkOYNLQTHW_cjs.SidebarMenuSubItem; }
|
|
582
582
|
});
|
|
583
583
|
Object.defineProperty(exports, "SidebarProvider", {
|
|
584
584
|
enumerable: true,
|
|
585
|
-
get: function () { return
|
|
585
|
+
get: function () { return chunkOYNLQTHW_cjs.SidebarProvider; }
|
|
586
586
|
});
|
|
587
587
|
Object.defineProperty(exports, "SidebarRail", {
|
|
588
588
|
enumerable: true,
|
|
589
|
-
get: function () { return
|
|
589
|
+
get: function () { return chunkOYNLQTHW_cjs.SidebarRail; }
|
|
590
590
|
});
|
|
591
591
|
Object.defineProperty(exports, "SidebarSeparator", {
|
|
592
592
|
enumerable: true,
|
|
593
|
-
get: function () { return
|
|
593
|
+
get: function () { return chunkOYNLQTHW_cjs.SidebarSeparator; }
|
|
594
594
|
});
|
|
595
595
|
Object.defineProperty(exports, "SidebarTrigger", {
|
|
596
596
|
enumerable: true,
|
|
597
|
-
get: function () { return
|
|
597
|
+
get: function () { return chunkOYNLQTHW_cjs.SidebarTrigger; }
|
|
598
598
|
});
|
|
599
599
|
Object.defineProperty(exports, "useSidebar", {
|
|
600
600
|
enumerable: true,
|
|
601
|
-
get: function () { return
|
|
601
|
+
get: function () { return chunkOYNLQTHW_cjs.useSidebar; }
|
|
602
602
|
});
|
|
603
603
|
Object.defineProperty(exports, "Tooltip", {
|
|
604
604
|
enumerable: true,
|
|
@@ -954,19 +954,19 @@ Object.defineProperty(exports, "DialBadge", {
|
|
|
954
954
|
});
|
|
955
955
|
Object.defineProperty(exports, "GIT_HASH", {
|
|
956
956
|
enumerable: true,
|
|
957
|
-
get: function () { return
|
|
957
|
+
get: function () { return chunkXBTBTLID_cjs.GIT_HASH; }
|
|
958
958
|
});
|
|
959
959
|
Object.defineProperty(exports, "PACKAGE_VERSION", {
|
|
960
960
|
enumerable: true,
|
|
961
|
-
get: function () { return
|
|
961
|
+
get: function () { return chunkXBTBTLID_cjs.PACKAGE_VERSION; }
|
|
962
962
|
});
|
|
963
963
|
Object.defineProperty(exports, "PackageBadge", {
|
|
964
964
|
enumerable: true,
|
|
965
|
-
get: function () { return
|
|
965
|
+
get: function () { return chunkXBTBTLID_cjs.PackageBadge; }
|
|
966
966
|
});
|
|
967
967
|
Object.defineProperty(exports, "UIKitBadge", {
|
|
968
968
|
enumerable: true,
|
|
969
|
-
get: function () { return
|
|
969
|
+
get: function () { return chunkXBTBTLID_cjs.UIKitBadge; }
|
|
970
970
|
});
|
|
971
971
|
Object.defineProperty(exports, "Avatar", {
|
|
972
972
|
enumerable: true,
|
|
@@ -1116,14 +1116,14 @@ Object.defineProperty(exports, "buttonVariants", {
|
|
|
1116
1116
|
enumerable: true,
|
|
1117
1117
|
get: function () { return chunkNSQOQD43_cjs.buttonVariants; }
|
|
1118
1118
|
});
|
|
1119
|
-
Object.defineProperty(exports, "withCursor", {
|
|
1120
|
-
enumerable: true,
|
|
1121
|
-
get: function () { return chunkWJY6BMVR_cjs.withCursor; }
|
|
1122
|
-
});
|
|
1123
1119
|
Object.defineProperty(exports, "TabsCursorProvider", {
|
|
1124
1120
|
enumerable: true,
|
|
1125
1121
|
get: function () { return chunkT3G35JSP_cjs.TabsCursorProvider; }
|
|
1126
1122
|
});
|
|
1123
|
+
Object.defineProperty(exports, "withCursor", {
|
|
1124
|
+
enumerable: true,
|
|
1125
|
+
get: function () { return chunkWJY6BMVR_cjs.withCursor; }
|
|
1126
|
+
});
|
|
1127
1127
|
Object.defineProperty(exports, "SyncDrag", {
|
|
1128
1128
|
enumerable: true,
|
|
1129
1129
|
get: function () { return chunkG5JZGNKY_cjs.SyncDrag; }
|
|
@@ -1154,11 +1154,7 @@ Object.defineProperty(exports, "SyncScrollSlave", {
|
|
|
1154
1154
|
});
|
|
1155
1155
|
Object.defineProperty(exports, "useQueryParams", {
|
|
1156
1156
|
enumerable: true,
|
|
1157
|
-
get: function () { return
|
|
1158
|
-
});
|
|
1159
|
-
Object.defineProperty(exports, "useLocation", {
|
|
1160
|
-
enumerable: true,
|
|
1161
|
-
get: function () { return chunk6BOWMGFG_cjs.useLocation; }
|
|
1157
|
+
get: function () { return chunkLYZJNEOR_cjs.useQueryParams; }
|
|
1162
1158
|
});
|
|
1163
1159
|
Object.defineProperty(exports, "useWindow", {
|
|
1164
1160
|
enumerable: true,
|
|
@@ -1180,10 +1176,6 @@ Object.defineProperty(exports, "isServer", {
|
|
|
1180
1176
|
enumerable: true,
|
|
1181
1177
|
get: function () { return chunkRPTRTGC2_cjs.isServer; }
|
|
1182
1178
|
});
|
|
1183
|
-
Object.defineProperty(exports, "cn", {
|
|
1184
|
-
enumerable: true,
|
|
1185
|
-
get: function () { return chunkOHIB3TEN_cjs.cn; }
|
|
1186
|
-
});
|
|
1187
1179
|
Object.defineProperty(exports, "useDocument", {
|
|
1188
1180
|
enumerable: true,
|
|
1189
1181
|
get: function () { return chunkLBWMTA5T_cjs.useDocument; }
|
|
@@ -1200,6 +1192,14 @@ Object.defineProperty(exports, "useLocalStorage", {
|
|
|
1200
1192
|
enumerable: true,
|
|
1201
1193
|
get: function () { return chunkVXZURKMQ_cjs.useLocalStorage; }
|
|
1202
1194
|
});
|
|
1195
|
+
Object.defineProperty(exports, "useLocation", {
|
|
1196
|
+
enumerable: true,
|
|
1197
|
+
get: function () { return chunk6BOWMGFG_cjs.useLocation; }
|
|
1198
|
+
});
|
|
1199
|
+
Object.defineProperty(exports, "cn", {
|
|
1200
|
+
enumerable: true,
|
|
1201
|
+
get: function () { return chunkOHIB3TEN_cjs.cn; }
|
|
1202
|
+
});
|
|
1203
1203
|
Object.defineProperty(exports, "SyncScrollProvider", {
|
|
1204
1204
|
enumerable: true,
|
|
1205
1205
|
get: function () { return chunkG4FJGNY5_cjs.SyncScrollProvider; }
|
package/dist/index.css
CHANGED
|
@@ -4,17 +4,19 @@
|
|
|
4
4
|
@property --tw-animation-duration { syntax:"*";inherits:false }
|
|
5
5
|
@property --tw-animation-fill-mode { syntax:"*";inherits:false;initial-value:none }
|
|
6
6
|
@property --tw-animation-iteration-count { syntax:"*";inherits:false;initial-value:1 }
|
|
7
|
+
@property --tw-enter-blur { syntax:"*";inherits:false;initial-value:0 }
|
|
7
8
|
@property --tw-enter-opacity { syntax:"*";inherits:false;initial-value:1 }
|
|
8
9
|
@property --tw-enter-rotate { syntax:"*";inherits:false;initial-value:0 }
|
|
9
10
|
@property --tw-enter-scale { syntax:"*";inherits:false;initial-value:1 }
|
|
10
11
|
@property --tw-enter-translate-x { syntax:"*";inherits:false;initial-value:0 }
|
|
11
12
|
@property --tw-enter-translate-y { syntax:"*";inherits:false;initial-value:0 }
|
|
13
|
+
@property --tw-exit-blur { syntax:"*";inherits:false;initial-value:0 }
|
|
12
14
|
@property --tw-exit-opacity { syntax:"*";inherits:false;initial-value:1 }
|
|
13
15
|
@property --tw-exit-rotate { syntax:"*";inherits:false;initial-value:0 }
|
|
14
16
|
@property --tw-exit-scale { syntax:"*";inherits:false;initial-value:1 }
|
|
15
17
|
@property --tw-exit-translate-x { syntax:"*";inherits:false;initial-value:0 }
|
|
16
18
|
@property --tw-exit-translate-y { syntax:"*";inherits:false;initial-value:0 }
|
|
17
|
-
@theme inline { --animation-delay-0: 0s; --animation-delay-75: 75ms; --animation-delay-100: .1s; --animation-delay-150: .15s; --animation-delay-200: .2s; --animation-delay-300: .3s; --animation-delay-500: .5s; --animation-delay-700: .7s; --animation-delay-1000: 1s; --animation-repeat-0: 0; --animation-repeat-1: 1; --animation-repeat-infinite: infinite; --animation-direction-normal: normal; --animation-direction-reverse: reverse; --animation-direction-alternate: alternate; --animation-direction-alternate-reverse: alternate-reverse; --animation-fill-mode-none: none; --animation-fill-mode-forwards: forwards; --animation-fill-mode-backwards: backwards; --animation-fill-mode-both: both; --percentage-0: 0; --percentage-5: .05; --percentage-10: .1; --percentage-15: .15; --percentage-20: .2; --percentage-25: .25; --percentage-30: .3; --percentage-35: .35; --percentage-40: .4; --percentage-45: .45; --percentage-50: .5; --percentage-55: .55; --percentage-60: .6; --percentage-65: .65; --percentage-70: .7; --percentage-75: .75; --percentage-80: .8; --percentage-85: .85; --percentage-90: .9; --percentage-95: .95; --percentage-100: 1; --percentage-translate-full: 1; --animate-in: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-out: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes enter { from { opacity: var(--tw-enter-opacity,1); transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0)); }}@keyframes exit { to { opacity: var(--tw-exit-opacity,1); transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0)); }}--animate-accordion-down: accordion-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-accordion-up: accordion-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-down: collapsible-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-up: collapsible-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes accordion-down { from { height: 0; }to { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,auto)))); }}@keyframes accordion-up { from { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,auto)))); }to { height: 0; }}@keyframes collapsible-down { from { height: 0; }to { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }}@keyframes collapsible-up { from { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }to { height: 0; }}--animate-caret-blink: caret-blink 1.25s ease-out infinite; @keyframes caret-blink { 0%,70%,100% { opacity: 1; }20%,50% { opacity: 0; }} }
|
|
19
|
+
@theme inline { --animation-delay-0: 0s; --animation-delay-75: 75ms; --animation-delay-100: .1s; --animation-delay-150: .15s; --animation-delay-200: .2s; --animation-delay-300: .3s; --animation-delay-500: .5s; --animation-delay-700: .7s; --animation-delay-1000: 1s; --animation-repeat-0: 0; --animation-repeat-1: 1; --animation-repeat-infinite: infinite; --animation-direction-normal: normal; --animation-direction-reverse: reverse; --animation-direction-alternate: alternate; --animation-direction-alternate-reverse: alternate-reverse; --animation-fill-mode-none: none; --animation-fill-mode-forwards: forwards; --animation-fill-mode-backwards: backwards; --animation-fill-mode-both: both; --percentage-0: 0; --percentage-5: .05; --percentage-10: .1; --percentage-15: .15; --percentage-20: .2; --percentage-25: .25; --percentage-30: .3; --percentage-35: .35; --percentage-40: .4; --percentage-45: .45; --percentage-50: .5; --percentage-55: .55; --percentage-60: .6; --percentage-65: .65; --percentage-70: .7; --percentage-75: .75; --percentage-80: .8; --percentage-85: .85; --percentage-90: .9; --percentage-95: .95; --percentage-100: 1; --percentage-translate-full: 1; --animate-in: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-out: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes enter { from { opacity: var(--tw-enter-opacity,1); transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0)); filter: blur(var(--tw-enter-blur,0)); }}@keyframes exit { to { opacity: var(--tw-exit-opacity,1); transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0)); filter: blur(var(--tw-exit-blur,0)); }}--animate-accordion-down: accordion-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-accordion-up: accordion-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-down: collapsible-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-up: collapsible-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes accordion-down { from { height: 0; }to { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,auto)))); }}@keyframes accordion-up { from { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,auto)))); }to { height: 0; }}@keyframes collapsible-down { from { height: 0; }to { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }}@keyframes collapsible-up { from { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }to { height: 0; }}--animate-caret-blink: caret-blink 1.25s ease-out infinite; @keyframes caret-blink { 0%,70%,100% { opacity: 1; }20%,50% { opacity: 0; }} }
|
|
18
20
|
@utility animation-duration-* { --tw-animation-duration: calc(--value(number)*1ms); --tw-animation-duration: --value(--animation-duration-*,[duration],"initial",[*]); animation-duration: calc(--value(number)*1ms); animation-duration: --value(--animation-duration-*,[duration],"initial",[*]); }
|
|
19
21
|
@utility delay-* { animation-delay: calc(--value(number)*1ms); animation-delay: --value(--animation-delay-*, [duration], "initial", [*]); --tw-animation-delay: calc(--value(number)*1ms); --tw-animation-delay: --value(--animation-delay-*, [duration], "initial", [*]); }
|
|
20
22
|
@utility repeat-* { animation-iteration-count: --value(--animation-repeat-*, number, "initial", [*]); --tw-animation-iteration-count: --value(--animation-repeat-*, number, "initial", [*]); }
|
|
@@ -23,6 +25,10 @@
|
|
|
23
25
|
@utility running { animation-play-state: running; }
|
|
24
26
|
@utility paused { animation-play-state: paused; }
|
|
25
27
|
@utility play-state-* { animation-play-state: --value("initial", [*]); }
|
|
28
|
+
@utility blur-in { --tw-enter-blur: 20px; }
|
|
29
|
+
@utility blur-in-* { --tw-enter-blur: calc(--value(number)*1px); --tw-enter-blur: --value(--blur-*,[*]); }
|
|
30
|
+
@utility blur-out { --tw-exit-blur: 20px; }
|
|
31
|
+
@utility blur-out-* { --tw-exit-blur: calc(--value(number)*1px); --tw-exit-blur: --value(--blur-*,[*]); }
|
|
26
32
|
@utility fade-in { --tw-enter-opacity: 0; }
|
|
27
33
|
@utility fade-in-* { --tw-enter-opacity: calc(--value(number)/100); --tw-enter-opacity: --value(--percentage-*,[*]); }
|
|
28
34
|
@utility fade-out { --tw-exit-opacity: 0; }
|
package/dist/index.mjs
CHANGED
|
@@ -62,7 +62,7 @@ export { ToggleButton, ToggleButtons, toggleButtonHighlightVariants, toggleButto
|
|
|
62
62
|
export { ToggleGroup, ToggleGroupItem, toggleGroupVariants } from './chunk-ABLQ4QRY.mjs';
|
|
63
63
|
export { Toggle, toggleVariants } from './chunk-4FLE5S5Z.mjs';
|
|
64
64
|
export { ResizableHandle, ResizablePanel, ResizablePanelGroup } from './chunk-JY5TZBRK.mjs';
|
|
65
|
-
export { Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, useSidebar } from './chunk-
|
|
65
|
+
export { Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, useSidebar } from './chunk-BIUDC66P.mjs';
|
|
66
66
|
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from './chunk-ZNPI2TYG.mjs';
|
|
67
67
|
import './chunk-OWGKZAOO.mjs';
|
|
68
68
|
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from './chunk-W3RJNSWQ.mjs';
|
|
@@ -84,7 +84,7 @@ export { Collapsible, CollapsibleContent, CollapsibleTrigger } from './chunk-BCB
|
|
|
84
84
|
export { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger } from './chunk-ZPH5LMEM.mjs';
|
|
85
85
|
export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger } from './chunk-H4IDSUG5.mjs';
|
|
86
86
|
export { DIAL_PACKAGE_NAME, DIAL_PACKAGE_VERSION, DialBadge } from './chunk-OWEYAVGT.mjs';
|
|
87
|
-
export { GIT_HASH, PACKAGE_VERSION, PackageBadge, UIKitBadge } from './chunk-
|
|
87
|
+
export { GIT_HASH, PACKAGE_VERSION, PackageBadge, UIKitBadge } from './chunk-XGXWOY3U.mjs';
|
|
88
88
|
export { Avatar, AvatarFallback, AvatarFallbackRoot, AvatarFallbackSSR, AvatarGroup, AvatarImage, AvatarImageFallback, AvatarImageRoot, AvatarRoot, AvatarSSRFallback } from './chunk-NO35POZW.mjs';
|
|
89
89
|
import './chunk-VGCVIHBR.mjs';
|
|
90
90
|
export { CursorProvider } from './chunk-AUENXQXS.mjs';
|
|
@@ -94,20 +94,20 @@ export { Textarea } from './chunk-25RDJXX7.mjs';
|
|
|
94
94
|
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, selectTriggerVariants } from './chunk-CX6OFX5Z.mjs';
|
|
95
95
|
export { InputRoot as Input, InputRoot, InputSlot } from './chunk-4XUJBMDE.mjs';
|
|
96
96
|
export { Button, buttonVariants } from './chunk-INHZ5D7P.mjs';
|
|
97
|
+
export { TabsCursorProvider } from './chunk-XMG3IVGZ.mjs';
|
|
97
98
|
export { withCursor } from './chunk-RAHKRYQJ.mjs';
|
|
98
99
|
import './chunk-3FR3WKI4.mjs';
|
|
99
|
-
export { TabsCursorProvider } from './chunk-XMG3IVGZ.mjs';
|
|
100
100
|
import './chunk-BNDRHLLZ.mjs';
|
|
101
101
|
export { SyncDrag, SyncDragSlave, SyncDragSlaveX, SyncDragX, SyncDragY, SyncScroll, SyncScrollSlave } from './chunk-PDOFOJ4P.mjs';
|
|
102
102
|
import './chunk-F7ZHPSLA.mjs';
|
|
103
|
-
export { useQueryParams } from './chunk-
|
|
104
|
-
export { useLocation } from './chunk-IZARTVYN.mjs';
|
|
103
|
+
export { useQueryParams } from './chunk-OEIF3JCH.mjs';
|
|
105
104
|
export { useWindow } from './chunk-VA4LUFKD.mjs';
|
|
106
105
|
export { clientOnly, createClientOnlyComponent, isClient, isServer } from './chunk-4F2GSF2T.mjs';
|
|
107
|
-
export { cn } from './chunk-HMN4IKTG.mjs';
|
|
108
106
|
export { useDocument } from './chunk-IDUVYPN7.mjs';
|
|
109
107
|
export { useDragSelect } from './chunk-3QT5VABC.mjs';
|
|
110
108
|
export { useIsMobile } from './chunk-XHJDRQD7.mjs';
|
|
111
109
|
export { useLocalStorage } from './chunk-LQOPO4KU.mjs';
|
|
110
|
+
export { useLocation } from './chunk-IZARTVYN.mjs';
|
|
111
|
+
export { cn } from './chunk-HMN4IKTG.mjs';
|
|
112
112
|
export { SyncScrollProvider, useScrollSlave, useSyncDrag, useSyncScroll } from './chunk-SAGQV2YZ.mjs';
|
|
113
113
|
export { DialProvider, useDialSchema } from './chunk-3HEZVWRW.mjs';
|
package/dist/ui/DialBadge.cjs
CHANGED
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
var chunkAIYM5PFP_cjs = require('../chunk-AIYM5PFP.cjs');
|
|
4
4
|
require('../chunk-QN4N4I3Z.cjs');
|
|
5
|
-
require('../chunk-
|
|
6
|
-
require('../chunk-6BOWMGFG.cjs');
|
|
5
|
+
require('../chunk-LYZJNEOR.cjs');
|
|
7
6
|
require('../chunk-YZIR6LIY.cjs');
|
|
8
7
|
require('../chunk-RPTRTGC2.cjs');
|
|
9
|
-
require('../chunk-OHIB3TEN.cjs');
|
|
10
8
|
require('../chunk-LBWMTA5T.cjs');
|
|
11
9
|
require('../chunk-Q7E73DVJ.cjs');
|
|
12
10
|
require('../chunk-JR4TVE43.cjs');
|
|
13
11
|
require('../chunk-VXZURKMQ.cjs');
|
|
12
|
+
require('../chunk-6BOWMGFG.cjs');
|
|
13
|
+
require('../chunk-OHIB3TEN.cjs');
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
package/dist/ui/DialBadge.mjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
export { DIAL_PACKAGE_NAME, DIAL_PACKAGE_VERSION, DialBadge } from '../chunk-OWEYAVGT.mjs';
|
|
2
2
|
import '../chunk-F7ZHPSLA.mjs';
|
|
3
|
-
import '../chunk-
|
|
4
|
-
import '../chunk-IZARTVYN.mjs';
|
|
3
|
+
import '../chunk-OEIF3JCH.mjs';
|
|
5
4
|
import '../chunk-VA4LUFKD.mjs';
|
|
6
5
|
import '../chunk-4F2GSF2T.mjs';
|
|
7
|
-
import '../chunk-HMN4IKTG.mjs';
|
|
8
6
|
import '../chunk-IDUVYPN7.mjs';
|
|
9
7
|
import '../chunk-3QT5VABC.mjs';
|
|
10
8
|
import '../chunk-XHJDRQD7.mjs';
|
|
11
9
|
import '../chunk-LQOPO4KU.mjs';
|
|
10
|
+
import '../chunk-IZARTVYN.mjs';
|
|
11
|
+
import '../chunk-HMN4IKTG.mjs';
|
package/dist/ui/UIKitBadge.cjs
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkXBTBTLID_cjs = require('../chunk-XBTBTLID.cjs');
|
|
4
4
|
require('../chunk-QN4N4I3Z.cjs');
|
|
5
|
-
require('../chunk-
|
|
6
|
-
require('../chunk-6BOWMGFG.cjs');
|
|
5
|
+
require('../chunk-LYZJNEOR.cjs');
|
|
7
6
|
require('../chunk-YZIR6LIY.cjs');
|
|
8
7
|
require('../chunk-RPTRTGC2.cjs');
|
|
9
|
-
require('../chunk-OHIB3TEN.cjs');
|
|
10
8
|
require('../chunk-LBWMTA5T.cjs');
|
|
11
9
|
require('../chunk-Q7E73DVJ.cjs');
|
|
12
10
|
require('../chunk-JR4TVE43.cjs');
|
|
13
11
|
require('../chunk-VXZURKMQ.cjs');
|
|
12
|
+
require('../chunk-6BOWMGFG.cjs');
|
|
13
|
+
require('../chunk-OHIB3TEN.cjs');
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
Object.defineProperty(exports, "GIT_HASH", {
|
|
18
18
|
enumerable: true,
|
|
19
|
-
get: function () { return
|
|
19
|
+
get: function () { return chunkXBTBTLID_cjs.GIT_HASH; }
|
|
20
20
|
});
|
|
21
21
|
Object.defineProperty(exports, "PACKAGE_VERSION", {
|
|
22
22
|
enumerable: true,
|
|
23
|
-
get: function () { return
|
|
23
|
+
get: function () { return chunkXBTBTLID_cjs.PACKAGE_VERSION; }
|
|
24
24
|
});
|
|
25
25
|
Object.defineProperty(exports, "PackageBadge", {
|
|
26
26
|
enumerable: true,
|
|
27
|
-
get: function () { return
|
|
27
|
+
get: function () { return chunkXBTBTLID_cjs.PackageBadge; }
|
|
28
28
|
});
|
|
29
29
|
Object.defineProperty(exports, "UIKitBadge", {
|
|
30
30
|
enumerable: true,
|
|
31
|
-
get: function () { return
|
|
31
|
+
get: function () { return chunkXBTBTLID_cjs.UIKitBadge; }
|
|
32
32
|
});
|
package/dist/ui/UIKitBadge.mjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export { GIT_HASH, PACKAGE_VERSION, PackageBadge, UIKitBadge } from '../chunk-
|
|
1
|
+
export { GIT_HASH, PACKAGE_VERSION, PackageBadge, UIKitBadge } from '../chunk-XGXWOY3U.mjs';
|
|
2
2
|
import '../chunk-F7ZHPSLA.mjs';
|
|
3
|
-
import '../chunk-
|
|
4
|
-
import '../chunk-IZARTVYN.mjs';
|
|
3
|
+
import '../chunk-OEIF3JCH.mjs';
|
|
5
4
|
import '../chunk-VA4LUFKD.mjs';
|
|
6
5
|
import '../chunk-4F2GSF2T.mjs';
|
|
7
|
-
import '../chunk-HMN4IKTG.mjs';
|
|
8
6
|
import '../chunk-IDUVYPN7.mjs';
|
|
9
7
|
import '../chunk-3QT5VABC.mjs';
|
|
10
8
|
import '../chunk-XHJDRQD7.mjs';
|
|
11
9
|
import '../chunk-LQOPO4KU.mjs';
|
|
10
|
+
import '../chunk-IZARTVYN.mjs';
|
|
11
|
+
import '../chunk-HMN4IKTG.mjs';
|
package/dist/ui/avatar.cjs
CHANGED
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
var chunkGWIACOMY_cjs = require('../chunk-GWIACOMY.cjs');
|
|
4
4
|
require('../chunk-QN4N4I3Z.cjs');
|
|
5
|
-
require('../chunk-
|
|
6
|
-
require('../chunk-6BOWMGFG.cjs');
|
|
5
|
+
require('../chunk-LYZJNEOR.cjs');
|
|
7
6
|
require('../chunk-YZIR6LIY.cjs');
|
|
8
7
|
require('../chunk-RPTRTGC2.cjs');
|
|
9
|
-
require('../chunk-OHIB3TEN.cjs');
|
|
10
8
|
require('../chunk-LBWMTA5T.cjs');
|
|
11
9
|
require('../chunk-Q7E73DVJ.cjs');
|
|
12
10
|
require('../chunk-JR4TVE43.cjs');
|
|
13
11
|
require('../chunk-VXZURKMQ.cjs');
|
|
12
|
+
require('../chunk-6BOWMGFG.cjs');
|
|
13
|
+
require('../chunk-OHIB3TEN.cjs');
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
package/dist/ui/avatar.mjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
export { Avatar, AvatarFallback, AvatarFallbackRoot, AvatarFallbackSSR, AvatarGroup, AvatarImage, AvatarImageFallback, AvatarImageRoot, AvatarRoot, AvatarSSRFallback } from '../chunk-NO35POZW.mjs';
|
|
2
2
|
import '../chunk-F7ZHPSLA.mjs';
|
|
3
|
-
import '../chunk-
|
|
4
|
-
import '../chunk-IZARTVYN.mjs';
|
|
3
|
+
import '../chunk-OEIF3JCH.mjs';
|
|
5
4
|
import '../chunk-VA4LUFKD.mjs';
|
|
6
5
|
import '../chunk-4F2GSF2T.mjs';
|
|
7
|
-
import '../chunk-HMN4IKTG.mjs';
|
|
8
6
|
import '../chunk-IDUVYPN7.mjs';
|
|
9
7
|
import '../chunk-3QT5VABC.mjs';
|
|
10
8
|
import '../chunk-XHJDRQD7.mjs';
|
|
11
9
|
import '../chunk-LQOPO4KU.mjs';
|
|
10
|
+
import '../chunk-IZARTVYN.mjs';
|
|
11
|
+
import '../chunk-HMN4IKTG.mjs';
|