dap-design-system 0.57.7 → 0.57.8

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.
@@ -14,44 +14,24 @@
14
14
  ]
15
15
  },
16
16
  {
17
- "name": "dap-ds-avatar-group",
18
- "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.",
17
+ "name": "dap-ds-anchor-heading",
18
+ "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.",
19
19
  "attributes": [
20
20
  {
21
- "name": "layout",
22
- "description": "Layout type for the avatar group",
23
- "values": [{ "name": "stack" }, { "name": "grid" }]
24
- },
25
- {
26
- "name": "max",
27
- "description": "Maximum number of avatars to show before showing overflow",
28
- "values": []
29
- },
30
- {
31
- "name": "show-total",
32
- "description": "Whether to show the total count in overflow indicator",
33
- "values": []
34
- },
35
- {
36
- "name": "interactive-overflow",
37
- "description": "Interactive overflow indicator",
38
- "values": []
21
+ "name": "variant",
22
+ "description": "The variant of the heading. Default is `h2`. Can be `h1`, `h2`, `h3`, `h4`, `h5`, or `h6`.",
23
+ "values": [{ "name": "HeadingVariant" }]
39
24
  },
40
25
  {
41
26
  "name": "label",
42
- "description": "Accessible label for the avatar group",
43
- "values": []
44
- },
45
- {
46
- "name": "overflow-label",
47
- "description": "Accessible label for the overflow indicator",
27
+ "description": "The label of the heading.",
48
28
  "values": []
49
29
  }
50
30
  ],
51
31
  "references": [
52
32
  {
53
33
  "name": "Documentation",
54
- "url": "https://shoelace.style/components/avatar-group"
34
+ "url": "https://shoelace.style/components/anchor-heading"
55
35
  }
56
36
  ]
57
37
  },
@@ -125,6 +105,75 @@
125
105
  }
126
106
  ]
127
107
  },
108
+ {
109
+ "name": "dap-ds-accordion-group",
110
+ "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.",
111
+ "attributes": [
112
+ {
113
+ "name": "autoClose",
114
+ "description": "Whether to close other accordions when one is opened.",
115
+ "values": []
116
+ },
117
+ {
118
+ "name": "variant",
119
+ "description": "The variant of the accordion",
120
+ "values": [
121
+ { "name": "default" },
122
+ { "name": "collapsed" },
123
+ { "name": "clean" },
124
+ { "name": "clean-collapsed" }
125
+ ]
126
+ }
127
+ ],
128
+ "references": [
129
+ {
130
+ "name": "Documentation",
131
+ "url": "https://shoelace.style/components/accordion-group"
132
+ }
133
+ ]
134
+ },
135
+ {
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
+ ],
170
+ "references": [
171
+ {
172
+ "name": "Documentation",
173
+ "url": "https://shoelace.style/components/avatar-group"
174
+ }
175
+ ]
176
+ },
128
177
  {
129
178
  "name": "dap-ds-badge",
130
179
  "description": "A badge is a small status descriptor for UI elements.\n---\n\n\n### **Slots:**\n - _default_ - The content of the badge.\n- **icon** - The icon of the badge.\n\n### **CSS Properties:**\n - **--dds-badge-border-width** - The width of the badge's border (default: var(--dds-border-width-base)) _(default: undefined)_\n- **--dds-badge-border-style** - The style of the badge's border (default: solid) _(default: undefined)_\n- **--dds-badge-border-radius** - The border radius of the badge (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-badge-font-weight** - The font weight of the badge text (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-badge-line-height** - The line height of the badge text (default: 1.2) _(default: undefined)_\n- **--dds-badge-transition** - The transition property for the badge (default: all 0.2s ease-in-out) _(default: undefined)_\n- **--dds-badge-padding-sm** - The padding of the small badge (default: var(--dds-spacing-100) var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-badge-padding-lg** - The padding of the large badge (default: var(--dds-spacing-100) var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-badge-font-size-sm** - The font size of the small badge (default: var(--dds-font-xs)) _(default: undefined)_\n- **--dds-badge-font-size-lg** - The font size of the large badge (default: var(--dds-font-sm)) _(default: undefined)_\n- **--dds-badge-neutral-border-color** - The border color of the neutral badge (default: var(--dds-border-neutral-base)) _(default: undefined)_\n- **--dds-badge-neutral-background** - The background color of the neutral badge (default: var(--dds-background-neutral-medium)) _(default: undefined)_\n- **--dds-badge-neutral-color** - The text color of the neutral badge (default: var(--dds-text-neutral-subtle)) _(default: undefined)_\n- **--dds-badge-brand-border-color** - The border color of the brand badge (default: var(--dds-border-brand-base)) _(default: undefined)_\n- **--dds-badge-brand-background** - The background color of the brand badge (default: var(--dds-background-brand-medium)) _(default: undefined)_\n- **--dds-badge-brand-color** - The text color of the brand badge (default: var(--dds-text-brand-subtle)) _(default: undefined)_\n- **--dds-badge-info-border-color** - The border color of the info badge (default: var(--dds-border-informative-base)) _(default: undefined)_\n- **--dds-badge-info-background** - The background color of the info badge (default: var(--dds-background-informative-medium)) _(default: undefined)_\n- **--dds-badge-info-color** - The text color of the info badge (default: var(--dds-text-informative-subtle)) _(default: undefined)_\n- **--dds-badge-positive-border-color** - The border color of the positive badge (default: var(--dds-border-positive-base)) _(default: undefined)_\n- **--dds-badge-positive-background** - The background color of the positive badge (default: var(--dds-background-positive-medium)) _(default: undefined)_\n- **--dds-badge-positive-color** - The text color of the positive badge (default: var(--dds-text-positive-subtle)) _(default: undefined)_\n- **--dds-badge-warning-border-color** - The border color of the warning badge (default: var(--dds-border-warning-subtle)) _(default: undefined)_\n- **--dds-badge-warning-background** - The background color of the warning badge (default: var(--dds-background-warning-medium)) _(default: undefined)_\n- **--dds-badge-warning-color** - The text color of the warning badge (default: var(--dds-text-warning-subtle)) _(default: undefined)_\n- **--dds-badge-negative-border-color** - The border color of the negative badge (default: var(--dds-border-negative-base)) _(default: undefined)_\n- **--dds-badge-negative-background** - The background color of the negative badge (default: var(--dds-background-negative-medium)) _(default: undefined)_\n- **--dds-badge-negative-color** - The text color of the negative badge (default: var(--dds-text-negative-subtle)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main container of the badge.\n- **icon** - The icon of the badge.\n- **content** - The content of the badge.\n- **icon-base** - The base of the icon.",
@@ -225,55 +274,6 @@
225
274
  }
