@codeandfunction/callaloo 3.12.4 → 3.13.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": 180531,
32
+ "parsedSize": 180529,
33
33
  "mapSize": 0,
34
- "gzipSize": 13348,
35
- "brotliSize": 10402,
34
+ "gzipSize": 13350,
35
+ "brotliSize": 10403,
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",
@@ -15,5 +15,5 @@ export declare const debounce: (fn: () => void, ms?: number) => (this: any, ...a
15
15
  export declare const getMaxZIndex: () => number;
16
16
  export declare const isBrowser: boolean;
17
17
  export declare const isDarkMode: () => boolean;
18
- export declare const isNodeEmpty: (elem: HTMLElement) => boolean;
18
+ export declare const isNodeEmpty: (elem: HTMLElement | null) => boolean;
19
19
  export {};
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "ui components",
18
18
  "vuejs"
19
19
  ],
20
- "version": "3.12.4",
20
+ "version": "3.13.0",
21
21
  "license": "MIT",
22
22
  "type": "module",
23
23
  "scripts": {