dap-design-system 0.56.2 → 0.56.3

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.
@@ -2,6 +2,17 @@
2
2
  "$schema": "https://raw.githubusercontent.com/microsoft/vscode-html-languageservice/main/docs/customData.schema.json",
3
3
  "version": 1.1,
4
4
  "tags": [
5
+ {
6
+ "name": "dap-ds-accordion",
7
+ "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.",
8
+ "attributes": [],
9
+ "references": [
10
+ {
11
+ "name": "Documentation",
12
+ "url": "https://shoelace.style/components/accordion"
13
+ }
14
+ ]
15
+ },
5
16
  {
6
17
  "name": "dap-ds-accordion-group",
7
18
  "description": "An accordion group is a collection of accordion components.\n---\n\n\n### **Slots:**\n - _default_ - The content of the accordion group.\n\n### **CSS Properties:**\n - **--dds-accordion-group-spacing** - Controls the gap between accordion items (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-accordion-group-border-color** - Controls the border color (default: var(--dds-border-neutral-subtle)) _(default: undefined)_\n- **--dds-accordion-group-border-width** - Controls the border width (default: var(--dds-border-width-base)) _(default: undefined)_\n- **--dds-accordion-group-border-radius** - Controls the border radius (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-accordion-group-background** - Controls the background color (default: transparent) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main accordion group container.",
@@ -29,6 +40,28 @@
29
40
  }
30
41
  ]
31
42
  },
43
+ {
44
+ "name": "dap-ds-anchor-heading",
45
+ "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.",
46
+ "attributes": [
47
+ {
48
+ "name": "variant",
49
+ "description": "The variant of the heading. Default is `h2`. Can be `h1`, `h2`, `h3`, `h4`, `h5`, or `h6`.",
50
+ "values": [{ "name": "HeadingVariant" }]
51
+ },
52
+ {
53
+ "name": "label",
54
+ "description": "The label of the heading.",
55
+ "values": []
56
+ }
57
+ ],
58
+ "references": [
59
+ {
60
+ "name": "Documentation",
61
+ "url": "https://shoelace.style/components/anchor-heading"
62
+ }
63
+ ]
64
+ },
32
65
  {
33
66
  "name": "dap-ds-avatar",
34
67
  "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.",
@@ -100,13 +133,44 @@
100
133
  ]
101
134
  },
102
135
  {
103
- "name": "dap-ds-accordion",
104
- "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.",
105
- "attributes": [],
136
+ "name": "dap-ds-avatar-group",
137
+ "description": "Avatar group component displays multiple avatars in an organized layout with overflow management.\n---\n\n\n### **Events:**\n - **dds-overflow-click** - Fired when the overflow indicator is clicked.\n\n### **Slots:**\n - _default_ - The avatars to display in the group.\n\n### **CSS Properties:**\n - **--dds-avatar-group-gap** - Gap between avatars in grid layout (default: 0) _(default: undefined)_\n- **--dds-avatar-group-overlap** - Overlap amount for stacked layout (default: -8px) _(default: undefined)_\n- **--dds-avatar-group-border-width** - Border width for avatars (default: var(--dds-border-width-base)) _(default: undefined)_\n- **--dds-avatar-group-border-color** - Border color for avatars (default: var(--dds-border-neutral-divider)) _(default: undefined)_\n- **--dds-avatar-group-overflow-bg** - Background color for overflow indicator (default: var(--dds-neutral-300)) _(default: undefined)_\n- **--dds-avatar-group-overflow-color** - Text color for overflow indicator (default: var(--dds-neutral-700)) _(default: undefined)_\n- **--dds-avatar-group-overflow-border** - Border for overflow indicator (default: var(--dds-avatar-group-border-width) solid var(--dds-avatar-group-border-color)) _(default: undefined)_\n- **--dds-avatar-group-size-lg** - Size for large avatars (default: var(--dds-spacing-2000)) _(default: undefined)_\n- **--dds-avatar-group-size-md** - Size for medium avatars (default: var(--dds-spacing-1600)) _(default: undefined)_\n- **--dds-avatar-group-size-sm** - Size for small avatars (default: var(--dds-spacing-1200)) _(default: undefined)_\n- **--dds-avatar-group-size-xs** - Size for extra small avatars (default: var(--dds-spacing-800)) _(default: undefined)_\n- **--dds-avatar-group-size-xxs** - Size for extra extra small avatars (default: var(--dds-spacing-400)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main container of the avatar group.\n- **avatars** - The container for the visible avatars.\n- **overflow** - The overflow indicator element.",
138
+ "attributes": [
139
+ {
140
+ "name": "layout",
141
+ "description": "Layout type for the avatar group",
142
+ "values": [{ "name": "stack" }, { "name": "grid" }]
143
+ },
144
+ {
145
+ "name": "max",
146
+ "description": "Maximum number of avatars to show before showing overflow",
147
+ "values": []
148
+ },
149
+ {
150
+ "name": "show-total",
151
+ "description": "Whether to show the total count in overflow indicator",
152
+ "values": []
153
+ },
154
+ {
155
+ "name": "interactive-overflow",
156
+ "description": "Interactive overflow indicator",
157
+ "values": []
158
+ },
159
+ {
160
+ "name": "label",
161
+ "description": "Accessible label for the avatar group",
162
+ "values": []
163
+ },
164
+ {
165
+ "name": "overflow-label",
166
+ "description": "Accessible label for the overflow indicator",
167
+ "values": []
168
+ }
169
+ ],
106
170
  "references": [
107
171
  {
108
172
  "name": "Documentation",
109
- "url": "https://shoelace.style/components/accordion"
173
+ "url": "https://shoelace.style/components/avatar-group"
110
174
  }
111
175
  ]
112
176
  },
@@ -210,70 +274,6 @@
210
274
  }
211
275
  ]
212
276
  },
213
- {
214
- "name": "dap-ds-anchor-heading",
215
- "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.",
216
- "attributes": [
217
- {
218
- "name": "variant",
219
- "description": "The variant of the heading. Default is `h2`. Can be `h1`, `h2`, `h3`, `h4`, `h5`, or `h6`.",
220
- "values": [{ "name": "HeadingVariant" }]
221
- },
222
- {
223
- "name": "label",
224
- "description": "The label of the heading.",
225
- "values": []
226
- }
227
- ],
228
- "references": [
229
- {
230
- "name": "Documentation",
231
- "url": "https://shoelace.style/components/anchor-heading"
232
- }
233
- ]
234
- },
235
- {
236
- "name": "dap-ds-avatar-group",
237
- "description": "Avatar group component displays multiple avatars in an organized layout with overflow management.\n---\n\n\n### **Events:**\n - **dds-overflow-click** - Fired when the overflow indicator is clicked.\n\n### **Slots:**\n - _default_ - The avatars to display in the group.\n\n### **CSS Properties:**\n - **--dds-avatar-group-gap** - Gap between avatars in grid layout (default: 0) _(default: undefined)_\n- **--dds-avatar-group-overlap** - Overlap amount for stacked layout (default: -8px) _(default: undefined)_\n- **--dds-avatar-group-border-width** - Border width for avatars (default: var(--dds-border-width-base)) _(default: undefined)_\n- **--dds-avatar-group-border-color** - Border color for avatars (default: var(--dds-border-neutral-divider)) _(default: undefined)_\n- **--dds-avatar-group-overflow-bg** - Background color for overflow indicator (default: var(--dds-neutral-300)) _(default: undefined)_\n- **--dds-avatar-group-overflow-color** - Text color for overflow indicator (default: var(--dds-neutral-700)) _(default: undefined)_\n- **--dds-avatar-group-overflow-border** - Border for overflow indicator (default: var(--dds-avatar-group-border-width) solid var(--dds-avatar-group-border-color)) _(default: undefined)_\n- **--dds-avatar-group-size-lg** - Size for large avatars (default: var(--dds-spacing-2000)) _(default: undefined)_\n- **--dds-avatar-group-size-md** - Size for medium avatars (default: var(--dds-spacing-1600)) _(default: undefined)_\n- **--dds-avatar-group-size-sm** - Size for small avatars (default: var(--dds-spacing-1200)) _(default: undefined)_\n- **--dds-avatar-group-size-xs** - Size for extra small avatars (default: var(--dds-spacing-800)) _(default: undefined)_\n- **--dds-avatar-group-size-xxs** - Size for extra extra small avatars (default: var(--dds-spacing-400)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main container of the avatar group.\n- **avatars** - The container for the visible avatars.\n- **overflow** - The overflow indicator element.",
238
- "attributes": [
239
- {
240
- "name": "layout",
241
- "description": "Layout type for the avatar group",
242
- "values": [{ "name": "stack" }, { "name": "grid" }]
243
- },
244
- {
245
- "name": "max",
246
- "description": "Maximum number of avatars to show before showing overflow",
247
- "values": []
248
- },
249
- {
250
- "name": "show-total",
251
- "description": "Whether to show the total count in overflow indicator",
252
- "values": []
253
- },
254
- {
255
- "name": "interactive-overflow",
256
- "description": "Interactive overflow indicator",
257
- "values": []
258
- },
259
- {
260
- "name": "label",
261
- "description": "Accessible label for the avatar group",
262
- "values": []
263
- },
264
- {
265
- "name": "overflow-label",
266
- "description": "Accessible label for the overflow indicator",
267
- "values": []
268
- }
269
- ],
270
- "references": [
271
- {
272
- "name": "Documentation",
273
- "url": "https://shoelace.style/components/avatar-group"
274
- }
275
- ]
276
- },
277
277
  {
278
278
  "name": "dap-ds-breadcrumb-item",
279
279
  "description": "A breadcrumb item 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 item.\n- **separator** - The separator between breadcrumb items. Default is an arrow-right-s-line icon.\n\n### **CSS Properties:**\n - **--dds-breadcrumb-item-display** - The display property of the breadcrumb item (default: inline-flex) _(default: undefined)_\n- **--dds-breadcrumb-item-flex-wrap** - The flex-wrap property of the breadcrumb item (default: nowrap) _(default: undefined)_\n- **--dds-breadcrumb-item-align-items** - The align-items property of the breadcrumb item (default: center) _(default: undefined)_\n- **--dds-breadcrumb-item-color** - The text color of the breadcrumb item (default: var(--dds-text-neutral-base)) _(default: undefined)_\n- **--dds-breadcrumb-item-transition** - The transition property for the breadcrumb item (default: all 0.2s ease-in-out) _(default: undefined)_\n- **--dds-breadcrumb-item-gap** - The gap between the breadcrumb item and the separator (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-breadcrumb-item-padding** - The padding of the breadcrumb item (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-breadcrumb-item-font-size** - The font size of the breadcrumb item (default: var(--dds-font-sm)) _(default: undefined)_\n- **--dds-breadcrumb-item-font-weight** - The font weight of the breadcrumb item (default: var(--dds-font-weight-medium)) _(default: undefined)_\n- **--dds-breadcrumb-item-font-weight-bold** - The bold font weight of the breadcrumb item (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-breadcrumb-item-separator-color** - The color of the separator (default: var(--dds-text-neutral-disabled)) _(default: undefined)_\n- **--dds-breadcrumb-item-link-color** - The color of the link (default: var(--dds-link-neutral-enabled)) _(default: undefined)_\n- **--dds-breadcrumb-item-inverted-color** - The text color when inverted (default: var(--dds-text-neutral-inverted)) _(default: undefined)_\n- **--dds-breadcrumb-item-inverted-link-color** - The link color when inverted (default: var(--dds-text-neutral-inverted)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main breadcrumb item container. The li element.\n- **link** - The link of the breadcrumb item. The dds-link component.\n- **link-base** - The base part of the link part. The dds-link components base part.\n- **item-nolink** - The item of the breadcrumb item without a link. The span element.\n- **separator** - The separator of the breadcrumb item.",
@@ -316,111 +316,6 @@
316
316
  }
317
317
  ]
318
318
  },
