@codeandfunction/callaloo 2.6.1 → 2.7.0
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/assets/styles.css +1 -1
- package/dist/components/Form/CLInput.vue.d.ts +4 -1
- package/dist/components/Form/CLSelect.vue.d.ts +4 -1
- package/dist/components/Form/CLTextArea.vue.d.ts +4 -1
- package/dist/components/Form/utils.d.ts +4 -3
- package/dist/components/Modals/CLModal.vue.d.ts +0 -1
- package/dist/components/Popups/CLDropdownMenu.vue.d.ts +0 -2
- package/dist/components/Theme/CLThemeProvider.vue.d.ts +1 -3
- package/dist/components/Theme/base-theme.d.ts +8 -1
- package/dist/components/Theme/utils.d.ts +1 -0
- package/dist/components/Typography/CLHeading.vue.d.ts +21 -10
- package/dist/components/Typography/CLText.vue.d.ts +30 -2
- package/dist/index.js +2256 -2175
- package/dist/types.d.ts +18 -13
- package/package.json +24 -24
package/dist/types.d.ts
CHANGED
|
@@ -42,10 +42,10 @@ export declare enum BorderRadius {
|
|
|
42
42
|
Medium = "rounded-md",
|
|
43
43
|
None = "rounded-none",
|
|
44
44
|
Small = "rounded-sm",
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
45
|
+
XL = "rounded-xl",
|
|
46
|
+
XXL = "rounded-2xl",
|
|
47
|
+
XXXL = "rounded-3xl",
|
|
48
|
+
XS = "rounded-xs"
|
|
49
49
|
}
|
|
50
50
|
export declare enum ButtonTypes {
|
|
51
51
|
Button = "button",
|
|
@@ -57,7 +57,7 @@ export declare enum CardTypes {
|
|
|
57
57
|
Small = "small",
|
|
58
58
|
Medium = "medium",
|
|
59
59
|
Large = "large",
|
|
60
|
-
|
|
60
|
+
XL = "xlarge"
|
|
61
61
|
}
|
|
62
62
|
export interface CardProps {
|
|
63
63
|
/** When set to `true`, it elelvates the card to indicate it's active state. */
|
|
@@ -152,17 +152,17 @@ export declare enum HeadingTypes {
|
|
|
152
152
|
Small = "small",
|
|
153
153
|
Medium = "medium",
|
|
154
154
|
Large = "large",
|
|
155
|
-
|
|
155
|
+
XL = "xlarge"
|
|
156
156
|
}
|
|
157
157
|
export declare enum IconSizes {
|
|
158
158
|
Tiny = "tiny",
|
|
159
159
|
Small = "small",
|
|
160
160
|
Medium = "medium",
|
|
161
161
|
Large = "large",
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
162
|
+
XL = "xlarge",
|
|
163
|
+
XXL = "xxlarge",
|
|
164
|
+
XXXL = "xxxlarge",
|
|
165
|
+
XXXXL = "xxxxlarge"
|
|
166
166
|
}
|
|
167
167
|
export declare enum IconNames {
|
|
168
168
|
Activity = "tabler:activity",
|
|
@@ -353,10 +353,14 @@ export declare enum IconNames {
|
|
|
353
353
|
Marquee = "tabler:marquee",
|
|
354
354
|
MarqueeOff = "tabler:marquee-off",
|
|
355
355
|
Mail = "tabler:mail",
|
|
356
|
+
MailPlus = "tabler:mail-plus",
|
|
356
357
|
Maximize = "tabler:maximize",
|
|
357
358
|
Menu = "tabler:menu-2",
|
|
358
359
|
Message = "tabler:message",
|
|
360
|
+
Messages = "tabler:messages",
|
|
359
361
|
MessageDots = "tabler:message-dots",
|
|
362
|
+
MessageOff = "tabler:message-off",
|
|
363
|
+
MessagePlus = "tabler:message-plus",
|
|
360
364
|
MoodDollar = "tabler:mood-dollar",
|
|
361
365
|
MoodHeart = "tabler:mood-heart",
|
|
362
366
|
MoodKid = "tabler:mood-kid",
|
|
@@ -411,6 +415,7 @@ export declare enum IconNames {
|
|
|
411
415
|
Sun = "tabler:sun",
|
|
412
416
|
Table = "tabler:table",
|
|
413
417
|
Ticket = "tabler:ticket",
|
|
418
|
+
TipJar = "tabler:tip-jar",
|
|
414
419
|
Template = "tabler:template",
|
|
415
420
|
Terminal = "tabler:terminal",
|
|
416
421
|
Terminal2 = "tabler:terminal-2",
|
|
@@ -536,7 +541,7 @@ export declare enum Sizes {
|
|
|
536
541
|
Small = "small",
|
|
537
542
|
Medium = "medium",
|
|
538
543
|
Large = "large",
|
|
539
|
-
|
|
544
|
+
XL = "xlarge"
|
|
540
545
|
}
|
|
541
546
|
export declare enum TableTypes {
|
|
542
547
|
Condensed = "condensed",
|
|
@@ -551,7 +556,7 @@ export declare enum TextTypes {
|
|
|
551
556
|
Small = "small",
|
|
552
557
|
Medium = "medium",
|
|
553
558
|
Large = "large",
|
|
554
|
-
|
|
559
|
+
XL = "xlarge"
|
|
555
560
|
}
|
|
556
561
|
export type Shades = Record<number, string>;
|
|
557
562
|
export interface ThemeConfig {
|
|
@@ -559,7 +564,7 @@ export interface ThemeConfig {
|
|
|
559
564
|
darkMode: boolean;
|
|
560
565
|
fontFamily?: string;
|
|
561
566
|
mode?: Mode;
|
|
562
|
-
|
|
567
|
+
borderRadius?: BorderRadius;
|
|
563
568
|
}
|
|
564
569
|
export type PaletteKeys = keyof Palette;
|
|
565
570
|
export interface ToastProps {
|
package/package.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"ui components",
|
|
18
18
|
"vuejs"
|
|
19
19
|
],
|
|
20
|
-
"version": "2.
|
|
20
|
+
"version": "2.7.0",
|
|
21
21
|
"license": "MIT",
|
|
22
22
|
"type": "module",
|
|
23
23
|
"scripts": {
|
|
@@ -52,55 +52,55 @@
|
|
|
52
52
|
"./styles.css": "./dist/assets/styles.css"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@chromatic-com/storybook": "^3.2.
|
|
55
|
+
"@chromatic-com/storybook": "^3.2.5",
|
|
56
56
|
"@floating-ui/vue": "^1.1.6",
|
|
57
|
-
"@iconify-json/tabler": "^1.2.
|
|
57
|
+
"@iconify-json/tabler": "^1.2.17",
|
|
58
58
|
"@iconify/tools": "^4.1.1",
|
|
59
59
|
"@iconify/types": "^2.0.0",
|
|
60
60
|
"@semantic-release/changelog": "^6.0.3",
|
|
61
61
|
"@semantic-release/git": "^10.0.1",
|
|
62
62
|
"@semantic-release/gitlab": "^13.2.4",
|
|
63
|
-
"@storybook/addon-a11y": "^8.
|
|
64
|
-
"@storybook/addon-actions": "^8.
|
|
65
|
-
"@storybook/addon-essentials": "^8.
|
|
66
|
-
"@storybook/addon-interactions": "^8.
|
|
67
|
-
"@storybook/cli": "^8.
|
|
68
|
-
"@storybook/core-server": "^8.
|
|
69
|
-
"@storybook/test": "^8.
|
|
70
|
-
"@storybook/test-runner": "^0.21.
|
|
71
|
-
"@storybook/vue3": "^8.
|
|
72
|
-
"@storybook/vue3-vite": "^8.
|
|
63
|
+
"@storybook/addon-a11y": "^8.6.4",
|
|
64
|
+
"@storybook/addon-actions": "^8.6.4",
|
|
65
|
+
"@storybook/addon-essentials": "^8.6.4",
|
|
66
|
+
"@storybook/addon-interactions": "^8.6.4",
|
|
67
|
+
"@storybook/cli": "^8.6.4",
|
|
68
|
+
"@storybook/core-server": "^8.6.4",
|
|
69
|
+
"@storybook/test": "^8.6.4",
|
|
70
|
+
"@storybook/test-runner": "^0.21.3",
|
|
71
|
+
"@storybook/vue3": "^8.6.4",
|
|
72
|
+
"@storybook/vue3-vite": "^8.6.4",
|
|
73
73
|
"@types/lodash-es": "^4.17.12",
|
|
74
74
|
"@types/node": "22.10.10",
|
|
75
75
|
"@types/stylis": "^4.2.7",
|
|
76
76
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
77
77
|
"@vitejs/plugin-vue-jsx": "^4.1.1",
|
|
78
78
|
"@vitest/browser": "3.0.4",
|
|
79
|
-
"@vitest/coverage-c8": "~0.33.0",
|
|
80
79
|
"@vitest/coverage-istanbul": "3.0.4",
|
|
81
80
|
"@vitest/coverage-v8": "3.0.4",
|
|
82
|
-
"@vitest/ui": "^3.0.
|
|
81
|
+
"@vitest/ui": "^3.0.8",
|
|
83
82
|
"@vue/test-utils": "^2.4.6",
|
|
84
83
|
"@vue/tsconfig": "^0.7.0",
|
|
85
84
|
"@wdns/vue-code-block": "^2.3.5",
|
|
86
85
|
"conventional-changelog-conventionalcommits": "^8.0.0",
|
|
87
|
-
"eslint-plugin-vue": "^9.
|
|
86
|
+
"eslint-plugin-vue": "^9.33.0",
|
|
88
87
|
"jsdom": "^26.0.0",
|
|
89
88
|
"lodash-es": "^4.17.21",
|
|
90
89
|
"murmurhash": "^2.0.1",
|
|
91
|
-
"playwright": "^1.
|
|
92
|
-
"sass": "^1.
|
|
93
|
-
"semantic-release": "^24.2.
|
|
94
|
-
"storybook": "^8.
|
|
95
|
-
"
|
|
96
|
-
"
|
|
90
|
+
"playwright": "^1.51.0",
|
|
91
|
+
"sass": "^1.85.1",
|
|
92
|
+
"semantic-release": "^24.2.3",
|
|
93
|
+
"storybook": "^8.6.4",
|
|
94
|
+
"storybook-addon-deep-controls": "^0.9.2",
|
|
95
|
+
"stylis": "^4.3.6",
|
|
96
|
+
"unplugin-auto-import": "^19.1.1",
|
|
97
97
|
"vite": "6.0.11",
|
|
98
|
-
"vite-plugin-dts": "^4.5.
|
|
98
|
+
"vite-plugin-dts": "^4.5.3",
|
|
99
99
|
"vite-tsconfig-paths": "^5.1.4",
|
|
100
100
|
"vitest": "3.0.4",
|
|
101
101
|
"vue": "^3.5.13",
|
|
102
102
|
"vue-router": "^4.5.0",
|
|
103
|
-
"vue-tsc": "^2.2.
|
|
103
|
+
"vue-tsc": "^2.2.8"
|
|
104
104
|
},
|
|
105
105
|
"peerDependencies": {
|
|
106
106
|
"vue": "^3.5.10"
|