@kiva/kv-components 10.4.0 → 10.4.1
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/vue/KvSwitch.js +1 -1
- package/package.json +2 -2
package/dist/vue/KvSwitch.js
CHANGED
|
@@ -25,7 +25,7 @@ function _(r, o, l, e, p, k) {
|
|
|
25
25
|
class: i(["tw-rounded-full tw-relative tw-overflow-hidden peer-focus-visible:tw-ring-2 peer-focus-visible:tw-ring-action tw-bg-tertiary peer-checked:tw-bg-action tw-transition-all tw-ease-in-out", e.trackSizeClasses])
|
|
26
26
|
}, null, 2),
|
|
27
27
|
t("div", {
|
|
28
|
-
class: i(["tw-flex-shrink-0 tw-absolute tw-
|
|
28
|
+
class: i(["tw-flex-shrink-0 tw-absolute tw-mx-0.5 tw-top-1/2 -tw-translate-y-1/2 tw-rounded-full tw-bg-white tw-transform tw-transition-all tw-ease-in-out", e.knobSizeClasses])
|
|
29
29
|
}, null, 2),
|
|
30
30
|
t("div", g, [
|
|
31
31
|
h(r.$slots, "default")
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kiva/kv-components",
|
|
3
|
-
"version": "10.4.
|
|
3
|
+
"version": "10.4.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -112,5 +112,5 @@
|
|
|
112
112
|
"dependencies": {
|
|
113
113
|
"fuse.js": "^7.1.0"
|
|
114
114
|
},
|
|
115
|
-
"gitHead": "
|
|
115
|
+
"gitHead": "b4b0ee68cc95def097ca00ae4bdb56861437087d"
|
|
116
116
|
}
|