@kayord/ui 0.5.1 → 0.5.2

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.
@@ -12,6 +12,8 @@ export { className as class };
12
12
  className
13
13
  )}
14
14
  {...$$restProps}
15
+ on:click
16
+ on:keydown
15
17
  >
16
18
  <SwitchPrimitive.Thumb
17
19
  class={cn(
@@ -2,10 +2,8 @@ import { SvelteComponent } from "svelte";
2
2
  import { Switch as SwitchPrimitive } from "bits-ui";
3
3
  declare const __propDef: {
4
4
  props: SwitchPrimitive.Props;
5
- events: {
6
- [evt: string]: CustomEvent<any>;
7
- };
8
5
  slots: {};
6
+ events: SwitchPrimitive.Events;
9
7
  };
10
8
  export type SwitchProps = typeof __propDef.props;
11
9
  export type SwitchEvents = typeof __propDef.events;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kayord/ui",
3
3
  "private": false,
4
- "version": "0.5.1",
4
+ "version": "0.5.2",
5
5
  "exports": {
6
6
  ".": {
7
7
  "types": "./dist/index.d.ts",
@@ -33,16 +33,16 @@
33
33
  "bits-ui": "^0.18.2",
34
34
  "clsx": "^2.1.0",
35
35
  "cmdk-sv": "^0.0.13",
36
- "embla-carousel-svelte": "8.0.0-rc23",
36
+ "embla-carousel-svelte": "8.0.0",
37
37
  "formsnap": "^0.5.0",
38
- "lucide-svelte": "^0.336.0",
38
+ "lucide-svelte": "^0.338.0",
39
39
  "mode-watcher": "^0.2.1",
40
40
  "svelte-headless-table": "^0.18.2",
41
41
  "svelte-sonner": "^0.3.18",
42
42
  "sveltekit-superforms": "^2.5.0",
43
43
  "tailwind-merge": "^2.2.1",
44
44
  "tailwind-variants": "^0.2.0",
45
- "vaul-svelte": "^0.2.3",
45
+ "vaul-svelte": "^0.2.4",
46
46
  "zod": "^3.22.4"
47
47
  },
48
48
  "devDependencies": {
@@ -62,7 +62,7 @@
62
62
  "prettier": "^3.2.5",
63
63
  "prettier-plugin-svelte": "^3.2.1",
64
64
  "publint": "^0.2.7",
65
- "svelte": "^4.2.11",
65
+ "svelte": "^4.2.12",
66
66
  "svelte-check": "^3.6.4",
67
67
  "tailwindcss": "^3.4.1",
68
68
  "tslib": "^2.6.2",