@ethlete/cdk 4.70.0 → 5.0.0-next.0

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.
@@ -0,0 +1,49 @@
1
+ {
2
+ "$schema": "http://json-schema.org/schema",
3
+ "$id": "migrate-to-v5",
4
+ "title": "Migrate to CDK v5",
5
+ "type": "object",
6
+ "properties": {
7
+ "skipFormat": {
8
+ "type": "boolean",
9
+ "description": "Skip formatting files after migration",
10
+ "default": false
11
+ },
12
+ "migrateCombobox": {
13
+ "type": "boolean",
14
+ "description": "Migrate combobox to v5",
15
+ "default": true
16
+ },
17
+ "migrateEtLet": {
18
+ "type": "boolean",
19
+ "description": "Migrate et-let to v5",
20
+ "default": true
21
+ },
22
+ "migrateColorThemes": {
23
+ "type": "boolean",
24
+ "description": "Migrate color themes to v5",
25
+ "default": true
26
+ },
27
+ "migrateCdkMenu": {
28
+ "type": "boolean",
29
+ "description": "Migrate cdk-menu to v5",
30
+ "default": true
31
+ },
32
+ "migrateIsActiveElement": {
33
+ "type": "boolean",
34
+ "description": "Migrate is-active-element to v5",
35
+ "default": true
36
+ },
37
+ "migrateOverlayPositions": {
38
+ "type": "boolean",
39
+ "description": "Migrate overlay positions to v5",
40
+ "default": true
41
+ },
42
+ "migrateDialogBottomSheet": {
43
+ "type": "boolean",
44
+ "description": "Migrate dialog and bottom sheet to v5",
45
+ "default": true
46
+ }
47
+ },
48
+ "required": []
49
+ }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@ethlete/cdk",
3
- "version": "4.70.0",
3
+ "version": "5.0.0-next.0",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "exports": {
7
7
  ".": {
8
8
  "css": "./src/lib/styles/index.css",
9
- "types": "./index.d.ts",
9
+ "types": "./types/ethlete-cdk.d.ts",
10
10
  "default": "./fesm2022/ethlete-cdk.mjs"
11
11
  },
12
12
  "./package.json": {
@@ -14,22 +14,28 @@
14
14
  }
15
15
  },
16
16
  "peerDependencies": {
17
- "@angular/animations": "20.3.4",
18
- "@angular/cdk": "20.2.8",
19
- "@angular/common": "20.3.4",
20
- "@angular/core": "20.3.4",
21
- "@angular/forms": "20.3.4",
22
- "@angular/platform-browser": "20.3.4",
23
- "@angular/router": "20.3.4",
24
- "@ethlete/core": "^4.0.3",
25
- "@ethlete/query": "^5.0.3",
17
+ "@analogjs/vite-plugin-angular": "2.3.1",
18
+ "@angular/animations": "21.2.1",
19
+ "@angular/cdk": "21.2.1",
20
+ "@angular/common": "21.2.1",
21
+ "@angular/core": "21.2.1",
22
+ "@angular/forms": "21.2.1",
23
+ "@angular/platform-browser": "21.2.1",
24
+ "@angular/router": "21.2.1",
25
+ "@ethlete/core": "^5.0.0-next.0",
26
+ "@ethlete/query": "^6.0.0-next.0",
26
27
  "@ethlete/types": "^1.6.2",
27
- "@floating-ui/dom": "1.7.4",
28
+ "@floating-ui/dom": "1.7.6",
29
+ "@nx/devkit": "22.5.4",
30
+ "@nx/vite": "22.5.4",
28
31
  "date-fns": "4.1.0",
29
- "rxjs": "7.8.2"
32
+ "rxjs": "7.8.2",
33
+ "typescript": "5.9.3",
34
+ "vite": "^7.0.0"
30
35
  },
36
+ "generators": "./generators/generators.json",
31
37
  "module": "fesm2022/ethlete-cdk.mjs",
32
- "typings": "index.d.ts",
38
+ "typings": "types/ethlete-cdk.d.ts",
33
39
  "dependencies": {
34
40
  "tslib": "^2.3.0"
35
41
  }
@@ -14,7 +14,7 @@
14
14
  }
15
15
 
16
16
  .et-force-invisible {
17
- opacity: 0 !important;
17
+ visibility: hidden !important;
18
18
  }
19
19
 
20
20
  .et-global-no-overscroll,