dfh-ui-library 1.10.76 → 1.10.78

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.
@@ -285,6 +285,7 @@ export interface ToolTipProps {
285
285
  tooltipContent?: React.ReactNode;
286
286
  tooltipClick?: (e: React.ChangeEvent<HTMLSelectElement>) => void;
287
287
  showTooltip?: boolean;
288
+ color?: string;
288
289
  }
289
290
  export interface DropdownMultiselectProps {
290
291
  initValues?: string[];
package/dist/index.d.ts CHANGED
@@ -249,6 +249,7 @@ interface ToolTipProps {
249
249
  tooltipContent?: React.ReactNode;
250
250
  tooltipClick?: (e: React.ChangeEvent<HTMLSelectElement>) => void;
251
251
  showTooltip?: boolean;
252
+ color?: string;
252
253
  }
253
254
  interface DropdownMultiselectProps {
254
255
  initValues?: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.10.76",
3
+ "version": "1.10.78",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "rollup": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",