@prom-ui/core 0.0.3 → 0.0.4
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/CHANGELOG.md +1 -0
- package/README.md +7 -0
- package/Test/package.json +1 -1
- package/Test2/package.json +1 -1
- package/package.json +8 -3
- package/index.css +0 -9
- package/index.css.map +0 -1
- package/index.d.ts +0 -2
- package/index.js +0 -21
- package/index.js.map +0 -1
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
test
|
package/README.md
ADDED
package/Test/package.json
CHANGED
package/Test2/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prom-ui/core",
|
|
3
3
|
"author": "e.marchenko",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.4",
|
|
5
5
|
"description": "core ui blocks",
|
|
6
|
-
"
|
|
6
|
+
"scripts": {
|
|
7
|
+
"prebuild": "rm -rf dist && mkdir dist && cp -v package.json README.md CHANGELOG.md dist",
|
|
8
|
+
"build": "rollup --config ./rollup.config.js",
|
|
9
|
+
"watch": "rollup --config ./rollup.config.js --watch",
|
|
10
|
+
"prepublishOnly": "npm run build"
|
|
11
|
+
},
|
|
7
12
|
"repository": {
|
|
8
13
|
"type": "git",
|
|
9
14
|
"url": "https://gitlab.evo.dev/evo-frontend/prom-ui.git",
|
|
@@ -20,5 +25,5 @@
|
|
|
20
25
|
"peerDependencies": {
|
|
21
26
|
"react": "*"
|
|
22
27
|
},
|
|
23
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "8c52dbe68ef6a2982b67bcfc7c59130c11be32ab"
|
|
24
29
|
}
|
package/index.css
DELETED
package/index.css.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["Components.css","Test2.css"],"names":[],"mappings":"AAAA;IACI,wBAAwB;AAC5B;;ACFA;IACI,UAAU;AACd","file":"index.css","sourcesContent":[".root {\n border: 10px green solid;\n}\n",".root {\n color: red;\n}\n"]}
|
package/index.d.ts
DELETED
package/index.js
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var evokit = require('evokit');
|
|
6
|
-
require('react');
|
|
7
|
-
|
|
8
|
-
var Test = function () {
|
|
9
|
-
return console.log('test');
|
|
10
|
-
};
|
|
11
|
-
|
|
12
|
-
var css = {"root":"Test2_root__tY2Dv"};
|
|
13
|
-
|
|
14
|
-
var Test2 = evokit.createBlock('div', 'myblock', ['color', 'size'], {
|
|
15
|
-
css: css
|
|
16
|
-
});
|
|
17
|
-
css.root;
|
|
18
|
-
|
|
19
|
-
exports.Test = Test;
|
|
20
|
-
exports.Test2 = Test2;
|
|
21
|
-
//# sourceMappingURL=index.js.map
|
package/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../src/Test/index.ts","../src/Test2/index.ts"],"sourcesContent":["export const Test = () => {\n return console.log('test');\n};\n","import { createBlock } from 'evokit';\nimport { Components } from './Components';\n\nimport css from './Test2.css';\n\nexport const Test2 = createBlock('div', 'myblock', ['color', 'size'], { css });\n\nexport const privet = css.root;\n\nexport const ComponentsText = Components;\n"],"names":["Test","console","log","Test2","createBlock","css","root"],"mappings":";;;;;;;AAAO,IAAMA,IAAI,GAAG,YAAA;AAChB,EAAA,OAAOC,OAAO,CAACC,GAAR,CAAY,MAAZ,CAAP,CAAA;AACH;;;;ACGYC,IAAAA,KAAK,GAAGC,kBAAW,CAAC,KAAD,EAAQ,SAAR,EAAmB,CAAC,OAAD,EAAU,MAAV,CAAnB,EAAsC;AAAEC,EAAAA,GAAG,EAAAA,GAAAA;AAAL,CAAtC,EAAzB;AAEeA,GAAG,CAACC;;;;;"}
|