@ziadshalaby/ngx-zs-component 3.0.1 → 3.0.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
@@ -1372,9 +1372,6 @@
1372
1372
  .zs\:py-6 {
1373
1373
  padding-block: calc(var(--zs-spacing) * 6);
1374
1374
  }
1375
- .zs\:py-8 {
1376
- padding-block: calc(var(--zs-spacing) * 8);
1377
- }
1378
1375
  .zs\:py-\[calc\(--spacing\(1\.75\)-1px\)\] {
1379
1376
  padding-block: calc(calc(var(--zs-spacing) * 1.75) - 1px);
1380
1377
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ziadshalaby/ngx-zs-component",
3
- "version": "3.0.1",
3
+ "version": "3.0.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0"