@codeandfunction/callaloo 3.13.0 → 3.14.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.
- package/dist/assets/styles.css +1 -1
- package/dist/components/Containers/CLCard/CLCard.vue.d.ts +6 -3
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1174 -1160
- package/dist/stats.json +3 -3
- package/dist/types.d.ts +6 -0
- package/package.json +1 -1
package/dist/stats.json
CHANGED
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
{
|
|
30
30
|
"filename": "assets/styles.css",
|
|
31
31
|
"label": "assets/styles.css",
|
|
32
|
-
"parsedSize":
|
|
32
|
+
"parsedSize": 180539,
|
|
33
33
|
"mapSize": 0,
|
|
34
|
-
"gzipSize":
|
|
35
|
-
"brotliSize":
|
|
34
|
+
"gzipSize": 13362,
|
|
35
|
+
"brotliSize": 10430,
|
|
36
36
|
"source": [],
|
|
37
37
|
"isAsset": true,
|
|
38
38
|
"isEntry": false,
|
package/dist/types.d.ts
CHANGED
|
@@ -534,6 +534,12 @@ export declare enum CLOrientation {
|
|
|
534
534
|
Horizontal = "horizontal",
|
|
535
535
|
Vertical = "vertical"
|
|
536
536
|
}
|
|
537
|
+
export declare enum CLOverflow {
|
|
538
|
+
Auto = "auto",
|
|
539
|
+
Hidden = "hidden",
|
|
540
|
+
Scroll = "scroll",
|
|
541
|
+
Visible = "visible"
|
|
542
|
+
}
|
|
537
543
|
export declare enum CLPaginationType {
|
|
538
544
|
Dots = "dots",
|
|
539
545
|
Hidden = "hidden",
|