@ah-automation.nl/component-lib 0.0.55 → 0.0.57

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
@@ -36613,7 +36613,7 @@ function Jte({
36613
36613
  size: "icon-sm",
36614
36614
  children: [
36615
36615
  /* @__PURE__ */ x(ps, {}),
36616
- /* @__PURE__ */ x("span", { className: "sr-only", children: "Close" })
36616
+ /* @__PURE__ */ x("span", { className: "sr-only", children: "Cancel" })
36617
36617
  ]
36618
36618
  }
36619
36619
  ) })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ah-automation.nl/component-lib",
3
- "version": "0.0.55",
3
+ "version": "0.0.57",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",