@kiva/kv-components 6.9.4 → 6.10.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.
@@ -102,7 +102,7 @@ const T = {
102
102
  ref: "rootEl",
103
103
  "aria-label": "carousel",
104
104
  class: "kv-carousel tw-overflow-hidden tw-relative"
105
- }, L = ["aria-label", "aria-current", "aria-hidden", "tab-index"], R = { class: "kv-carousel__controls tw-flex tw-items-center tw-gap-2 tw-mt-2 tw-w-full tw-justify-between md:tw-justify-center" }, q = ["disabled"], G = ["disabled"];
105
+ }, L = ["aria-label", "aria-current", "aria-hidden", "tab-index"], R = { class: "kv-carousel__controls tw-flex tw-items-center tw-gap-2 tw-mt-2 tw-w-full tw-justify-center" }, q = ["disabled"], G = ["disabled"];
106
106
  function J(r, e, d, t, c, w) {
107
107
  const n = P("kv-material-icon");
108
108
  return a(), s("div", null, [
@@ -125,7 +125,7 @@ function J(r, e, d, t, c, w) {
125
125
  ], 512),
126
126
  o("div", R, [
127
127
  o("div", {
128
- class: B(["tw-flex tw-gap-2 tw-w-full md:tw-w-auto", { "tw-justify-between md:tw-justify-center": !t.hasAutoplay }])
128
+ class: B(["tw-flex tw-gap-2 tw-w-full md:tw-w-auto", { "tw-justify-center": !t.hasAutoplay }])
129
129
  }, [
130
130
  o("button", {
131
131
  class: "tw-text-primary tw-rounded-full tw-border-2 tw-border-primary tw-h-4 tw-w-4 tw-flex tw-items-center tw-justify-center disabled:tw-opacity-low disabled:tw-cursor-default",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiva/kv-components",
3
- "version": "6.9.4",
3
+ "version": "6.10.0",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -107,5 +107,5 @@
107
107
  "embla-carousel-fade",
108
108
  "popper.js"
109
109
  ],
110
- "gitHead": "a59b77d82e75758566a63c3542d2af66ee86e31e"
110
+ "gitHead": "b3055c069c3b51d5cbfa095cc27b7104ade04a61"
111
111
  }