@kiva/kv-components 6.23.0 → 6.24.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/vue/KvSideSheet.js +1 -1
- package/package.json +2 -2
package/dist/vue/KvSideSheet.js
CHANGED
|
@@ -236,7 +236,7 @@ function re(i, l, s, t, H, z) {
|
|
|
236
236
|
}, [
|
|
237
237
|
c("div", {
|
|
238
238
|
ref: "headlineRef",
|
|
239
|
-
class: k(["tw-flex tw-justify-between tw-transition-opacity tw-duration-200 tw-px-3 tw-py-2 tw-border-tertiary", {
|
|
239
|
+
class: k(["tw-flex tw-justify-between tw-transition-opacity tw-duration-200 tw-px-3 tw-py-2 tw-border-tertiary tw-gap-1.5", {
|
|
240
240
|
"tw-opacity-0": !t.open,
|
|
241
241
|
"tw-opacity-full": t.open,
|
|
242
242
|
"tw-border-b": s.showHeadlineBorder
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kiva/kv-components",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.24.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -111,5 +111,5 @@
|
|
|
111
111
|
"embla-carousel-fade",
|
|
112
112
|
"popper.js"
|
|
113
113
|
],
|
|
114
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "80af57480cc41d61f72ebab068ae343722c0ab0a"
|
|
115
115
|
}
|