@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/stats.json CHANGED
@@ -11,12 +11,12 @@
11
11
  "isEntry": true,
12
12
  "imports": [
13
13
  "vue",
14
- "chunks/icons.hu757pLK.js"
14
+ "chunks/icons.QRYZHNAf.js"
15
15
  ]
16
16
  },
17
17
  {
18
- "filename": "chunks/icons.hu757pLK.js",
19
- "label": "chunks/icons.hu757pLK.js",
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": 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
@@ -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",
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "ui components",
18
18
  "vuejs"
19
19
  ],
20
- "version": "3.12.5",
20
+ "version": "3.14.0",
21
21
  "license": "MIT",
22
22
  "type": "module",
23
23
  "scripts": {