@hashicorp/mds-next 0.9.5 → 0.9.7

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.
Files changed (29) hide show
  1. package/package.json +69 -85
  2. /package/{dist/.tsbuildinfo → .tsbuildinfo} +0 -0
  3. /package/{dist/adapters → adapters}/image/index.d.ts +0 -0
  4. /package/{dist/adapters → adapters}/image/index.d.ts.map +0 -0
  5. /package/{dist/adapters → adapters}/image/index.js +0 -0
  6. /package/{dist/adapters → adapters}/image/index.js.map +0 -0
  7. /package/{dist/adapters → adapters}/index.d.ts +0 -0
  8. /package/{dist/adapters → adapters}/index.d.ts.map +0 -0
  9. /package/{dist/adapters → adapters}/index.js +0 -0
  10. /package/{dist/adapters → adapters}/index.js.map +0 -0
  11. /package/{dist/adapters → adapters}/link/index.d.ts +0 -0
  12. /package/{dist/adapters → adapters}/link/index.d.ts.map +0 -0
  13. /package/{dist/adapters → adapters}/link/index.js +0 -0
  14. /package/{dist/adapters → adapters}/link/index.js.map +0 -0
  15. /package/{dist/font → font}/HashiCorp_Sans_Variable.woff2 +0 -0
  16. /package/{dist/font → font}/dejavu_sans_mono-400-normal.woff +0 -0
  17. /package/{dist/font → font}/dejavu_sans_mono-400-normal.woff2 +0 -0
  18. /package/{dist/fonts → fonts}/index.d.ts +0 -0
  19. /package/{dist/fonts → fonts}/index.d.ts.map +0 -0
  20. /package/{dist/fonts → fonts}/index.js +0 -0
  21. /package/{dist/fonts → fonts}/index.js.map +0 -0
  22. /package/{dist/index.d.ts → index.d.ts} +0 -0
  23. /package/{dist/index.d.ts.map → index.d.ts.map} +0 -0
  24. /package/{dist/index.js → index.js} +0 -0
  25. /package/{dist/index.js.map → index.js.map} +0 -0
  26. /package/{dist/scripts → scripts}/make-publish-manifest.d.ts +0 -0
  27. /package/{dist/scripts → scripts}/make-publish-manifest.d.ts.map +0 -0
  28. /package/{dist/scripts → scripts}/make-publish-manifest.js +0 -0
  29. /package/{dist/scripts → scripts}/make-publish-manifest.js.map +0 -0