319
- {
320
- "name": "dap-ds-button",
321
- "description": "A button is a clickable element that can be used to trigger an action, submit forms, or navigate to other pages.\n---\n\n\n### **Events:**\n - **dds-loading-timeout** - Emitted when the loading timeout is reached\n\n### **Slots:**\n - _default_ - The content of the button. Can contain text, icons, or other elements.\n\n### **CSS Properties:**\n - **--dds-button-padding-x** - Horizontal padding of the button (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-button-padding-y** - Vertical padding of the button (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-button-border-radius** - Border radius of the button (default: var(--dds-radius-rounded)) _(default: undefined)_\n- **--dds-button-font-weight** - Font weight of the button (default: 700) _(default: undefined)_\n- **--dds-button-line-height** - Line height of the button (default: var(--dds-font-line-height-large)) _(default: undefined)_\n- **--dds-button-transition** - Transition property of the button (default: all 0.2s ease-in-out) _(default: undefined)_\n- **--dds-button-disabled-opacity** - Opacity of disabled button (default: 0.5) _(default: undefined)_\n- **--dds-button-size-lg** - Size of large button (default: var(--dds-spacing-1200)) _(default: undefined)_\n- **--dds-button-size-md** - Size of medium button (default: var(--dds-spacing-1000)) _(default: undefined)_\n- **--dds-button-size-sm** - Size of small button (default: var(--dds-spacing-800)) _(default: undefined)_\n- **--dds-button-size-xs** - Size of extra small button (default: var(--dds-spacing-600)) _(default: undefined)_\n- **--dds-button-circle-lg** - Size of large circle button (default: var(--dds-spacing-1200)) _(default: undefined)_\n- **--dds-button-circle-md** - Size of medium circle button (default: var(--dds-spacing-1000)) _(default: undefined)_\n- **--dds-button-circle-sm** - Size of small circle button (default: var(--dds-spacing-800)) _(default: undefined)_\n- **--dds-button-circle-xs** - Size of extra small circle button (default: var(--dds-spacing-600)) Primary button properties: _(default: undefined)_\n- **--dds-button-primary-color-bg** - Background color of primary button (default: var(--dds-button-primary-background-enabled)) _(default: undefined)_\n- **--dds-button-primary-color-bg-hover** - Background color of primary button on hover (default: var(--dds-button-primary-background-hover)) _(default: undefined)_\n- **--dds-button-primary-color-bg-active** - Background color of primary button when active (default: var(--dds-button-primary-background-pressed)) _(default: undefined)_\n- **--dds-button-primary-color-bg-disabled** - Background color of disabled primary button (default: var(--dds-button-primary-background-disabled)) _(default: undefined)_\n- **--dds-button-primary-color-text** - Text color of primary button (default: var(--dds-button-primary-text-enabled)) _(default: undefined)_\n- **--dds-button-primary-color-text-disabled** - Text color of disabled primary button (default: var(--dds-button-primary-text-disabled)) Primary inverted button properties: _(default: undefined)_\n- **--dds-button-primary-inverted-color-bg** - Background color of primary inverted button (default: var(--dds-button-primary-background-inverted-enabled)) _(default: undefined)_\n- **--dds-button-primary-inverted-color-bg-hover** - Background color of primary inverted button on hover (default: var(--dds-button-primary-background-inverted-hover)) _(default: undefined)_\n- **--dds-button-primary-inverted-color-bg-active** - Background color of primary inverted button when active (default: var(--dds-button-primary-background-inverted-pressed)) _(default: undefined)_\n- **--dds-button-primary-inverted-color-bg-disabled** - Background color of disabled primary inverted button (default: var(--dds-button-primary-background-inverted-disabled)) _(default: undefined)_\n- **--dds-button-primary-inverted-color-text** - Text color of primary inverted button (default: var(--dds-button-primary-text-inverted)) _(default: undefined)_\n- **--dds-button-primary-inverted-color-text-disabled** - Text color of disabled primary inverted button (default: var(--dds-button-primary-text-inverted-disabled)) Outline button properties: _(default: undefined)_\n- **--dds-button-outline-color-border** - Border color of outline button (default: var(--dds-button-outline-border-enabled)) _(default: undefined)_\n- **--dds-button-outline-color-border-hover** - Border color of outline button on hover (default: var(--dds-button-outline-border-hover)) _(default: undefined)_\n- **--dds-button-outline-color-border-active** - Border color of outline button when active (default: var(--dds-button-outline-border-pressed)) _(default: undefined)_\n- **--dds-button-outline-color-border-disabled** - Border color of disabled outline button (default: var(--dds-button-outline-border-disabled)) _(default: undefined)_\n- **--dds-button-outline-color-text** - Text color of outline button (default: var(--dds-button-outline-text-enabled)) _(default: undefined)_\n- **--dds-button-outline-color-text-hover** - Text color of outline button on hover (default: var(--dds-button-outline-text-hover)) _(default: undefined)_\n- **--dds-button-outline-color-text-active** - Text color of outline button when active (default: var(--dds-button-outline-text-pressed)) _(default: undefined)_\n- **--dds-button-outline-color-text-disabled** - Text color of disabled outline button (default: var(--dds-button-outline-text-disabled)) Outline inverted button properties: _(default: undefined)_\n- **--dds-button-outline-inverted-color-border** - Border color of outline inverted button (default: var(--dds-button-outline-border-inverted-enabled)) _(default: undefined)_\n- **--dds-button-outline-inverted-color-border-hover** - Border color of outline inverted button on hover (default: var(--dds-button-outline-border-inverted-hover)) _(default: undefined)_\n- **--dds-button-outline-inverted-color-border-active** - Border color of outline inverted button when active (default: var(--dds-button-outline-border-inverted-pressed)) _(default: undefined)_\n- **--dds-button-outline-inverted-color-border-disabled** - Border color of disabled outline inverted button (default: var(--dds-button-outline-border-inverted-disabled)) _(default: undefined)_\n- **--dds-button-outline-inverted-color-text** - Text color of outline inverted button (default: var(--dds-button-outline-text-inverted-enabled)) _(default: undefined)_\n- **--dds-button-outline-inverted-color-text-hover** - Text color of outline inverted button on hover (default: var(--dds-button-outline-text-inverted-hover)) _(default: undefined)_\n- **--dds-button-outline-inverted-color-text-active** - Text color of outline inverted button when active (default: var(--dds-button-outline-text-inverted-pressed)) _(default: undefined)_\n- **--dds-button-outline-inverted-color-text-disabled** - Text color of disabled outline inverted button (default: var(--dds-button-outline-text-inverted-disabled)) Subtle button properties: _(default: undefined)_\n- **--dds-button-subtle-color-bg** - Background color of subtle button (default: var(--dds-button-subtle-background-enabled)) _(default: undefined)_\n- **--dds-button-subtle-color-bg-hover** - Background color of subtle button on hover (default: var(--dds-button-subtle-background-hover)) _(default: undefined)_\n- **--dds-button-subtle-color-bg-active** - Background color of subtle button when active (default: var(--dds-button-subtle-background-pressed)) _(default: undefined)_\n- **--dds-button-subtle-color-bg-disabled** - Background color of disabled subtle button (default: var(--dds-button-subtle-background-disabled)) _(default: undefined)_\n- **--dds-button-subtle-color-border** - Border color of subtle button (default: var(--dds-button-subtle-border-enabled)) _(default: undefined)_\n- **--dds-button-subtle-color-border-hover** - Border color of subtle button on hover (default: var(--dds-button-subtle-border-hover)) _(default: undefined)_\n- **--dds-button-subtle-color-border-active** - Border color of subtle button when active (default: var(--dds-button-subtle-border-pressed)) _(default: undefined)_\n- **--dds-button-subtle-color-border-disabled** - Border color of disabled subtle button (default: var(--dds-button-subtle-border-disabled)) _(default: undefined)_\n- **--dds-button-subtle-color-text** - Text color of subtle button (default: var(--dds-button-subtle-text-enabled)) _(default: undefined)_\n- **--dds-button-subtle-color-text-hover** - Text color of subtle button on hover (default: var(--dds-button-subtle-text-hover)) _(default: undefined)_\n- **--dds-button-subtle-color-text-active** - Text color of subtle button when active (default: var(--dds-button-subtle-text-pressed)) _(default: undefined)_\n- **--dds-button-subtle-color-text-disabled** - Text color of disabled subtle button (default: var(--dds-button-subtle-text-disabled)) Clean button properties: _(default: undefined)_\n- **--dds-button-clean-color-text** - Text color of clean button (default: var(--dds-text-link-base)) _(default: undefined)_\n- **--dds-button-clean-color-text-hover** - Text color of clean button on hover (default: var(--dds-text-link-hover)) _(default: undefined)_\n- **--dds-button-clean-color-text-active** - Text color of clean button when active (default: var(--dds-text-link-pressed)) _(default: undefined)_\n- **--dds-button-clean-color-text-disabled** - Text color of disabled clean button (default: var(--dds-text-neutral-disabled)) Clean inverted button properties: _(default: undefined)_\n- **--dds-button-clean-inverted-color-text** - Text color of clean inverted button (default: var(--dds-button-primary-text-inverted)) _(default: undefined)_\n- **--dds-button-clean-inverted-color-text-hover** - Text color of clean inverted button on hover (default: var(--dds-button-primary-text-inverted)) _(default: undefined)_\n- **--dds-button-clean-inverted-color-text-active** - Text color of clean inverted button when active (default: var(--dds-button-primary-text-inverted)) _(default: undefined)_\n- **--dds-button-clean-inverted-color-text-disabled** - Text color of disabled clean inverted button (default: var(--dds-text-neutral-disabled)) Danger button properties: _(default: undefined)_\n- **--dds-button-danger-color-bg** - Background color of danger button (default: var(--dds-button-primary-background-destructive-enabled)) _(default: undefined)_\n- **--dds-button-danger-color-bg-hover** - Background color of danger button on hover (default: var(--dds-button-primary-background-destructive-hover)) _(default: undefined)_\n- **--dds-button-danger-color-bg-active** - Background color of danger button when active (default: var(--dds-button-primary-background-destructive-pressed)) _(default: undefined)_\n- **--dds-button-danger-color-text** - Text color of danger button (default: var(--dds-button-primary-text-enabled)) _(default: undefined)_\n- **--dds-button-danger-outline-color-border** - Border color of danger outline button (default: var(--dds-button-outline-border-destructive-enabled)) _(default: undefined)_\n- **--dds-button-danger-outline-color-border-hover** - Border color of danger outline button on hover (default: var(--dds-button-outline-border-destructive-hover)) _(default: undefined)_\n- **--dds-button-danger-outline-color-border-active** - Border color of danger outline button when active (default: var(--dds-button-outline-border-destructive-pressed)) _(default: undefined)_\n- **--dds-button-danger-outline-color-text** - Text color of danger outline button (default: var(--dds-button-outline-text-destructive-enabled)) _(default: undefined)_\n- **--dds-button-danger-outline-color-text-hover** - Text color of danger outline button on hover (default: var(--dds-button-outline-text-destructive-hover)) _(default: undefined)_\n- **--dds-button-danger-outline-color-text-active** - Text color of danger outline button when active (default: var(--dds-button-outline-text-destructive-pressed)) _(default: undefined)_\n- **--dds-button-danger-subtle-color-bg** - Background color of danger subtle button (default: var(--dds-button-subtle-background-destructive-enabled)) _(default: undefined)_\n- **--dds-button-danger-subtle-color-bg-hover** - Background color of danger subtle button on hover (default: var(--dds-button-subtle-background-destructive-hover)) _(default: undefined)_\n- **--dds-button-danger-subtle-color-bg-active** - Background color of danger subtle button when active (default: var(--dds-button-subtle-background-destructive-pressed)) _(default: undefined)_\n- **--dds-button-danger-subtle-color-text** - Text color of danger subtle button (default: var(--dds-button-subtle-text-destructive-enabled)) _(default: undefined)_\n- **--dds-button-danger-subtle-color-text-hover** - Text color of danger subtle button on hover (default: var(--dds-button-subtle-text-destructive-hover)) _(default: undefined)_\n- **--dds-button-danger-subtle-color-text-active** - Text color of danger subtle button when active (default: var(--dds-button-subtle-text-destructive-pressed)) _(default: undefined)_\n- **--dds-button-danger-clean-color-text** - Text color of danger clean button (default: var(--dds-text-negative-subtle)) _(default: undefined)_\n- **--dds-button-danger-clean-color-text-hover** - Text color of danger clean button on hover (default: var(--dds-text-negative-base)) _(default: undefined)_\n- **--dds-button-danger-clean-color-text-active** - Text color of danger clean button when active (default: var(--dds-text-negative-strong)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main button container.\n- **high-contrast** - The high contrast part of the button.\n- **content** - The content wrapper inside the button.",
322
- "attributes": [
323
- {
324
- "name": "variant",
325
- "description": "The visual style variant of the button",
326
- "values": [
327
- { "name": "primary" },
328
- { "name": "outline" },
329
- { "name": "subtle" },
330
- { "name": "subtle-neutral" },
331
- { "name": "subtle-quiet" },
332
- { "name": "subtle-quiet-inverted" },
333
- { "name": "clean" },
334
- { "name": "primary-inverted" },
335
- { "name": "outline-inverted" },
336
- { "name": "subtle-inverted" },
337
- { "name": "clean-inverted" },
338
- { "name": "subtle-menu" },
339
- { "name": "subtle-menu-item" }
340
- ]
341
- },
342
- {
343
- "name": "size",
344
- "description": "The size of the button affecting padding and font size",
345
- "values": [
346
- { "name": "lg" },
347
- { "name": "md" },
348
- { "name": "sm" },
349
- { "name": "xs" }
350
- ]
351
- },
352
- {
353
- "name": "loading",
354
- "description": "Whether the button is in loading state, showing a spinner and disabling interaction",
355
- "values": []
356
- },
357
- {
358
- "name": "danger",
359
- "description": "Whether the button represents a destructive action (applies danger styling)",
360
- "values": []
361
- },
362
- {
363
- "name": "shape",
364
- "description": "The shape of the button - use 'circle' for icon-only buttons",
365
- "values": [{ "name": "button" }, { "name": "circle" }]
366
- },
367
- {
368
- "name": "htmlType",
369
- "description": "The HTML type attribute for form interaction",
370
- "values": [
371
- { "name": "button" },
372
- { "name": "submit" },
373
- { "name": "reset" }
374
- ]
375
- },
376
- {
377
- "name": "href",
378
- "description": "The URL to navigate to. When present, the button renders as an anchor element",
379
- "values": []
380
- },
381
- {
382
- "name": "target",
383
- "description": "The target attribute for link navigation",
384
- "values": [
385
- { "name": "_blank" },
386
- { "name": "_self" },
387
- { "name": "_parent" },
388
- { "name": "_top" }
389
- ]
390
- },
391
- {
392
- "name": "rel",
393
- "description": "The rel attribute for link security and behavior",
394
- "values": []
395
- },
396
- {
397
- "name": "loadingTimeout",
398
- "description": "Controls loading timeout in milliseconds",
399
- "values": []
400
- },
401
- {
402
- "name": "active",
403
- "description": "Whether the button is active",
404
- "values": []
405
- },
406
- {
407
- "name": "targetBlankText",
408
- "description": "The text for the target blank link, applicable when target is _blank. PRO TIP: Use parenthesis to wrap the text",
409
- "values": []
410
- },
411
- {
412
- "name": "forceRole",
413
- "description": "Overrides the ARIA role on the internal native button/anchor element. Use when the host's semantics must differ from the native element (e.g. role=\"link\" on a button acting as a SPA navigation trigger).",
414
- "values": []
415
- }
416
- ],
417
- "references": [
418
- {
419
- "name": "Documentation",
420
- "url": "https://shoelace.style/components/button"
421
- }
422
- ]
423
- },
424
319
  {
425
320
  "name": "dap-ds-calendar-cell",
426
321
  "description": "Calendar cell represents a single cell in the calendar.\n---\n\n\n### **Slots:**\n - _default_ - The content of the calendar cell.\n\n### **CSS Properties:**\n - **--dds-calendar-cell-display** - The display property of the calendar cell host (default: flex) _(default: undefined)_\n- **--dds-calendar-cell-position** - The position property of the calendar cell host (default: relative) _(default: undefined)_\n- **--dds-calendar-cell-border-radius** - The border radius of the calendar cell (default: var(--dds-radius-rounded)) _(default: undefined)_\n- **--dds-calendar-cell-min-width** - The minimum width of the calendar cell (default: var(--dds-spacing-1000)) _(default: undefined)_\n- **--dds-calendar-cell-height** - The height of the calendar cell (default: var(--dds-spacing-1000)) _(default: undefined)_\n- **--dds-calendar-cell-min-height** - The minimum height of the calendar cell (default: var(--dds-spacing-1000)) _(default: undefined)_\n- **--dds-calendar-cell-color** - The text color of the calendar cell (default: var(--dds-button-subtle-text-neutral-enabled)) _(default: undefined)_\n- **--dds-calendar-cell-font-size** - The font size of the calendar cell (default: var(--dds-font-sm)) _(default: undefined)_\n- **--dds-calendar-cell-font-weight** - The font weight of the calendar cell (default: var(--dds-font-weight-medium)) _(default: undefined)_\n- **--dds-calendar-cell-text-align** - The text alignment of the calendar cell (default: center) _(default: undefined)_\n- **--dds-calendar-cell-cursor** - The cursor style of the calendar cell (default: pointer) _(default: undefined)_\n- **--dds-calendar-cell-background-hover** - The background color of the calendar cell on hover (default: var(--dds-background-neutral-medium)) _(default: undefined)_\n- **--dds-calendar-cell-background-active** - The background color of the calendar cell when active (default: var(--dds-background-neutral-strong)) _(default: undefined)_\n- **--dds-calendar-cell-selected-background** - The background color of the selected calendar cell (default: var(--dds-button-primary-background-enabled)) _(default: undefined)_\n- **--dds-calendar-cell-selected-color** - The text color of the selected calendar cell (default: var(--dds-button-primary-text-enabled)) _(default: undefined)_\n- **--dds-calendar-cell-selected-background-hover** - The background color of the selected calendar cell on hover (default: var(--dds-button-primary-background-hover)) _(default: undefined)_\n- **--dds-calendar-cell-selected-background-pressed** - The background color of the selected calendar cell when pressed (default: var(--dds-button-primary-background-pressed)) _(default: undefined)_\n- **--dds-calendar-cell-selected-today-mark-background** - The background color of the today mark in selected calendar cell (default: var(--dds-text-neutral-on-inverted)) _(default: undefined)_\n- **--dds-calendar-cell-disabled-color** - The text color of the disabled calendar cell (default: var(--dds-text-neutral-disabled)) _(default: undefined)_\n- **--dds-calendar-cell-disabled-cursor** - The cursor style of the disabled calendar cell (default: not-allowed) _(default: undefined)_\n- **--dds-calendar-cell-out-of-range-color** - The text color of the out-of-range calendar cell (default: var(--dds-text-neutral-placeholder)) _(default: undefined)_\n- **--dds-calendar-cell-today-font-weight** - The font weight of the today calendar cell (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-calendar-cell-header-background** - The background color of the header calendar cell (default: transparent) _(default: undefined)_\n- **--dds-calendar-cell-header-color** - The text color of the header calendar cell (default: var(--dds-text-neutral-base)) _(default: undefined)_\n- **--dds-calendar-cell-header-text-transform** - The text transform of the header calendar cell (default: capitalize) _(default: undefined)_\n- **--dds-calendar-cell-header-cursor** - The cursor style of the header calendar cell (default: default) _(default: undefined)_\n- **--dds-calendar-cell-in-range-color** - The text color of the in-range calendar cell (default: var(--dds-button-primary-text-enabled)) _(default: undefined)_\n- **--dds-calendar-cell-in-range-background-hover** - The background color of the in-range calendar cell on hover (default: var(--dds-button-primary-background-hover)) _(default: undefined)_\n- **--dds-calendar-cell-in-range-background-pressed** - The background color of the in-range calendar cell when pressed (default: var(--dds-button-primary-background-pressed)) _(default: undefined)_\n- **--dds-calendar-cell-range-background** - The background color of the range start/end calendar cell (default: var(--dds-button-primary-background-enabled)) _(default: undefined)_\n- **--dds-calendar-cell-range-color** - The text color of the range start/end calendar cell (default: var(--dds-button-primary-text-enabled)) _(default: undefined)_\n- **--dds-calendar-cell-range-today-mark-background** - The background color of the today mark in range start/end calendar cell (default: var(--dds-text-neutral-on-inverted)) _(default: undefined)_\n- **--dds-calendar-cell-today-mark-bottom** - The bottom position of the today mark (default: var(--dds-spacing-100)) _(default: undefined)_\n- **--dds-calendar-cell-today-mark-width** - The width of the today mark (default: 5px) _(default: undefined)_\n- **--dds-calendar-cell-today-mark-height** - The height of the today mark (default: 5px) _(default: undefined)_\n- **--dds-calendar-cell-today-mark-stroke** - The stroke color of the today mark (default: var(--dds-border-neutral-transparent)) _(default: undefined)_\n- **--dds-calendar-cell-today-mark-background** - The background color of the today mark (default: var(--dds-background-neutral-medium-inverted)) _(default: undefined)_\n- **--dds-calendar-cell-today-mark-fill** - The fill color of the today mark (default: var(--dds-background-neutral-medium-inverted)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main calendar cell container.\n- **today-mark** - The today mark of the calendar cell.",
@@ -573,43 +468,6 @@
573
468
  }
