@taiga-ui/addon-commerce 5.0.0-canary.8b64ec1 → 5.0.0-canary.a1a3d51
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/package.json +25 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/addon-commerce",
|
|
3
|
-
"version": "5.0.0-canary.
|
|
3
|
+
"version": "5.0.0-canary.a1a3d51",
|
|
4
4
|
"description": "Extension package for Taiga UI related to commerce, payment systems, currencies etc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"@angular/common": ">=19.0.0",
|
|
21
21
|
"@angular/core": ">=19.0.0",
|
|
22
22
|
"@angular/forms": ">=19.0.0",
|
|
23
|
-
"@maskito/angular": "^5.0.
|
|
24
|
-
"@maskito/core": "^5.0.
|
|
25
|
-
"@maskito/kit": "^5.0.
|
|
26
|
-
"@ng-web-apis/common": "^5.0.
|
|
23
|
+
"@maskito/angular": "^5.0.1",
|
|
24
|
+
"@maskito/core": "^5.0.1",
|
|
25
|
+
"@maskito/kit": "^5.0.1",
|
|
26
|
+
"@ng-web-apis/common": "^5.0.2",
|
|
27
27
|
"@taiga-ui/cdk": "^5.0.0-rc.0",
|
|
28
28
|
"@taiga-ui/core": "^5.0.0-rc.0",
|
|
29
29
|
"@taiga-ui/i18n": "^5.0.0-rc.0",
|
|
@@ -41,14 +41,6 @@
|
|
|
41
41
|
"types": "./index.d.ts",
|
|
42
42
|
"default": "./fesm2022/taiga-ui-addon-commerce.mjs"
|
|
43
43
|
},
|
|
44
|
-
"./components": {
|
|
45
|
-
"types": "./components/index.d.ts",
|
|
46
|
-
"default": "./fesm2022/taiga-ui-addon-commerce-components.mjs"
|
|
47
|
-
},
|
|
48
|
-
"./constants": {
|
|
49
|
-
"types": "./constants/index.d.ts",
|
|
50
|
-
"default": "./fesm2022/taiga-ui-addon-commerce-constants.mjs"
|
|
51
|
-
},
|
|
52
44
|
"./pipes": {
|
|
53
45
|
"types": "./pipes/index.d.ts",
|
|
54
46
|
"default": "./fesm2022/taiga-ui-addon-commerce-pipes.mjs"
|
|
@@ -57,6 +49,14 @@
|
|
|
57
49
|
"types": "./tokens/index.d.ts",
|
|
58
50
|
"default": "./fesm2022/taiga-ui-addon-commerce-tokens.mjs"
|
|
59
51
|
},
|
|
52
|
+
"./components": {
|
|
53
|
+
"types": "./components/index.d.ts",
|
|
54
|
+
"default": "./fesm2022/taiga-ui-addon-commerce-components.mjs"
|
|
55
|
+
},
|
|
56
|
+
"./constants": {
|
|
57
|
+
"types": "./constants/index.d.ts",
|
|
58
|
+
"default": "./fesm2022/taiga-ui-addon-commerce-constants.mjs"
|
|
59
|
+
},
|
|
60
60
|
"./types": {
|
|
61
61
|
"types": "./types/index.d.ts",
|
|
62
62
|
"default": "./fesm2022/taiga-ui-addon-commerce-types.mjs"
|
|
@@ -69,18 +69,6 @@
|
|
|
69
69
|
"types": "./validators/index.d.ts",
|
|
70
70
|
"default": "./fesm2022/taiga-ui-addon-commerce-validators.mjs"
|
|
71
71
|
},
|
|
72
|
-
"./components/input-card": {
|
|
73
|
-
"types": "./components/input-card/index.d.ts",
|
|
74
|
-
"default": "./fesm2022/taiga-ui-addon-commerce-components-input-card.mjs"
|
|
75
|
-
},
|
|
76
|
-
"./components/input-card-group": {
|
|
77
|
-
"types": "./components/input-card-group/index.d.ts",
|
|
78
|
-
"default": "./fesm2022/taiga-ui-addon-commerce-components-input-card-group.mjs"
|
|
79
|
-
},
|
|
80
|
-
"./components/thumbnail-card": {
|
|
81
|
-
"types": "./components/thumbnail-card/index.d.ts",
|
|
82
|
-
"default": "./fesm2022/taiga-ui-addon-commerce-components-thumbnail-card.mjs"
|
|
83
|
-
},
|
|
84
72
|
"./pipes/amount": {
|
|
85
73
|
"types": "./pipes/amount/index.d.ts",
|
|
86
74
|
"default": "./fesm2022/taiga-ui-addon-commerce-pipes-amount.mjs"
|
|
@@ -96,6 +84,18 @@
|
|
|
96
84
|
"./pipes/format-card": {
|
|
97
85
|
"types": "./pipes/format-card/index.d.ts",
|
|
98
86
|
"default": "./fesm2022/taiga-ui-addon-commerce-pipes-format-card.mjs"
|
|
87
|
+
},
|
|
88
|
+
"./components/input-card": {
|
|
89
|
+
"types": "./components/input-card/index.d.ts",
|
|
90
|
+
"default": "./fesm2022/taiga-ui-addon-commerce-components-input-card.mjs"
|
|
91
|
+
},
|
|
92
|
+
"./components/input-card-group": {
|
|
93
|
+
"types": "./components/input-card-group/index.d.ts",
|
|
94
|
+
"default": "./fesm2022/taiga-ui-addon-commerce-components-input-card-group.mjs"
|
|
95
|
+
},
|
|
96
|
+
"./components/thumbnail-card": {
|
|
97
|
+
"types": "./components/thumbnail-card/index.d.ts",
|
|
98
|
+
"default": "./fesm2022/taiga-ui-addon-commerce-components-thumbnail-card.mjs"
|
|
99
99
|
}
|
|
100
100
|
},
|
|
101
101
|
"sideEffects": false,
|