@ngrok/mantle 0.76.0 → 0.76.1

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/dist/agent.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ngrok/mantle",
3
- "version": "0.76.0",
3
+ "version": "0.76.1",
4
4
  "origin": "https://mantle.ngrok.com",
5
5
  "endpoints": {
6
6
  "docs": "https://mantle.ngrok.com/",
package/dist/command.d.ts CHANGED
@@ -135,7 +135,7 @@ declare const Command: {
135
135
  ref?: React.Ref<HTMLDivElement>;
136
136
  } & {
137
137
  asChild?: boolean;
138
- }, "key" | keyof import("react").HTMLAttributes<HTMLDivElement> | "asChild"> & {
138
+ }, "key" | "asChild" | keyof import("react").HTMLAttributes<HTMLDivElement>> & {
139
139
  label?: string;
140
140
  shouldFilter?: boolean;
141
141
  filter?: (value: string, search: string, keywords?: string[]) => number;
@@ -285,7 +285,7 @@ declare const Command: {
285
285
  ref?: React.Ref<HTMLDivElement>;
286
286
  } & {
287
287
  asChild?: boolean;
288
- }, "key" | keyof import("react").HTMLAttributes<HTMLDivElement> | "asChild"> & {
288
+ }, "key" | "asChild" | keyof import("react").HTMLAttributes<HTMLDivElement>> & {
289
289
  label?: string;
290
290
  } & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
291
291
  /**
@@ -326,7 +326,7 @@ declare const Command: {
326
326
  ref?: React.Ref<HTMLDivElement>;
327
327
  } & {
328
328
  asChild?: boolean;
329
- }, "key" | keyof import("react").HTMLAttributes<HTMLDivElement> | "asChild"> & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
329
+ }, "key" | "asChild" | keyof import("react").HTMLAttributes<HTMLDivElement>> & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
330
330
  /**
331
331
  * The group component for the Command component.
332
332
  *
@@ -365,7 +365,7 @@ declare const Command: {
365
365
  ref?: React.Ref<HTMLDivElement>;
366
366
  } & {
367
367
  asChild?: boolean;
368
- }, "key" | keyof import("react").HTMLAttributes<HTMLDivElement> | "asChild">, "value" | "heading"> & {
368
+ }, "key" | "asChild" | keyof import("react").HTMLAttributes<HTMLDivElement>>, "heading" | "value"> & {
369
369
  heading?: React.ReactNode;
370
370
  value?: string;
371
371
  forceMount?: boolean;
@@ -408,7 +408,7 @@ declare const Command: {
408
408
  ref?: React.Ref<HTMLDivElement>;
409
409
  } & {
410
410
  asChild?: boolean;
411
- }, "key" | keyof import("react").HTMLAttributes<HTMLDivElement> | "asChild">, "onSelect" | "disabled" | "value"> & {
411
+ }, "key" | "asChild" | keyof import("react").HTMLAttributes<HTMLDivElement>>, "onSelect" | "disabled" | "value"> & {
412
412
  disabled?: boolean;
413
413
  onSelect?: (value: string) => void;
414
414
  value?: string;
@@ -484,7 +484,7 @@ declare const Command: {
484
484
  ref?: React.Ref<HTMLDivElement>;
485
485
  } & {
486
486
  asChild?: boolean;
487
- }, "key" | keyof import("react").HTMLAttributes<HTMLDivElement> | "asChild"> & {
487
+ }, "key" | "asChild" | keyof import("react").HTMLAttributes<HTMLDivElement>> & {
488
488
  alwaysRender?: boolean;
489
489
  } & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
490
490
  };
package/dist/llms.txt CHANGED
@@ -1,4 +1,4 @@
1
- # @ngrok/mantle (0.76.0)
1
+ # @ngrok/mantle (0.76.1)
2
2
 
3
3
  > Offline discovery hint shipped inside the @ngrok/mantle npm package. Authoritative metadata lives at https://mantle.ngrok.com/for-ai-agents.
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ngrok/mantle",
3
- "version": "0.76.0",
3
+ "version": "0.76.1",
4
4
  "description": "mantle is ngrok's UI library and design system.",
5
5
  "homepage": "https://mantle.ngrok.com",
6
6
  "license": "MIT",
@@ -362,7 +362,6 @@
362
362
  "@radix-ui/react-tabs": "1.1.14",
363
363
  "@radix-ui/react-tooltip": "1.2.9",
364
364
  "@tanstack/react-table": "8.21.3",
365
- "@uidotdev/usehooks": "2.4.1",
366
365
  "class-variance-authority": "0.7.1",
367
366
  "clsx": "2.1.1",
368
367
  "cmdk": "1.1.1",