@digilogiclabs/saas-factory-ui 1.4.0 → 1.5.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 +6 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +58 -2
- package/dist/index.d.ts +58 -2
- package/dist/index.js +2577 -2505
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1772 -1700
- package/dist/index.mjs.map +1 -1
- package/dist/web/index.css +6 -0
- package/dist/web/index.css.map +1 -1
- package/dist/web/index.d.mts +58 -2
- package/dist/web/index.d.ts +58 -2
- package/dist/web/index.js +2585 -2513
- package/dist/web/index.js.map +1 -1
- package/dist/web/index.mjs +1774 -1702
- package/dist/web/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2297,6 +2297,9 @@ body {
|
|
|
2297
2297
|
.bg-primary\/10 {
|
|
2298
2298
|
background-color: hsl(var(--primary) / 0.1);
|
|
2299
2299
|
}
|
|
2300
|
+
.bg-primary\/15 {
|
|
2301
|
+
background-color: hsl(var(--primary) / 0.15);
|
|
2302
|
+
}
|
|
2300
2303
|
.bg-primary\/20 {
|
|
2301
2304
|
background-color: hsl(var(--primary) / 0.2);
|
|
2302
2305
|
}
|
|
@@ -2881,6 +2884,9 @@ body {
|
|
|
2881
2884
|
.text-\[10px\] {
|
|
2882
2885
|
font-size: 10px;
|
|
2883
2886
|
}
|
|
2887
|
+
.text-\[11px\] {
|
|
2888
|
+
font-size: 11px;
|
|
2889
|
+
}
|
|
2884
2890
|
.text-base {
|
|
2885
2891
|
font-size: 1rem;
|
|
2886
2892
|
line-height: 1.5rem;
|