dap-design-system 0.56.2 → 0.56.4

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.",
@@ -100,13 +111,44 @@
100
111
  ]
101
112
  },
102
113
  {
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": [],
114
+ "name": "dap-ds-avatar-group",
115
+ "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.",
116
+ "attributes": [
117
+ {
118
+ "name": "layout",
119
+ "description": "Layout type for the avatar group",
120
+ "values": [{ "name": "stack" }, { "name": "grid" }]
121
+ },
122
+ {
123
+ "name": "max",
124
+ "description": "Maximum number of avatars to show before showing overflow",
125
+ "values": []
126
+ },
127
+ {
128
+ "name": "show-total",
129
+ "description": "Whether to show the total count in overflow indicator",
130
+ "values": []
131
+ },
132
+ {
133
+ "name": "interactive-overflow",
134
+ "description": "Interactive overflow indicator",
135
+ "values": []
136
+ },
137
+ {
138
+ "name": "label",
139
+ "description": "Accessible label for the avatar group",
140
+ "values": []
141
+ },
142
+ {
143
+ "name": "overflow-label",
144
+ "description": "Accessible label for the overflow indicator",
145
+ "values": []
146
+ }
147
+ ],
106
148
  "references": [
107
149
  {
108
150
  "name": "Documentation",
109
- "url": "https://shoelace.style/components/accordion"
151
+ "url": "https://shoelace.style/components/avatar-group"
110
152
  }
111
153
  ]
112
154
  },
@@ -187,29 +229,6 @@
187
229
  }
188
230
  ]
189
231
  },
190
- {
191
- "name": "dap-ds-breadcrumb",
192
- "description": "A breadcrumb is a secondary navigation scheme that reveals the user's location in a website or Web application.\n---\n\n\n### **Slots:**\n - _default_ - The content of the breadcrumb.\n- **separator** - The separator between breadcrumb items. Default is '/'.\n\n### **CSS Properties:**\n - **--dds-breadcrumb-width** - The width of the breadcrumb container (default: 100%) _(default: undefined)_\n- **--dds-breadcrumb-overflow-x** - The horizontal overflow behavior of the breadcrumb (default: auto) _(default: undefined)_\n- **--dds-breadcrumb-transition** - The transition property for the breadcrumb (default: all 0.2s ease-in-out) _(default: undefined)_\n- **--dds-breadcrumb-list-display** - The display property of the breadcrumb list (default: flex) _(default: undefined)_\n- **--dds-breadcrumb-list-flex-wrap** - The flex-wrap property of the breadcrumb list (default: nowrap) _(default: undefined)_\n- **--dds-breadcrumb-list-align-items** - The align-items property of the breadcrumb list (default: center) _(default: undefined)_\n- **--dds-breadcrumb-list-min-width** - The minimum width of the breadcrumb list (default: max-content) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main breadcrumb container.\n- **separator** - The separator of the breadcrumb.",
193
- "attributes": [
194
- { "name": "variant", "values": [] },
195
- {
196
- "name": "mobile",
197
- "description": "Mobile version of the breadcrumb",
198
- "values": []
199
- },
200
- {
201
- "name": "aria-labelledby",
202
- "description": "The aria-labelledby of the breadcrumb",
203
- "values": []
204
- }
205
- ],
206
- "references": [
207
- {
208
- "name": "Documentation",
209
- "url": "https://shoelace.style/components/breadcrumb"
210
- }
211
- ]
212
- },
213
232
  {
214
233
  "name": "dap-ds-anchor-heading",
215
234
  "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.",
@@ -233,44 +252,25 @@
233
252
  ]
234
253
  },
