@wizishop/angular-components 0.0.241 → 0.0.244
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 +2 -2
- 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/content-with-buttons/content-with-buttons.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.244.tgz +0 -0
- package/wizishop-angular-components.metadata.json +1 -1
- package/wizishop-angular-components-0.0.241.tgz +0 -0
package/angular-components.scss
CHANGED
|
@@ -2186,7 +2186,7 @@ $wac-subtitle-color: #7A87A1!default;
|
|
|
2186
2186
|
}
|
|
2187
2187
|
&__text {
|
|
2188
2188
|
width: 100%;
|
|
2189
|
-
max-width: calc(100% -
|
|
2189
|
+
max-width: calc(100% - 100px);
|
|
2190
2190
|
&__count {
|
|
2191
2191
|
margin: 0;
|
|
2192
2192
|
width: 100%;
|
|
@@ -3478,7 +3478,7 @@ $wac-subtitle-color: #7A87A1!default;
|
|
|
3478
3478
|
.wac-token-check {
|
|
3479
3479
|
display: inline-block;
|
|
3480
3480
|
position: relative;
|
|
3481
|
-
padding:
|
|
3481
|
+
padding: 11px 20px;
|
|
3482
3482
|
border-style: solid;
|
|
3483
3483
|
border-width: 1px;
|
|
3484
3484
|
border-radius: 3px;
|
|
@@ -4583,7 +4583,7 @@
|
|
|
4583
4583
|
ContentWithButtonsComponent.decorators = [
|
|
4584
4584
|
{ type: i0.Component, args: [{
|
|
4585
4585
|
selector: 'wac-content-with-buttons',
|
|
4586
|
-
template: "<div class=\"wac-content-with-buttons\">\n <div class=\"wac-content-with-buttons__text\">\n <div id=\"{{randomLabelName}}\">\n <ng-content></ng-content>\n </div>\n <div class=\"wac-content-with-buttons__text__count\" *ngIf=\"count && countIsReady\">\n <span>{{ countWords }} {{ countWordsLabel }} - {{ countCharacter }} {{ countCharacterLabel }}</span>\n <span><wac-link (click)=\"$event.preventDefault();\" (mousedown)=\"$event.preventDefault();eventReport();\" fontSize=\"12px\">{{ reportLabel }}</wac-link></span>\n </div>\n </div>\n <div class=\"wac-content-with-buttons__cta\">\n <div><wac-button extraClasses=\"is-blue opacity static-width\" [iconFontSize]=\"18\" [icon]=\"iconCopy\" (click)=\"eventCopy()\" [tooltip]=\"tooltipCopy\" [tooltipPosition]=\"'top-center'\" [
|
|
4586
|
+
template: "<div class=\"wac-content-with-buttons\">\n <div class=\"wac-content-with-buttons__text\">\n <div id=\"{{randomLabelName}}\">\n <ng-content></ng-content>\n </div>\n <div class=\"wac-content-with-buttons__text__count\" *ngIf=\"count && countIsReady\">\n <span>{{ countWords }} {{ countWordsLabel }} - {{ countCharacter }} {{ countCharacterLabel }}</span>\n <span><wac-link (click)=\"$event.preventDefault();\" (mousedown)=\"$event.preventDefault();eventReport();\" fontSize=\"12px\">{{ reportLabel }}</wac-link></span>\n </div>\n </div>\n <div class=\"wac-content-with-buttons__cta\">\n <div><wac-button extraClasses=\"is-blue opacity static-width\" [iconFontSize]=\"18\" [icon]=\"iconCopy\" (click)=\"eventCopy()\" [tooltip]=\"tooltipCopy\" [tooltipPosition]=\"'top-center'\" [tooltipOneline]=\"true\"></wac-button></div>\n <div><wac-button extraClasses=\"is-green opacity static-width\" [iconFontSize]=\"18\" [icon]=\"iconTranslate\" [tooltip]=\"tooltipTranslate\" [tooltipPosition]=\"'top-center'\" [tooltipOneline]=\"true\" (click)=\"eventTranslate()\"></wac-button></div>\n </div>\n</div>\n"
|
|
4587
4587
|
},] }
|
|
4588
4588
|
];
|
|
4589
4589
|
ContentWithButtonsComponent.propDecorators = {
|