@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 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;