Skip to content

Commit

Permalink
Updating camel case component names
Browse files Browse the repository at this point in the history
  • Loading branch information
GomezIvann committed Dec 13, 2024
1 parent ba45742 commit 420c923
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions apps/website/screens/common/componentsList.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{ "label": "Accordion", "path": "/components/accordion", "status": "stable" },
{ "label": "Alert", "path": "/components/alert", "status": "new" },
{
"label": "Application Layout",
"label": "Application layout",
"path": "/components/application-layout",
"status": "stable"
},
Expand All @@ -18,7 +18,7 @@
"status": "stable"
},
{
"label": "Bulleted List",
"label": "Bulleted list",
"path": "/components/bulleted-list",
"status": "stable"
},
Expand All @@ -32,17 +32,17 @@
"status": "stable"
},
{
"label": "Contextual Menu",
"label": "Contextual menu",
"path": "/components/contextual-menu",
"status": "stable"
},
{
"label": "Data Grid",
"label": "Data grid",
"path": "/components/data-grid",
"status": "experimental"
},
{
"label": "Date Input",
"label": "Date input",
"path": "/components/date-input",
"status": "stable"
},
Expand All @@ -54,7 +54,7 @@
},
{ "label": "Dropdown", "path": "/components/dropdown", "status": "stable" },
{
"label": "File Input",
"label": "File input",
"path": "/components/file-input",
"status": "stable"
},
Expand All @@ -66,32 +66,32 @@
{ "label": "Image", "path": "/components/image", "status": "stable" },
{ "label": "Inset", "path": "/components/inset", "status": "stable" },
{ "label": "Link", "path": "/components/link", "status": "stable" },
{ "label": "Nav Tabs", "path": "/components/nav-tabs", "status": "stable" },
{ "label": "Nav tabs", "path": "/components/nav-tabs", "status": "stable" },
{
"label": "Number Input",
"label": "Number input",
"path": "/components/number-input",
"status": "stable"
},
{ "label": "Paginator", "path": "/components/paginator", "status": "stable" },
{ "label": "Paragraph", "path": "/components/paragraph", "status": "stable" },
{
"label": "Password Input",
"label": "Password input",
"path": "/components/password-input",
"status": "stable"
},
{
"label": "Progress Bar",
"label": "Progress bar",
"path": "/components/progress-bar",
"status": "stable"
},
{ "label": "Quick Nav", "path": "/components/quick-nav", "status": "stable" },
{ "label": "Quick nav", "path": "/components/quick-nav", "status": "stable" },
{
"label": "Radio Group",
"label": "Radio group",
"path": "/components/radio-group",
"status": "stable"
},
{
"label": "Resultset Table",
"label": "Resultset table",
"path": "/components/resultset-table",
"status": "stable"
},
Expand All @@ -100,7 +100,7 @@
{ "label": "Slider", "path": "/components/slider", "status": "stable" },
{ "label": "Spinner", "path": "/components/spinner", "status": "stable" },
{
"label": "Status Light",
"label": "Status light",
"path": "/components/status-light",
"status": "stable"
},
Expand All @@ -109,14 +109,14 @@
{ "label": "Tabs", "path": "/components/tabs", "status": "stable" },
{ "label": "Tag", "path": "/components/tag", "status": "deprecated" },
{
"label": "Text Input",
"label": "Text input",
"path": "/components/text-input",
"status": "stable"
},
{ "label": "Textarea", "path": "/components/textarea", "status": "stable" },
{ "label": "Toast", "path": "/components/toast", "status": "new" },
{
"label": "Toggle Group",
"label": "Toggle group",
"path": "/components/toggle-group",
"status": "stable"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/website/screens/common/pagesList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const overviewLinks: LinkDetails[] = [
];
const utilitiesLinks: LinkDetails[] = [
{
label: "Halstack Provider",
label: "Halstack provider",
path: "/utilities/halstack-provider",
},
];
Expand Down

0 comments on commit 420c923

Please sign in to comment.