@maltjoy/core-vue 3.38.0 → 3.38.1
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.
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { TGenericVariants, TPositions, TSizes } from '../../types';
|
|
2
|
-
export type
|
|
3
|
-
export type TJoyAIButtonVariants = `${
|
|
2
|
+
export type TJoyDefaultButtonVariants = TGenericVariants | 'main' | 'admin' | 'ghost' | 'white';
|
|
3
|
+
export type TJoyAIButtonVariants = `${TJoyDefaultButtonVariants}-ai`;
|
|
4
|
+
export type TJoyButtonVariants = TJoyDefaultButtonVariants | Exclude<TJoyAIButtonVariants, 'admin-ai'>;
|
|
4
5
|
export type TJoyButtonSizes = Exclude<TSizes, 'xlarge'>;
|
|
5
6
|
export type TJoyButtonIconPositions = TPositions;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maltjoy/core-vue",
|
|
3
|
-
"version": "3.38.
|
|
3
|
+
"version": "3.38.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@floating-ui/dom": "1.5.3",
|
|
29
29
|
"@floating-ui/vue": "^1.0.2",
|
|
30
|
-
"@maltjoy/css": "3.38.
|
|
31
|
-
"@maltjoy/icons": "3.38.
|
|
32
|
-
"@maltjoy/themes": "3.38.
|
|
30
|
+
"@maltjoy/css": "3.38.1",
|
|
31
|
+
"@maltjoy/icons": "3.38.1",
|
|
32
|
+
"@maltjoy/themes": "3.38.1",
|
|
33
33
|
"@vueuse/components": "10.8.0",
|
|
34
34
|
"@vueuse/core": "10.8.0",
|
|
35
35
|
"@vueuse/integrations": "10.5.0",
|