@strands.gg/accui 2.11.6 → 2.11.7

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/index.es.js CHANGED
@@ -876,7 +876,7 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
876
876
  };
877
877
  }
878
878
  });
879
- const StrandsUiCard = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__scopeId", "data-v-15f1a3ab"]]);
879
+ const StrandsUiCard = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__scopeId", "data-v-1f1f4fb6"]]);
880
880
  /**
881
881
  * @license lucide-vue-next v0.542.0 - ISC
882
882
  *
@@ -1917,7 +1917,7 @@ const _hoisted_1$L = {
1917
1917
  key: 0,
1918
1918
  class: "input-leading-icon"
1919
1919
  };
1920
- const _hoisted_2$F = ["tabindex", "aria-expanded", "aria-controls"];
1920
+ const _hoisted_2$F = ["tabindex", "aria-expanded", "aria-controls", "aria-disabled"];
1921
1921
  const _hoisted_3$C = { class: "input-select-value" };
1922
1922
  const _hoisted_4$B = {
1923
1923
  key: 0,
@@ -2279,7 +2279,8 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
2279
2279
  role: "combobox",
2280
2280
  "aria-expanded": dropdownState.value.isOpen,
2281
2281
  "aria-haspopup": true,
2282
- "aria-controls": dropdownId.value
2282
+ "aria-controls": dropdownId.value,
2283
+ "aria-disabled": _ctx.disabled
2283
2284
  }, [
2284
2285
  createElementVNode("div", _hoisted_3$C, [
2285
2286
  displayValue.value ? (openBlock(), createElementBlock("span", _hoisted_4$B, toDisplayString(displayValue.value), 1)) : (openBlock(), createElementBlock("span", _hoisted_5$w, toDisplayString(_ctx.placeholder || "Select an option..."), 1))
@@ -2364,7 +2365,7 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
2364
2365
  };
2365
2366
  }
2366
2367
  });
2367
- const UiInputSelect = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["__scopeId", "data-v-f0fb5b75"]]);
2368
+ const UiInputSelect = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["__scopeId", "data-v-4bf998b8"]]);
2368
2369
  const _hoisted_1$K = { class: "input-leading-icon" };
2369
2370
  const _hoisted_2$E = ["src"];
2370
2371
  const _hoisted_3$B = ["id", "accept", "multiple", "disabled", "required"];
@@ -27387,10 +27388,12 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
27387
27388
  if (modal.isOpen.value) {
27388
27389
  modal.closeModal();
27389
27390
  }
27390
- const openModals = document.querySelectorAll('[role="dialog"][aria-modal="true"]');
27391
- if (openModals.length === 0) {
27392
- document.body.style.overflow = "";
27393
- }
27391
+ nextTick(() => {
27392
+ const openModals = document.querySelectorAll('[role="dialog"][aria-modal="true"]');
27393
+ if (openModals.length === 0) {
27394
+ document.body.style.overflow = "";
27395
+ }
27396
+ });
27394
27397
  }
27395
27398
  });
27396
27399
  const handleTabKey = (e) => {
@@ -27515,7 +27518,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
27515
27518
  };
27516
27519
  }
27517
27520
  });
27518
- const UiModal = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__scopeId", "data-v-680be964"]]);
27521
+ const UiModal = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["__scopeId", "data-v-ecf47be6"]]);
27519
27522
  const tailwindColors = {
27520
27523
  "#000000": {
27521
27524
  label: "Black"
@@ -32194,7 +32197,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
32194
32197
  };
32195
32198
  }
32196
32199
  });
32197
- const UiRadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__scopeId", "data-v-4095f911"]]);
32200
+ const UiRadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__scopeId", "data-v-c78c278d"]]);
32198
32201
  const _hoisted_1$q = {
32199
32202
  key: 0,
32200
32203
  class: "checkbox-group-label"
@@ -32463,7 +32466,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
32463
32466
  };
32464
32467
  }
32465
32468
  });
32466
- const UiCheckboxGroup = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-db488410"]]);
32469
+ const UiCheckboxGroup = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-f0f89e6a"]]);
32467
32470
  const _hoisted_1$p = { class: "accui-component-scope" };
32468
32471
  const _hoisted_2$l = {
32469
32472
  key: 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strands.gg/accui",
3
- "version": "2.11.6",
3
+ "version": "2.11.7",
4
4
  "description": "Strands Authentication UI Components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs.js",