@wizishop/angular-components 15.1.134 → 15.1.135

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.
@@ -567,6 +567,7 @@ $wac-tab-colunm-blue: #3ba6ec!default;.zindexToggle {
567
567
  &.is-top {
568
568
  top: 0;
569
569
  width: fit-content;
570
+ transition: opacity .3s ease;
570
571
  &.small {
571
572
  top: 30px;
572
573
  }
@@ -9083,7 +9084,16 @@ span.wac-tooltip {
9083
9084
  }
9084
9085
  }
9085
9086
 
9086
- h1.wac-h1 {
9087
+ h2.wac-h2 {
9088
+ font-size: rem(18);
9089
+ line-height: rem(21);
9090
+ font-weight: 500;
9091
+ color: $wac-main-text;
9092
+
9093
+ &.no-margin {
9094
+ margin: 0 !important;
9095
+ }
9096
+ }h1.wac-h1 {
9087
9097
  font-size: rem(30);
9088
9098
  line-height: rem(35);
9089
9099
  font-weight: 600;
@@ -9115,16 +9125,7 @@ h1.wac-h1 {
9115
9125
  font-weight: normal;
9116
9126
  }
9117
9127
  }
9118
- h2.wac-h2 {
9119
- font-size: rem(18);
9120
- line-height: rem(21);
9121
- font-weight: 500;
9122
- color: $wac-main-text;
9123
-
9124
- &.no-margin {
9125
- margin: 0 !important;
9126
- }
9127
- }h3.wac-h3 {
9128
+ h3.wac-h3 {
9128
9129
  font-size: rem(16);
9129
9130
  line-height: rem(19);
9130
9131
  font-weight: 500;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "15.1.134",
3
+ "version": "15.1.135",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~15.0.2",
6
6
  "@angular/cdk": "^15.0.1",