@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 ADDED
@@ -0,0 +1 @@
1
+ test
package/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # @prom-ui/core
2
+
3
+ ## Установка
4
+
5
+ ```sh
6
+ npm install @prom-ui/icons
7
+ ```
package/Test/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prom-ui/core/Test",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "sideEffects": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prom-ui/core/Test2",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "sideEffects": [
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.3",
4
+ "version": "0.0.4",
5
5
  "description": "core ui blocks",
6
- "sideEffects": false,
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": "0e90faf07665b6bca464c6b65394e5b3cc0216d6"
28
+ "gitHead": "8c52dbe68ef6a2982b67bcfc7c59130c11be32ab"
24
29
  }
package/index.css DELETED
@@ -1,9 +0,0 @@
1
- .Components_root__RHtJ4 {
2
- border: 10px green solid;
3
- }
4
-
5
- .Test2_root__tY2Dv {
6
- color: red;
7
- }
8
-
9
- /*# sourceMappingURL=index.css.map */
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
@@ -1,2 +0,0 @@
1
- export { Test } from "./Test";
2
- export { Test2 } from "./Test2";
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;;;;;"}