dap-design-system 0.35.19 → 0.35.20
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.
- package/dist/dds.d.ts +2 -2
- package/dist/manifest/types/vue/index.d.ts +223 -223
- package/dist/manifest/vscode.html-custom-data.json +87 -87
- package/dist/manifest/web-types.json +297 -297
- package/dist/react-types.ts +6 -6
- package/dist/react.d.ts +2 -2
- package/dist/react.js +64 -64
- package/dist/react.js.map +1 -1
- package/package.json +1 -1
package/dist/dds.d.ts
CHANGED
|
@@ -8011,14 +8011,14 @@ declare global {
|
|
|
8011
8011
|
|
|
8012
8012
|
declare global {
|
|
8013
8013
|
interface HTMLElementTagNameMap {
|
|
8014
|
-
'dap-ds-
|
|
8014
|
+
'dap-ds-number-input': DapDSNumberInput;
|
|
8015
8015
|
}
|
|
8016
8016
|
}
|
|
8017
8017
|
|
|
8018
8018
|
|
|
8019
8019
|
declare global {
|
|
8020
8020
|
interface HTMLElementTagNameMap {
|
|
8021
|
-
'dap-ds-
|
|
8021
|
+
'dap-ds-official-website-banner': DapDSOfficialWebsiteBanner;
|
|
8022
8022
|
}
|
|
8023
8023
|
}
|
|
8024
8024
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { DefineComponent } from "vue";
|
|
2
2
|
|
|
3
3
|
import type { DapDSAccordion } from "../../components/accordion/accordion.component.js";
|
|
4
|
-
import type { DapDSAccordionGroup } from "../../components/accordion-group/accordion-group.component.js";
|
|
5
|
-
import type { DapDSAvatar } from "../../components/avatar/avatar.component.js";
|
|
6
4
|
import type { DapDSAnchorHeading } from "../../components/anchor-heading/anchor-heading.component.js";
|
|
5
|
+
import type { DapDSAccordionGroup } from "../../components/accordion-group/accordion-group.component.js";
|
|
7
6
|
import type { DapDSBadge } from "../../components/badge/badge.component.js";
|
|
8
7
|
import type { DapDSBanner } from "../../components/banner/banner.component.js";
|
|
8
|
+
import type { DapDSAvatar } from "../../components/avatar/avatar.component.js";
|
|
9
9
|
import type { DapDSBreadcrumb } from "../../components/breadcrumb/breadcrumb.component.js";
|
|
10
10
|
import type { DapDSBreadcrumbItem } from "../../components/breadcrumb-item/breadcrumb-item.component.js";
|
|
11
11
|
import type { DapDSButton } from "../../components/button/button.component.js";
|
|
@@ -19,10 +19,10 @@ import type { DapDSCardSubtitle } from "../../components/card-subtitle/card-subt
|
|
|
19
19
|
import type { DapDSCardTitle } from "../../components/card-title/card-title.component.js";
|
|
20
20
|
import type { DapDSCard } from "../../components/card/card.component.js";
|
|
21
21
|
import type { DapDSCheckbox } from "../../components/checkbox/checkbox.component.js";
|
|
22
|
+
import type { DapDSCombobox } from "../../components/combobox/combobox.component.js";
|
|
22
23
|
import type { DapDSCommandGroup } from "../../components/command-group/command-group.component.js";
|
|
23
24
|
import type { DapDSCommandItem } from "../../components/command-item/command-item.component.js";
|
|
24
25
|
import type { DapDSCommand } from "../../components/command/command.component.js";
|
|
25
|
-
import type { DapDSCombobox } from "../../components/combobox/combobox.component.js";
|
|
26
26
|
import type { DapDSContentSwitcherItem } from "../../components/content-switcher-item/content-switcher-item.component.js";
|
|
27
27
|
import type { DapDSContentSwitcher } from "../../components/content-switcher/content-switcher.component.js";
|
|
28
28
|
import type { DapDSCopyBoxInput } from "../../components/copybox-input/copybox-input.component.js";
|
|
@@ -85,8 +85,8 @@ import type { ArrowsArrowDownLine } from "../../components/icon-arrow-down-line/
|
|
|
85
85
|
import type { ArrowsArrowDownSFill } from "../../components/icon-arrow-down-s-fill/icon-arrow-down-s-fill.component.js";
|
|
86
86
|
import type { ArrowsArrowDownSLine } from "../../components/icon-arrow-down-s-line/icon-arrow-down-s-line.component.js";
|
|
87
87
|
import type { ArrowsArrowLeftDownLine } from "../../components/icon-arrow-left-down-line/icon-arrow-left-down-line.component.js";
|
|
88
|
-
import type { ArrowsArrowLeftLLine } from "../../components/icon-arrow-left-l-line/icon-arrow-left-l-line.component.js";
|
|
89
88
|
import type { ArrowsArrowLeftLine } from "../../components/icon-arrow-left-line/icon-arrow-left-line.component.js";
|
|
89
|
+
import type { ArrowsArrowLeftLLine } from "../../components/icon-arrow-left-l-line/icon-arrow-left-l-line.component.js";
|
|
90
90
|
import type { ArrowsArrowLeftSFill } from "../../components/icon-arrow-left-s-fill/icon-arrow-left-s-fill.component.js";
|
|
91
91
|
import type { ArrowsArrowLeftSLine } from "../../components/icon-arrow-left-s-line/icon-arrow-left-s-line.component.js";
|
|
92
92
|
import type { ArrowsArrowLeftUpLine } from "../../components/icon-arrow-left-up-line/icon-arrow-left-up-line.component.js";
|
|
@@ -107,12 +107,12 @@ import type { DocumentFileCopyLine } from "../../components/icon-file-copy-line/
|
|
|
107
107
|
import type { OthersCookieLine } from "../../components/icon-cookie-line/icon-cookie-line.component.js";
|
|
108
108
|
import type { SystemAddLine } from "../../components/icon-add-line/icon-add-line.component.js";
|
|
109
109
|
import type { SystemAlertFill } from "../../components/icon-alert-fill/icon-alert-fill.component.js";
|
|
110
|
-
import type { SystemAlertLine } from "../../components/icon-alert-line/icon-alert-line.component.js";
|
|
111
110
|
import type { SystemCheckLine } from "../../components/icon-check-line/icon-check-line.component.js";
|
|
111
|
+
import type { SystemAlertLine } from "../../components/icon-alert-line/icon-alert-line.component.js";
|
|
112
112
|
import type { SystemCheckLine2 } from "../../components/icon-check-line2/icon-check-line2.component.js";
|
|
113
113
|
import type { SystemCheckboxBlankCircleFill } from "../../components/icon-checkbox-blank-circle-fill/icon-checkbox-blank-circle-fill.component.js";
|
|
114
|
-
import type { SystemCheckboxBlankCircleFillCheck } from "../../components/icon-checkbox-blank-circle-fill-check/icon-checkbox-blank-circle-fill-check.component.js";
|
|
115
114
|
import type { SystemCheckboxBlankCircleLine } from "../../components/icon-checkbox-blank-circle-line/icon-checkbox-blank-circle-line.component.js";
|
|
115
|
+
import type { SystemCheckboxBlankCircleFillCheck } from "../../components/icon-checkbox-blank-circle-fill-check/icon-checkbox-blank-circle-fill-check.component.js";
|
|
116
116
|
import type { SystemCheckboxCircleFill } from "../../components/icon-checkbox-circle-fill/icon-checkbox-circle-fill.component.js";
|
|
117
117
|
import type { SystemCheckboxCircleLine } from "../../components/icon-checkbox-circle-line/icon-checkbox-circle-line.component.js";
|
|
118
118
|
import type { SystemCloseCircleFill } from "../../components/icon-close-circle-fill/icon-close-circle-fill.component.js";
|
|
@@ -161,29 +161,6 @@ type DapDSAccordionProps = {
|
|
|
161
161
|
"ondds-closed"?: (e: CustomEvent<never>) => void;
|
|
162
162
|
};
|
|
163
163
|
|
|
164
|
-
type DapDSAccordionGroupProps = {
|
|
165
|
-
/** Whether to close other accordions when one is opened. */
|
|
166
|
-
autoClose?: DapDSAccordionGroup["autoClose"];
|
|
167
|
-
/** The variant of the accordion */
|
|
168
|
-
variant?: DapDSAccordionGroup["variant"];
|
|
169
|
-
|
|
170
|
-
/** Event fired when an accordion is opened or closed. */
|
|
171
|
-
"ondds-change"?: (e: CustomEvent<never>) => void;
|
|
172
|
-
};
|
|
173
|
-
|
|
174
|
-
type DapDSAvatarProps = {
|
|
175
|
-
/** The size of the avatar */
|
|
176
|
-
size?: DapDSAvatar["size"];
|
|
177
|
-
/** The source of the avatar. */
|
|
178
|
-
src?: DapDSAvatar["src"];
|
|
179
|
-
/** The alt text of the avatar. */
|
|
180
|
-
alt?: DapDSAvatar["alt"];
|
|
181
|
-
/** The width of the avatar. This will override the size. */
|
|
182
|
-
width?: DapDSAvatar["width"];
|
|
183
|
-
/** The height of the avatar. This will override the size. */
|
|
184
|
-
height?: DapDSAvatar["height"];
|
|
185
|
-
};
|
|
186
|
-
|
|
187
164
|
type DapDSAnchorHeadingProps = {
|
|
188
165
|
/** The variant of the heading. Default is `h2`. Can be `h1`, `h2`, `h3`, `h4`, `h5`, or `h6`. */
|
|
189
166
|
variant?: DapDSAnchorHeading["variant"];
|
|
@@ -195,6 +172,16 @@ type DapDSAnchorHeadingProps = {
|
|
|
195
172
|
anchorTitle?: DapDSAnchorHeading["anchorTitle"];
|
|
196
173
|
};
|
|
197
174
|
|
|
175
|
+
type DapDSAccordionGroupProps = {
|
|
176
|
+
/** Whether to close other accordions when one is opened. */
|
|
177
|
+
autoClose?: DapDSAccordionGroup["autoClose"];
|
|
178
|
+
/** The variant of the accordion */
|
|
179
|
+
variant?: DapDSAccordionGroup["variant"];
|
|
180
|
+
|
|
181
|
+
/** Event fired when an accordion is opened or closed. */
|
|
182
|
+
"ondds-change"?: (e: CustomEvent<never>) => void;
|
|
183
|
+
};
|
|
184
|
+
|
|
198
185
|
type DapDSBadgeProps = {
|
|
199
186
|
/** The type of the badge */
|
|
200
187
|
type?: DapDSBadge["type"];
|
|
@@ -220,6 +207,19 @@ type DapDSBannerProps = {
|
|
|
220
207
|
"ondds-close"?: (e: CustomEvent<never>) => void;
|
|
221
208
|
};
|
|
222
209
|
|
|
210
|
+
type DapDSAvatarProps = {
|
|
211
|
+
/** The size of the avatar */
|
|
212
|
+
size?: DapDSAvatar["size"];
|
|
213
|
+
/** The source of the avatar. */
|
|
214
|
+
src?: DapDSAvatar["src"];
|
|
215
|
+
/** The alt text of the avatar. */
|
|
216
|
+
alt?: DapDSAvatar["alt"];
|
|
217
|
+
/** The width of the avatar. This will override the size. */
|
|
218
|
+
width?: DapDSAvatar["width"];
|
|
219
|
+
/** The height of the avatar. This will override the size. */
|
|
220
|
+
height?: DapDSAvatar["height"];
|
|
221
|
+
};
|
|
222
|
+
|
|
223
223
|
type DapDSBreadcrumbProps = {
|
|
224
224
|
/** @deprecated true - Inverted color style */
|
|
225
225
|
inverted?: DapDSBreadcrumb["inverted"];
|
|
@@ -468,66 +468,6 @@ type DapDSCheckboxProps = {
|
|
|
468
468
|
"ondds-input"?: (e: CustomEvent<never>) => void;
|
|
469
469
|
};
|
|
470
470
|
|
|
471
|
-
type DapDSCommandGroupProps = {
|
|
472
|
-
/** The label of the command group. */
|
|
473
|
-
label?: DapDSCommandGroup["label"];
|
|
474
|
-
/** Whether the command group is exclusive, only one item can be selected at a time. */
|
|
475
|
-
exclusive?: DapDSCommandGroup["exclusive"];
|
|
476
|
-
};
|
|
477
|
-
|
|
478
|
-
type DapDSCommandItemProps = {
|
|
479
|
-
/** The value of the command item. */
|
|
480
|
-
value?: DapDSCommandItem["value"];
|
|
481
|
-
/** Whether the command item is disabled. */
|
|
482
|
-
disabled?: DapDSCommandItem["disabled"];
|
|
483
|
-
/** The name of the button */
|
|
484
|
-
name?: DapDSCommandItem["name"];
|
|
485
|
-
/** The Href of the button. If this present the button will be rendered as an anchor `<a></a>` element. */
|
|
486
|
-
href?: DapDSCommandItem["href"];
|
|
487
|
-
/** The target of the button */
|
|
488
|
-
target?: DapDSCommandItem["target"];
|
|
489
|
-
/** The rel of the button link. Default is `noreferrer noopener`. */
|
|
490
|
-
rel?: DapDSCommandItem["rel"];
|
|
491
|
-
/** Whether the command item is selectable. */
|
|
492
|
-
selectable?: DapDSCommandItem["selectable"];
|
|
493
|
-
/** Whether the command item is selected. */
|
|
494
|
-
selected?: DapDSCommandItem["selected"];
|
|
495
|
-
/** Whether the command item should close the command when selected. */
|
|
496
|
-
closeOnSelect?: DapDSCommandItem["closeOnSelect"];
|
|
497
|
-
|
|
498
|
-
/** Fired when the command item is clicked. */
|
|
499
|
-
"ondds-command-item-click"?: (e: CustomEvent<never>) => void;
|
|
500
|
-
};
|
|
501
|
-
|
|
502
|
-
type DapDSCommandProps = {
|
|
503
|
-
/** The value of the command. */
|
|
504
|
-
value?: DapDSCommand["value"];
|
|
505
|
-
/** The disabled state of the popup. */
|
|
506
|
-
disabled?: DapDSCommand["disabled"];
|
|
507
|
-
/** The open state of the popup. */
|
|
508
|
-
opened?: DapDSCommand["opened"];
|
|
509
|
-
/** The placement of the popup. */
|
|
510
|
-
placement?: DapDSCommand["placement"];
|
|
511
|
-
/** The floating strategy of the popup. */
|
|
512
|
-
floatingStrategy?: DapDSCommand["floatingStrategy"];
|
|
513
|
-
/** The offset of the popup. */
|
|
514
|
-
offset?: DapDSCommand["offset"];
|
|
515
|
-
/** Whether the popup should sync its width with the trigger. */
|
|
516
|
-
sync?: DapDSCommand["sync"];
|
|
517
|
-
/** The maximum height of the popup. */
|
|
518
|
-
maxHeight?: DapDSCommand["maxHeight"];
|
|
519
|
-
/** Whether the popup has an arrow. */
|
|
520
|
-
hasArrow?: DapDSCommand["hasArrow"];
|
|
521
|
-
/** Whether the popup should overflow. */
|
|
522
|
-
overflow?: DapDSCommand["overflow"];
|
|
523
|
-
/** The size of the popup. */
|
|
524
|
-
size?: DapDSCommand["size"];
|
|
525
|
-
/** Fired when the popup is opened. */
|
|
526
|
-
"ondds-opened"?: (e: CustomEvent<never>) => void;
|
|
527
|
-
/** Fired when the popup is closed. */
|
|
528
|
-
"ondds-closed"?: (e: CustomEvent<never>) => void;
|
|
529
|
-
};
|
|
530
|
-
|
|
531
471
|
type DapDSComboboxProps = {
|
|
532
472
|
/** The value of the select. */
|
|
533
473
|
value?: DapDSCombobox["value"];
|
|
@@ -591,6 +531,66 @@ type DapDSComboboxProps = {
|
|
|
591
531
|
"ondds-input"?: (e: CustomEvent<never>) => void;
|
|
592
532
|
};
|
|
593
533
|
|
|
534
|
+
type DapDSCommandGroupProps = {
|
|
535
|
+
/** The label of the command group. */
|
|
536
|
+
label?: DapDSCommandGroup["label"];
|
|
537
|
+
/** Whether the command group is exclusive, only one item can be selected at a time. */
|
|
538
|
+
exclusive?: DapDSCommandGroup["exclusive"];
|
|
539
|
+
};
|
|
540
|
+
|
|
541
|
+
type DapDSCommandItemProps = {
|
|
542
|
+
/** The value of the command item. */
|
|
543
|
+
value?: DapDSCommandItem["value"];
|
|
544
|
+
/** Whether the command item is disabled. */
|
|
545
|
+
disabled?: DapDSCommandItem["disabled"];
|
|
546
|
+
/** The name of the button */
|
|
547
|
+
name?: DapDSCommandItem["name"];
|
|
548
|
+
/** The Href of the button. If this present the button will be rendered as an anchor `<a></a>` element. */
|
|
549
|
+
href?: DapDSCommandItem["href"];
|
|
550
|
+
/** The target of the button */
|
|
551
|
+
target?: DapDSCommandItem["target"];
|
|
552
|
+
/** The rel of the button link. Default is `noreferrer noopener`. */
|
|
553
|
+
rel?: DapDSCommandItem["rel"];
|
|
554
|
+
/** Whether the command item is selectable. */
|
|
555
|
+
selectable?: DapDSCommandItem["selectable"];
|
|
556
|
+
/** Whether the command item is selected. */
|
|
557
|
+
selected?: DapDSCommandItem["selected"];
|
|
558
|
+
/** Whether the command item should close the command when selected. */
|
|
559
|
+
closeOnSelect?: DapDSCommandItem["closeOnSelect"];
|
|
560
|
+
|
|
561
|
+
/** Fired when the command item is clicked. */
|
|
562
|
+
"ondds-command-item-click"?: (e: CustomEvent<never>) => void;
|
|
563
|
+
};
|
|
564
|
+
|
|
565
|
+
type DapDSCommandProps = {
|
|
566
|
+
/** The value of the command. */
|
|
567
|
+
value?: DapDSCommand["value"];
|
|
568
|
+
/** The disabled state of the popup. */
|
|
569
|
+
disabled?: DapDSCommand["disabled"];
|
|
570
|
+
/** The open state of the popup. */
|
|
571
|
+
opened?: DapDSCommand["opened"];
|
|
572
|
+
/** The placement of the popup. */
|
|
573
|
+
placement?: DapDSCommand["placement"];
|
|
574
|
+
/** The floating strategy of the popup. */
|
|
575
|
+
floatingStrategy?: DapDSCommand["floatingStrategy"];
|
|
576
|
+
/** The offset of the popup. */
|
|
577
|
+
offset?: DapDSCommand["offset"];
|
|
578
|
+
/** Whether the popup should sync its width with the trigger. */
|
|
579
|
+
sync?: DapDSCommand["sync"];
|
|
580
|
+
/** The maximum height of the popup. */
|
|
581
|
+
maxHeight?: DapDSCommand["maxHeight"];
|
|
582
|
+
/** Whether the popup has an arrow. */
|
|
583
|
+
hasArrow?: DapDSCommand["hasArrow"];
|
|
584
|
+
/** Whether the popup should overflow. */
|
|
585
|
+
overflow?: DapDSCommand["overflow"];
|
|
586
|
+
/** The size of the popup. */
|
|
587
|
+
size?: DapDSCommand["size"];
|
|
588
|
+
/** Fired when the popup is opened. */
|
|
589
|
+
"ondds-opened"?: (e: CustomEvent<never>) => void;
|
|
590
|
+
/** Fired when the popup is closed. */
|
|
591
|
+
"ondds-closed"?: (e: CustomEvent<never>) => void;
|
|
592
|
+
};
|
|
593
|
+
|
|
594
594
|
type DapDSContentSwitcherItemProps = {
|
|
595
595
|
/** The value of the segmented control item. */
|
|
596
596
|
value?: DapDSContentSwitcherItem["value"];
|
|
@@ -2195,26 +2195,26 @@ type ArrowsArrowLeftDownLineProps = {
|
|
|
2195
2195
|
focusable?: ArrowsArrowLeftDownLine["focusable"];
|
|
2196
2196
|
};
|
|
2197
2197
|
|
|
2198
|
-
type
|
|
2198
|
+
type ArrowsArrowLeftLineProps = {
|
|
2199
2199
|
/** (optional) The width and height in pixels */
|
|
2200
|
-
size?:
|
|
2200
|
+
size?: ArrowsArrowLeftLine["size"];
|
|
2201
2201
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
2202
|
-
selected?:
|
|
2202
|
+
selected?: ArrowsArrowLeftLine["selected"];
|
|
2203
2203
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
2204
|
-
accessibilityTitle?:
|
|
2204
|
+
accessibilityTitle?: ArrowsArrowLeftLine["accessibilityTitle"];
|
|
2205
2205
|
/** (optional) If `true` the icon can receive focus */
|
|
2206
|
-
focusable?:
|
|
2206
|
+
focusable?: ArrowsArrowLeftLine["focusable"];
|
|
2207
2207
|
};
|
|
2208
2208
|
|
|
2209
|
-
type
|
|
2209
|
+
type ArrowsArrowLeftLLineProps = {
|
|
2210
2210
|
/** (optional) The width and height in pixels */
|
|
2211
|
-
size?:
|
|
2211
|
+
size?: ArrowsArrowLeftLLine["size"];
|
|
2212
2212
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
2213
|
-
selected?:
|
|
2213
|
+
selected?: ArrowsArrowLeftLLine["selected"];
|
|
2214
2214
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
2215
|
-
accessibilityTitle?:
|
|
2215
|
+
accessibilityTitle?: ArrowsArrowLeftLLine["accessibilityTitle"];
|
|
2216
2216
|
/** (optional) If `true` the icon can receive focus */
|
|
2217
|
-
focusable?:
|
|
2217
|
+
focusable?: ArrowsArrowLeftLLine["focusable"];
|
|
2218
2218
|
};
|
|
2219
2219
|
|
|
2220
2220
|
type ArrowsArrowLeftSFillProps = {
|
|
@@ -2437,26 +2437,26 @@ type SystemAlertFillProps = {
|
|
|
2437
2437
|
focusable?: SystemAlertFill["focusable"];
|
|
2438
2438
|
};
|
|
2439
2439
|
|
|
2440
|
-
type
|
|
2440
|
+
type SystemCheckLineProps = {
|
|
2441
2441
|
/** (optional) The width and height in pixels */
|
|
2442
|
-
size?:
|
|
2442
|
+
size?: SystemCheckLine["size"];
|
|
2443
2443
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
2444
|
-
selected?:
|
|
2444
|
+
selected?: SystemCheckLine["selected"];
|
|
2445
2445
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
2446
|
-
accessibilityTitle?:
|
|
2446
|
+
accessibilityTitle?: SystemCheckLine["accessibilityTitle"];
|
|
2447
2447
|
/** (optional) If `true` the icon can receive focus */
|
|
2448
|
-
focusable?:
|
|
2448
|
+
focusable?: SystemCheckLine["focusable"];
|
|
2449
2449
|
};
|
|
2450
2450
|
|
|
2451
|
-
type
|
|
2451
|
+
type SystemAlertLineProps = {
|
|
2452
2452
|
/** (optional) The width and height in pixels */
|
|
2453
|
-
size?:
|
|
2453
|
+
size?: SystemAlertLine["size"];
|
|
2454
2454
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
2455
|
-
selected?:
|
|
2455
|
+
selected?: SystemAlertLine["selected"];
|
|
2456
2456
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
2457
|
-
accessibilityTitle?:
|
|
2457
|
+
accessibilityTitle?: SystemAlertLine["accessibilityTitle"];
|
|
2458
2458
|
/** (optional) If `true` the icon can receive focus */
|
|
2459
|
-
focusable?:
|
|
2459
|
+
focusable?: SystemAlertLine["focusable"];
|
|
2460
2460
|
};
|
|
2461
2461
|
|
|
2462
2462
|
type SystemCheckLine2Props = {
|
|
@@ -2481,26 +2481,26 @@ type SystemCheckboxBlankCircleFillProps = {
|
|
|
2481
2481
|
focusable?: SystemCheckboxBlankCircleFill["focusable"];
|
|
2482
2482
|
};
|
|
2483
2483
|
|
|
2484
|
-
type
|
|
2484
|
+
type SystemCheckboxBlankCircleLineProps = {
|
|
2485
2485
|
/** (optional) The width and height in pixels */
|
|
2486
|
-
size?:
|
|
2486
|
+
size?: SystemCheckboxBlankCircleLine["size"];
|
|
2487
2487
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
2488
|
-
selected?:
|
|
2488
|
+
selected?: SystemCheckboxBlankCircleLine["selected"];
|
|
2489
2489
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
2490
|
-
accessibilityTitle?:
|
|
2490
|
+
accessibilityTitle?: SystemCheckboxBlankCircleLine["accessibilityTitle"];
|
|
2491
2491
|
/** (optional) If `true` the icon can receive focus */
|
|
2492
|
-
focusable?:
|
|
2492
|
+
focusable?: SystemCheckboxBlankCircleLine["focusable"];
|
|
2493
2493
|
};
|
|
2494
2494
|
|
|
2495
|
-
type
|
|
2495
|
+
type SystemCheckboxBlankCircleFillCheckProps = {
|
|
2496
2496
|
/** (optional) The width and height in pixels */
|
|
2497
|
-
size?:
|
|
2497
|
+
size?: SystemCheckboxBlankCircleFillCheck["size"];
|
|
2498
2498
|
/** (optional) Sets the icon color via the `fill` attribute */
|
|
2499
|
-
selected?:
|
|
2499
|
+
selected?: SystemCheckboxBlankCircleFillCheck["selected"];
|
|
2500
2500
|
/** (optional) When using the icon standalone, make it meaningful for accessibility */
|
|
2501
|
-
accessibilityTitle?:
|
|
2501
|
+
accessibilityTitle?: SystemCheckboxBlankCircleFillCheck["accessibilityTitle"];
|
|
2502
2502
|
/** (optional) If `true` the icon can receive focus */
|
|
2503
|
-
focusable?:
|
|
2503
|
+
focusable?: SystemCheckboxBlankCircleFillCheck["focusable"];
|
|
2504
2504
|
};
|
|
2505
2505
|
|
|
2506
2506
|
type SystemCheckboxCircleFillProps = {
|
|
@@ -2861,6 +2861,25 @@ export type CustomElements = {
|
|
|
2861
2861
|
*/
|
|
2862
2862
|
"dap-ds-accordion": DefineComponent<DapDSAccordionProps>;
|
|
2863
2863
|
|
|
2864
|
+
/**
|
|
2865
|
+
* Anchor heading is a heading with an anchor link.
|
|
2866
|
+
* ---
|
|
2867
|
+
*
|
|
2868
|
+
*
|
|
2869
|
+
* ### **CSS Properties:**
|
|
2870
|
+
* - **--dds-anchor-link-color** - The color of the anchor link. Default is the primary color. _(default: undefined)_
|
|
2871
|
+
* - **--dds-anchor-link-opacity** - The opacity of the anchor link when not hovered. Default is 0. _(default: undefined)_
|
|
2872
|
+
* - **--dds-anchor-link-hover-opacity** - The opacity of the anchor link when hovered. Default is 1. _(default: undefined)_
|
|
2873
|
+
* - **--dds-anchor-link-transition** - The transition property for the anchor link opacity. Default is 'opacity 0.2s ease-in-out'. _(default: undefined)_
|
|
2874
|
+
*
|
|
2875
|
+
* ### **CSS Parts:**
|
|
2876
|
+
* - **base** - The main anchor heading container.
|
|
2877
|
+
* - **link** - The link of the anchor heading. dap-ds-link element.
|
|
2878
|
+
* - **link-base** - The base of the link part.
|
|
2879
|
+
* - **text** - The text of the anchor heading.
|
|
2880
|
+
*/
|
|
2881
|
+
"dap-ds-anchor-heading": DefineComponent<DapDSAnchorHeadingProps>;
|
|
2882
|
+
|
|
2864
2883
|
/**
|
|
2865
2884
|
* An accordion group is a collection of accordion components.
|
|
2866
2885
|
* ---
|
|
@@ -2884,49 +2903,6 @@ export type CustomElements = {
|
|
|
2884
2903
|
*/
|
|
2885
2904
|
"dap-ds-accordion-group": DefineComponent<DapDSAccordionGroupProps>;
|
|
2886
2905
|
|
|
2887
|
-
/**
|
|
2888
|
-
* Avatar component can be used to display user profile images or icons, or illustrations.
|
|
2889
|
-
* ---
|
|
2890
|
-
*
|
|
2891
|
-
*
|
|
2892
|
-
* ### **CSS Properties:**
|
|
2893
|
-
* - **--dds-avatar-border-radius** - The border radius of the avatar. Default is the design system's rounded radius. _(default: undefined)_
|
|
2894
|
-
* - **--dds-avatar-background-color** - The background color of the avatar. Default is transparent. _(default: undefined)_
|
|
2895
|
-
* - **--dds-avatar-border-width** - The width of the avatar's border. Default is 0. _(default: undefined)_
|
|
2896
|
-
* - **--dds-avatar-border-color** - The color of the avatar's border. Default is transparent. _(default: undefined)_
|
|
2897
|
-
* - **--dds-avatar-border-style** - The style of the avatar's border. Default is solid. _(default: undefined)_
|
|
2898
|
-
* - **--dds-avatar-transition** - The transition property for the avatar. Default is 'all 0.2s ease-in-out'. _(default: undefined)_
|
|
2899
|
-
* - **--dds-avatar-size-lg** - The size of the large avatar. Default is the design system's spacing-2000. _(default: undefined)_
|
|
2900
|
-
* - **--dds-avatar-size-md** - The size of the medium avatar. Default is the design system's spacing-1600. _(default: undefined)_
|
|
2901
|
-
* - **--dds-avatar-size-sm** - The size of the small avatar. Default is the design system's spacing-1200. _(default: undefined)_
|
|
2902
|
-
* - **--dds-avatar-size-xs** - The size of the extra small avatar. Default is the design system's spacing-800. _(default: undefined)_
|
|
2903
|
-
* - **--dds-avatar-size-xxs** - The size of the extra extra small avatar. Default is the design system's spacing-600. _(default: undefined)_
|
|
2904
|
-
*
|
|
2905
|
-
* ### **CSS Parts:**
|
|
2906
|
-
* - **base** - The main avatar image container.
|
|
2907
|
-
* - **img** - The avatar image.
|
|
2908
|
-
*/
|
|
2909
|
-
"dap-ds-avatar": DefineComponent<DapDSAvatarProps>;
|
|
2910
|
-
|
|
2911
|
-
/**
|
|
2912
|
-
* Anchor heading is a heading with an anchor link.
|
|
2913
|
-
* ---
|
|
2914
|
-
*
|
|
2915
|
-
*
|
|
2916
|
-
* ### **CSS Properties:**
|
|
2917
|
-
* - **--dds-anchor-link-color** - The color of the anchor link. Default is the primary color. _(default: undefined)_
|
|
2918
|
-
* - **--dds-anchor-link-opacity** - The opacity of the anchor link when not hovered. Default is 0. _(default: undefined)_
|
|
2919
|
-
* - **--dds-anchor-link-hover-opacity** - The opacity of the anchor link when hovered. Default is 1. _(default: undefined)_
|
|
2920
|
-
* - **--dds-anchor-link-transition** - The transition property for the anchor link opacity. Default is 'opacity 0.2s ease-in-out'. _(default: undefined)_
|
|
2921
|
-
*
|
|
2922
|
-
* ### **CSS Parts:**
|
|
2923
|
-
* - **base** - The main anchor heading container.
|
|
2924
|
-
* - **link** - The link of the anchor heading. dap-ds-link element.
|
|
2925
|
-
* - **link-base** - The base of the link part.
|
|
2926
|
-
* - **text** - The text of the anchor heading.
|
|
2927
|
-
*/
|
|
2928
|
-
"dap-ds-anchor-heading": DefineComponent<DapDSAnchorHeadingProps>;
|
|
2929
|
-
|
|
2930
2906
|
/**
|
|
2931
2907
|
* A badge is a small status descriptor for UI elements.
|
|
2932
2908
|
* ---
|
|
@@ -3026,6 +3002,30 @@ export type CustomElements = {
|
|
|
3026
3002
|
*/
|
|
3027
3003
|
"dap-ds-banner": DefineComponent<DapDSBannerProps>;
|
|
3028
3004
|
|
|
3005
|
+
/**
|
|
3006
|
+
* Avatar component can be used to display user profile images or icons, or illustrations.
|
|
3007
|
+
* ---
|
|
3008
|
+
*
|
|
3009
|
+
*
|
|
3010
|
+
* ### **CSS Properties:**
|
|
3011
|
+
* - **--dds-avatar-border-radius** - The border radius of the avatar. Default is the design system's rounded radius. _(default: undefined)_
|
|
3012
|
+
* - **--dds-avatar-background-color** - The background color of the avatar. Default is transparent. _(default: undefined)_
|
|
3013
|
+
* - **--dds-avatar-border-width** - The width of the avatar's border. Default is 0. _(default: undefined)_
|
|
3014
|
+
* - **--dds-avatar-border-color** - The color of the avatar's border. Default is transparent. _(default: undefined)_
|
|
3015
|
+
* - **--dds-avatar-border-style** - The style of the avatar's border. Default is solid. _(default: undefined)_
|
|
3016
|
+
* - **--dds-avatar-transition** - The transition property for the avatar. Default is 'all 0.2s ease-in-out'. _(default: undefined)_
|
|
3017
|
+
* - **--dds-avatar-size-lg** - The size of the large avatar. Default is the design system's spacing-2000. _(default: undefined)_
|
|
3018
|
+
* - **--dds-avatar-size-md** - The size of the medium avatar. Default is the design system's spacing-1600. _(default: undefined)_
|
|
3019
|
+
* - **--dds-avatar-size-sm** - The size of the small avatar. Default is the design system's spacing-1200. _(default: undefined)_
|
|
3020
|
+
* - **--dds-avatar-size-xs** - The size of the extra small avatar. Default is the design system's spacing-800. _(default: undefined)_
|
|
3021
|
+
* - **--dds-avatar-size-xxs** - The size of the extra extra small avatar. Default is the design system's spacing-600. _(default: undefined)_
|
|
3022
|
+
*
|
|
3023
|
+
* ### **CSS Parts:**
|
|
3024
|
+
* - **base** - The main avatar image container.
|
|
3025
|
+
* - **img** - The avatar image.
|
|
3026
|
+
*/
|
|
3027
|
+
"dap-ds-avatar": DefineComponent<DapDSAvatarProps>;
|
|
3028
|
+
|
|
3029
3029
|
/**
|
|
3030
3030
|
* A breadcrumb is a secondary navigation scheme that reveals the user's location in a website or Web application.
|
|
3031
3031
|
* ---
|
|
@@ -3482,6 +3482,61 @@ export type CustomElements = {
|
|
|
3482
3482
|
*/
|
|
3483
3483
|
"dap-ds-checkbox": DefineComponent<DapDSCheckboxProps>;
|
|
3484
3484
|
|
|
3485
|
+
/**
|
|
3486
|
+
* A select is a form element that allows the user to select one option from a set.
|
|
3487
|
+
* ---
|
|
3488
|
+
*
|
|
3489
|
+
*
|
|
3490
|
+
* ### **Events:**
|
|
3491
|
+
* - **dds-change** - Fired when the select value changes.
|
|
3492
|
+
* - **dds-blur** - Emitted when the select loses focus.
|
|
3493
|
+
* - **dds-focus** - Emitted when the select gains focus.
|
|
3494
|
+
* - **dds-clear** - Emitted when the select is cleared.
|
|
3495
|
+
* - **dds-search** - Emitted when the manual input value changes.
|
|
3496
|
+
* - **dds-input** - Emitted when typing happens in the input.
|
|
3497
|
+
*
|
|
3498
|
+
* ### **Slots:**
|
|
3499
|
+
* - _default_ - The default slot for the options.
|
|
3500
|
+
*
|
|
3501
|
+
* ### **CSS Properties:**
|
|
3502
|
+
* - **--dds-combobox-background** - The background color of the combobox. Defaults to var(--dds-fields-background-default). _(default: undefined)_
|
|
3503
|
+
* - **--dds-combobox-border-color** - The border color of the combobox. Defaults to var(--dds-border-neutral-base). _(default: undefined)_
|
|
3504
|
+
* - **--dds-combobox-border-width** - The border width of the combobox. Defaults to var(--dds-border-width-base, 1px). _(default: undefined)_
|
|
3505
|
+
* - **--dds-combobox-border-radius** - The border radius of the combobox. Defaults to var(--dds-radius-base). _(default: undefined)_
|
|
3506
|
+
* - **--dds-combobox-text-color** - The text color of the combobox. Defaults to var(--dds-text-neutral-base). _(default: undefined)_
|
|
3507
|
+
* - **--dds-combobox-placeholder-color** - The placeholder text color. Defaults to var(--dds-text-neutral-subtle). _(default: undefined)_
|
|
3508
|
+
* - **--dds-combobox-disabled-background** - The background color when disabled. Defaults to var(--dds-background-neutral-stronger). _(default: undefined)_
|
|
3509
|
+
* - **--dds-combobox-disabled-text** - The text color when disabled. Defaults to var(--dds-text-neutral-disabled). _(default: undefined)_
|
|
3510
|
+
* - **--dds-combobox-error-border** - The border color for error state. Defaults to var(--dds-border-negative-base). _(default: undefined)_
|
|
3511
|
+
* - **--dds-combobox-success-border** - The border color for success state. Defaults to var(--dds-border-positive-base). _(default: undefined)_
|
|
3512
|
+
* - **--dds-combobox-icon-color** - The color of the icons. Defaults to var(--dds-text-icon-neutral-subtle). _(default: undefined)_
|
|
3513
|
+
* - **--dds-combobox-clear-icon-color** - The color of the clear icon. Defaults to var(--dds-button-subtle-icon-neutral-enabled). _(default: undefined)_
|
|
3514
|
+
* - **--dds-combobox-popup-background** - The background color of the popup. Defaults to var(--dds-background-neutral-subtle). _(default: undefined)_
|
|
3515
|
+
* - **--dds-combobox-popup-shadow** - The box shadow of the popup. Defaults to 0 4px 6px -1px rgb(0 0 0 / 8%), 0 2px 4px -1px rgb(0 0 0 / 6%). _(default: undefined)_
|
|
3516
|
+
* - **--dds-combobox-padding-xs** - The padding for extra small size. Defaults to var(--dds-spacing-200). _(default: undefined)_
|
|
3517
|
+
* - **--dds-combobox-padding-sm** - The padding for small size. Defaults to var(--dds-spacing-200). _(default: undefined)_
|
|
3518
|
+
* - **--dds-combobox-padding-lg** - The padding for large size. Defaults to var(--dds-spacing-300). _(default: undefined)_
|
|
3519
|
+
* - **--dds-combobox-padding-horizontal** - The horizontal padding. Defaults to var(--dds-spacing-300). _(default: undefined)_
|
|
3520
|
+
* - **--dds-combobox-padding-vertical** - The vertical padding. Defaults to var(--dds-spacing-200). _(default: undefined)_
|
|
3521
|
+
* - **--dds-combobox-gap** - The gap between elements. Defaults to var(--dds-spacing-100). _(default: undefined)_
|
|
3522
|
+
* - **--dds-combobox-icon-gap** - The gap between icons. Defaults to var(--dds-spacing-200). _(default: undefined)_
|
|
3523
|
+
* - **--dds-combobox-action-gap** - The gap between action elements. Defaults to var(--dds-spacing-200). _(default: undefined)_
|
|
3524
|
+
* - **--dds-combobox-action-padding** - The padding for action elements. Defaults to var(--dds-spacing-300). _(default: undefined)_
|
|
3525
|
+
* - **--dds-combobox-clear-icon-width** - The width of the clear icon. Defaults to var(--dds-spacing-800). _(default: undefined)_
|
|
3526
|
+
* - **--dds-combobox-dropdown-icon-right** - The right position of the dropdown icon. Defaults to var(--dds-spacing-600). _(default: undefined)_
|
|
3527
|
+
* - **--dds-combobox-min-width** - The minimum width of the combobox. Defaults to 7.5rem. _(default: undefined)_
|
|
3528
|
+
*
|
|
3529
|
+
* ### **CSS Parts:**
|
|
3530
|
+
* - **base** - The main select container.
|
|
3531
|
+
* - **trigger** - The trigger button of the select.
|
|
3532
|
+
* - **label** - The label of the select.
|
|
3533
|
+
* - **description** - The description of the select.
|
|
3534
|
+
* - **feedback** - The feedback of the select.
|
|
3535
|
+
* - **tooltip** - The tooltip of the select.
|
|
3536
|
+
* - **option-list** - The option list of the select.
|
|
3537
|
+
*/
|
|
3538
|
+
"dap-ds-combobox": DefineComponent<DapDSComboboxProps>;
|
|
3539
|
+
|
|
3485
3540
|
/**
|
|
3486
3541
|
* A command group is a group of command items.
|
|
3487
3542
|
* ---
|
|
@@ -3556,61 +3611,6 @@ export type CustomElements = {
|
|
|
3556
3611
|
*/
|
|
3557
3612
|
"dap-ds-command": DefineComponent<DapDSCommandProps>;
|
|
3558
3613
|
|
|
3559
|
-
/**
|
|
3560
|
-
* A select is a form element that allows the user to select one option from a set.
|
|
3561
|
-
* ---
|
|
3562
|
-
*
|
|
3563
|
-
*
|
|
3564
|
-
* ### **Events:**
|
|
3565
|
-
* - **dds-change** - Fired when the select value changes.
|
|
3566
|
-
* - **dds-blur** - Emitted when the select loses focus.
|
|
3567
|
-
* - **dds-focus** - Emitted when the select gains focus.
|
|
3568
|
-
* - **dds-clear** - Emitted when the select is cleared.
|
|
3569
|
-
* - **dds-search** - Emitted when the manual input value changes.
|
|
3570
|
-
* - **dds-input** - Emitted when typing happens in the input.
|
|
3571
|
-
*
|
|
3572
|
-
* ### **Slots:**
|
|
3573
|
-
* - _default_ - The default slot for the options.
|
|
3574
|
-
*
|
|
3575
|
-
* ### **CSS Properties:**
|
|
3576
|
-
* - **--dds-combobox-background** - The background color of the combobox. Defaults to var(--dds-fields-background-default). _(default: undefined)_
|
|
3577
|
-
* - **--dds-combobox-border-color** - The border color of the combobox. Defaults to var(--dds-border-neutral-base). _(default: undefined)_
|
|
3578
|
-
* - **--dds-combobox-border-width** - The border width of the combobox. Defaults to var(--dds-border-width-base, 1px). _(default: undefined)_
|
|
3579
|
-
* - **--dds-combobox-border-radius** - The border radius of the combobox. Defaults to var(--dds-radius-base). _(default: undefined)_
|
|
3580
|
-
* - **--dds-combobox-text-color** - The text color of the combobox. Defaults to var(--dds-text-neutral-base). _(default: undefined)_
|
|
3581
|
-
* - **--dds-combobox-placeholder-color** - The placeholder text color. Defaults to var(--dds-text-neutral-subtle). _(default: undefined)_
|
|
3582
|
-
* - **--dds-combobox-disabled-background** - The background color when disabled. Defaults to var(--dds-background-neutral-stronger). _(default: undefined)_
|
|
3583
|
-
* - **--dds-combobox-disabled-text** - The text color when disabled. Defaults to var(--dds-text-neutral-disabled). _(default: undefined)_
|
|
3584
|
-
* - **--dds-combobox-error-border** - The border color for error state. Defaults to var(--dds-border-negative-base). _(default: undefined)_
|
|
3585
|
-
* - **--dds-combobox-success-border** - The border color for success state. Defaults to var(--dds-border-positive-base). _(default: undefined)_
|
|
3586
|
-
* - **--dds-combobox-icon-color** - The color of the icons. Defaults to var(--dds-text-icon-neutral-subtle). _(default: undefined)_
|
|
3587
|
-
* - **--dds-combobox-clear-icon-color** - The color of the clear icon. Defaults to var(--dds-button-subtle-icon-neutral-enabled). _(default: undefined)_
|
|
3588
|
-
* - **--dds-combobox-popup-background** - The background color of the popup. Defaults to var(--dds-background-neutral-subtle). _(default: undefined)_
|
|
3589
|
-
* - **--dds-combobox-popup-shadow** - The box shadow of the popup. Defaults to 0 4px 6px -1px rgb(0 0 0 / 8%), 0 2px 4px -1px rgb(0 0 0 / 6%). _(default: undefined)_
|
|
3590
|
-
* - **--dds-combobox-padding-xs** - The padding for extra small size. Defaults to var(--dds-spacing-200). _(default: undefined)_
|
|
3591
|
-
* - **--dds-combobox-padding-sm** - The padding for small size. Defaults to var(--dds-spacing-200). _(default: undefined)_
|
|
3592
|
-
* - **--dds-combobox-padding-lg** - The padding for large size. Defaults to var(--dds-spacing-300). _(default: undefined)_
|
|
3593
|
-
* - **--dds-combobox-padding-horizontal** - The horizontal padding. Defaults to var(--dds-spacing-300). _(default: undefined)_
|
|
3594
|
-
* - **--dds-combobox-padding-vertical** - The vertical padding. Defaults to var(--dds-spacing-200). _(default: undefined)_
|
|
3595
|
-
* - **--dds-combobox-gap** - The gap between elements. Defaults to var(--dds-spacing-100). _(default: undefined)_
|
|
3596
|
-
* - **--dds-combobox-icon-gap** - The gap between icons. Defaults to var(--dds-spacing-200). _(default: undefined)_
|
|
3597
|
-
* - **--dds-combobox-action-gap** - The gap between action elements. Defaults to var(--dds-spacing-200). _(default: undefined)_
|
|
3598
|
-
* - **--dds-combobox-action-padding** - The padding for action elements. Defaults to var(--dds-spacing-300). _(default: undefined)_
|
|
3599
|
-
* - **--dds-combobox-clear-icon-width** - The width of the clear icon. Defaults to var(--dds-spacing-800). _(default: undefined)_
|
|
3600
|
-
* - **--dds-combobox-dropdown-icon-right** - The right position of the dropdown icon. Defaults to var(--dds-spacing-600). _(default: undefined)_
|
|
3601
|
-
* - **--dds-combobox-min-width** - The minimum width of the combobox. Defaults to 7.5rem. _(default: undefined)_
|
|
3602
|
-
*
|
|
3603
|
-
* ### **CSS Parts:**
|
|
3604
|
-
* - **base** - The main select container.
|
|
3605
|
-
* - **trigger** - The trigger button of the select.
|
|
3606
|
-
* - **label** - The label of the select.
|
|
3607
|
-
* - **description** - The description of the select.
|
|
3608
|
-
* - **feedback** - The feedback of the select.
|
|
3609
|
-
* - **tooltip** - The tooltip of the select.
|
|
3610
|
-
* - **option-list** - The option list of the select.
|
|
3611
|
-
*/
|
|
3612
|
-
"dap-ds-combobox": DefineComponent<DapDSComboboxProps>;
|
|
3613
|
-
|
|
3614
3614
|
/**
|
|
3615
3615
|
* Segmented control item component for the segmented control.
|
|
3616
3616
|
* ---
|
|
@@ -5423,7 +5423,7 @@ export type CustomElements = {
|
|
|
5423
5423
|
* ### **CSS Parts:**
|
|
5424
5424
|
* - **base** - The main icon container.
|
|
5425
5425
|
*/
|
|
5426
|
-
"dap-ds-icon-arrow-left-
|
|
5426
|
+
"dap-ds-icon-arrow-left-line": DefineComponent<ArrowsArrowLeftLineProps>;
|
|
5427
5427
|
|
|
5428
5428
|
/**
|
|
5429
5429
|
* An icon
|
|
@@ -5433,7 +5433,7 @@ export type CustomElements = {
|
|
|
5433
5433
|
* ### **CSS Parts:**
|
|
5434
5434
|
* - **base** - The main icon container.
|
|
5435
5435
|
*/
|
|
5436
|
-
"dap-ds-icon-arrow-left-line": DefineComponent<
|
|
5436
|
+
"dap-ds-icon-arrow-left-l-line": DefineComponent<ArrowsArrowLeftLLineProps>;
|
|
5437
5437
|
|
|
5438
5438
|
/**
|
|
5439
5439
|
* An icon
|
|
@@ -5643,7 +5643,7 @@ export type CustomElements = {
|
|
|
5643
5643
|
* ### **CSS Parts:**
|
|
5644
5644
|
* - **base** - The main icon container.
|
|
5645
5645
|
*/
|
|
5646
|
-
"dap-ds-icon-
|
|
5646
|
+
"dap-ds-icon-check-line": DefineComponent<SystemCheckLineProps>;
|
|
5647
5647
|
|
|
5648
5648
|
/**
|
|
5649
5649
|
* An icon
|
|
@@ -5653,7 +5653,7 @@ export type CustomElements = {
|
|
|
5653
5653
|
* ### **CSS Parts:**
|
|
5654
5654
|
* - **base** - The main icon container.
|
|
5655
5655
|
*/
|
|
5656
|
-
"dap-ds-icon-
|
|
5656
|
+
"dap-ds-icon-alert-line": DefineComponent<SystemAlertLineProps>;
|
|
5657
5657
|
|
|
5658
5658
|
/**
|
|
5659
5659
|
* An icon
|
|
@@ -5683,7 +5683,7 @@ export type CustomElements = {
|
|
|
5683
5683
|
* ### **CSS Parts:**
|
|
5684
5684
|
* - **base** - The main icon container.
|
|
5685
5685
|
*/
|
|
5686
|
-
"dap-ds-icon-checkbox-blank-circle-
|
|
5686
|
+
"dap-ds-icon-checkbox-blank-circle-line": DefineComponent<SystemCheckboxBlankCircleLineProps>;
|
|
5687
5687
|
|
|
5688
5688
|
/**
|
|
5689
5689
|
* An icon
|
|
@@ -5693,7 +5693,7 @@ export type CustomElements = {
|
|
|
5693
5693
|
* ### **CSS Parts:**
|
|
5694
5694
|
* - **base** - The main icon container.
|
|
5695
5695
|
*/
|
|
5696
|
-
"dap-ds-icon-checkbox-blank-circle-
|
|
5696
|
+
"dap-ds-icon-checkbox-blank-circle-fill-check": DefineComponent<SystemCheckboxBlankCircleFillCheckProps>;
|
|
5697
5697
|
|
|
5698
5698
|
/**
|
|
5699
5699
|
* An icon
|