From 03f9ed3bb6e6a4b6d58375e3c7c498f861a3ee1e Mon Sep 17 00:00:00 2001 From: Dimitar Kalaydzhiev Date: Wed, 24 Jan 2024 11:43:12 +0200 Subject: [PATCH] chore(prompt): update more-actions test to utilize panelbar rendering --- .../lib/swatches/default-ocean-blue.json | 5 ++ .../prompt/templates/prompt-more-actions.tsx | 69 +++++++++++++++---- 2 files changed, 61 insertions(+), 13 deletions(-) diff --git a/packages/default/lib/swatches/default-ocean-blue.json b/packages/default/lib/swatches/default-ocean-blue.json index ae169535ec9..ca555df7893 100644 --- a/packages/default/lib/swatches/default-ocean-blue.json +++ b/packages/default/lib/swatches/default-ocean-blue.json @@ -22,6 +22,11 @@ "type": "boolean", "value": false }, + "kendo-enable-color-system": { + "name": "Use new Color System", + "type": "boolean", + "value": false + }, "kendo-color-primary": { "name": "Primary", "type": "color", diff --git a/packages/html/src/prompt/templates/prompt-more-actions.tsx b/packages/html/src/prompt/templates/prompt-more-actions.tsx index 3f2cf8107ef..09315aac866 100644 --- a/packages/html/src/prompt/templates/prompt-more-actions.tsx +++ b/packages/html/src/prompt/templates/prompt-more-actions.tsx @@ -1,7 +1,6 @@ import { IconTextButton, IconButton } from "../../button"; import { Toolbar } from "../../toolbar"; import { Prompt, PromptContent, PromptHeader, PromptView } from ".."; -import { Icon } from "../../icon"; export const PromptMoreActions = (props) => ( ( -
-
-
- - Command -
-
- - Command -
-
-
+
    +
  • + + Command + +
  • +
  • + + Command Expanded + + + + +
      +
    • + + Child Expanded + + + + +
        +
      • + + Child + +
      • +
      • + + Child + +
      • +
      • + + Child + +
      • +
      +
    • +
    • + + Child + +
    • +
    +
  • +
  • + + Command + +
  • +