@wizishop/angular-components 15.1.133 → 15.1.134

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.
@@ -566,6 +566,18 @@ $wac-tab-colunm-blue: #3ba6ec!default;.zindexToggle {
566
566
 
567
567
  &.is-top {
568
568
  top: 0;
569
+ width: fit-content;
570
+ &.small {
571
+ top: 30px;
572
+ }
573
+ }
574
+
575
+ &.is-top-center {
576
+ top: 0;
577
+ left: 50%;
578
+ transform: translateX(-50%);
579
+ width: fit-content;
580
+ transition: opacity .3s ease;
569
581
  &.small {
570
582
  top: 30px;
571
583
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "15.1.133",
3
+ "version": "15.1.134",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~15.0.2",
6
6
  "@angular/cdk": "^15.0.1",