magneto365.ui 2.68.1-beta → 2.69.0-beta

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.
@@ -1,3 +1,4 @@
1
+ import React from "react";
1
2
  declare type PositionY = 'top' | 'bottom';
2
3
  declare type PositionX = 'left' | 'center' | 'right';
3
4
  export interface IPopover {
@@ -30,5 +31,6 @@ export interface IPopover {
30
31
  */
31
32
  staticContent?: boolean;
32
33
  className?: string;
34
+ style?: React.CSSProperties;
33
35
  }
34
36
  export {};
@@ -189,3 +189,4 @@ export { default as X } from '../assets/X.svg';
189
189
  export { default as Youtube } from '../assets/Youtube.svg';
190
190
  export { default as YoutubeSolid } from '../assets/YoutubeSolid.svg';
191
191
  export { default as FilterIcon } from '../assets/filter-search.svg';
192
+ export { default as SortIcon } from '../assets/SortIcon.svg';
package/dist/index.d.ts CHANGED
@@ -953,6 +953,7 @@ interface IPopover {
953
953
  */
954
954
  staticContent?: boolean;
955
955
  className?: string;
956
+ style?: React__default.CSSProperties;
956
957
  }
957
958
 
958
959
  /**
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/W170/talenta.magneto365.ui.git"
6
6
  },
7
- "version": "2.68.1-beta",
7
+ "version": "2.69.0-beta",
8
8
  "description": "Magneto365 UI common components",
9
9
  "scripts": {
10
10
  "lint": "eslint ./src --ext .js,.ts,.jsx,.tsx",