diff --git a/src/__tests__/snapshot-tests/__snapshots__/documenter.test.ts.snap b/src/__tests__/snapshot-tests/__snapshots__/documenter.test.ts.snap index d19f603595..5375ef38d3 100644 --- a/src/__tests__/snapshot-tests/__snapshots__/documenter.test.ts.snap +++ b/src/__tests__/snapshot-tests/__snapshots__/documenter.test.ts.snap @@ -3051,6 +3051,7 @@ Instead, use \`onSelect\` in combination with the \`onChange\` handler only as a "command-prompt", "delete-marker", "drag-indicator", + "edit-gen-ai", "envelope", "exit-full-screen", "expand", @@ -3083,6 +3084,7 @@ Instead, use \`onSelect\` in combination with the \`onChange\` handler only as a "notification", "redo", "resize-area", + "search-gen-ai", "settings", "send", "share", @@ -3101,6 +3103,7 @@ Instead, use \`onSelect\` in combination with the \`onChange\` handler only as a "stop-circle", "subtract-minus", "suggestions", + "suggestions-gen-ai", "support", "thumbs-down-filled", "thumbs-down", @@ -5275,6 +5278,7 @@ This property is ignored if you use a predefined icon or if you set your custom "command-prompt", "delete-marker", "drag-indicator", + "edit-gen-ai", "envelope", "exit-full-screen", "expand", @@ -5307,6 +5311,7 @@ This property is ignored if you use a predefined icon or if you set your custom "notification", "redo", "resize-area", + "search-gen-ai", "settings", "send", "share", @@ -5325,6 +5330,7 @@ This property is ignored if you use a predefined icon or if you set your custom "stop-circle", "subtract-minus", "suggestions", + "suggestions-gen-ai", "support", "thumbs-down-filled", "thumbs-down", @@ -6065,6 +6071,7 @@ The main action also supports the following properties of the [button](/componen "command-prompt", "delete-marker", "drag-indicator", + "edit-gen-ai", "envelope", "exit-full-screen", "expand", @@ -6097,6 +6104,7 @@ The main action also supports the following properties of the [button](/componen "notification", "redo", "resize-area", + "search-gen-ai", "settings", "send", "share", @@ -6115,6 +6123,7 @@ The main action also supports the following properties of the [button](/componen "stop-circle", "subtract-minus", "suggestions", + "suggestions-gen-ai", "support", "thumbs-down-filled", "thumbs-down", @@ -13904,6 +13913,7 @@ use the \`id\` attribute, consider setting it on a parent element instead.", "command-prompt", "delete-marker", "drag-indicator", + "edit-gen-ai", "envelope", "exit-full-screen", "expand", @@ -13936,6 +13946,7 @@ use the \`id\` attribute, consider setting it on a parent element instead.", "notification", "redo", "resize-area", + "search-gen-ai", "settings", "send", "share", @@ -13954,6 +13965,7 @@ use the \`id\` attribute, consider setting it on a parent element instead.", "stop-circle", "subtract-minus", "suggestions", + "suggestions-gen-ai", "support", "thumbs-down-filled", "thumbs-down", @@ -19499,6 +19511,7 @@ This property is ignored if you use a predefined icon or if you set your custom "command-prompt", "delete-marker", "drag-indicator", + "edit-gen-ai", "envelope", "exit-full-screen", "expand", @@ -19531,6 +19544,7 @@ This property is ignored if you use a predefined icon or if you set your custom "notification", "redo", "resize-area", + "search-gen-ai", "settings", "send", "share", @@ -19549,6 +19563,7 @@ This property is ignored if you use a predefined icon or if you set your custom "stop-circle", "subtract-minus", "suggestions", + "suggestions-gen-ai", "support", "thumbs-down-filled", "thumbs-down", @@ -22871,6 +22886,7 @@ The event \`detail\` contains the current \`selectedOption\`.", "command-prompt", "delete-marker", "drag-indicator", + "edit-gen-ai", "envelope", "exit-full-screen", "expand", @@ -22903,6 +22919,7 @@ The event \`detail\` contains the current \`selectedOption\`.", "notification", "redo", "resize-area", + "search-gen-ai", "settings", "send", "share", @@ -22921,6 +22938,7 @@ The event \`detail\` contains the current \`selectedOption\`.", "stop-circle", "subtract-minus", "suggestions", + "suggestions-gen-ai", "support", "thumbs-down-filled", "thumbs-down", @@ -23463,6 +23481,7 @@ If you want to clear the selection, use \`null\`.", "command-prompt", "delete-marker", "drag-indicator", + "edit-gen-ai", "envelope", "exit-full-screen", "expand", @@ -23495,6 +23514,7 @@ If you want to clear the selection, use \`null\`.", "notification", "redo", "resize-area", + "search-gen-ai", "settings", "send", "share", @@ -23513,6 +23533,7 @@ If you want to clear the selection, use \`null\`.", "stop-circle", "subtract-minus", "suggestions", + "suggestions-gen-ai", "support", "thumbs-down-filled", "thumbs-down", @@ -28700,6 +28721,7 @@ If an href is provided, it opens the link in a new tab.", "command-prompt", "delete-marker", "drag-indicator", + "edit-gen-ai", "envelope", "exit-full-screen", "expand", @@ -28732,6 +28754,7 @@ If an href is provided, it opens the link in a new tab.", "notification", "redo", "resize-area", + "search-gen-ai", "settings", "send", "share", @@ -28750,6 +28773,7 @@ If an href is provided, it opens the link in a new tab.", "stop-circle", "subtract-minus", "suggestions", + "suggestions-gen-ai", "support", "thumbs-down-filled", "thumbs-down", @@ -28904,6 +28928,7 @@ We do not support using this attribute to apply custom styling.", "command-prompt", "delete-marker", "drag-indicator", + "edit-gen-ai", "envelope", "exit-full-screen", "expand", @@ -28936,6 +28961,7 @@ We do not support using this attribute to apply custom styling.", "notification", "redo", "resize-area", + "search-gen-ai", "settings", "send", "share", @@ -28954,6 +28980,7 @@ We do not support using this attribute to apply custom styling.", "stop-circle", "subtract-minus", "suggestions", + "suggestions-gen-ai", "support", "thumbs-down-filled", "thumbs-down", diff --git a/src/icon/interfaces.ts b/src/icon/interfaces.ts index ce80fc3640..96f24d8b67 100644 --- a/src/icon/interfaces.ts +++ b/src/icon/interfaces.ts @@ -128,6 +128,7 @@ export namespace IconProps { | 'download' | 'drag-indicator' | 'edit' + | 'edit-gen-ai' | 'ellipsis' | 'envelope' | 'exit-full-screen' @@ -176,6 +177,7 @@ export namespace IconProps { | 'resize-area' | 'script' | 'search' + | 'search-gen-ai' | 'security' | 'settings' | 'send' @@ -196,6 +198,7 @@ export namespace IconProps { | 'stop-circle' | 'subtract-minus' | 'suggestions' + | 'suggestions-gen-ai' | 'support' | 'thumbs-down-filled' | 'thumbs-down'