@acorex/components 19.8.0-next.5 → 19.8.0-next.6
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@acorex/components",
|
3
|
-
"version": "19.8.0-next.
|
3
|
+
"version": "19.8.0-next.6",
|
4
4
|
"peerDependencies": {
|
5
5
|
"@angular/common": ">=19.0.0",
|
6
6
|
"@angular/core": ">=19.0.0",
|
@@ -229,14 +229,14 @@
|
|
229
229
|
"types": "./phone-box/index.d.ts",
|
230
230
|
"default": "./fesm2022/acorex-components-phone-box.mjs"
|
231
231
|
},
|
232
|
-
"./picker": {
|
233
|
-
"types": "./picker/index.d.ts",
|
234
|
-
"default": "./fesm2022/acorex-components-picker.mjs"
|
235
|
-
},
|
236
232
|
"./popover": {
|
237
233
|
"types": "./popover/index.d.ts",
|
238
234
|
"default": "./fesm2022/acorex-components-popover.mjs"
|
239
235
|
},
|
236
|
+
"./picker": {
|
237
|
+
"types": "./picker/index.d.ts",
|
238
|
+
"default": "./fesm2022/acorex-components-picker.mjs"
|
239
|
+
},
|
240
240
|
"./popup": {
|
241
241
|
"types": "./popup/index.d.ts",
|
242
242
|
"default": "./fesm2022/acorex-components-popup.mjs"
|