226
275
  ]
227
276
  },
228
- {
229
- "name": "dap-ds-accordion-group",
230
- "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.",
231
- "attributes": [
232
- {
233
- "name": "autoClose",
234
- "description": "Whether to close other accordions when one is opened.",
235
- "values": []
236
- },
237
- {
238
- "name": "variant",
239
- "description": "The variant of the accordion",
240
- "values": [
241
- { "name": "default" },
242
- { "name": "collapsed" },
243
- { "name": "clean" },
244
- { "name": "clean-collapsed" }
245
- ]
246
- }
247
- ],
248
- "references": [
249
- {
250
- "name": "Documentation",
251
- "url": "https://shoelace.style/components/accordion-group"
252
- }
253
- ]
254
- },
255
- {
256
- "name": "dap-ds-anchor-heading",
257
- "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.",
258
- "attributes": [
259
- {
260
- "name": "variant",
261
- "description": "The variant of the heading. Default is `h2`. Can be `h1`, `h2`, `h3`, `h4`, `h5`, or `h6`.",
262
- "values": [{ "name": "HeadingVariant" }]
263
- },
264
- {
265
- "name": "label",
266
- "description": "The label of the heading.",
267
- "values": []
268
- }
269
- ],
270
- "references": [
271
- {
272
- "name": "Documentation",
273
- "url": "https://shoelace.style/components/anchor-heading"
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.",
@@ -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",
@@ -4300,7 +4300,7 @@
4300
4300
  ]
4301
4301
  },
4302
4302
  {
4303
- "name": "dap-ds-icon-arrow-right-down-line",
4303
+ "name": "dap-ds-icon-arrow-left-up-line",
4304
4304
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4305
4305
  "attributes": [
4306
4306
  {
@@ -4327,12 +4327,12 @@
4327
4327
  "references": [
4328
4328
  {
4329
4329
  "name": "Documentation",
4330
- "url": "https://shoelace.style/components/icon-arrow-right-down-line"
4330
+ "url": "https://shoelace.style/components/icon-arrow-left-up-line"
4331
4331
  }
4332
4332
  ]
4333
4333
  },
4334
4334
  {
4335
- "name": "dap-ds-icon-arrow-left-up-line",
4335
+ "name": "dap-ds-icon-arrow-right-down-line",
4336
4336
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4337
4337
  "attributes": [
4338
4338
  {
@@ -4359,12 +4359,12 @@
4359
4359
  "references": [
4360
4360
  {
4361
4361
  "name": "Documentation",
4362
- "url": "https://shoelace.style/components/icon-arrow-left-up-line"
4362
+ "url": "https://shoelace.style/components/icon-arrow-right-down-line"
4363
4363
  }
4364
4364
  ]
4365
4365
  },
4366
4366
  {
4367
- "name": "dap-ds-icon-arrow-right-line",
4367
+ "name": "dap-ds-icon-arrow-right-l-line",
4368
4368
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4369
4369
  "attributes": [
4370
4370
  {
@@ -4391,12 +4391,12 @@
4391
4391
  "references": [
4392
4392
  {
4393
4393
  "name": "Documentation",
4394
- "url": "https://shoelace.style/components/icon-arrow-right-line"
4394
+ "url": "https://shoelace.style/components/icon-arrow-right-l-line"
4395
4395
  }
4396
4396
  ]
4397
4397
  },
4398
4398
  {
4399
- "name": "dap-ds-icon-arrow-right-l-line",
4399
+ "name": "dap-ds-icon-arrow-right-line",
4400
4400
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4401
4401
  "attributes": [
4402
4402
  {
@@ -4423,7 +4423,7 @@
4423
4423
  "references": [
4424
4424
  {
4425
4425
  "name": "Documentation",
4426
- "url": "https://shoelace.style/components/icon-arrow-right-l-line"
4426
+ "url": "https://shoelace.style/components/icon-arrow-right-line"
4427
4427
  }
4428
4428
  ]
4429
4429
  },
@@ -4812,7 +4812,7 @@
4812
4812
  ]
4813
4813
  },
4814
4814
  {
4815
- "name": "dap-ds-icon-separator",
4815
+ "name": "dap-ds-icon-clipboard-line",
4816
4816
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4817
4817
  "attributes": [
4818
4818
  {
@@ -4839,12 +4839,12 @@
4839
4839
  "references": [
4840
4840
  {
4841
4841
  "name": "Documentation",
4842
- "url": "https://shoelace.style/components/icon-separator"
4842
+ "url": "https://shoelace.style/components/icon-clipboard-line"
4843
4843
  }
4844
4844
  ]
4845
4845
  },
4846
4846
  {
4847
- "name": "dap-ds-icon-clipboard-line",
4847
+ "name": "dap-ds-icon-file-copy-line",
4848
4848
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4849
4849
  "attributes": [
4850
4850
  {
@@ -4871,12 +4871,12 @@
4871
4871
  "references": [
4872
4872
  {
4873
4873
  "name": "Documentation",
4874
- "url": "https://shoelace.style/components/icon-clipboard-line"
4874
+ "url": "https://shoelace.style/components/icon-file-copy-line"
4875
4875
  }
4876
4876
  ]
4877
4877
  },
4878
4878
  {
4879
- "name": "dap-ds-icon-file-copy-line",
4879
+ "name": "dap-ds-icon-file-image-line",
4880
4880
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4881
4881
  "attributes": [
4882
4882
  {
@@ -4903,12 +4903,12 @@
4903
4903
  "references": [
4904
4904
  {
4905
4905
  "name": "Documentation",
4906
- "url": "https://shoelace.style/components/icon-file-copy-line"
4906
+ "url": "https://shoelace.style/components/icon-file-image-line"
4907
4907
  }
4908
4908
  ]
4909
4909
  },
4910
4910
  {
4911
- "name": "dap-ds-icon-file-image-line",
4911
+ "name": "dap-ds-icon-file-music-line",
4912
4912
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4913
4913
  "attributes": [
4914
4914
  {
@@ -4935,12 +4935,12 @@
4935
4935
  "references": [
4936
4936
  {
4937
4937
  "name": "Documentation",
4938
- "url": "https://shoelace.style/components/icon-file-image-line"
4938
+ "url": "https://shoelace.style/components/icon-file-music-line"
4939
4939
  }
4940
4940
  ]
4941
4941
  },
4942
4942
  {
4943
- "name": "dap-ds-icon-file-music-line",
4943
+ "name": "dap-ds-icon-file-text-line",
4944
4944
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4945
4945
  "attributes": [
4946
4946
  {
@@ -4967,12 +4967,12 @@
4967
4967
  "references": [
4968
4968
  {
4969
4969
  "name": "Documentation",
4970
- "url": "https://shoelace.style/components/icon-file-music-line"
4970
+ "url": "https://shoelace.style/components/icon-file-text-line"
4971
4971
  }
4972
4972
  ]
4973
4973
  },
4974
4974
  {
4975
- "name": "dap-ds-icon-file-text-line",
4975
+ "name": "dap-ds-icon-file-video-line",
4976
4976
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4977
4977
  "attributes": [
4978
4978
  {
@@ -4999,12 +4999,12 @@
4999
4999
  "references": [
5000
5000
  {
5001
5001
  "name": "Documentation",
5002
- "url": "https://shoelace.style/components/icon-file-text-line"
5002
+ "url": "https://shoelace.style/components/icon-file-video-line"
5003
5003
  }
5004
5004
  ]
5005
5005
  },
5006
5006
  {
5007
- "name": "dap-ds-icon-file-video-line",
5007
+ "name": "dap-ds-icon-folder-line",
5008
5008
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5009
5009
  "attributes": [
5010
5010
  {
@@ -5031,12 +5031,12 @@
5031
5031
  "references": [
5032
5032
  {
5033
5033
  "name": "Documentation",
5034
- "url": "https://shoelace.style/components/icon-file-video-line"
5034
+ "url": "https://shoelace.style/components/icon-folder-line"
5035
5035
  }
5036
5036
  ]
5037
5037
  },
5038
5038
  {
5039
- "name": "dap-ds-icon-folder-line",
5039
+ "name": "dap-ds-icon-folder-open-line",
5040
5040
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5041
5041
  "attributes": [
5042
5042
  {
@@ -5063,12 +5063,12 @@
5063
5063
  "references": [
5064
5064
  {
5065
5065
  "name": "Documentation",
5066
- "url": "https://shoelace.style/components/icon-folder-line"
5066
+ "url": "https://shoelace.style/components/icon-folder-open-line"
5067
5067
  }
5068
5068
  ]
5069
5069
  },
5070
5070
  {
5071
- "name": "dap-ds-icon-folder-open-line",
5071
+ "name": "dap-ds-icon-separator",
5072
5072
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5073
5073
  "attributes": [
5074
5074
  {
@@ -5095,7 +5095,7 @@
5095
5095
  "references": [
5096
5096
  {
5097
5097
  "name": "Documentation",
5098
- "url": "https://shoelace.style/components/icon-folder-open-line"
5098
+ "url": "https://shoelace.style/components/icon-separator"
5099
5099
  }
5100
5100
  ]
5101
5101
  },
@@ -5196,7 +5196,7 @@
5196
5196
  ]
5197
5197
  },
5198
5198
  {
5199
- "name": "dap-ds-icon-account-circle-fill",
5199
+ "name": "dap-ds-icon-add-line",
5200
5200
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5201
5201
  "attributes": [
5202
5202
  {
@@ -5223,12 +5223,12 @@
5223
5223
  "references": [
5224
5224
  {
5225
5225
  "name": "Documentation",
5226
- "url": "https://shoelace.style/components/icon-account-circle-fill"
5226
+ "url": "https://shoelace.style/components/icon-add-line"
5227
5227
  }
5228
5228
  ]
5229
5229
  },
5230
5230
  {
5231
- "name": "dap-ds-icon-account-circle-line",
5231
+ "name": "dap-ds-icon-alert-fill",
5232
5232
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5233
5233
  "attributes": [
5234
5234
  {
@@ -5255,12 +5255,12 @@
5255
5255
  "references": [
5256
5256
  {
5257
5257
  "name": "Documentation",
5258
- "url": "https://shoelace.style/components/icon-account-circle-line"
5258
+ "url": "https://shoelace.style/components/icon-alert-fill"
5259
5259
  }
5260
5260
  ]
5261
5261
  },
5262
5262
  {
5263
- "name": "dap-ds-icon-user-fill",
5263
+ "name": "dap-ds-icon-alert-line",
5264
5264
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5265
5265
  "attributes": [
5266
5266
  {
@@ -5287,12 +5287,12 @@
5287
5287
  "references": [
5288
5288
  {
5289
5289
  "name": "Documentation",
5290
- "url": "https://shoelace.style/components/icon-user-fill"
5290
+ "url": "https://shoelace.style/components/icon-alert-line"
5291
5291
  }
5292
5292
  ]
5293
5293
  },
5294
5294
  {
5295
- "name": "dap-ds-icon-user-line",
5295
+ "name": "dap-ds-icon-check-line",
5296
5296
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5297
5297
  "attributes": [
5298
5298
  {
@@ -5319,12 +5319,12 @@
5319
5319
  "references": [
5320
5320
  {
5321
5321
  "name": "Documentation",
5322
- "url": "https://shoelace.style/components/icon-user-line"
5322
+ "url": "https://shoelace.style/components/icon-check-line"
5323
5323
  }
5324
5324
  ]
5325
5325
  },
5326
5326
  {
5327
- "name": "dap-ds-icon-add-line",
5327
+ "name": "dap-ds-icon-check-line2",
5328
5328
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5329
5329
  "attributes": [
5330
5330
  {
@@ -5351,12 +5351,12 @@
5351
5351
  "references": [
5352
5352
  {
5353
5353
  "name": "Documentation",
5354
- "url": "https://shoelace.style/components/icon-add-line"
5354
+ "url": "https://shoelace.style/components/icon-check-line2"
5355
5355
  }
5356
5356
  ]
5357
5357
  },
5358
5358
  {
5359
- "name": "dap-ds-icon-alert-fill",
5359
+ "name": "dap-ds-icon-checkbox-blank-circle-fill",
5360
5360
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5361
5361
  "attributes": [
5362
5362
  {
@@ -5383,12 +5383,12 @@
5383
5383
  "references": [
5384
5384
  {
5385
5385
  "name": "Documentation",
5386
- "url": "https://shoelace.style/components/icon-alert-fill"
5386
+ "url": "https://shoelace.style/components/icon-checkbox-blank-circle-fill"
5387
5387
  }
5388
5388
  ]
5389
5389
  },
5390
5390
  {
5391
- "name": "dap-ds-icon-alert-line",
5391
+ "name": "dap-ds-icon-checkbox-blank-circle-fill-check",
5392
5392
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5393
5393
  "attributes": [
5394
5394
  {
@@ -5415,12 +5415,12 @@
5415
5415
  "references": [
5416
5416
  {
5417
5417
  "name": "Documentation",
5418
- "url": "https://shoelace.style/components/icon-alert-line"
5418
+ "url": "https://shoelace.style/components/icon-checkbox-blank-circle-fill-check"
5419
5419
  }
5420
5420
  ]
5421
5421
  },
5422
5422
  {
5423
- "name": "dap-ds-icon-check-line",
5423
+ "name": "dap-ds-icon-checkbox-blank-circle-line",
5424
5424
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5425
5425
  "attributes": [
5426
5426
  {
@@ -5447,12 +5447,12 @@
5447
5447
  "references": [
5448
5448
  {
5449
5449
  "name": "Documentation",
5450
- "url": "https://shoelace.style/components/icon-check-line"
5450
+ "url": "https://shoelace.style/components/icon-checkbox-blank-circle-line"
5451
5451
  }
5452
5452
  ]
5453
5453
  },
5454
5454
  {
5455
- "name": "dap-ds-icon-check-line2",
5455
+ "name": "dap-ds-icon-checkbox-circle-fill",
5456
5456
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5457
5457
  "attributes": [
5458
5458
  {
@@ -5479,12 +5479,12 @@
5479
5479
  "references": [
5480
5480
  {
5481
5481
  "name": "Documentation",
5482
- "url": "https://shoelace.style/components/icon-check-line2"
5482
+ "url": "https://shoelace.style/components/icon-checkbox-circle-fill"
5483
5483
  }
5484
5484
  ]
5485
5485
  },
5486
5486
  {
5487
- "name": "dap-ds-icon-checkbox-blank-circle-fill",
5487
+ "name": "dap-ds-icon-checkbox-circle-line",
5488
5488
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5489
5489
  "attributes": [
5490
5490
  {
@@ -5511,12 +5511,12 @@
5511
5511
  "references": [
5512
5512
  {
5513
5513
  "name": "Documentation",
5514
- "url": "https://shoelace.style/components/icon-checkbox-blank-circle-fill"
5514
+ "url": "https://shoelace.style/components/icon-checkbox-circle-line"
5515
5515
  }
5516
5516
  ]
5517
5517
  },
5518
5518
  {
5519
- "name": "dap-ds-icon-checkbox-blank-circle-fill-check",
5519
+ "name": "dap-ds-icon-close-circle-fill",
5520
5520
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5521
5521
  "attributes": [
5522
5522
  {
@@ -5543,12 +5543,12 @@
5543
5543
  "references": [
5544
5544
  {
5545
5545
  "name": "Documentation",
5546
- "url": "https://shoelace.style/components/icon-checkbox-blank-circle-fill-check"
5546
+ "url": "https://shoelace.style/components/icon-close-circle-fill"
5547
5547
  }
5548
5548
  ]
5549
5549
  },
5550
5550
  {
5551
- "name": "dap-ds-icon-checkbox-blank-circle-line",
5551
+ "name": "dap-ds-icon-close-circle-line",
5552
5552
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5553
5553
  "attributes": [
5554
5554
  {
@@ -5575,12 +5575,12 @@
5575
5575
  "references": [
5576
5576
  {
5577
5577
  "name": "Documentation",
5578
- "url": "https://shoelace.style/components/icon-checkbox-blank-circle-line"
5578
+ "url": "https://shoelace.style/components/icon-close-circle-line"
5579
5579
  }
5580
5580
  ]
5581
5581
  },
5582
5582
  {
5583
- "name": "dap-ds-icon-checkbox-circle-fill",
5583
+ "name": "dap-ds-icon-close-fill",
5584
5584
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5585
5585
  "attributes": [
5586
5586
  {
@@ -5607,12 +5607,12 @@
5607
5607
  "references": [
5608
5608
  {
5609
5609
  "name": "Documentation",
5610
- "url": "https://shoelace.style/components/icon-checkbox-circle-fill"
5610
+ "url": "https://shoelace.style/components/icon-close-fill"
5611
5611
  }
5612
5612
  ]
5613
5613
  },
5614
5614
  {
5615
- "name": "dap-ds-icon-checkbox-circle-line",
5615
+ "name": "dap-ds-icon-close-line",
5616
5616
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5617
5617
  "attributes": [
5618
5618
  {
@@ -5639,12 +5639,12 @@
5639
5639
  "references": [
5640
5640
  {
5641
5641
  "name": "Documentation",
5642
- "url": "https://shoelace.style/components/icon-checkbox-circle-line"
5642
+ "url": "https://shoelace.style/components/icon-close-line"
5643
5643
  }
5644
5644
  ]
5645
5645
  },
5646
5646
  {
5647
- "name": "dap-ds-icon-close-circle-fill",
5647
+ "name": "dap-ds-icon-delete-bin-fill",
5648
5648
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5649
5649
  "attributes": [
5650
5650
  {
@@ -5671,12 +5671,12 @@
5671
5671
  "references": [
5672
5672
  {
5673
5673
  "name": "Documentation",
5674
- "url": "https://shoelace.style/components/icon-close-circle-fill"
5674
+ "url": "https://shoelace.style/components/icon-delete-bin-fill"
5675
5675
  }
5676
5676
  ]
5677
5677
  },
5678
5678
  {
5679
- "name": "dap-ds-icon-close-circle-line",
5679
+ "name": "dap-ds-icon-delete-bin-line",
5680
5680
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5681
5681
  "attributes": [
5682
5682
  {
@@ -5703,12 +5703,12 @@
5703
5703
  "references": [
5704
5704
  {
5705
5705
  "name": "Documentation",
5706
- "url": "https://shoelace.style/components/icon-close-circle-line"
5706
+ "url": "https://shoelace.style/components/icon-delete-bin-line"
5707
5707
  }
5708
5708
  ]
5709
5709
  },
5710
5710
  {
5711
- "name": "dap-ds-icon-close-fill",
5711
+ "name": "dap-ds-icon-download-line",
5712
5712
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5713
5713
  "attributes": [
5714
5714
  {
@@ -5735,12 +5735,12 @@
5735
5735
  "references": [
5736
5736
  {
5737
5737
  "name": "Documentation",
5738
- "url": "https://shoelace.style/components/icon-close-fill"
5738
+ "url": "https://shoelace.style/components/icon-download-line"
5739
5739
  }
5740
5740
  ]
5741
5741
  },
5742
5742
  {
5743
- "name": "dap-ds-icon-close-line",
5743
+ "name": "dap-ds-icon-error-warning-fill",
5744
5744
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5745
5745
  "attributes": [
5746
5746
  {
@@ -5767,12 +5767,12 @@
5767
5767
  "references": [
5768
5768
  {
5769
5769
  "name": "Documentation",
5770
- "url": "https://shoelace.style/components/icon-close-line"
5770
+ "url": "https://shoelace.style/components/icon-error-warning-fill"
5771
5771
  }
5772
5772
  ]
5773
5773
  },
5774
5774
  {
5775
- "name": "dap-ds-icon-delete-bin-fill",
5775
+ "name": "dap-ds-icon-error-warning-line",
5776
5776
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5777
5777
  "attributes": [
5778
5778
  {
@@ -5799,12 +5799,12 @@
5799
5799
  "references": [
5800
5800
  {
5801
5801
  "name": "Documentation",
5802
- "url": "https://shoelace.style/components/icon-delete-bin-fill"
5802
+ "url": "https://shoelace.style/components/icon-error-warning-line"
5803
5803
  }
5804
5804
  ]
5805
5805
  },
5806
5806
  {
5807
- "name": "dap-ds-icon-delete-bin-line",
5807
+ "name": "dap-ds-icon-external-link-line",
5808
5808
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5809
5809
  "attributes": [
5810
5810
  {
@@ -5831,12 +5831,12 @@
5831
5831
  "references": [
5832
5832
  {
5833
5833
  "name": "Documentation",
5834
- "url": "https://shoelace.style/components/icon-delete-bin-line"
5834
+ "url": "https://shoelace.style/components/icon-external-link-line"
5835
5835
  }
5836
5836
  ]
5837
5837
  },
5838
5838
  {
5839
- "name": "dap-ds-icon-download-line",
5839
+ "name": "dap-ds-icon-eye-line",
5840
5840
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5841
5841
  "attributes": [
5842
5842
  {
@@ -5863,12 +5863,12 @@
5863
5863
  "references": [
5864
5864
  {
5865
5865
  "name": "Documentation",
5866
- "url": "https://shoelace.style/components/icon-download-line"
5866
+ "url": "https://shoelace.style/components/icon-eye-line"
5867
5867
  }
5868
5868
  ]
5869
5869
  },
5870
5870
  {
5871
- "name": "dap-ds-icon-error-warning-fill",
5871
+ "name": "dap-ds-icon-eye-off-line",
5872
5872
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5873
5873
  "attributes": [
5874
5874
  {
@@ -5895,12 +5895,12 @@
5895
5895
  "references": [
5896
5896
  {
5897
5897
  "name": "Documentation",
5898
- "url": "https://shoelace.style/components/icon-error-warning-fill"
5898
+ "url": "https://shoelace.style/components/icon-eye-off-line"
5899
5899
  }
5900
5900
  ]
5901
5901
  },
5902
5902
  {
5903
- "name": "dap-ds-icon-error-warning-line",
5903
+ "name": "dap-ds-icon-forbid-fill",
5904
5904
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5905
5905
  "attributes": [
5906
5906
  {
@@ -5927,12 +5927,12 @@
5927
5927
  "references": [
5928
5928
  {
5929
5929
  "name": "Documentation",
5930
- "url": "https://shoelace.style/components/icon-error-warning-line"
5930
+ "url": "https://shoelace.style/components/icon-forbid-fill"
5931
5931
  }
5932
5932
  ]
5933
5933
  },
5934
5934
  {
5935
- "name": "dap-ds-icon-external-link-line",
5935
+ "name": "dap-ds-icon-information-2-fill",
5936
5936
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5937
5937
  "attributes": [
5938
5938
  {
@@ -5959,12 +5959,12 @@
5959
5959
  "references": [
5960
5960
  {
5961
5961
  "name": "Documentation",
5962
- "url": "https://shoelace.style/components/icon-external-link-line"
5962
+ "url": "https://shoelace.style/components/icon-information-2-fill"
5963
5963
  }
5964
5964
  ]
5965
5965
  },
5966
5966
  {
5967
- "name": "dap-ds-icon-eye-line",
5967
+ "name": "dap-ds-icon-information-fill",
5968
5968
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5969
5969
  "attributes": [
5970
5970
  {
@@ -5991,12 +5991,12 @@
5991
5991
  "references": [
5992
5992
  {
5993
5993
  "name": "Documentation",
5994
- "url": "https://shoelace.style/components/icon-eye-line"
5994
+ "url": "https://shoelace.style/components/icon-information-fill"
5995
5995
  }
5996
5996
  ]
5997
5997
  },
5998
5998
  {
5999
- "name": "dap-ds-icon-eye-off-line",
5999
+ "name": "dap-ds-icon-information-line",
6000
6000
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6001
6001
  "attributes": [
6002
6002
  {
@@ -6023,12 +6023,12 @@
6023
6023
  "references": [
6024
6024
  {
6025
6025
  "name": "Documentation",
6026
- "url": "https://shoelace.style/components/icon-eye-off-line"
6026
+ "url": "https://shoelace.style/components/icon-information-line"
6027
6027
  }
6028
6028
  ]
6029
6029
  },
6030
6030
  {
6031
- "name": "dap-ds-icon-forbid-fill",
6031
+ "name": "dap-ds-icon-lightbulb-fill",
6032
6032
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6033
6033
  "attributes": [
6034
6034
  {
@@ -6055,12 +6055,12 @@
6055
6055
  "references": [
6056
6056
  {
6057
6057
  "name": "Documentation",
6058
- "url": "https://shoelace.style/components/icon-forbid-fill"
6058
+ "url": "https://shoelace.style/components/icon-lightbulb-fill"
6059
6059
  }
6060
6060
  ]
6061
6061
  },
6062
6062
  {
6063
- "name": "dap-ds-icon-information-2-fill",
6063
+ "name": "dap-ds-icon-loading-spinner",
6064
6064
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6065
6065
  "attributes": [
6066
6066
  {
@@ -6087,12 +6087,12 @@
6087
6087
  "references": [
6088
6088
  {
6089
6089
  "name": "Documentation",
6090
- "url": "https://shoelace.style/components/icon-information-2-fill"
6090
+ "url": "https://shoelace.style/components/icon-loading-spinner"
6091
6091
  }
6092
6092
  ]
6093
6093
  },
6094
6094
  {
6095
- "name": "dap-ds-icon-information-fill",
6095
+ "name": "dap-ds-icon-lock-fill",
6096
6096
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6097
6097
  "attributes": [
6098
6098
  {
@@ -6119,12 +6119,12 @@
6119
6119
  "references": [
6120
6120
  {
6121
6121
  "name": "Documentation",
6122
- "url": "https://shoelace.style/components/icon-information-fill"
6122
+ "url": "https://shoelace.style/components/icon-lock-fill"
6123
6123
  }
6124
6124
  ]
6125
6125
  },
6126
6126
  {
6127
- "name": "dap-ds-icon-information-line",
6127
+ "name": "dap-ds-icon-lock-line",
6128
6128
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6129
6129
  "attributes": [
6130
6130
  {
@@ -6151,12 +6151,12 @@
6151
6151
  "references": [
6152
6152
  {
6153
6153
  "name": "Documentation",
6154
- "url": "https://shoelace.style/components/icon-information-line"
6154
+ "url": "https://shoelace.style/components/icon-lock-line"
6155
6155
  }
6156
6156
  ]
6157
6157
  },
6158
6158
  {
6159
- "name": "dap-ds-icon-lightbulb-fill",
6159
+ "name": "dap-ds-icon-menu-line",
6160
6160
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6161
6161
  "attributes": [
6162
6162
  {
@@ -6183,12 +6183,12 @@
6183
6183
  "references": [
6184
6184
  {
6185
6185
  "name": "Documentation",
6186
- "url": "https://shoelace.style/components/icon-lightbulb-fill"
6186
+ "url": "https://shoelace.style/components/icon-menu-line"
6187
6187
  }
6188
6188
  ]
6189
6189
  },
6190
6190
  {
6191
- "name": "dap-ds-icon-loading-spinner",
6191
+ "name": "dap-ds-icon-menu-line-s",
6192
6192
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6193
6193
  "attributes": [
6194
6194
  {
@@ -6215,12 +6215,12 @@
6215
6215
  "references": [
6216
6216
  {
6217
6217
  "name": "Documentation",
6218
- "url": "https://shoelace.style/components/icon-loading-spinner"
6218
+ "url": "https://shoelace.style/components/icon-menu-line-s"
6219
6219
  }
6220
6220
  ]
6221
6221
  },
6222
6222
  {
6223
- "name": "dap-ds-icon-lock-fill",
6223
+ "name": "dap-ds-icon-more-2-line",
6224
6224
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6225
6225
  "attributes": [
6226
6226
  {
@@ -6247,12 +6247,12 @@
6247
6247
  "references": [
6248
6248
  {
6249
6249
  "name": "Documentation",
6250
- "url": "https://shoelace.style/components/icon-lock-fill"
6250
+ "url": "https://shoelace.style/components/icon-more-2-line"
6251
6251
  }
6252
6252
  ]
6253
6253
  },
6254
6254
  {
6255
- "name": "dap-ds-icon-lock-line",
6255
+ "name": "dap-ds-icon-more-line",
6256
6256
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6257
6257
  "attributes": [
6258
6258
  {
@@ -6279,12 +6279,12 @@
6279
6279
  "references": [
6280
6280
  {
6281
6281
  "name": "Documentation",
6282
- "url": "https://shoelace.style/components/icon-lock-line"
6282
+ "url": "https://shoelace.style/components/icon-more-line"
6283
6283
  }
6284
6284
  ]
6285
6285
  },
6286
6286
  {
6287
- "name": "dap-ds-icon-menu-line",
6287
+ "name": "dap-ds-icon-search-line",
6288
6288
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6289
6289
  "attributes": [
6290
6290
  {
@@ -6311,12 +6311,12 @@
6311
6311
  "references": [
6312
6312
  {
6313
6313
  "name": "Documentation",
6314
- "url": "https://shoelace.style/components/icon-menu-line"
6314
+ "url": "https://shoelace.style/components/icon-search-line"
6315
6315
  }
6316
6316
  ]
6317
6317
  },
6318
6318
  {
6319
- "name": "dap-ds-icon-menu-line-s",
6319
+ "name": "dap-ds-icon-share-line",
6320
6320
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6321
6321
  "attributes": [
6322
6322
  {
@@ -6343,12 +6343,12 @@
6343
6343
  "references": [
6344
6344
  {
6345
6345
  "name": "Documentation",
6346
- "url": "https://shoelace.style/components/icon-menu-line-s"
6346
+ "url": "https://shoelace.style/components/icon-share-line"
6347
6347
  }
6348
6348
  ]
6349
6349
  },
6350
6350
  {
6351
- "name": "dap-ds-icon-more-2-line",
6351
+ "name": "dap-ds-icon-shield-check-fill",
6352
6352
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6353
6353
  "attributes": [
6354
6354
  {
@@ -6375,12 +6375,12 @@
6375
6375
  "references": [
6376
6376
  {
6377
6377
  "name": "Documentation",
6378
- "url": "https://shoelace.style/components/icon-more-2-line"
6378
+ "url": "https://shoelace.style/components/icon-shield-check-fill"
6379
6379
  }
6380
6380
  ]
6381
6381
  },
6382
6382
  {
6383
- "name": "dap-ds-icon-more-line",
6383
+ "name": "dap-ds-icon-shield-check-line",
6384
6384
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6385
6385
  "attributes": [
6386
6386
  {
@@ -6407,12 +6407,12 @@
6407
6407
  "references": [
6408
6408
  {
6409
6409
  "name": "Documentation",
6410
- "url": "https://shoelace.style/components/icon-more-line"
6410
+ "url": "https://shoelace.style/components/icon-shield-check-line"
6411
6411
  }
6412
6412
  ]
6413
6413
  },
6414
6414
  {
6415
- "name": "dap-ds-icon-search-line",
6415
+ "name": "dap-ds-icon-star-fill",
6416
6416
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6417
6417
  "attributes": [
6418
6418
  {
@@ -6439,12 +6439,12 @@
6439
6439
  "references": [
6440
6440
  {
6441
6441
  "name": "Documentation",
6442
- "url": "https://shoelace.style/components/icon-search-line"
6442
+ "url": "https://shoelace.style/components/icon-star-fill"
6443
6443
  }
6444
6444
  ]
6445
6445
  },
6446
6446
  {
6447
- "name": "dap-ds-icon-share-line",
6447
+ "name": "dap-ds-icon-subtract-line",
6448
6448
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6449
6449
  "attributes": [
6450
6450
  {
@@ -6471,12 +6471,12 @@
6471
6471
  "references": [
6472
6472
  {
6473
6473
  "name": "Documentation",
6474
- "url": "https://shoelace.style/components/icon-share-line"
6474
+ "url": "https://shoelace.style/components/icon-subtract-line"
6475
6475
  }
6476
6476
  ]
6477
6477
  },
6478
6478
  {
6479
- "name": "dap-ds-icon-shield-check-fill",
6479
+ "name": "dap-ds-icon-subtract-line2",
6480
6480
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6481
6481
  "attributes": [
6482
6482
  {
@@ -6503,12 +6503,12 @@
6503
6503
  "references": [
6504
6504
  {
6505
6505
  "name": "Documentation",
6506
- "url": "https://shoelace.style/components/icon-shield-check-fill"
6506
+ "url": "https://shoelace.style/components/icon-subtract-line2"
6507
6507
  }
6508
6508
  ]
6509
6509
  },
6510
6510
  {
6511
- "name": "dap-ds-icon-shield-check-line",
6511
+ "name": "dap-ds-icon-time-fill",
6512
6512
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6513
6513
  "attributes": [
6514
6514
  {
@@ -6535,12 +6535,12 @@
6535
6535
  "references": [
6536
6536
  {
6537
6537
  "name": "Documentation",
6538
- "url": "https://shoelace.style/components/icon-shield-check-line"
6538
+ "url": "https://shoelace.style/components/icon-time-fill"
6539
6539
  }
6540
6540
  ]
6541
6541
  },
6542
6542
  {
6543
- "name": "dap-ds-icon-star-fill",
6543
+ "name": "dap-ds-icon-time-line",
6544
6544
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6545
6545
  "attributes": [
6546
6546
  {
@@ -6567,12 +6567,12 @@
6567
6567
  "references": [
6568
6568
  {
6569
6569
  "name": "Documentation",
6570
- "url": "https://shoelace.style/components/icon-star-fill"
6570
+ "url": "https://shoelace.style/components/icon-time-line"
6571
6571
  }
6572
6572
  ]
6573
6573
  },
6574
6574
  {
6575
- "name": "dap-ds-icon-subtract-line",
6575
+ "name": "dap-ds-icon-upload-2-fill",
6576
6576
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6577
6577
  "attributes": [
6578
6578
  {
@@ -6599,12 +6599,12 @@
6599
6599
  "references": [
6600
6600
  {
6601
6601
  "name": "Documentation",
6602
- "url": "https://shoelace.style/components/icon-subtract-line"
6602
+ "url": "https://shoelace.style/components/icon-upload-2-fill"
6603
6603
  }
6604
6604
  ]
6605
6605
  },
6606
6606
  {
6607
- "name": "dap-ds-icon-subtract-line2",
6607
+ "name": "dap-ds-icon-upload-2-line",
6608
6608
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6609
6609
  "attributes": [
6610
6610
  {
@@ -6631,12 +6631,12 @@
6631
6631
  "references": [
6632
6632
  {
6633
6633
  "name": "Documentation",
6634
- "url": "https://shoelace.style/components/icon-subtract-line2"
6634
+ "url": "https://shoelace.style/components/icon-upload-2-line"
6635
6635
  }
6636
6636
  ]
6637
6637
  },
6638
6638
  {
6639
- "name": "dap-ds-icon-time-fill",
6639
+ "name": "dap-ds-icon-upload-line",
6640
6640
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6641
6641
  "attributes": [
6642
6642
  {
@@ -6663,12 +6663,12 @@
6663
6663
  "references": [
6664
6664
  {
6665
6665
  "name": "Documentation",
6666
- "url": "https://shoelace.style/components/icon-time-fill"
6666
+ "url": "https://shoelace.style/components/icon-upload-line"
6667
6667
  }
6668
6668
  ]
6669
6669
  },
6670
6670
  {
6671
- "name": "dap-ds-icon-time-line",
6671
+ "name": "dap-ds-icon-zoom-in-line",
6672
6672
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6673
6673
  "attributes": [
6674
6674
  {
@@ -6695,12 +6695,12 @@
6695
6695
  "references": [
6696
6696
  {
6697
6697
  "name": "Documentation",
6698
- "url": "https://shoelace.style/components/icon-time-line"
6698
+ "url": "https://shoelace.style/components/icon-zoom-in-line"
6699
6699
  }
6700
6700
  ]
6701
6701
  },
6702
6702
  {
6703
- "name": "dap-ds-icon-upload-2-fill",
6703
+ "name": "dap-ds-icon-zoom-out-line",
6704
6704
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6705
6705
  "attributes": [
6706
6706
  {
@@ -6727,12 +6727,12 @@
6727
6727
  "references": [
6728
6728
  {
6729
6729
  "name": "Documentation",
6730
- "url": "https://shoelace.style/components/icon-upload-2-fill"
6730
+ "url": "https://shoelace.style/components/icon-zoom-out-line"
6731
6731
  }
6732
6732
  ]
6733
6733
  },
6734
6734
  {
6735
- "name": "dap-ds-icon-upload-2-line",
6735
+ "name": "dap-ds-icon-account-circle-fill",
6736
6736
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6737
6737
  "attributes": [
6738
6738
  {
@@ -6759,12 +6759,12 @@
6759
6759
  "references": [
6760
6760
  {
6761
6761
  "name": "Documentation",
6762
- "url": "https://shoelace.style/components/icon-upload-2-line"
6762
+ "url": "https://shoelace.style/components/icon-account-circle-fill"
6763
6763
  }
6764
6764
  ]
6765
6765
  },
6766
6766
  {
6767
- "name": "dap-ds-icon-upload-line",
6767
+ "name": "dap-ds-icon-account-circle-line",
6768
6768
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6769
6769
  "attributes": [
6770
6770
  {
@@ -6791,12 +6791,12 @@
6791
6791
  "references": [
6792
6792
  {
6793
6793
  "name": "Documentation",
6794
- "url": "https://shoelace.style/components/icon-upload-line"
6794
+ "url": "https://shoelace.style/components/icon-account-circle-line"
6795
6795
  }
6796
6796
  ]
6797
6797
  },
6798
6798
  {
6799
- "name": "dap-ds-icon-zoom-in-line",
6799
+ "name": "dap-ds-icon-user-fill",
6800
6800
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6801
6801
  "attributes": [
6802
6802
  {
@@ -6823,12 +6823,12 @@
6823
6823
  "references": [
6824
6824
  {
6825
6825
  "name": "Documentation",
6826
- "url": "https://shoelace.style/components/icon-zoom-in-line"
6826
+ "url": "https://shoelace.style/components/icon-user-fill"
6827
6827
  }
6828
6828
  ]
6829
6829
  },
6830
6830
  {
6831
- "name": "dap-ds-icon-zoom-out-line",
6831
+ "name": "dap-ds-icon-user-line",
6832
6832
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6833
6833
  "attributes": [
6834
6834
  {
@@ -6855,7 +6855,7 @@
6855
6855
  "references": [
6856
6856
  {
6857
6857
  "name": "Documentation",
6858
- "url": "https://shoelace.style/components/icon-zoom-out-line"
6858
+ "url": "https://shoelace.style/components/icon-user-line"
6859
6859
  }
6860
6860
  ]
6861
6861
  }