@kiva/kv-components 6.24.1 → 6.25.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.
@@ -253,7 +253,7 @@ function re(i, l, s, t, H, z) {
253
253
  icon: t.mdiArrowLeft
254
254
  }, null, 8, ["icon"])
255
255
  ])) : b("", !0),
256
- s.headline ? (g(), p("h2", se, Y(s.headline), 1)) : b("", !0)
256
+ s.headline ? (g(), p("h3", se, Y(s.headline), 1)) : b("", !0)
257
257
  ]),
258
258
  c("div", ae, [
259
259
  s.showGoToLink ? (g(), p("button", {
@@ -283,7 +283,7 @@ function re(i, l, s, t, H, z) {
283
283
  style: j({ height: t.contentHeight + "px" })
284
284
  }, [
285
285
  c("div", {
286
- class: k(["tw-p-2 tw-transition-opacity tw-duration-200", {
286
+ class: k(["tw-px-2 tw-transition-opacity tw-duration-200", {
287
287
  "tw-opacity-0": !t.open,
288
288
  "tw-opacity-full": t.open
289
289
  }])
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiva/kv-components",
3
- "version": "6.24.1",
3
+ "version": "6.25.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": "829dbbec86daae2bf9bdc61eba44f0425d74f53e"
114
+ "gitHead": "39e0e0539d1f84c46faf0ee6f180c9ca5d896464"
115
115
  }