@taiga-ui/addon-commerce 5.13.0-canary.218ddec → 5.13.0-canary.e5613dc

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.
@@ -30,7 +30,7 @@ class TuiInputCardContent {
30
30
  });
31
31
  }
32
32
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: TuiInputCardContent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
33
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.25", type: TuiInputCardContent, isStandalone: true, selector: "tui-input-card-content", host: { attributes: { "data-tui-version": "5.13.0-canary.218ddec" } }, ngImport: i0, template: `
33
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.25", type: TuiInputCardContent, isStandalone: true, selector: "tui-input-card-content", host: { attributes: { "data-tui-version": "5.13.0-canary.e5613dc" } }, ngImport: i0, template: `
34
34
  @if (image()) {
35
35
  <img
36
36
  alt=""
@@ -38,7 +38,7 @@ class TuiInputCardContent {
38
38
  [src]="image() | tuiIcon"
39
39
  />
40
40
  }
41
- `, isInline: true, styles: ["tui-input-card-content:where(*[data-tui-version=\"5.13.0-canary.218ddec\"]){display:contents}tui-textfield:where(*[data-tui-version=\"5.13.0-canary.218ddec\"]) .t-payment-system:not(:first-child){display:none}tui-textfield:where(*[data-tui-version=\"5.13.0-canary.218ddec\"]) .t-payment-system{inline-size:1.5rem}tui-textfield[data-size=l]:where(*[data-tui-version=\"5.13.0-canary.218ddec\"]) .t-payment-system{inline-size:2rem}\n"], dependencies: [{ kind: "pipe", type: TuiIconPipe, name: "tuiIcon" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
41
+ `, isInline: true, styles: ["tui-input-card-content:where(*[data-tui-version=\"5.13.0-canary.e5613dc\"]){display:contents}tui-textfield:where(*[data-tui-version=\"5.13.0-canary.e5613dc\"]) .t-payment-system:not(:first-child){display:none}tui-textfield:where(*[data-tui-version=\"5.13.0-canary.e5613dc\"]) .t-payment-system{inline-size:1.5rem}tui-textfield[data-size=l]:where(*[data-tui-version=\"5.13.0-canary.e5613dc\"]) .t-payment-system{inline-size:2rem}\n"], dependencies: [{ kind: "pipe", type: TuiIconPipe, name: "tuiIcon" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
42
42
  }
43
43
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: TuiInputCardContent, decorators: [{
44
44
  type: Component,
@@ -50,7 +50,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
50
50
  [src]="image() | tuiIcon"
51
51
  />
52
52
  }
53
- `, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, host: { 'data-tui-version': TUI_VERSION }, styles: ["tui-input-card-content:where(*[data-tui-version=\"5.13.0-canary.218ddec\"]){display:contents}tui-textfield:where(*[data-tui-version=\"5.13.0-canary.218ddec\"]) .t-payment-system:not(:first-child){display:none}tui-textfield:where(*[data-tui-version=\"5.13.0-canary.218ddec\"]) .t-payment-system{inline-size:1.5rem}tui-textfield[data-size=l]:where(*[data-tui-version=\"5.13.0-canary.218ddec\"]) .t-payment-system{inline-size:2rem}\n"] }]
53
+ `, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, host: { 'data-tui-version': TUI_VERSION }, styles: ["tui-input-card-content:where(*[data-tui-version=\"5.13.0-canary.e5613dc\"]){display:contents}tui-textfield:where(*[data-tui-version=\"5.13.0-canary.e5613dc\"]) .t-payment-system:not(:first-child){display:none}tui-textfield:where(*[data-tui-version=\"5.13.0-canary.e5613dc\"]) .t-payment-system{inline-size:1.5rem}tui-textfield[data-size=l]:where(*[data-tui-version=\"5.13.0-canary.e5613dc\"]) .t-payment-system{inline-size:2rem}\n"] }]
54
54
  }] });
55
55
 
56
56
  // TODO(v6): rename to TuiInputCardDirective
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/addon-commerce",
3
- "version": "5.13.0-canary.218ddec",
3
+ "version": "5.13.0-canary.e5613dc",
4
4
  "description": "Extension package for Taiga UI related to commerce, payment systems, currencies etc.",
5
5
  "keywords": [
6
6
  "angular",
@@ -59,14 +59,14 @@
59
59
  "types": "./components/index.d.ts",
60
60
  "default": "./fesm2022/taiga-ui-addon-commerce-components.mjs"
61
61
  },
62
- "./constants": {
63
- "types": "./constants/index.d.ts",
64
- "default": "./fesm2022/taiga-ui-addon-commerce-constants.mjs"
65
- },
66
62
  "./pipes": {
67
63
  "types": "./pipes/index.d.ts",
68
64
  "default": "./fesm2022/taiga-ui-addon-commerce-pipes.mjs"
69
65
  },
66
+ "./constants": {
67
+ "types": "./constants/index.d.ts",
68
+ "default": "./fesm2022/taiga-ui-addon-commerce-constants.mjs"
69
+ },
70
70
  "./tokens": {
71
71
  "types": "./tokens/index.d.ts",
72
72
  "default": "./fesm2022/taiga-ui-addon-commerce-tokens.mjs"
@@ -75,17 +75,17 @@
75
75
  "types": "./types/index.d.ts",
76
76
  "default": "./fesm2022/taiga-ui-addon-commerce-types.mjs"
77
77
  },
78
- "./utils": {
79
- "types": "./utils/index.d.ts",
80
- "default": "./fesm2022/taiga-ui-addon-commerce-utils.mjs"
78
+ "./components/input-card": {
79
+ "types": "./components/input-card/index.d.ts",
80
+ "default": "./fesm2022/taiga-ui-addon-commerce-components-input-card.mjs"
81
81
  },
82
82
  "./validators": {
83
83
  "types": "./validators/index.d.ts",
84
84
  "default": "./fesm2022/taiga-ui-addon-commerce-validators.mjs"
85
85
  },
86
- "./components/input-card": {
87
- "types": "./components/input-card/index.d.ts",
88
- "default": "./fesm2022/taiga-ui-addon-commerce-components-input-card.mjs"
86
+ "./utils": {
87
+ "types": "./utils/index.d.ts",
88
+ "default": "./fesm2022/taiga-ui-addon-commerce-utils.mjs"
89
89
  },
90
90
  "./components/input-card-group": {
91
91
  "types": "./components/input-card-group/index.d.ts",