@digilogiclabs/saas-factory-ui 0.24.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
@@ -3039,6 +3039,9 @@ body {
3039
3039
  --tw-text-opacity: 1;
3040
3040
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
3041
3041
  }
3042
+ .text-secondary {
3043
+ color: hsl(var(--secondary));
3044
+ }
3042
3045
  .text-secondary-foreground {
3043
3046
  color: hsl(var(--secondary-foreground));
3044
3047
  }
@@ -3334,6 +3337,9 @@ body {
3334
3337
  .duration-500 {
3335
3338
  transition-duration: 500ms;
3336
3339
  }
3340
+ .ease-in {
3341
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
3342
+ }
3337
3343
  .ease-in-out {
3338
3344
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3339
3345
  }