@digo-labs/ui 0.1.14 → 0.1.16
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/blocks/breadcrumb-nav.d.ts +18 -0
- package/dist/blocks/login-card.d.ts +3 -3
- package/dist/blocks/user-menu.d.ts +6 -1
- package/dist/components/breadcrumb.d.ts +13 -0
- package/dist/components/circular-progress.d.ts +17 -0
- package/dist/components/navigation-menu.d.ts +2 -1
- package/dist/components/scene.d.ts +3 -4
- package/dist/components/sidebar.d.ts +24 -1
- package/dist/components/slide.d.ts +2 -0
- package/dist/components/table-of-contents.d.ts +6 -0
- package/dist/components/toast.d.ts +1 -0
- package/dist/effects/crt-screen.d.ts +13 -0
- package/dist/effects/glass-container.d.ts +2 -2
- package/dist/effects/impact-body.d.ts +15 -0
- package/dist/effects/model.d.ts +5 -0
- package/dist/effects/organism.d.ts +17 -0
- package/dist/effects/react-cube.d.ts +14 -0
- package/dist/effects/stickers.d.ts +17 -0
- package/dist/hooks/use-media-query.d.ts +10 -0
- package/dist/index.d.ts +11 -3
- package/dist/index.js +5923 -3946
- package/dist/index.js.map +1 -1
- package/dist/presets/curated/index.d.ts +2 -0
- package/dist/presets/curated/terminal.d.ts +2 -0
- package/dist/presets/curated/windows-98.d.ts +2 -0
- package/dist/providers/portal-provider.d.ts +9 -0
- package/dist/styles/breadcrumb-nav.d.ts +53 -0
- package/dist/styles/breadcrumb.d.ts +85 -0
- package/dist/styles/circular-progress.d.ts +69 -0
- package/dist/styles/crt-screen.d.ts +288 -0
- package/dist/styles/index.d.ts +4 -0
- package/dist/styles/pagination.d.ts +5 -5
- package/dist/styles/sidebar.d.ts +16 -0
- package/dist/styles/table-of-contents.d.ts +56 -0
- package/package.json +2 -2
- package/dist/effects/border-trail.d.ts +0 -10
- package/dist/effects/cube-scene.d.ts +0 -11
- package/dist/effects/draggable-container.d.ts +0 -10
- package/dist/effects/marquee-bar.d.ts +0 -6
|
@@ -15,6 +15,13 @@ export declare const tableOfContents: import('tailwind-variants').TVReturnType<{
|
|
|
15
15
|
indicatorPath?: import('tailwind-variants').ClassValue;
|
|
16
16
|
indicatorCircle?: import('tailwind-variants').ClassValue;
|
|
17
17
|
indicatorNumber?: import('tailwind-variants').ClassValue;
|
|
18
|
+
mobile?: import('tailwind-variants').ClassValue;
|
|
19
|
+
mobileTrigger?: import('tailwind-variants').ClassValue;
|
|
20
|
+
mobileProgress?: import('tailwind-variants').ClassValue;
|
|
21
|
+
mobileLabel?: import('tailwind-variants').ClassValue;
|
|
22
|
+
mobileIcon?: import('tailwind-variants').ClassValue;
|
|
23
|
+
mobilePanel?: import('tailwind-variants').ClassValue;
|
|
24
|
+
mobilePanelContent?: import('tailwind-variants').ClassValue;
|
|
18
25
|
};
|
|
19
26
|
};
|
|
20
27
|
} | {
|
|
@@ -34,6 +41,13 @@ export declare const tableOfContents: import('tailwind-variants').TVReturnType<{
|
|
|
34
41
|
indicatorPath?: import('tailwind-variants').ClassValue;
|
|
35
42
|
indicatorCircle?: import('tailwind-variants').ClassValue;
|
|
36
43
|
indicatorNumber?: import('tailwind-variants').ClassValue;
|
|
44
|
+
mobile?: import('tailwind-variants').ClassValue;
|
|
45
|
+
mobileTrigger?: import('tailwind-variants').ClassValue;
|
|
46
|
+
mobileProgress?: import('tailwind-variants').ClassValue;
|
|
47
|
+
mobileLabel?: import('tailwind-variants').ClassValue;
|
|
48
|
+
mobileIcon?: import('tailwind-variants').ClassValue;
|
|
49
|
+
mobilePanel?: import('tailwind-variants').ClassValue;
|
|
50
|
+
mobilePanelContent?: import('tailwind-variants').ClassValue;
|
|
37
51
|
};
|
|
38
52
|
};
|
|
39
53
|
} | {}, {
|
|
@@ -51,6 +65,13 @@ export declare const tableOfContents: import('tailwind-variants').TVReturnType<{
|
|
|
51
65
|
indicatorCircle: string;
|
|
52
66
|
indicatorNumber: string;
|
|
53
67
|
dot: string;
|
|
68
|
+
mobile: string;
|
|
69
|
+
mobileTrigger: string;
|
|
70
|
+
mobileProgress: string;
|
|
71
|
+
mobileLabel: string;
|
|
72
|
+
mobileIcon: string;
|
|
73
|
+
mobilePanel: string;
|
|
74
|
+
mobilePanelContent: string;
|
|
54
75
|
}, undefined, import('tailwind-variants/dist/config.js').TVConfig<unknown, {
|
|
55
76
|
[key: string]: {
|
|
56
77
|
[key: string]: import('tailwind-variants').ClassValue | {
|
|
@@ -68,6 +89,13 @@ export declare const tableOfContents: import('tailwind-variants').TVReturnType<{
|
|
|
68
89
|
indicatorPath?: import('tailwind-variants').ClassValue;
|
|
69
90
|
indicatorCircle?: import('tailwind-variants').ClassValue;
|
|
70
91
|
indicatorNumber?: import('tailwind-variants').ClassValue;
|
|
92
|
+
mobile?: import('tailwind-variants').ClassValue;
|
|
93
|
+
mobileTrigger?: import('tailwind-variants').ClassValue;
|
|
94
|
+
mobileProgress?: import('tailwind-variants').ClassValue;
|
|
95
|
+
mobileLabel?: import('tailwind-variants').ClassValue;
|
|
96
|
+
mobileIcon?: import('tailwind-variants').ClassValue;
|
|
97
|
+
mobilePanel?: import('tailwind-variants').ClassValue;
|
|
98
|
+
mobilePanelContent?: import('tailwind-variants').ClassValue;
|
|
71
99
|
};
|
|
72
100
|
};
|
|
73
101
|
} | {}>, {
|
|
@@ -87,6 +115,13 @@ export declare const tableOfContents: import('tailwind-variants').TVReturnType<{
|
|
|
87
115
|
indicatorPath?: import('tailwind-variants').ClassValue;
|
|
88
116
|
indicatorCircle?: import('tailwind-variants').ClassValue;
|
|
89
117
|
indicatorNumber?: import('tailwind-variants').ClassValue;
|
|
118
|
+
mobile?: import('tailwind-variants').ClassValue;
|
|
119
|
+
mobileTrigger?: import('tailwind-variants').ClassValue;
|
|
120
|
+
mobileProgress?: import('tailwind-variants').ClassValue;
|
|
121
|
+
mobileLabel?: import('tailwind-variants').ClassValue;
|
|
122
|
+
mobileIcon?: import('tailwind-variants').ClassValue;
|
|
123
|
+
mobilePanel?: import('tailwind-variants').ClassValue;
|
|
124
|
+
mobilePanelContent?: import('tailwind-variants').ClassValue;
|
|
90
125
|
};
|
|
91
126
|
};
|
|
92
127
|
} | {}, {
|
|
@@ -104,6 +139,13 @@ export declare const tableOfContents: import('tailwind-variants').TVReturnType<{
|
|
|
104
139
|
indicatorCircle: string;
|
|
105
140
|
indicatorNumber: string;
|
|
106
141
|
dot: string;
|
|
142
|
+
mobile: string;
|
|
143
|
+
mobileTrigger: string;
|
|
144
|
+
mobileProgress: string;
|
|
145
|
+
mobileLabel: string;
|
|
146
|
+
mobileIcon: string;
|
|
147
|
+
mobilePanel: string;
|
|
148
|
+
mobilePanelContent: string;
|
|
107
149
|
}, import('tailwind-variants').TVReturnType<unknown, {
|
|
108
150
|
root: string;
|
|
109
151
|
header: string;
|
|
@@ -119,6 +161,13 @@ export declare const tableOfContents: import('tailwind-variants').TVReturnType<{
|
|
|
119
161
|
indicatorCircle: string;
|
|
120
162
|
indicatorNumber: string;
|
|
121
163
|
dot: string;
|
|
164
|
+
mobile: string;
|
|
165
|
+
mobileTrigger: string;
|
|
166
|
+
mobileProgress: string;
|
|
167
|
+
mobileLabel: string;
|
|
168
|
+
mobileIcon: string;
|
|
169
|
+
mobilePanel: string;
|
|
170
|
+
mobilePanelContent: string;
|
|
122
171
|
}, undefined, import('tailwind-variants/dist/config.js').TVConfig<unknown, {
|
|
123
172
|
[key: string]: {
|
|
124
173
|
[key: string]: import('tailwind-variants').ClassValue | {
|
|
@@ -136,6 +185,13 @@ export declare const tableOfContents: import('tailwind-variants').TVReturnType<{
|
|
|
136
185
|
indicatorPath?: import('tailwind-variants').ClassValue;
|
|
137
186
|
indicatorCircle?: import('tailwind-variants').ClassValue;
|
|
138
187
|
indicatorNumber?: import('tailwind-variants').ClassValue;
|
|
188
|
+
mobile?: import('tailwind-variants').ClassValue;
|
|
189
|
+
mobileTrigger?: import('tailwind-variants').ClassValue;
|
|
190
|
+
mobileProgress?: import('tailwind-variants').ClassValue;
|
|
191
|
+
mobileLabel?: import('tailwind-variants').ClassValue;
|
|
192
|
+
mobileIcon?: import('tailwind-variants').ClassValue;
|
|
193
|
+
mobilePanel?: import('tailwind-variants').ClassValue;
|
|
194
|
+
mobilePanelContent?: import('tailwind-variants').ClassValue;
|
|
139
195
|
};
|
|
140
196
|
};
|
|
141
197
|
} | {}>, unknown, unknown, undefined>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digo-labs/ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.16",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"preview": "vite preview"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
|
-
"@digo-labs/common": "^0.1.
|
|
38
|
+
"@digo-labs/common": "^0.1.15",
|
|
39
39
|
"react": "^19.0.0",
|
|
40
40
|
"react-dom": "^19.0.0",
|
|
41
41
|
"tailwindcss": "^4.1.4"
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { CSSProperties } from 'react';
|
|
2
|
-
import { Transition } from 'motion/react';
|
|
3
|
-
export type BorderTrailProps = {
|
|
4
|
-
className?: string;
|
|
5
|
-
size?: number;
|
|
6
|
-
transition?: Transition;
|
|
7
|
-
onAnimationComplete?: () => void;
|
|
8
|
-
style?: CSSProperties;
|
|
9
|
-
};
|
|
10
|
-
export declare function BorderTrail(properties: BorderTrailProps): import("react").JSX.Element;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
type CubeFaces = [ReactNode, ReactNode, ReactNode, ReactNode, ReactNode, ReactNode];
|
|
3
|
-
interface SceneProperties {
|
|
4
|
-
percentage: number;
|
|
5
|
-
children?: CubeFaces;
|
|
6
|
-
width?: number;
|
|
7
|
-
height?: number;
|
|
8
|
-
className?: string;
|
|
9
|
-
}
|
|
10
|
-
export declare function CubeScene(properties: SceneProperties): import("react").JSX.Element;
|
|
11
|
-
export {};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { CSSProperties, ReactNode } from 'react';
|
|
2
|
-
interface Properties {
|
|
3
|
-
children: ReactNode;
|
|
4
|
-
className?: string;
|
|
5
|
-
contentClasses?: string;
|
|
6
|
-
cursor?: boolean;
|
|
7
|
-
style?: CSSProperties;
|
|
8
|
-
}
|
|
9
|
-
export declare function DraggableContainer(properties: Properties): import("react").JSX.Element;
|
|
10
|
-
export {};
|