dfh-ui-library 1.12.251 → 1.12.253

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.
@@ -756,7 +756,7 @@ export interface NoteHistoryProps {
756
756
  notesHistory?: NoteHistoryDetails[];
757
757
  type?: string;
758
758
  challenge?: string;
759
- solutions?: string | any;
759
+ solutions?: string | SolutionItem[];
760
760
  challengeResolved?: boolean;
761
761
  }
762
762
  export interface NoteHistoryDetails {
package/dist/index.d.ts CHANGED
@@ -645,7 +645,7 @@ interface NoteHistoryProps {
645
645
  notesHistory?: NoteHistoryDetails[];
646
646
  type?: string;
647
647
  challenge?: string;
648
- solutions?: string | any;
648
+ solutions?: string | SolutionItem[];
649
649
  challengeResolved?: boolean;
650
650
  }
651
651
  interface NoteHistoryDetails {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.12.251",
3
+ "version": "1.12.253",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",