@acorex/components 19.14.3 → 19.14.4
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 +9 -9
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@acorex/components",
|
3
|
-
"version": "19.14.
|
3
|
+
"version": "19.14.4",
|
4
4
|
"peerDependencies": {
|
5
5
|
"@angular/common": ">=19.0.0",
|
6
6
|
"@angular/core": ">=19.0.0",
|
@@ -33,10 +33,6 @@
|
|
33
33
|
"types": "./alert/index.d.ts",
|
34
34
|
"default": "./fesm2022/acorex-components-alert.mjs"
|
35
35
|
},
|
36
|
-
"./audio-wave": {
|
37
|
-
"types": "./audio-wave/index.d.ts",
|
38
|
-
"default": "./fesm2022/acorex-components-audio-wave.mjs"
|
39
|
-
},
|
40
36
|
"./autocomplete": {
|
41
37
|
"types": "./autocomplete/index.d.ts",
|
42
38
|
"default": "./fesm2022/acorex-components-autocomplete.mjs"
|
@@ -45,6 +41,10 @@
|
|
45
41
|
"types": "./avatar/index.d.ts",
|
46
42
|
"default": "./fesm2022/acorex-components-avatar.mjs"
|
47
43
|
},
|
44
|
+
"./audio-wave": {
|
45
|
+
"types": "./audio-wave/index.d.ts",
|
46
|
+
"default": "./fesm2022/acorex-components-audio-wave.mjs"
|
47
|
+
},
|
48
48
|
"./badge": {
|
49
49
|
"types": "./badge/index.d.ts",
|
50
50
|
"default": "./fesm2022/acorex-components-badge.mjs"
|
@@ -229,14 +229,14 @@
|
|
229
229
|
"types": "./page/index.d.ts",
|
230
230
|
"default": "./fesm2022/acorex-components-page.mjs"
|
231
231
|
},
|
232
|
-
"./paint": {
|
233
|
-
"types": "./paint/index.d.ts",
|
234
|
-
"default": "./fesm2022/acorex-components-paint.mjs"
|
235
|
-
},
|
236
232
|
"./password-box": {
|
237
233
|
"types": "./password-box/index.d.ts",
|
238
234
|
"default": "./fesm2022/acorex-components-password-box.mjs"
|
239
235
|
},
|
236
|
+
"./paint": {
|
237
|
+
"types": "./paint/index.d.ts",
|
238
|
+
"default": "./fesm2022/acorex-components-paint.mjs"
|
239
|
+
},
|
240
240
|
"./pdf-reader": {
|
241
241
|
"types": "./pdf-reader/index.d.ts",
|
242
242
|
"default": "./fesm2022/acorex-components-pdf-reader.mjs"
|