Skip to content

Commit 905d426

Browse files
[ch-color-field] Corrected showcase page
1 parent 53cbb37 commit 905d426

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/showcase/assets/components/pages.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ export const showcasePages: NavigationListModel = [
7575
caption: "Checkbox",
7676
metadata: DEVELOPER_PREVIEW
7777
},
78+
{
79+
link: { url: "#color-field" },
80+
caption: "Color-field",
81+
metadata: EXPERIMENTAL
82+
},
7883
{
7984
link: { url: "#combo-box" },
8085
caption: "Combo Box",
@@ -256,11 +261,6 @@ export const showcasePages: NavigationListModel = [
256261
// { link: { url: "#alert" }, caption: "Alert", metadata: EXPERIMENTAL },
257262

258263
{ link: { url: "#chat" }, caption: "Chat", metadata: EXPERIMENTAL },
259-
{
260-
link: { url: "#color-field" },
261-
caption: "Color-field",
262-
metadata: EXPERIMENTAL
263-
},
264264
{
265265
link: { url: "#progress" },
266266
caption: "Progress",

src/showcase/assets/components/showcase-stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { checkboxShowcaseStory } from "./checkbox/checkbox.showcase";
88
import { codeDiffEditorShowcaseStory } from "./code-diff-editor/code-diff-editor.showcase";
99
import { codeEditorShowcaseStory } from "./code-editor/code-editor.showcase";
1010
import { codeShowcaseStory } from "./code/code.showcase";
11-
import { colorFieldShowcaseStory } from "./color-picker/color-field.showcase";
11+
import { colorFieldShowcaseStory } from "./color-field/color-field.showcase";
1212
import { comboBoxShowcaseStory } from "./combo-box/combo-box.showcase";
1313
import { dialogShowcaseStory } from "./dialog/dialog.showcase";
1414
import { editShowcaseStory } from "./edit/edit.showcase";

0 commit comments

Comments
 (0)