@digilogiclabs/saas-factory-ui 0.25.0 → 0.25.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/index.css CHANGED
@@ -3337,6 +3337,9 @@ body {
3337
3337
  .duration-500 {
3338
3338
  transition-duration: 500ms;
3339
3339
  }
3340
+ .ease-in {
3341
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
3342
+ }
3340
3343
  .ease-in-out {
3341
3344
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3342
3345
  }