@ngrok/mantle 0.0.13 → 0.0.15

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
@@ -3,7 +3,7 @@
3
3
  "description": "mantle is ngrok's UI library and design system.",
4
4
  "author": "ngrok",
5
5
  "license": "MIT",
6
- "version": "0.0.13",
6
+ "version": "0.0.15",
7
7
  "homepage": "https://mantle.ngrok.com",
8
8
  "repository": {
9
9
  "type": "git",
@@ -20,11 +20,16 @@
20
20
  "source": "./components/index.tsx",
21
21
  "types": "./dist/index.d.ts",
22
22
  "exports": {
23
- ".": "./dist/index.js",
24
- "./mantle.css": "./dist/mantle.css"
23
+ ".": {
24
+ "import": "./dist/index.js",
25
+ "require": "./dist/index.js",
26
+ "types": "./dist/index.d.ts",
27
+ "default": "./dist/index.js"
28
+ }
25
29
  },
26
30
  "files": [
27
- "dist"
31
+ "dist",
32
+ "assets"
28
33
  ],
29
34
  "engines": {
30
35
  "node": ">=20.0.0"
@@ -57,35 +62,35 @@
57
62
  "@parcel/transformer-typescript-types": "2.11.0",
58
63
  "@remix-run/dev": "2.6.0",
59
64
  "@remix-run/eslint-config": "2.6.0",
60
- "@storybook/addon-essentials": "7.6.13",
61
- "@storybook/addon-interactions": "7.6.13",
62
- "@storybook/addon-links": "7.6.13",
65
+ "@storybook/addon-essentials": "7.6.16",
66
+ "@storybook/addon-interactions": "7.6.16",
67
+ "@storybook/addon-links": "7.6.16",
63
68
  "@storybook/addon-onboarding": "1.0.11",
64
69
  "@storybook/addon-styling": "1.3.7",
65
- "@storybook/blocks": "7.6.13",
66
- "@storybook/builder-vite": "7.6.13",
67
- "@storybook/react": "7.6.13",
68
- "@storybook/react-vite": "7.6.13",
70
+ "@storybook/blocks": "7.6.16",
71
+ "@storybook/builder-vite": "7.6.16",
72
+ "@storybook/react": "7.6.16",
73
+ "@storybook/react-vite": "7.6.16",
69
74
  "@storybook/testing-library": "0.2.2",
70
75
  "@testing-library/react": "14.2.1",
71
76
  "@testing-library/user-event": "14.5.2",
72
- "@types/node": "20.11.17",
77
+ "@types/node": "20.11.19",
73
78
  "@types/prismjs": "1.26.3",
74
- "@types/react": "18.2.55",
79
+ "@types/react": "18.2.56",
75
80
  "@types/react-dom": "18.2.19",
76
- "@typescript-eslint/eslint-plugin": "6.21.0",
77
- "@typescript-eslint/parser": "6.21.0",
81
+ "@typescript-eslint/eslint-plugin": "7.0.1",
82
+ "@typescript-eslint/parser": "7.0.1",
78
83
  "@vitejs/plugin-react-swc": "3.6.0",
79
- "@vitest/ui": "1.2.2",
84
+ "@vitest/ui": "1.3.0",
80
85
  "autoprefixer": "10.4.17",
81
- "browserslist": "4.22.3",
86
+ "browserslist": "4.23.0",
82
87
  "commander": "12.0.0",
83
88
  "copyfiles": "2.4.1",
84
89
  "eslint": "8.56.0",
85
90
  "eslint-config-prettier": "9.1.0",
86
91
  "eslint-plugin-react": "7.33.2",
87
92
  "eslint-plugin-react-hooks": "4.6.0",
88
- "eslint-plugin-storybook": "0.6.15",
93
+ "eslint-plugin-storybook": "0.8.0",
89
94
  "fast-glob": "3.3.2",
90
95
  "jsdom": "24.0.0",
91
96
  "parcel": "2.11.0",
@@ -94,14 +99,14 @@
94
99
  "prettier-plugin-tailwindcss": "0.5.11",
95
100
  "react": "18.2.0",
96
101
  "react-dom": "18.2.0",
97
- "storybook": "7.6.13",
102
+ "storybook": "7.6.16",
98
103
  "tailwindcss": "3.4.1",
99
104
  "tailwindcss-animate": "1.0.7",
100
- "tsx": "4.7.0",
105
+ "tsx": "4.7.1",
101
106
  "typescript": "5.3.3",
102
- "vite": "5.1.1",
107
+ "vite": "5.1.3",
103
108
  "vite-tsconfig-paths": "4.3.1",
104
- "vitest": "1.2.2",
109
+ "vitest": "1.3.0",
105
110
  "vitest-dom": "0.1.1",
106
111
  "zod": "3.22.4"
107
112
  },
@@ -114,7 +119,7 @@
114
119
  },
115
120
  "scripts": {
116
121
  "build-storybook": "pnpm run cmd:storybook build",
117
- "build": "rm -rf dist && parcel build --dist-dir dist && cp -a ./assets/mantle.css ./dist",
122
+ "build": "rm -rf dist .parcel-cache && parcel build --dist-dir dist && cp -a ./assets/mantle.css ./dist",
118
123
  "cmd:storybook": "STORYBOOK_DISABLE_TELEMETRY=1 storybook",
119
124
  "docs:build": "remix build",
120
125
  "docs:dev": "remix dev --manual",