@dso-toolkit/core 62.11.0-ghi-2567.1 → 62.11.1

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.
@@ -77,7 +77,7 @@ export class AnnotationButton {
77
77
  "references": {
78
78
  "AnnotationButtonClickEvent": {
79
79
  "location": "local",
80
- "path": "D:/git/github/dso-toolkit/dso-toolkit/packages/core/src/components/annotation-button/annotation-button.tsx",
80
+ "path": "/usr/src/app/packages/core/src/components/annotation-button/annotation-button.tsx",
81
81
  "id": "src/components/annotation-button/annotation-button.tsx::AnnotationButtonClickEvent"
82
82
  }
83
83
  }
@@ -95,7 +95,7 @@ export class AnnotationOutput {
95
95
  "references": {
96
96
  "AnnotationOutputCloseEvent": {
97
97
  "location": "local",
98
- "path": "D:/git/github/dso-toolkit/dso-toolkit/packages/core/src/components/annotation-output/annotation-output.tsx",
98
+ "path": "/usr/src/app/packages/core/src/components/annotation-output/annotation-output.tsx",
99
99
  "id": "src/components/annotation-output/annotation-output.tsx::AnnotationOutputCloseEvent"
100
100
  }
101
101
  }
@@ -217,7 +217,7 @@ export class Expandable {
217
217
  "references": {
218
218
  "ExpandableAnimationStartEvent": {
219
219
  "location": "local",
220
- "path": "D:/git/github/dso-toolkit/dso-toolkit/packages/core/src/components/expandable/expandable.tsx",
220
+ "path": "/usr/src/app/packages/core/src/components/expandable/expandable.tsx",
221
221
  "id": "src/components/expandable/expandable.tsx::ExpandableAnimationStartEvent"
222
222
  }
223
223
  }
@@ -238,7 +238,7 @@ export class Expandable {
238
238
  "references": {
239
239
  "ExpandableAnimationEndEvent": {
240
240
  "location": "local",
241
- "path": "D:/git/github/dso-toolkit/dso-toolkit/packages/core/src/components/expandable/expandable.tsx",
241
+ "path": "/usr/src/app/packages/core/src/components/expandable/expandable.tsx",
242
242
  "id": "src/components/expandable/expandable.tsx::ExpandableAnimationEndEvent"
243
243
  }
244
244
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dso-toolkit/core",
3
- "version": "62.11.0-ghi-2567.1",
3
+ "version": "62.11.1",
4
4
  "description": "DSO Toolkit Web Components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/components/index.js",
@@ -25,7 +25,7 @@
25
25
  "@types/animejs": "^3.1.12",
26
26
  "animejs": "3.2.1",
27
27
  "clsx": "^2.0.0",
28
- "dso-toolkit": "^25.0.0",
28
+ "dso-toolkit": "^62.11.1",
29
29
  "escape-string-regexp": "^5.0.0",
30
30
  "focus-trap": "^7.5.4",
31
31
  "popper-max-size-modifier": "^0.2.0",
@@ -59,6 +59,5 @@
59
59
  },
60
60
  "nx": {
61
61
  "includedScripts": []
62
- },
63
- "stableVersion": "25.0.1"
62
+ }
64
63
  }