@digilogiclabs/saas-factory-ui 1.14.1 → 1.15.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/index.css CHANGED
@@ -3042,6 +3042,10 @@ body {
3042
3042
  .italic {
3043
3043
  font-style: italic;
3044
3044
  }
3045
+ .tabular-nums {
3046
+ --tw-numeric-spacing: tabular-nums;
3047
+ font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
3048
+ }
3045
3049
  .leading-6 {
3046
3050
  line-height: 1.5rem;
3047
3051
  }