235
254
  {
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.",
255
+ "name": "dap-ds-breadcrumb",
256
+ "description": "A breadcrumb is a secondary navigation scheme that reveals the user's location in a website or Web application.\n---\n\n\n### **Slots:**\n - _default_ - The content of the breadcrumb.\n- **separator** - The separator between breadcrumb items. Default is '/'.\n\n### **CSS Properties:**\n - **--dds-breadcrumb-width** - The width of the breadcrumb container (default: 100%) _(default: undefined)_\n- **--dds-breadcrumb-overflow-x** - The horizontal overflow behavior of the breadcrumb (default: auto) _(default: undefined)_\n- **--dds-breadcrumb-transition** - The transition property for the breadcrumb (default: all 0.2s ease-in-out) _(default: undefined)_\n- **--dds-breadcrumb-list-display** - The display property of the breadcrumb list (default: flex) _(default: undefined)_\n- **--dds-breadcrumb-list-flex-wrap** - The flex-wrap property of the breadcrumb list (default: nowrap) _(default: undefined)_\n- **--dds-breadcrumb-list-align-items** - The align-items property of the breadcrumb list (default: center) _(default: undefined)_\n- **--dds-breadcrumb-list-min-width** - The minimum width of the breadcrumb list (default: max-content) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main breadcrumb container.\n- **separator** - The separator of the breadcrumb.",
238
257
  "attributes": [
258
+ { "name": "variant", "values": [] },
239
259
  {
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",
260
+ "name": "mobile",
261
+ "description": "Mobile version of the breadcrumb",
262
262
  "values": []
263
263
  },
264
264
  {
265
- "name": "overflow-label",
266
- "description": "Accessible label for the overflow indicator",
265
+ "name": "aria-labelledby",
266
+ "description": "The aria-labelledby of the breadcrumb",
267
267
  "values": []
268
268
  }
269
269
  ],
270
270
  "references": [
271
271
  {
272
272
  "name": "Documentation",
273
- "url": "https://shoelace.style/components/avatar-group"
273
+ "url": "https://shoelace.style/components/breadcrumb"
274
274
  }
275
275
  ]
276
276
  },
@@ -573,43 +573,6 @@
573
573
  }
574
574
  ]
575
575
  },
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
576
  {
614
577
  "name": "dap-ds-card-actions",
615
578
  "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.",
@@ -767,6 +730,43 @@
767
730
  }
768
731
  ]
769
732
  },
733
+ {
734
+ "name": "dap-ds-checkbox",
735
+ "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.",
736
+ "attributes": [
737
+ {
738
+ "name": "indeterminate",
739
+ "description": "Whether the checkbox is indeterminate",
740
+ "values": []
741
+ },
742
+ {
743
+ "name": "preventDefault",
744
+ "description": "Whether the checkbox should prevent the default action",
745
+ "values": []
746
+ },
747
+ {
748
+ "name": "border",
749
+ "description": "This sets up border around the checkbox, when true.",
750
+ "values": []
751
+ },
752
+ {
753
+ "name": "readonly",
754
+ "description": "Whether the checkbox is readonly (cannot be changed but value is submitted with form).",
755
+ "values": []
756
+ },
757
+ {
758
+ "name": "type",
759
+ "description": "The type of the checkbox",
760
+ "values": [{ "name": "normal" }, { "name": "background" }]
761
+ }
762
+ ],
763
+ "references": [
764
+ {
765
+ "name": "Documentation",
766
+ "url": "https://shoelace.style/components/checkbox"
767
+ }
768
+ ]
769
+ },
770
770
  {
771
771
  "name": "dap-ds-chip",
772
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",
@@ -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",
@@ -4031,6 +4031,38 @@
4031
4031
  }
4032
4032
  ]
4033
4033
  },
4034
+ {
4035
+ "name": "dap-ds-icon-home-6-line",
4036
+ "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4037
+ "attributes": [
4038
+ {
4039
+ "name": "size",
4040
+ "description": "(optional) The width and height in pixels",
4041
+ "values": []
4042
+ },
4043
+ {
4044
+ "name": "selected",
4045
+ "description": "(optional) Sets the icon color via the `fill` attribute",
4046
+ "values": []
4047
+ },
4048
+ {
4049
+ "name": "accessibilityTitle",
4050
+ "description": "(optional) When using the icon standalone, make it meaningful for accessibility",
4051
+ "values": []
4052
+ },
4053
+ {
4054
+ "name": "focusable",
4055
+ "description": "(optional) If `true` the icon can receive focus",
4056
+ "values": []
4057
+ }
4058
+ ],
4059
+ "references": [
4060
+ {
4061
+ "name": "Documentation",
4062
+ "url": "https://shoelace.style/components/icon-home-6-line"
4063
+ }
4064
+ ]
4065
+ },
4034
4066
  {
4035
4067
  "name": "dap-ds-icon-arrow-down-line",
4036
4068
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
@@ -4224,7 +4256,7 @@
4224
4256
  ]
4225
4257
  },
