@codeandfunction/callaloo 3.13.0 → 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/stats.json CHANGED
@@ -29,10 +29,10 @@
29
29
  {
30
30
  "filename": "assets/styles.css",
31
31
  "label": "assets/styles.css",
32
- "parsedSize": 180529,
32
+ "parsedSize": 180591,
33
33
  "mapSize": 0,
34
- "gzipSize": 13350,
35
- "brotliSize": 10403,
34
+ "gzipSize": 13385,
35
+ "brotliSize": 10454,
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",
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "ui components",
18
18
  "vuejs"
19
19
  ],
20
- "version": "3.13.0",
20
+ "version": "3.14.0",
21
21
  "license": "MIT",
22
22
  "type": "module",
23
23
  "scripts": {