dfh-ui-library 1.9.49 → 1.9.51

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.
package/dist/index.d.ts CHANGED
@@ -441,6 +441,7 @@ interface ICardInfoProps {
441
441
  }
442
442
  interface TimelineProps {
443
443
  timelines: TimelineEventProps[];
444
+ showAll?: string;
444
445
  }
445
446
  interface TimelineEventProps {
446
447
  dateTime?: string;
@@ -448,6 +449,7 @@ interface TimelineEventProps {
448
449
  chalenges?: any;
449
450
  notes?: NoteProps[];
450
451
  lastModified?: string;
452
+ showAll?: string;
451
453
  }
452
454
  interface NoteProps {
453
455
  headerNote?: string;
@@ -468,7 +470,7 @@ interface NoteComponentProps {
468
470
  cancelAction?: () => void;
469
471
  }
470
472
 
471
- type VariantTypes = "large" | "small" | "extraSmall" | "largeOutlined" | "smallOutlined" | "extraSmallOutlined" | "default" | "defaultOutlined" | "primaryBlue" | "primaryWhite" | "primaryWhiteSelected" | "primaryWhiteNoBoader" | "primaryWhiteIcon" | "primaryRed" | "primaryFilterSelected" | "primaryBlueFilter" | "smallWhite" | "smallWhiteSelected" | undefined;
473
+ type VariantTypes = "large" | "small" | "extraSmall" | "largeOutlined" | "smallOutlined" | "extraSmallOutlined" | "default" | "defaultOutlined" | "primaryBlue" | "primaryWhite" | "primaryWhiteSelected" | "primaryWhiteNoBoader" | "primaryWhiteIcon" | "primaryRed" | "primaryFilterSelected" | "primaryBlueFilter" | "smallWhite" | "smallWhiteSelected" | "smallBlue" | undefined;
472
474
  interface IButtonProps extends IChildrenProp, IAdditionalClassesProp, IIconTypeProp, IOnClickEventProps {
473
475
  /**
474
476
  * Set the button type
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.9.49",
3
+ "version": "1.9.51",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "rollup": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",