@baloise/ds-core 20.0.0-next.8 → 20.0.0-next.9

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 (55) hide show
  1. package/components/ds-alert-container.js +1 -1
  2. package/components/ds-notification.js +1 -1
  3. package/components/ds-snackbar.js +1 -1
  4. package/components/ds-steps.js +1 -1
  5. package/components/ds-toast.js +1 -1
  6. package/components/index.js +1 -1
  7. package/components/p-o0H7eIVX.js +2 -1
  8. package/components/p-u5aa74vh.js +2 -1
  9. package/dist/cjs/ds-alert-container.cjs.entry.js +7 -11
  10. package/dist/cjs/ds-notification.cjs.entry.js +9 -15
  11. package/dist/cjs/ds-snackbar.cjs.entry.js +23 -11
  12. package/dist/cjs/ds-steps.cjs.entry.js +1 -8
  13. package/dist/cjs/ds-toast.cjs.entry.js +21 -9
  14. package/dist/cjs/index-DD7qcaNz.js +1 -1
  15. package/dist/collection/components/alert/alert-container.interfaces.js +1 -1
  16. package/dist/collection/components/alert/alert-container.js +9 -14
  17. package/dist/collection/components/alert/snackbar/snackbar.host.css +1 -1
  18. package/dist/collection/components/alert/snackbar/snackbar.js +22 -10
  19. package/dist/collection/components/alert/toast/toast.host.css +1 -1
  20. package/dist/collection/components/alert/toast/toast.js +20 -8
  21. package/dist/collection/components/notification/notification.host.css +1 -1
  22. package/dist/collection/components/notification/notification.interfaces.js +1 -2
  23. package/dist/collection/components/notification/notification.js +11 -17
  24. package/dist/collection/components/steps/steps/steps.js +1 -8
  25. package/dist/collection/components/steps/test/steps.component.play.js +29 -1
  26. package/dist/collection/global/constants/version.constant.js +1 -1
  27. package/dist/design-system/design-system.esm.js +1 -1
  28. package/dist/design-system/p-14e27a87da.entry.js +4 -0
  29. package/dist/design-system/p-573457cd4b.entry.js +4 -0
  30. package/dist/design-system/p-936673f9f9.entry.js +4 -0
  31. package/dist/design-system/p-MUUOiuTm.js +1 -1
  32. package/dist/design-system/p-bec54c38fc.entry.js +4 -0
  33. package/dist/design-system/p-c8f95bd01a.entry.js +4 -0
  34. package/dist/esm/ds-alert-container.entry.js +7 -11
  35. package/dist/esm/ds-notification.entry.js +9 -15
  36. package/dist/esm/ds-snackbar.entry.js +23 -11
  37. package/dist/esm/ds-steps.entry.js +1 -8
  38. package/dist/esm/ds-toast.entry.js +21 -9
  39. package/dist/esm/index-MUUOiuTm.js +1 -1
  40. package/dist/types/components/alert/alert-container.d.ts +5 -6
  41. package/dist/types/components/alert/alert-container.interfaces.d.ts +1 -1
  42. package/dist/types/components/alert/snackbar/snackbar.d.ts +10 -6
  43. package/dist/types/components/alert/toast/toast.d.ts +8 -4
  44. package/dist/types/components/notification/notification.d.ts +5 -5
  45. package/dist/types/components/notification/notification.interfaces.d.ts +2 -2
  46. package/dist/types/components.d.ts +2 -6
  47. package/docs/cem.json +6 -10
  48. package/docs/components.json +469 -484
  49. package/package.json +28 -5
  50. package/sbom.cdx.json +3195 -3195
  51. package/dist/design-system/p-33165c2b03.entry.js +0 -4
  52. package/dist/design-system/p-a71c22bc50.entry.js +0 -4
  53. package/dist/design-system/p-dfebad2acc.entry.js +0 -4
  54. package/dist/design-system/p-e743fa4c17.entry.js +0 -4
  55. package/dist/design-system/p-f0b0376beb.entry.js +0 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baloise/ds-core",
3
- "version": "20.0.0-next.8",
3
+ "version": "20.0.0-next.9",
4
4
  "description": "The Helvetia Design System is an open source project for styling awesome web applications that follow the Helvetia corporate styling guidelines.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -20,6 +20,29 @@
20
20
  "collection:main": "dist/collection/index.js",
21
21
  "collection": "dist/collection/collection-manifest.json",
22
22
  "types": "dist/types/interfaces.d.ts",
23
+ "exports": {
24
+ ".": {
25
+ "types": "./dist/types/interfaces.d.ts",
26
+ "import": "./dist/index.js",
27
+ "require": "./dist/index.cjs.js"
28
+ },
29
+ "./initialize": {
30
+ "types": "./dist/types/index.d.ts",
31
+ "import": "./dist/cjs/index.cjs.js",
32
+ "require": "./dist/cjs/index.cjs.js"
33
+ },
34
+ "./components": {
35
+ "types": "./components/index.d.ts",
36
+ "import": "./components/index.js",
37
+ "require": "./components/index.js"
38
+ },
39
+ "./loader": {
40
+ "types": "./loader/index.d.ts",
41
+ "import": "./loader/index.js",
42
+ "require": "./loader/index.cjs.js"
43
+ },
44
+ "./*": "./*"
45
+ },
23
46
  "files": [
24
47
  "components/",
25
48
  "dist/",
@@ -28,9 +51,9 @@
28
51
  "sbom.cdx.json"
29
52
  ],
30
53
  "dependencies": {
31
- "@baloise/ds-assets": "20.0.0-next.8",
32
- "@baloise/ds-css": "20.0.0-next.8",
33
- "@baloise/ds-tokens": "20.0.0-next.8",
54
+ "@baloise/ds-assets": "20.0.0-next.9",
55
+ "@baloise/ds-css": "20.0.0-next.9",
56
+ "@baloise/ds-tokens": "20.0.0-next.9",
34
57
  "@floating-ui/dom": "1.8.0",
35
58
  "@stencil/core": "4.43.5",
36
59
  "air-datepicker": "3.6.0",
@@ -46,7 +69,7 @@
46
69
  "tslib": "2.8.1"
47
70
  },
48
71
  "devDependencies": {
49
- "@baloise/ds-playwright": "20.0.0-next.8",
72
+ "@baloise/ds-playwright": "20.0.0-next.9",
50
73
  "@stencil/angular-output-target": "1.4.1",
51
74
  "@stencil/react-output-target": "1.6.1",
52
75
  "@types/lodash": "4.17.24",