@economic/taco 3.0.2 → 3.0.3-save-spinner-size.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/taco.js CHANGED
@@ -24123,7 +24123,7 @@ const Spinner = React__default.forwardRef(function Spinner2(props, ref) {
24123
24123
  return /* @__PURE__ */ React__default.createElement("div", { ...otherProps, className, "data-taco": "spinner", ref }, /* @__PURE__ */ React__default.createElement(
24124
24124
  "svg",
24125
24125
  {
24126
- className: "h-10 w-10 animate-[spinnerRotation_2s_linear_infinite]",
24126
+ className: "animate-[spinnerRotation_2s_linear_infinite]",
24127
24127
  viewBox: "0 0 100 100",
24128
24128
  xmlns: "http://www.w3.org/2000/svg"
24129
24129
  },