4226
4258
  {
4227
- "name": "dap-ds-icon-arrow-left-s-fill",
4259
+ "name": "dap-ds-icon-arrow-left-s-line",
4228
4260
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4229
4261
  "attributes": [
4230
4262
  {
@@ -4251,12 +4283,12 @@
4251
4283
  "references": [
4252
4284
  {
4253
4285
  "name": "Documentation",
4254
- "url": "https://shoelace.style/components/icon-arrow-left-s-fill"
4286
+ "url": "https://shoelace.style/components/icon-arrow-left-s-line"
4255
4287
  }
4256
4288
  ]
4257
4289
  },
4258
4290
  {
4259
- "name": "dap-ds-icon-arrow-left-s-line",
4291
+ "name": "dap-ds-icon-arrow-left-s-fill",
4260
4292
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4261
4293
  "attributes": [
4262
4294
  {
@@ -4283,7 +4315,7 @@
4283
4315
  "references": [
4284
4316
  {
4285
4317
  "name": "Documentation",
4286
- "url": "https://shoelace.style/components/icon-arrow-left-s-line"
4318
+ "url": "https://shoelace.style/components/icon-arrow-left-s-fill"
4287
4319
  }
4288
4320
  ]
4289
4321
  },
@@ -4639,38 +4671,6 @@
4639
4671
  }
4640
4672
  ]
4641
4673
  },
4642
- {
4643
- "name": "dap-ds-icon-home-6-line",
4644
- "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4645
- "attributes": [
4646
- {
4647
- "name": "size",
4648
- "description": "(optional) The width and height in pixels",
4649
- "values": []
4650
- },
4651
- {
4652
- "name": "selected",
4653
- "description": "(optional) Sets the icon color via the `fill` attribute",
4654
- "values": []
4655
- },
4656
- {
4657
- "name": "accessibilityTitle",
4658
- "description": "(optional) When using the icon standalone, make it meaningful for accessibility",
4659
- "values": []
4660
- },
4661
- {
4662
- "name": "focusable",
4663
- "description": "(optional) If `true` the icon can receive focus",
4664
- "values": []
4665
- }
4666
- ],
4667
- "references": [
4668
- {
4669
- "name": "Documentation",
4670
- "url": "https://shoelace.style/components/icon-home-6-line"
4671
- }
4672
- ]
4673
- },
4674
4674
  {
4675
4675
  "name": "dap-ds-icon-calendar-line",
4676
4676
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
@@ -4800,7 +4800,7 @@
4800
4800
  ]
4801
4801
  },