package/package.json CHANGED
@@ -1,87 +1,71 @@
1
1
  {
2
- "name": "@hashicorp/mds-next",
3
- "version": "0.9.5",
4
- "description": "Next.js adapter for MDS tokens (fonts, etc).",
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-next"
11
- },
12
- "homepage": "https://github.com/hashicorp/web/tree/main/packages/mds-next#readme",
13
- "bugs": {
14
- "url": "https://github.com/hashicorp/web/issues"
15
- },
16
- "peerDependencies": {
17
- "next": ">=14",
18
- "react": "^16.8 || ^17.0 || ^18.0 || ^19.0",
19
- "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0"
20
- },
21
- "devDependencies": {
22
- "@hashicorp/mds-react": "*",
23
- "@hashicorp/mds-tokens": "*",
24
- "next": ">=14",
25
- "rimraf": "^5.0.0",
26
- "typescript": "^5.4.5"
27
- },
28
- "files": [
29
- "dist",
30
- "README.md",
31
- "LICENSE",
32
- "package.json"
33
- ],
34
- "main": "./dist/index.js",
35
- "types": "./dist/index.d.ts",
36
- "exports": {
37
- ".": {
38
- "types": "./dist/index.d.ts",
39
- "import": "./dist/index.js",
40
- "require": "./dist/index.js",
41
- "default": "./dist/index.js"
42
- },
43
- "./adapters": {
44
- "types": "./dist/adapters/index.d.ts",
45
- "import": "./dist/adapters/index.js",
46
- "require": "./dist/adapters/index.js",
47
- "default": "./dist/adapters/index.js"
48
- },
49
- "./fonts": {
50
- "types": "./dist/fonts/index.d.ts",
51
- "import": "./dist/fonts/index.js",
52
- "require": "./dist/fonts/index.js",
53
- "default": "./dist/fonts/index.js"
54
- },
55
- "./package.json": "./package.json",
56
- "./*": null
57
- },
58
- "typesVersions": {
59
- "*": {
60
- "adapters": [
61
- "dist/adapters/index.d.ts"
62
- ],
63
- "fonts": [
64
- "dist/fonts/index.d.ts"
65
- ],
66
- "*": [
67
- "dist/*"
68
- ]
69
- }
70
- },
71
- "publishConfig": {
72
- "access": "public"
73
- },
74
- "scripts": {
75
- "clean": "rimraf dist",
76
- "build:js": "tsc -p tsconfig.build.json",
77
- "copy:fonts": "mkdir -p dist/font && cpx \"../mds-tokens/src/font/**/*.{woff2,woff,ttf,otf}\" dist/font",
78
- "build": "npm run clean && npm run build:js && npm run copy:fonts",
79
- "dev:js": "tsc -p tsconfig.build.json -w",
80
- "dev:assets": "cpx \"../mds-tokens/src/font/**/*.{woff2,woff,ttf,otf}\" dist/font -w",
81
- "dev": "npm-run-all -p dev:js dev:assets",
82
- "prepack": "npm run build",
83
- "typecheck": "tsc --noEmit",
84
- "prepublishOnly": "npm run build && node src/scripts/make-publish-manifest.js",
85
- "publish": "npm publish --access public ./dist"
86
- }
2
+ "name": "@hashicorp/mds-next",
3
+ "version": "0.9.7",
4
+ "description": "Next.js adapter for MDS tokens (fonts, etc).",
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-next"
11
+ },
12
+ "homepage": "https://github.com/hashicorp/web/tree/main/packages/mds-next#readme",
13
+ "bugs": {
14
+ "url": "https://github.com/hashicorp/web/issues"
15
+ },
16
+ "main": "./index.js",
17
+ "types": "./index.d.ts",
18
+ "exports": {
19
+ ".": {
20
+ "types": "./index.d.ts",
21
+ "import": "./index.js",
22
+ "require": "./index.js",
23
+ "default": "./index.js"
24
+ },
25
+ "./adapters": {
26
+ "types": "./adapters/index.d.ts",
27
+ "import": "./adapters/index.js",
28
+ "require": "./adapters/index.js",
29
+ "default": "./adapters/index.js"
30
+ },
31
+ "./fonts": {
32
+ "types": "./fonts/index.d.ts",
33
+ "import": "./fonts/index.js",
34
+ "require": "./fonts/index.js",
35
+ "default": "./fonts/index.js"
36
+ },
37
+ "./package.json": "./package.json",
38
+ "./*": null
39
+ },
40
+ "typesVersions": {
41
+ "*": {
42
+ "adapters": [
43
+ "adapters/index.d.ts"
44
+ ],
45
+ "fonts": [
46
+ "fonts/index.d.ts"
47
+ ],
48
+ "*": [
49
+ "*"
50
+ ]
51
+ }
52
+ },
53
+ "publishConfig": {
54
+ "access": "public"
55
+ },
56
+ "peerDependencies": {
57
+ "next": ">=14",
58
+ "react": "^16.8 || ^17.0 || ^18.0 || ^19.0",
59
+ "react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0",
60
+ "@hashicorp/mds-react": "^0.9.14",
61
+ "@hashicorp/mds-tokens": "^0.9.7"
62
+ },
63
+ "peerDependenciesMeta": {
64
+ "@hashicorp/mds-react": {
65
+ "optional": false
66
+ },
67
+ "@hashicorp/mds-tokens": {
68
+ "optional": false
69
+ }
70
+ }
87
71
  }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes