@codeandfunction/callaloo 2.16.0 → 2.18.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/Buttons/CLButton.vue.d.ts +31 -1
- package/dist/components/Form/CLFormField.vue.d.ts +1 -0
- package/dist/components/Form/CLInput.vue.d.ts +2 -0
- package/dist/components/Form/CLTextArea.vue.d.ts +2 -0
- package/dist/components/Popups/CLDropdownMenu.vue.d.ts +52 -0
- package/dist/components/Providers/Toast/CLToastProvider.vue.d.ts +24 -0
- package/dist/components/Providers/index.d.ts +4 -0
- package/dist/components/Typography/CLText.vue.d.ts +1 -1
- package/dist/composables/useToast.d.ts +6 -0
- package/dist/index.d.ts +3 -1
- package/dist/index.js +1499 -1404
- package/dist/types.d.ts +26 -5
- package/package.json +23 -27
package/dist/types.d.ts
CHANGED
|
@@ -51,6 +51,7 @@ export declare enum BorderRadius {
|
|
|
51
51
|
XXXL = "rounded-3xl",
|
|
52
52
|
XS = "rounded-xs"
|
|
53
53
|
}
|
|
54
|
+
export type ButtonTags = 'a' | 'button';
|
|
54
55
|
export declare enum ButtonTypes {
|
|
55
56
|
Button = "button",
|
|
56
57
|
Submit = "submit"
|
|
@@ -178,6 +179,7 @@ export declare enum IconNames {
|
|
|
178
179
|
Alarm = "tabler:alarm",
|
|
179
180
|
AlarmPlus = "tabler:alarm-plus",
|
|
180
181
|
AlertSquare = "tabler:alert-square",
|
|
182
|
+
AlertTriangle = "tabler:alert-triangle",
|
|
181
183
|
AlignBoxLeftTop = "tabler:align-box-left-top",
|
|
182
184
|
AlignBoxLeftMiddle = "tabler:align-box-left-middle",
|
|
183
185
|
AlignBoxLeftBottom = "tabler:align-box-left-bottom",
|
|
@@ -215,6 +217,8 @@ export declare enum IconNames {
|
|
|
215
217
|
Auth2fa = "tabler:auth-2fa",
|
|
216
218
|
Backspace = "tabler:backspace",
|
|
217
219
|
Bell = "tabler:bell",
|
|
220
|
+
Beach = "tabler:beach",
|
|
221
|
+
Binoculars = "tabler:binoculars",
|
|
218
222
|
Bike = "tabler:bike",
|
|
219
223
|
Book = "tabler:book",
|
|
220
224
|
Bookmark = "tabler:bookmark",
|
|
@@ -245,11 +249,20 @@ export declare enum IconNames {
|
|
|
245
249
|
BrandWhatsApp = "tabler:brand-whatsapp",
|
|
246
250
|
BrandX = "tabler:brand-x",
|
|
247
251
|
BrandYouTube = "tabler:brand-youtube-filled",
|
|
252
|
+
BrandWindows = "tabler:brand-windows",
|
|
248
253
|
Broadcast = "tabler:broadcast",
|
|
249
254
|
Browser = "tabler:browser",
|
|
255
|
+
Building = "tabler:building",
|
|
256
|
+
BuildingAirport = "tabler:building-airport",
|
|
257
|
+
BuildingCommunity = "tabler:building-community",
|
|
258
|
+
BuildingCottage = "tabler:building-cottage",
|
|
259
|
+
BuildingStadium = "tabler:building-stadium",
|
|
260
|
+
BuildingStore = "tabler:building-store",
|
|
250
261
|
Bus = "tabler:bus",
|
|
251
262
|
Calendar = "tabler:calendar",
|
|
263
|
+
CalendarPlus = "tabler:calendar-plus",
|
|
252
264
|
Calculator = "tabler:calculator",
|
|
265
|
+
Camera = "tabler:camera",
|
|
253
266
|
Camper = "tabler:camper",
|
|
254
267
|
Car = "tabler:car",
|
|
255
268
|
CaretDown = "tabler:caret-down",
|
|
@@ -297,6 +310,7 @@ export declare enum IconNames {
|
|
|
297
310
|
Columns3 = "tabler:columns-3",
|
|
298
311
|
Command = "tabler:command",
|
|
299
312
|
Components = "tabler:components",
|
|
313
|
+
Confetti = "tabler:confetti",
|
|
300
314
|
Contrast = "tabler:contrast",
|
|
301
315
|
Copy = "tabler:copy",
|
|
302
316
|
CreditCard = "tabler:credit-card",
|
|
@@ -344,6 +358,7 @@ export declare enum IconNames {
|
|
|
344
358
|
Help = "tabler:help",
|
|
345
359
|
HelpCircle = "tabler:help-circle",
|
|
346
360
|
HelpSmall = "tabler:help-small",
|
|
361
|
+
Home = "tabler:home",
|
|
347
362
|
Html = "tabler:html",
|
|
348
363
|
Image = "tabler:photo",
|
|
349
364
|
InfoCircle = "tabler:info-circle",
|
|
@@ -372,11 +387,6 @@ export declare enum IconNames {
|
|
|
372
387
|
LogIn = "tabler:login",
|
|
373
388
|
LogOut = "tabler:logout",
|
|
374
389
|
Logs = "tabler:logs",
|
|
375
|
-
Palette = "tabler:palette",
|
|
376
|
-
Paint = "tabler:paint",
|
|
377
|
-
Photo = "tabler:photo",
|
|
378
|
-
PhotoPlus = "tabler:photo-plus",
|
|
379
|
-
PhotoScan = "tabler:photo-scan",
|
|
380
390
|
Map = "tabler:map",
|
|
381
391
|
MapPin = "tabler:map-pin",
|
|
382
392
|
MapPinPlus = "tabler:map-pin-plus",
|
|
@@ -411,8 +421,14 @@ export declare enum IconNames {
|
|
|
411
421
|
MoreVertical = "tabler:dots-vertical",
|
|
412
422
|
Movie = "tabler:movie",
|
|
413
423
|
Music = "tabler:music",
|
|
424
|
+
Notes = "tabler:notes",
|
|
414
425
|
NewSection = "tabler:new-section",
|
|
426
|
+
Palette = "tabler:palette",
|
|
427
|
+
Paint = "tabler:paint",
|
|
415
428
|
Pencil = "tabler:pencil",
|
|
429
|
+
Photo = "tabler:photo",
|
|
430
|
+
PhotoPlus = "tabler:photo-plus",
|
|
431
|
+
PhotoScan = "tabler:photo-scan",
|
|
416
432
|
Phone = "tabler:phone",
|
|
417
433
|
Plane = "tabler:plane",
|
|
418
434
|
PlusCircle = "tabler:circle-plus",
|
|
@@ -427,6 +443,7 @@ export declare enum IconNames {
|
|
|
427
443
|
RowRemove = "tabler:row-remove",
|
|
428
444
|
Rss = "tabler:rss",
|
|
429
445
|
Run = "tabler:run",
|
|
446
|
+
Sailboat = "tabler:sailboat",
|
|
430
447
|
Scoreboard = "tabler:scoreboard",
|
|
431
448
|
Seo = "tabler:seo",
|
|
432
449
|
ShoppingCart = "tabler:shopping-cart",
|
|
@@ -463,7 +480,11 @@ export declare enum IconNames {
|
|
|
463
480
|
Upload = "tabler:upload",
|
|
464
481
|
Urgent = "tabler:urgent",
|
|
465
482
|
User = "tabler:user",
|
|
483
|
+
UserCancel = "tabler:user-cancel",
|
|
484
|
+
UserCheck = "tabler:user-check",
|
|
466
485
|
UserPlus = "tabler:user-plus",
|
|
486
|
+
UserQuestion = "tabler:user-question",
|
|
487
|
+
UserX = "tabler:user-x",
|
|
467
488
|
Users = "tabler:users",
|
|
468
489
|
UserCircle = "tabler:user-circle",
|
|
469
490
|
UsersGroup = "tabler:users-group",
|
package/package.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"ui components",
|
|
18
18
|
"vuejs"
|
|
19
19
|
],
|
|
20
|
-
"version": "2.
|
|
20
|
+
"version": "2.18.0",
|
|
21
21
|
"license": "MIT",
|
|
22
22
|
"type": "module",
|
|
23
23
|
"scripts": {
|
|
@@ -53,55 +53,51 @@
|
|
|
53
53
|
"./styles.css": "./dist/assets/styles.css"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@chromatic-com/storybook": "^
|
|
56
|
+
"@chromatic-com/storybook": "^4.0.0",
|
|
57
57
|
"@floating-ui/vue": "^1.1.6",
|
|
58
|
-
"@iconify-json/tabler": "^1.2.
|
|
59
|
-
"@iconify/tools": "^4.1.
|
|
58
|
+
"@iconify-json/tabler": "^1.2.18",
|
|
59
|
+
"@iconify/tools": "^4.1.2",
|
|
60
60
|
"@iconify/types": "^2.0.0",
|
|
61
61
|
"@semantic-release/changelog": "^6.0.3",
|
|
62
62
|
"@semantic-release/git": "^10.0.1",
|
|
63
|
-
"@semantic-release/gitlab": "^13.2.
|
|
64
|
-
"@storybook/addon-a11y": "^
|
|
65
|
-
"@storybook/addon-
|
|
66
|
-
"@storybook/
|
|
67
|
-
"@storybook/addon-interactions": "^8.6.11",
|
|
68
|
-
"@storybook/cli": "^8.6.11",
|
|
69
|
-
"@storybook/core-server": "^8.6.11",
|
|
70
|
-
"@storybook/test": "^8.6.11",
|
|
63
|
+
"@semantic-release/gitlab": "^13.2.5",
|
|
64
|
+
"@storybook/addon-a11y": "^9.0.0",
|
|
65
|
+
"@storybook/addon-docs": "^9.0.0",
|
|
66
|
+
"@storybook/cli": "^9.0.0",
|
|
71
67
|
"@storybook/test-runner": "^0.22.0",
|
|
72
|
-
"@storybook/vue3": "^
|
|
73
|
-
"@storybook/vue3-vite": "^8.6.11",
|
|
68
|
+
"@storybook/vue3-vite": "^9.0.0",
|
|
74
69
|
"@types/lodash-es": "^4.17.12",
|
|
75
70
|
"@types/node": "22.10.10",
|
|
76
71
|
"@types/stylis": "^4.2.7",
|
|
77
|
-
"@vitejs/plugin-vue": "^5.2.
|
|
78
|
-
"@vitejs/plugin-vue-jsx": "^4.
|
|
72
|
+
"@vitejs/plugin-vue": "^5.2.4",
|
|
73
|
+
"@vitejs/plugin-vue-jsx": "^4.2.0",
|
|
79
74
|
"@vitest/browser": "3.0.4",
|
|
80
75
|
"@vitest/coverage-istanbul": "3.0.4",
|
|
81
76
|
"@vitest/coverage-v8": "3.0.4",
|
|
82
|
-
"@vitest/ui": "^3.
|
|
77
|
+
"@vitest/ui": "^3.1.4",
|
|
83
78
|
"@vue/test-utils": "^2.4.6",
|
|
84
79
|
"@vue/tsconfig": "^0.7.0",
|
|
85
80
|
"@wdns/vue-code-block": "^2.3.5",
|
|
86
81
|
"conventional-changelog-conventionalcommits": "^8.0.0",
|
|
82
|
+
"eslint-plugin-storybook": "9.0.0",
|
|
87
83
|
"eslint-plugin-vue": "^9.33.0",
|
|
88
|
-
"jsdom": "^26.
|
|
84
|
+
"jsdom": "^26.1.0",
|
|
89
85
|
"lodash-es": "^4.17.21",
|
|
90
86
|
"murmurhash": "^2.0.1",
|
|
91
|
-
"playwright": "^1.
|
|
92
|
-
"sass": "^1.
|
|
93
|
-
"semantic-release": "^24.2.
|
|
94
|
-
"storybook": "^
|
|
87
|
+
"playwright": "^1.52.0",
|
|
88
|
+
"sass": "^1.89.0",
|
|
89
|
+
"semantic-release": "^24.2.5",
|
|
90
|
+
"storybook": "^9.0.0",
|
|
95
91
|
"storybook-addon-deep-controls": "^0.9.2",
|
|
96
92
|
"stylis": "^4.3.6",
|
|
97
|
-
"unplugin-auto-import": "^19.
|
|
93
|
+
"unplugin-auto-import": "^19.3.0",
|
|
98
94
|
"vite": "6.0.11",
|
|
99
|
-
"vite-plugin-dts": "^4.5.
|
|
95
|
+
"vite-plugin-dts": "^4.5.4",
|
|
100
96
|
"vite-tsconfig-paths": "^5.1.4",
|
|
101
97
|
"vitest": "3.0.4",
|
|
102
|
-
"vue": "^3.5.
|
|
103
|
-
"vue-router": "^4.5.
|
|
104
|
-
"vue-tsc": "^2.2.
|
|
98
|
+
"vue": "^3.5.15",
|
|
99
|
+
"vue-router": "^4.5.1",
|
|
100
|
+
"vue-tsc": "^2.2.10"
|
|
105
101
|
},
|
|
106
102
|
"peerDependencies": {
|
|
107
103
|
"vue": "^3.5.10"
|