@ziadshalaby/ngx-zs-component 3.2.21 → 3.2.23
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/index.d.ts
CHANGED
|
@@ -478,7 +478,7 @@ declare class Navbar {
|
|
|
478
478
|
readonly moreNavItems: Signal<NavbarItem[]>;
|
|
479
479
|
readonly mobileNavItems: Signal<NavbarItem[]>;
|
|
480
480
|
readonly getUserMenuItems: Signal<NavbarItem[]>;
|
|
481
|
-
readonly desktopVisibilityClass: Signal<"zs:xs:flex" | "zs:sm:flex" | "zs:md:flex" | "zs:lg:flex" | "zs:xl:flex"
|
|
481
|
+
readonly desktopVisibilityClass: Signal<"" | "zs:xs:flex" | "zs:sm:flex" | "zs:md:flex" | "zs:lg:flex" | "zs:xl:flex">;
|
|
482
482
|
readonly desktopVisibilityClassBlock: Signal<"" | "zs:xs:block" | "zs:sm:block" | "zs:md:block" | "zs:lg:block" | "zs:xl:block">;
|
|
483
483
|
readonly desktopHiddenClass: Signal<"" | "zs:xs:hidden" | "zs:sm:hidden" | "zs:md:hidden" | "zs:lg:hidden" | "zs:xl:hidden">;
|
|
484
484
|
private toNavbarItem;
|
package/output.css
CHANGED
|
@@ -634,9 +634,6 @@
|
|
|
634
634
|
.zs\:min-h-\[88vh\] {
|
|
635
635
|
min-height: 88vh;
|
|
636
636
|
}
|
|
637
|
-
.zs\:min-h-\[90vh\] {
|
|
638
|
-
min-height: 90vh;
|
|
639
|
-
}
|
|
640
637
|
.zs\:w-1 {
|
|
641
638
|
width: calc(var(--zs-spacing) * 1);
|
|
642
639
|
}
|
|
@@ -673,8 +670,8 @@
|
|
|
673
670
|
.zs\:w-64 {
|
|
674
671
|
width: calc(var(--zs-spacing) * 64);
|
|
675
672
|
}
|
|
676
|
-
.zs\:w-\[
|
|
677
|
-
width:
|
|
673
|
+
.zs\:w-\[80vw\] {
|
|
674
|
+
width: 80vw;
|
|
678
675
|
}
|
|
679
676
|
.zs\:w-auto {
|
|
680
677
|
width: auto;
|
|
@@ -2602,9 +2599,9 @@
|
|
|
2602
2599
|
height: calc(var(--zs-spacing) * 10);
|
|
2603
2600
|
}
|
|
2604
2601
|
}
|
|
2605
|
-
.zs\:sm\:w-\[
|
|
2602
|
+
.zs\:sm\:w-\[65vw\] {
|
|
2606
2603
|
@media (width >= 40rem) {
|
|
2607
|
-
width:
|
|
2604
|
+
width: 65vw;
|
|
2608
2605
|
}
|
|
2609
2606
|
}
|
|
2610
2607
|
.zs\:sm\:gap-x-6 {
|
|
@@ -2675,9 +2672,9 @@
|
|
|
2675
2672
|
display: none;
|
|
2676
2673
|
}
|
|
2677
2674
|
}
|
|
2678
|
-
.zs\:lg\:w-\[
|
|
2675
|
+
.zs\:lg\:w-\[28vw\] {
|
|
2679
2676
|
@media (width >= 64rem) {
|
|
2680
|
-
width:
|
|
2677
|
+
width: 28vw;
|
|
2681
2678
|
}
|
|
2682
2679
|
}
|
|
2683
2680
|
.zs\:lg\:gap-x-10 {
|
|
@@ -2705,9 +2702,14 @@
|
|
|
2705
2702
|
display: none;
|
|
2706
2703
|
}
|
|
2707
2704
|
}
|
|
2708
|
-
.zs\:xl\:w-\[
|
|
2705
|
+
.zs\:xl\:w-\[22vw\] {
|
|
2709
2706
|
@media (width >= 80rem) {
|
|
2710
|
-
width:
|
|
2707
|
+
width: 22vw;
|
|
2708
|
+
}
|
|
2709
|
+
}
|
|
2710
|
+
.zs\:2xl\:w-\[18vw\] {
|
|
2711
|
+
@media (width >= 96rem) {
|
|
2712
|
+
width: 18vw;
|
|
2711
2713
|
}
|
|
2712
2714
|
}
|
|
2713
2715
|
.zs\:dark\:border-amber-400 {
|