@ngrok/mantle 0.0.16 → 0.0.17
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/README.md +1 -1
- package/assets/mantle.css +240 -19
- package/dist/components/alert/src/alert.d.ts.map +1 -1
- package/dist/components/button/src/button.d.ts +2 -2
- package/dist/components/button/src/button.d.ts.map +1 -1
- package/dist/components/checkbox/index.d.ts +2 -0
- package/dist/components/checkbox/index.d.ts.map +1 -0
- package/dist/components/checkbox/src/checkbox.d.ts +5 -0
- package/dist/components/checkbox/src/checkbox.d.ts.map +1 -0
- package/dist/components/code-block/src/code-block.d.ts +1 -1
- package/dist/components/code-block/src/supported-languages.d.ts +2 -2
- package/dist/components/dropdown-menu/src/dropdown-menu.d.ts +1 -5
- package/dist/components/dropdown-menu/src/dropdown-menu.d.ts.map +1 -1
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/password-input/src/password-input.d.ts.map +1 -1
- package/dist/components/select/src/select.d.ts +1 -1
- package/dist/components/select/src/select.d.ts.map +1 -1
- package/dist/components/separator/index.d.ts +2 -0
- package/dist/components/separator/index.d.ts.map +1 -0
- package/dist/components/separator/src/separator.d.ts +8 -0
- package/dist/components/separator/src/separator.d.ts.map +1 -0
- package/dist/components/table/src/table.d.ts.map +1 -1
- package/dist/index.js +165 -81
- package/dist/index.js.map +1 -1
- package/dist/tsconfig.publish.tsbuildinfo +1 -1
- package/package.json +28 -26
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.
|
|
6
|
+
"version": "0.0.17",
|
|
7
7
|
"homepage": "https://mantle.ngrok.com",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
@@ -38,56 +38,58 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@ariakit/react": "0.4.1",
|
|
40
40
|
"@phosphor-icons/react": "2.0.15",
|
|
41
|
+
"@radix-ui/react-checkbox": "1.0.4",
|
|
41
42
|
"@radix-ui/react-dialog": "1.0.5",
|
|
42
43
|
"@radix-ui/react-dropdown-menu": "2.0.6",
|
|
43
44
|
"@radix-ui/react-popover": "1.0.7",
|
|
44
45
|
"@radix-ui/react-select": "2.0.0",
|
|
46
|
+
"@radix-ui/react-separator": "1.0.3",
|
|
45
47
|
"@radix-ui/react-slot": "1.0.2",
|
|
46
48
|
"@radix-ui/react-tooltip": "1.0.7",
|
|
47
|
-
"@remix-run/css-bundle": "2.
|
|
48
|
-
"@remix-run/node": "2.
|
|
49
|
-
"@remix-run/react": "2.
|
|
50
|
-
"@remix-run/serve": "2.
|
|
49
|
+
"@remix-run/css-bundle": "2.7.2",
|
|
50
|
+
"@remix-run/node": "2.7.2",
|
|
51
|
+
"@remix-run/react": "2.7.2",
|
|
52
|
+
"@remix-run/serve": "2.7.2",
|
|
51
53
|
"@uidotdev/usehooks": "2.4.1",
|
|
52
54
|
"class-variance-authority": "0.7.0",
|
|
53
55
|
"clsx": "2.1.0",
|
|
54
56
|
"isbot": "4.4.0",
|
|
55
57
|
"prismjs": "1.29.0",
|
|
56
58
|
"tailwind-merge": "2.2.1",
|
|
57
|
-
"tiny-invariant": "1.3.
|
|
59
|
+
"tiny-invariant": "1.3.3"
|
|
58
60
|
},
|
|
59
61
|
"devDependencies": {
|
|
60
62
|
"@commander-js/extra-typings": "12.0.0",
|
|
61
63
|
"@ianvs/prettier-plugin-sort-imports": "4.1.1",
|
|
62
64
|
"@parcel/packager-ts": "2.11.0",
|
|
63
65
|
"@parcel/transformer-typescript-types": "2.11.0",
|
|
64
|
-
"@remix-run/dev": "2.
|
|
65
|
-
"@remix-run/eslint-config": "2.
|
|
66
|
-
"@storybook/addon-essentials": "7.6.
|
|
67
|
-
"@storybook/addon-interactions": "7.6.
|
|
68
|
-
"@storybook/addon-links": "7.6.
|
|
66
|
+
"@remix-run/dev": "2.7.2",
|
|
67
|
+
"@remix-run/eslint-config": "2.7.2",
|
|
68
|
+
"@storybook/addon-essentials": "7.6.17",
|
|
69
|
+
"@storybook/addon-interactions": "7.6.17",
|
|
70
|
+
"@storybook/addon-links": "7.6.17",
|
|
69
71
|
"@storybook/addon-onboarding": "1.0.11",
|
|
70
72
|
"@storybook/addon-styling": "1.3.7",
|
|
71
|
-
"@storybook/blocks": "7.6.
|
|
72
|
-
"@storybook/builder-vite": "7.6.
|
|
73
|
-
"@storybook/react": "7.6.
|
|
74
|
-
"@storybook/react-vite": "7.6.
|
|
73
|
+
"@storybook/blocks": "7.6.17",
|
|
74
|
+
"@storybook/builder-vite": "7.6.17",
|
|
75
|
+
"@storybook/react": "7.6.17",
|
|
76
|
+
"@storybook/react-vite": "7.6.17",
|
|
75
77
|
"@storybook/testing-library": "0.2.2",
|
|
76
78
|
"@testing-library/react": "14.2.1",
|
|
77
79
|
"@testing-library/user-event": "14.5.2",
|
|
78
|
-
"@types/node": "20.11.
|
|
80
|
+
"@types/node": "20.11.21",
|
|
79
81
|
"@types/prismjs": "1.26.3",
|
|
80
|
-
"@types/react": "18.2.
|
|
82
|
+
"@types/react": "18.2.60",
|
|
81
83
|
"@types/react-dom": "18.2.19",
|
|
82
|
-
"@typescript-eslint/eslint-plugin": "7.0
|
|
83
|
-
"@typescript-eslint/parser": "7.0
|
|
84
|
+
"@typescript-eslint/eslint-plugin": "7.1.0",
|
|
85
|
+
"@typescript-eslint/parser": "7.1.0",
|
|
84
86
|
"@vitejs/plugin-react-swc": "3.6.0",
|
|
85
|
-
"@vitest/ui": "1.3.
|
|
87
|
+
"@vitest/ui": "1.3.1",
|
|
86
88
|
"autoprefixer": "10.4.17",
|
|
87
89
|
"browserslist": "4.23.0",
|
|
88
90
|
"commander": "12.0.0",
|
|
89
91
|
"copyfiles": "2.4.1",
|
|
90
|
-
"eslint": "8.
|
|
92
|
+
"eslint": "8.57.0",
|
|
91
93
|
"eslint-config-prettier": "9.1.0",
|
|
92
94
|
"eslint-plugin-react": "7.33.2",
|
|
93
95
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
@@ -100,14 +102,14 @@
|
|
|
100
102
|
"prettier-plugin-tailwindcss": "0.5.11",
|
|
101
103
|
"react": "18.2.0",
|
|
102
104
|
"react-dom": "18.2.0",
|
|
103
|
-
"storybook": "7.6.
|
|
105
|
+
"storybook": "7.6.17",
|
|
104
106
|
"tailwindcss": "3.4.1",
|
|
105
107
|
"tailwindcss-animate": "1.0.7",
|
|
106
108
|
"tsx": "4.7.1",
|
|
107
109
|
"typescript": "5.3.3",
|
|
108
|
-
"vite": "5.1.
|
|
110
|
+
"vite": "5.1.4",
|
|
109
111
|
"vite-tsconfig-paths": "4.3.1",
|
|
110
|
-
"vitest": "1.3.
|
|
112
|
+
"vitest": "1.3.1",
|
|
111
113
|
"vitest-dom": "0.1.1",
|
|
112
114
|
"zod": "3.22.4"
|
|
113
115
|
},
|
|
@@ -126,8 +128,8 @@
|
|
|
126
128
|
"docs:build": "remix build",
|
|
127
129
|
"docs:dev": "remix dev --manual",
|
|
128
130
|
"docs:serve": "remix-serve ./build/index.js",
|
|
129
|
-
"fmt:check": "prettier --
|
|
130
|
-
"fmt": "prettier --write
|
|
131
|
+
"fmt:check": "prettier --check .",
|
|
132
|
+
"fmt": "prettier --write .",
|
|
131
133
|
"gen:docs-routes": "tsx scripts/gen-docs-routes",
|
|
132
134
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
133
135
|
"storybook": "pnpm run cmd:storybook dev -p 6006",
|