dap-design-system 0.59.0 → 0.59.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,16 +1,16 @@
1
- export { default as DapDSAccordionGroupReact } from './dap-ds-accordion-group/index.js';
2
- export { default as DapDSAnchorHeadingReact } from './dap-ds-anchor-heading/index.js';
3
1
  export { default as DapDSAvatarReact } from './dap-ds-avatar/index.js';
4
- export { default as DapDSAvatarGroupReact } from './dap-ds-avatar-group/index.js';
5
2
  export { default as DapDSAccordionReact } from './dap-ds-accordion/index.js';
3
+ export { default as DapDSAvatarGroupReact } from './dap-ds-avatar-group/index.js';
4
+ export { default as DapDSBannerReact } from './dap-ds-banner/index.js';
6
5
  export { default as DapDSBadgeReact } from './dap-ds-badge/index.js';
7
6
  export { default as DapDSBreadcrumbReact } from './dap-ds-breadcrumb/index.js';
8
- export { default as DapDSBannerReact } from './dap-ds-banner/index.js';
7
+ export { default as DapDSAnchorHeadingReact } from './dap-ds-anchor-heading/index.js';
8
+ export { default as DapDSAccordionGroupReact } from './dap-ds-accordion-group/index.js';
9
9
  export { default as DapDSBreadcrumbItemReact } from './dap-ds-breadcrumb-item/index.js';
10
10
  export { default as DapDSButtonReact } from './dap-ds-button/index.js';
11
- export { default as DapDSCalloutReact } from './dap-ds-callout/index.js';
12
11
  export { default as DapDSCalendarCellReact } from './dap-ds-calendar-cell/index.js';
13
12
  export { default as DapDSCalendarReact } from './dap-ds-calendar/index.js';
13
+ export { default as DapDSCalloutReact } from './dap-ds-callout/index.js';
14
14
  export { default as DapDSCardActionsReact } from './dap-ds-card-actions/index.js';
15
15
  export { default as DapDSCardContentReact } from './dap-ds-card-content/index.js';
16
16
  export { default as DapDSCardImageReact } from './dap-ds-card-image/index.js';
@@ -63,6 +63,9 @@ export { default as DapDSScrollAreaReact } from './dap-ds-scroll-area/index.js';
63
63
  export { default as DapDSScrollProgressReact } from './dap-ds-scroll-progress/index.js';
64
64
  export { default as DapDSSearchReact } from './dap-ds-search/index.js';
65
65
  export { default as DapDSSelectReact } from './dap-ds-select/index.js';
66
+ export { default as DapDSSideNavGroupReact } from './dap-ds-sidenav-group/index.js';
67
+ export { default as DapDSSideNavItemReact } from './dap-ds-sidenav-item/index.js';
68
+ export { default as DapDSSideNavReact } from './dap-ds-sidenav/index.js';
66
69
  export { default as DapDSSkeletonReact } from './dap-ds-skeleton/index.js';
67
70
  export { default as DapDSSkipLinkReact } from './dap-ds-skip-link/index.js';
68
71
  export { default as DapDSSnackbarMessageReact } from './dap-ds-snackbar-message/index.js';
@@ -76,9 +79,6 @@ export { default as DapDSTableCellReact } from './dap-ds-table-cell/index.js';
76
79
  export { default as DapDSTableHeaderReact } from './dap-ds-table-header/index.js';
77
80
  export { default as DapDSTableRowReact } from './dap-ds-table-row/index.js';
78
81
  export { default as DapDSTableReact } from './dap-ds-table/index.js';
79
- export { default as DapDSSideNavGroupReact } from './dap-ds-sidenav-group/index.js';
80
- export { default as DapDSSideNavItemReact } from './dap-ds-sidenav-item/index.js';
81
- export { default as DapDSSideNavReact } from './dap-ds-sidenav/index.js';
82
82
  export { default as DapDSTextareaReact } from './dap-ds-textarea/index.js';
83
83
  export { default as DapDSTimelineItemReact } from './dap-ds-timeline-item/index.js';
84
84
  export { default as DapDSTimelineReact } from './dap-ds-timeline/index.js';
