@taiga-ui/addon-commerce 5.2.0 → 5.3.0
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.
|
@@ -48,7 +48,7 @@ class TuiInputCardComponent {
|
|
|
48
48
|
[src]="image() | tuiIcon"
|
|
49
49
|
/>
|
|
50
50
|
}
|
|
51
|
-
`, isInline: true, styles: ["tui-textfield:where(*[data-tui-version=\"5.
|
|
51
|
+
`, isInline: true, styles: ["tui-textfield:where(*[data-tui-version=\"5.3.0\"]) .t-payment-system:not(:first-child){display:none}tui-textfield:where(*[data-tui-version=\"5.3.0\"]) .t-payment-system{inline-size:1.5rem}tui-textfield[data-size=l]:where(*[data-tui-version=\"5.3.0\"]) .t-payment-system{inline-size:2rem}\n"], dependencies: [{ kind: "pipe", type: TuiIconPipe, name: "tuiIcon" }, { kind: "directive", type: TuiTextfieldContent, selector: "ng-template[tuiTextfieldContent]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
52
52
|
}
|
|
53
53
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: TuiInputCardComponent, decorators: [{
|
|
54
54
|
type: Component,
|
|
@@ -66,7 +66,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
66
66
|
placeholder: '0000 0000 0000 0000',
|
|
67
67
|
ngSkipHydration: 'true',
|
|
68
68
|
autocomplete: 'cc-number',
|
|
69
|
-
}, styles: ["tui-textfield:where(*[data-tui-version=\"5.
|
|
69
|
+
}, styles: ["tui-textfield:where(*[data-tui-version=\"5.3.0\"]) .t-payment-system:not(:first-child){display:none}tui-textfield:where(*[data-tui-version=\"5.3.0\"]) .t-payment-system{inline-size:1.5rem}tui-textfield[data-size=l]:where(*[data-tui-version=\"5.3.0\"]) .t-payment-system{inline-size:2rem}\n"] }]
|
|
70
70
|
}] });
|
|
71
71
|
|
|
72
72
|
class TuiInputCVCDirective {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/addon-commerce",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.0",
|
|
4
4
|
"description": "Extension package for Taiga UI related to commerce, payment systems, currencies etc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
"@maskito/core": "^5.2.2",
|
|
39
39
|
"@maskito/kit": "^5.2.2",
|
|
40
40
|
"@ng-web-apis/common": "^5.2.0",
|
|
41
|
-
"@taiga-ui/cdk": "5.
|
|
42
|
-
"@taiga-ui/core": "5.
|
|
43
|
-
"@taiga-ui/i18n": "5.
|
|
44
|
-
"@taiga-ui/kit": "5.
|
|
41
|
+
"@taiga-ui/cdk": "5.3.0",
|
|
42
|
+
"@taiga-ui/core": "5.3.0",
|
|
43
|
+
"@taiga-ui/i18n": "5.3.0",
|
|
44
|
+
"@taiga-ui/kit": "5.3.0",
|
|
45
45
|
"@taiga-ui/polymorpheus": "^5.0.0",
|
|
46
46
|
"rxjs": ">=7.0.0"
|
|
47
47
|
},
|