@kayord/ui 1.1.6 → 1.1.8

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.
@@ -11,7 +11,7 @@
11
11
  }: CommandPrimitive.InputProps = $props();
12
12
  </script>
13
13
 
14
- <div class="flex h-9 items-center gap-2 border-b px-3" data-slot="command-input-wrapper">
14
+ <div class="flex h-9 items-center gap-2 border-b pr-8 pl-3" data-slot="command-input-wrapper">
15
15
  <SearchIcon class="size-4 shrink-0 opacity-50" />
16
16
  <CommandPrimitive.Input
17
17
  data-slot="command-input"
@@ -33,7 +33,7 @@
33
33
  {@render children?.()}
34
34
  {#if showCloseButton}
35
35
  <DialogPrimitive.Close
36
- class="ring-offset-background focus:ring-ring absolute top-4 right-4 rounded-xs opacity-70 transition-opacity hover:opacity-100 focus:ring-2 focus:ring-offset-2 focus:outline-hidden disabled:pointer-events-none [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4"
36
+ class="ring-offset-background focus:ring-ring absolute end-4 top-4 rounded-xs opacity-70 transition-opacity hover:opacity-100 focus:ring-2 focus:ring-offset-2 focus:outline-hidden disabled:pointer-events-none [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4"
37
37
  >
38
38
  <XIcon />
39
39
  <span class="sr-only">Close</span>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kayord/ui",
3
3
  "private": false,
4
- "version": "1.1.6",
4
+ "version": "1.1.8",
5
5
  "exports": {
6
6
  ".": {
7
7
  "types": "./dist/index.d.ts",
@@ -35,50 +35,50 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@internationalized/date": "^3.8.2",
38
- "bits-ui": "2.9.2",
38
+ "bits-ui": "2.9.4",
39
39
  "clsx": "^2.1.1",
40
40
  "embla-carousel-svelte": "8.6.0",
41
41
  "formsnap": "2.0.1",
42
42
  "mode-watcher": "^1.1.0",
43
- "paneforge": "1.0.0",
43
+ "paneforge": "1.0.2",
44
44
  "svelte-sonner": "^1.0.5",
45
45
  "tailwind-merge": "^3.3.1",
46
- "tailwind-variants": "^2.0.1",
46
+ "tailwind-variants": "^2.1.0",
47
47
  "vaul-svelte": "1.0.0-next.7"
48
48
  },
49
49
  "devDependencies": {
50
- "@lucide/svelte": "^0.537.0",
51
- "@sveltejs/adapter-auto": "^6.0.2",
52
- "@sveltejs/kit": "^2.27.3",
50
+ "@lucide/svelte": "^0.540.0",
51
+ "@sveltejs/adapter-auto": "^6.1.0",
52
+ "@sveltejs/kit": "^2.31.1",
53
53
  "@sveltejs/package": "^2.4.1",
54
- "@sveltejs/vite-plugin-svelte": "^6.1.0",
55
- "@tailwindcss/vite": "^4.1.11",
56
- "@testing-library/jest-dom": "^6.6.4",
54
+ "@sveltejs/vite-plugin-svelte": "^6.1.2",
55
+ "@tailwindcss/vite": "^4.1.12",
56
+ "@testing-library/jest-dom": "^6.7.0",
57
57
  "@testing-library/svelte": "^5.2.8",
58
58
  "@testing-library/user-event": "^14.6.1",
59
59
  "@types/d3-scale": "^4.0.9",
60
60
  "@types/d3-shape": "^3.1.7",
61
- "@typescript-eslint/eslint-plugin": "^8.39.0",
62
- "@typescript-eslint/parser": "^8.39.0",
61
+ "@typescript-eslint/eslint-plugin": "^8.39.1",
62
+ "@typescript-eslint/parser": "^8.39.1",
63
63
  "d3-scale": "^4.0.2",
64
64
  "d3-shape": "^3.2.0",
65
- "eslint": "^9.32.0",
65
+ "eslint": "^9.33.0",
66
66
  "eslint-config-prettier": "^10.1.8",
67
67
  "eslint-plugin-svelte": "^3.11.0",
68
68
  "happy-dom": "^18.0.1",
69
- "layerchart": "2.0.0-next.30",
69
+ "layerchart": "2.0.0-next.36",
70
70
  "prettier": "^3.6.2",
71
71
  "prettier-plugin-svelte": "^3.4.0",
72
72
  "prettier-plugin-tailwindcss": "^0.6.14",
73
73
  "publint": "^0.3.12",
74
- "svelte": "5.38.0",
75
- "svelte-check": "^4.3.0",
74
+ "svelte": "5.38.2",
75
+ "svelte-check": "^4.3.1",
76
76
  "sveltekit-superforms": "^2.27.1",
77
- "tailwindcss": "^4.1.11",
77
+ "tailwindcss": "^4.1.12",
78
78
  "tslib": "^2.8.1",
79
- "tw-animate-css": "1.3.6",
80
- "typescript": "^5.8.3",
81
- "vite": "^7.1.0",
79
+ "tw-animate-css": "1.3.7",
80
+ "typescript": "^5.9.2",
81
+ "vite": "^7.1.2",
82
82
  "vitest": "^3.2.4",
83
83
  "zod": "4.0.10"
84
84
  },