@vuer-ai/vuer-uikit 0.0.54 → 0.0.55

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.
Files changed (35) hide show
  1. package/dist/{chunk-LF2XWR4S.js → chunk-7Z2DUNCM.js} +0 -2
  2. package/dist/{chunk-56JBJR5O.mjs → chunk-BUDNM66N.mjs} +0 -4
  3. package/dist/{chunk-5NWUT5QH.mjs → chunk-DZXMZBAQ.mjs} +1 -1
  4. package/dist/{chunk-CZBGKVGH.js → chunk-FOMVNZ3W.js} +0 -2
  5. package/dist/{chunk-N5V4HWT4.js → chunk-GIXFQKLS.js} +2 -2
  6. package/dist/{chunk-VYYH27HC.mjs → chunk-GVO43E7E.mjs} +1 -1
  7. package/dist/{chunk-WSQ2D6H6.mjs → chunk-IJIZFHQU.mjs} +0 -1
  8. package/dist/{chunk-EW34OO4H.js → chunk-RIKTZHE7.js} +0 -4
  9. package/dist/{chunk-TZLILQLV.mjs → chunk-RWPYQFVD.mjs} +0 -2
  10. package/dist/{chunk-GL6WU4QP.mjs → chunk-UX4ECKZ3.mjs} +0 -2
  11. package/dist/{chunk-CWODYOQX.js → chunk-VYBGHEHX.js} +1 -1
  12. package/dist/{chunk-PVQWUU6F.js → chunk-ZWHGRBDM.js} +0 -1
  13. package/dist/highlight-cursor/enhanced-components.js +7 -7
  14. package/dist/highlight-cursor/enhanced-components.mjs +2 -2
  15. package/dist/highlight-cursor/index.js +7 -7
  16. package/dist/highlight-cursor/index.mjs +2 -2
  17. package/dist/index.js +75 -75
  18. package/dist/index.mjs +6 -6
  19. package/dist/ui/card.js +8 -8
  20. package/dist/ui/card.mjs +1 -1
  21. package/dist/ui/dropdown.js +16 -16
  22. package/dist/ui/dropdown.mjs +1 -1
  23. package/dist/ui/index.js +69 -69
  24. package/dist/ui/index.mjs +5 -5
  25. package/dist/ui/modal.js +11 -11
  26. package/dist/ui/modal.mjs +1 -1
  27. package/dist/ui/select.js +32 -32
  28. package/dist/ui/select.mjs +1 -1
  29. package/dist/ui/version-badge.js +2 -2
  30. package/dist/ui/version-badge.mjs +1 -1
  31. package/package.json +1 -1
  32. package/src/ui/card.tsx +0 -1
  33. package/src/ui/dropdown.tsx +0 -4
  34. package/src/ui/modal.tsx +0 -2
  35. package/src/ui/select.tsx +0 -2
