dga-ui-react 1.5.0 → 1.5.2

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
@@ -263,6 +263,7 @@ interface DGA_MenuProps extends React.HTMLAttributes<HTMLDivElement> {
263
263
  keepOpenOnItemsClicked?: boolean;
264
264
  onOpen?: (e: SyntheticEvent) => void;
265
265
  onClose?: (e: SyntheticEvent) => void;
266
+ reverseOpeningDirection?: boolean;
266
267
  }
267
268
  declare const Menu: React.FC<DGA_MenuProps>;
268
269
 
@@ -413,7 +414,7 @@ interface DGA_TagProps$1 extends React.HTMLAttributes<HTMLDivElement> {
413
414
  declare const TabList: React.FC<DGA_TagProps$1>;
414
415
 
415
416
  interface DGA_TagProps extends Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "style"> {
416
- children: React.ReactNode;
417
+ children?: React.ReactNode;
417
418
  style?: "neutral" | "success" | "error" | "warning" | "info" | "onColor";
418
419
  size?: "xsmall" | "small" | "medium";
419
420
  outLine?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dga-ui-react",
3
- "version": "1.5.0",
3
+ "version": "1.5.2",
4
4
  "description": "DGA ui library",
5
5
  "author": "Ashraf Ainia",
6
6
  "license": "MIT",