@strands.gg/accui 2.10.6 → 2.10.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
@@ -30787,6 +30787,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
30787
30787
  return rows;
30788
30788
  });
30789
30789
  const getCellValue = (row, key) => {
30790
+ if (!key) return void 0;
30790
30791
  const keys2 = key.split(".");
30791
30792
  let value = row;
30792
30793
  for (const k of keys2) {
@@ -31150,7 +31151,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
31150
31151
  };
31151
31152
  }
31152
31153
  });
31153
- const UiTable = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-263368b2"]]);
31154
+ const UiTable = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["__scopeId", "data-v-c446db4e"]]);
31154
31155
  const _hoisted_1$u = { class: "ui-hero-content" };
31155
31156
  const _hoisted_2$q = {
31156
31157
  key: 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strands.gg/accui",
3
- "version": "2.10.6",
3
+ "version": "2.10.7",
4
4
  "description": "Strands Authentication UI Components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs.js",