@zydon/common 2.7.72 → 2.7.73

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,10 +1,3 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { PropsWithChildren } from 'react';
3
-
4
- interface DrawerActionsProps {
5
- id?: string;
6
- }
7
-
8
- declare const DrawerActions: ({ children, id, }: PropsWithChildren<DrawerActionsProps>) => react_jsx_runtime.JSX.Element;
9
-
10
- export { DrawerActions as default };
1
+ export { default } from '../Actions/index.js';
2
+ import 'react/jsx-runtime';
3
+ import 'react';
@@ -1,9 +1,4 @@
1
- import { a } from '../../chunk-PJR4CLOE.js';
1
+ export { a as default } from '../../chunk-PJR4CLOE.js';
2
2
  import '../../chunk-IN7SP2ND.js';
3
- import { jsx } from 'react/jsx-runtime';
4
-
5
- var t=({children:o,id:i="drawer-actions"})=>jsx(a,{id:i,children:o}),p=t;
6
-
7
- export { p as default };
8
3
  //# sourceMappingURL=out.js.map
9
4
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/components/DrawerActions/index.tsx"],"names":["jsx","DrawerActions","children","id","Actions_default","DrawerActions_default"],"mappings":"4EAUE,cAAAA,MAAA,oBAJF,IAAMC,EAAgB,CAAC,CACrB,SAAAC,EACA,GAAAC,EAAK,gBACP,IACEH,EAACI,EAAA,CAAQ,GAAID,EAAK,SAAAD,EAAS,EAGtBG,EAAQJ","sourcesContent":["import { PropsWithChildren } from 'react';\n\nimport Actions from 'components/Actions';\n\nimport { DrawerActionsProps } from './props';\n\nconst DrawerActions = ({\n children,\n id = 'drawer-actions',\n}: PropsWithChildren<DrawerActionsProps>) => (\n <Actions id={id}>{children}</Actions>\n);\n\nexport default DrawerActions;\n"]}
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -1,10 +1,3 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { PropsWithChildren } from 'react';
3
-
4
- interface ModalActionsProps {
5
- id?: string;
6
- }
7
-
8
- declare const ModalActions: ({ children, id, }: PropsWithChildren<ModalActionsProps>) => react_jsx_runtime.JSX.Element;
9
-
10
- export { ModalActions as default };
1
+ export { default } from '../Actions/index.js';
2
+ import 'react/jsx-runtime';
3
+ import 'react';
@@ -1,9 +1,4 @@
1
- import { a } from '../../chunk-PJR4CLOE.js';
1
+ export { a as default } from '../../chunk-PJR4CLOE.js';
2
2
  import '../../chunk-IN7SP2ND.js';
3
- import { jsx } from 'react/jsx-runtime';
4
-
5
- var r=({children:i,id:t="modal-actions"})=>jsx(a,{id:t,children:i}),n=r;
6
-
7
- export { n as default };
8
3
  //# sourceMappingURL=out.js.map
9
4
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/components/ModalActions/index.tsx"],"names":["jsx","ModalActions","children","id","Actions_default","ModalActions_default"],"mappings":"4EAUE,cAAAA,MAAA,oBAJF,IAAMC,EAAe,CAAC,CACpB,SAAAC,EACA,GAAAC,EAAK,eACP,IACEH,EAACI,EAAA,CAAQ,GAAID,EAAK,SAAAD,EAAS,EAGtBG,EAAQJ","sourcesContent":["import { PropsWithChildren } from 'react';\n\nimport Actions from 'components/Actions';\n\nimport { ModalActionsProps } from './props';\n\nconst ModalActions = ({\n children,\n id = 'modal-actions',\n}: PropsWithChildren<ModalActionsProps>) => (\n <Actions id={id}>{children}</Actions>\n);\n\nexport default ModalActions;\n"]}
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zydon/common",
3
- "version": "2.7.72",
3
+ "version": "2.7.73",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "module": "./dist/index.js",