@universal-material/web 3.0.17 → 3.0.19
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/card/card.styles.d.ts.map +1 -1
- package/card/card.styles.js +1 -0
- package/card/card.styles.js.map +1 -1
- package/container/grid-base.d.ts +1 -0
- package/container/grid-base.d.ts.map +1 -1
- package/container/grid-base.js +7 -0
- package/container/grid-base.js.map +1 -1
- package/container/grid-base.styles.d.ts.map +1 -1
- package/container/grid-base.styles.js +4 -1
- package/container/grid-base.styles.js.map +1 -1
- package/custom-elements.json +1292 -438
- package/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@universal-material/web",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.19",
|
|
4
4
|
"description": "Material web components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"module": "./index.js",
|
|
17
17
|
"typings": "./index.d.ts",
|
|
18
18
|
"scripts": {
|
|
19
|
-
"build": "run-s clean sass:sass-to-ts script:build copy",
|
|
19
|
+
"build": "run-s clean sass:sass-to-ts script:build analyze copy",
|
|
20
20
|
"build:watch": "npm-run-all clean sass:sass-to-ts --parallel sass:sass-to-ts:watch script:build:watch",
|
|
21
21
|
"script:build": "tsc",
|
|
22
22
|
"script:build:watch": "tsc --watch",
|
|
@@ -38,7 +38,8 @@
|
|
|
38
38
|
"docs:serve": "wds --root-dir=docs/dist --node-resolve --watch",
|
|
39
39
|
"analyze": "cem analyze --litelement --globs \"src/**/*.ts\"",
|
|
40
40
|
"analyze:watch": "cem analyze --litelement --globs \"src/**/*.ts\" --watch",
|
|
41
|
-
"checksize": "rollup -c ; cat my-element.bundled.js | gzip -9 | wc -c ; rm my-element.bundled.js"
|
|
41
|
+
"checksize": "rollup -c ; cat my-element.bundled.js | gzip -9 | wc -c ; rm my-element.bundled.js",
|
|
42
|
+
"publish": "cd dist && npm publish"
|
|
42
43
|
},
|
|
43
44
|
"author": "https://github.com/universal-material/universal-material/graphs/contributors",
|
|
44
45
|
"repository": {
|