chore(docs): Updated UI Reference (automated) (#9726)
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
432af1e2d1
commit
e196ad7659
@@ -147,11 +147,6 @@ export const ExampleRegistry: Record<string, ExampleType> = {
|
||||
component: React.lazy(async () => import("@/examples/calendar-demo")),
|
||||
file: "src/examples/calendar-demo.tsx",
|
||||
},
|
||||
"calendar-locale": {
|
||||
name: "calendar-locale",
|
||||
component: React.lazy(async () => import("@/examples/calendar-locale")),
|
||||
file: "src/examples/calendar-locale.tsx",
|
||||
},
|
||||
"checkbox-demo": {
|
||||
name: "checkbox-demo",
|
||||
component: React.lazy(async () => import("@/examples/checkbox-demo")),
|
||||
@@ -192,63 +187,6 @@ export const ExampleRegistry: Record<string, ExampleType> = {
|
||||
component: React.lazy(async () => import("@/examples/date-picker-demo")),
|
||||
file: "src/examples/date-picker-demo.tsx",
|
||||
},
|
||||
"date-picker-single": {
|
||||
name: "date-picker-single",
|
||||
component: React.lazy(async () => import("@/examples/date-picker-single")),
|
||||
file: "src/examples/date-picker-single.tsx",
|
||||
},
|
||||
"date-picker-single-time": {
|
||||
name: "date-picker-single-time",
|
||||
component: React.lazy(
|
||||
async () => import("@/examples/date-picker-single-time")
|
||||
),
|
||||
file: "src/examples/date-picker-single-time.tsx",
|
||||
},
|
||||
"date-picker-single-presets": {
|
||||
name: "date-picker-single-presets",
|
||||
component: React.lazy(
|
||||
async () => import("@/examples/date-picker-single-presets")
|
||||
),
|
||||
file: "src/examples/date-picker-single-presets.tsx",
|
||||
},
|
||||
"date-picker-single-presets-time": {
|
||||
name: "date-picker-single-presets-time",
|
||||
component: React.lazy(
|
||||
async () => import("@/examples/date-picker-single-presets-time")
|
||||
),
|
||||
file: "src/examples/date-picker-single-presets-time.tsx",
|
||||
},
|
||||
"date-picker-range": {
|
||||
name: "date-picker-range",
|
||||
component: React.lazy(async () => import("@/examples/date-picker-range")),
|
||||
file: "src/examples/date-picker-range.tsx",
|
||||
},
|
||||
"date-picker-range-time": {
|
||||
name: "date-picker-range-time",
|
||||
component: React.lazy(
|
||||
async () => import("@/examples/date-picker-range-time")
|
||||
),
|
||||
file: "src/examples/date-picker-range-time.tsx",
|
||||
},
|
||||
"date-picker-range-presets": {
|
||||
name: "date-picker-range-presets",
|
||||
component: React.lazy(
|
||||
async () => import("@/examples/date-picker-range-presets")
|
||||
),
|
||||
file: "src/examples/date-picker-range-presets.tsx",
|
||||
},
|
||||
"date-picker-range-presets-time": {
|
||||
name: "date-picker-range-presets-time",
|
||||
component: React.lazy(
|
||||
async () => import("@/examples/date-picker-range-presets-time")
|
||||
),
|
||||
file: "src/examples/date-picker-range-presets-time.tsx",
|
||||
},
|
||||
"date-picker-locale": {
|
||||
name: "date-picker-locale",
|
||||
component: React.lazy(async () => import("@/examples/date-picker-locale")),
|
||||
file: "src/examples/date-picker-locale.tsx",
|
||||
},
|
||||
"drawer-demo": {
|
||||
name: "drawer-demo",
|
||||
component: React.lazy(async () => import("@/examples/drawer-demo")),
|
||||
@@ -671,16 +609,6 @@ export const ExampleRegistry: Record<string, ExampleType> = {
|
||||
component: React.lazy(async () => import("@/examples/label-xsmall-plus")),
|
||||
file: "src/examples/label-xsmall-plus.tsx",
|
||||
},
|
||||
"calendar-single": {
|
||||
name: "calendar-single",
|
||||
component: React.lazy(async () => import("@/examples/calendar-single")),
|
||||
file: "src/examples/calendar-single.tsx",
|
||||
},
|
||||
"calendar-range": {
|
||||
name: "calendar-range",
|
||||
component: React.lazy(async () => import("@/examples/calendar-range")),
|
||||
file: "src/examples/calendar-range.tsx",
|
||||
},
|
||||
"checkbox-default": {
|
||||
name: "checkbox-default",
|
||||
component: React.lazy(async () => import("@/examples/checkbox-default")),
|
||||
|
||||
Reference in New Issue
Block a user