@codeandfunction/callaloo 2.1.1 → 2.2.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
@@ -131,7 +131,8 @@ export declare enum ColorVariants {
131
131
  Ghost = "ghost",
132
132
  Outline = "outline",
133
133
  Soft = "soft",
134
- Solid = "solid"
134
+ Solid = "solid",
135
+ Text = "text"
135
136
  }
136
137
  export type GenericFunction = (event?: Event) => void;
137
138
  export type GenericFocusFunction = (event: FocusEvent) => void;
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "ui components",
18
18
  "vuejs"
19
19
  ],
20
- "version": "2.1.1",
20
+ "version": "2.2.0",
21
21
  "license": "MIT",
22
22
  "type": "module",
23
23
  "scripts": {
@@ -82,17 +82,17 @@
82
82
  "@storybook/vue3": "^8.5.1",
83
83
  "@storybook/vue3-vite": "^8.5.1",
84
84
  "@types/lodash-es": "^4.17.12",
85
- "@types/node": "22.10.9",
85
+ "@types/node": "22.10.10",
86
86
  "@types/stylis": "^4.2.7",
87
87
  "@typescript-eslint/eslint-plugin": "8.21.0",
88
88
  "@typescript-eslint/parser": "8.21.0",
89
89
  "@vitejs/plugin-vue": "^5.2.1",
90
90
  "@vitejs/plugin-vue-jsx": "^4.1.1",
91
- "@vitest/browser": "3.0.3",
91
+ "@vitest/browser": "3.0.4",
92
92
  "@vitest/coverage-c8": "~0.33.0",
93
- "@vitest/coverage-istanbul": "3.0.3",
94
- "@vitest/coverage-v8": "3.0.3",
95
- "@vitest/ui": "^3.0.3",
93
+ "@vitest/coverage-istanbul": "3.0.4",
94
+ "@vitest/coverage-v8": "3.0.4",
95
+ "@vitest/ui": "^3.0.4",
96
96
  "@vue/test-utils": "^2.4.6",
97
97
  "@vue/tsconfig": "^0.7.0",
98
98
  "@wdns/vue-code-block": "^2.3.5",
@@ -104,10 +104,10 @@
104
104
  "globals": "^15.14.0",
105
105
  "husky": "^9.1.7",
106
106
  "jsdom": "^26.0.0",
107
- "lint-staged": "^15.4.1",
107
+ "lint-staged": "^15.4.2",
108
108
  "lodash-es": "^4.17.21",
109
109
  "murmurhash": "^2.0.1",
110
- "playwright": "^1.49.1",
110
+ "playwright": "^1.50.0",
111
111
  "prettier": "^3.4.2",
112
112
  "sass": "^1.83.4",
113
113
  "semantic-release": "^24.2.1",
@@ -118,7 +118,7 @@
118
118
  "vite": "6.0.11",
119
119
  "vite-plugin-dts": "^4.5.0",
120
120
  "vite-tsconfig-paths": "^5.1.4",
121
- "vitest": "3.0.3",
121
+ "vitest": "3.0.4",
122
122
  "vue": "^3.5.13",
123
123
  "vue-router": "^4.5.0",
124
124
  "vue-tsc": "^2.2.0"