574
469
  ]
575
470
  },
576
- {
577
- "name": "dap-ds-checkbox",
578
- "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.",
579
- "attributes": [
580
- {
581
- "name": "indeterminate",
582
- "description": "Whether the checkbox is indeterminate",
583
- "values": []
584
- },
585
- {
586
- "name": "preventDefault",
587
- "description": "Whether the checkbox should prevent the default action",
588
- "values": []
589
- },
590
- {
591
- "name": "border",
592
- "description": "This sets up border around the checkbox, when true.",
593
- "values": []
594
- },
595
- {
596
- "name": "readonly",
597
- "description": "Whether the checkbox is readonly (cannot be changed but value is submitted with form).",
598
- "values": []
599
- },
600
- {
601
- "name": "type",
602
- "description": "The type of the checkbox",
603
- "values": [{ "name": "normal" }, { "name": "background" }]
604
- }
605
- ],
606
- "references": [
607
- {
608
- "name": "Documentation",
609
- "url": "https://shoelace.style/components/checkbox"
610
- }
611
- ]
612
- },
613
471
  {
614
472
  "name": "dap-ds-card-actions",
615
473
  "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.",
@@ -692,60 +550,225 @@
692
550
  "description": "Title of the card\n---\n\n\n### **Slots:**\n - _default_ - The content of the title.\n\n### **CSS Properties:**\n - **--dds-card-title-color** - The text color of the card title. (default: var(--dds-color-text-primary)) _(default: undefined)_\n- **--dds-card-title-font-weight** - The font weight of the card title. (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-card-title-line-height** - The line height of the card title. (default: var(--dds-font-line-height-large)) _(default: undefined)_\n- **--dds-card-title-margin-bottom** - The bottom margin of the card title. (default: var(--dds-spacing-100)) _(default: undefined)_\n- **--dds-card-title-sm-padding-x** - The horizontal padding for small size. (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-card-title-sm-padding-bottom** - The bottom padding for small size. (default: var(--dds-spacing-100)) _(default: undefined)_\n- **--dds-card-title-sm-spacing-top** - The top spacing for small size. (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-card-title-sm-spacing-bottom** - The bottom spacing for small size. (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-card-title-md-padding-x** - The horizontal padding for medium size. (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-card-title-md-padding-bottom** - The bottom padding for medium size. (default: var(--dds-spacing-100)) _(default: undefined)_\n- **--dds-card-title-md-spacing-top** - The top spacing for medium size. (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-card-title-md-spacing-bottom** - The bottom spacing for medium size. (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-card-title-lg-padding-x** - The horizontal padding for large size. (default: var(--dds-spacing-600)) _(default: undefined)_\n- **--dds-card-title-lg-padding-bottom** - The bottom padding for large size. (default: var(--dds-spacing-100)) _(default: undefined)_\n- **--dds-card-title-lg-spacing-top** - The top spacing for large size. (default: var(--dds-spacing-600)) _(default: undefined)_\n- **--dds-card-title-lg-spacing-bottom** - The bottom spacing for large size. (default: var(--dds-spacing-600)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main card title container.",
693
551
  "attributes": [
694
552
  {
695
- "name": "renderAs",
696
- "description": "The base rendered root tag of the card title.",
553
+ "name": "renderAs",
554
+ "description": "The base rendered root tag of the card title.",
555
+ "values": []
556
+ },
557
+ {
558
+ "name": "noPadding",
559
+ "description": "Whether the card title should have no padding.",
560
+ "values": []
561
+ }
562
+ ],
563
+ "references": [
564
+ {
565
+ "name": "Documentation",
566
+ "url": "https://shoelace.style/components/card-title"
567
+ }
568
+ ]
569
+ },
570
+ {
571
+ "name": "dap-ds-card",
572
+ "description": "A card is a container for content, actions, and images in a consistent format.\n---\n\n\n### **Slots:**\n - _default_ - The content of the card.\n\n### **CSS Properties:**\n - **--dds-card-padding** - The padding of the card. (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-card-border-radius** - The border radius of the card. (default: var(--dds-radius-large)) _(default: undefined)_\n- **--dds-card-border-width** - The border width of the card. (default: var(--dds-border-width-base)) _(default: undefined)_\n- **--dds-card-border-color** - The border color of the card. (default: var(--dds-border-neutral-divider)) _(default: undefined)_\n- **--dds-card-background** - The background color of the card. (default: var(--dds-background-neutral-base)) _(default: undefined)_\n- **--dds-card-hover-border-color** - The border color when hovering over the card. (default: var(--dds-border-brand-base)) _(default: undefined)_\n- **--dds-card-active-border-color** - The border color when the card is active. (default: var(--dds-border-brand-medium)) _(default: undefined)_\n- **--dds-card-shadow** - The box shadow of the card. (default: none) _(default: undefined)_\n- **--dds-card-hover-shadow** - The box shadow when hovering over the card. (default: none) _(default: undefined)_\n- **--dds-card-transition-duration** - The duration of the card's transitions. (default: var(--dds-transition-medium)) _(default: undefined)_\n- **--dds-card-transition-timing** - The timing function of the card's transitions. (default: var(--dds-easing-ease-in-out)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main card container.",
573
+ "attributes": [
574
+ {
575
+ "name": "interactive",
576
+ "description": "Whether the card is interactive. Default is false. If true, the card will be rendered as an anchor element.",
577
+ "values": []
578
+ },
579
+ {
580
+ "name": "renderAs",
581
+ "description": "The render as type of the card, only applicable when interactive.",
582
+ "values": [{ "name": "a" }, { "name": "button" }]
583
+ },
584
+ {
585
+ "name": "disabled",
586
+ "description": "Whether the card is disabled.",
587
+ "values": []
588
+ },
589
+ {
590
+ "name": "noBorder",
591
+ "description": "Removes the border around the card",
592
+ "values": []
593
+ },
594
+ {
595
+ "name": "noPadding",
596
+ "description": "Removes the padding around the card",
597
+ "values": []
598
+ },
599
+ {
600
+ "name": "targetBlankText",
601
+ "description": "The text for the target blank link, applicable when target is _blank. PRO TIP: Use parenthesis to wrap the text",
602
+ "values": []
603
+ },
604
+ {
605
+ "name": "target",
606
+ "description": "The link target of the card",
607
+ "values": [
608
+ { "name": "_blank" },
609
+ { "name": "_self" },
610
+ { "name": "_parent" },
611
+ { "name": "_top" }
612
+ ]
613
+ },
614
+ { "name": "href", "description": "The URL of the card.", "values": [] },
615
+ {
616
+ "name": "rel",
617
+ "description": "The rel of the card link.",
618
+ "values": []
619
+ }
620
+ ],
621
+ "references": [
622
+ {
623
+ "name": "Documentation",
624
+ "url": "https://shoelace.style/components/card"
625
+ }
626
+ ]
627
+ },
628
+ {
629
+ "name": "dap-ds-checkbox",
630
+ "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.",
631
+ "attributes": [
632
+ {
633
+ "name": "indeterminate",
634
+ "description": "Whether the checkbox is indeterminate",
635
+ "values": []
636
+ },
637
+ {
638
+ "name": "preventDefault",
639
+ "description": "Whether the checkbox should prevent the default action",
640
+ "values": []
641
+ },
642
+ {
643
+ "name": "border",
644
+ "description": "This sets up border around the checkbox, when true.",
645
+ "values": []
646
+ },
647
+ {
648
+ "name": "readonly",
649
+ "description": "Whether the checkbox is readonly (cannot be changed but value is submitted with form).",
650
+ "values": []
651
+ },
652
+ {
653
+ "name": "type",
654
+ "description": "The type of the checkbox",
655
+ "values": [{ "name": "normal" }, { "name": "background" }]
656
+ }
657
+ ],
658
+ "references": [
659
+ {
660
+ "name": "Documentation",
661
+ "url": "https://shoelace.style/components/checkbox"
662
+ }
663
+ ]
664
+ },
665
+ {
666
+ "name": "dap-ds-chip",
667
+ "description": "A chip is a small status descriptor for UI elements.\n---\n\n\n### **Events:**\n - **dds-remove** - Fired when the chip is removed\n- **dds-select** - Fired when the chip is selected\n\n### **CSS Properties:**\n - **--dds-chip-border** - Border of the chip (default: var(--dds-border-width-base) solid var(--dds-transparent-black-base)) _(default: undefined)_\n- **--dds-chip-border-radius** - Border radius of the chip (default: var(--dds-radius-small)) _(default: undefined)_\n- **--dds-chip-font-weight** - Font weight of the chip (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-chip-line-height** - Line height of the chip (default: 1.5) _(default: undefined)_\n- **--dds-chip-transition** - Transition timing for chip interactions (default: all 0.2s ease-in-out) _(default: undefined)_\n- **--dds-chip-padding-sm** - Padding for small chip size (default: var(--dds-spacing-100) var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-chip-padding-lg** - Padding for large chip size (default: var(--dds-spacing-200) var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-chip-font-size-sm** - Font size for small chip size (default: var(--dds-font-xs)) _(default: undefined)_\n- **--dds-chip-font-size-lg** - Font size for large chip size (default: var(--dds-font-xs)) _(default: undefined)_\n- **--dds-chip-background-color** - Background color of the chip (default: var(--dds-background-neutral-base)) _(default: undefined)_\n- **--dds-chip-text-color** - Text color of the chip (default: var(--dds-text-neutral-base)) _(default: undefined)_\n- **--dds-chip-hover-background-color** - Background color of the chip on hover (default: var(--dds-background-neutral-medium)) _(default: undefined)_\n- **--dds-chip-active-background-color** - Background color of the chip when active (default: var(--dds-background-neutral-strong)) _(default: undefined)_\n- **--dds-chip-selected-background-color** - Background color of the selected chip (default: var(--dds-background-brand-medium)) _(default: undefined)_\n- **--dds-chip-selected-text-color** - Text color of the selected chip (default: var(--dds-text-brand-subtle)) _(default: undefined)_\n- **--dds-chip-selected-border-color** - Border color of the selected chip (default: var(--dds-border-brand-base)) _(default: undefined)_\n- **--dds-chip-disabled-background-color** - Background color of the disabled chip (default: var(--dds-background-neutral-medium)) _(default: undefined)_\n- **--dds-chip-disabled-text-color** - Text color of the disabled chip (default: var(--dds-text-neutral-subtle)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The base part\n- **content-container** - The container for the content\n- **remove-button** - The remove button\n- **remove-icon** - The icon of the remove icon\n- **remove-icon-base** - The base of the remove icon\n- **remove-icon-base-base** - The base of the remove icon base",
668
+ "attributes": [
669
+ {
670
+ "name": "removeable",
671
+ "description": "Whether the chip is removeable",
672
+ "values": []
673
+ },
674
+ {
675
+ "name": "selectable",
676
+ "description": "Whether the chip is selectable",
677
+ "values": []
678
+ },
679
+ {
680
+ "name": "selected",
681
+ "description": "Whether the chip is selected",
682
+ "values": []
683
+ },
684
+ {
685
+ "name": "disabled",
686
+ "description": "Whether the chip is disabled",
687
+ "values": []
688
+ },
689
+ {
690
+ "name": "value",
691
+ "description": "The value of the chip",
697
692
  "values": []
698
693
  },
699
694
  {
700
- "name": "noPadding",
701
- "description": "Whether the card title should have no padding.",
695
+ "name": "deleteAriaLabel",
696
+ "description": "The aria label for the delete button",
702
697
  "values": []
703
698
  }
704
699
  ],
705
700
  "references": [
706
701
  {
707
702
  "name": "Documentation",
708
- "url": "https://shoelace.style/components/card-title"
703
+ "url": "https://shoelace.style/components/chip"
709
704
  }
710
705
  ]
711
706
  },