@@ -93,8 +93,6 @@ var modalContentVariants = classVarianceAuthority.cva([
93
93
  "bg-bg-primary",
94
94
  "rounded-uk-xl",
95
95
  "shadow-[0_4px_16px_0_var(--color-shadow-secondary)]",
96
- "min-w-[280px]",
97
- "max-w-[360px]",
98
96
  "duration-200",
99
97
  "transition-all",
100
98
  "fixed",
@@ -82,7 +82,6 @@ function DropdownMenuContentRoot({
82
82
  "relative",
83
83
  "z-50",
84
84
  "max-h-(--radix-dropdown-menu-content-available-height)",
85
- "min-w-[8rem]",
86
85
  "origin-(--radix-dropdown-menu-content-transform-origin)",
87
86
  "overflow-x-hidden",
88
87
  "overflow-y-auto",
@@ -107,7 +106,6 @@ function DropdownMenuContentFallback({ className, ...props }) {
107
106
  "p-md",
108
107
  "relative",
109
108
  "z-50",
110
- "min-w-[8rem]",
111
109
  "overflow-x-hidden",
112
110
  "overflow-y-auto",
113
111
  "rounded-uk-md",
@@ -623,7 +621,6 @@ function DropdownMenuSubContentRoot({
623
621
  "relative",
624
622
  "z-50",
625
623
  "max-h-(--radix-dropdown-menu-content-available-height)",
626
- "min-w-[8rem]",
627
624
  "origin-(--radix-dropdown-menu-content-transform-origin)",
628
625
  "overflow-x-hidden",
629
626
  "overflow-y-auto",
@@ -646,7 +643,6 @@ function DropdownMenuSubContentFallback({ className, ...props }) {
646
643
  "p-md",
647
644
  "relative",
648
645
  "z-50",
649
- "min-w-[8rem]",
650
646
  "overflow-x-hidden",
651
647
  "overflow-y-auto",
652
648
  "rounded-uk-md",
@@ -1,7 +1,7 @@
1
1
  import { Badge } from './chunk-IZCHLZ4H.mjs';
2
2
  import { jsx } from 'react/jsx-runtime';
3
3
 
4
- var PACKAGE_VERSION = "0.0.54" ;
4
+ var PACKAGE_VERSION = "0.0.55" ;
5
5
  var PACKAGE_NAME = "@vuer-ai/vuer-uikit" ;
6
6
  function VersionBadge({
7
7
  className,
@@ -174,7 +174,6 @@ function SelectContentRoot({
174
174
  "relative",
175
175
  "z-50",
176
176
  "max-h-(--radix-select-content-available-height)",
177
- "min-w-[8rem]",
178
177
  "origin-(--radix-select-content-transform-origin)",
179
178
  "overflow-x-hidden",
180
179
  "overflow-y-auto",
@@ -215,7 +214,6 @@ function SelectContentFallback({ className, children, ...props }) {
215
214
  "bg-bg-primary",
216
215
  "relative",
217
216
  "z-50",
218
- "min-w-[8rem]",
219
217
  "overflow-x-hidden",
220
218
  "overflow-y-auto",
221
219
  "rounded-uk-md",
@@ -2,7 +2,7 @@
2
2
 
3
3
  var chunkW3AIC7FW_js = require('./chunk-W3AIC7FW.js');
4
4
  var chunkKCA5PXNO_js = require('./chunk-KCA5PXNO.js');
5
- var chunkCZBGKVGH_js = require('./chunk-CZBGKVGH.js');
5
+ var chunkFOMVNZ3W_js = require('./chunk-FOMVNZ3W.js');
6
6
  var chunk3YODEBOY_js = require('./chunk-3YODEBOY.js');
7
7
  var chunkX6APNY5D_js = require('./chunk-X6APNY5D.js');
8
8
  var chunkUFHMEEGL_js = require('./chunk-UFHMEEGL.js');
@@ -11,7 +11,7 @@ var chunkUFHMEEGL_js = require('./chunk-UFHMEEGL.js');
11
11
  var CursorButton = chunkUFHMEEGL_js.withCursor(chunkX6APNY5D_js.Button);
12
12
  var CursorTabs = chunkUFHMEEGL_js.withCursor(chunkW3AIC7FW_js.Tabs);
13
13
  var CursorInputRoot = chunkUFHMEEGL_js.withCursor(chunk3YODEBOY_js.InputRoot);
14
- var CursorSelectTrigger = chunkUFHMEEGL_js.withCursor(chunkCZBGKVGH_js.SelectTrigger);
14
+ var CursorSelectTrigger = chunkUFHMEEGL_js.withCursor(chunkFOMVNZ3W_js.SelectTrigger);
15
15
  var CursorTextarea = chunkUFHMEEGL_js.withCursor(chunkKCA5PXNO_js.Textarea);
16
16
 
17
17
  exports.CursorButton = CursorButton;
@@ -1,6 +1,6 @@
1
1
  import { Tabs } from './chunk-EXM36UYZ.mjs';
2
2
  import { Textarea } from './chunk-MWJQTO2F.mjs';
3
- import { SelectTrigger } from './chunk-TZLILQLV.mjs';
3
+ import { SelectTrigger } from './chunk-RWPYQFVD.mjs';
4
4
  import { InputRoot } from './chunk-INX2EB5H.mjs';
5
5
  import { Button } from './chunk-GY65PGYR.mjs';
6
6
  import { withCursor } from './chunk-44KW6PTD.mjs';
@@ -9,7 +9,6 @@ function Card({ className, ...props }) {
9
9
  className: cn(
10
10
  "flex",
11
11
  "flex-col",
12
- "min-w-[300px]",
13
12
  "rounded-uk-lg",
14
13
  "p-lg",
15
14
  "bg-bg-primary",
@@ -104,7 +104,6 @@ function DropdownMenuContentRoot({
104
104
  "relative",
105
105
  "z-50",
106
106
  "max-h-(--radix-dropdown-menu-content-available-height)",
107
- "min-w-[8rem]",
108
107
  "origin-(--radix-dropdown-menu-content-transform-origin)",
109
108
  "overflow-x-hidden",
110
109
  "overflow-y-auto",
@@ -129,7 +128,6 @@ function DropdownMenuContentFallback({ className, ...props }) {
129
128
  "p-md",
130
129
  "relative",
131
130
  "z-50",
132
- "min-w-[8rem]",
133
131
  "overflow-x-hidden",
134
132
  "overflow-y-auto",
135
133
  "rounded-uk-md",
@@ -645,7 +643,6 @@ function DropdownMenuSubContentRoot({
645
643
  "relative",
646
644
  "z-50",
647
645
  "max-h-(--radix-dropdown-menu-content-available-height)",
648
- "min-w-[8rem]",
649
646
  "origin-(--radix-dropdown-menu-content-transform-origin)",
650
647
  "overflow-x-hidden",
651
648
  "overflow-y-auto",
@@ -668,7 +665,6 @@ function DropdownMenuSubContentFallback({ className, ...props }) {
668
665
  "p-md",
669
666
  "relative",
670
667
  "z-50",
671
- "min-w-[8rem]",
672
668
  "overflow-x-hidden",
673
669
  "overflow-y-auto",
674
670
  "rounded-uk-md",
@@ -152,7 +152,6 @@ function SelectContentRoot({
152
152
  "relative",
153
153
  "z-50",
154
154
  "max-h-(--radix-select-content-available-height)",
155
- "min-w-[8rem]",
156
155
  "origin-(--radix-select-content-transform-origin)",
157
156
  "overflow-x-hidden",
158
157
  "overflow-y-auto",
@@ -193,7 +192,6 @@ function SelectContentFallback({ className, children, ...props }) {
193
192
  "bg-bg-primary",
194
193
  "relative",
195
194
  "z-50",
196
- "min-w-[8rem]",
197
195
  "overflow-x-hidden",
198
196
  "overflow-y-auto",
199
197
  "rounded-uk-md",
@@ -71,8 +71,6 @@ var modalContentVariants = cva([
71
71
  "bg-bg-primary",
72
72
  "rounded-uk-xl",
73
73
  "shadow-[0_4px_16px_0_var(--color-shadow-secondary)]",
74
- "min-w-[280px]",
75
- "max-w-[360px]",
76
74
  "duration-200",
77
75
  "transition-all",
78
76
  "fixed",
@@ -3,7 +3,7 @@
3
3
  var chunkILJK43VJ_js = require('./chunk-ILJK43VJ.js');
4
4
  var jsxRuntime = require('react/jsx-runtime');
5
5
 
6
- var PACKAGE_VERSION = "0.0.54" ;
6
+ var PACKAGE_VERSION = "0.0.55" ;
7
7
  var PACKAGE_NAME = "@vuer-ai/vuer-uikit" ;
8
8
  function VersionBadge({
9
9
  className,
@@ -11,7 +11,6 @@ function Card({ className, ...props }) {
11
11
  className: chunk7KYAICHB_js.cn(
12
12
  "flex",
13
13
  "flex-col",
14
- "min-w-[300px]",
15
14
  "rounded-uk-lg",
16
15
  "p-lg",
17
16
  "bg-bg-primary",
@@ -1,9 +1,9 @@
1
1
  'use strict';
2
2
 
3
- var chunkN5V4HWT4_js = require('../chunk-N5V4HWT4.js');
3
+ var chunkGIXFQKLS_js = require('../chunk-GIXFQKLS.js');
4
4
  require('../chunk-W3AIC7FW.js');
5
5
  require('../chunk-KCA5PXNO.js');
6
- require('../chunk-CZBGKVGH.js');
6
+ require('../chunk-FOMVNZ3W.js');
7
7
  require('../chunk-3YODEBOY.js');
8
8
  require('../chunk-X6APNY5D.js');
9
9
  require('../chunk-UFHMEEGL.js');
@@ -21,21 +21,21 @@ require('../chunk-OTPUWWEB.js');
21
21
 
22
22
  Object.defineProperty(exports, "CursorButton", {
23
23
  enumerable: true,
24
- get: function () { return chunkN5V4HWT4_js.CursorButton; }
24
+ get: function () { return chunkGIXFQKLS_js.CursorButton; }
25
25
  });
26
26
  Object.defineProperty(exports, "CursorInputRoot", {
27
27
  enumerable: true,
28
- get: function () { return chunkN5V4HWT4_js.CursorInputRoot; }
28
+ get: function () { return chunkGIXFQKLS_js.CursorInputRoot; }
29
29
  });
30
30
  Object.defineProperty(exports, "CursorSelectTrigger", {
31
31
  enumerable: true,
32
- get: function () { return chunkN5V4HWT4_js.CursorSelectTrigger; }
32
+ get: function () { return chunkGIXFQKLS_js.CursorSelectTrigger; }
33
33
  });
34
34
  Object.defineProperty(exports, "CursorTabs", {
35
35
  enumerable: true,
36
- get: function () { return chunkN5V4HWT4_js.CursorTabs; }
36
+ get: function () { return chunkGIXFQKLS_js.CursorTabs; }
37
37
  });
38
38
  Object.defineProperty(exports, "CursorTextarea", {
39
39
  enumerable: true,
40
- get: function () { return chunkN5V4HWT4_js.CursorTextarea; }
40
+ get: function () { return chunkGIXFQKLS_js.CursorTextarea; }
41
41
  });
@@ -1,7 +1,7 @@
1
- export { CursorButton, CursorInputRoot, CursorSelectTrigger, CursorTabs, CursorTextarea } from '../chunk-VYYH27HC.mjs';
1
+ export { CursorButton, CursorInputRoot, CursorSelectTrigger, CursorTabs, CursorTextarea } from '../chunk-GVO43E7E.mjs';
2
2
  import '../chunk-EXM36UYZ.mjs';
3
3
  import '../chunk-MWJQTO2F.mjs';
4
- import '../chunk-TZLILQLV.mjs';
4
+ import '../chunk-RWPYQFVD.mjs';
5
5
  import '../chunk-INX2EB5H.mjs';
6
6
  import '../chunk-GY65PGYR.mjs';
7
7
  import '../chunk-44KW6PTD.mjs';
@@ -2,10 +2,10 @@
2
2
 
3
3
  require('../chunk-KJ42IGH6.js');
4
4
  var chunkHYVF2TGW_js = require('../chunk-HYVF2TGW.js');
5
- var chunkN5V4HWT4_js = require('../chunk-N5V4HWT4.js');
5
+ var chunkGIXFQKLS_js = require('../chunk-GIXFQKLS.js');
6
6
  require('../chunk-W3AIC7FW.js');
7
7
  require('../chunk-KCA5PXNO.js');
8
- require('../chunk-CZBGKVGH.js');
8
+ require('../chunk-FOMVNZ3W.js');
9
9
  require('../chunk-3YODEBOY.js');
10
10
  require('../chunk-X6APNY5D.js');
11
11
  var chunkUFHMEEGL_js = require('../chunk-UFHMEEGL.js');
@@ -27,23 +27,23 @@ Object.defineProperty(exports, "CursorProvider", {
27
27
  });
28
28
  Object.defineProperty(exports, "CursorButton", {
29
29
  enumerable: true,
30
- get: function () { return chunkN5V4HWT4_js.CursorButton; }
30
+ get: function () { return chunkGIXFQKLS_js.CursorButton; }
31
31
  });
32
32
  Object.defineProperty(exports, "CursorInputRoot", {
33
33
  enumerable: true,
34
- get: function () { return chunkN5V4HWT4_js.CursorInputRoot; }
34
+ get: function () { return chunkGIXFQKLS_js.CursorInputRoot; }
35
35
  });
36
36
  Object.defineProperty(exports, "CursorSelectTrigger", {
37
37
  enumerable: true,
38
- get: function () { return chunkN5V4HWT4_js.CursorSelectTrigger; }
38
+ get: function () { return chunkGIXFQKLS_js.CursorSelectTrigger; }
39
39
  });
40
40
  Object.defineProperty(exports, "CursorTabs", {
41
41
  enumerable: true,
42
- get: function () { return chunkN5V4HWT4_js.CursorTabs; }
42
+ get: function () { return chunkGIXFQKLS_js.CursorTabs; }
43
43
  });
44
44
  Object.defineProperty(exports, "CursorTextarea", {
45
45
  enumerable: true,
46
- get: function () { return chunkN5V4HWT4_js.CursorTextarea; }
46
+ get: function () { return chunkGIXFQKLS_js.CursorTextarea; }
47
47
  });
48
48
  Object.defineProperty(exports, "withCursor", {
49
49
  enumerable: true,
@@ -1,9 +1,9 @@
1
1
  import '../chunk-VGCVIHBR.mjs';
2
2
  export { CursorProvider } from '../chunk-AQENEOV3.mjs';
3
- export { CursorButton, CursorInputRoot, CursorSelectTrigger, CursorTabs, CursorTextarea } from '../chunk-VYYH27HC.mjs';
3
+ export { CursorButton, CursorInputRoot, CursorSelectTrigger, CursorTabs, CursorTextarea } from '../chunk-GVO43E7E.mjs';
4
4
  import '../chunk-EXM36UYZ.mjs';
5
5
  import '../chunk-MWJQTO2F.mjs';
6
- import '../chunk-TZLILQLV.mjs';
6
+ import '../chunk-RWPYQFVD.mjs';
7
7
  import '../chunk-INX2EB5H.mjs';
8
8
  import '../chunk-GY65PGYR.mjs';
9
9
  export { withCursor } from '../chunk-44KW6PTD.mjs';