@wizishop/angular-components 0.0.178 → 0.0.179
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 +75 -75
- 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.179.tgz +0 -0
- package/wizishop-angular-components.metadata.json +1 -1
- package/wizishop-angular-components-0.0.178.tgz +0 -0
package/angular-components.scss
CHANGED
|
@@ -3541,80 +3541,6 @@ span.wac-tooltip {
|
|
|
3541
3541
|
}
|
|
3542
3542
|
}
|
|
3543
3543
|
}
|
|
3544
|
-
.wac-progressBarContent {
|
|
3545
|
-
position: relative;
|
|
3546
|
-
width: 100%;
|
|
3547
|
-
display: block;
|
|
3548
|
-
.progressBar {
|
|
3549
|
-
position: relative;
|
|
3550
|
-
width: 88%;
|
|
3551
|
-
margin-bottom: 1rem;
|
|
3552
|
-
progress {
|
|
3553
|
-
&.progress {
|
|
3554
|
-
margin-bottom: 0;
|
|
3555
|
-
height: rem(2);
|
|
3556
|
-
&::-webkit-progress-value {
|
|
3557
|
-
transition: width 0.5s ease;
|
|
3558
|
-
}
|
|
3559
|
-
}
|
|
3560
|
-
}
|
|
3561
|
-
span {
|
|
3562
|
-
position: absolute;
|
|
3563
|
-
top: -4px;
|
|
3564
|
-
height: 11px;
|
|
3565
|
-
width: 11px;
|
|
3566
|
-
background-color: $wac-border-color;
|
|
3567
|
-
border-radius: 50%;
|
|
3568
|
-
}
|
|
3569
|
-
.is-danger {
|
|
3570
|
-
background-color: $wac-primary-button;
|
|
3571
|
-
&::-webkit-progress-value {
|
|
3572
|
-
background-color: $wac-primary-button;
|
|
3573
|
-
}
|
|
3574
|
-
}
|
|
3575
|
-
.is-warning {
|
|
3576
|
-
background-color: $wac-orange-color;
|
|
3577
|
-
&::-webkit-progress-value {
|
|
3578
|
-
background-color: $wac-orange-color;
|
|
3579
|
-
}
|
|
3580
|
-
}
|
|
3581
|
-
.is-success {
|
|
3582
|
-
background-color: $wac-green-color;
|
|
3583
|
-
&::-webkit-progress-value {
|
|
3584
|
-
background-color: $wac-green-color;
|
|
3585
|
-
}
|
|
3586
|
-
}
|
|
3587
|
-
}
|
|
3588
|
-
.size {
|
|
3589
|
-
display: inline;
|
|
3590
|
-
color: $wac-color-text-grey;
|
|
3591
|
-
position: absolute;
|
|
3592
|
-
right: 0;
|
|
3593
|
-
top: -9px;
|
|
3594
|
-
background: $wac-white;
|
|
3595
|
-
padding-left: 0.875rem;
|
|
3596
|
-
.is-success {
|
|
3597
|
-
color: $wac-green-color;
|
|
3598
|
-
}
|
|
3599
|
-
.is-warning {
|
|
3600
|
-
color: $wac-orange-color;
|
|
3601
|
-
}
|
|
3602
|
-
.is-danger {
|
|
3603
|
-
color: $wac-primary-button;
|
|
3604
|
-
}
|
|
3605
|
-
> span {
|
|
3606
|
-
font-size: rem(14) !important;
|
|
3607
|
-
line-height: 1;
|
|
3608
|
-
transform: translateY(-3px);
|
|
3609
|
-
display: inline-block;
|
|
3610
|
-
letter-spacing: 0;
|
|
3611
|
-
strong {
|
|
3612
|
-
letter-spacing: 0;
|
|
3613
|
-
font-weight: 600;
|
|
3614
|
-
}
|
|
3615
|
-
}
|
|
3616
|
-
}
|
|
3617
|
-
}
|
|
3618
3544
|
.wac-upload {
|
|
3619
3545
|
width: auto;
|
|
3620
3546
|
&__wrapper {
|
|
@@ -3711,6 +3637,80 @@ span.wac-tooltip {
|
|
|
3711
3637
|
}
|
|
3712
3638
|
}
|
|
3713
3639
|
}
|
|
3640
|
+
.wac-progressBarContent {
|
|
3641
|
+
position: relative;
|
|
3642
|
+
width: 100%;
|
|
3643
|
+
display: block;
|
|
3644
|
+
.progressBar {
|
|
3645
|
+
position: relative;
|
|
3646
|
+
width: 88%;
|
|
3647
|
+
margin-bottom: 1rem;
|
|
3648
|
+
progress {
|
|
3649
|
+
&.progress {
|
|
3650
|
+
margin-bottom: 0;
|
|
3651
|
+
height: rem(2);
|
|
3652
|
+
&::-webkit-progress-value {
|
|
3653
|
+
transition: width 0.5s ease;
|
|
3654
|
+
}
|
|
3655
|
+
}
|
|
3656
|
+
}
|
|
3657
|
+
span {
|
|
3658
|
+
position: absolute;
|
|
3659
|
+
top: -4px;
|
|
3660
|
+
height: 11px;
|
|
3661
|
+
width: 11px;
|
|
3662
|
+
background-color: $wac-border-color;
|
|
3663
|
+
border-radius: 50%;
|
|
3664
|
+
}
|
|
3665
|
+
.is-danger {
|
|
3666
|
+
background-color: $wac-primary-button;
|
|
3667
|
+
&::-webkit-progress-value {
|
|
3668
|
+
background-color: $wac-primary-button;
|
|
3669
|
+
}
|
|
3670
|
+
}
|
|
3671
|
+
.is-warning {
|
|
3672
|
+
background-color: $wac-orange-color;
|
|
3673
|
+
&::-webkit-progress-value {
|
|
3674
|
+
background-color: $wac-orange-color;
|
|
3675
|
+
}
|
|
3676
|
+
}
|
|
3677
|
+
.is-success {
|
|
3678
|
+
background-color: $wac-green-color;
|
|
3679
|
+
&::-webkit-progress-value {
|
|
3680
|
+
background-color: $wac-green-color;
|
|
3681
|
+
}
|
|
3682
|
+
}
|
|
3683
|
+
}
|
|
3684
|
+
.size {
|
|
3685
|
+
display: inline;
|
|
3686
|
+
color: $wac-color-text-grey;
|
|
3687
|
+
position: absolute;
|
|
3688
|
+
right: 0;
|
|
3689
|
+
top: -9px;
|
|
3690
|
+
background: $wac-white;
|
|
3691
|
+
padding-left: 0.875rem;
|
|
3692
|
+
.is-success {
|
|
3693
|
+
color: $wac-green-color;
|
|
3694
|
+
}
|
|
3695
|
+
.is-warning {
|
|
3696
|
+
color: $wac-orange-color;
|
|
3697
|
+
}
|
|
3698
|
+
.is-danger {
|
|
3699
|
+
color: $wac-primary-button;
|
|
3700
|
+
}
|
|
3701
|
+
> span {
|
|
3702
|
+
font-size: rem(14) !important;
|
|
3703
|
+
line-height: 1;
|
|
3704
|
+
transform: translateY(-3px);
|
|
3705
|
+
display: inline-block;
|
|
3706
|
+
letter-spacing: 0;
|
|
3707
|
+
strong {
|
|
3708
|
+
letter-spacing: 0;
|
|
3709
|
+
font-weight: 600;
|
|
3710
|
+
}
|
|
3711
|
+
}
|
|
3712
|
+
}
|
|
3713
|
+
}
|
|
3714
3714
|
.block-with-checkbox {
|
|
3715
3715
|
width: 100%;
|
|
3716
3716
|
display: flex;
|
|
@@ -3862,7 +3862,7 @@ span.wac-tooltip {
|
|
|
3862
3862
|
box-shadow: 0 rem(2) rem(5) rgba(45, 62, 85, 0.05);
|
|
3863
3863
|
|
|
3864
3864
|
&.selected {
|
|
3865
|
-
border: 1px solid ;
|
|
3865
|
+
border: 1px solid $wac-tag-success;
|
|
3866
3866
|
}
|
|
3867
3867
|
|
|
3868
3868
|
&:hover {
|
|
@@ -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\"
|
|
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 && !hideButton\">\n <wac-button [label]=\"btnLabel\" [extraClasses]=\"extraClasses\" (click)=\"triggerClick()\" [disabled]=\"disabled\" [whiteSpaceNowrap]=\"true\" [textcolor]=\"btnTextcolor\"></wac-button>\n </div>\n <div class=\"cta\" *ngIf=\"selected && !hideButton\">\n <wac-button [icon]=\"'fa-solid fa-check'\" [label]=\"btnLabelSelected\" [extraClasses]=\"extraClassesSelected\" [whiteSpaceNowrap]=\"true\"></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 []; };
|