dfh-ui-library 1.12.271 → 1.12.273

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