@taiga-ui/addon-commerce 5.7.0 → 5.8.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.7.0\"]) .t-payment-system:not(:first-child){display:none}tui-textfield:where(*[data-tui-version=\"5.7.0\"]) .t-payment-system{inline-size:1.5rem}tui-textfield[data-size=l]:where(*[data-tui-version=\"5.7.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 }); }
51
+ `, isInline: true, styles: ["tui-textfield:where(*[data-tui-version=\"5.8.0\"]) .t-payment-system:not(:first-child){display:none}tui-textfield:where(*[data-tui-version=\"5.8.0\"]) .t-payment-system{inline-size:1.5rem}tui-textfield[data-size=l]:where(*[data-tui-version=\"5.8.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.21", ngImport: i0, type: TuiInputCardComponent, decorators: [{
54
54
  type: Component,
@@ -66,7 +66,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.21", ngImpo
66
66
  inputmode: 'numeric',
67
67
  ngSkipHydration: 'true',
68
68
  placeholder: '0000 0000 0000 0000',
69
- }, styles: ["tui-textfield:where(*[data-tui-version=\"5.7.0\"]) .t-payment-system:not(:first-child){display:none}tui-textfield:where(*[data-tui-version=\"5.7.0\"]) .t-payment-system{inline-size:1.5rem}tui-textfield[data-size=l]:where(*[data-tui-version=\"5.7.0\"]) .t-payment-system{inline-size:2rem}\n"] }]
69
+ }, styles: ["tui-textfield:where(*[data-tui-version=\"5.8.0\"]) .t-payment-system:not(:first-child){display:none}tui-textfield:where(*[data-tui-version=\"5.8.0\"]) .t-payment-system{inline-size:1.5rem}tui-textfield[data-size=l]:where(*[data-tui-version=\"5.8.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.7.0",
3
+ "version": "5.8.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.3.0",
41
- "@taiga-ui/cdk": "5.7.0",
42
- "@taiga-ui/core": "5.7.0",
43
- "@taiga-ui/i18n": "5.7.0",
44
- "@taiga-ui/kit": "5.7.0",
41
+ "@taiga-ui/cdk": "5.8.0",
42
+ "@taiga-ui/core": "5.8.0",
43
+ "@taiga-ui/i18n": "5.8.0",
44
+ "@taiga-ui/kit": "5.8.0",
45
45
  "@taiga-ui/polymorpheus": "^5.0.1",
46
46
  "rxjs": ">=7.0.0"
47
47
  },
@@ -55,6 +55,10 @@
55
55
  "types": "./index.d.ts",
56
56
  "default": "./fesm2022/taiga-ui-addon-commerce.mjs"
57
57
  },
58
+ "./components": {
59
+ "types": "./components/index.d.ts",
60
+ "default": "./fesm2022/taiga-ui-addon-commerce-components.mjs"
61
+ },
58
62
  "./constants": {
59
63
  "types": "./constants/index.d.ts",
60
64
  "default": "./fesm2022/taiga-ui-addon-commerce-constants.mjs"
@@ -63,10 +67,6 @@
63
67
  "types": "./pipes/index.d.ts",
64
68
  "default": "./fesm2022/taiga-ui-addon-commerce-pipes.mjs"
65
69
  },
66
- "./components": {
67
- "types": "./components/index.d.ts",
68
- "default": "./fesm2022/taiga-ui-addon-commerce-components.mjs"
69
- },
70
70
  "./tokens": {
71
71
  "types": "./tokens/index.d.ts",
72
72
  "default": "./fesm2022/taiga-ui-addon-commerce-tokens.mjs"
@@ -75,41 +75,41 @@
75
75
  "types": "./types/index.d.ts",
76
76
  "default": "./fesm2022/taiga-ui-addon-commerce-types.mjs"
77
77
  },
78
+ "./validators": {
79
+ "types": "./validators/index.d.ts",
80
+ "default": "./fesm2022/taiga-ui-addon-commerce-validators.mjs"
81
+ },
82
+ "./components/input-card": {
83
+ "types": "./components/input-card/index.d.ts",
84
+ "default": "./fesm2022/taiga-ui-addon-commerce-components-input-card.mjs"
85
+ },
78
86
  "./utils": {
79
87
  "types": "./utils/index.d.ts",
80
88
  "default": "./fesm2022/taiga-ui-addon-commerce-utils.mjs"
81
89
  },
82
- "./validators": {
83
- "types": "./validators/index.d.ts",
84
- "default": "./fesm2022/taiga-ui-addon-commerce-validators.mjs"
90
+ "./components/input-card-group": {
91
+ "types": "./components/input-card-group/index.d.ts",
92
+ "default": "./fesm2022/taiga-ui-addon-commerce-components-input-card-group.mjs"
93
+ },
94
+ "./components/thumbnail-card": {
95
+ "types": "./components/thumbnail-card/index.d.ts",
96
+ "default": "./fesm2022/taiga-ui-addon-commerce-components-thumbnail-card.mjs"
85
97
  },
86
98
  "./pipes/amount": {
87
99
  "types": "./pipes/amount/index.d.ts",
88
100
  "default": "./fesm2022/taiga-ui-addon-commerce-pipes-amount.mjs"
89
101
  },
90
- "./pipes/decimal": {
91
- "types": "./pipes/decimal/index.d.ts",
92
- "default": "./fesm2022/taiga-ui-addon-commerce-pipes-decimal.mjs"
93
- },
94
102
  "./pipes/currency": {
95
103
  "types": "./pipes/currency/index.d.ts",
96
104
  "default": "./fesm2022/taiga-ui-addon-commerce-pipes-currency.mjs"
97
105
  },
106
+ "./pipes/decimal": {
107
+ "types": "./pipes/decimal/index.d.ts",
108
+ "default": "./fesm2022/taiga-ui-addon-commerce-pipes-decimal.mjs"
109
+ },
98
110
  "./pipes/format-card": {
99
111
  "types": "./pipes/format-card/index.d.ts",
100
112
  "default": "./fesm2022/taiga-ui-addon-commerce-pipes-format-card.mjs"
101
- },
102
- "./components/input-card-group": {
103
- "types": "./components/input-card-group/index.d.ts",
104
- "default": "./fesm2022/taiga-ui-addon-commerce-components-input-card-group.mjs"
105
- },
106
- "./components/input-card": {
107
- "types": "./components/input-card/index.d.ts",
108
- "default": "./fesm2022/taiga-ui-addon-commerce-components-input-card.mjs"
109
- },
110
- "./components/thumbnail-card": {
111
- "types": "./components/thumbnail-card/index.d.ts",
112
- "default": "./fesm2022/taiga-ui-addon-commerce-components-thumbnail-card.mjs"
113
113
  }
114
114
  },
115
115
  "sideEffects": false,