@codeandfunction/callaloo 2.1.1 → 2.3.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;
@@ -165,6 +166,8 @@ export declare enum IconSizes {
165
166
  }
166
167
  export declare enum IconNames {
167
168
  Activity = "tabler:activity",
169
+ Adjustments = "tabler:adjustments",
170
+ AdjustmentsHorizontal = "tabler:adjustments-horizontal",
168
171
  Ai = "tabler:ai",
169
172
  Alarm = "tabler:alarm",
170
173
  AlertSquare = "tabler:alert-square",
@@ -205,6 +208,7 @@ export declare enum IconNames {
205
208
  Auth2fa = "tabler:auth-2fa",
206
209
  Backspace = "tabler:backspace",
207
210
  Book = "tabler:book",
211
+ Bookmark = "tabler:bookmark",
208
212
  BorderCorners = "tabler:border-corners",
209
213
  BoxMargin = "tabler:box-margin",
210
214
  Brush = "tabler:brush",
@@ -306,12 +310,15 @@ export declare enum IconNames {
306
310
  FileTypeSvg = "tabler:file-type-svg",
307
311
  FileTypeTs = "tabler:file-type-ts",
308
312
  FileTypeVue = "tabler:file-type-vue",
313
+ Filter = "tabler:filter",
309
314
  Folder = "tabler:folder",
310
315
  Forms = "tabler:forms",
311
316
  Frame = "tabler:frame",
312
317
  Hanger = "tabler:hanger",
313
318
  HandStop = "tabler:hand-stop",
314
319
  Heading = "tabler:heading",
320
+ Heart = "tabler:heart",
321
+ HeartHandShake = "tabler:heart-handshake",
315
322
  Help = "tabler:help",
316
323
  HelpCircle = "tabler:help-circle",
317
324
  HelpSmall = "tabler:help-small",
@@ -462,9 +469,9 @@ export declare enum Mode {
462
469
  export interface NavItem {
463
470
  /** Sets the aria-label on the NavLink element. */
464
471
  ariaLabel?: string;
465
- /** Sets the external attribute on the NavLink element. If set, it adds an icon indicating that the link will open a new tab/window. */
466
472
  /** Sets the color of the NavLink element. The property can be one of `CLColors`, e.g. `CLColors.Default` */
467
473
  color?: Colors;
474
+ /** Sets the external attribute on the NavLink element. If set, it adds an icon indicating that the link will open a new tab/window. */
468
475
  external?: boolean;
469
476
  /** Sets the href attribute on the NavLink element. */
470
477
  href?: string;
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.3.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"