@clidey/ux 0.36.0 → 0.37.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2860,7 +2860,7 @@ const _A = ({
2860
2860
  description: r,
2861
2861
  icon: n,
2862
2862
  children: i
2863
- }) => /* @__PURE__ */ m("div", { className: b("flex justify-center items-center w-full h-full grow", e), children: /* @__PURE__ */ j(
2863
+ }) => /* @__PURE__ */ m("div", { className: b("flex justify-center items-center w-full h-full grow", e), "data-testid": "empty-state", children: /* @__PURE__ */ j(
2864
2864
  "div",
2865
2865
  {
2866
2866
  className: b(
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@clidey/ux",
3
3
  "private": false,
4
- "version": "0.36.0",
4
+ "version": "0.37.0",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",