712
707
  {
713
- "name": "dap-ds-card",
714
- "description": "A card is a container for content, actions, and images in a consistent format.\n---\n\n\n### **Slots:**\n - _default_ - The content of the card.\n\n### **CSS Properties:**\n - **--dds-card-padding** - The padding of the card. (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-card-border-radius** - The border radius of the card. (default: var(--dds-radius-large)) _(default: undefined)_\n- **--dds-card-border-width** - The border width of the card. (default: var(--dds-border-width-base)) _(default: undefined)_\n- **--dds-card-border-color** - The border color of the card. (default: var(--dds-border-neutral-divider)) _(default: undefined)_\n- **--dds-card-background** - The background color of the card. (default: var(--dds-background-neutral-base)) _(default: undefined)_\n- **--dds-card-hover-border-color** - The border color when hovering over the card. (default: var(--dds-border-brand-base)) _(default: undefined)_\n- **--dds-card-active-border-color** - The border color when the card is active. (default: var(--dds-border-brand-medium)) _(default: undefined)_\n- **--dds-card-shadow** - The box shadow of the card. (default: none) _(default: undefined)_\n- **--dds-card-hover-shadow** - The box shadow when hovering over the card. (default: none) _(default: undefined)_\n- **--dds-card-transition-duration** - The duration of the card's transitions. (default: var(--dds-transition-medium)) _(default: undefined)_\n- **--dds-card-transition-timing** - The timing function of the card's transitions. (default: var(--dds-easing-ease-in-out)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main card container.",
708
+ "name": "dap-ds-button",
709
+ "description": "A button is a clickable element that can be used to trigger an action, submit forms, or navigate to other pages.\n---\n\n\n### **Events:**\n - **dds-loading-timeout** - Emitted when the loading timeout is reached\n\n### **Slots:**\n - _default_ - The content of the button. Can contain text, icons, or other elements.\n\n### **CSS Properties:**\n - **--dds-button-padding-x** - Horizontal padding of the button (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-button-padding-y** - Vertical padding of the button (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-button-border-radius** - Border radius of the button (default: var(--dds-radius-rounded)) _(default: undefined)_\n- **--dds-button-font-weight** - Font weight of the button (default: 700) _(default: undefined)_\n- **--dds-button-line-height** - Line height of the button (default: var(--dds-font-line-height-large)) _(default: undefined)_\n- **--dds-button-transition** - Transition property of the button (default: all 0.2s ease-in-out) _(default: undefined)_\n- **--dds-button-disabled-opacity** - Opacity of disabled button (default: 0.5) _(default: undefined)_\n- **--dds-button-size-lg** - Size of large button (default: var(--dds-spacing-1200)) _(default: undefined)_\n- **--dds-button-size-md** - Size of medium button (default: var(--dds-spacing-1000)) _(default: undefined)_\n- **--dds-button-size-sm** - Size of small button (default: var(--dds-spacing-800)) _(default: undefined)_\n- **--dds-button-size-xs** - Size of extra small button (default: var(--dds-spacing-600)) _(default: undefined)_\n- **--dds-button-circle-lg** - Size of large circle button (default: var(--dds-spacing-1200)) _(default: undefined)_\n- **--dds-button-circle-md** - Size of medium circle button (default: var(--dds-spacing-1000)) _(default: undefined)_\n- **--dds-button-circle-sm** - Size of small circle button (default: var(--dds-spacing-800)) _(default: undefined)_\n- **--dds-button-circle-xs** - Size of extra small circle button (default: var(--dds-spacing-600)) Primary button properties: _(default: undefined)_\n- **--dds-button-primary-color-bg** - Background color of primary button (default: var(--dds-button-primary-background-enabled)) _(default: undefined)_\n- **--dds-button-primary-color-bg-hover** - Background color of primary button on hover (default: var(--dds-button-primary-background-hover)) _(default: undefined)_\n- **--dds-button-primary-color-bg-active** - Background color of primary button when active (default: var(--dds-button-primary-background-pressed)) _(default: undefined)_\n- **--dds-button-primary-color-bg-disabled** - Background color of disabled primary button (default: var(--dds-button-primary-background-disabled)) _(default: undefined)_\n- **--dds-button-primary-color-text** - Text color of primary button (default: var(--dds-button-primary-text-enabled)) _(default: undefined)_\n- **--dds-button-primary-color-text-disabled** - Text color of disabled primary button (default: var(--dds-button-primary-text-disabled)) Primary inverted button properties: _(default: undefined)_\n- **--dds-button-primary-inverted-color-bg** - Background color of primary inverted button (default: var(--dds-button-primary-background-inverted-enabled)) _(default: undefined)_\n- **--dds-button-primary-inverted-color-bg-hover** - Background color of primary inverted button on hover (default: var(--dds-button-primary-background-inverted-hover)) _(default: undefined)_\n- **--dds-button-primary-inverted-color-bg-active** - Background color of primary inverted button when active (default: var(--dds-button-primary-background-inverted-pressed)) _(default: undefined)_\n- **--dds-button-primary-inverted-color-bg-disabled** - Background color of disabled primary inverted button (default: var(--dds-button-primary-background-inverted-disabled)) _(default: undefined)_\n- **--dds-button-primary-inverted-color-text** - Text color of primary inverted button (default: var(--dds-button-primary-text-inverted)) _(default: undefined)_\n- **--dds-button-primary-inverted-color-text-disabled** - Text color of disabled primary inverted button (default: var(--dds-button-primary-text-inverted-disabled)) Outline button properties: _(default: undefined)_\n- **--dds-button-outline-color-border** - Border color of outline button (default: var(--dds-button-outline-border-enabled)) _(default: undefined)_\n- **--dds-button-outline-color-border-hover** - Border color of outline button on hover (default: var(--dds-button-outline-border-hover)) _(default: undefined)_\n- **--dds-button-outline-color-border-active** - Border color of outline button when active (default: var(--dds-button-outline-border-pressed)) _(default: undefined)_\n- **--dds-button-outline-color-border-disabled** - Border color of disabled outline button (default: var(--dds-button-outline-border-disabled)) _(default: undefined)_\n- **--dds-button-outline-color-text** - Text color of outline button (default: var(--dds-button-outline-text-enabled)) _(default: undefined)_\n- **--dds-button-outline-color-text-hover** - Text color of outline button on hover (default: var(--dds-button-outline-text-hover)) _(default: undefined)_\n- **--dds-button-outline-color-text-active** - Text color of outline button when active (default: var(--dds-button-outline-text-pressed)) _(default: undefined)_\n- **--dds-button-outline-color-text-disabled** - Text color of disabled outline button (default: var(--dds-button-outline-text-disabled)) Outline inverted button properties: _(default: undefined)_\n- **--dds-button-outline-inverted-color-border** - Border color of outline inverted button (default: var(--dds-button-outline-border-inverted-enabled)) _(default: undefined)_\n- **--dds-button-outline-inverted-color-border-hover** - Border color of outline inverted button on hover (default: var(--dds-button-outline-border-inverted-hover)) _(default: undefined)_\n- **--dds-button-outline-inverted-color-border-active** - Border color of outline inverted button when active (default: var(--dds-button-outline-border-inverted-pressed)) _(default: undefined)_\n- **--dds-button-outline-inverted-color-border-disabled** - Border color of disabled outline inverted button (default: var(--dds-button-outline-border-inverted-disabled)) _(default: undefined)_\n- **--dds-button-outline-inverted-color-text** - Text color of outline inverted button (default: var(--dds-button-outline-text-inverted-enabled)) _(default: undefined)_\n- **--dds-button-outline-inverted-color-text-hover** - Text color of outline inverted button on hover (default: var(--dds-button-outline-text-inverted-hover)) _(default: undefined)_\n- **--dds-button-outline-inverted-color-text-active** - Text color of outline inverted button when active (default: var(--dds-button-outline-text-inverted-pressed)) _(default: undefined)_\n- **--dds-button-outline-inverted-color-text-disabled** - Text color of disabled outline inverted button (default: var(--dds-button-outline-text-inverted-disabled)) Subtle button properties: _(default: undefined)_\n- **--dds-button-subtle-color-bg** - Background color of subtle button (default: var(--dds-button-subtle-background-enabled)) _(default: undefined)_\n- **--dds-button-subtle-color-bg-hover** - Background color of subtle button on hover (default: var(--dds-button-subtle-background-hover)) _(default: undefined)_\n- **--dds-button-subtle-color-bg-active** - Background color of subtle button when active (default: var(--dds-button-subtle-background-pressed)) _(default: undefined)_\n- **--dds-button-subtle-color-bg-disabled** - Background color of disabled subtle button (default: var(--dds-button-subtle-background-disabled)) _(default: undefined)_\n- **--dds-button-subtle-color-border** - Border color of subtle button (default: var(--dds-button-subtle-border-enabled)) _(default: undefined)_\n- **--dds-button-subtle-color-border-hover** - Border color of subtle button on hover (default: var(--dds-button-subtle-border-hover)) _(default: undefined)_\n- **--dds-button-subtle-color-border-active** - Border color of subtle button when active (default: var(--dds-button-subtle-border-pressed)) _(default: undefined)_\n- **--dds-button-subtle-color-border-disabled** - Border color of disabled subtle button (default: var(--dds-button-subtle-border-disabled)) _(default: undefined)_\n- **--dds-button-subtle-color-text** - Text color of subtle button (default: var(--dds-button-subtle-text-enabled)) _(default: undefined)_\n- **--dds-button-subtle-color-text-hover** - Text color of subtle button on hover (default: var(--dds-button-subtle-text-hover)) _(default: undefined)_\n- **--dds-button-subtle-color-text-active** - Text color of subtle button when active (default: var(--dds-button-subtle-text-pressed)) _(default: undefined)_\n- **--dds-button-subtle-color-text-disabled** - Text color of disabled subtle button (default: var(--dds-button-subtle-text-disabled)) Clean button properties: _(default: undefined)_\n- **--dds-button-clean-color-text** - Text color of clean button (default: var(--dds-text-link-base)) _(default: undefined)_\n- **--dds-button-clean-color-text-hover** - Text color of clean button on hover (default: var(--dds-text-link-hover)) _(default: undefined)_\n- **--dds-button-clean-color-text-active** - Text color of clean button when active (default: var(--dds-text-link-pressed)) _(default: undefined)_\n- **--dds-button-clean-color-text-disabled** - Text color of disabled clean button (default: var(--dds-text-neutral-disabled)) Clean inverted button properties: _(default: undefined)_\n- **--dds-button-clean-inverted-color-text** - Text color of clean inverted button (default: var(--dds-button-primary-text-inverted)) _(default: undefined)_\n- **--dds-button-clean-inverted-color-text-hover** - Text color of clean inverted button on hover (default: var(--dds-button-primary-text-inverted)) _(default: undefined)_\n- **--dds-button-clean-inverted-color-text-active** - Text color of clean inverted button when active (default: var(--dds-button-primary-text-inverted)) _(default: undefined)_\n- **--dds-button-clean-inverted-color-text-disabled** - Text color of disabled clean inverted button (default: var(--dds-text-neutral-disabled)) Danger button properties: _(default: undefined)_\n- **--dds-button-danger-color-bg** - Background color of danger button (default: var(--dds-button-primary-background-destructive-enabled)) _(default: undefined)_\n- **--dds-button-danger-color-bg-hover** - Background color of danger button on hover (default: var(--dds-button-primary-background-destructive-hover)) _(default: undefined)_\n- **--dds-button-danger-color-bg-active** - Background color of danger button when active (default: var(--dds-button-primary-background-destructive-pressed)) _(default: undefined)_\n- **--dds-button-danger-color-text** - Text color of danger button (default: var(--dds-button-primary-text-enabled)) _(default: undefined)_\n- **--dds-button-danger-outline-color-border** - Border color of danger outline button (default: var(--dds-button-outline-border-destructive-enabled)) _(default: undefined)_\n- **--dds-button-danger-outline-color-border-hover** - Border color of danger outline button on hover (default: var(--dds-button-outline-border-destructive-hover)) _(default: undefined)_\n- **--dds-button-danger-outline-color-border-active** - Border color of danger outline button when active (default: var(--dds-button-outline-border-destructive-pressed)) _(default: undefined)_\n- **--dds-button-danger-outline-color-text** - Text color of danger outline button (default: var(--dds-button-outline-text-destructive-enabled)) _(default: undefined)_\n- **--dds-button-danger-outline-color-text-hover** - Text color of danger outline button on hover (default: var(--dds-button-outline-text-destructive-hover)) _(default: undefined)_\n- **--dds-button-danger-outline-color-text-active** - Text color of danger outline button when active (default: var(--dds-button-outline-text-destructive-pressed)) _(default: undefined)_\n- **--dds-button-danger-subtle-color-bg** - Background color of danger subtle button (default: var(--dds-button-subtle-background-destructive-enabled)) _(default: undefined)_\n- **--dds-button-danger-subtle-color-bg-hover** - Background color of danger subtle button on hover (default: var(--dds-button-subtle-background-destructive-hover)) _(default: undefined)_\n- **--dds-button-danger-subtle-color-bg-active** - Background color of danger subtle button when active (default: var(--dds-button-subtle-background-destructive-pressed)) _(default: undefined)_\n- **--dds-button-danger-subtle-color-text** - Text color of danger subtle button (default: var(--dds-button-subtle-text-destructive-enabled)) _(default: undefined)_\n- **--dds-button-danger-subtle-color-text-hover** - Text color of danger subtle button on hover (default: var(--dds-button-subtle-text-destructive-hover)) _(default: undefined)_\n- **--dds-button-danger-subtle-color-text-active** - Text color of danger subtle button when active (default: var(--dds-button-subtle-text-destructive-pressed)) _(default: undefined)_\n- **--dds-button-danger-clean-color-text** - Text color of danger clean button (default: var(--dds-text-negative-subtle)) _(default: undefined)_\n- **--dds-button-danger-clean-color-text-hover** - Text color of danger clean button on hover (default: var(--dds-text-negative-base)) _(default: undefined)_\n- **--dds-button-danger-clean-color-text-active** - Text color of danger clean button when active (default: var(--dds-text-negative-strong)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main button container.\n- **high-contrast** - The high contrast part of the button.\n- **content** - The content wrapper inside the button.",
715
710
  "attributes": [
716
711
  {
717
- "name": "interactive",
718
- "description": "Whether the card is interactive. Default is false. If true, the card will be rendered as an anchor element.",
719
- "values": []
712
+ "name": "variant",
713
+ "description": "The visual style variant of the button",
714
+ "values": [
715
+ { "name": "primary" },
716
+ { "name": "outline" },
717
+ { "name": "subtle" },
718
+ { "name": "subtle-neutral" },
719
+ { "name": "subtle-quiet" },
720
+ { "name": "subtle-quiet-inverted" },
721
+ { "name": "clean" },
722
+ { "name": "primary-inverted" },
723
+ { "name": "outline-inverted" },
724
+ { "name": "subtle-inverted" },
725
+ { "name": "clean-inverted" },
726
+ { "name": "subtle-menu" },
727
+ { "name": "subtle-menu-item" }
728
+ ]
720
729
  },
721
730
  {
722
- "name": "renderAs",
723
- "description": "The render as type of the card, only applicable when interactive.",
724
- "values": [{ "name": "a" }, { "name": "button" }]
731
+ "name": "size",
732
+ "description": "The size of the button affecting padding and font size",
733
+ "values": [
734
+ { "name": "lg" },
735
+ { "name": "md" },
736
+ { "name": "sm" },
737
+ { "name": "xs" }
738
+ ]
725
739
  },
726
740
  {
727
- "name": "disabled",
728
- "description": "Whether the card is disabled.",
741
+ "name": "loading",
742
+ "description": "Whether the button is in loading state, showing a spinner and disabling interaction",
729
743
  "values": []
730
744
  },
731
745
  {
732
- "name": "noBorder",
733
- "description": "Removes the border around the card",
746
+ "name": "danger",
747
+ "description": "Whether the button represents a destructive action (applies danger styling)",
734
748
  "values": []
735
749
  },
736
750
  {
737
- "name": "noPadding",
738
- "description": "Removes the padding around the card",
739
- "values": []
751
+ "name": "shape",
752
+ "description": "The shape of the button - use 'circle' for icon-only buttons",
753
+ "values": [{ "name": "button" }, { "name": "circle" }]
740
754
  },
741
755
  {
742
- "name": "targetBlankText",
743
- "description": "The text for the target blank link, applicable when target is _blank. PRO TIP: Use parenthesis to wrap the text",
756
+ "name": "htmlType",
757
+ "description": "The HTML type attribute for form interaction",
758
+ "values": [
759
+ { "name": "button" },
760
+ { "name": "submit" },
761
+ { "name": "reset" }
762
+ ]
763
+ },
764
+ {
765
+ "name": "href",
766
+ "description": "The URL to navigate to. When present, the button renders as an anchor element",
744
767
  "values": []
745
768
  },
746
769
  {
747
770
  "name": "target",
748
- "description": "The link target of the card",
771
+ "description": "The target attribute for link navigation",
749
772
  "values": [
750
773
  { "name": "_blank" },
751
774
  { "name": "_self" },
@@ -753,59 +776,36 @@
753
776
  { "name": "_top" }
754
777
  ]
755
778
  },
756
- { "name": "href", "description": "The URL of the card.", "values": [] },
757
779
  {
758
780
  "name": "rel",
759
- "description": "The rel of the card link.",
760
- "values": []
761
- }
762
- ],
763
- "references": [
764
- {
765
- "name": "Documentation",
766
- "url": "https://shoelace.style/components/card"
767
- }
768
- ]
769
- },
770
- {
771
- "name": "dap-ds-chip",
772
- "description": "A chip is a small status descriptor for UI elements.\n---\n\n\n### **Events:**\n - **dds-remove** - Fired when the chip is removed\n- **dds-select** - Fired when the chip is selected\n\n### **CSS Properties:**\n - **--dds-chip-border** - Border of the chip (default: var(--dds-border-width-base) solid var(--dds-transparent-black-base)) _(default: undefined)_\n- **--dds-chip-border-radius** - Border radius of the chip (default: var(--dds-radius-small)) _(default: undefined)_\n- **--dds-chip-font-weight** - Font weight of the chip (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-chip-line-height** - Line height of the chip (default: 1.5) _(default: undefined)_\n- **--dds-chip-transition** - Transition timing for chip interactions (default: all 0.2s ease-in-out) _(default: undefined)_\n- **--dds-chip-padding-sm** - Padding for small chip size (default: var(--dds-spacing-100) var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-chip-padding-lg** - Padding for large chip size (default: var(--dds-spacing-200) var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-chip-font-size-sm** - Font size for small chip size (default: var(--dds-font-xs)) _(default: undefined)_\n- **--dds-chip-font-size-lg** - Font size for large chip size (default: var(--dds-font-xs)) _(default: undefined)_\n- **--dds-chip-background-color** - Background color of the chip (default: var(--dds-background-neutral-base)) _(default: undefined)_\n- **--dds-chip-text-color** - Text color of the chip (default: var(--dds-text-neutral-base)) _(default: undefined)_\n- **--dds-chip-hover-background-color** - Background color of the chip on hover (default: var(--dds-background-neutral-medium)) _(default: undefined)_\n- **--dds-chip-active-background-color** - Background color of the chip when active (default: var(--dds-background-neutral-strong)) _(default: undefined)_\n- **--dds-chip-selected-background-color** - Background color of the selected chip (default: var(--dds-background-brand-medium)) _(default: undefined)_\n- **--dds-chip-selected-text-color** - Text color of the selected chip (default: var(--dds-text-brand-subtle)) _(default: undefined)_\n- **--dds-chip-selected-border-color** - Border color of the selected chip (default: var(--dds-border-brand-base)) _(default: undefined)_\n- **--dds-chip-disabled-background-color** - Background color of the disabled chip (default: var(--dds-background-neutral-medium)) _(default: undefined)_\n- **--dds-chip-disabled-text-color** - Text color of the disabled chip (default: var(--dds-text-neutral-subtle)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The base part\n- **content-container** - The container for the content\n- **remove-button** - The remove button\n- **remove-icon** - The icon of the remove icon\n- **remove-icon-base** - The base of the remove icon\n- **remove-icon-base-base** - The base of the remove icon base",
773
- "attributes": [
774
- {
775
- "name": "removeable",
776
- "description": "Whether the chip is removeable",
777
- "values": []
778
- },
779
- {
780
- "name": "selectable",
781
- "description": "Whether the chip is selectable",
781
+ "description": "The rel attribute for link security and behavior",
782
782
  "values": []
783
783
  },
784
784
  {
785
- "name": "selected",
786
- "description": "Whether the chip is selected",
785
+ "name": "loadingTimeout",
786
+ "description": "Controls loading timeout in milliseconds",
787
787
  "values": []
788
788
  },
789
789
  {
790
- "name": "disabled",
791
- "description": "Whether the chip is disabled",
790
+ "name": "active",
791
+ "description": "Whether the button is active",
792
792
  "values": []
793
793
  },
794
794
  {
795
- "name": "value",
796
- "description": "The value of the chip",
795
+ "name": "targetBlankText",
796
+ "description": "The text for the target blank link, applicable when target is _blank. PRO TIP: Use parenthesis to wrap the text",
797
797
  "values": []
798
798
  },
799
799
  {
800
- "name": "deleteAriaLabel",
801
- "description": "The aria label for the delete button",
800
+ "name": "forceRole",
801
+ "description": "Overrides the ARIA role on the internal native button/anchor element. Use when the host's semantics must differ from the native element (e.g. role=\"link\" on a button acting as a SPA navigation trigger).",
802
802
  "values": []
803
803
  }
804
804
  ],
805
805
  "references": [
806
806
  {
807
807
  "name": "Documentation",
808
- "url": "https://shoelace.style/components/chip"
808
+ "url": "https://shoelace.style/components/button"
809
809
  }
810
810
  ]
811
811
  },
