@gostudent/shared-ui-library 1.23.0 → 1.23.1-DT-16927.1

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -4891,7 +4891,7 @@ function v6({
4891
4891
  children: [
4892
4892
  /* @__PURE__ */ c(Ve, { name: o, src: a, size: "sm" }),
4893
4893
  /* @__PURE__ */ C("div", { className: $.nameGroup, children: [
4894
- /* @__PURE__ */ c("span", { className: $.userName, children: o }),
4894
+ /* @__PURE__ */ c("span", { className: $.userName, "data-testid": "user-name", children: o }),
4895
4895
  s && /* @__PURE__ */ c(Et, { role: s, size: "sm", children: r })
4896
4896
  ] }),
4897
4897
  /* @__PURE__ */ c("span", { className: `${$.chevron}${p ? ` ${$.chevronOpen}` : ""}`, children: /* @__PURE__ */ c(kt, { size: "md" }) })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gostudent/shared-ui-library",
3
- "version": "1.23.0",
3
+ "version": "1.23.1-DT-16927.1",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",