dfh-ui-library 1.12.467 → 1.12.469

Sign up to get free protection for your applications and to get access to all the features.
@@ -811,6 +811,7 @@ export interface NoteComponentProps {
811
811
  enableAddCheckbox?: boolean;
812
812
  additionalClassesNote?: string;
813
813
  additionalClassesButtons?: string;
814
+ additionalClassesTitlebar?: string;
814
815
  minHeight?: string;
815
816
  isChallengeNote?: boolean;
816
817
  }
package/dist/index.d.ts CHANGED
@@ -699,6 +699,7 @@ interface NoteComponentProps {
699
699
  enableAddCheckbox?: boolean;
700
700
  additionalClassesNote?: string;
701
701
  additionalClassesButtons?: string;
702
+ additionalClassesTitlebar?: string;
702
703
  minHeight?: string;
703
704
  isChallengeNote?: boolean;
704
705
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.12.467",
3
+ "version": "1.12.469",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",