@codeandfunction/callaloo 3.10.0 → 3.10.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/types.d.ts CHANGED
@@ -405,6 +405,7 @@ export declare enum IconNames {
405
405
  LayoutBottomBar = "tabler:layout-bottombar",
406
406
  LayoutDashboard = "tabler:layout-dashboard",
407
407
  LayoutGrid = "tabler:layout-grid",
408
+ LayoutList = "tabler:layout-list",
408
409
  LayoutNavbar = "tabler:layout-navbar",
409
410
  LayoutRows = "tabler:layout-rows",
410
411
  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.10.1",
21
21
  "license": "MIT",
22
22
  "type": "module",
23
23
  "scripts": {