@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 +4 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +115 -2
- package/dist/index.d.ts +115 -2
- package/dist/index.js +1005 -299
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1006 -294
- package/dist/index.mjs.map +1 -1
- package/dist/web/index.css +4 -0
- package/dist/web/index.css.map +1 -1
- package/dist/web/index.d.mts +115 -2
- package/dist/web/index.d.ts +115 -2
- package/dist/web/index.js +816 -110
- package/dist/web/index.js.map +1 -1
- package/dist/web/index.mjs +822 -110
- package/dist/web/index.mjs.map +1 -1
- package/package.json +1 -1
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
|
}
|