@codeandfunction/callaloo 1.2.4 → 1.3.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
@@ -106,6 +106,7 @@ export declare enum IconNames {
106
106
  LogIn = "tabler:login",
107
107
  LogOut = "tabler:logout",
108
108
  MoodDollar = "tabler:mood-dollar",
109
+ MoodHeart = "tabler:mood-heart",
109
110
  MoodPuzzled = "tabler:mood-puzzled",
110
111
  MoodSadSquint = "tabler:mood-sad-squint",
111
112
  MoodSmile = "tabler:mood-smile",
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "name": "Anthony Cholmondeley",
6
6
  "url": "https://callaloo.codeandfunction.com"
7
7
  },
8
- "version": "1.2.4",
8
+ "version": "1.3.1",
9
9
  "license": "MIT",
10
10
  "type": "module",
11
11
  "scripts": {
@@ -30,6 +30,7 @@
30
30
  "@chromatic-com/storybook": "^2.0.1",
31
31
  "@iconify-icons/tabler": "^1.2.95",
32
32
  "@iconify/types": "^2.0.0",
33
+ "@iconify/utils": "^2.1.33",
33
34
  "@iconify/vue": "^4.1.2",
34
35
  "@storybook/addon-a11y": "^8.3.0",
35
36
  "@storybook/addon-essentials": "^8.3.0",