dfh-ui-library 1.13.158 → 1.13.160

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.
@@ -86,3 +86,4 @@ export declare const DropdownArrowIcon: ({ classes, onClick, ...props }: IconPro
86
86
  export declare const WarningCircleIcon: ({ classes, onClick, ...props }: IconProps) => React.JSX.Element;
87
87
  export declare const LightbulbIcon: ({ classes, onClick, ...props }: IconProps) => React.JSX.Element;
88
88
  export declare const LockIcon: ({ classes, onClick, ...props }: IconProps) => React.JSX.Element;
89
+ export declare const LockIcon2: ({ classes, onClick, ...props }: IconProps) => React.JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.13.158",
3
+ "version": "1.13.160",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",