moorr-react-mui 0.1.4 → 0.1.6
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/cjs/index.css +1 -1
- package/dist/cjs/index.js +0 -1
- package/dist/cjs/{types → typings}/components/buttons/button.component.d.ts +0 -0
- package/dist/cjs/{types → typings}/components/buttons/index.d.ts +0 -0
- package/dist/cjs/{types → typings}/components/index.d.ts +0 -0
- package/dist/cjs/{types → typings}/index.d.ts +0 -0
- package/dist/index.css +1 -0
- package/dist/{esm/index.js → index.js} +0 -1
- package/dist/{esm/types → typings}/components/buttons/button.component.d.ts +0 -0
- package/dist/{esm/types → typings}/components/buttons/index.d.ts +0 -0
- package/dist/{esm/types → typings}/components/index.d.ts +0 -0
- package/dist/{esm/types → typings}/index.d.ts +0 -0
- package/package.json +4 -3
- package/dist/cjs/index.js.map +0 -1
- package/dist/esm/index.css +0 -1
- package/dist/esm/index.js.map +0 -1
package/dist/cjs/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.moorr-button{display:inline-block;}
|
|
1
|
+
.moorr-button{display:inline-block;background-color:pink;}
|
package/dist/cjs/index.js
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
1
|
"use strict";var e=require("moorr-common"),o=require("react");exports.Button=({type:t,label:r})=>(o.useEffect((()=>(console.log(`Message from moorr-react-mui: ${e.utils.hello()}`),()=>{console.log(`Message from moorr-react-mui: ${e.utils.bye()}`)})),[]),t||(t="button"),o.createElement("button",{type:t,className:"moorr-button"},o.createElement("span",null,r)));
|
|
2
|
-
//# sourceMappingURL=index.js.map
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/dist/index.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.moorr-button{display:inline-block;background-color:pink;}
|
|
@@ -1,2 +1 @@
|
|
|
1
1
|
import{utils as o}from"moorr-common";import e,{useEffect as r}from"react";const t=({type:t,label:m})=>(r((()=>(console.log(`Message from moorr-react-mui: ${o.hello()}`),()=>{console.log(`Message from moorr-react-mui: ${o.bye()}`)})),[]),t||(t="button"),e.createElement("button",{type:t,className:"moorr-button"},e.createElement("span",null,m)));export{t as Button};
|
|
2
|
-
//# sourceMappingURL=index.js.map
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "moorr-react-mui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"description": "Moorr React MUI Common Library",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"_clear": "rimraf dist/*",
|
|
@@ -23,10 +23,11 @@
|
|
|
23
23
|
"@types/react": "^18.0.27",
|
|
24
24
|
"eslint": "^8.26.0",
|
|
25
25
|
"jest": "^29.2.2",
|
|
26
|
-
"moorr-common": "^0.1.
|
|
26
|
+
"moorr-common": "^0.1.1",
|
|
27
27
|
"react": "^18.2.0",
|
|
28
28
|
"rimraf": "^3.0.2",
|
|
29
29
|
"rollup": "^3.14.0",
|
|
30
|
+
"rollup-plugin-copy": "^3.4.0",
|
|
30
31
|
"rollup-plugin-dts": "^5.1.1",
|
|
31
32
|
"rollup-plugin-import-css": "^3.1.0",
|
|
32
33
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
@@ -34,7 +35,7 @@
|
|
|
34
35
|
"typescript": "^4.9.5"
|
|
35
36
|
},
|
|
36
37
|
"main": "dist/cjs/index.js",
|
|
37
|
-
"module": "dist/
|
|
38
|
+
"module": "dist/index.js",
|
|
38
39
|
"files": [
|
|
39
40
|
"dist"
|
|
40
41
|
],
|
package/dist/cjs/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../src/components/buttons/button.component.tsx"],"sourcesContent":[null],"names":["type","label","useEffect","console","log","utils","hello","bye","React","className","createElement"],"mappings":"6EAmBe,EACXA,OACAC,YAEAC,EAAAA,WAAU,KACNC,QAAQC,IAAI,iCAAiCC,EAAKA,MAACC,WAC5C,KACHH,QAAQC,IAAI,iCAAiCC,EAAKA,MAACE,QAAQ,IAEhE,IAEHP,IAAAA,EAAS,UAELQ,0BAAQR,KAAMA,EAAMS,UAAU,gBAC1BD,EAAAE,cAAA,OAAA,KAAOT"}
|
package/dist/esm/index.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.moorr-button{display:inline-block;}
|
package/dist/esm/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../src/components/buttons/button.component.tsx"],"sourcesContent":[null],"names":["Button","type","label","useEffect","console","log","utils","hello","bye","React","className","createElement"],"mappings":"0EAmBM,MAAAA,EAAS,EACXC,OACAC,YAEAC,GAAU,KACNC,QAAQC,IAAI,iCAAiCC,EAAMC,WAC5C,KACHH,QAAQC,IAAI,iCAAiCC,EAAME,QAAQ,IAEhE,IAEHP,IAAAA,EAAS,UAELQ,0BAAQR,KAAMA,EAAMS,UAAU,gBAC1BD,EAAAE,cAAA,OAAA,KAAOT"}
|