@smart-factor/gem-ui-components 0.0.16 → 0.0.17

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,7 +1,7 @@
1
1
  import { ReactNode } from 'react';
2
2
 
3
3
  export interface FixedActionsBottomPanelProps {
4
- cancelOnClick: () => void;
4
+ cancelOnClick?: () => void;
5
5
  offset: number;
6
6
  primaryLabel?: string;
7
7
  primaryLoading?: boolean;
package/dist/main.js CHANGED
@@ -18617,7 +18617,7 @@ function z5({
18617
18617
  }) {
18618
18618
  return Mw.createPortal(
18619
18619
  /* @__PURE__ */ le(yD, { offset: c, children: [
18620
- /* @__PURE__ */ v(Vi, { onClick: s, children: "Anuluj" }),
18620
+ s && /* @__PURE__ */ v(Vi, { onClick: s, children: "Anuluj" }),
18621
18621
  r && /* @__PURE__ */ v(
18622
18622
  Vi,
18623
18623
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smart-factor/gem-ui-components",
3
- "version": "0.0.16",
3
+ "version": "0.0.17",
4
4
  "private": false,
5
5
  "description": "Gem UI Components",
6
6
  "type": "module",