@ziadshalaby/ngx-zs-component 2.0.0 → 2.0.1

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
@@ -383,9 +383,15 @@
383
383
  .zs\:z-200 {
384
384
  z-index: 200;
385
385
  }
386
+ .zs\:z-400 {
387
+ z-index: 400;
388
+ }
386
389
  .zs\:z-600 {
387
390
  z-index: 600;
388
391
  }
392
+ .zs\:z-700 {
393
+ z-index: 700;
394
+ }
389
395
  .zs\:z-800 {
390
396
  z-index: 800;
391
397
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ziadshalaby/ngx-zs-component",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0"