@@ -3117,7 +3117,7 @@
3117
3117
  },
3118
3118
  {
3119
3119
  "name": "dap-ds-skeleton",
3120
- "description": "A skeleton loader component for displaying placeholder content while loading.\n---\n\n\n### **CSS Properties:**\n - **--dds-skeleton-color** - The base color of the skeleton (default: linear-gradient(90deg, transparent, rgb(0 0 0 / 10%), transparent)) _(default: undefined)_\n- **--dds-skeleton-animation-duration** - Duration of the loading animation (default: 1.5s) _(default: undefined)_\n- **--dds-skeleton-border-radius** - Border radius for rectangular skeletons (default: var(--dds-radius-small)) _(default: undefined)_\n- **--dds-skeleton-text-spacing** - Spacing between text lines in text variant (default: var(--dds-spacing-100)) _(default: undefined)_\n- **--dds-skeleton-animation-timing-function** - Timing function for the loading animation (default: ease-in-out) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main skeleton container.",
3120
+ "description": "A skeleton loader component for displaying placeholder content while loading.\n---\n\n\n### **CSS Properties:**\n - **--dds-skeleton-base-color** - Solid background color always visible (default: rgb(0 0 0 / 11%)); shown as a static block when prefers-reduced-motion is active _(default: undefined)_\n- **--dds-skeleton-color** - The shimmer overlay gradient (default: linear-gradient(90deg, transparent, rgb(0 0 0 / 10%), transparent)) _(default: undefined)_\n- **--dds-skeleton-animation-duration** - Duration of the loading animation (default: 1.5s) _(default: undefined)_\n- **--dds-skeleton-border-radius** - Border radius for rectangular skeletons (default: var(--dds-radius-small)) _(default: undefined)_\n- **--dds-skeleton-text-spacing** - Spacing between text lines in text variant (default: var(--dds-spacing-100)) _(default: undefined)_\n- **--dds-skeleton-animation-timing-function** - Timing function for the loading animation (default: ease-in-out) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main skeleton container.",
3121
3121
  "attributes": [
3122
3122
  {
3123
3123
  "name": "variant",
@@ -4064,7 +4064,7 @@
4064
4064
  ]
4065
4065
  },
4066
4066
  {
4067
- "name": "dap-ds-icon-arrow-down-s-fill",
4067
+ "name": "dap-ds-icon-arrow-down-s-line",
4068
4068
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4069
4069
  "attributes": [
4070
4070
  {
@@ -4091,12 +4091,12 @@
4091
4091
  "references": [
4092
4092
  {
4093
4093
  "name": "Documentation",
4094
- "url": "https://shoelace.style/components/icon-arrow-down-s-fill"
4094
+ "url": "https://shoelace.style/components/icon-arrow-down-s-line"
4095
4095
  }
4096
4096
  ]
4097
4097
  },
4098
4098
  {
4099
- "name": "dap-ds-icon-arrow-down-s-line",
4099
+ "name": "dap-ds-icon-arrow-down-s-fill",
4100
4100
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4101
4101
  "attributes": [
4102
4102
  {
@@ -4123,7 +4123,7 @@
4123
4123
  "references": [
4124
4124
  {
4125
4125
  "name": "Documentation",
4126
- "url": "https://shoelace.style/components/icon-arrow-down-s-line"
4126
+ "url": "https://shoelace.style/components/icon-arrow-down-s-fill"
4127
4127
  }
4128
4128
  ]
4129
4129
  },
@@ -4224,135 +4224,7 @@
4224
4224
  ]
4225
4225
  },
4226
4226
  {
4227
- "name": "dap-ds-icon-arrow-left-s-fill",
4228
- "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4229
- "attributes": [
4230
- {
4231
- "name": "size",
4232
- "description": "(optional) The width and height in pixels",
4233
- "values": []
4234
- },
4235
- {
4236
- "name": "selected",
4237
- "description": "(optional) Sets the icon color via the `fill` attribute",
4238
- "values": []
4239
- },
4240
- {
4241
- "name": "accessibilityTitle",
4242
- "description": "(optional) When using the icon standalone, make it meaningful for accessibility",
4243
- "values": []
4244
- },
4245
- {
4246
- "name": "focusable",
4247
- "description": "(optional) If `true` the icon can receive focus",
4248
- "values": []
4249
- }
4250
- ],
4251
- "references": [
4252
- {
4253
- "name": "Documentation",
4254
- "url": "https://shoelace.style/components/icon-arrow-left-s-fill"
4255
- }
4256
- ]
4257
- },
4258
- {
4259
- "name": "dap-ds-icon-arrow-left-s-line",
4260
- "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4261
- "attributes": [
4262
- {
4263
- "name": "size",
4264
- "description": "(optional) The width and height in pixels",
4265
- "values": []
4266
- },
4267
- {
4268
- "name": "selected",
4269
- "description": "(optional) Sets the icon color via the `fill` attribute",
4270
- "values": []
4271
- },
4272
- {
4273
- "name": "accessibilityTitle",
4274
- "description": "(optional) When using the icon standalone, make it meaningful for accessibility",
4275
- "values": []
4276
- },
4277
- {
4278
- "name": "focusable",
4279
- "description": "(optional) If `true` the icon can receive focus",
4280
- "values": []
4281
- }
4282
- ],
4283
- "references": [
4284
- {
4285
- "name": "Documentation",
4286
- "url": "https://shoelace.style/components/icon-arrow-left-s-line"
4287
- }
4288
- ]
4289
- },
4290
- {
4291
- "name": "dap-ds-icon-arrow-left-up-line",
4292
- "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4293
- "attributes": [
4294
- {
4295
- "name": "size",
4296
- "description": "(optional) The width and height in pixels",
4297
- "values": []
4298
- },
4299
- {
4300
- "name": "selected",
4301
- "description": "(optional) Sets the icon color via the `fill` attribute",
4302
- "values": []
4303
- },
4304
- {
4305
- "name": "accessibilityTitle",
4306
- "description": "(optional) When using the icon standalone, make it meaningful for accessibility",
4307
- "values": []
4308
- },
4309
- {
4310
- "name": "focusable",
4311
- "description": "(optional) If `true` the icon can receive focus",
4312
- "values": []
4313
- }
4314
- ],
4315
- "references": [
4316
- {
4317
- "name": "Documentation",
4318
- "url": "https://shoelace.style/components/icon-arrow-left-up-line"
4319
- }
4320
- ]
4321
- },
4322
- {
4323
- "name": "dap-ds-icon-arrow-right-down-line",
4324
- "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4325
- "attributes": [
4326
- {
4327
- "name": "size",
4328
- "description": "(optional) The width and height in pixels",
4329
- "values": []
4330
- },
4331
- {
4332
- "name": "selected",
4333
- "description": "(optional) Sets the icon color via the `fill` attribute",
4334
- "values": []
4335
- },
4336
- {
4337
- "name": "accessibilityTitle",
4338
- "description": "(optional) When using the icon standalone, make it meaningful for accessibility",
4339
- "values": []
4340
- },
4341
- {
4342
- "name": "focusable",
4343
- "description": "(optional) If `true` the icon can receive focus",
4344
- "values": []
4345
- }
4346
- ],
4347
- "references": [
4348
- {
4349
- "name": "Documentation",
4350
- "url": "https://shoelace.style/components/icon-arrow-right-down-line"
4351
- }
4352
- ]
4353
- },
4354
- {
4355
- "name": "dap-ds-icon-arrow-right-l-line",
4227
+ "name": "dap-ds-icon-arrow-left-s-fill",
4356
4228
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4357
4229
  "attributes": [
4358
4230
  {
@@ -4379,12 +4251,12 @@
4379
4251
  "references": [
4380
4252
  {
4381
4253
  "name": "Documentation",
4382
- "url": "https://shoelace.style/components/icon-arrow-right-l-line"
4254
+ "url": "https://shoelace.style/components/icon-arrow-left-s-fill"
4383
4255
  }
4384
4256
  ]
4385
4257
  },
4386
4258
  {
4387
- "name": "dap-ds-icon-arrow-right-line",
4259
+ "name": "dap-ds-icon-arrow-left-s-line",
4388
4260
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4389
4261
  "attributes": [
4390
4262
  {
@@ -4411,12 +4283,12 @@
4411
4283
  "references": [
4412
4284
  {
4413
4285
  "name": "Documentation",
4414
- "url": "https://shoelace.style/components/icon-arrow-right-line"
4286
+ "url": "https://shoelace.style/components/icon-arrow-left-s-line"
4415
4287
  }
4416
4288
  ]
4417
4289
  },
4418
4290
  {
4419
- "name": "dap-ds-icon-arrow-right-s-fill",
4291
+ "name": "dap-ds-icon-arrow-left-up-line",
4420
4292
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4421
4293
  "attributes": [
4422
4294
  {
@@ -4443,12 +4315,12 @@
4443
4315
  "references": [
4444
4316
  {
4445
4317
  "name": "Documentation",
4446
- "url": "https://shoelace.style/components/icon-arrow-right-s-fill"
4318
+ "url": "https://shoelace.style/components/icon-arrow-left-up-line"
4447
4319
  }
4448
4320
  ]
4449
4321
  },
4450
4322
  {
4451
- "name": "dap-ds-icon-arrow-right-s-line",
4323
+ "name": "dap-ds-icon-arrow-right-down-line",
4452
4324
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4453
4325
  "attributes": [
4454
4326
  {
@@ -4475,12 +4347,12 @@
4475
4347
  "references": [
4476
4348
  {
4477
4349
  "name": "Documentation",
4478
- "url": "https://shoelace.style/components/icon-arrow-right-s-line"
4350
+ "url": "https://shoelace.style/components/icon-arrow-right-down-line"
4479
4351
  }
4480
4352
  ]
4481
4353
  },
4482
4354
  {
4483
- "name": "dap-ds-icon-arrow-right-up-line",
4355
+ "name": "dap-ds-icon-arrow-right-line",
4484
4356
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4485
4357
  "attributes": [
4486
4358
  {
@@ -4507,12 +4379,12 @@
4507
4379
  "references": [
4508
4380
  {
4509
4381
  "name": "Documentation",
4510
- "url": "https://shoelace.style/components/icon-arrow-right-up-line"
4382
+ "url": "https://shoelace.style/components/icon-arrow-right-line"
4511
4383
  }
4512
4384
  ]
4513
4385
  },
4514
4386
  {
4515
- "name": "dap-ds-icon-arrow-up-line",
4387
+ "name": "dap-ds-icon-arrow-right-s-fill",
4516
4388
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4517
4389
  "attributes": [
4518
4390
  {
@@ -4539,12 +4411,12 @@
4539
4411
  "references": [
4540
4412
  {
4541
4413
  "name": "Documentation",
4542
- "url": "https://shoelace.style/components/icon-arrow-up-line"
4414
+ "url": "https://shoelace.style/components/icon-arrow-right-s-fill"
4543
4415
  }
4544
4416
  ]
4545
4417
  },
4546
4418
  {
4547
- "name": "dap-ds-icon-arrow-up-s-fill",
4419
+ "name": "dap-ds-icon-arrow-right-s-line",
4548
4420
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4549
4421
  "attributes": [
4550
4422
  {
@@ -4571,12 +4443,12 @@
4571
4443
  "references": [
4572
4444
  {
4573
4445
  "name": "Documentation",
4574
- "url": "https://shoelace.style/components/icon-arrow-up-s-fill"
4446
+ "url": "https://shoelace.style/components/icon-arrow-right-s-line"
4575
4447
  }
4576
4448
  ]
4577
4449
  },
4578
4450
  {
4579
- "name": "dap-ds-icon-arrow-up-s-line",
4451
+ "name": "dap-ds-icon-arrow-right-l-line",
4580
4452
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4581
4453
  "attributes": [
4582
4454
  {
@@ -4603,12 +4475,12 @@
4603
4475
  "references": [
4604
4476
  {
4605
4477
  "name": "Documentation",
4606
- "url": "https://shoelace.style/components/icon-arrow-up-s-line"
4478
+ "url": "https://shoelace.style/components/icon-arrow-right-l-line"
4607
4479
  }
4608
4480
  ]
4609
4481
  },
4610
4482
  {
4611
- "name": "dap-ds-icon-expand-up-down-fill",
4483
+ "name": "dap-ds-icon-arrow-right-up-line",
4612
4484
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4613
4485
  "attributes": [
4614
4486
  {
@@ -4635,12 +4507,12 @@
4635
4507
  "references": [
4636
4508
  {
4637
4509
  "name": "Documentation",
4638
- "url": "https://shoelace.style/components/icon-expand-up-down-fill"
4510
+ "url": "https://shoelace.style/components/icon-arrow-right-up-line"
4639
4511
  }
4640
4512
  ]
4641
4513
  },
4642
4514
  {
4643
- "name": "dap-ds-icon-home-6-line",
4515
+ "name": "dap-ds-icon-arrow-up-line",
4644
4516
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4645
4517
  "attributes": [
4646
4518
  {
@@ -4667,12 +4539,12 @@
4667
4539
  "references": [
4668
4540
  {
4669
4541
  "name": "Documentation",
4670
- "url": "https://shoelace.style/components/icon-home-6-line"
4542
+ "url": "https://shoelace.style/components/icon-arrow-up-line"
4671
4543
  }
4672
4544
  ]
4673
4545
  },
4674
4546
  {
4675
- "name": "dap-ds-icon-calendar-line",
4547
+ "name": "dap-ds-icon-arrow-up-s-fill",
4676
4548
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4677
4549
  "attributes": [
4678
4550
  {
@@ -4699,12 +4571,12 @@
4699
4571
  "references": [
4700
4572
  {
4701
4573
  "name": "Documentation",
4702
- "url": "https://shoelace.style/components/icon-calendar-line"
4574
+ "url": "https://shoelace.style/components/icon-arrow-up-s-fill"
4703
4575
  }
4704
4576
  ]
4705
4577
  },
4706
4578
  {
4707
- "name": "dap-ds-icon-edit-line",
4579
+ "name": "dap-ds-icon-arrow-up-s-line",
4708
4580
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4709
4581
  "attributes": [
4710
4582
  {
@@ -4731,12 +4603,12 @@
4731
4603
  "references": [
4732
4604
  {
4733
4605
  "name": "Documentation",
4734
- "url": "https://shoelace.style/components/icon-edit-line"
4606
+ "url": "https://shoelace.style/components/icon-arrow-up-s-line"
4735
4607
  }
4736
4608
  ]
4737
4609
  },
4738
4610
  {
4739
- "name": "dap-ds-icon-tools-line",
4611
+ "name": "dap-ds-icon-expand-up-down-fill",
4740
4612
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4741
4613
  "attributes": [
4742
4614
  {
@@ -4763,12 +4635,12 @@
4763
4635
  "references": [
4764
4636
  {
4765
4637
  "name": "Documentation",
4766
- "url": "https://shoelace.style/components/icon-tools-line"
4638
+ "url": "https://shoelace.style/components/icon-expand-up-down-fill"
4767
4639
  }
4768
4640
  ]
4769
4641
  },
4770
4642
  {
4771
- "name": "dap-ds-icon-computer-line",
4643
+ "name": "dap-ds-icon-home-6-line",
4772
4644
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4773
4645
  "attributes": [
4774
4646
  {
@@ -4795,12 +4667,12 @@
4795
4667
  "references": [
4796
4668
  {
4797
4669
  "name": "Documentation",
4798
- "url": "https://shoelace.style/components/icon-computer-line"
4670
+ "url": "https://shoelace.style/components/icon-home-6-line"
4799
4671
  }
4800
4672
  ]
4801
4673
  },
4802
4674
  {
4803
- "name": "dap-ds-icon-separator",
4675
+ "name": "dap-ds-icon-calendar-line",
4804
4676
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4805
4677
  "attributes": [
4806
4678
  {
@@ -4827,12 +4699,12 @@
4827
4699
  "references": [
4828
4700
  {
4829
4701
  "name": "Documentation",
4830
- "url": "https://shoelace.style/components/icon-separator"
4702
+ "url": "https://shoelace.style/components/icon-calendar-line"
4831
4703
  }
4832
4704
  ]
4833
4705
  },
4834
4706
  {
4835
- "name": "dap-ds-icon-clipboard-line",
4707
+ "name": "dap-ds-icon-edit-line",
4836
4708
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4837
4709
  "attributes": [
4838
4710
  {
@@ -4859,12 +4731,12 @@
4859
4731
  "references": [
4860
4732
  {
4861
4733
  "name": "Documentation",
4862
- "url": "https://shoelace.style/components/icon-clipboard-line"
4734
+ "url": "https://shoelace.style/components/icon-edit-line"
4863
4735
  }
4864
4736
  ]
4865
4737
  },
4866
4738
  {
4867
- "name": "dap-ds-icon-file-copy-line",
4739
+ "name": "dap-ds-icon-tools-line",
4868
4740
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4869
4741
  "attributes": [
4870
4742
  {
@@ -4891,12 +4763,12 @@
4891
4763
  "references": [
4892
4764
  {
4893
4765
  "name": "Documentation",
4894
- "url": "https://shoelace.style/components/icon-file-copy-line"
4766
+ "url": "https://shoelace.style/components/icon-tools-line"
4895
4767
  }
4896
4768
  ]
4897
4769
  },
4898
4770
  {
4899
- "name": "dap-ds-icon-file-image-line",
4771
+ "name": "dap-ds-icon-computer-line",
4900
4772
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4901
4773
  "attributes": [
4902
4774
  {
@@ -4923,12 +4795,12 @@
4923
4795
  "references": [
4924
4796
  {
4925
4797
  "name": "Documentation",
4926
- "url": "https://shoelace.style/components/icon-file-image-line"
4798
+ "url": "https://shoelace.style/components/icon-computer-line"
4927
4799
  }
4928
4800
  ]
4929
4801
  },
4930
4802
  {
4931
- "name": "dap-ds-icon-file-music-line",
4803
+ "name": "dap-ds-icon-clipboard-line",
4932
4804
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4933
4805
  "attributes": [
4934
4806
  {
@@ -4955,12 +4827,12 @@
4955
4827
  "references": [
4956
4828
  {
4957
4829
  "name": "Documentation",
4958
- "url": "https://shoelace.style/components/icon-file-music-line"
4830
+ "url": "https://shoelace.style/components/icon-clipboard-line"
4959
4831
  }
4960
4832
  ]
4961
4833
  },
4962
4834
  {
4963
- "name": "dap-ds-icon-file-text-line",
4835
+ "name": "dap-ds-icon-file-copy-line",
4964
4836
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4965
4837
  "attributes": [
4966
4838
  {
@@ -4987,12 +4859,12 @@
4987
4859
  "references": [
4988
4860
  {
4989
4861
  "name": "Documentation",
4990
- "url": "https://shoelace.style/components/icon-file-text-line"
4862
+ "url": "https://shoelace.style/components/icon-file-copy-line"
4991
4863
  }
4992
4864
  ]
4993
4865
  },
4994
4866
  {
4995
- "name": "dap-ds-icon-file-video-line",
4867
+ "name": "dap-ds-icon-file-image-line",
4996
4868
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4997
4869
  "attributes": [
4998
4870
  {
@@ -5019,12 +4891,12 @@
5019
4891
  "references": [
5020
4892
  {
5021
4893
  "name": "Documentation",
5022
- "url": "https://shoelace.style/components/icon-file-video-line"
4894
+ "url": "https://shoelace.style/components/icon-file-image-line"
5023
4895
  }
5024
4896
  ]
5025
4897
  },
5026
4898
  {
5027
- "name": "dap-ds-icon-folder-line",
4899
+ "name": "dap-ds-icon-file-music-line",
5028
4900
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5029
4901
  "attributes": [
5030
4902
  {
@@ -5051,12 +4923,12 @@
5051
4923
  "references": [
5052
4924
  {
5053
4925
  "name": "Documentation",
5054
- "url": "https://shoelace.style/components/icon-folder-line"
4926
+ "url": "https://shoelace.style/components/icon-file-music-line"
5055
4927
  }
5056
4928
  ]
5057
4929
  },
5058
4930
  {
5059
- "name": "dap-ds-icon-folder-open-line",
4931
+ "name": "dap-ds-icon-file-text-line",
5060
4932
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5061
4933
  "attributes": [
5062
4934
  {
@@ -5083,12 +4955,12 @@
5083
4955
  "references": [
5084
4956
  {
5085
4957
  "name": "Documentation",
5086
- "url": "https://shoelace.style/components/icon-folder-open-line"
4958
+ "url": "https://shoelace.style/components/icon-file-text-line"
5087
4959
  }
5088
4960
  ]
5089
4961
  },
5090
4962
  {
5091
- "name": "dap-ds-icon-heart-fill",
4963
+ "name": "dap-ds-icon-file-video-line",
5092
4964
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5093
4965
  "attributes": [
5094
4966
  {
@@ -5115,12 +4987,12 @@
5115
4987
  "references": [
5116
4988
  {
5117
4989
  "name": "Documentation",
5118
- "url": "https://shoelace.style/components/icon-heart-fill"
4990
+ "url": "https://shoelace.style/components/icon-file-video-line"
5119
4991
  }
5120
4992
  ]
5121
4993
  },
5122
4994
  {
5123
- "name": "dap-ds-icon-heart-line",
4995
+ "name": "dap-ds-icon-folder-line",
5124
4996
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5125
4997
  "attributes": [
5126
4998
  {
@@ -5147,12 +5019,12 @@
5147
5019
  "references": [
5148
5020
  {
5149
5021
  "name": "Documentation",
5150
- "url": "https://shoelace.style/components/icon-heart-line"
5022
+ "url": "https://shoelace.style/components/icon-folder-line"
5151
5023
  }
5152
5024
  ]
5153
5025
  },
5154
5026
  {
5155
- "name": "dap-ds-icon-cookie-line",
5027
+ "name": "dap-ds-icon-folder-open-line",
5156
5028
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5157
5029
  "attributes": [
5158
5030
  {
@@ -5179,12 +5051,12 @@
5179
5051
  "references": [
5180
5052
  {
5181
5053
  "name": "Documentation",
5182
- "url": "https://shoelace.style/components/icon-cookie-line"
5054
+ "url": "https://shoelace.style/components/icon-folder-open-line"
5183
5055
  }
5184
5056
  ]
5185
5057
  },
5186
5058
  {
5187
- "name": "dap-ds-icon-account-circle-fill",
5059
+ "name": "dap-ds-icon-separator",
5188
5060
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5189
5061
  "attributes": [
5190
5062
  {
@@ -5211,12 +5083,12 @@
5211
5083
  "references": [
5212
5084
  {
5213
5085
  "name": "Documentation",
5214
- "url": "https://shoelace.style/components/icon-account-circle-fill"
5086
+ "url": "https://shoelace.style/components/icon-separator"
5215
5087
  }
5216
5088
  ]
5217
5089
  },
5218
5090
  {
5219
- "name": "dap-ds-icon-account-circle-line",
5091
+ "name": "dap-ds-icon-heart-fill",
5220
5092
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5221
5093
  "attributes": [
5222
5094
  {
@@ -5243,12 +5115,12 @@
5243
5115
  "references": [
5244
5116
  {
5245
5117
  "name": "Documentation",
5246
- "url": "https://shoelace.style/components/icon-account-circle-line"
5118
+ "url": "https://shoelace.style/components/icon-heart-fill"
5247
5119
  }
5248
5120
  ]
5249
5121
  },
5250
5122
  {
5251
- "name": "dap-ds-icon-user-fill",
5123
+ "name": "dap-ds-icon-heart-line",
5252
5124
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5253
5125
  "attributes": [
5254
5126
  {
@@ -5275,12 +5147,12 @@
5275
5147
  "references": [
5276
5148
  {
5277
5149
  "name": "Documentation",
5278
- "url": "https://shoelace.style/components/icon-user-fill"
5150
+ "url": "https://shoelace.style/components/icon-heart-line"
5279
5151
  }
5280
5152
  ]
5281
5153
  },
5282
5154
  {
5283
- "name": "dap-ds-icon-user-line",
5155
+ "name": "dap-ds-icon-cookie-line",
5284
5156
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5285
5157
  "attributes": [
5286
5158
  {
@@ -5307,7 +5179,7 @@
5307
5179
  "references": [
5308
5180
  {
5309
5181
  "name": "Documentation",
5310
- "url": "https://shoelace.style/components/icon-user-line"
5182
+ "url": "https://shoelace.style/components/icon-cookie-line"
5311
5183
  }
5312
5184
  ]
5313
5185
  },
@@ -5888,7 +5760,7 @@
5888
5760
  ]
5889
5761
  },
5890
5762
  {
5891
- "name": "dap-ds-icon-external-link-line",
5763
+ "name": "dap-ds-icon-error-warning-line",
5892
5764
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5893
5765
  "attributes": [
5894
5766
  {
@@ -5915,12 +5787,12 @@
5915
5787
  "references": [
5916
5788
  {
5917
5789
  "name": "Documentation",
5918
- "url": "https://shoelace.style/components/icon-external-link-line"
5790
+ "url": "https://shoelace.style/components/icon-error-warning-line"
5919
5791
  }
5920
5792
  ]
5921
5793
  },
5922
5794
  {
5923
- "name": "dap-ds-icon-error-warning-line",
5795
+ "name": "dap-ds-icon-external-link-line",
5924
5796
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5925
5797
  "attributes": [
5926
5798
  {
@@ -5947,7 +5819,7 @@
5947
5819
  "references": [
5948
5820
  {
5949
5821
  "name": "Documentation",
5950
- "url": "https://shoelace.style/components/icon-error-warning-line"
5822
+ "url": "https://shoelace.style/components/icon-external-link-line"
5951
5823
  }
5952
5824
  ]
5953
5825
  },
@@ -6846,6 +6718,134 @@
6846
6718
  "url": "https://shoelace.style/components/icon-zoom-out-line"
6847
6719
  }
6848
6720
  ]
6721
+ },
6722
+ {
6723
+ "name": "dap-ds-icon-account-circle-fill",
6724
+ "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6725
+ "attributes": [
6726
+ {
6727
+ "name": "size",
6728
+ "description": "(optional) The width and height in pixels",
6729
+ "values": []
6730
+ },
6731
+ {
6732
+ "name": "selected",
6733
+ "description": "(optional) Sets the icon color via the `fill` attribute",
6734
+ "values": []
6735
+ },
6736
+ {
6737
+ "name": "accessibilityTitle",
6738
+ "description": "(optional) When using the icon standalone, make it meaningful for accessibility",
6739
+ "values": []
6740
+ },
6741
+ {
6742
+ "name": "focusable",
6743
+ "description": "(optional) If `true` the icon can receive focus",
6744
+ "values": []
6745
+ }
6746
+ ],
6747
+ "references": [
6748
+ {
6749
+ "name": "Documentation",
6750
+ "url": "https://shoelace.style/components/icon-account-circle-fill"
6751
+ }
6752
+ ]
6753
+ },
6754
+ {
6755
+ "name": "dap-ds-icon-account-circle-line",
6756
+ "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6757
+ "attributes": [
6758
+ {
6759
+ "name": "size",
6760
+ "description": "(optional) The width and height in pixels",
6761
+ "values": []
6762
+ },
6763
+ {
6764
+ "name": "selected",
6765
+ "description": "(optional) Sets the icon color via the `fill` attribute",
6766
+ "values": []
6767
+ },
6768
+ {
6769
+ "name": "accessibilityTitle",
6770
+ "description": "(optional) When using the icon standalone, make it meaningful for accessibility",
6771
+ "values": []
6772
+ },
6773
+ {
6774
+ "name": "focusable",
6775
+ "description": "(optional) If `true` the icon can receive focus",
6776
+ "values": []
6777
+ }
6778
+ ],
6779
+ "references": [
6780
+ {
6781
+ "name": "Documentation",
6782
+ "url": "https://shoelace.style/components/icon-account-circle-line"
6783
+ }
6784
+ ]
6785
+ },
6786
+ {
6787
+ "name": "dap-ds-icon-user-fill",
6788
+ "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6789
+ "attributes": [
6790
+ {
6791
+ "name": "size",
6792
+ "description": "(optional) The width and height in pixels",
6793
+ "values": []
6794
+ },
6795
+ {
6796
+ "name": "selected",
6797
+ "description": "(optional) Sets the icon color via the `fill` attribute",
6798
+ "values": []
6799
+ },
6800
+ {
6801
+ "name": "accessibilityTitle",
6802
+ "description": "(optional) When using the icon standalone, make it meaningful for accessibility",
6803
+ "values": []
6804
+ },
6805
+ {
6806
+ "name": "focusable",
6807
+ "description": "(optional) If `true` the icon can receive focus",
6808
+ "values": []
6809
+ }
6810
+ ],
6811
+ "references": [
6812
+ {
6813
+ "name": "Documentation",
6814
+ "url": "https://shoelace.style/components/icon-user-fill"
6815
+ }
6816
+ ]
6817
+ },
6818
+ {
6819
+ "name": "dap-ds-icon-user-line",
6820
+ "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6821
+ "attributes": [
6822
+ {
6823
+ "name": "size",
6824
+ "description": "(optional) The width and height in pixels",
6825
+ "values": []
6826
+ },
6827
+ {
6828
+ "name": "selected",
6829
+ "description": "(optional) Sets the icon color via the `fill` attribute",
6830
+ "values": []
6831
+ },
6832
+ {
6833
+ "name": "accessibilityTitle",
6834
+ "description": "(optional) When using the icon standalone, make it meaningful for accessibility",
6835
+ "values": []
6836
+ },
6837
+ {
6838
+ "name": "focusable",
6839
+ "description": "(optional) If `true` the icon can receive focus",
6840
+ "values": []
6841
+ }
6842
+ ],
6843
+ "references": [
6844
+ {
6845
+ "name": "Documentation",
6846
+ "url": "https://shoelace.style/components/icon-user-line"
6847
+ }
6848
+ ]
6849
6849
  }
6850
6850
  ]
6851
6851
  }