You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/__tests__/snapshot-tests/__snapshots__/documenter.test.ts.snap
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -20092,7 +20092,7 @@ exports[`Components definition for prompt-input matches the snapshot: prompt-inp
20092
20092
"description": "Called whenever a user clicks the action button or presses the "Enter" key.
20093
20093
The event \`detail\` contains the current value as a string and an array of tokens.
20094
20094
20095
-
When \`menus\` or \`tokens\` is defined, the \`value\` is derived from \`tokensToText(tokens)\` if provided, otherwise from the default tokens-to-text conversion.",
20095
+
When \`tokens\` is defined, the \`value\` is derived from \`tokensToText(tokens)\` if provided, otherwise from the default tokens-to-text conversion.",
20096
20096
"detailInlineType": {
20097
20097
"name": "PromptInputProps.ActionDetail",
20098
20098
"properties": [
@@ -20122,7 +20122,7 @@ When \`menus\` or \`tokens\` is defined, the \`value\` is derived from \`tokensT
20122
20122
"description": "Called whenever a user changes the input value (by typing or pasting).
20123
20123
The event \`detail\` contains the current value as a string and an array of tokens.
20124
20124
20125
-
When \`menus\` or \`tokens\` is defined, the \`value\` is derived from \`tokensToText(tokens)\` if provided, otherwise from the default tokens-to-text conversion.",
20125
+
When \`tokens\` is defined, the \`value\` is derived from \`tokensToText(tokens)\` if provided, otherwise from the default tokens-to-text conversion.",
20126
20126
"detailInlineType": {
20127
20127
"name": "PromptInputProps.ChangeDetail",
20128
20128
"properties": [
@@ -20619,7 +20619,7 @@ Requires React 18.",
20619
20619
"returnType": "void",
20620
20620
},
20621
20621
{
20622
-
"description": "Inserts text at a specified position. Only supported when \`menus\` or \`tokens\` is defined.
20622
+
"description": "Inserts text at a specified position. Only supported when \`tokens\` is defined.
20623
20623
Triggers input events and menu detection.
20624
20624
20625
20625
When pinned reference tokens are present, \`caretStart\` and \`caretEnd\` are automatically
@@ -20891,7 +20891,7 @@ To use it correctly, set the \`name\` property.
20891
20891
You can either provide a boolean value to set the property to "on" or "off", or specify a string value
20892
20892
for the [autocomplete](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) attribute.
20893
20893
20894
-
Note: When \`menus\` or \`tokens\` is defined, autocomplete will not function.",
20894
+
Note: When \`tokens\` is defined, autocomplete will not function.",
20895
20895
"inlineType": {
20896
20896
"name": "string | boolean",
20897
20897
"type": "union",
@@ -21147,7 +21147,7 @@ Some attributes will be automatically combined with internal attribute values:
21147
21147
- Event handlers will be chained, unless the default is prevented.
21148
21148
21149
21149
We do not support using this attribute to apply custom styling.
21150
-
When \`menus\` or \`tokens\` is defined, nativeTextareaAttributes will be ignored.",
21150
+
When \`tokens\` is defined, nativeTextareaAttributes will be ignored.",
0 commit comments