chore(docs): Updated UI Reference (automated) (#11578)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
This commit is contained in:
co-authored by
Oli Juhl
Shahed Nasser
parent
31f8b72129
commit
7799647675
@@ -188,10 +188,30 @@ export const ExampleRegistry: ExampleRegistryType = {
|
||||
file: "src/examples/icon-badge-base.tsx",
|
||||
},
|
||||
"icon-badge-large": {
|
||||
name: "icon-badge-small",
|
||||
name: "icon-badge-large",
|
||||
component: React.lazy(async () => import("@/examples/icon-badge-large")),
|
||||
file: "src/examples/icon-badge-large.tsx",
|
||||
},
|
||||
"inline-tip-demo": {
|
||||
name: "inline-tip-demo",
|
||||
component: React.lazy(async () => import("@/examples/inline-tip-demo")),
|
||||
file: "src/examples/inline-tip-demo.tsx",
|
||||
},
|
||||
"inline-tip-warning": {
|
||||
name: "inline-tip-warning",
|
||||
component: React.lazy(async () => import("@/examples/inline-tip-warning")),
|
||||
file: "src/examples/inline-tip-warning.tsx",
|
||||
},
|
||||
"inline-tip-error": {
|
||||
name: "inline-tip-error",
|
||||
component: React.lazy(async () => import("@/examples/inline-tip-error")),
|
||||
file: "src/examples/inline-tip-error.tsx",
|
||||
},
|
||||
"inline-tip-success": {
|
||||
name: "inline-tip-success",
|
||||
component: React.lazy(async () => import("@/examples/inline-tip-success")),
|
||||
file: "src/examples/inline-tip-success.tsx",
|
||||
},
|
||||
"button-demo": {
|
||||
name: "button-demo",
|
||||
component: React.lazy(async () => import("@/examples/button-demo")),
|
||||
|
||||
Reference in New Issue
Block a user