@codeandfunction/callaloo 3.12.5 → 3.14.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/chunks/{icons.hu757pLK.js → icons.QRYZHNAf.js} +1 -1
- package/dist/components/Containers/CLCard/CLCard.vue.d.ts +6 -3
- package/dist/index.d.ts +1 -1
- package/dist/index.js +739 -729
- package/dist/stats.json +6 -6
- package/dist/types.d.ts +9 -0
- package/package.json +1 -1
package/dist/stats.json
CHANGED
|
@@ -11,12 +11,12 @@
|
|
|
11
11
|
"isEntry": true,
|
|
12
12
|
"imports": [
|
|
13
13
|
"vue",
|
|
14
|
-
"chunks/icons.
|
|
14
|
+
"chunks/icons.QRYZHNAf.js"
|
|
15
15
|
]
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
|
-
"filename": "chunks/icons.
|
|
19
|
-
"label": "chunks/icons.
|
|
18
|
+
"filename": "chunks/icons.QRYZHNAf.js",
|
|
19
|
+
"label": "chunks/icons.QRYZHNAf.js",
|
|
20
20
|
"parsedSize": 0,
|
|
21
21
|
"mapSize": 0,
|
|
22
22
|
"gzipSize": 0,
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
{
|
|
30
30
|
"filename": "assets/styles.css",
|
|
31
31
|
"label": "assets/styles.css",
|
|
32
|
-
"parsedSize":
|
|
32
|
+
"parsedSize": 180591,
|
|
33
33
|
"mapSize": 0,
|
|
34
|
-
"gzipSize":
|
|
35
|
-
"brotliSize":
|
|
34
|
+
"gzipSize": 13385,
|
|
35
|
+
"brotliSize": 10454,
|
|
36
36
|
"source": [],
|
|
37
37
|
"isAsset": true,
|
|
38
38
|
"isEntry": false,
|
package/dist/types.d.ts
CHANGED
|
@@ -437,7 +437,10 @@ export declare enum CLIconNames {
|
|
|
437
437
|
ToolsKitchen2 = "tabler:tools-kitchen-2",
|
|
438
438
|
ToolsKitchen3 = "tabler:tools-kitchen-3",
|
|
439
439
|
Train = "tabler:train",
|
|
440
|
+
Trash = "tabler:trash",
|
|
440
441
|
TrashCan = "tabler:trash",
|
|
442
|
+
TrashOff = "tabler:trash-off",
|
|
443
|
+
TrashX = "tabler:trash-x",
|
|
441
444
|
Trekking = "tabler:trekking",
|
|
442
445
|
Typography = "tabler:typography",
|
|
443
446
|
Upload = "tabler:upload",
|
|
@@ -531,6 +534,12 @@ export declare enum CLOrientation {
|
|
|
531
534
|
Horizontal = "horizontal",
|
|
532
535
|
Vertical = "vertical"
|
|
533
536
|
}
|
|
537
|
+
export declare enum CLOverflow {
|
|
538
|
+
Auto = "auto",
|
|
539
|
+
Hidden = "hidden",
|
|
540
|
+
Scroll = "scroll",
|
|
541
|
+
Visible = "visible"
|
|
542
|
+
}
|
|
534
543
|
export declare enum CLPaginationType {
|
|
535
544
|
Dots = "dots",
|
|
536
545
|
Hidden = "hidden",
|