@arcfusionz/arc-primitive-ui 0.2.0 → 0.2.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.
@@ -164,7 +164,7 @@ const Button$1 = forwardRef(({ variant = "primary", size = "md", fullWidth = fal
164
164
  className: "absolute inset-0 flex items-center justify-center",
165
165
  children: [/* @__PURE__ */ jsx(Spinner, {}), /* @__PURE__ */ jsx("span", {
166
166
  className: "sr-only",
167
- children: "Loading"
167
+ children: "Loading.."
168
168
  })]
169
169
  }), /* @__PURE__ */ jsx("span", {
170
170
  className: "invisible contents",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcfusionz/arc-primitive-ui",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "ArcFusion primitive UI components",
5
5
  "license": "MIT",
6
6
  "type": "module",