moorr-react-mui 0.1.7 → 0.1.9
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/cjs/index.css +3 -1
- package/cjs/index.js +1 -1
- package/cjs/typings/components/index.d.ts +1 -0
- package/cjs/typings/components/style-provider.component.d.ts +7 -0
- package/cjs/typings/index.d.ts +1 -0
- package/cjs/typings/modals/fade-modal.component.d.ts +18 -0
- package/cjs/typings/modals/index.d.ts +3 -0
- package/cjs/typings/modals/modal.component.d.ts +14 -0
- package/cjs/typings/modals/modal.d.ts +25 -0
- package/index.css +3 -1
- package/index.d.ts +57 -1
- package/index.js +1 -1
- package/package.json +16 -5
package/cjs/index.css
CHANGED
|
@@ -1 +1,3 @@
|
|
|
1
|
-
.moorr-button{display:inline-block;background-color:pink;}
|
|
1
|
+
.moorr-button{display:inline-block;background-color:pink;}
|
|
2
|
+
.moorr-modal-container>.moorr-modal-content-container{padding:0;display:flex;flex-direction:column;}.moorr-modal-container>.moorr-modal-content-container:focus-visible{border:none;outline:none;}.moorr-modal-container>.moorr-modal-content-container>.moorr-modal-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e3e3e3;}.moorr-modal-container>.moorr-modal-content-container>.moorr-modal-header>.moorr-modal-header-color-bar{width:.25rem;height:100%;background-color:#aeaeae;}.moorr-modal-container>.moorr-modal-content-container>.moorr-modal-header>h6{padding:1rem;flex-grow:1;}.moorr-modal-container>.moorr-modal-content-container>.moorr-modal-body{display:flex;flex-grow:1;overflow-y:auto;padding:1rem;}.moorr-modal-container.moorr-slide-modal{align-items:flex-start;justify-content:flex-end;}.moorr-modal-container.moorr-slide-modal>.moorr-modal-content-container{height:100%;}
|
|
3
|
+
.moorr-modal-container>.moorr-modal-body{padding:1rem;flex-grow:1;overflow:auto;}.moorr-modal-container>.moorr-modal-header{padding:1rem;}.moorr-modal-container>.moorr-modal-header>.tabs{margin-bottom:-1rem;}.moorr-modal-container>.moorr-modal-footer{display:flex;justify-content:space-between;flex-direction:row;padding:1rem;}.moorr-modal-container>.moorr-modal-footer>.left-buttons{display:flex;justify-content:flex-start;flex-direction:row;}.moorr-modal-container>.moorr-modal-footer>.status-message{flex-grow:1;}.moorr-modal-container>.moorr-modal-footer>.right-buttons{display:flex;justify-content:flex-end;flex-direction:row;}.moorr-modal-container>.moorr-modal-footer>.left-buttons button+button,.moorr-modal-container>.moorr-modal-footer>.right-buttons button+button{margin-left:.5rem;}
|
package/cjs/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("moorr-common"),o=require("react");exports.Button=({type:
|
|
1
|
+
"use strict";var e=require("react"),t=require("moorr-common"),o=require("@material-ui/core"),r=require("@material-ui/core/styles"),l=require("@material-ui/styles"),s=require("uuid"),a=require("react-dom"),i=require("@mui/material");const n={};var d=({stylePrefix:t,children:a})=>{let i;if(t)i=n[t]?n[t]:n[t]=l.createGenerateClassName({seed:t});else{const e=`MoorrStylesProvider-${s.v4()}-`;i=l.createGenerateClassName({seed:e})}return e.createElement(l.StylesProvider,{generateClassName:i,injectFirst:!0},e.createElement(o.StylesProvider,{generateClassName:i,injectFirst:!0},e.createElement(r.StylesProvider,{generateClassName:i},a)))};const c=()=>{setTimeout((()=>{const e=m.pop();e&&(a.unmountComponentAtNode(e),e.remove())}),300)};const m=[],u={},p=r.makeStyles((e=>({modal:{display:"flex",alignItems:"center",justifyContent:"center"},paper:{width:825,backgroundColor:e.palette.background.paper,borderRadius:"5px",boxShadow:e.shadows[5],padding:e.spacing(2,4,3)}}))),v=t=>{const r=p(),l={};t.fixedWidth&&(l.width=t.fixedWidth),t.fixedHeight&&(l.height=t.fixedHeight);let s=r.paper+" moorr-modal-content-container";t.contentClassName&&(s+=" "+t.contentClassName);let a=r.modal;switch(a+=" moorr-modal-container",t.effect){case"fade":a+=" moorr-fade-modal";break;case"slide":a+=" moorr-slide-modal"}const[n,d]=e.useState(!1),[c,m]=e.useState(!1);e.useEffect((()=>{m(!n&&!1!==t.showModal)}),[n,c]);return e.createElement(o.Modal,{className:a,open:c,onClose:e=>{d(!0),(null==t?void 0:t.onDismiss)&&t.onDismiss(e)},closeAfterTransition:!0,BackdropComponent:o.Backdrop,BackdropProps:{timeout:300}},(()=>{switch(t.effect){case"fade":default:return e.createElement(o.Fade,{in:c},e.createElement("div",{className:s,style:l},t.children));case"slide":return e.createElement(i.Slide,{in:c,direction:"left",timeout:300},e.createElement("div",{className:s},t.children))}})())},h=e=>{var t,o,r,l,s;const a=null===(t=null==e?void 0:e.detail)||void 0===t?void 0:t.modal;if(!a||!u[a])return Promise.reject("invalid-modal");const i=new u[a]((null===(o=null==e?void 0:e.detail)||void 0===o?void 0:o.props)||{}).open();(null===(r=null==e?void 0:e.detail)||void 0===r?void 0:r.then)&&i.then((t=>{var o,r;if(!(null==t?void 0:t.dismissed)&&(null===(o=null==e?void 0:e.detail)||void 0===o?void 0:o.finally))try{null===(r=null==e?void 0:e.detail)||void 0===r||r.then(null==t?void 0:t.result)}catch(e){console.error(e)}})),(null===(l=null==e?void 0:e.detail)||void 0===l?void 0:l.catch)&&i.catch(null===(s=null==e?void 0:e.detail)||void 0===s?void 0:s.catch),i.finally((()=>{var t,o;if(null===(t=null==e?void 0:e.detail)||void 0===t?void 0:t.finally)try{null===(o=null==e?void 0:e.detail)||void 0===o||o.finally()}catch(e){console.error(e)}})),(null==e?void 0:e.detail)&&((null==e?void 0:e.detail).promise=i)};document&&(document.removeEventListener("openModal",h),document.addEventListener("openModal",h)),exports.Button=({type:o,label:r})=>(e.useEffect((()=>(console.log(`Message from moorr-react-mui: ${t.utils.hello()}`),()=>{console.log(`Message from moorr-react-mui: ${t.utils.bye()}`)})),[]),o||(o="button"),e.createElement("button",{type:o,className:"moorr-button"},e.createElement("span",null,r))),exports.FadeModal=t=>e.createElement(v,{fixedWidth:t.widthValue,showModal:t.showModal,onClose:t.onClose,onDismiss:t.onDismiss},e.createElement("div",{className:`${t.className} moorr-modal-container`},e.createElement("div",{className:"moorr-modal-header"},t.renderHeader),e.createElement("div",{className:"moorr-modal-body"},t.renderBody),e.createElement("div",{className:"moorr-modal-footer"},e.createElement("div",{className:"left-buttons"},t.renderLeftButtons),e.createElement("div",{className:"status-message"},t.renderStatusMessage),e.createElement("div",{className:"right-buttons"},t.renderRightButtons)))),exports.Modal=class{constructor(e){this._props=e}open(){return new Promise(((t,o)=>{let r,l;"function"==typeof this._props.onClose&&(r=this._props.onClose),this._props.onClose=e=>{r&&r(e),t({dismissed:!1,result:e}),c()},"function"==typeof this._props.onDismiss&&(l=this._props.onClose),this._props.onDismiss=()=>{l&&l(),t({dismissed:!0}),c()};let s=e.createElement(d,{stylePrefix:"MoorrFieldValidationModal"},e.createElement(this.getComponent(),this._props));m.push(this._container=document.createElement("div")),this._container.className="moorr-modal-container",document.body.appendChild(this._container),a.render(s,this._container)}))}},exports.MoorrModal=v,exports.modals=u,exports.modalsStack=m;
|
package/cjs/typings/index.d.ts
CHANGED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import "./fade-modal.styles.css";
|
|
3
|
+
export interface FadeModalProps {
|
|
4
|
+
onClose?: (modalResult?: any) => void | undefined;
|
|
5
|
+
onDismiss?: (modalResult?: any) => void | undefined;
|
|
6
|
+
className?: string;
|
|
7
|
+
widthValue?: string;
|
|
8
|
+
paddingValue?: string;
|
|
9
|
+
showModal: boolean;
|
|
10
|
+
innerModal?: boolean;
|
|
11
|
+
renderHeader?: React.ReactNode;
|
|
12
|
+
renderBody?: React.ReactNode;
|
|
13
|
+
renderLeftButtons?: React.ReactNode;
|
|
14
|
+
renderStatusMessage?: React.ReactNode;
|
|
15
|
+
renderRightButtons?: React.ReactNode;
|
|
16
|
+
}
|
|
17
|
+
declare const FadeModal: React.FC<FadeModalProps>;
|
|
18
|
+
export default FadeModal;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import "./modal.styles.css";
|
|
3
|
+
interface ModalProps {
|
|
4
|
+
onClose?: (modalResult?: any) => void | undefined;
|
|
5
|
+
onDismiss?: (modalResult?: any) => void | undefined;
|
|
6
|
+
children: React.ReactNode;
|
|
7
|
+
showModal?: boolean;
|
|
8
|
+
fixedHeight?: string;
|
|
9
|
+
fixedWidth?: string;
|
|
10
|
+
contentClassName?: string;
|
|
11
|
+
effect?: string;
|
|
12
|
+
}
|
|
13
|
+
declare const Modal: (props: ModalProps) => JSX.Element;
|
|
14
|
+
export default Modal;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export interface ModalProps {
|
|
2
|
+
onClose: (modalResult?: any) => void | undefined;
|
|
3
|
+
onDismiss: (modalResult?: any) => void | undefined;
|
|
4
|
+
}
|
|
5
|
+
export interface ModalContructor {
|
|
6
|
+
new (props: ModalProps): Modal;
|
|
7
|
+
}
|
|
8
|
+
export declare abstract class Modal {
|
|
9
|
+
_props: ModalProps;
|
|
10
|
+
_container?: HTMLDivElement;
|
|
11
|
+
constructor(props?: any);
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
*/
|
|
15
|
+
abstract getComponent(): any;
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @returns
|
|
19
|
+
*/
|
|
20
|
+
open(): Promise<any>;
|
|
21
|
+
}
|
|
22
|
+
export declare const modalsStack: HTMLDivElement[];
|
|
23
|
+
export declare const modals: {
|
|
24
|
+
[key: string]: ModalContructor;
|
|
25
|
+
};
|
package/index.css
CHANGED
|
@@ -1 +1,3 @@
|
|
|
1
|
-
.moorr-button{display:inline-block;background-color:pink;}
|
|
1
|
+
.moorr-button{display:inline-block;background-color:pink;}
|
|
2
|
+
.moorr-modal-container>.moorr-modal-content-container{padding:0;display:flex;flex-direction:column;}.moorr-modal-container>.moorr-modal-content-container:focus-visible{border:none;outline:none;}.moorr-modal-container>.moorr-modal-content-container>.moorr-modal-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e3e3e3;}.moorr-modal-container>.moorr-modal-content-container>.moorr-modal-header>.moorr-modal-header-color-bar{width:.25rem;height:100%;background-color:#aeaeae;}.moorr-modal-container>.moorr-modal-content-container>.moorr-modal-header>h6{padding:1rem;flex-grow:1;}.moorr-modal-container>.moorr-modal-content-container>.moorr-modal-body{display:flex;flex-grow:1;overflow-y:auto;padding:1rem;}.moorr-modal-container.moorr-slide-modal{align-items:flex-start;justify-content:flex-end;}.moorr-modal-container.moorr-slide-modal>.moorr-modal-content-container{height:100%;}
|
|
3
|
+
.moorr-modal-container>.moorr-modal-body{padding:1rem;flex-grow:1;overflow:auto;}.moorr-modal-container>.moorr-modal-header{padding:1rem;}.moorr-modal-container>.moorr-modal-header>.tabs{margin-bottom:-1rem;}.moorr-modal-container>.moorr-modal-footer{display:flex;justify-content:space-between;flex-direction:row;padding:1rem;}.moorr-modal-container>.moorr-modal-footer>.left-buttons{display:flex;justify-content:flex-start;flex-direction:row;}.moorr-modal-container>.moorr-modal-footer>.status-message{flex-grow:1;}.moorr-modal-container>.moorr-modal-footer>.right-buttons{display:flex;justify-content:flex-end;flex-direction:row;}.moorr-modal-container>.moorr-modal-footer>.left-buttons button+button,.moorr-modal-container>.moorr-modal-footer>.right-buttons button+button{margin-left:.5rem;}
|
package/index.d.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
import React from 'react';
|
|
3
|
+
|
|
2
4
|
/** ---------------------------------------------------------------------------
|
|
3
5
|
* Private
|
|
4
6
|
* ----------------------------------------------------------------------------
|
|
@@ -13,4 +15,58 @@ interface Props {
|
|
|
13
15
|
*/
|
|
14
16
|
declare const Button: ({ type, label }: Props) => JSX.Element;
|
|
15
17
|
|
|
16
|
-
|
|
18
|
+
interface ModalProps$1 {
|
|
19
|
+
onClose?: (modalResult?: any) => void | undefined;
|
|
20
|
+
onDismiss?: (modalResult?: any) => void | undefined;
|
|
21
|
+
children: React.ReactNode;
|
|
22
|
+
showModal?: boolean;
|
|
23
|
+
fixedHeight?: string;
|
|
24
|
+
fixedWidth?: string;
|
|
25
|
+
contentClassName?: string;
|
|
26
|
+
effect?: string;
|
|
27
|
+
}
|
|
28
|
+
declare const Modal$1: (props: ModalProps$1) => JSX.Element;
|
|
29
|
+
|
|
30
|
+
interface ModalProps {
|
|
31
|
+
onClose: (modalResult?: any) => void | undefined;
|
|
32
|
+
onDismiss: (modalResult?: any) => void | undefined;
|
|
33
|
+
}
|
|
34
|
+
interface ModalContructor {
|
|
35
|
+
new (props: ModalProps): Modal;
|
|
36
|
+
}
|
|
37
|
+
declare abstract class Modal {
|
|
38
|
+
_props: ModalProps;
|
|
39
|
+
_container?: HTMLDivElement;
|
|
40
|
+
constructor(props?: any);
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
abstract getComponent(): any;
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @returns
|
|
48
|
+
*/
|
|
49
|
+
open(): Promise<any>;
|
|
50
|
+
}
|
|
51
|
+
declare const modalsStack: HTMLDivElement[];
|
|
52
|
+
declare const modals: {
|
|
53
|
+
[key: string]: ModalContructor;
|
|
54
|
+
};
|
|
55
|
+
|
|
56
|
+
interface FadeModalProps {
|
|
57
|
+
onClose?: (modalResult?: any) => void | undefined;
|
|
58
|
+
onDismiss?: (modalResult?: any) => void | undefined;
|
|
59
|
+
className?: string;
|
|
60
|
+
widthValue?: string;
|
|
61
|
+
paddingValue?: string;
|
|
62
|
+
showModal: boolean;
|
|
63
|
+
innerModal?: boolean;
|
|
64
|
+
renderHeader?: React.ReactNode;
|
|
65
|
+
renderBody?: React.ReactNode;
|
|
66
|
+
renderLeftButtons?: React.ReactNode;
|
|
67
|
+
renderStatusMessage?: React.ReactNode;
|
|
68
|
+
renderRightButtons?: React.ReactNode;
|
|
69
|
+
}
|
|
70
|
+
declare const FadeModal: React.FC<FadeModalProps>;
|
|
71
|
+
|
|
72
|
+
export { Button, FadeModal, Modal, ModalContructor, ModalProps, Modal$1 as MoorrModal, modals, modalsStack };
|
package/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import e,{useEffect as o,useState as t}from"react";import{utils as l}from"moorr-common";import{StylesProvider as r,Modal as i,Backdrop as s,Fade as n}from"@material-ui/core";import{StylesProvider as a,makeStyles as d}from"@material-ui/core/styles";import{createGenerateClassName as m,StylesProvider as c}from"@material-ui/styles";import{v4 as u}from"uuid";import p from"react-dom";import{Slide as v}from"@mui/material";const h=({type:t,label:r})=>(o((()=>(console.log(`Message from moorr-react-mui: ${l.hello()}`),()=>{console.log(`Message from moorr-react-mui: ${l.bye()}`)})),[]),t||(t="button"),e.createElement("button",{type:t,className:"moorr-button"},e.createElement("span",null,r))),f={};var y=({stylePrefix:o,children:t})=>{let l;if(o)l=f[o]?f[o]:f[o]=m({seed:o});else{const e=`MoorrStylesProvider-${u()}-`;l=m({seed:e})}return e.createElement(c,{generateClassName:l,injectFirst:!0},e.createElement(r,{generateClassName:l,injectFirst:!0},e.createElement(a,{generateClassName:l},t)))};const E=()=>{setTimeout((()=>{const e=N.pop();e&&(p.unmountComponentAtNode(e),e.remove())}),300)};let g=class{constructor(e){this._props=e}open(){return new Promise(((o,t)=>{let l,r;"function"==typeof this._props.onClose&&(l=this._props.onClose),this._props.onClose=e=>{l&&l(e),o({dismissed:!1,result:e}),E()},"function"==typeof this._props.onDismiss&&(r=this._props.onClose),this._props.onDismiss=()=>{r&&r(),o({dismissed:!0}),E()};let i=e.createElement(y,{stylePrefix:"MoorrFieldValidationModal"},e.createElement(this.getComponent(),this._props));N.push(this._container=document.createElement("div")),this._container.className="moorr-modal-container",document.body.appendChild(this._container),p.render(i,this._container)}))}};const N=[],C={},M=d((e=>({modal:{display:"flex",alignItems:"center",justifyContent:"center"},paper:{width:825,backgroundColor:e.palette.background.paper,borderRadius:"5px",boxShadow:e.shadows[5],padding:e.spacing(2,4,3)}}))),b=l=>{const r=M(),a={};l.fixedWidth&&(a.width=l.fixedWidth),l.fixedHeight&&(a.height=l.fixedHeight);let d=r.paper+" moorr-modal-content-container";l.contentClassName&&(d+=" "+l.contentClassName);let m=r.modal;switch(m+=" moorr-modal-container",l.effect){case"fade":m+=" moorr-fade-modal";break;case"slide":m+=" moorr-slide-modal"}const[c,u]=t(!1),[p,h]=t(!1);o((()=>{h(!c&&!1!==l.showModal)}),[c,p]);return e.createElement(i,{className:m,open:p,onClose:e=>{u(!0),(null==l?void 0:l.onDismiss)&&l.onDismiss(e)},closeAfterTransition:!0,BackdropComponent:s,BackdropProps:{timeout:300}},(()=>{switch(l.effect){case"fade":default:return e.createElement(n,{in:p},e.createElement("div",{className:d,style:a},l.children));case"slide":return e.createElement(v,{in:p,direction:"left",timeout:300},e.createElement("div",{className:d},l.children))}})())},w=o=>e.createElement(b,{fixedWidth:o.widthValue,showModal:o.showModal,onClose:o.onClose,onDismiss:o.onDismiss},e.createElement("div",{className:`${o.className} moorr-modal-container`},e.createElement("div",{className:"moorr-modal-header"},o.renderHeader),e.createElement("div",{className:"moorr-modal-body"},o.renderBody),e.createElement("div",{className:"moorr-modal-footer"},e.createElement("div",{className:"left-buttons"},o.renderLeftButtons),e.createElement("div",{className:"status-message"},o.renderStatusMessage),e.createElement("div",{className:"right-buttons"},o.renderRightButtons)))),_=e=>{var o,t,l,r,i;const s=null===(o=null==e?void 0:e.detail)||void 0===o?void 0:o.modal;if(!s||!C[s])return Promise.reject("invalid-modal");const n=new C[s]((null===(t=null==e?void 0:e.detail)||void 0===t?void 0:t.props)||{}).open();(null===(l=null==e?void 0:e.detail)||void 0===l?void 0:l.then)&&n.then((o=>{var t,l;if(!(null==o?void 0:o.dismissed)&&(null===(t=null==e?void 0:e.detail)||void 0===t?void 0:t.finally))try{null===(l=null==e?void 0:e.detail)||void 0===l||l.then(null==o?void 0:o.result)}catch(e){console.error(e)}})),(null===(r=null==e?void 0:e.detail)||void 0===r?void 0:r.catch)&&n.catch(null===(i=null==e?void 0:e.detail)||void 0===i?void 0:i.catch),n.finally((()=>{var o,t;if(null===(o=null==e?void 0:e.detail)||void 0===o?void 0:o.finally)try{null===(t=null==e?void 0:e.detail)||void 0===t||t.finally()}catch(e){console.error(e)}})),(null==e?void 0:e.detail)&&((null==e?void 0:e.detail).promise=n)};document&&(document.removeEventListener("openModal",_),document.addEventListener("openModal",_));export{h as Button,w as FadeModal,g as Modal,b as MoorrModal,C as modals,N as modalsStack};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "moorr-react-mui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.9",
|
|
4
4
|
"description": "Moorr React MUI Common Library",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"_clear": "rimraf index.* && rimraf typings/* && rimraf cjs/*",
|
|
@@ -20,11 +20,11 @@
|
|
|
20
20
|
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
21
21
|
"@rollup/plugin-terser": "^0.4.0",
|
|
22
22
|
"@rollup/plugin-typescript": "^11.0.0",
|
|
23
|
-
"@types/react": "^
|
|
23
|
+
"@types/react": "^17.0.2",
|
|
24
|
+
"@types/react-dom": "^17.0.2",
|
|
25
|
+
"@types/uuid": "^9.0.0",
|
|
24
26
|
"eslint": "^8.26.0",
|
|
25
27
|
"jest": "^29.2.2",
|
|
26
|
-
"moorr-common": "^0.1.1",
|
|
27
|
-
"react": "^18.2.0",
|
|
28
28
|
"rimraf": "^3.0.2",
|
|
29
29
|
"rollup": "^3.14.0",
|
|
30
30
|
"rollup-plugin-copy": "^3.4.0",
|
|
@@ -34,6 +34,17 @@
|
|
|
34
34
|
"tslib": "^2.5.0",
|
|
35
35
|
"typescript": "^4.9.5"
|
|
36
36
|
},
|
|
37
|
+
"peerDependencies": {
|
|
38
|
+
"@material-ui/core": "^4.12.3",
|
|
39
|
+
"@material-ui/styles": "^4.11.4",
|
|
40
|
+
"@emotion/react": "^11.10.5",
|
|
41
|
+
"@emotion/styled": "^11.10.5",
|
|
42
|
+
"@mui/material": "^5.11.8",
|
|
43
|
+
"moorr-common": "^0.1.9",
|
|
44
|
+
"react": "^17.0.2",
|
|
45
|
+
"react-dom": "^17.0.2",
|
|
46
|
+
"jss": "^10.9.2"
|
|
47
|
+
},
|
|
37
48
|
"main": "cjs/index.js",
|
|
38
49
|
"module": "index.js",
|
|
39
50
|
"files": [
|
|
@@ -42,4 +53,4 @@
|
|
|
42
53
|
],
|
|
43
54
|
"types": "index.d.ts",
|
|
44
55
|
"styles": "index.css"
|
|
45
|
-
}
|
|
56
|
+
}
|