4802
4802
  {
4803
- "name": "dap-ds-icon-separator",
4803
+ "name": "dap-ds-icon-clipboard-line",
4804
4804
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4805
4805
  "attributes": [
4806
4806
  {
@@ -4827,12 +4827,12 @@
4827
4827
  "references": [
4828
4828
  {
4829
4829
  "name": "Documentation",
4830
- "url": "https://shoelace.style/components/icon-separator"
4830
+ "url": "https://shoelace.style/components/icon-clipboard-line"
4831
4831
  }
4832
4832
  ]
4833
4833
  },
4834
4834
  {
4835
- "name": "dap-ds-icon-clipboard-line",
4835
+ "name": "dap-ds-icon-file-image-line",
4836
4836
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4837
4837
  "attributes": [
4838
4838
  {
@@ -4859,7 +4859,7 @@
4859
4859
  "references": [
4860
4860
  {
4861
4861
  "name": "Documentation",
4862
- "url": "https://shoelace.style/components/icon-clipboard-line"
4862
+ "url": "https://shoelace.style/components/icon-file-image-line"
4863
4863
  }
4864
4864
  ]
4865
4865
  },
@@ -4896,7 +4896,7 @@
4896
4896
  ]
4897
4897
  },
4898
4898
  {
4899
- "name": "dap-ds-icon-file-image-line",
4899
+ "name": "dap-ds-icon-file-music-line",
4900
4900
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4901
4901
  "attributes": [
4902
4902
  {
@@ -4923,12 +4923,12 @@
4923
4923
  "references": [
4924
4924
  {
4925
4925
  "name": "Documentation",
4926
- "url": "https://shoelace.style/components/icon-file-image-line"
4926
+ "url": "https://shoelace.style/components/icon-file-music-line"
4927
4927
  }
4928
4928
  ]
4929
4929
  },
4930
4930
  {
4931
- "name": "dap-ds-icon-file-music-line",
4931
+ "name": "dap-ds-icon-file-text-line",
4932
4932
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4933
4933
  "attributes": [
4934
4934
  {
@@ -4955,12 +4955,12 @@
4955
4955
  "references": [
4956
4956
  {
4957
4957
  "name": "Documentation",
4958
- "url": "https://shoelace.style/components/icon-file-music-line"
4958
+ "url": "https://shoelace.style/components/icon-file-text-line"
4959
4959
  }
4960
4960
  ]
4961
4961
  },
4962
4962
  {
4963
- "name": "dap-ds-icon-file-text-line",
4963
+ "name": "dap-ds-icon-file-video-line",
4964
4964
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4965
4965
  "attributes": [
4966
4966
  {
@@ -4987,12 +4987,12 @@
4987
4987
  "references": [
4988
4988
  {
4989
4989
  "name": "Documentation",
4990
- "url": "https://shoelace.style/components/icon-file-text-line"
4990
+ "url": "https://shoelace.style/components/icon-file-video-line"
4991
4991
  }
4992
4992
  ]
4993
4993
  },
4994
4994
  {
4995
- "name": "dap-ds-icon-file-video-line",
4995
+ "name": "dap-ds-icon-folder-line",
4996
4996
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4997
4997
  "attributes": [
4998
4998
  {
@@ -5019,12 +5019,12 @@
5019
5019
  "references": [
5020
5020
  {
5021
5021
  "name": "Documentation",
5022
- "url": "https://shoelace.style/components/icon-file-video-line"
5022
+ "url": "https://shoelace.style/components/icon-folder-line"
5023
5023
  }
5024
5024
  ]
5025
5025
  },
5026
5026
  {
5027
- "name": "dap-ds-icon-folder-line",
5027
+ "name": "dap-ds-icon-folder-open-line",
5028
5028
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5029
5029
  "attributes": [
5030
5030
  {
@@ -5051,12 +5051,12 @@
5051
5051
  "references": [
5052
5052
  {
5053
5053
  "name": "Documentation",
5054
- "url": "https://shoelace.style/components/icon-folder-line"
5054
+ "url": "https://shoelace.style/components/icon-folder-open-line"
5055
5055
  }
5056
5056
  ]
5057
5057
  },
5058
5058
  {
5059
- "name": "dap-ds-icon-folder-open-line",
5059
+ "name": "dap-ds-icon-separator",
5060
5060
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5061
5061
  "attributes": [
5062
5062
  {
@@ -5083,7 +5083,7 @@
5083
5083
  "references": [
5084
5084
  {
5085
5085
  "name": "Documentation",
5086
- "url": "https://shoelace.style/components/icon-folder-open-line"
5086
+ "url": "https://shoelace.style/components/icon-separator"
5087
5087
  }
5088
5088
  ]
5089
5089
  },
@@ -5824,7 +5824,7 @@
5824
5824
  ]
5825
5825
  },
5826
5826
  {
5827
- "name": "dap-ds-icon-download-line",
5827
+ "name": "dap-ds-icon-error-warning-fill",
5828
5828
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5829
5829
  "attributes": [
5830
5830
  {
@@ -5851,12 +5851,12 @@
5851
5851
  "references": [
5852
5852
  {
5853
5853
  "name": "Documentation",
5854
- "url": "https://shoelace.style/components/icon-download-line"
5854
+ "url": "https://shoelace.style/components/icon-error-warning-fill"
5855
5855
  }
5856
5856
  ]
5857
5857
  },
5858
5858
  {
5859
- "name": "dap-ds-icon-error-warning-fill",
5859
+ "name": "dap-ds-icon-download-line",
5860
5860
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5861
5861
  "attributes": [
5862
5862
  {
@@ -5883,12 +5883,12 @@
5883
5883
  "references": [
5884
5884
  {
5885
5885
  "name": "Documentation",
5886
- "url": "https://shoelace.style/components/icon-error-warning-fill"
5886
+ "url": "https://shoelace.style/components/icon-download-line"
5887
5887
  }
5888
5888
  ]
5889
5889
  },
5890
5890
  {
5891
- "name": "dap-ds-icon-external-link-line",
5891
+ "name": "dap-ds-icon-error-warning-line",
5892
5892
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5893
5893
  "attributes": [
5894
5894
  {
@@ -5915,12 +5915,12 @@
5915
5915
  "references": [
5916
5916
  {
5917
5917
  "name": "Documentation",
5918
- "url": "https://shoelace.style/components/icon-external-link-line"
5918
+ "url": "https://shoelace.style/components/icon-error-warning-line"
5919
5919
  }
5920
5920
  ]
5921
5921
  },
5922
5922
  {
5923
- "name": "dap-ds-icon-error-warning-line",
5923
+ "name": "dap-ds-icon-external-link-line",
5924
5924
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5925
5925
  "attributes": [
5926
5926
  {
@@ -5947,7 +5947,7 @@
5947
5947
  "references": [
5948
5948
  {
5949
5949
  "name": "Documentation",
5950
- "url": "https://shoelace.style/components/icon-error-warning-line"
5950
+ "url": "https://shoelace.style/components/icon-external-link-line"
5951
5951
  }
5952
5952
  ]
5953
5953
  },