@hashicorp/mds-tokens 0.9.0 → 0.9.2

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,54 +1,33 @@
1
1
  {
2
- "name": "@hashicorp/mds-tokens",
3
- "version": "0.9.0",
4
- "description": "Materia Design System tokens and base styles.",
5
- "author": "HashiCorp",
6
- "license": "MPL-2.0",
7
- "type": "module",
8
- "repository": {
9
- "type": "git",
10
- "url": "git+https://github.com/hashicorp/web/tree/main/packages/mds-tokens"
11
- },
12
- "publishConfig": {
13
- "access": "public"
14
- },
15
- "sideEffects": [
16
- "*.css"
17
- ],
18
- "files": [
19
- "dist",
20
- "README.md",
21
- "LICENSE",
22
- "package.json"
23
- ],
24
- "style": "dist/style.css",
25
- "main": "dist/index.js",
26
- "exports": {
27
- ".": {
28
- "import": "./dist/index.js",
29
- "default": "./dist/index.js"
30
- },
31
- "./style.css": "./dist/style.css",
32
- "./breakpoints.css": "./dist/breakpoints.css",
33
- "./font/*": "./dist/font/*"
34
- },
35
- "scripts": {
36
- "clean": "rimraf dist",
37
- "build:css": "postcss src/style.css -o dist/style.css && postcss src/custom-properties/breakpoints.css -o dist/breakpoints.css",
38
- "build:fonts": "cpx \"src/font/**/*\" dist/font",
39
- "build:shim": "echo \"import './style.css';\" > dist/index.js",
40
- "build": "npm run clean && npm run build:css && npm run build:fonts && npm run build:shim",
41
- "prepublishOnly": "npm run build",
42
- "dev": "npm-run-all -p dev:css dev:fonts dev:shim",
43
- "dev:css": "postcss src/style.css -o dist/style.css -w",
44
- "dev:fonts": "cpx \"src/font/**/*\" dist/font -w",
45
- "dev:shim": "mkdir -p dist && cpx \"src/index.js\" dist -w"
46
- },
47
- "devDependencies": {
48
- "postcss": "^8.4.0",
49
- "postcss-cli": "^11.0.0",
50
- "postcss-import": "^16.0.0",
51
- "postcss-url": "^10.1.3",
52
- "rimraf": "^5.0.0"
53
- }
2
+ "name": "@hashicorp/mds-tokens",
3
+ "version": "0.9.2",
4
+ "description": "Materia Design System tokens and base styles.",
5
+ "author": "HashiCorp",
6
+ "license": "MPL-2.0",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/hashicorp/web.git",
10
+ "directory": "packages/mds-tokens"
11
+ },
12
+ "homepage": "https://github.com/hashicorp/web/tree/main/packages/mds-tokens#readme",
13
+ "bugs": {
14
+ "url": "https://github.com/hashicorp/web/issues"
15
+ },
16
+ "type": "module",
17
+ "main": "./index.js",
18
+ "exports": {
19
+ ".": {
20
+ "import": "./index.js",
21
+ "default": "./index.js"
22
+ },
23
+ "./style.css": "./style.css",
24
+ "./breakpoints.css": "./breakpoints.css",
25
+ "./font/*": "./font/*"
26
+ },
27
+ "sideEffects": [
28
+ "*.css"
29
+ ],
30
+ "publishConfig": {
31
+ "access": "public"
32
+ }
54
33
  }
File without changes
File without changes
File without changes
File without changes
File without changes