@skyux/modals 6.21.0 → 7.0.0-beta.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.
Files changed (33) hide show
  1. package/documentation.json +4 -4
  2. package/esm2020/lib/modules/confirm/confirm.component.mjs +6 -6
  3. package/esm2020/lib/modules/confirm/confirm.module.mjs +8 -10
  4. package/esm2020/lib/modules/confirm/confirm.service.mjs +3 -3
  5. package/esm2020/lib/modules/modal/modal-adapter.service.mjs +3 -3
  6. package/esm2020/lib/modules/modal/modal-component-adapter.service.mjs +3 -3
  7. package/esm2020/lib/modules/modal/modal-configuration.mjs +3 -3
  8. package/esm2020/lib/modules/modal/modal-content.component.mjs +3 -3
  9. package/esm2020/lib/modules/modal/modal-footer.component.mjs +3 -3
  10. package/esm2020/lib/modules/modal/modal-header.component.mjs +3 -3
  11. package/esm2020/lib/modules/modal/modal-host-context.mjs +3 -3
  12. package/esm2020/lib/modules/modal/modal-host.component.mjs +5 -5
  13. package/esm2020/lib/modules/modal/modal-host.service.mjs +3 -3
  14. package/esm2020/lib/modules/modal/modal-scroll-shadow.directive.mjs +3 -3
  15. package/esm2020/lib/modules/modal/modal.component.mjs +5 -5
  16. package/esm2020/lib/modules/modal/modal.module.mjs +9 -11
  17. package/esm2020/lib/modules/modal/modal.service.mjs +3 -3
  18. package/esm2020/lib/modules/shared/sky-modals-resources.module.mjs +4 -4
  19. package/fesm2015/skyux-modals.mjs +64 -68
  20. package/fesm2015/skyux-modals.mjs.map +1 -1
  21. package/fesm2020/skyux-modals.mjs +64 -68
  22. package/fesm2020/skyux-modals.mjs.map +1 -1
  23. package/lib/modules/confirm/confirm.component.d.ts +1 -1
  24. package/lib/modules/modal/modal-content.component.d.ts +1 -1
  25. package/lib/modules/modal/modal-footer.component.d.ts +1 -1
  26. package/lib/modules/modal/modal-header.component.d.ts +1 -1
  27. package/lib/modules/modal/modal-host.component.d.ts +1 -1
  28. package/lib/modules/modal/modal-scroll-shadow.directive.d.ts +1 -1
  29. package/lib/modules/modal/modal.component.d.ts +1 -1
  30. package/package.json +12 -12
  31. package/testing/{skyux-modals-testing.d.ts → index.d.ts} +0 -0
  32. package/skyux-modals.d.ts +0 -5
  33. package/testing/package.json +0 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/modals",
3
- "version": "6.21.0",
3
+ "version": "7.0.0-beta.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -20,7 +20,7 @@
20
20
  "default": "./package.json"
21
21
  },
22
22
  ".": {
23
- "types": "./skyux-modals.d.ts",
23
+ "types": "./index.d.ts",
24
24
  "esm2020": "./esm2020/skyux-modals.mjs",
25
25
  "es2020": "./fesm2020/skyux-modals.mjs",
26
26
  "es2015": "./fesm2015/skyux-modals.mjs",
@@ -28,7 +28,7 @@
28
28
  "default": "./fesm2020/skyux-modals.mjs"
29
29
  },
30
30
  "./testing": {
31
- "types": "./testing/skyux-modals-testing.d.ts",
31
+ "types": "./testing/index.d.ts",
32
32
  "esm2020": "./esm2020/testing/skyux-modals-testing.mjs",
33
33
  "es2020": "./fesm2020/skyux-modals-testing.mjs",
34
34
  "es2015": "./fesm2015/skyux-modals-testing.mjs",
@@ -40,14 +40,14 @@
40
40
  }
41
41
  },
42
42
  "peerDependencies": {
43
- "@angular/cdk": "^13.3.2",
44
- "@angular/common": "^13.3.2",
45
- "@angular/core": "^13.3.2",
46
- "@angular/router": "^13.3.2",
47
- "@skyux/core": "6.21.0",
48
- "@skyux/i18n": "6.21.0",
49
- "@skyux/indicators": "6.21.0",
50
- "@skyux/theme": "6.21.0"
43
+ "@angular/cdk": "^14.2.0",
44
+ "@angular/common": "^14.2.0",
45
+ "@angular/core": "^14.2.0",
46
+ "@angular/router": "^14.2.0",
47
+ "@skyux/core": "7.0.0-beta.0",
48
+ "@skyux/i18n": "7.0.0-beta.0",
49
+ "@skyux/indicators": "7.0.0-beta.0",
50
+ "@skyux/theme": "7.0.0-beta.0"
51
51
  },
52
52
  "dependencies": {
53
53
  "tslib": "^2.3.1"
@@ -57,6 +57,6 @@
57
57
  "esm2020": "esm2020/skyux-modals.mjs",
58
58
  "fesm2020": "fesm2020/skyux-modals.mjs",
59
59
  "fesm2015": "fesm2015/skyux-modals.mjs",
60
- "typings": "skyux-modals.d.ts",
60
+ "typings": "index.d.ts",
61
61
  "sideEffects": false
62
62
  }
package/skyux-modals.d.ts DELETED
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@skyux/modals" />
5
- export * from './index';
@@ -1,10 +0,0 @@
1
- {
2
- "module": "../fesm2015/skyux-modals-testing.mjs",
3
- "es2020": "../fesm2020/skyux-modals-testing.mjs",
4
- "esm2020": "../esm2020/testing/skyux-modals-testing.mjs",
5
- "fesm2020": "../fesm2020/skyux-modals-testing.mjs",
6
- "fesm2015": "../fesm2015/skyux-modals-testing.mjs",
7
- "typings": "skyux-modals-testing.d.ts",
8
- "sideEffects": false,
9
- "name": "@skyux/modals/testing"
10
- }