@acorex/components 7.1.6 → 7.1.8
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 +7 -7
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@acorex/components",
|
3
|
-
"version": "7.1.
|
3
|
+
"version": "7.1.8",
|
4
4
|
"peerDependencies": {
|
5
5
|
"@angular/common": "^16.0.0",
|
6
6
|
"@angular/core": "^16.0.0",
|
@@ -193,18 +193,18 @@
|
|
193
193
|
"esm": "./esm2022/mixin/acorex-components-mixin.mjs",
|
194
194
|
"default": "./fesm2022/acorex-components-mixin.mjs"
|
195
195
|
},
|
196
|
-
"./number-box": {
|
197
|
-
"types": "./number-box/index.d.ts",
|
198
|
-
"esm2022": "./esm2022/number-box/acorex-components-number-box.mjs",
|
199
|
-
"esm": "./esm2022/number-box/acorex-components-number-box.mjs",
|
200
|
-
"default": "./fesm2022/acorex-components-number-box.mjs"
|
201
|
-
},
|
202
196
|
"./notification": {
|
203
197
|
"types": "./notification/index.d.ts",
|
204
198
|
"esm2022": "./esm2022/notification/acorex-components-notification.mjs",
|
205
199
|
"esm": "./esm2022/notification/acorex-components-notification.mjs",
|
206
200
|
"default": "./fesm2022/acorex-components-notification.mjs"
|
207
201
|
},
|
202
|
+
"./number-box": {
|
203
|
+
"types": "./number-box/index.d.ts",
|
204
|
+
"esm2022": "./esm2022/number-box/acorex-components-number-box.mjs",
|
205
|
+
"esm": "./esm2022/number-box/acorex-components-number-box.mjs",
|
206
|
+
"default": "./fesm2022/acorex-components-number-box.mjs"
|
207
|
+
},
|
208
208
|
"./page": {
|
209
209
|
"types": "./page/index.d.ts",
|
210
210
|
"esm2022": "./esm2022/page/acorex-components-page.mjs",
|