vrembem 4.0.0-next.11 → 4.0.0-next.13

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vrembem",
3
3
  "description": "A component library based on the BEM methodology.",
4
- "version": "4.0.0-next.11",
4
+ "version": "4.0.0-next.13",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "keywords": [
@@ -10,21 +10,17 @@
10
10
  "component",
11
11
  "library"
12
12
  ],
13
- "main": "./dist/index.js",
14
13
  "exports": {
15
14
  ".": {
16
- "import": "./dist/index.js",
17
- "require": "./dist/index.umd.cjs"
15
+ "import": "./index.js",
16
+ "require": "./dist/index.umd.cjs",
17
+ "sass": "./index.scss",
18
+ "style": "./dist/index.css"
18
19
  },
19
- "./css": "./dist/index.css",
20
- "./scss": "./index.scss",
21
- "./dev": "./dev/index.css",
22
- "./dist": "./dist/index.css",
20
+ "./dev/*": "./dev/*",
21
+ "./dist/*": "./dist/*",
23
22
  "./root": "./root.scss"
24
23
  },
25
- "unpkg": "dist/index.umd.cjs",
26
- "sass": "index.scss",
27
- "style": "dist/index.css",
28
24
  "files": [
29
25
  "dev",
30
26
  "dist",
@@ -34,21 +30,17 @@
34
30
  ],
35
31
  "scripts": {
36
32
  "serve": "vite",
37
- "build": "npm-run-all clean styles root scripts",
33
+ "build": "npm-run-all clean styles scripts",
38
34
  "clean": "del dev && del dist",
39
35
  "scripts": "npm-run-all scripts:dev scripts:dist",
40
36
  "scripts:dev": "vite build --outDir dev --minify false",
41
37
  "scripts:dist": "vite build --outDir dist",
42
38
  "styles": "npm-run-all styles:dev styles:dist",
43
- "styles:dev": "sass index.scss dev/index.css --load-path=../../node_modules",
44
- "styles:dist": "sass index.scss dist/index.css --load-path=../../node_modules --style=compressed",
45
- "root": "npm-run-all root:dev root:dist",
46
- "root:dev": "sass root.scss dev/root.css --load-path=../../node_modules",
47
- "root:dist": "sass root.scss dist/root.css --load-path=../../node_modules --style=compressed",
48
- "watch": "concurrently --kill-others 'npm run watch:scripts' 'npm run watch:styles' 'npm run watch:root'",
39
+ "styles:dev": "sass build:dev --load-path=../../node_modules",
40
+ "styles:dist": "sass build:dist --load-path=../../node_modules --style=compressed",
41
+ "watch": "concurrently --kill-others 'npm run watch:scripts' 'npm run watch:styles'",
49
42
  "watch:scripts": "concurrently 'npm run scripts:dev -- --watch' 'npm run scripts:dist -- --watch'",
50
- "watch:styles": "concurrently 'npm run styles:dev -- --watch' 'npm run styles:dist -- --watch'",
51
- "watch:root": "concurrently 'npm run root:dev -- --watch' 'npm run root:dist -- --watch'"
43
+ "watch:styles": "concurrently 'npm run styles:dev -- --watch' 'npm run styles:dist -- --watch'"
52
44
  },
53
45
  "repository": {
54
46
  "type": "git",
@@ -57,29 +49,29 @@
57
49
  },
58
50
  "homepage": "https://github.com/sebnitu/vrembem#readme",
59
51
  "dependencies": {
60
- "@vrembem/base": "^4.0.0-next.11",
61
- "@vrembem/button": "^4.0.0-next.11",
62
- "@vrembem/card": "^4.0.0-next.11",
63
- "@vrembem/checkbox": "^4.0.0-next.11",
64
- "@vrembem/core": "^4.0.0-next.11",
65
- "@vrembem/dialog": "^4.0.0-next.11",
66
- "@vrembem/drawer": "^4.0.0-next.11",
67
- "@vrembem/flex": "^4.0.0-next.11",
68
- "@vrembem/grid": "^4.0.0-next.11",
69
- "@vrembem/icon": "^4.0.0-next.11",
70
- "@vrembem/input": "^4.0.0-next.11",
71
- "@vrembem/menu": "^4.0.0-next.11",
72
- "@vrembem/modal": "^4.0.0-next.11",
73
- "@vrembem/notice": "^4.0.0-next.11",
74
- "@vrembem/popover": "^4.0.0-next.11",
75
- "@vrembem/radio": "^4.0.0-next.11",
76
- "@vrembem/section": "^4.0.0-next.11",
77
- "@vrembem/switch": "^4.0.0-next.11",
78
- "@vrembem/table": "^4.0.0-next.11",
79
- "@vrembem/utility": "^4.0.0-next.11"
52
+ "@vrembem/base": "^4.0.0-next.13",
53
+ "@vrembem/button": "^4.0.0-next.13",
54
+ "@vrembem/card": "^4.0.0-next.13",
55
+ "@vrembem/checkbox": "^4.0.0-next.13",
56
+ "@vrembem/core": "^4.0.0-next.13",
57
+ "@vrembem/dialog": "^4.0.0-next.13",
58
+ "@vrembem/drawer": "^4.0.0-next.13",
59
+ "@vrembem/flex": "^4.0.0-next.13",
60
+ "@vrembem/grid": "^4.0.0-next.13",
61
+ "@vrembem/icon": "^4.0.0-next.13",
62
+ "@vrembem/input": "^4.0.0-next.13",
63
+ "@vrembem/menu": "^4.0.0-next.13",
64
+ "@vrembem/modal": "^4.0.0-next.13",
65
+ "@vrembem/notice": "^4.0.0-next.13",
66
+ "@vrembem/popover": "^4.0.0-next.13",
67
+ "@vrembem/radio": "^4.0.0-next.13",
68
+ "@vrembem/section": "^4.0.0-next.13",
69
+ "@vrembem/switch": "^4.0.0-next.13",
70
+ "@vrembem/table": "^4.0.0-next.13",
71
+ "@vrembem/utility": "^4.0.0-next.13"
80
72
  },
81
73
  "publishConfig": {
82
74
  "access": "public"
83
75
  },
84
- "gitHead": "2d73afe4fec0353e14a50a42e3d28450237b2a7c"
76
+ "gitHead": "9ccd15c92ac7d83fee6afb42cebcb8232aefdf38"
85
77
  }