@agility/plenum-ui 2.3.0 → 2.3.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.
- package/dist/tailwind.css +1 -1
- package/package.json +1 -1
- package/tailwind.config.js +1 -1
package/dist/tailwind.css
CHANGED
package/package.json
CHANGED
package/tailwind.config.js
CHANGED
|
@@ -306,7 +306,7 @@ module.exports = {
|
|
|
306
306
|
exit: "fadeOutLeft 300ms ease-in forwards",
|
|
307
307
|
quickBounce: "quickBounce 200ms ease-out forwards",
|
|
308
308
|
fadeIn: "fadeIn 400ms ease-in-out forwards",
|
|
309
|
-
spinSlower: "spin
|
|
309
|
+
spinSlower: "spin 0.8s linear infinite"
|
|
310
310
|
},
|
|
311
311
|
|
|
312
312
|
keyframes: {
|