@karbonjs/ui-svelte 0.2.4 → 0.2.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@karbonjs/ui-svelte",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "Karbon UI components for Svelte 5",
5
5
  "type": "module",
6
6
  "svelte": "src/index.ts",
@@ -15,7 +15,7 @@
15
15
  "src"
16
16
  ],
17
17
  "dependencies": {
18
- "@karbonjs/ui-core": "0.2.4"
18
+ "@karbonjs/ui-core": "0.2.5"
19
19
  },
20
20
  "peerDependencies": {
21
21
  "svelte": "^5.0.0"
@@ -52,7 +52,7 @@
52
52
  disabled={isDisabled}
53
53
  {onclick}
54
54
  class="
55
- inline-flex items-center justify-center font-semibold rounded-lg
55
+ inline-flex items-center justify-center gap-2 font-semibold rounded-lg
56
56
  transition-all duration-300 ease-out
57
57
  focus:outline-none focus:ring-2 focus:ring-offset-0
58
58
  cursor-pointer disabled:opacity-40 disabled:cursor-not-allowed