@@ -90,19 +90,19 @@ export { default as DapDSTooltipReact } from './dap-ds-tooltip/index.js';
90
90
  export { default as DapDSTrayReact } from './dap-ds-tray/index.js';
91
91
  export { default as DapDSTypographyReact } from './dap-ds-typography/index.js';
92
92
  export { default as DapDSFormLabelReact } from './dap-ds-form-label/index.js';
93
- export { default as DapDSRadioGroupReact } from './dap-ds-radio-group/index.js';
94
93
  export { default as DapDSInputGroupReact } from './dap-ds-input-group/index.js';
94
+ export { default as DapDSRadioGroupReact } from './dap-ds-radio-group/index.js';
95
95
  export { default as ArrowsArrowDownLineReact } from './dap-ds-icon-arrow-down-line/index.js';
96
96
  export { default as ArrowsArrowDownSFillReact } from './dap-ds-icon-arrow-down-s-fill/index.js';
97
97
  export { default as ArrowsArrowDownSLineReact } from './dap-ds-icon-arrow-down-s-line/index.js';
98
98
  export { default as ArrowsArrowLeftDownLineReact } from './dap-ds-icon-arrow-left-down-line/index.js';
99
99
  export { default as ArrowsArrowLeftLLineReact } from './dap-ds-icon-arrow-left-l-line/index.js';
100
- export { default as ArrowsArrowLeftSFillReact } from './dap-ds-icon-arrow-left-s-fill/index.js';
101
100
  export { default as ArrowsArrowLeftLineReact } from './dap-ds-icon-arrow-left-line/index.js';
101
+ export { default as ArrowsArrowLeftSFillReact } from './dap-ds-icon-arrow-left-s-fill/index.js';
102
102
  export { default as ArrowsArrowLeftSLineReact } from './dap-ds-icon-arrow-left-s-line/index.js';
103
+ export { default as ArrowsArrowLeftUpLineReact } from './dap-ds-icon-arrow-left-up-line/index.js';
103
104
  export { default as ArrowsArrowRightDownLineReact } from './dap-ds-icon-arrow-right-down-line/index.js';
104
105
  export { default as ArrowsArrowRightLLineReact } from './dap-ds-icon-arrow-right-l-line/index.js';
105
- export { default as ArrowsArrowLeftUpLineReact } from './dap-ds-icon-arrow-left-up-line/index.js';
106
106
  export { default as ArrowsArrowRightLineReact } from './dap-ds-icon-arrow-right-line/index.js';
107
107
  export { default as ArrowsArrowRightSFillReact } from './dap-ds-icon-arrow-right-s-fill/index.js';
108
108
  export { default as ArrowsArrowRightSLineReact } from './dap-ds-icon-arrow-right-s-line/index.js';
@@ -127,8 +127,12 @@ export { default as DocumentFolderOpenLineReact } from './dap-ds-icon-folder-ope
127
127
  export { default as EditorSeparatorReact } from './dap-ds-icon-separator/index.js';
128
128
  export { default as HealthHeartFillReact } from './dap-ds-icon-heart-fill/index.js';
129
129
  export { default as HealthHeartLineReact } from './dap-ds-icon-heart-line/index.js';
130
- export { default as SystemAddLineReact } from './dap-ds-icon-add-line/index.js';
131
130
  export { default as OthersCookieLineReact } from './dap-ds-icon-cookie-line/index.js';
131
+ export { default as UserAccountCircleFillReact } from './dap-ds-icon-account-circle-fill/index.js';
132
+ export { default as UserAccountCircleLineReact } from './dap-ds-icon-account-circle-line/index.js';
133
+ export { default as UserUserFillReact } from './dap-ds-icon-user-fill/index.js';
134
+ export { default as UserUserLineReact } from './dap-ds-icon-user-line/index.js';
135
+ export { default as SystemAddLineReact } from './dap-ds-icon-add-line/index.js';
132
136
  export { default as SystemAlertFillReact } from './dap-ds-icon-alert-fill/index.js';
133
137
  export { default as SystemAlertLineReact } from './dap-ds-icon-alert-line/index.js';
134
138
  export { default as SystemCheckLineReact } from './dap-ds-icon-check-line/index.js';
