@wizishop/angular-components 0.0.177 → 0.0.178
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/angular-components.scss +6 -108
- package/bundles/wizishop-angular-components.umd.js +1 -1
- package/bundles/wizishop-angular-components.umd.js.map +1 -1
- package/bundles/wizishop-angular-components.umd.min.js +1 -1
- package/bundles/wizishop-angular-components.umd.min.js.map +1 -1
- package/esm2015/lib/components/card-price/card-price.component.js +2 -2
- package/fesm2015/wizishop-angular-components.js +1 -1
- package/fesm2015/wizishop-angular-components.js.map +1 -1
- package/package.json +1 -1
- package/wizishop-angular-components-0.0.178.tgz +0 -0
- package/wizishop-angular-components.metadata.json +1 -1
- package/wizishop-angular-components-0.0.177.tgz +0 -0
package/angular-components.scss
CHANGED
|
@@ -3857,9 +3857,14 @@ span.wac-tooltip {
|
|
|
3857
3857
|
background-color: $wac-white;
|
|
3858
3858
|
display: flex;
|
|
3859
3859
|
flex-direction: column;
|
|
3860
|
+
border: 1px solid $wac-white;
|
|
3860
3861
|
|
|
3861
3862
|
box-shadow: 0 rem(2) rem(5) rgba(45, 62, 85, 0.05);
|
|
3862
3863
|
|
|
3864
|
+
&.selected {
|
|
3865
|
+
border: 1px solid ;
|
|
3866
|
+
}
|
|
3867
|
+
|
|
3863
3868
|
&:hover {
|
|
3864
3869
|
box-shadow: 0 rem(2) rem(5) rgba(45, 62, 85, 0.2);
|
|
3865
3870
|
}
|
|
@@ -4841,23 +4846,6 @@ h4.wac-h4 {
|
|
|
4841
4846
|
transition: background-color 0.3s ease-in-out;
|
|
4842
4847
|
}
|
|
4843
4848
|
}
|
|
4844
|
-
|
|
4845
|
-
&.disabled {
|
|
4846
|
-
background-color: $wac-wizishop-blue-button-disabled;
|
|
4847
|
-
border-color: $wac-wizishop-blue-button-disabled;
|
|
4848
|
-
transition: 0s;
|
|
4849
|
-
cursor: default;
|
|
4850
|
-
.wac-button__wrapper, .wac-button__animation {
|
|
4851
|
-
color: $wac-white;
|
|
4852
|
-
}
|
|
4853
|
-
&:hover,
|
|
4854
|
-
&:focus,
|
|
4855
|
-
&.hover,
|
|
4856
|
-
&.focus {
|
|
4857
|
-
background-color: $wac-wizishop-blue-button-disabled;
|
|
4858
|
-
border-color: $wac-wizishop-blue-button-disabled;
|
|
4859
|
-
}
|
|
4860
|
-
}
|
|
4861
4849
|
}
|
|
4862
4850
|
|
|
4863
4851
|
&.is-orange {
|
|
@@ -4923,23 +4911,6 @@ h4.wac-h4 {
|
|
|
4923
4911
|
transition: background-color 0.3s ease-in-out;
|
|
4924
4912
|
}
|
|
4925
4913
|
}
|
|
4926
|
-
|
|
4927
|
-
&.disabled {
|
|
4928
|
-
background-color: $wac-orange-color-disabled;
|
|
4929
|
-
border-color: $wac-orange-color-disabled;
|
|
4930
|
-
transition: 0s;
|
|
4931
|
-
cursor: default;
|
|
4932
|
-
.wac-button__wrapper, .wac-button__animation {
|
|
4933
|
-
color: $wac-white;
|
|
4934
|
-
}
|
|
4935
|
-
&:hover,
|
|
4936
|
-
&:focus,
|
|
4937
|
-
&.hover,
|
|
4938
|
-
&.focus {
|
|
4939
|
-
background-color: $wac-orange-color-disabled;
|
|
4940
|
-
border-color: $wac-orange-color-disabled;
|
|
4941
|
-
}
|
|
4942
|
-
}
|
|
4943
4914
|
}
|
|
4944
4915
|
|
|
4945
4916
|
&.is-pink {
|
|
@@ -5005,23 +4976,6 @@ h4.wac-h4 {
|
|
|
5005
4976
|
transition: background-color 0.3s ease-in-out;
|
|
5006
4977
|
}
|
|
5007
4978
|
}
|
|
5008
|
-
|
|
5009
|
-
&.disabled {
|
|
5010
|
-
background-color: $wac-pink-color-disabled;
|
|
5011
|
-
border-color: $wac-pink-color-disabled;
|
|
5012
|
-
transition: 0s;
|
|
5013
|
-
cursor: default;
|
|
5014
|
-
.wac-button__wrapper, .wac-button__animation {
|
|
5015
|
-
color: $wac-white;
|
|
5016
|
-
}
|
|
5017
|
-
&:hover,
|
|
5018
|
-
&:focus,
|
|
5019
|
-
&.hover,
|
|
5020
|
-
&.focus {
|
|
5021
|
-
background-color: $wac-pink-color-disabled;
|
|
5022
|
-
border-color: $wac-pink-color-disabled;
|
|
5023
|
-
}
|
|
5024
|
-
}
|
|
5025
4979
|
}
|
|
5026
4980
|
|
|
5027
4981
|
&.is-grey {
|
|
@@ -5139,21 +5093,6 @@ h4.wac-h4 {
|
|
|
5139
5093
|
transition: background-color 0.3s ease-in-out;
|
|
5140
5094
|
}
|
|
5141
5095
|
}
|
|
5142
|
-
|
|
5143
|
-
&.disabled {
|
|
5144
|
-
background-color: $wac-background-color-disabled;
|
|
5145
|
-
border-color: $wac-background-color-disabled;
|
|
5146
|
-
transition: 0s;
|
|
5147
|
-
cursor: default;
|
|
5148
|
-
|
|
5149
|
-
&:hover,
|
|
5150
|
-
&:focus,
|
|
5151
|
-
&.hover,
|
|
5152
|
-
&.focus {
|
|
5153
|
-
background-color: $wac-background-color-disabled;
|
|
5154
|
-
border-color: $wac-background-color-disabled;
|
|
5155
|
-
}
|
|
5156
|
-
}
|
|
5157
5096
|
}
|
|
5158
5097
|
|
|
5159
5098
|
&.is-danger {
|
|
@@ -5270,25 +5209,6 @@ h4.wac-h4 {
|
|
|
5270
5209
|
border-color: $wac-primary-button;
|
|
5271
5210
|
}
|
|
5272
5211
|
}
|
|
5273
|
-
|
|
5274
|
-
&.disabled {
|
|
5275
|
-
background-color: $wac-primary-button-disabled;
|
|
5276
|
-
border-color: $wac-primary-button-disabled;
|
|
5277
|
-
transition: 0s;
|
|
5278
|
-
cursor: default;
|
|
5279
|
-
|
|
5280
|
-
.wac-button__wrapper, .wac-button__animation {
|
|
5281
|
-
color: $wac-white;
|
|
5282
|
-
}
|
|
5283
|
-
|
|
5284
|
-
&:hover,
|
|
5285
|
-
&:focus,
|
|
5286
|
-
&.hover,
|
|
5287
|
-
&.focus {
|
|
5288
|
-
background-color: $wac-primary-button-disabled;
|
|
5289
|
-
border-color: $wac-primary-button-disabled;
|
|
5290
|
-
}
|
|
5291
|
-
}
|
|
5292
5212
|
}
|
|
5293
5213
|
|
|
5294
5214
|
&.is-success {
|
|
@@ -5404,23 +5324,6 @@ h4.wac-h4 {
|
|
|
5404
5324
|
border-color: $wac-green-color;
|
|
5405
5325
|
}
|
|
5406
5326
|
}
|
|
5407
|
-
&.disabled {
|
|
5408
|
-
background-color: $wac-green-color-disabled;
|
|
5409
|
-
border-color: $wac-green-color-disabled;
|
|
5410
|
-
transition: 0s;
|
|
5411
|
-
cursor: default;
|
|
5412
|
-
|
|
5413
|
-
.wac-button__wrapper, .wac-button__animation {
|
|
5414
|
-
color: $wac-white;
|
|
5415
|
-
}
|
|
5416
|
-
|
|
5417
|
-
&:hover,
|
|
5418
|
-
&:focus,
|
|
5419
|
-
&.hover,
|
|
5420
|
-
&.focus {
|
|
5421
|
-
background-color: $wac-green-color-disabled;
|
|
5422
|
-
}
|
|
5423
|
-
}
|
|
5424
5327
|
}
|
|
5425
5328
|
|
|
5426
5329
|
&.is-light {
|
|
@@ -5452,12 +5355,7 @@ h4.wac-h4 {
|
|
|
5452
5355
|
}
|
|
5453
5356
|
|
|
5454
5357
|
&.disabled {
|
|
5455
|
-
|
|
5456
|
-
border-color: $wac-border-form;
|
|
5457
|
-
|
|
5458
|
-
.wac-button__wrapper, .wac-button__animation {
|
|
5459
|
-
color: $wac-disabled-button-text;
|
|
5460
|
-
}
|
|
5358
|
+
opacity: .7!important;
|
|
5461
5359
|
}
|
|
5462
5360
|
|
|
5463
5361
|
&.is-outlined {
|
|
@@ -4277,7 +4277,7 @@
|
|
|
4277
4277
|
CardPriceComponent.decorators = [
|
|
4278
4278
|
{ type: i0.Component, args: [{
|
|
4279
4279
|
selector: 'wac-card-price',
|
|
4280
|
-
template: "<div class=\"wac-card-price\" [ngClass]=\"{'selected': selected}\">\n <strong>{{amount}}</strong>\n <p>{{title}}</p>\n <div class=\"price\">\n <span class=\"amount\">{{price}} <span>{{currency}}</span></span><span class=\"month\">{{priceWording}}</span>\n </div>\n <div class=\"subtitle\">{{subtitle}}</div>\n <div class=\"cta\" *ngIf=\"!selected\">\n <wac-button [label]=\"btnLabel\" [extraClasses]=\"extraClasses\" (click)=\"triggerClick()\" [disabled]=\"disabled\" [whiteSpaceNowrap]=\"true\" [textcolor]=\"btnTextcolor\" *ngIf=\"!hideButton\"></wac-button>\n </div>\n <div class=\"cta\" *ngIf=\"selected\">\n <wac-button [icon]=\"'fa-solid fa-check'\" [label]=\"btnLabelSelected\" [extraClasses]=\"extraClassesSelected\" [whiteSpaceNowrap]=\"true\" *ngIf=\"!hideButton\"></wac-button>\n </div>\n <div class=\"package-subtitle\" *ngIf=\"
|
|
4280
|
+
template: "<div class=\"wac-card-price\" [ngClass]=\"{'selected': selected}\">\n <strong>{{amount}}</strong>\n <p>{{title}}</p>\n <div class=\"price\">\n <span class=\"amount\">{{price}} <span>{{currency}}</span></span><span class=\"month\">{{priceWording}}</span>\n </div>\n <div class=\"subtitle\">{{subtitle}}</div>\n <div class=\"cta\" *ngIf=\"!selected\">\n <wac-button [label]=\"btnLabel\" [extraClasses]=\"extraClasses\" (click)=\"triggerClick()\" [disabled]=\"disabled\" [whiteSpaceNowrap]=\"true\" [textcolor]=\"btnTextcolor\" *ngIf=\"!hideButton\"></wac-button>\n </div>\n <div class=\"cta\" *ngIf=\"selected\">\n <wac-button [icon]=\"'fa-solid fa-check'\" [label]=\"btnLabelSelected\" [extraClasses]=\"extraClassesSelected\" [whiteSpaceNowrap]=\"true\" *ngIf=\"!hideButton\"></wac-button>\n </div>\n <div class=\"package-subtitle\" *ngIf=\"selected\">{{packageSubtitle}}</div>\n <div class=\"link-bottom\" *ngIf=\"selected\">\n <wac-link (click)=\"removePackageTrigger()\">{{linkPackageLabel}}</wac-link>\n </div>\n</div>\n"
|
|
4281
4281
|
},] }
|
|
4282
4282
|
];
|
|
4283
4283
|
CardPriceComponent.ctorParameters = function () { return []; };
|