@acorex/components 21.0.0-next51 → 21.0.0-next52

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.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@acorex/components",
3
- "version": "21.0.0-next51",
3
+ "version": "21.0.0-next52",
4
4
  "peerDependencies": {
5
- "@acorex/core": "21.0.0-next51",
6
- "@acorex/cdk": "21.0.0-next51",
5
+ "@acorex/core": "21.0.0-next52",
6
+ "@acorex/cdk": "21.0.0-next52",
7
7
  "@angular/common": "^20.0.0",
8
8
  "@angular/core": "^20.0.0",
9
9
  "@angular/cdk": "^20.0.0",
@@ -301,10 +301,6 @@
301
301
  "types": "./number-box-legacy/index.d.ts",
302
302
  "default": "./fesm2022/acorex-components-number-box-legacy.mjs"
303
303
  },
304
- "./otp": {
305
- "types": "./otp/index.d.ts",
306
- "default": "./fesm2022/acorex-components-otp.mjs"
307
- },
308
304
  "./page": {
309
305
  "types": "./page/index.d.ts",
310
306
  "default": "./fesm2022/acorex-components-page.mjs"
@@ -317,6 +313,10 @@
317
313
  "types": "./password-box/index.d.ts",
318
314
  "default": "./fesm2022/acorex-components-password-box.mjs"
319
315
  },
316
+ "./otp": {
317
+ "types": "./otp/index.d.ts",
318
+ "default": "./fesm2022/acorex-components-otp.mjs"
319
+ },
320
320
  "./pdf-reader": {
321
321
  "types": "./pdf-reader/index.d.ts",
322
322
  "default": "./fesm2022/acorex-components-pdf-reader.mjs"