@ngrok/mantle 0.58.1 → 0.58.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/assets/mantle.css CHANGED
@@ -124,15 +124,21 @@
124
124
  }
125
125
  }
126
126
 
127
+ @theme {
128
+ --color-white: oklch(100% 0 0);
129
+ --color-black: oklch(0% 0 0);
130
+ --color-static-white: oklch(100% 0 0);
131
+ --color-static-black: oklch(0% 0 0);
132
+ --color-ff00ff: oklch(0.70188 0.35257 328.35);
133
+ --color-ff00ff: color(display-p3 0.94164 0 0.99869);
134
+ }
135
+
127
136
  :root,
128
137
  :root.light,
129
138
  :root[data-theme="light"],
130
139
  :root[data-applied-theme="light"] {
131
140
  color-scheme: light;
132
141
 
133
- --color-white: oklch(100% 0 0);
134
- --color-black: oklch(0% 0 0);
135
-
136
142
  --color-neutral-50: oklch(98.4% 0.0017 258.6);
137
143
  --color-neutral-100: oklch(96.7% 0.0032 261.6);
138
144
  --color-neutral-200: oklch(91.9% 0.007 264.5);
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.58.1",
6
+ "version": "0.58.2",
7
7
  "homepage": "https://mantle.ngrok.com",
8
8
  "repository": {
9
9
  "type": "git",
@@ -32,9 +32,9 @@
32
32
  "@radix-ui/react-dropdown-menu": "2.1.16",
33
33
  "@radix-ui/react-hover-card": "1.1.15",
34
34
  "@radix-ui/react-popover": "1.1.15",
35
- "@radix-ui/react-progress": "1.1.7",
35
+ "@radix-ui/react-progress": "1.1.8",
36
36
  "@radix-ui/react-select": "2.2.6",
37
- "@radix-ui/react-slot": "1.2.3",
37
+ "@radix-ui/react-slot": "1.2.4",
38
38
  "@radix-ui/react-switch": "1.2.6",
39
39
  "@radix-ui/react-tabs": "1.1.13",
40
40
  "@radix-ui/react-tooltip": "1.2.8",
@@ -61,10 +61,10 @@
61
61
  "@types/react-dom": "19.2.2",
62
62
  "browserslist": "4.27.0",
63
63
  "date-fns": "4.1.0",
64
- "jsdom": "27.0.1",
64
+ "happy-dom": "20.0.10",
65
65
  "react": "18.3.1",
66
66
  "react-dom": "18.3.1",
67
- "react-router": "7.9.4",
67
+ "react-router": "7.9.5",
68
68
  "tailwindcss": "4.1.16",
69
69
  "tsup": "8.5.0",
70
70
  "typescript": "5.9.3",