@codeandfunction/callaloo 3.10.0 → 3.11.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/types.d.ts CHANGED
@@ -320,9 +320,14 @@ export declare enum IconNames {
320
320
  Clock = "tabler:clock",
321
321
  Clock2 = "tabler:clock-2",
322
322
  Cloud = "tabler:cloud",
323
+ CloudCheck = "tabler:cloud-check",
323
324
  CloudComputing = "tabler:cloud-computing",
324
325
  CloudDataConnection = "tabler:cloud-data-connection",
326
+ CloudDown = "tabler:cloud-down",
327
+ CloudDownload = "tabler:cloud-download",
328
+ CloudUp = "tabler:cloud-up",
325
329
  CloudUpload = "tabler:cloud-upload",
330
+ CloudX = "tabler:cloud-x",
326
331
  Code = "tabler:code",
327
332
  Coin = "tabler:coin",
328
333
  Coins = "tabler:coins",
@@ -405,6 +410,7 @@ export declare enum IconNames {
405
410
  LayoutBottomBar = "tabler:layout-bottombar",
406
411
  LayoutDashboard = "tabler:layout-dashboard",
407
412
  LayoutGrid = "tabler:layout-grid",
413
+ LayoutList = "tabler:layout-list",
408
414
  LayoutNavbar = "tabler:layout-navbar",
409
415
  LayoutRows = "tabler:layout-rows",
410
416
  LayoutSidebar = "tabler:layout-sidebar",
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "ui components",
18
18
  "vuejs"
19
19
  ],
20
- "version": "3.10.0",
20
+ "version": "3.11.0",
21
21
  "license": "MIT",
22
22
  "type": "module",
23
23
  "scripts": {