dap-design-system 0.58.0 → 0.58.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.
- package/dist/components/icon/icon.component.d.ts +3 -0
- package/dist/{components-Bo0Y80lA.js → components-DIc6GiB8.js} +4043 -4032
- package/dist/{components-Bo0Y80lA.js.map → components-DIc6GiB8.js.map} +1 -1
- package/dist/components.js +1 -1
- package/dist/dds.js +1 -1
- package/dist/manifest/types/vue/index.d.ts +263 -263
- package/dist/manifest/vscode.html-custom-data.json +192 -192
- package/dist/manifest/web-types.json +501 -501
- package/dist/react/index.d.ts +9 -9
- package/dist/react-types.ts +9 -9
- package/dist/react.js +134 -134
- package/dist/react.js.map +1 -1
- package/package.json +1 -1
|
@@ -3,35 +3,72 @@
|
|
|
3
3
|
"version": 1.1,
|
|
4
4
|
"tags": [
|
|
5
5
|
{
|
|
6
|
-
"name": "dap-ds-
|
|
7
|
-
"description": "
|
|
6
|
+
"name": "dap-ds-avatar",
|
|
7
|
+
"description": "Avatar component can be used to display user profile images, initials, or icons.\n---\n\n\n### **Events:**\n - **dds-load** - Fired when the image loads successfully.\n- **dds-error** - Fired when the image fails to load.\n\n### **Slots:**\n - **icon** - The icon to display when variant is 'icon'.\n- **fallback** - Custom fallback content when image fails to load.\n\n### **CSS Properties:**\n - **--dds-avatar-border-radius** - The border radius of the avatar (default: 50%) _(default: undefined)_\n- **--dds-avatar-background-color** - The background color of the avatar (default: var(--dds-neutral-200)) _(default: undefined)_\n- **--dds-avatar-border-width** - The border width of the avatar (default: 0) _(default: undefined)_\n- **--dds-avatar-border-color** - The color of the avatar's border (default: transparent) _(default: undefined)_\n- **--dds-avatar-border-style** - The style of the avatar's border (default: solid) _(default: undefined)_\n- **--dds-avatar-transition** - The transition property for the avatar (default: all 0.2s ease-in-out) _(default: undefined)_\n- **--dds-avatar-text-color** - The text color for initials (default: var(--dds-text-neutral-strong)) _(default: undefined)_\n- **--dds-avatar-font-weight** - The font weight for initials (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-avatar-lg-size** - Size for large avatars (default: var(--dds-avatar-size-lg)) _(default: undefined)_\n- **--dds-avatar-md-size** - Size for medium avatars (default: var(--dds-avatar-size-md)) _(default: undefined)_\n- **--dds-avatar-sm-size** - Size for small avatars (default: var(--dds-avatar-size-sm)) _(default: undefined)_\n- **--dds-avatar-xs-size** - Size for extra small avatars (default: var(--dds-avatar-size-xs)) _(default: undefined)_\n- **--dds-avatar-xxs-size** - Size for extra extra small avatars (default: var(--dds-avatar-size-xxs)) _(default: undefined)_\n- **--dds-avatar-font-size-lg** - Font size for large avatars (default: var(--dds-font-2xl)) _(default: undefined)_\n- **--dds-avatar-font-size-md** - Font size for medium avatars (default: var(--dds-font-lg)) _(default: undefined)_\n- **--dds-avatar-font-size-sm** - Font size for small avatars (default: var(--dds-font-base)) _(default: undefined)_\n- **--dds-avatar-font-size-xs** - Font size for extra small avatars (default: var(--dds-font-sm)) _(default: undefined)_\n- **--dds-avatar-font-size-xxs** - Font size for extra extra small avatars (default: var(--dds-font-xs)) _(default: undefined)_\n- **--dds-avatar-hover-transform** - Transform applied on hover for interactive avatars (default: scale(1.05)) _(default: undefined)_\n- **--dds-avatar-active-transform** - Transform applied when active for interactive avatars (default: scale(0.95)) _(default: undefined)_\n- **--dds-avatar-focus-ring** - Focus ring style for interactive avatars (default: 0 0 0 2px var(--dds-focus-outer-ring)) _(default: undefined)_\n- **--dds-avatar-loading-background** - Background color when loading (default: var(--dds-neutral-100)) _(default: undefined)_\n- **--dds-avatar-error-background** - Background color when image fails to load (default: var(--dds-negative-100)) _(default: undefined)_\n- **--dds-avatar-error-color** - Text color when image fails to load (default: var(--dds-negative-600)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main avatar container.\n- **img** - The avatar image.\n- **initials** - The initials container.\n- **icon** - The icon container.\n- **fallback** - The fallback content container.\n- **loading** - The loading indicator.",
|
|
8
8
|
"attributes": [
|
|
9
|
+
{
|
|
10
|
+
"name": "shape",
|
|
11
|
+
"description": "The shape of the avatar",
|
|
12
|
+
"values": [
|
|
13
|
+
{ "name": "circle" },
|
|
14
|
+
{ "name": "rounded" },
|
|
15
|
+
{ "name": "square" }
|
|
16
|
+
]
|
|
17
|
+
},
|
|
9
18
|
{
|
|
10
19
|
"name": "variant",
|
|
11
|
-
"description": "The variant of the
|
|
12
|
-
"values": [
|
|
20
|
+
"description": "The variant type of the avatar",
|
|
21
|
+
"values": [
|
|
22
|
+
{ "name": "image" },
|
|
23
|
+
{ "name": "initials" },
|
|
24
|
+
{ "name": "icon" }
|
|
25
|
+
]
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "src",
|
|
29
|
+
"description": "The source of the avatar image",
|
|
30
|
+
"values": []
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "alt",
|
|
34
|
+
"description": "The alt text of the avatar",
|
|
35
|
+
"values": []
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "initials",
|
|
39
|
+
"description": "The initials to display when variant is 'initials'",
|
|
40
|
+
"values": []
|
|
13
41
|
},
|
|
14
42
|
{
|
|
15
43
|
"name": "label",
|
|
16
|
-
"description": "
|
|
44
|
+
"description": "Accessible label for the avatar",
|
|
17
45
|
"values": []
|
|
18
|
-
}
|
|
19
|
-
],
|
|
20
|
-
"references": [
|
|
46
|
+
},
|
|
21
47
|
{
|
|
22
|
-
"name": "
|
|
23
|
-
"
|
|
48
|
+
"name": "loading",
|
|
49
|
+
"description": "Loading state indicator",
|
|
50
|
+
"values": []
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "interactive",
|
|
54
|
+
"description": "Whether the avatar is interactive (clickable)",
|
|
55
|
+
"values": []
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": "width",
|
|
59
|
+
"description": "The width of the avatar. This will override the size",
|
|
60
|
+
"values": []
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "height",
|
|
64
|
+
"description": "The height of the avatar. This will override the size",
|
|
65
|
+
"values": []
|
|
24
66
|
}
|
|
25
|
-
]
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"name": "dap-ds-accordion",
|
|
29
|
-
"description": "An accordion is a vertically stacked list of interactive items that can be expanded or collapsed to reveal or hide content.\n---\n\n\n### **Events:**\n - **dds-opened** - Event fired when the accordion is opened.\n- **dds-closed** - Event fired when the accordion is closed.\n\n### **Slots:**\n - **default** - The content of the accordion.\n- **heading** - The heading of the accordion.\n- **icon-opened** - The icon when the accordion is opened.\n- **icon-closed** - The icon when the accordion is closed.\n\n### **CSS Properties:**\n - **--dds-accordion-border-width** - The width of the accordion border (default: var(--dds-border-width-base)) _(default: undefined)_\n- **--dds-accordion-border-style** - The style of the accordion border (default: solid) _(default: undefined)_\n- **--dds-accordion-border-radius** - The border radius of the accordion (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-accordion-border-color** - The color of the accordion border (default: var(--dds-border-neutral-divider)) _(default: undefined)_\n- **--dds-accordion-background-color** - The background color of the accordion (default: var(--dds-background-neutral-subtle)) _(default: undefined)_\n- **--dds-accordion-text-color** - The text color of the accordion (default: var(--dds-text-neutral-strong)) _(default: undefined)_\n- **--dds-accordion-hover-background** - The background color when hovering over the accordion (default: var(--dds-background-neutral-base)) _(default: undefined)_\n- **--dds-accordion-active-background** - The background color when the accordion is active (default: var(--dds-background-neutral-medium)) _(default: undefined)_\n- **--dds-accordion-icon-background** - The background color of the accordion icon (default: var(--dds-transparent-black-subtle)) _(default: undefined)_\n- **--dds-accordion-icon-color** - The color of the accordion icon (default: var(--dds-icon-neutral-base)) _(default: undefined)_\n- **--dds-accordion-icon-hover-background** - The background color of the accordion icon when hovered (default: var(--dds-transparent-black-base)) _(default: undefined)_\n- **--dds-accordion-icon-active-background** - The background color of the accordion icon when active (default: var(--dds-transparent-black-strong)) _(default: undefined)_\n- **--dds-accordion-icon-hover-color** - The color of the accordion icon when hovered (default: var(--dds-icon-neutral-strong)) _(default: undefined)_\n- **--dds-accordion-icon-active-color** - The color of the accordion icon when active (default: var(--dds-icon-neutral-strong)) _(default: undefined)_\n- **--dds-accordion-content-color** - The color of the accordion content (default: var(--dds-text-text-neutral)) _(default: undefined)_\n- **--dds-accordion-transition-duration** - The duration of the accordion transitions (default: var(--dds-transition-fast)) _(default: undefined)_\n- **--dds-accordion-transition-timing** - The timing function of the accordion transitions (default: var(--dds-easing-ease-in-out)) _(default: undefined)_\n- **--dds-accordion-divider-color** - The color of the divider between accordion items (default: var(--dds-border-neutral-divider)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main accordion container.\n- **heading** - The heading of the accordion.\n- **button** - The button of the accordion.\n- **content** - The content of the accordion.\n- **content-container** - The container of the accordion content.\n- **icon-wrapper** - The icon wrapper of the accordion.\n- **open-icon** - The icon when the accordion is opened.\n- **open-icon-base** - The base of the icon when the accordion is opened.\n- **close-icon** - The icon when the accordion is closed.\n- **close-icon-base** - The base of the icon when the accordion is closed.",
|
|
30
|
-
"attributes": [],
|
|
67
|
+
],
|
|
31
68
|
"references": [
|
|
32
69
|
{
|
|
33
70
|
"name": "Documentation",
|
|
34
|
-
"url": "https://shoelace.style/components/
|
|
71
|
+
"url": "https://shoelace.style/components/avatar"
|
|
35
72
|
}
|
|
36
73
|
]
|
|
37
74
|
},
|
|
@@ -77,6 +114,17 @@
|
|
|
77
114
|
}
|
|
78
115
|
]
|
|
79
116
|
},
|
|
117
|
+
{
|
|
118
|
+
"name": "dap-ds-accordion",
|
|
119
|
+
"description": "An accordion is a vertically stacked list of interactive items that can be expanded or collapsed to reveal or hide content.\n---\n\n\n### **Events:**\n - **dds-opened** - Event fired when the accordion is opened.\n- **dds-closed** - Event fired when the accordion is closed.\n\n### **Slots:**\n - **default** - The content of the accordion.\n- **heading** - The heading of the accordion.\n- **icon-opened** - The icon when the accordion is opened.\n- **icon-closed** - The icon when the accordion is closed.\n\n### **CSS Properties:**\n - **--dds-accordion-border-width** - The width of the accordion border (default: var(--dds-border-width-base)) _(default: undefined)_\n- **--dds-accordion-border-style** - The style of the accordion border (default: solid) _(default: undefined)_\n- **--dds-accordion-border-radius** - The border radius of the accordion (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-accordion-border-color** - The color of the accordion border (default: var(--dds-border-neutral-divider)) _(default: undefined)_\n- **--dds-accordion-background-color** - The background color of the accordion (default: var(--dds-background-neutral-subtle)) _(default: undefined)_\n- **--dds-accordion-text-color** - The text color of the accordion (default: var(--dds-text-neutral-strong)) _(default: undefined)_\n- **--dds-accordion-hover-background** - The background color when hovering over the accordion (default: var(--dds-background-neutral-base)) _(default: undefined)_\n- **--dds-accordion-active-background** - The background color when the accordion is active (default: var(--dds-background-neutral-medium)) _(default: undefined)_\n- **--dds-accordion-icon-background** - The background color of the accordion icon (default: var(--dds-transparent-black-subtle)) _(default: undefined)_\n- **--dds-accordion-icon-color** - The color of the accordion icon (default: var(--dds-icon-neutral-base)) _(default: undefined)_\n- **--dds-accordion-icon-hover-background** - The background color of the accordion icon when hovered (default: var(--dds-transparent-black-base)) _(default: undefined)_\n- **--dds-accordion-icon-active-background** - The background color of the accordion icon when active (default: var(--dds-transparent-black-strong)) _(default: undefined)_\n- **--dds-accordion-icon-hover-color** - The color of the accordion icon when hovered (default: var(--dds-icon-neutral-strong)) _(default: undefined)_\n- **--dds-accordion-icon-active-color** - The color of the accordion icon when active (default: var(--dds-icon-neutral-strong)) _(default: undefined)_\n- **--dds-accordion-content-color** - The color of the accordion content (default: var(--dds-text-text-neutral)) _(default: undefined)_\n- **--dds-accordion-transition-duration** - The duration of the accordion transitions (default: var(--dds-transition-fast)) _(default: undefined)_\n- **--dds-accordion-transition-timing** - The timing function of the accordion transitions (default: var(--dds-easing-ease-in-out)) _(default: undefined)_\n- **--dds-accordion-divider-color** - The color of the divider between accordion items (default: var(--dds-border-neutral-divider)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main accordion container.\n- **heading** - The heading of the accordion.\n- **button** - The button of the accordion.\n- **content** - The content of the accordion.\n- **content-container** - The container of the accordion content.\n- **icon-wrapper** - The icon wrapper of the accordion.\n- **open-icon** - The icon when the accordion is opened.\n- **open-icon-base** - The base of the icon when the accordion is opened.\n- **close-icon** - The icon when the accordion is closed.\n- **close-icon-base** - The base of the icon when the accordion is closed.",
|
|
120
|
+
"attributes": [],
|
|
121
|
+
"references": [
|
|
122
|
+
{
|
|
123
|
+
"name": "Documentation",
|
|
124
|
+
"url": "https://shoelace.style/components/accordion"
|
|
125
|
+
}
|
|
126
|
+
]
|
|
127
|
+
},
|
|
80
128
|
{
|
|
81
129
|
"name": "dap-ds-badge",
|
|
82
130
|
"description": "A badge is a small status descriptor for UI elements.\n---\n\n\n### **Slots:**\n - _default_ - The content of the badge.\n- **icon** - The icon of the badge.\n\n### **CSS Properties:**\n - **--dds-badge-border-width** - The width of the badge's border (default: var(--dds-border-width-base)) _(default: undefined)_\n- **--dds-badge-border-style** - The style of the badge's border (default: solid) _(default: undefined)_\n- **--dds-badge-border-radius** - The border radius of the badge (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-badge-font-weight** - The font weight of the badge text (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-badge-line-height** - The line height of the badge text (default: 1.2) _(default: undefined)_\n- **--dds-badge-transition** - The transition property for the badge (default: all 0.2s ease-in-out) _(default: undefined)_\n- **--dds-badge-padding-sm** - The padding of the small badge (default: var(--dds-spacing-100) var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-badge-padding-lg** - The padding of the large badge (default: var(--dds-spacing-100) var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-badge-font-size-sm** - The font size of the small badge (default: var(--dds-font-xs)) _(default: undefined)_\n- **--dds-badge-font-size-lg** - The font size of the large badge (default: var(--dds-font-sm)) _(default: undefined)_\n- **--dds-badge-neutral-border-color** - The border color of the neutral badge (default: var(--dds-border-neutral-base)) _(default: undefined)_\n- **--dds-badge-neutral-background** - The background color of the neutral badge (default: var(--dds-background-neutral-medium)) _(default: undefined)_\n- **--dds-badge-neutral-color** - The text color of the neutral badge (default: var(--dds-text-neutral-subtle)) _(default: undefined)_\n- **--dds-badge-brand-border-color** - The border color of the brand badge (default: var(--dds-border-brand-base)) _(default: undefined)_\n- **--dds-badge-brand-background** - The background color of the brand badge (default: var(--dds-background-brand-medium)) _(default: undefined)_\n- **--dds-badge-brand-color** - The text color of the brand badge (default: var(--dds-text-brand-subtle)) _(default: undefined)_\n- **--dds-badge-info-border-color** - The border color of the info badge (default: var(--dds-border-informative-base)) _(default: undefined)_\n- **--dds-badge-info-background** - The background color of the info badge (default: var(--dds-background-informative-medium)) _(default: undefined)_\n- **--dds-badge-info-color** - The text color of the info badge (default: var(--dds-text-informative-subtle)) _(default: undefined)_\n- **--dds-badge-positive-border-color** - The border color of the positive badge (default: var(--dds-border-positive-base)) _(default: undefined)_\n- **--dds-badge-positive-background** - The background color of the positive badge (default: var(--dds-background-positive-medium)) _(default: undefined)_\n- **--dds-badge-positive-color** - The text color of the positive badge (default: var(--dds-text-positive-subtle)) _(default: undefined)_\n- **--dds-badge-warning-border-color** - The border color of the warning badge (default: var(--dds-border-warning-subtle)) _(default: undefined)_\n- **--dds-badge-warning-background** - The background color of the warning badge (default: var(--dds-background-warning-medium)) _(default: undefined)_\n- **--dds-badge-warning-color** - The text color of the warning badge (default: var(--dds-text-warning-subtle)) _(default: undefined)_\n- **--dds-badge-negative-border-color** - The border color of the negative badge (default: var(--dds-border-negative-base)) _(default: undefined)_\n- **--dds-badge-negative-background** - The background color of the negative badge (default: var(--dds-background-negative-medium)) _(default: undefined)_\n- **--dds-badge-negative-color** - The text color of the negative badge (default: var(--dds-text-negative-subtle)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main container of the badge.\n- **icon** - The icon of the badge.\n- **content** - The content of the badge.\n- **icon-base** - The base of the icon.",
|
|
@@ -111,6 +159,29 @@
|
|
|
111
159
|
}
|
|
112
160
|
]
|
|
113
161
|
},
|
|
162
|
+
{
|
|
163
|
+
"name": "dap-ds-breadcrumb",
|
|
164
|
+
"description": "A breadcrumb is a secondary navigation scheme that reveals the user's location in a website or Web application.\n---\n\n\n### **Slots:**\n - _default_ - The content of the breadcrumb.\n- **separator** - The separator between breadcrumb items. Default is '/'.\n\n### **CSS Properties:**\n - **--dds-breadcrumb-width** - The width of the breadcrumb container (default: 100%) _(default: undefined)_\n- **--dds-breadcrumb-overflow-x** - The horizontal overflow behavior of the breadcrumb (default: auto) _(default: undefined)_\n- **--dds-breadcrumb-transition** - The transition property for the breadcrumb (default: all 0.2s ease-in-out) _(default: undefined)_\n- **--dds-breadcrumb-list-display** - The display property of the breadcrumb list (default: flex) _(default: undefined)_\n- **--dds-breadcrumb-list-flex-wrap** - The flex-wrap property of the breadcrumb list (default: nowrap) _(default: undefined)_\n- **--dds-breadcrumb-list-align-items** - The align-items property of the breadcrumb list (default: center) _(default: undefined)_\n- **--dds-breadcrumb-list-min-width** - The minimum width of the breadcrumb list (default: max-content) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main breadcrumb container.\n- **separator** - The separator of the breadcrumb.",
|
|
165
|
+
"attributes": [
|
|
166
|
+
{ "name": "variant", "values": [] },
|
|
167
|
+
{
|
|
168
|
+
"name": "mobile",
|
|
169
|
+
"description": "Mobile version of the breadcrumb",
|
|
170
|
+
"values": []
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"name": "aria-labelledby",
|
|
174
|
+
"description": "The aria-labelledby of the breadcrumb",
|
|
175
|
+
"values": []
|
|
176
|
+
}
|
|
177
|
+
],
|
|
178
|
+
"references": [
|
|
179
|
+
{
|
|
180
|
+
"name": "Documentation",
|
|
181
|
+
"url": "https://shoelace.style/components/breadcrumb"
|
|
182
|
+
}
|
|
183
|
+
]
|
|
184
|
+
},
|
|
114
185
|
{
|
|
115
186
|
"name": "dap-ds-banner",
|
|
116
187
|
"description": "A banner is a message displayed at the top of the page to provide important information to the user.\n---\n\n\n### **Events:**\n - **dds-close** - Event fired when the banner is closed.\n\n### **Slots:**\n - _default_ - The content of the banner.\n- **actions** - Actions of banner\n- **icon** - The icon of the banner.\n\n### **CSS Properties:**\n - **--dds-banner-gap** - The gap between banner elements (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-banner-line-height** - The line height of the banner text (default: var(--dds-font-line-height-xlarge)) _(default: undefined)_\n- **--dds-banner-transition** - The transition property for the banner (default: all 0.2s ease-in-out) _(default: undefined)_\n- **--dds-banner-brand-background** - The background color of the brand banner (default: var(--dds-banner-background-brand)) _(default: undefined)_\n- **--dds-banner-brand-icon-color** - The color of the brand banner icon (default: var(--dds-banner-icon-brand)) _(default: undefined)_\n- **--dds-banner-brand-text-color** - The text color of the brand banner (default: var(--dds-banner-text-brand)) _(default: undefined)_\n- **--dds-banner-brand-action-color** - The color of the brand banner actions (default: var(--dds-banner-action-enabled)) _(default: undefined)_\n- **--dds-banner-info-background** - The background color of the info banner (default: var(--dds-banner-background-informative)) _(default: undefined)_\n- **--dds-banner-info-icon-color** - The color of the info banner icon (default: var(--dds-banner-icon-informative)) _(default: undefined)_\n- **--dds-banner-info-text-color** - The text color of the info banner (default: var(--dds-banner-text-informative)) _(default: undefined)_\n- **--dds-banner-info-action-color** - The color of the info banner actions (default: var(--dds-banner-action-enabled)) _(default: undefined)_\n- **--dds-banner-positive-background** - The background color of the positive banner (default: var(--dds-banner-background-positive)) _(default: undefined)_\n- **--dds-banner-positive-icon-color** - The color of the positive banner icon (default: var(--dds-banner-icon-positive)) _(default: undefined)_\n- **--dds-banner-positive-text-color** - The text color of the positive banner (default: var(--dds-banner-text-positive)) _(default: undefined)_\n- **--dds-banner-positive-action-color** - The color of the positive banner actions (default: var(--dds-banner-action-enabled)) _(default: undefined)_\n- **--dds-banner-warning-background** - The background color of the warning banner (default: var(--dds-banner-background-warning)) _(default: undefined)_\n- **--dds-banner-warning-icon-color** - The color of the warning banner icon (default: var(--dds-banner-icon-warning)) _(default: undefined)_\n- **--dds-banner-warning-text-color** - The text color of the warning banner (default: var(--dds-banner-text-warning)) _(default: undefined)_\n- **--dds-banner-warning-action-color** - The color of the warning banner actions (default: var(--dds-banner-action-inverted-enabled)) _(default: undefined)_\n- **--dds-banner-negative-background** - The background color of the negative banner (default: var(--dds-banner-background-negative)) _(default: undefined)_\n- **--dds-banner-negative-icon-color** - The color of the negative banner icon (default: var(--dds-banner-icon-negative)) _(default: undefined)_\n- **--dds-banner-negative-text-color** - The text color of the negative banner (default: var(--dds-banner-text-negative)) _(default: undefined)_\n- **--dds-banner-negative-action-color** - The color of the negative banner actions (default: var(--dds-banner-action-inverted-enabled)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main banner container.\n- **card-base** - The wrapper card container.\n- **icon** - The icon of the banner.\n- **icon-element** - The icon element of the banner.\n- **icon-base** - The base of the icon.\n- **closebutton** - The close button of the banner.\n- **close-icon-element** - The icon element of the close button.\n- **close-icon-base** - The base of the close button icon.\n- **actions** - The actions of the banner.\n- **title** - The title of the banner.",
|
|
@@ -187,72 +258,24 @@
|
|
|
187
258
|
]
|
|
188
259
|
},
|
|
189
260
|
{
|
|
190
|
-
"name": "dap-ds-
|
|
191
|
-
"description": "
|
|
261
|
+
"name": "dap-ds-anchor-heading",
|
|
262
|
+
"description": "Anchor heading is a heading with an anchor link.\n---\n\n\n### **CSS Properties:**\n - **--dds-anchor-link-color** - The color of the anchor link (default: var(--dds-color-primary)) _(default: undefined)_\n- **--dds-anchor-link-opacity** - The opacity of the anchor link when not hovered (default: 0) _(default: undefined)_\n- **--dds-anchor-link-hover-opacity** - The opacity of the anchor link when hovered (default: 1) _(default: undefined)_\n- **--dds-anchor-link-transition** - The transition property for the anchor link opacity (default: opacity 0.2s ease-in-out) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main anchor heading container.\n- **link** - The link of the anchor heading. dap-ds-link element.\n- **link-base** - The base of the link part.\n- **text** - The text of the anchor heading.",
|
|
192
263
|
"attributes": [
|
|
193
|
-
{
|
|
194
|
-
"name": "shape",
|
|
195
|
-
"description": "The shape of the avatar",
|
|
196
|
-
"values": [
|
|
197
|
-
{ "name": "circle" },
|
|
198
|
-
{ "name": "rounded" },
|
|
199
|
-
{ "name": "square" }
|
|
200
|
-
]
|
|
201
|
-
},
|
|
202
264
|
{
|
|
203
265
|
"name": "variant",
|
|
204
|
-
"description": "The variant
|
|
205
|
-
"values": [
|
|
206
|
-
{ "name": "image" },
|
|
207
|
-
{ "name": "initials" },
|
|
208
|
-
{ "name": "icon" }
|
|
209
|
-
]
|
|
210
|
-
},
|
|
211
|
-
{
|
|
212
|
-
"name": "src",
|
|
213
|
-
"description": "The source of the avatar image",
|
|
214
|
-
"values": []
|
|
215
|
-
},
|
|
216
|
-
{
|
|
217
|
-
"name": "alt",
|
|
218
|
-
"description": "The alt text of the avatar",
|
|
219
|
-
"values": []
|
|
220
|
-
},
|
|
221
|
-
{
|
|
222
|
-
"name": "initials",
|
|
223
|
-
"description": "The initials to display when variant is 'initials'",
|
|
224
|
-
"values": []
|
|
266
|
+
"description": "The variant of the heading. Default is `h2`. Can be `h1`, `h2`, `h3`, `h4`, `h5`, or `h6`.",
|
|
267
|
+
"values": [{ "name": "HeadingVariant" }]
|
|
225
268
|
},
|
|
226
269
|
{
|
|
227
270
|
"name": "label",
|
|
228
|
-
"description": "
|
|
229
|
-
"values": []
|
|
230
|
-
},
|
|
231
|
-
{
|
|
232
|
-
"name": "loading",
|
|
233
|
-
"description": "Loading state indicator",
|
|
234
|
-
"values": []
|
|
235
|
-
},
|
|
236
|
-
{
|
|
237
|
-
"name": "interactive",
|
|
238
|
-
"description": "Whether the avatar is interactive (clickable)",
|
|
239
|
-
"values": []
|
|
240
|
-
},
|
|
241
|
-
{
|
|
242
|
-
"name": "width",
|
|
243
|
-
"description": "The width of the avatar. This will override the size",
|
|
244
|
-
"values": []
|
|
245
|
-
},
|
|
246
|
-
{
|
|
247
|
-
"name": "height",
|
|
248
|
-
"description": "The height of the avatar. This will override the size",
|
|
271
|
+
"description": "The label of the heading.",
|
|
249
272
|
"values": []
|
|
250
273
|
}
|
|
251
274
|
],
|
|
252
275
|
"references": [
|
|
253
276
|
{
|
|
254
277
|
"name": "Documentation",
|
|
255
|
-
"url": "https://shoelace.style/components/
|
|
278
|
+
"url": "https://shoelace.style/components/anchor-heading"
|
|
256
279
|
}
|
|
257
280
|
]
|
|
258
281
|
},
|
|
@@ -502,6 +525,74 @@
|
|
|
502
525
|
}
|
|
503
526
|
]
|
|
504
527
|
},
|
|
528
|
+
{
|
|
529
|
+
"name": "dap-ds-callout",
|
|
530
|
+
"description": "`dap-ds-callout` is a custom callout component.\n---\n\n\n### **Events:**\n - **dds-close** - Fired when the close button is clicked.\n\n### **Slots:**\n - _default_ - The content of the callout.\n- **title** - The title of the callout.\n- **icon** - The icon of the callout.\n- **actions** - The actions of the callout.\n- **close** - The close button of the callout.\n\n### **CSS Properties:**\n - **--dds-callout-padding** - Padding of the callout content. (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-callout-gap** - Gap between elements in horizontal layout. (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-callout-icon-size** - Size of the icon. (default: var(--dds-spacing-600)) _(default: undefined)_\n- **--dds-callout-title-color** - Color of the title text. (default: var(--dds-text-neutral-strong)) _(default: undefined)_\n- **--dds-callout-description-color** - Color of the description text. (default: var(--dds-text-neutral-base)) _(default: undefined)_\n- **--dds-callout-title-font-size** - Font size of the title. (default: var(--dds-font-base)) _(default: undefined)_\n- **--dds-callout-description-font-size** - Font size of the description. (default: var(--dds-font-base)) _(default: undefined)_\n- **--dds-callout-title-font-weight** - Font weight of the title. (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-callout-description-font-weight** - Font weight of the description. (default: var(--dds-font-weight-medium)) _(default: undefined)_\n- **--dds-callout-actions-font-weight** - Font weight of the actions. (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-callout-actions-gap** - Gap between action items. (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-callout-content-gap** - Gap between content elements. (default: var(--dds-spacing-100)) _(default: undefined)_\n- **--dds-callout-border-radius** - Border radius of the callout. (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-callout-brand-background** - Brand variant background color. (default: var(--dds-background-brand-base)) _(default: undefined)_\n- **--dds-callout-brand-background-subtle** - Brand variant subtle background color. (default: var(--dds-background-brand-subtle)) _(default: undefined)_\n- **--dds-callout-brand-background-medium** - Brand variant medium background color. (default: var(--dds-background-brand-medium)) _(default: undefined)_\n- **--dds-callout-brand-background-strong** - Brand variant strong background color. (default: var(--dds-background-brand-strong)) _(default: undefined)_\n- **--dds-callout-brand-icon** - Brand variant icon color. (default: var(--dds-icon-brand-subtle)) _(default: undefined)_\n- **--dds-callout-brand-border** - Brand variant border color. (default: var(--dds-border-brand-subtle)) _(default: undefined)_\n- **--dds-callout-info-background** - Info variant background color. (default: var(--dds-background-informative-base)) _(default: undefined)_\n- **--dds-callout-info-background-subtle** - Info variant subtle background color. (default: var(--dds-background-informative-subtle)) _(default: undefined)_\n- **--dds-callout-info-background-medium** - Info variant medium background color. (default: var(--dds-background-informative-medium)) _(default: undefined)_\n- **--dds-callout-info-background-strong** - Info variant strong background color. (default: var(--dds-background-informative-strong)) _(default: undefined)_\n- **--dds-callout-info-icon** - Info variant icon color. (default: var(--dds-icon-informative-subtle)) _(default: undefined)_\n- **--dds-callout-info-border** - Info variant border color. (default: var(--dds-border-informative-subtle)) _(default: undefined)_\n- **--dds-callout-positive-background** - Positive variant background color. (default: var(--dds-background-positive-base)) _(default: undefined)_\n- **--dds-callout-positive-background-subtle** - Positive variant subtle background color. (default: var(--dds-background-positive-subtle)) _(default: undefined)_\n- **--dds-callout-positive-background-medium** - Positive variant medium background color. (default: var(--dds-background-positive-medium)) _(default: undefined)_\n- **--dds-callout-positive-background-strong** - Positive variant strong background color. (default: var(--dds-background-positive-strong)) _(default: undefined)_\n- **--dds-callout-positive-icon** - Positive variant icon color. (default: var(--dds-icon-positive-subtle)) _(default: undefined)_\n- **--dds-callout-positive-border** - Positive variant border color. (default: var(--dds-border-positive-subtle)) _(default: undefined)_\n- **--dds-callout-warning-background** - Warning variant background color. (default: var(--dds-background-warning-base)) _(default: undefined)_\n- **--dds-callout-warning-background-subtle** - Warning variant subtle background color. (default: var(--dds-background-warning-subtle)) _(default: undefined)_\n- **--dds-callout-warning-background-medium** - Warning variant medium background color. (default: var(--dds-background-warning-medium)) _(default: undefined)_\n- **--dds-callout-warning-background-strong** - Warning variant strong background color. (default: var(--dds-background-warning-strong)) _(default: undefined)_\n- **--dds-callout-warning-icon** - Warning variant icon color. (default: var(--dds-icon-neutral-strong)) _(default: undefined)_\n- **--dds-callout-warning-border** - Warning variant border color. (default: var(--dds-border-warning-subtle)) _(default: undefined)_\n- **--dds-callout-negative-background** - Negative variant background color. (default: var(--dds-background-negative-base)) _(default: undefined)_\n- **--dds-callout-negative-background-subtle** - Negative variant subtle background color. (default: var(--dds-background-negative-subtle)) _(default: undefined)_\n- **--dds-callout-negative-background-medium** - Negative variant medium background color. (default: var(--dds-background-negative-medium)) _(default: undefined)_\n- **--dds-callout-negative-background-strong** - Negative variant strong background color. (default: var(--dds-background-negative-strong)) _(default: undefined)_\n- **--dds-callout-negative-icon** - Negative variant icon color. (default: var(--dds-icon-negative-subtle)) _(default: undefined)_\n- **--dds-callout-negative-border** - Negative variant border color. (default: var(--dds-border-negative-subtle)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main callout container.\n- **content** - The content of the callout.\n- **card-content** - The content of the card.\n- **icon** - The icon of the callout.\n- **title** - The title of the callout.\n- **description** - The description of the callout.\n- **actions** - The actions of the callout.\n- **close** - The close button of the callout.",
|
|
531
|
+
"attributes": [
|
|
532
|
+
{
|
|
533
|
+
"name": "variant",
|
|
534
|
+
"description": "The variant of the callout",
|
|
535
|
+
"values": [
|
|
536
|
+
{ "name": "brand" },
|
|
537
|
+
{ "name": "positive" },
|
|
538
|
+
{ "name": "info" },
|
|
539
|
+
{ "name": "warning" },
|
|
540
|
+
{ "name": "negative" }
|
|
541
|
+
]
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"name": "alignment",
|
|
545
|
+
"description": "The alignment of the callout. Can be `vertical` or `horizontal`.",
|
|
546
|
+
"values": [{ "name": "vertical" }, { "name": "horizontal" }]
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
"name": "shade",
|
|
550
|
+
"description": "The strongness of the callout colors. Can be `subtle`, `base`, `medium`, or `strong`.",
|
|
551
|
+
"values": [
|
|
552
|
+
{ "name": "subtle" },
|
|
553
|
+
{ "name": "base" },
|
|
554
|
+
{ "name": "medium" },
|
|
555
|
+
{ "name": "strong" }
|
|
556
|
+
]
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
"name": "noBorder",
|
|
560
|
+
"description": "If the callout has a border",
|
|
561
|
+
"values": []
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"name": "closeable",
|
|
565
|
+
"description": "If the callout has a close button",
|
|
566
|
+
"values": []
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"name": "title",
|
|
570
|
+
"description": "The header of the callout",
|
|
571
|
+
"values": []
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"name": "closeButtonLabel",
|
|
575
|
+
"description": "The label of the close button",
|
|
576
|
+
"values": []
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"name": "closeButtonTestId",
|
|
580
|
+
"description": "`data-testid` for the default close button.",
|
|
581
|
+
"values": []
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
"name": "opened",
|
|
585
|
+
"description": "If the callout is opened",
|
|
586
|
+
"values": []
|
|
587
|
+
}
|
|
588
|
+
],
|
|
589
|
+
"references": [
|
|
590
|
+
{
|
|
591
|
+
"name": "Documentation",
|
|
592
|
+
"url": "https://shoelace.style/components/callout"
|
|
593
|
+
}
|
|
594
|
+
]
|
|
595
|
+
},
|
|
505
596
|
{
|
|
506
597
|
"name": "dap-ds-card-actions",
|
|
507
598
|
"description": "A card actions is a container for actions in a card.\n---\n\n\n### **Slots:**\n - _default_ - The content of the card actions.\n\n### **CSS Properties:**\n - **--dds-card-actions-gap** - The gap between items in the card actions. (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-card-actions-padding-lg** - The padding for large size card actions. (default: var(--dds-spacing-600)) _(default: undefined)_\n- **--dds-card-actions-padding-md** - The padding for medium size card actions. (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-card-actions-padding-sm** - The padding for small size card actions. (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-card-actions-margin-lg** - The margin for large size card actions spacing. (default: var(--dds-spacing-600)) _(default: undefined)_\n- **--dds-card-actions-margin-md** - The margin for medium size card actions spacing. (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-card-actions-margin-sm** - The margin for small size card actions spacing. (default: var(--dds-spacing-400)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main card actions container.",
|
|
@@ -659,74 +750,6 @@
|
|
|
659
750
|
}
|
|
660
751
|
]
|
|
661
752
|
},
|
|
662
|
-
{
|
|
663
|
-
"name": "dap-ds-callout",
|
|
664
|
-
"description": "`dap-ds-callout` is a custom callout component.\n---\n\n\n### **Events:**\n - **dds-close** - Fired when the close button is clicked.\n\n### **Slots:**\n - _default_ - The content of the callout.\n- **title** - The title of the callout.\n- **icon** - The icon of the callout.\n- **actions** - The actions of the callout.\n- **close** - The close button of the callout.\n\n### **CSS Properties:**\n - **--dds-callout-padding** - Padding of the callout content. (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-callout-gap** - Gap between elements in horizontal layout. (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-callout-icon-size** - Size of the icon. (default: var(--dds-spacing-600)) _(default: undefined)_\n- **--dds-callout-title-color** - Color of the title text. (default: var(--dds-text-neutral-strong)) _(default: undefined)_\n- **--dds-callout-description-color** - Color of the description text. (default: var(--dds-text-neutral-base)) _(default: undefined)_\n- **--dds-callout-title-font-size** - Font size of the title. (default: var(--dds-font-base)) _(default: undefined)_\n- **--dds-callout-description-font-size** - Font size of the description. (default: var(--dds-font-base)) _(default: undefined)_\n- **--dds-callout-title-font-weight** - Font weight of the title. (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-callout-description-font-weight** - Font weight of the description. (default: var(--dds-font-weight-medium)) _(default: undefined)_\n- **--dds-callout-actions-font-weight** - Font weight of the actions. (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-callout-actions-gap** - Gap between action items. (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-callout-content-gap** - Gap between content elements. (default: var(--dds-spacing-100)) _(default: undefined)_\n- **--dds-callout-border-radius** - Border radius of the callout. (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-callout-brand-background** - Brand variant background color. (default: var(--dds-background-brand-base)) _(default: undefined)_\n- **--dds-callout-brand-background-subtle** - Brand variant subtle background color. (default: var(--dds-background-brand-subtle)) _(default: undefined)_\n- **--dds-callout-brand-background-medium** - Brand variant medium background color. (default: var(--dds-background-brand-medium)) _(default: undefined)_\n- **--dds-callout-brand-background-strong** - Brand variant strong background color. (default: var(--dds-background-brand-strong)) _(default: undefined)_\n- **--dds-callout-brand-icon** - Brand variant icon color. (default: var(--dds-icon-brand-subtle)) _(default: undefined)_\n- **--dds-callout-brand-border** - Brand variant border color. (default: var(--dds-border-brand-subtle)) _(default: undefined)_\n- **--dds-callout-info-background** - Info variant background color. (default: var(--dds-background-informative-base)) _(default: undefined)_\n- **--dds-callout-info-background-subtle** - Info variant subtle background color. (default: var(--dds-background-informative-subtle)) _(default: undefined)_\n- **--dds-callout-info-background-medium** - Info variant medium background color. (default: var(--dds-background-informative-medium)) _(default: undefined)_\n- **--dds-callout-info-background-strong** - Info variant strong background color. (default: var(--dds-background-informative-strong)) _(default: undefined)_\n- **--dds-callout-info-icon** - Info variant icon color. (default: var(--dds-icon-informative-subtle)) _(default: undefined)_\n- **--dds-callout-info-border** - Info variant border color. (default: var(--dds-border-informative-subtle)) _(default: undefined)_\n- **--dds-callout-positive-background** - Positive variant background color. (default: var(--dds-background-positive-base)) _(default: undefined)_\n- **--dds-callout-positive-background-subtle** - Positive variant subtle background color. (default: var(--dds-background-positive-subtle)) _(default: undefined)_\n- **--dds-callout-positive-background-medium** - Positive variant medium background color. (default: var(--dds-background-positive-medium)) _(default: undefined)_\n- **--dds-callout-positive-background-strong** - Positive variant strong background color. (default: var(--dds-background-positive-strong)) _(default: undefined)_\n- **--dds-callout-positive-icon** - Positive variant icon color. (default: var(--dds-icon-positive-subtle)) _(default: undefined)_\n- **--dds-callout-positive-border** - Positive variant border color. (default: var(--dds-border-positive-subtle)) _(default: undefined)_\n- **--dds-callout-warning-background** - Warning variant background color. (default: var(--dds-background-warning-base)) _(default: undefined)_\n- **--dds-callout-warning-background-subtle** - Warning variant subtle background color. (default: var(--dds-background-warning-subtle)) _(default: undefined)_\n- **--dds-callout-warning-background-medium** - Warning variant medium background color. (default: var(--dds-background-warning-medium)) _(default: undefined)_\n- **--dds-callout-warning-background-strong** - Warning variant strong background color. (default: var(--dds-background-warning-strong)) _(default: undefined)_\n- **--dds-callout-warning-icon** - Warning variant icon color. (default: var(--dds-icon-neutral-strong)) _(default: undefined)_\n- **--dds-callout-warning-border** - Warning variant border color. (default: var(--dds-border-warning-subtle)) _(default: undefined)_\n- **--dds-callout-negative-background** - Negative variant background color. (default: var(--dds-background-negative-base)) _(default: undefined)_\n- **--dds-callout-negative-background-subtle** - Negative variant subtle background color. (default: var(--dds-background-negative-subtle)) _(default: undefined)_\n- **--dds-callout-negative-background-medium** - Negative variant medium background color. (default: var(--dds-background-negative-medium)) _(default: undefined)_\n- **--dds-callout-negative-background-strong** - Negative variant strong background color. (default: var(--dds-background-negative-strong)) _(default: undefined)_\n- **--dds-callout-negative-icon** - Negative variant icon color. (default: var(--dds-icon-negative-subtle)) _(default: undefined)_\n- **--dds-callout-negative-border** - Negative variant border color. (default: var(--dds-border-negative-subtle)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main callout container.\n- **content** - The content of the callout.\n- **card-content** - The content of the card.\n- **icon** - The icon of the callout.\n- **title** - The title of the callout.\n- **description** - The description of the callout.\n- **actions** - The actions of the callout.\n- **close** - The close button of the callout.",
|
|
665
|
-
"attributes": [
|
|
666
|
-
{
|
|
667
|
-
"name": "variant",
|
|
668
|
-
"description": "The variant of the callout",
|
|
669
|
-
"values": [
|
|
670
|
-
{ "name": "brand" },
|
|
671
|
-
{ "name": "positive" },
|
|
672
|
-
{ "name": "info" },
|
|
673
|
-
{ "name": "warning" },
|
|
674
|
-
{ "name": "negative" }
|
|
675
|
-
]
|
|
676
|
-
},
|
|
677
|
-
{
|
|
678
|
-
"name": "alignment",
|
|
679
|
-
"description": "The alignment of the callout. Can be `vertical` or `horizontal`.",
|
|
680
|
-
"values": [{ "name": "vertical" }, { "name": "horizontal" }]
|
|
681
|
-
},
|
|
682
|
-
{
|
|
683
|
-
"name": "shade",
|
|
684
|
-
"description": "The strongness of the callout colors. Can be `subtle`, `base`, `medium`, or `strong`.",
|
|
685
|
-
"values": [
|
|
686
|
-
{ "name": "subtle" },
|
|
687
|
-
{ "name": "base" },
|
|
688
|
-
{ "name": "medium" },
|
|
689
|
-
{ "name": "strong" }
|
|
690
|
-
]
|
|
691
|
-
},
|
|
692
|
-
{
|
|
693
|
-
"name": "noBorder",
|
|
694
|
-
"description": "If the callout has a border",
|
|
695
|
-
"values": []
|
|
696
|
-
},
|
|
697
|
-
{
|
|
698
|
-
"name": "closeable",
|
|
699
|
-
"description": "If the callout has a close button",
|
|
700
|
-
"values": []
|
|
701
|
-
},
|
|
702
|
-
{
|
|
703
|
-
"name": "title",
|
|
704
|
-
"description": "The header of the callout",
|
|
705
|
-
"values": []
|
|
706
|
-
},
|
|
707
|
-
{
|
|
708
|
-
"name": "closeButtonLabel",
|
|
709
|
-
"description": "The label of the close button",
|
|
710
|
-
"values": []
|
|
711
|
-
},
|
|
712
|
-
{
|
|
713
|
-
"name": "closeButtonTestId",
|
|
714
|
-
"description": "`data-testid` for the default close button.",
|
|
715
|
-
"values": []
|
|
716
|
-
},
|
|
717
|
-
{
|
|
718
|
-
"name": "opened",
|
|
719
|
-
"description": "If the callout is opened",
|
|
720
|
-
"values": []
|
|
721
|
-
}
|
|
722
|
-
],
|
|
723
|
-
"references": [
|
|
724
|
-
{
|
|
725
|
-
"name": "Documentation",
|
|
726
|
-
"url": "https://shoelace.style/components/callout"
|
|
727
|
-
}
|
|
728
|
-
]
|
|
729
|
-
},
|
|
730
753
|
{
|
|
731
754
|
"name": "dap-ds-checkbox",
|
|
732
755
|
"description": "A checkbox is a form element that allows the user to select one or more options from a set.\n---\n\n\n### **Events:**\n - **dds-change** - Fired when the checkbox is checked or unchecked.\n- **dds-blur** - Emitted when the checkbox loses focus.\n- **dds-focus** - Emitted when the checkbox gains focus.\n- **dds-input** - Emitted when the checkbox receives input.\n\n### **Methods:**\n - **focus(): _void_** - Programmatically focuses the checkbox input element.\n- **blur(): _void_** - Programmatically blurs the checkbox input element.\n\n### **CSS Properties:**\n - **--dds-checkbox-size** - The size of the checkbox. (default: var(--dds-spacing-500)) _(default: undefined)_\n- **--dds-checkbox-border-width** - The border width of the checkbox. (default: var(--dds-border-width-large)) _(default: undefined)_\n- **--dds-checkbox-border-radius** - The border radius of the checkbox. (default: var(--dds-radius-small)) _(default: undefined)_\n- **--dds-checkbox-border-color** - The border color of the checkbox. (default: var(--dds-border-neutral-base)) _(default: undefined)_\n- **--dds-checkbox-background-color** - The background color of the checkbox. (default: transparent) _(default: undefined)_\n- **--dds-checkbox-icon-color** - The color of the checkbox icon. (default: var(--dds-button-primary-icon-enabled)) _(default: undefined)_\n- **--dds-checkbox-hover-border-color** - The border color when hovering over the checkbox. (default: var(--dds-border-neutral-medium)) _(default: undefined)_\n- **--dds-checkbox-hover-background-color** - The background color when hovering over the checkbox. (default: var(--dds-background-neutral-medium)) _(default: undefined)_\n- **--dds-checkbox-active-border-color** - The border color when the checkbox is active. (default: var(--dds-border-neutral-strong)) _(default: undefined)_\n- **--dds-checkbox-active-background-color** - The background color when the checkbox is active. (default: var(--dds-background-neutral-strong)) _(default: undefined)_\n- **--dds-checkbox-checked-border-color** - The border color when the checkbox is checked. (default: var(--dds-background-brand-base-inverted)) _(default: undefined)_\n- **--dds-checkbox-checked-background-color** - The background color when the checkbox is checked. (default: var(--dds-background-brand-base-inverted)) _(default: undefined)_\n- **--dds-checkbox-checked-hover-border-color** - The border color when hovering over a checked checkbox. (default: var(--dds-background-brand-medium-inverted)) _(default: undefined)_\n- **--dds-checkbox-checked-hover-background-color** - The background color when hovering over a checked checkbox. (default: var(--dds-background-brand-medium-inverted)) _(default: undefined)_\n- **--dds-checkbox-checked-active-border-color** - The border color when a checked checkbox is active. (default: var(--dds-background-brand-strong-inverted)) _(default: undefined)_\n- **--dds-checkbox-checked-active-background-color** - The background color when a checked checkbox is active. (default: var(--dds-background-brand-strong-inverted)) _(default: undefined)_\n- **--dds-checkbox-invalid-border-color** - The border color when the checkbox is invalid. (default: var(--dds-border-negative-base)) _(default: undefined)_\n- **--dds-checkbox-invalid-background-color** - The background color when the checkbox is invalid. (default: var(--dds-background-negative-base)) _(default: undefined)_\n- **--dds-checkbox-invalid-hover-border-color** - The border color when hovering over an invalid checkbox. (default: var(--dds-border-negative-medium)) _(default: undefined)_\n- **--dds-checkbox-invalid-hover-background-color** - The background color when hovering over an invalid checkbox. (default: var(--dds-background-negative-medium)) _(default: undefined)_\n- **--dds-checkbox-invalid-active-border-color** - The border color when an invalid checkbox is active. (default: var(--dds-border-negative-strong)) _(default: undefined)_\n- **--dds-checkbox-invalid-active-background-color** - The background color when an invalid checkbox is active. (default: var(--dds-background-negative-strong)) _(default: undefined)_\n- **--dds-checkbox-disabled-border-color** - The border color when the checkbox is disabled. (default: var(--dds-button-primary-background-disabled)) _(default: undefined)_\n- **--dds-checkbox-disabled-background-color** - The background color when the checkbox is disabled. (default: var(--dds-button-primary-background-disabled)) _(default: undefined)_\n- **--dds-checkbox-disabled-icon-color** - The color of the checkbox icon when disabled. (default: var(--dds-button-primary-icon-disabled)) _(default: undefined)_\n- **--dds-checkbox-readonly-border-color** - The border color when the checkbox is readonly. (default: var(--dds-border-neutral-subtle)) _(default: undefined)_\n- **--dds-checkbox-readonly-background-color** - The background color when the checkbox is readonly. (default: var(--dds-background-neutral-subtle)) _(default: undefined)_\n- **--dds-checkbox-readonly-icon-color** - The color of the checkbox icon when readonly. (default: var(--dds-text-neutral-base)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main checkbox container.\n- **label** - The label of the checkbox.\n- **input** - The input of the checkbox.\n- **control** - The control of the checkbox.\n- **icon** - The icon of the checkbox.\n- **icon-base** - The base icon container.\n- **label-container** - The label container of the checkbox.\n- **description** - The description of the checkbox.\n- **readonly** - The readonly state of the checkbox.",
|
|
@@ -811,29 +834,6 @@
|
|
|
811
834
|
}
|
|
812
835
|
]
|
|
813
836
|
},
|
|
814
|
-
{
|
|
815
|
-
"name": "dap-ds-breadcrumb",
|
|
816
|
-
"description": "A breadcrumb is a secondary navigation scheme that reveals the user's location in a website or Web application.\n---\n\n\n### **Slots:**\n - _default_ - The content of the breadcrumb.\n- **separator** - The separator between breadcrumb items. Default is '/'.\n\n### **CSS Properties:**\n - **--dds-breadcrumb-width** - The width of the breadcrumb container (default: 100%) _(default: undefined)_\n- **--dds-breadcrumb-overflow-x** - The horizontal overflow behavior of the breadcrumb (default: auto) _(default: undefined)_\n- **--dds-breadcrumb-transition** - The transition property for the breadcrumb (default: all 0.2s ease-in-out) _(default: undefined)_\n- **--dds-breadcrumb-list-display** - The display property of the breadcrumb list (default: flex) _(default: undefined)_\n- **--dds-breadcrumb-list-flex-wrap** - The flex-wrap property of the breadcrumb list (default: nowrap) _(default: undefined)_\n- **--dds-breadcrumb-list-align-items** - The align-items property of the breadcrumb list (default: center) _(default: undefined)_\n- **--dds-breadcrumb-list-min-width** - The minimum width of the breadcrumb list (default: max-content) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main breadcrumb container.\n- **separator** - The separator of the breadcrumb.",
|
|
817
|
-
"attributes": [
|
|
818
|
-
{ "name": "variant", "values": [] },
|
|
819
|
-
{
|
|
820
|
-
"name": "mobile",
|
|
821
|
-
"description": "Mobile version of the breadcrumb",
|
|
822
|
-
"values": []
|
|
823
|
-
},
|
|
824
|
-
{
|
|
825
|
-
"name": "aria-labelledby",
|
|
826
|
-
"description": "The aria-labelledby of the breadcrumb",
|
|
827
|
-
"values": []
|
|
828
|
-
}
|
|
829
|
-
],
|
|
830
|
-
"references": [
|
|
831
|
-
{
|
|
832
|
-
"name": "Documentation",
|
|
833
|
-
"url": "https://shoelace.style/components/breadcrumb"
|
|
834
|
-
}
|
|
835
|
-
]
|
|
836
|
-
},
|
|
837
837
|
{
|
|
838
838
|
"name": "dap-ds-code-puncher-slot",
|
|
839
839
|
"description": "Individual digit input slot for code puncher.\n---\n\n\n### **CSS Parts:**\n - **base** - The slot container.\n- **input** - The input element.",
|
|
@@ -4375,7 +4375,7 @@
|
|
|
4375
4375
|
]
|
|
4376
4376
|
},
|
|
4377
4377
|
{
|
|
4378
|
-
"name": "dap-ds-icon-arrow-left-s-
|
|
4378
|
+
"name": "dap-ds-icon-arrow-left-s-fill",
|
|
4379
4379
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
4380
4380
|
"attributes": [
|
|
4381
4381
|
{
|
|
@@ -4402,12 +4402,12 @@
|
|
|
4402
4402
|
"references": [
|
|
4403
4403
|
{
|
|
4404
4404
|
"name": "Documentation",
|
|
4405
|
-
"url": "https://shoelace.style/components/icon-arrow-left-s-
|
|
4405
|
+
"url": "https://shoelace.style/components/icon-arrow-left-s-fill"
|
|
4406
4406
|
}
|
|
4407
4407
|
]
|
|
4408
4408
|
},
|
|
4409
4409
|
{
|
|
4410
|
-
"name": "dap-ds-icon-arrow-left-s-
|
|
4410
|
+
"name": "dap-ds-icon-arrow-left-s-line",
|
|
4411
4411
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
4412
4412
|
"attributes": [
|
|
4413
4413
|
{
|
|
@@ -4434,7 +4434,7 @@
|
|
|
4434
4434
|
"references": [
|
|
4435
4435
|
{
|
|
4436
4436
|
"name": "Documentation",
|
|
4437
|
-
"url": "https://shoelace.style/components/icon-arrow-left-s-
|
|
4437
|
+
"url": "https://shoelace.style/components/icon-arrow-left-s-line"
|
|
4438
4438
|
}
|
|
4439
4439
|
]
|
|
4440
4440
|
},
|
|
@@ -4791,7 +4791,7 @@
|
|
|
4791
4791
|
]
|
|
4792
4792
|
},
|
|
4793
4793
|
{
|
|
4794
|
-
"name": "dap-ds-icon-
|
|
4794
|
+
"name": "dap-ds-icon-calendar-line",
|
|
4795
4795
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
4796
4796
|
"attributes": [
|
|
4797
4797
|
{
|
|
@@ -4818,12 +4818,12 @@
|
|
|
4818
4818
|
"references": [
|
|
4819
4819
|
{
|
|
4820
4820
|
"name": "Documentation",
|
|
4821
|
-
"url": "https://shoelace.style/components/icon-
|
|
4821
|
+
"url": "https://shoelace.style/components/icon-calendar-line"
|
|
4822
4822
|
}
|
|
4823
4823
|
]
|
|
4824
4824
|
},
|
|
4825
4825
|
{
|
|
4826
|
-
"name": "dap-ds-icon-
|
|
4826
|
+
"name": "dap-ds-icon-home-6-line",
|
|
4827
4827
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
4828
4828
|
"attributes": [
|
|
4829
4829
|
{
|
|
@@ -4850,7 +4850,7 @@
|
|
|
4850
4850
|
"references": [
|
|
4851
4851
|
{
|
|
4852
4852
|
"name": "Documentation",
|
|
4853
|
-
"url": "https://shoelace.style/components/icon-
|
|
4853
|
+
"url": "https://shoelace.style/components/icon-home-6-line"
|
|
4854
4854
|
}
|
|
4855
4855
|
]
|
|
4856
4856
|
},
|
|
@@ -4951,7 +4951,7 @@
|
|
|
4951
4951
|
]
|
|
4952
4952
|
},
|
|
4953
4953
|
{
|
|
4954
|
-
"name": "dap-ds-icon-
|
|
4954
|
+
"name": "dap-ds-icon-clipboard-line",
|
|
4955
4955
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
4956
4956
|
"attributes": [
|
|
4957
4957
|
{
|
|
@@ -4978,12 +4978,12 @@
|
|
|
4978
4978
|
"references": [
|
|
4979
4979
|
{
|
|
4980
4980
|
"name": "Documentation",
|
|
4981
|
-
"url": "https://shoelace.style/components/icon-
|
|
4981
|
+
"url": "https://shoelace.style/components/icon-clipboard-line"
|
|
4982
4982
|
}
|
|
4983
4983
|
]
|
|
4984
4984
|
},
|
|
4985
4985
|
{
|
|
4986
|
-
"name": "dap-ds-icon-
|
|
4986
|
+
"name": "dap-ds-icon-file-copy-line",
|
|
4987
4987
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
4988
4988
|
"attributes": [
|
|
4989
4989
|
{
|
|
@@ -5010,12 +5010,12 @@
|
|
|
5010
5010
|
"references": [
|
|
5011
5011
|
{
|
|
5012
5012
|
"name": "Documentation",
|
|
5013
|
-
"url": "https://shoelace.style/components/icon-
|
|
5013
|
+
"url": "https://shoelace.style/components/icon-file-copy-line"
|
|
5014
5014
|
}
|
|
5015
5015
|
]
|
|
5016
5016
|
},
|
|
5017
5017
|
{
|
|
5018
|
-
"name": "dap-ds-icon-file-
|
|
5018
|
+
"name": "dap-ds-icon-file-image-line",
|
|
5019
5019
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5020
5020
|
"attributes": [
|
|
5021
5021
|
{
|
|
@@ -5042,12 +5042,12 @@
|
|
|
5042
5042
|
"references": [
|
|
5043
5043
|
{
|
|
5044
5044
|
"name": "Documentation",
|
|
5045
|
-
"url": "https://shoelace.style/components/icon-file-
|
|
5045
|
+
"url": "https://shoelace.style/components/icon-file-image-line"
|
|
5046
5046
|
}
|
|
5047
5047
|
]
|
|
5048
5048
|
},
|
|
5049
5049
|
{
|
|
5050
|
-
"name": "dap-ds-icon-file-
|
|
5050
|
+
"name": "dap-ds-icon-file-music-line",
|
|
5051
5051
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5052
5052
|
"attributes": [
|
|
5053
5053
|
{
|
|
@@ -5074,12 +5074,12 @@
|
|
|
5074
5074
|
"references": [
|
|
5075
5075
|
{
|
|
5076
5076
|
"name": "Documentation",
|
|
5077
|
-
"url": "https://shoelace.style/components/icon-file-
|
|
5077
|
+
"url": "https://shoelace.style/components/icon-file-music-line"
|
|
5078
5078
|
}
|
|
5079
5079
|
]
|
|
5080
5080
|
},
|
|
5081
5081
|
{
|
|
5082
|
-
"name": "dap-ds-icon-file-
|
|
5082
|
+
"name": "dap-ds-icon-file-text-line",
|
|
5083
5083
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5084
5084
|
"attributes": [
|
|
5085
5085
|
{
|
|
@@ -5106,12 +5106,12 @@
|
|
|
5106
5106
|
"references": [
|
|
5107
5107
|
{
|
|
5108
5108
|
"name": "Documentation",
|
|
5109
|
-
"url": "https://shoelace.style/components/icon-file-
|
|
5109
|
+
"url": "https://shoelace.style/components/icon-file-text-line"
|
|
5110
5110
|
}
|
|
5111
5111
|
]
|
|
5112
5112
|
},
|
|
5113
5113
|
{
|
|
5114
|
-
"name": "dap-ds-icon-file-
|
|
5114
|
+
"name": "dap-ds-icon-file-video-line",
|
|
5115
5115
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5116
5116
|
"attributes": [
|
|
5117
5117
|
{
|
|
@@ -5138,12 +5138,12 @@
|
|
|
5138
5138
|
"references": [
|
|
5139
5139
|
{
|
|
5140
5140
|
"name": "Documentation",
|
|
5141
|
-
"url": "https://shoelace.style/components/icon-file-
|
|
5141
|
+
"url": "https://shoelace.style/components/icon-file-video-line"
|
|
5142
5142
|
}
|
|
5143
5143
|
]
|
|
5144
5144
|
},
|
|
5145
5145
|
{
|
|
5146
|
-
"name": "dap-ds-icon-
|
|
5146
|
+
"name": "dap-ds-icon-folder-line",
|
|
5147
5147
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5148
5148
|
"attributes": [
|
|
5149
5149
|
{
|
|
@@ -5170,12 +5170,12 @@
|
|
|
5170
5170
|
"references": [
|
|
5171
5171
|
{
|
|
5172
5172
|
"name": "Documentation",
|
|
5173
|
-
"url": "https://shoelace.style/components/icon-
|
|
5173
|
+
"url": "https://shoelace.style/components/icon-folder-line"
|
|
5174
5174
|
}
|
|
5175
5175
|
]
|
|
5176
5176
|
},
|
|
5177
5177
|
{
|
|
5178
|
-
"name": "dap-ds-icon-folder-line",
|
|
5178
|
+
"name": "dap-ds-icon-folder-open-line",
|
|
5179
5179
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5180
5180
|
"attributes": [
|
|
5181
5181
|
{
|
|
@@ -5202,12 +5202,12 @@
|
|
|
5202
5202
|
"references": [
|
|
5203
5203
|
{
|
|
5204
5204
|
"name": "Documentation",
|
|
5205
|
-
"url": "https://shoelace.style/components/icon-folder-line"
|
|
5205
|
+
"url": "https://shoelace.style/components/icon-folder-open-line"
|
|
5206
5206
|
}
|
|
5207
5207
|
]
|
|
5208
5208
|
},
|
|
5209
5209
|
{
|
|
5210
|
-
"name": "dap-ds-icon-
|
|
5210
|
+
"name": "dap-ds-icon-separator",
|
|
5211
5211
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5212
5212
|
"attributes": [
|
|
5213
5213
|
{
|
|
@@ -5234,7 +5234,7 @@
|
|
|
5234
5234
|
"references": [
|
|
5235
5235
|
{
|
|
5236
5236
|
"name": "Documentation",
|
|
5237
|
-
"url": "https://shoelace.style/components/icon-
|
|
5237
|
+
"url": "https://shoelace.style/components/icon-separator"
|
|
5238
5238
|
}
|
|
5239
5239
|
]
|
|
5240
5240
|
},
|
|
@@ -5495,7 +5495,7 @@
|
|
|
5495
5495
|
]
|
|
5496
5496
|
},
|
|
5497
5497
|
{
|
|
5498
|
-
"name": "dap-ds-icon-alert-
|
|
5498
|
+
"name": "dap-ds-icon-alert-fill",
|
|
5499
5499
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5500
5500
|
"attributes": [
|
|
5501
5501
|
{
|
|
@@ -5522,12 +5522,12 @@
|
|
|
5522
5522
|
"references": [
|
|
5523
5523
|
{
|
|
5524
5524
|
"name": "Documentation",
|
|
5525
|
-
"url": "https://shoelace.style/components/icon-alert-
|
|
5525
|
+
"url": "https://shoelace.style/components/icon-alert-fill"
|
|
5526
5526
|
}
|
|
5527
5527
|
]
|
|
5528
5528
|
},
|
|
5529
5529
|
{
|
|
5530
|
-
"name": "dap-ds-icon-alert-
|
|
5530
|
+
"name": "dap-ds-icon-alert-line",
|
|
5531
5531
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5532
5532
|
"attributes": [
|
|
5533
5533
|
{
|
|
@@ -5554,7 +5554,7 @@
|
|
|
5554
5554
|
"references": [
|
|
5555
5555
|
{
|
|
5556
5556
|
"name": "Documentation",
|
|
5557
|
-
"url": "https://shoelace.style/components/icon-alert-
|
|
5557
|
+
"url": "https://shoelace.style/components/icon-alert-line"
|
|
5558
5558
|
}
|
|
5559
5559
|
]
|
|
5560
5560
|
},
|