@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 CHANGED
@@ -2151,7 +2151,7 @@ select {
2151
2151
  }
2152
2152
 
2153
2153
  .animate-spinSlower {
2154
- animation: spin 1s linear infinite;
2154
+ animation: spin 0.8s linear infinite;
2155
2155
  }
2156
2156
 
2157
2157
  .cursor-default {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agility/plenum-ui",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -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 1s linear infinite"
309
+ spinSlower: "spin 0.8s linear infinite"
310
310
  },
311
311
 
312
312
  keyframes: {