@@ -176,7 +180,3 @@ export { default as SystemUpload2LineReact } from './dap-ds-icon-upload-2-line/i
176
180
  export { default as SystemUploadLineReact } from './dap-ds-icon-upload-line/index.js';
177
181
  export { default as SystemZoomInLineReact } from './dap-ds-icon-zoom-in-line/index.js';
178
182
  export { default as SystemZoomOutLineReact } from './dap-ds-icon-zoom-out-line/index.js';
179
- export { default as UserAccountCircleFillReact } from './dap-ds-icon-account-circle-fill/index.js';
180
- export { default as UserAccountCircleLineReact } from './dap-ds-icon-account-circle-line/index.js';
181
- export { default as UserUserFillReact } from './dap-ds-icon-user-fill/index.js';
182
- export { default as UserUserLineReact } from './dap-ds-icon-user-line/index.js';
@@ -3,19 +3,19 @@ import type { DdsAllUploadsCompleteEvent, DdsAnchorChangeEvent, DdsBeforeCloseEv
3
3
  type HtmlType = { children?: React.ReactNode | Element, class?: string, ref?: React.RefObject<any>, key?: React.Key | null | undefined,
4
4
  style?: Partial<CSSStyleDeclaration>, id?: string, onClick?: (e: React.MouseEvent) => void, onChange?: (e: React.ChangeEvent) => void}
5
5
 
6
- export type DapDSAccordionGroupType = HtmlType & Partial<Omit<DDS.DapDSAccordionGroup, 'children' | 'style'>>
7
- export type DapDSAnchorHeadingType = HtmlType & Partial<Omit<DDS.DapDSAnchorHeading, 'children' | 'style'>>
8
6
  export type DapDSAvatarType = HtmlType & Partial<Omit<DDS.DapDSAvatar, 'children' | 'style'>> & { "ondds-load"?: (e: DdsLoadEvent) => void, "ondds-error"?: (e: DdsErrorEvent) => void }
9
- export type DapDSAvatarGroupType = HtmlType & Partial<Omit<DDS.DapDSAvatarGroup, 'children' | 'style'>> & { "ondds-overflow-click"?: (e: DdsOverflowClickEvent) => void }
10
7
  export type DapDSAccordionType = HtmlType & Partial<Omit<DDS.DapDSAccordion, 'children' | 'style'>> & { "ondds-opened"?: (e: DdsOpenedEvent) => void, "ondds-closed"?: (e: DdsClosedEvent) => void }
8
+ export type DapDSAvatarGroupType = HtmlType & Partial<Omit<DDS.DapDSAvatarGroup, 'children' | 'style'>> & { "ondds-overflow-click"?: (e: DdsOverflowClickEvent) => void }
9
+ export type DapDSBannerType = HtmlType & Partial<Omit<DDS.DapDSBanner, 'children' | 'style'>> & { "ondds-close"?: (e: DdsCloseEvent) => void }
11
10
  export type DapDSBadgeType = HtmlType & Partial<Omit<DDS.DapDSBadge, 'children' | 'style'>>
12
11
  export type DapDSBreadcrumbType = HtmlType & Partial<Omit<DDS.DapDSBreadcrumb, 'children' | 'style'>>
13
- export type DapDSBannerType = HtmlType & Partial<Omit<DDS.DapDSBanner, 'children' | 'style'>> & { "ondds-close"?: (e: DdsCloseEvent) => void }
12
+ export type DapDSAnchorHeadingType = HtmlType & Partial<Omit<DDS.DapDSAnchorHeading, 'children' | 'style'>>
13
+ export type DapDSAccordionGroupType = HtmlType & Partial<Omit<DDS.DapDSAccordionGroup, 'children' | 'style'>>
14
14
  export type DapDSBreadcrumbItemType = HtmlType & Partial<Omit<DDS.DapDSBreadcrumbItem, 'children' | 'style'>>
15
15
  export type DapDSButtonType = HtmlType & Partial<Omit<DDS.DapDSButton, 'children' | 'style'>> & { "ondds-loading-timeout"?: (e: DdsLoadingTimeoutEvent) => void }
16
- export type DapDSCalloutType = HtmlType & Partial<Omit<DDS.DapDSCallout, 'children' | 'style'>> & { "ondds-close"?: (e: DdsCloseEvent) => void }
17
16
  export type DapDSCalendarCellType = HtmlType & Partial<Omit<DDS.DapDSCalendarCell, 'children' | 'style'>>
18
17
  export type DapDSCalendarType = HtmlType & Partial<Omit<DDS.DapDSCalendar, 'children' | 'style'>> & { "ondds-change"?: (e: DdsChangeEvent) => void }
18
+ export type DapDSCalloutType = HtmlType & Partial<Omit<DDS.DapDSCallout, 'children' | 'style'>> & { "ondds-close"?: (e: DdsCloseEvent) => void }
19
19
  export type DapDSCardActionsType = HtmlType & Partial<Omit<DDS.DapDSCardActions, 'children' | 'style'>>
20
20
  export type DapDSCardContentType = HtmlType & Partial<Omit<DDS.DapDSCardContent, 'children' | 'style'>>
21
21
  export type DapDSCardImageType = HtmlType & Partial<Omit<DDS.DapDSCardImage, 'children' | 'style'>>
@@ -68,6 +68,9 @@ export type DapDSScrollAreaType = HtmlType & Partial<Omit<DDS.DapDSScrollArea, '
68
68
  export type DapDSScrollProgressType = HtmlType & Partial<Omit<DDS.DapDSScrollProgress, 'children' | 'style'>>
69
69
  export type DapDSSearchType = HtmlType & Partial<Omit<DDS.DapDSSearch, 'children' | 'style'>> & { "ondds-change"?: (e: DdsChangeEvent) => void, "ondds-blur"?: (e: DdsBlurEvent) => void, "ondds-focus"?: (e: DdsFocusEvent) => void, "ondds-clear"?: (e: DdsClearEvent) => void, "ondds-search"?: (e: DdsSearchEvent) => void, "ondds-input"?: (e: DdsInputEvent) => void }
70
70
  export type DapDSSelectType = HtmlType & Partial<Omit<DDS.DapDSSelect, 'children' | 'style'>> & { "ondds-change"?: (e: DdsChangeEvent) => void, "ondds-blur"?: (e: DdsBlurEvent) => void, "ondds-focus"?: (e: DdsFocusEvent) => void, "ondds-opened"?: (e: DdsOpenedEvent) => void, "ondds-closed"?: (e: DdsClosedEvent) => void }
71
+ export type DapDSSideNavGroupType = HtmlType & Partial<Omit<DDS.DapDSSideNavGroup, 'children' | 'style'>>
72
+ export type DapDSSideNavItemType = HtmlType & Partial<Omit<DDS.DapDSSideNavItem, 'children' | 'style'>>
73
+ export type DapDSSideNavType = HtmlType & Partial<Omit<DDS.DapDSSideNav, 'children' | 'style'>> & { "ondds-item-click"?: (e: DdsItemClickEvent) => void }
71
74
  export type DapDSSkeletonType = HtmlType & Partial<Omit<DDS.DapDSSkeleton, 'children' | 'style'>>
72
75
  export type DapDSSkipLinkType = HtmlType & Partial<Omit<DDS.DapDSSkipLink, 'children' | 'style'>>
73
76
  export type DapDSSnackbarMessageType = HtmlType & Partial<Omit<DDS.DapDSSnackbarMessage, 'children' | 'style'>> & { "ondds-close"?: (e: DdsCloseEvent) => void }
@@ -81,9 +84,6 @@ export type DapDSTableCellType = HtmlType & Partial<Omit<DDS.DapDSTableCell, 'ch
81
84
  export type DapDSTableHeaderType = HtmlType & Partial<Omit<DDS.DapDSTableHeader, 'children' | 'style'>>
82
85
  export type DapDSTableRowType = HtmlType & Partial<Omit<DDS.DapDSTableRow, 'children' | 'style'>>
83
86
  export type DapDSTableType = HtmlType & Partial<Omit<DDS.DapDSTable, 'children' | 'style'>>
84
- export type DapDSSideNavGroupType = HtmlType & Partial<Omit<DDS.DapDSSideNavGroup, 'children' | 'style'>>
85
- export type DapDSSideNavItemType = HtmlType & Partial<Omit<DDS.DapDSSideNavItem, 'children' | 'style'>>
86
- export type DapDSSideNavType = HtmlType & Partial<Omit<DDS.DapDSSideNav, 'children' | 'style'>> & { "ondds-item-click"?: (e: DdsItemClickEvent) => void }
87
87
  export type DapDSTextareaType = HtmlType & Partial<Omit<DDS.DapDSTextarea, 'children' | 'style'>> & { "ondds-count-change"?: (e: DdsCountChangeEvent) => void, "ondds-change"?: (e: DdsChangeEvent) => void, "ondds-input"?: (e: DdsInputEvent) => void, "ondds-keydown"?: (e: DdsKeydownEvent) => void, "ondds-blur"?: (e: DdsBlurEvent) => void, "ondds-focus"?: (e: DdsFocusEvent) => void, "ondds-select"?: (e: DdsSelectEvent) => void }
88
88
  export type DapDSTimelineItemType = HtmlType & Partial<Omit<DDS.DapDSTimelineItem, 'children' | 'style'>>
89
89
  export type DapDSTimelineType = HtmlType & Partial<Omit<DDS.DapDSTimeline, 'children' | 'style'>>
@@ -95,19 +95,19 @@ export type DapDSTooltipType = HtmlType & Partial<Omit<DDS.DapDSTooltip, 'childr
95
95
  export type DapDSTrayType = HtmlType & Partial<Omit<DDS.DapDSTray, 'children' | 'style'>> & { "ondds-before-open"?: (e: DdsBeforeOpenEvent) => void, "ondds-opened"?: (e: DdsOpenedEvent) => void, "ondds-before-close"?: (e: DdsBeforeCloseEvent) => void, "ondds-closed"?: (e: DdsClosedEvent) => void, "ondds-close"?: (e: DdsCloseEvent) => void }
96
96
  export type DapDSTypographyType = HtmlType & Partial<Omit<DDS.DapDSTypography, 'children' | 'style'>>
97
97
  export type DapDSFormLabelType = HtmlType & Partial<Omit<DDS.DapDSFormLabel, 'children' | 'style'>>
98
- export type DapDSRadioGroupType = HtmlType & Partial<Omit<DDS.DapDSRadioGroup, 'children' | 'style'>> & { "ondds-change"?: (e: DdsChangeEvent) => void, "ondds-blur"?: (e: DdsBlurEvent) => void, "ondds-focus"?: (e: DdsFocusEvent) => void }
99
98
  export type DapDSInputGroupType = HtmlType & Partial<Omit<DDS.DapDSInputGroup, 'children' | 'style'>>
99
+ export type DapDSRadioGroupType = HtmlType & Partial<Omit<DDS.DapDSRadioGroup, 'children' | 'style'>> & { "ondds-change"?: (e: DdsChangeEvent) => void, "ondds-blur"?: (e: DdsBlurEvent) => void, "ondds-focus"?: (e: DdsFocusEvent) => void }
100
100
  export type ArrowsArrowDownLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowDownLine, 'children' | 'style'>>
101
101
  export type ArrowsArrowDownSFillType = HtmlType & Partial<Omit<DDS.ArrowsArrowDownSFill, 'children' | 'style'>>
102
102
  export type ArrowsArrowDownSLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowDownSLine, 'children' | 'style'>>
103
103
  export type ArrowsArrowLeftDownLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowLeftDownLine, 'children' | 'style'>>
104
104
  export type ArrowsArrowLeftLLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowLeftLLine, 'children' | 'style'>>
105
- export type ArrowsArrowLeftSFillType = HtmlType & Partial<Omit<DDS.ArrowsArrowLeftSFill, 'children' | 'style'>>
106
105
  export type ArrowsArrowLeftLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowLeftLine, 'children' | 'style'>>
106
+ export type ArrowsArrowLeftSFillType = HtmlType & Partial<Omit<DDS.ArrowsArrowLeftSFill, 'children' | 'style'>>
107
107
  export type ArrowsArrowLeftSLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowLeftSLine, 'children' | 'style'>>
108
+ export type ArrowsArrowLeftUpLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowLeftUpLine, 'children' | 'style'>>
108
109
  export type ArrowsArrowRightDownLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowRightDownLine, 'children' | 'style'>>
109
110
  export type ArrowsArrowRightLLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowRightLLine, 'children' | 'style'>>
110
- export type ArrowsArrowLeftUpLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowLeftUpLine, 'children' | 'style'>>
111
111
  export type ArrowsArrowRightLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowRightLine, 'children' | 'style'>>
112
112
  export type ArrowsArrowRightSFillType = HtmlType & Partial<Omit<DDS.ArrowsArrowRightSFill, 'children' | 'style'>>
113
113
  export type ArrowsArrowRightSLineType = HtmlType & Partial<Omit<DDS.ArrowsArrowRightSLine, 'children' | 'style'>>
@@ -132,8 +132,12 @@ export type DocumentFolderOpenLineType = HtmlType & Partial<Omit<DDS.DocumentFol
132
132
  export type EditorSeparatorType = HtmlType & Partial<Omit<DDS.EditorSeparator, 'children' | 'style'>>
133
133
  export type HealthHeartFillType = HtmlType & Partial<Omit<DDS.HealthHeartFill, 'children' | 'style'>>
134
134
  export type HealthHeartLineType = HtmlType & Partial<Omit<DDS.HealthHeartLine, 'children' | 'style'>>
135
- export type SystemAddLineType = HtmlType & Partial<Omit<DDS.SystemAddLine, 'children' | 'style'>>
136
135
  export type OthersCookieLineType = HtmlType & Partial<Omit<DDS.OthersCookieLine, 'children' | 'style'>>
136
+ export type UserAccountCircleFillType = HtmlType & Partial<Omit<DDS.UserAccountCircleFill, 'children' | 'style'>>
137
+ export type UserAccountCircleLineType = HtmlType & Partial<Omit<DDS.UserAccountCircleLine, 'children' | 'style'>>
138
+ export type UserUserFillType = HtmlType & Partial<Omit<DDS.UserUserFill, 'children' | 'style'>>
139
+ export type UserUserLineType = HtmlType & Partial<Omit<DDS.UserUserLine, 'children' | 'style'>>
140
+ export type SystemAddLineType = HtmlType & Partial<Omit<DDS.SystemAddLine, 'children' | 'style'>>
137
141
  export type SystemAlertFillType = HtmlType & Partial<Omit<DDS.SystemAlertFill, 'children' | 'style'>>
138
142
  export type SystemAlertLineType = HtmlType & Partial<Omit<DDS.SystemAlertLine, 'children' | 'style'>>
139
143
  export type SystemCheckLineType = HtmlType & Partial<Omit<DDS.SystemCheckLine, 'children' | 'style'>>
@@ -180,8 +184,4 @@ export type SystemUpload2FillType = HtmlType & Partial<Omit<DDS.SystemUpload2Fil
180
184
  export type SystemUpload2LineType = HtmlType & Partial<Omit<DDS.SystemUpload2Line, 'children' | 'style'>>
181
185
  export type SystemUploadLineType = HtmlType & Partial<Omit<DDS.SystemUploadLine, 'children' | 'style'>>
182
186
  export type SystemZoomInLineType = HtmlType & Partial<Omit<DDS.SystemZoomInLine, 'children' | 'style'>>
183
- export type SystemZoomOutLineType = HtmlType & Partial<Omit<DDS.SystemZoomOutLine, 'children' | 'style'>>
184
- export type UserAccountCircleFillType = HtmlType & Partial<Omit<DDS.UserAccountCircleFill, 'children' | 'style'>>
185
- export type UserAccountCircleLineType = HtmlType & Partial<Omit<DDS.UserAccountCircleLine, 'children' | 'style'>>
186
- export type UserUserFillType = HtmlType & Partial<Omit<DDS.UserUserFill, 'children' | 'style'>>
187
- export type UserUserLineType = HtmlType & Partial<Omit<DDS.UserUserLine, 'children' | 'style'>>
187
+ export type SystemZoomOutLineType = HtmlType & Partial<Omit<DDS.SystemZoomOutLine, 'children' | 'style'>>