@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.cjs +1 -1
- package/dist/taco.cjs.map +1 -1
- package/dist/taco.js +1 -1
- package/dist/taco.js.map +1 -1
- package/package.json +2 -2
package/dist/taco.cjs
CHANGED
|
@@ -24141,7 +24141,7 @@ const Spinner = React.forwardRef(function Spinner2(props, ref) {
|
|
|
24141
24141
|
return /* @__PURE__ */ React.createElement("div", { ...otherProps, className, "data-taco": "spinner", ref }, /* @__PURE__ */ React.createElement(
|
|
24142
24142
|
"svg",
|
|
24143
24143
|
{
|
|
24144
|
-
className: "
|
|
24144
|
+
className: "animate-[spinnerRotation_2s_linear_infinite]",
|
|
24145
24145
|
viewBox: "0 0 100 100",
|
|
24146
24146
|
xmlns: "http://www.w3.org/2000/svg"
|
|
24147
24147
|
},
|