@acorex/components 21.0.0-next.65 → 21.0.0-next.67

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-next.65",
3
+ "version": "21.0.0-next.67",
4
4
  "peerDependencies": {
5
- "@acorex/core": "21.0.0-next.65",
6
- "@acorex/cdk": "21.0.0-next.65",
5
+ "@acorex/core": "21.0.0-next.67",
6
+ "@acorex/cdk": "21.0.0-next.67",
7
7
  "@angular/common": "^20.0.0",
8
8
  "@angular/core": "^20.0.0",
9
9
  "@angular/cdk": "^20.0.0",
@@ -209,14 +209,14 @@
209
209
  "types": "./dropdown/index.d.ts",
210
210
  "default": "./fesm2022/acorex-components-dropdown.mjs"
211
211
  },
212
- "./editor": {
213
- "types": "./editor/index.d.ts",
214
- "default": "./fesm2022/acorex-components-editor.mjs"
215
- },
216
212
  "./dropdown-button": {
217
213
  "types": "./dropdown-button/index.d.ts",
218
214
  "default": "./fesm2022/acorex-components-dropdown-button.mjs"
219
215
  },
216
+ "./editor": {
217
+ "types": "./editor/index.d.ts",
218
+ "default": "./fesm2022/acorex-components-editor.mjs"
219
+ },
220
220
  "./file-explorer": {
221
221
  "types": "./file-explorer/index.d.ts",
222
222
  "default": "./fesm2022/acorex-components-file-explorer.mjs"