@vuer-ai/vuer-uikit 0.0.118 → 0.0.119
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/auth/components/index.cjs +6 -6
- package/dist/auth/components/index.mjs +5 -5
- package/dist/auth/components/user-avatar/index.cjs +6 -6
- package/dist/auth/components/user-avatar/index.mjs +5 -5
- package/dist/auth/hooks/use-sign-out.cjs +1 -1
- package/dist/auth/hooks/use-sign-out.mjs +1 -1
- package/dist/auth/hooks/use-vuer-sessions.cjs +4 -4
- package/dist/auth/hooks/use-vuer-sessions.mjs +3 -3
- package/dist/auth/index.cjs +17 -17
- package/dist/auth/index.mjs +9 -9
- package/dist/auth/vuer-user-provider.cjs +3 -3
- package/dist/auth/vuer-user-provider.mjs +2 -2
- package/dist/{chunk-NRI4AFYB.mjs → chunk-4TYIH6V3.mjs} +9 -9
- package/dist/{chunk-U6SLGSKR.mjs → chunk-ARAMXRUE.mjs} +1 -1
- package/dist/{chunk-RY2UUIFB.cjs → chunk-DYLDZJQC.cjs} +1 -1
- package/dist/{chunk-VTXR3U2X.cjs → chunk-L2XJ5Q7T.cjs} +2 -2
- package/dist/{chunk-75XQ6P5L.cjs → chunk-UUV46MDU.cjs} +9 -9
- package/dist/{chunk-PJNS3XTH.mjs → chunk-WDS3VL7E.mjs} +1 -1
- package/dist/dial/DialPanel.cjs +3 -3
- package/dist/dial/DialPanel.mjs +2 -2
- package/dist/dial/index.cjs +19 -19
- package/dist/dial/index.mjs +2 -2
- package/dist/dial/wrapped-inputs/ControlledInputs.cjs +7 -7
- package/dist/dial/wrapped-inputs/ControlledInputs.mjs +2 -2
- package/dist/dial/wrapped-inputs/DialInputs.cjs +16 -16
- package/dist/dial/wrapped-inputs/DialInputs.mjs +2 -2
- package/dist/dial/wrapped-inputs/DialPresetsInput.cjs +1 -1
- package/dist/dial/wrapped-inputs/DialPresetsInput.mjs +1 -1
- package/dist/dial/wrapped-inputs/DialVectorInput.cjs +3 -3
- package/dist/dial/wrapped-inputs/DialVectorInput.mjs +2 -2
- package/dist/dial/wrapped-inputs/index.cjs +22 -22
- package/dist/dial/wrapped-inputs/index.mjs +2 -2
- package/dist/index.cjs +23 -23
- package/dist/index.mjs +2 -2
- package/dist/ui/UIKitBadge.cjs +5 -5
- package/dist/ui/UIKitBadge.mjs +1 -1
- package/dist/ui/index.cjs +5 -5
- package/dist/ui/index.mjs +1 -1
- package/package.json +1 -1
- package/src/dial/DialPanel.tsx +7 -7
- package/src/dial/wrapped-inputs/ControlledInputs.tsx +1 -1
- package/src/dial/wrapped-inputs/DialInputs.tsx +1 -1
- package/dist/{chunk-X7UZZ43J.mjs → chunk-2DXJJLJL.mjs} +1 -1
- package/dist/{chunk-2ZK7JUAH.mjs → chunk-5OHAV55L.mjs} +1 -1
- package/dist/{chunk-GRQJN4D4.cjs → chunk-OOHCJIRV.cjs} +1 -1
- package/dist/{chunk-GM4S7ID3.cjs → chunk-VSIOXWSI.cjs} +1 -1
package/dist/ui/UIKitBadge.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkDYLDZJQC_cjs = require('../chunk-DYLDZJQC.cjs');
|
|
4
4
|
require('../chunk-QN4N4I3Z.cjs');
|
|
5
5
|
require('../chunk-LBWMTA5T.cjs');
|
|
6
6
|
require('../chunk-Q7E73DVJ.cjs');
|
|
@@ -16,17 +16,17 @@ require('../chunk-CRX2ZCM2.cjs');
|
|
|
16
16
|
|
|
17
17
|
Object.defineProperty(exports, "GIT_HASH", {
|
|
18
18
|
enumerable: true,
|
|
19
|
-
get: function () { return
|
|
19
|
+
get: function () { return chunkDYLDZJQC_cjs.GIT_HASH; }
|
|
20
20
|
});
|
|
21
21
|
Object.defineProperty(exports, "PACKAGE_VERSION", {
|
|
22
22
|
enumerable: true,
|
|
23
|
-
get: function () { return
|
|
23
|
+
get: function () { return chunkDYLDZJQC_cjs.PACKAGE_VERSION; }
|
|
24
24
|
});
|
|
25
25
|
Object.defineProperty(exports, "PackageBadge", {
|
|
26
26
|
enumerable: true,
|
|
27
|
-
get: function () { return
|
|
27
|
+
get: function () { return chunkDYLDZJQC_cjs.PackageBadge; }
|
|
28
28
|
});
|
|
29
29
|
Object.defineProperty(exports, "UIKitBadge", {
|
|
30
30
|
enumerable: true,
|
|
31
|
-
get: function () { return
|
|
31
|
+
get: function () { return chunkDYLDZJQC_cjs.UIKitBadge; }
|
|
32
32
|
});
|
package/dist/ui/UIKitBadge.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { GIT_HASH, PACKAGE_VERSION, PackageBadge, UIKitBadge } from '../chunk-
|
|
1
|
+
export { GIT_HASH, PACKAGE_VERSION, PackageBadge, UIKitBadge } from '../chunk-ARAMXRUE.mjs';
|
|
2
2
|
import '../chunk-F7ZHPSLA.mjs';
|
|
3
3
|
import '../chunk-IDUVYPN7.mjs';
|
|
4
4
|
import '../chunk-3QT5VABC.mjs';
|
package/dist/ui/index.cjs
CHANGED
|
@@ -86,7 +86,7 @@ var chunkLGFWHV23_cjs = require('../chunk-LGFWHV23.cjs');
|
|
|
86
86
|
var chunk3ZEQVODC_cjs = require('../chunk-3ZEQVODC.cjs');
|
|
87
87
|
var chunk42WQWP6X_cjs = require('../chunk-42WQWP6X.cjs');
|
|
88
88
|
var chunkF2LEYFWW_cjs = require('../chunk-F2LEYFWW.cjs');
|
|
89
|
-
var
|
|
89
|
+
var chunkDYLDZJQC_cjs = require('../chunk-DYLDZJQC.cjs');
|
|
90
90
|
var chunk7AAMQGY2_cjs = require('../chunk-7AAMQGY2.cjs');
|
|
91
91
|
var chunkXS5IUI62_cjs = require('../chunk-XS5IUI62.cjs');
|
|
92
92
|
var chunkKQW3YARN_cjs = require('../chunk-KQW3YARN.cjs');
|
|
@@ -834,19 +834,19 @@ Object.defineProperty(exports, "DialBadge", {
|
|
|
834
834
|
});
|
|
835
835
|
Object.defineProperty(exports, "GIT_HASH", {
|
|
836
836
|
enumerable: true,
|
|
837
|
-
get: function () { return
|
|
837
|
+
get: function () { return chunkDYLDZJQC_cjs.GIT_HASH; }
|
|
838
838
|
});
|
|
839
839
|
Object.defineProperty(exports, "PACKAGE_VERSION", {
|
|
840
840
|
enumerable: true,
|
|
841
|
-
get: function () { return
|
|
841
|
+
get: function () { return chunkDYLDZJQC_cjs.PACKAGE_VERSION; }
|
|
842
842
|
});
|
|
843
843
|
Object.defineProperty(exports, "PackageBadge", {
|
|
844
844
|
enumerable: true,
|
|
845
|
-
get: function () { return
|
|
845
|
+
get: function () { return chunkDYLDZJQC_cjs.PackageBadge; }
|
|
846
846
|
});
|
|
847
847
|
Object.defineProperty(exports, "UIKitBadge", {
|
|
848
848
|
enumerable: true,
|
|
849
|
-
get: function () { return
|
|
849
|
+
get: function () { return chunkDYLDZJQC_cjs.UIKitBadge; }
|
|
850
850
|
});
|
|
851
851
|
Object.defineProperty(exports, "Avatar", {
|
|
852
852
|
enumerable: true,
|
package/dist/ui/index.mjs
CHANGED
|
@@ -84,7 +84,7 @@ export { Label } from '../chunk-UIJEAY6H.mjs';
|
|
|
84
84
|
export { FormLayout } from '../chunk-RGOZPSTI.mjs';
|
|
85
85
|
export { Modal, ModalClose, ModalContent, ModalDescription, ModalFooter, ModalHeader, ModalOverlay, ModalPortal, ModalTitle, ModalTrigger } from '../chunk-VTW2DF63.mjs';
|
|
86
86
|
export { DIAL_GIT_HASH, DIAL_PACKAGE_NAME, DIAL_PACKAGE_VERSION, DialBadge } from '../chunk-OJOWMXXY.mjs';
|
|
87
|
-
export { GIT_HASH, PACKAGE_VERSION, PackageBadge, UIKitBadge } from '../chunk-
|
|
87
|
+
export { GIT_HASH, PACKAGE_VERSION, PackageBadge, UIKitBadge } from '../chunk-ARAMXRUE.mjs';
|
|
88
88
|
export { Avatar, AvatarFallback, AvatarGroup, AvatarImage } from '../chunk-KY2PYKDZ.mjs';
|
|
89
89
|
export { Badge, badgeVariants } from '../chunk-PR3BCKLJ.mjs';
|
|
90
90
|
export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from '../chunk-DDU3SPCC.mjs';
|
package/package.json
CHANGED
package/src/dial/DialPanel.tsx
CHANGED
|
@@ -84,7 +84,7 @@ export const DialPanel: React.FC<DialSchemaRendererProps> = ({
|
|
|
84
84
|
label={label}
|
|
85
85
|
min={min}
|
|
86
86
|
max={max}
|
|
87
|
-
step={step}
|
|
87
|
+
step={step || 0.001}
|
|
88
88
|
labelPosition={effectiveLabelPosition}
|
|
89
89
|
icon={icon}
|
|
90
90
|
/>
|
|
@@ -96,7 +96,7 @@ export const DialPanel: React.FC<DialSchemaRendererProps> = ({
|
|
|
96
96
|
key={name}
|
|
97
97
|
name={name}
|
|
98
98
|
label={label}
|
|
99
|
-
step={step}
|
|
99
|
+
step={step || 0.001}
|
|
100
100
|
labelPosition={effectiveLabelPosition}
|
|
101
101
|
icon={icon}
|
|
102
102
|
/>
|
|
@@ -108,7 +108,7 @@ export const DialPanel: React.FC<DialSchemaRendererProps> = ({
|
|
|
108
108
|
key={name}
|
|
109
109
|
name={name}
|
|
110
110
|
label={label}
|
|
111
|
-
step={step}
|
|
111
|
+
step={step || 0.001}
|
|
112
112
|
labelPosition={effectiveLabelPosition}
|
|
113
113
|
icon={icon}
|
|
114
114
|
/>
|
|
@@ -140,7 +140,7 @@ export const DialPanel: React.FC<DialSchemaRendererProps> = ({
|
|
|
140
140
|
label={label}
|
|
141
141
|
min={min}
|
|
142
142
|
max={max}
|
|
143
|
-
step={step}
|
|
143
|
+
step={step || 0.001}
|
|
144
144
|
labelPosition={effectiveLabelPosition}
|
|
145
145
|
icon={icon}
|
|
146
146
|
/>
|
|
@@ -168,7 +168,7 @@ export const DialPanel: React.FC<DialSchemaRendererProps> = ({
|
|
|
168
168
|
key={name}
|
|
169
169
|
name={name}
|
|
170
170
|
label={label}
|
|
171
|
-
step={step}
|
|
171
|
+
step={step || 0.001}
|
|
172
172
|
labelPosition={effectiveLabelPosition}
|
|
173
173
|
icon={icon}
|
|
174
174
|
/>
|
|
@@ -184,7 +184,7 @@ export const DialPanel: React.FC<DialSchemaRendererProps> = ({
|
|
|
184
184
|
label={label}
|
|
185
185
|
min={min}
|
|
186
186
|
max={max}
|
|
187
|
-
step={step}
|
|
187
|
+
step={step || 0.001}
|
|
188
188
|
labelPosition={effectiveLabelPosition}
|
|
189
189
|
icon={icon}
|
|
190
190
|
/>
|
|
@@ -264,7 +264,7 @@ export const DialPanel: React.FC<DialSchemaRendererProps> = ({
|
|
|
264
264
|
|
|
265
265
|
// Determine grid columns - default to 3 columns
|
|
266
266
|
// If noWrap is true, use single row flex layout for backward compatibility
|
|
267
|
-
const layoutClass = hasNoWrap ? "
|
|
267
|
+
const layoutClass = hasNoWrap ? "grid grid-cols-2 gap-2" : "flex flex-row gap-2";
|
|
268
268
|
|
|
269
269
|
return (
|
|
270
270
|
<div key={name} className="dial-group">
|
|
@@ -29,7 +29,7 @@ const DialInputWrapper: React.FC<{
|
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
return (
|
|
32
|
-
<FormLayout orientation={`label-${labelPosition}` as LayoutType}>
|
|
32
|
+
<FormLayout orientation={`label-${labelPosition}` as LayoutType} className="overflow-x-hidden">
|
|
33
33
|
<Label size="sm" className="flex items-center gap-1">
|
|
34
34
|
<IconRenderer iconName={icon} size={14} className="text-text-secondary" />
|
|
35
35
|
{label}
|
|
@@ -45,7 +45,7 @@ const DialInputWrapper: React.FC<PropsWithChildren<DialWrapperProps>> = ({
|
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
return (
|
|
48
|
-
<FormLayout orientation={`label-${labelPosition}` as LayoutType}>
|
|
48
|
+
<FormLayout orientation={`label-${labelPosition}` as LayoutType} className="overflow-x-hidden">
|
|
49
49
|
<Label size="sm" className="flex items-center gap-1">
|
|
50
50
|
<IconRenderer iconName={icon} size={14} className="text-text-secondary" />
|
|
51
51
|
{label}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { getSession } from './chunk-SO2UTKSV.mjs';
|
|
2
1
|
import { UserContext } from './chunk-FROQ45MN.mjs';
|
|
2
|
+
import { getSession } from './chunk-SO2UTKSV.mjs';
|
|
3
3
|
import { bearerToken } from './chunk-UT7B4TLZ.mjs';
|
|
4
4
|
import { useState, useCallback, useEffect, useMemo } from 'react';
|
|
5
5
|
import { jsx } from 'react/jsx-runtime';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var chunkMRMSCW3P_cjs = require('./chunk-MRMSCW3P.cjs');
|
|
4
3
|
var chunk3WMO5QJJ_cjs = require('./chunk-3WMO5QJJ.cjs');
|
|
4
|
+
var chunkMRMSCW3P_cjs = require('./chunk-MRMSCW3P.cjs');
|
|
5
5
|
var chunkF4Z5KATZ_cjs = require('./chunk-F4Z5KATZ.cjs');
|
|
6
6
|
var react = require('react');
|
|
7
7
|
var jsxRuntime = require('react/jsx-runtime');
|