@strands.gg/accui 2.14.1 → 2.15.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/index.es.js CHANGED
@@ -13949,7 +13949,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
13949
13949
  });
13950
13950
  const _hoisted_1$3 = {
13951
13951
  key: 0,
13952
- class: "mini-profile-avatar-container"
13952
+ class: "mini-profile-avatar-wrapper"
13953
13953
  };
13954
13954
  const _hoisted_2$2 = ["src", "alt", "width", "height"];
13955
13955
  const _hoisted_3$2 = {
@@ -14213,7 +14213,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
14213
14213
  value: user.value?.xp || 0,
14214
14214
  max: user.value?.next_level_xp || 100,
14215
14215
  level: user.value?.level || 1,
14216
- "level-label": `LEVEL ${user.value?.level || 1}`,
14216
+ "level-label": `${user.value?.level || 1}`,
14217
14217
  "user-settings": user.value?.settings,
14218
14218
  class: "mini-profile-level-progress"
14219
14219
  }, null, 8, ["size", "value", "max", "level", "level-label", "user-settings"]),
@@ -14392,7 +14392,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
14392
14392
  };
14393
14393
  }
14394
14394
  });
14395
- const StrandsUserButton = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-2c322150"]]);
14395
+ const StrandsUserButton = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-18942543"]]);
14396
14396
  const _sfc_main$3 = /* @__PURE__ */ defineComponent({
14397
14397
  __name: "StrandsNav",
14398
14398
  props: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strands.gg/accui",
3
- "version": "2.14.1",
3
+ "version": "2.15.0",
4
4
  "description": "Strands Authentication UI Components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs.js",