@ziadshalaby/ngx-zs-component 3.2.2 → 3.2.3

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/output.css CHANGED
@@ -385,9 +385,6 @@
385
385
  .zs\:left-4 {
386
386
  left: calc(var(--zs-spacing) * 4);
387
387
  }
388
- .zs\:left-6 {
389
- left: calc(var(--zs-spacing) * 6);
390
- }
391
388
  .zs\:z-100 {
392
389
  z-index: 100;
393
390
  }
@@ -662,8 +659,8 @@
662
659
  .zs\:w-24 {
663
660
  width: calc(var(--zs-spacing) * 24);
664
661
  }
665
- .zs\:w-50 {
666
- width: calc(var(--zs-spacing) * 50);
662
+ .zs\:w-54 {
663
+ width: calc(var(--zs-spacing) * 54);
667
664
  }
668
665
  .zs\:w-64 {
669
666
  width: calc(var(--zs-spacing) * 64);
@@ -710,6 +707,9 @@
710
707
  .zs\:min-w-48 {
711
708
  min-width: calc(var(--zs-spacing) * 48);
712
709
  }
710
+ .zs\:min-w-50 {
711
+ min-width: calc(var(--zs-spacing) * 50);
712
+ }
713
713
  .zs\:min-w-56 {
714
714
  min-width: calc(var(--zs-spacing) * 56);
715
715
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ziadshalaby/ngx-zs-component",
3
- "version": "3.2.2",
3
+ "version": "3.2.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0"