dap-design-system 0.58.3 → 0.59.0

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.
@@ -29,6 +29,28 @@
29
29
  }
30
30
  ]
31
31
  },
32
+ {
33
+ "name": "dap-ds-anchor-heading",
34
+ "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.",
35
+ "attributes": [
36
+ {
37
+ "name": "variant",
38
+ "description": "The variant of the heading. Default is `h2`. Can be `h1`, `h2`, `h3`, `h4`, `h5`, or `h6`.",
39
+ "values": [{ "name": "HeadingVariant" }]
40
+ },
41
+ {
42
+ "name": "label",
43
+ "description": "The label of the heading.",
44
+ "values": []
45
+ }
46
+ ],
47
+ "references": [
48
+ {
49
+ "name": "Documentation",
50
+ "url": "https://shoelace.style/components/anchor-heading"
51
+ }
52
+ ]
53
+ },
32
54
  {
33
55
  "name": "dap-ds-avatar",
34
56
  "description": "Avatar component can be used to display user profile images, initials, or icons.\n---\n\n\n### **Events:**\n - **dds-load** - Fired when the image loads successfully.\n- **dds-error** - Fired when the image fails to load.\n\n### **Slots:**\n - **icon** - The icon to display when variant is 'icon'.\n- **fallback** - Custom fallback content when image fails to load.\n\n### **CSS Properties:**\n - **--dds-avatar-border-radius** - The border radius of the avatar (default: 50%) _(default: undefined)_\n- **--dds-avatar-background-color** - The background color of the avatar (default: var(--dds-neutral-200)) _(default: undefined)_\n- **--dds-avatar-border-width** - The border width of the avatar (default: 0) _(default: undefined)_\n- **--dds-avatar-border-color** - The color of the avatar's border (default: transparent) _(default: undefined)_\n- **--dds-avatar-border-style** - The style of the avatar's border (default: solid) _(default: undefined)_\n- **--dds-avatar-transition** - The transition property for the avatar (default: all 0.2s ease-in-out) _(default: undefined)_\n- **--dds-avatar-text-color** - The text color for initials (default: var(--dds-text-neutral-strong)) _(default: undefined)_\n- **--dds-avatar-font-weight** - The font weight for initials (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-avatar-lg-size** - Size for large avatars (default: var(--dds-avatar-size-lg)) _(default: undefined)_\n- **--dds-avatar-md-size** - Size for medium avatars (default: var(--dds-avatar-size-md)) _(default: undefined)_\n- **--dds-avatar-sm-size** - Size for small avatars (default: var(--dds-avatar-size-sm)) _(default: undefined)_\n- **--dds-avatar-xs-size** - Size for extra small avatars (default: var(--dds-avatar-size-xs)) _(default: undefined)_\n- **--dds-avatar-xxs-size** - Size for extra extra small avatars (default: var(--dds-avatar-size-xxs)) _(default: undefined)_\n- **--dds-avatar-font-size-lg** - Font size for large avatars (default: var(--dds-font-2xl)) _(default: undefined)_\n- **--dds-avatar-font-size-md** - Font size for medium avatars (default: var(--dds-font-lg)) _(default: undefined)_\n- **--dds-avatar-font-size-sm** - Font size for small avatars (default: var(--dds-font-base)) _(default: undefined)_\n- **--dds-avatar-font-size-xs** - Font size for extra small avatars (default: var(--dds-font-sm)) _(default: undefined)_\n- **--dds-avatar-font-size-xxs** - Font size for extra extra small avatars (default: var(--dds-font-xs)) _(default: undefined)_\n- **--dds-avatar-hover-transform** - Transform applied on hover for interactive avatars (default: scale(1.05)) _(default: undefined)_\n- **--dds-avatar-active-transform** - Transform applied when active for interactive avatars (default: scale(0.95)) _(default: undefined)_\n- **--dds-avatar-focus-ring** - Focus ring style for interactive avatars (default: 0 0 0 2px var(--dds-focus-outer-ring)) _(default: undefined)_\n- **--dds-avatar-loading-background** - Background color when loading (default: var(--dds-neutral-100)) _(default: undefined)_\n- **--dds-avatar-error-background** - Background color when image fails to load (default: var(--dds-negative-100)) _(default: undefined)_\n- **--dds-avatar-error-color** - Text color when image fails to load (default: var(--dds-negative-600)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main avatar container.\n- **img** - The avatar image.\n- **initials** - The initials container.\n- **icon** - The icon container.\n- **fallback** - The fallback content container.\n- **loading** - The loading indicator.",
@@ -99,17 +121,6 @@
99
121
  }
100
122
  ]
101
123
  },
102
- {
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": [],
106
- "references": [
107
- {
108
- "name": "Documentation",
109
- "url": "https://shoelace.style/components/accordion"
110
- }
111
- ]
112
- },
113
124
  {
114
125
  "name": "dap-ds-avatar-group",
115
126
  "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.",
@@ -152,6 +163,51 @@
152
163
  }
153
164
  ]
154
165
  },
166
+ {
167
+ "name": "dap-ds-accordion",
168
+ "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.",
169
+ "attributes": [],
170
+ "references": [
171
+ {
172
+ "name": "Documentation",
173
+ "url": "https://shoelace.style/components/accordion"
174
+ }
175
+ ]
176
+ },
177
+ {
178
+ "name": "dap-ds-badge",
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.",
180
+ "attributes": [
181
+ {
182
+ "name": "type",
183
+ "description": "The type of the badge",
184
+ "values": [
185
+ { "name": "neutral" },
186
+ { "name": "brand" },
187
+ { "name": "info" },
188
+ { "name": "positive" },
189
+ { "name": "warning" },
190
+ { "name": "negative" }
191
+ ]
192
+ },
193
+ {
194
+ "name": "icon",
195
+ "description": "The icon of the badge, this is a name of a built in icon",
196
+ "values": []
197
+ },
198
+ {
199
+ "name": "live",
200
+ "description": "Whether the badge represents dynamic content that should announce changes",
201
+ "values": []
202
+ }
203
+ ],
204
+ "references": [
205
+ {
206
+ "name": "Documentation",
207
+ "url": "https://shoelace.style/components/badge"
208
+ }
209
+ ]
210
+ },
155
211
  {
156
212
  "name": "dap-ds-breadcrumb",
157
213
  "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.",
@@ -223,62 +279,6 @@
223
279
  }
224
280
  ]
225
281
  },
226
- {
227
- "name": "dap-ds-anchor-heading",
228
- "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.",
229
- "attributes": [
230
- {
231
- "name": "variant",
232
- "description": "The variant of the heading. Default is `h2`. Can be `h1`, `h2`, `h3`, `h4`, `h5`, or `h6`.",
233
- "values": [{ "name": "HeadingVariant" }]
234
- },
235
- {
236
- "name": "label",
237
- "description": "The label of the heading.",
238
- "values": []
239
- }
240
- ],
241
- "references": [
242
- {
243
- "name": "Documentation",
244
- "url": "https://shoelace.style/components/anchor-heading"
245
- }
246
- ]
247
- },
248
- {
249
- "name": "dap-ds-badge",
250
- "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.",
251
- "attributes": [
252
- {
253
- "name": "type",
254
- "description": "The type of the badge",
255
- "values": [
256
- { "name": "neutral" },
257
- { "name": "brand" },
258
- { "name": "info" },
259
- { "name": "positive" },
260
- { "name": "warning" },
261
- { "name": "negative" }
262
- ]
263
- },
264
- {
265
- "name": "icon",
266
- "description": "The icon of the badge, this is a name of a built in icon",
267
- "values": []
268
- },
269
- {
270
- "name": "live",
271
- "description": "Whether the badge represents dynamic content that should announce changes",
272
- "values": []
273
- }
274
- ],
275
- "references": [
276
- {
277
- "name": "Documentation",
278
- "url": "https://shoelace.style/components/badge"
279
- }
280
- ]
281
- },
282
282
  {
283
283
  "name": "dap-ds-breadcrumb-item",
284
284
  "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.",
@@ -426,6 +426,74 @@
426
426
  }
427
427
  ]
428
428
  },
429
+ {
430
+ "name": "dap-ds-callout",
431
+ "description": "`dap-ds-callout` is a custom callout component.\n---\n\n\n### **Events:**\n - **dds-close** - Fired when the close button is clicked.\n\n### **Slots:**\n - _default_ - The content of the callout.\n- **title** - The title of the callout.\n- **icon** - The icon of the callout.\n- **actions** - The actions of the callout.\n- **close** - The close button of the callout.\n\n### **CSS Properties:**\n - **--dds-callout-padding** - Padding of the callout content. (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-callout-gap** - Gap between elements in horizontal layout. (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-callout-icon-size** - Size of the icon. (default: var(--dds-spacing-600)) _(default: undefined)_\n- **--dds-callout-title-color** - Color of the title text. (default: var(--dds-text-neutral-strong)) _(default: undefined)_\n- **--dds-callout-description-color** - Color of the description text. (default: var(--dds-text-neutral-base)) _(default: undefined)_\n- **--dds-callout-title-font-size** - Font size of the title. (default: var(--dds-font-base)) _(default: undefined)_\n- **--dds-callout-description-font-size** - Font size of the description. (default: var(--dds-font-base)) _(default: undefined)_\n- **--dds-callout-title-font-weight** - Font weight of the title. (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-callout-description-font-weight** - Font weight of the description. (default: var(--dds-font-weight-medium)) _(default: undefined)_\n- **--dds-callout-actions-font-weight** - Font weight of the actions. (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-callout-actions-gap** - Gap between action items. (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-callout-content-gap** - Gap between content elements. (default: var(--dds-spacing-100)) _(default: undefined)_\n- **--dds-callout-border-radius** - Border radius of the callout. (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-callout-brand-background** - Brand variant background color. (default: var(--dds-background-brand-base)) _(default: undefined)_\n- **--dds-callout-brand-background-subtle** - Brand variant subtle background color. (default: var(--dds-background-brand-subtle)) _(default: undefined)_\n- **--dds-callout-brand-background-medium** - Brand variant medium background color. (default: var(--dds-background-brand-medium)) _(default: undefined)_\n- **--dds-callout-brand-background-strong** - Brand variant strong background color. (default: var(--dds-background-brand-strong)) _(default: undefined)_\n- **--dds-callout-brand-icon** - Brand variant icon color. (default: var(--dds-icon-brand-subtle)) _(default: undefined)_\n- **--dds-callout-brand-border** - Brand variant border color. (default: var(--dds-border-brand-subtle)) _(default: undefined)_\n- **--dds-callout-info-background** - Info variant background color. (default: var(--dds-background-informative-base)) _(default: undefined)_\n- **--dds-callout-info-background-subtle** - Info variant subtle background color. (default: var(--dds-background-informative-subtle)) _(default: undefined)_\n- **--dds-callout-info-background-medium** - Info variant medium background color. (default: var(--dds-background-informative-medium)) _(default: undefined)_\n- **--dds-callout-info-background-strong** - Info variant strong background color. (default: var(--dds-background-informative-strong)) _(default: undefined)_\n- **--dds-callout-info-icon** - Info variant icon color. (default: var(--dds-icon-informative-subtle)) _(default: undefined)_\n- **--dds-callout-info-border** - Info variant border color. (default: var(--dds-border-informative-subtle)) _(default: undefined)_\n- **--dds-callout-positive-background** - Positive variant background color. (default: var(--dds-background-positive-base)) _(default: undefined)_\n- **--dds-callout-positive-background-subtle** - Positive variant subtle background color. (default: var(--dds-background-positive-subtle)) _(default: undefined)_\n- **--dds-callout-positive-background-medium** - Positive variant medium background color. (default: var(--dds-background-positive-medium)) _(default: undefined)_\n- **--dds-callout-positive-background-strong** - Positive variant strong background color. (default: var(--dds-background-positive-strong)) _(default: undefined)_\n- **--dds-callout-positive-icon** - Positive variant icon color. (default: var(--dds-icon-positive-subtle)) _(default: undefined)_\n- **--dds-callout-positive-border** - Positive variant border color. (default: var(--dds-border-positive-subtle)) _(default: undefined)_\n- **--dds-callout-warning-background** - Warning variant background color. (default: var(--dds-background-warning-base)) _(default: undefined)_\n- **--dds-callout-warning-background-subtle** - Warning variant subtle background color. (default: var(--dds-background-warning-subtle)) _(default: undefined)_\n- **--dds-callout-warning-background-medium** - Warning variant medium background color. (default: var(--dds-background-warning-medium)) _(default: undefined)_\n- **--dds-callout-warning-background-strong** - Warning variant strong background color. (default: var(--dds-background-warning-strong)) _(default: undefined)_\n- **--dds-callout-warning-icon** - Warning variant icon color. (default: var(--dds-icon-neutral-strong)) _(default: undefined)_\n- **--dds-callout-warning-border** - Warning variant border color. (default: var(--dds-border-warning-subtle)) _(default: undefined)_\n- **--dds-callout-negative-background** - Negative variant background color. (default: var(--dds-background-negative-base)) _(default: undefined)_\n- **--dds-callout-negative-background-subtle** - Negative variant subtle background color. (default: var(--dds-background-negative-subtle)) _(default: undefined)_\n- **--dds-callout-negative-background-medium** - Negative variant medium background color. (default: var(--dds-background-negative-medium)) _(default: undefined)_\n- **--dds-callout-negative-background-strong** - Negative variant strong background color. (default: var(--dds-background-negative-strong)) _(default: undefined)_\n- **--dds-callout-negative-icon** - Negative variant icon color. (default: var(--dds-icon-negative-subtle)) _(default: undefined)_\n- **--dds-callout-negative-border** - Negative variant border color. (default: var(--dds-border-negative-subtle)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main callout container.\n- **content** - The content of the callout.\n- **card-content** - The content of the card.\n- **icon** - The icon of the callout.\n- **title** - The title of the callout.\n- **description** - The description of the callout.\n- **actions** - The actions of the callout.\n- **close** - The close button of the callout.",
432
+ "attributes": [
433
+ {
434
+ "name": "variant",
435
+ "description": "The variant of the callout",
436
+ "values": [
437
+ { "name": "brand" },
438
+ { "name": "positive" },
439
+ { "name": "info" },
440
+ { "name": "warning" },
441
+ { "name": "negative" }
442
+ ]
443
+ },
444
+ {
445
+ "name": "alignment",
446
+ "description": "The alignment of the callout. Can be `vertical` or `horizontal`.",
447
+ "values": [{ "name": "vertical" }, { "name": "horizontal" }]
448
+ },
449
+ {
450
+ "name": "shade",
451
+ "description": "The strongness of the callout colors. Can be `subtle`, `base`, `medium`, or `strong`.",
452
+ "values": [
453
+ { "name": "subtle" },
454
+ { "name": "base" },
455
+ { "name": "medium" },
456
+ { "name": "strong" }
457
+ ]
458
+ },
459
+ {
460
+ "name": "noBorder",
461
+ "description": "If the callout has a border",
462
+ "values": []
463
+ },
464
+ {
465
+ "name": "closeable",
466
+ "description": "If the callout has a close button",
467
+ "values": []
468
+ },
469
+ {
470
+ "name": "title",
471
+ "description": "The header of the callout",
472
+ "values": []
473
+ },
474
+ {
475
+ "name": "closeButtonLabel",
476
+ "description": "The label of the close button",
477
+ "values": []
478
+ },
479
+ {
480
+ "name": "closeButtonTestId",
481
+ "description": "`data-testid` for the default close button.",
482
+ "values": []
483
+ },
484
+ {
485
+ "name": "opened",
486
+ "description": "If the callout is opened",
487
+ "values": []
488
+ }
489
+ ],
490
+ "references": [
491
+ {
492
+ "name": "Documentation",
493
+ "url": "https://shoelace.style/components/callout"
494
+ }
495
+ ]
496
+ },
429
497
  {
430
498
  "name": "dap-ds-calendar-cell",
431
499
  "description": "Calendar cell represents a single cell in the calendar.\n---\n\n\n### **Slots:**\n - _default_ - The content of the calendar cell.\n\n### **CSS Properties:**\n - **--dds-calendar-cell-display** - The display property of the calendar cell host (default: flex) _(default: undefined)_\n- **--dds-calendar-cell-position** - The position property of the calendar cell host (default: relative) _(default: undefined)_\n- **--dds-calendar-cell-border-radius** - The border radius of the calendar cell (default: var(--dds-radius-rounded)) _(default: undefined)_\n- **--dds-calendar-cell-min-width** - The minimum width of the calendar cell (default: var(--dds-spacing-1000)) _(default: undefined)_\n- **--dds-calendar-cell-height** - The height of the calendar cell (default: var(--dds-spacing-1000)) _(default: undefined)_\n- **--dds-calendar-cell-min-height** - The minimum height of the calendar cell (default: var(--dds-spacing-1000)) _(default: undefined)_\n- **--dds-calendar-cell-color** - The text color of the calendar cell (default: var(--dds-button-subtle-text-neutral-enabled)) _(default: undefined)_\n- **--dds-calendar-cell-font-size** - The font size of the calendar cell (default: var(--dds-font-sm)) _(default: undefined)_\n- **--dds-calendar-cell-font-weight** - The font weight of the calendar cell (default: var(--dds-font-weight-medium)) _(default: undefined)_\n- **--dds-calendar-cell-text-align** - The text alignment of the calendar cell (default: center) _(default: undefined)_\n- **--dds-calendar-cell-cursor** - The cursor style of the calendar cell (default: pointer) _(default: undefined)_\n- **--dds-calendar-cell-background-hover** - The background color of the calendar cell on hover (default: var(--dds-background-neutral-medium)) _(default: undefined)_\n- **--dds-calendar-cell-background-active** - The background color of the calendar cell when active (default: var(--dds-background-neutral-strong)) _(default: undefined)_\n- **--dds-calendar-cell-selected-background** - The background color of the selected calendar cell (default: var(--dds-button-primary-background-enabled)) _(default: undefined)_\n- **--dds-calendar-cell-selected-color** - The text color of the selected calendar cell (default: var(--dds-button-primary-text-enabled)) _(default: undefined)_\n- **--dds-calendar-cell-selected-background-hover** - The background color of the selected calendar cell on hover (default: var(--dds-button-primary-background-hover)) _(default: undefined)_\n- **--dds-calendar-cell-selected-background-pressed** - The background color of the selected calendar cell when pressed (default: var(--dds-button-primary-background-pressed)) _(default: undefined)_\n- **--dds-calendar-cell-selected-today-mark-background** - The background color of the today mark in selected calendar cell (default: var(--dds-text-neutral-on-inverted)) _(default: undefined)_\n- **--dds-calendar-cell-disabled-color** - The text color of the disabled calendar cell (default: var(--dds-text-neutral-disabled)) _(default: undefined)_\n- **--dds-calendar-cell-disabled-cursor** - The cursor style of the disabled calendar cell (default: not-allowed) _(default: undefined)_\n- **--dds-calendar-cell-out-of-range-color** - The text color of the out-of-range calendar cell (default: var(--dds-text-neutral-placeholder)) _(default: undefined)_\n- **--dds-calendar-cell-today-font-weight** - The font weight of the today calendar cell (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-calendar-cell-header-background** - The background color of the header calendar cell (default: transparent) _(default: undefined)_\n- **--dds-calendar-cell-header-color** - The text color of the header calendar cell (default: var(--dds-text-neutral-base)) _(default: undefined)_\n- **--dds-calendar-cell-header-text-transform** - The text transform of the header calendar cell (default: capitalize) _(default: undefined)_\n- **--dds-calendar-cell-header-cursor** - The cursor style of the header calendar cell (default: default) _(default: undefined)_\n- **--dds-calendar-cell-in-range-color** - The text color of the in-range calendar cell (default: var(--dds-button-primary-text-enabled)) _(default: undefined)_\n- **--dds-calendar-cell-in-range-background-hover** - The background color of the in-range calendar cell on hover (default: var(--dds-button-primary-background-hover)) _(default: undefined)_\n- **--dds-calendar-cell-in-range-background-pressed** - The background color of the in-range calendar cell when pressed (default: var(--dds-button-primary-background-pressed)) _(default: undefined)_\n- **--dds-calendar-cell-range-background** - The background color of the range start/end calendar cell (default: var(--dds-button-primary-background-enabled)) _(default: undefined)_\n- **--dds-calendar-cell-range-color** - The text color of the range start/end calendar cell (default: var(--dds-button-primary-text-enabled)) _(default: undefined)_\n- **--dds-calendar-cell-range-today-mark-background** - The background color of the today mark in range start/end calendar cell (default: var(--dds-text-neutral-on-inverted)) _(default: undefined)_\n- **--dds-calendar-cell-today-mark-bottom** - The bottom position of the today mark (default: var(--dds-spacing-100)) _(default: undefined)_\n- **--dds-calendar-cell-today-mark-width** - The width of the today mark (default: 5px) _(default: undefined)_\n- **--dds-calendar-cell-today-mark-height** - The height of the today mark (default: 5px) _(default: undefined)_\n- **--dds-calendar-cell-today-mark-stroke** - The stroke color of the today mark (default: var(--dds-border-neutral-transparent)) _(default: undefined)_\n- **--dds-calendar-cell-today-mark-background** - The background color of the today mark (default: var(--dds-background-neutral-medium-inverted)) _(default: undefined)_\n- **--dds-calendar-cell-today-mark-fill** - The fill color of the today mark (default: var(--dds-background-neutral-medium-inverted)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main calendar cell container.\n- **today-mark** - The today mark of the calendar cell.",
@@ -525,111 +593,6 @@
525
593
  }
526
594
  ]
527
595
  },
528
- {
529
- "name": "dap-ds-callout",
530
- "description": "`dap-ds-callout` is a custom callout component.\n---\n\n\n### **Events:**\n - **dds-close** - Fired when the close button is clicked.\n\n### **Slots:**\n - _default_ - The content of the callout.\n- **title** - The title of the callout.\n- **icon** - The icon of the callout.\n- **actions** - The actions of the callout.\n- **close** - The close button of the callout.\n\n### **CSS Properties:**\n - **--dds-callout-padding** - Padding of the callout content. (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-callout-gap** - Gap between elements in horizontal layout. (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-callout-icon-size** - Size of the icon. (default: var(--dds-spacing-600)) _(default: undefined)_\n- **--dds-callout-title-color** - Color of the title text. (default: var(--dds-text-neutral-strong)) _(default: undefined)_\n- **--dds-callout-description-color** - Color of the description text. (default: var(--dds-text-neutral-base)) _(default: undefined)_\n- **--dds-callout-title-font-size** - Font size of the title. (default: var(--dds-font-base)) _(default: undefined)_\n- **--dds-callout-description-font-size** - Font size of the description. (default: var(--dds-font-base)) _(default: undefined)_\n- **--dds-callout-title-font-weight** - Font weight of the title. (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-callout-description-font-weight** - Font weight of the description. (default: var(--dds-font-weight-medium)) _(default: undefined)_\n- **--dds-callout-actions-font-weight** - Font weight of the actions. (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-callout-actions-gap** - Gap between action items. (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-callout-content-gap** - Gap between content elements. (default: var(--dds-spacing-100)) _(default: undefined)_\n- **--dds-callout-border-radius** - Border radius of the callout. (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-callout-brand-background** - Brand variant background color. (default: var(--dds-background-brand-base)) _(default: undefined)_\n- **--dds-callout-brand-background-subtle** - Brand variant subtle background color. (default: var(--dds-background-brand-subtle)) _(default: undefined)_\n- **--dds-callout-brand-background-medium** - Brand variant medium background color. (default: var(--dds-background-brand-medium)) _(default: undefined)_\n- **--dds-callout-brand-background-strong** - Brand variant strong background color. (default: var(--dds-background-brand-strong)) _(default: undefined)_\n- **--dds-callout-brand-icon** - Brand variant icon color. (default: var(--dds-icon-brand-subtle)) _(default: undefined)_\n- **--dds-callout-brand-border** - Brand variant border color. (default: var(--dds-border-brand-subtle)) _(default: undefined)_\n- **--dds-callout-info-background** - Info variant background color. (default: var(--dds-background-informative-base)) _(default: undefined)_\n- **--dds-callout-info-background-subtle** - Info variant subtle background color. (default: var(--dds-background-informative-subtle)) _(default: undefined)_\n- **--dds-callout-info-background-medium** - Info variant medium background color. (default: var(--dds-background-informative-medium)) _(default: undefined)_\n- **--dds-callout-info-background-strong** - Info variant strong background color. (default: var(--dds-background-informative-strong)) _(default: undefined)_\n- **--dds-callout-info-icon** - Info variant icon color. (default: var(--dds-icon-informative-subtle)) _(default: undefined)_\n- **--dds-callout-info-border** - Info variant border color. (default: var(--dds-border-informative-subtle)) _(default: undefined)_\n- **--dds-callout-positive-background** - Positive variant background color. (default: var(--dds-background-positive-base)) _(default: undefined)_\n- **--dds-callout-positive-background-subtle** - Positive variant subtle background color. (default: var(--dds-background-positive-subtle)) _(default: undefined)_\n- **--dds-callout-positive-background-medium** - Positive variant medium background color. (default: var(--dds-background-positive-medium)) _(default: undefined)_\n- **--dds-callout-positive-background-strong** - Positive variant strong background color. (default: var(--dds-background-positive-strong)) _(default: undefined)_\n- **--dds-callout-positive-icon** - Positive variant icon color. (default: var(--dds-icon-positive-subtle)) _(default: undefined)_\n- **--dds-callout-positive-border** - Positive variant border color. (default: var(--dds-border-positive-subtle)) _(default: undefined)_\n- **--dds-callout-warning-background** - Warning variant background color. (default: var(--dds-background-warning-base)) _(default: undefined)_\n- **--dds-callout-warning-background-subtle** - Warning variant subtle background color. (default: var(--dds-background-warning-subtle)) _(default: undefined)_\n- **--dds-callout-warning-background-medium** - Warning variant medium background color. (default: var(--dds-background-warning-medium)) _(default: undefined)_\n- **--dds-callout-warning-background-strong** - Warning variant strong background color. (default: var(--dds-background-warning-strong)) _(default: undefined)_\n- **--dds-callout-warning-icon** - Warning variant icon color. (default: var(--dds-icon-neutral-strong)) _(default: undefined)_\n- **--dds-callout-warning-border** - Warning variant border color. (default: var(--dds-border-warning-subtle)) _(default: undefined)_\n- **--dds-callout-negative-background** - Negative variant background color. (default: var(--dds-background-negative-base)) _(default: undefined)_\n- **--dds-callout-negative-background-subtle** - Negative variant subtle background color. (default: var(--dds-background-negative-subtle)) _(default: undefined)_\n- **--dds-callout-negative-background-medium** - Negative variant medium background color. (default: var(--dds-background-negative-medium)) _(default: undefined)_\n- **--dds-callout-negative-background-strong** - Negative variant strong background color. (default: var(--dds-background-negative-strong)) _(default: undefined)_\n- **--dds-callout-negative-icon** - Negative variant icon color. (default: var(--dds-icon-negative-subtle)) _(default: undefined)_\n- **--dds-callout-negative-border** - Negative variant border color. (default: var(--dds-border-negative-subtle)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main callout container.\n- **content** - The content of the callout.\n- **card-content** - The content of the card.\n- **icon** - The icon of the callout.\n- **title** - The title of the callout.\n- **description** - The description of the callout.\n- **actions** - The actions of the callout.\n- **close** - The close button of the callout.",
531
- "attributes": [
532
- {
533
- "name": "variant",
534
- "description": "The variant of the callout",
535
- "values": [
536
- { "name": "brand" },
537
- { "name": "positive" },
538
- { "name": "info" },
539
- { "name": "warning" },
540
- { "name": "negative" }
541
- ]
542
- },
543
- {
544
- "name": "alignment",
545
- "description": "The alignment of the callout. Can be `vertical` or `horizontal`.",
546
- "values": [{ "name": "vertical" }, { "name": "horizontal" }]
547
- },
548
- {
549
- "name": "shade",
550
- "description": "The strongness of the callout colors. Can be `subtle`, `base`, `medium`, or `strong`.",
551
- "values": [
552
- { "name": "subtle" },
553
- { "name": "base" },
554
- { "name": "medium" },
555
- { "name": "strong" }
556
- ]
557
- },
558
- {
559
- "name": "noBorder",
560
- "description": "If the callout has a border",
561
- "values": []
562
- },
563
- {
564
- "name": "closeable",
565
- "description": "If the callout has a close button",
566
- "values": []
567
- },
568
- {
569
- "name": "title",
570
- "description": "The header of the callout",
571
- "values": []
572
- },
573
- {
574
- "name": "closeButtonLabel",
575
- "description": "The label of the close button",
576
- "values": []
577
- },
578
- {
579
- "name": "closeButtonTestId",
580
- "description": "`data-testid` for the default close button.",
581
- "values": []
582
- },
583
- {
584
- "name": "opened",
585
- "description": "If the callout is opened",
586
- "values": []
587
- }
588
- ],
589
- "references": [
590
- {
591
- "name": "Documentation",
592
- "url": "https://shoelace.style/components/callout"
593
- }
594
- ]
595
- },
596
- {
597
- "name": "dap-ds-checkbox",
598
- "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.",
599
- "attributes": [
600
- {
601
- "name": "indeterminate",
602
- "description": "Whether the checkbox is indeterminate",
603
- "values": []
604
- },
605
- {
606
- "name": "preventDefault",
607
- "description": "Whether the checkbox should prevent the default action",
608
- "values": []
609
- },
610
- {
611
- "name": "border",
612
- "description": "This sets up border around the checkbox, when true.",
613
- "values": []
614
- },
615
- {
616
- "name": "readonly",
617
- "description": "Whether the checkbox is readonly (cannot be changed but value is submitted with form).",
618
- "values": []
619
- },
620
- {
621
- "name": "type",
622
- "description": "The type of the checkbox",
623
- "values": [{ "name": "normal" }, { "name": "background" }]
624
- }
625
- ],
626
- "references": [
627
- {
628
- "name": "Documentation",
629
- "url": "https://shoelace.style/components/checkbox"
630
- }
631
- ]
632
- },
633
596
  {
634
597
  "name": "dap-ds-card-actions",
635
598
  "description": "A card actions is a container for actions in a card.\n---\n\n\n### **Slots:**\n - _default_ - The content of the card actions.\n\n### **CSS Properties:**\n - **--dds-card-actions-gap** - The gap between items in the card actions. (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-card-actions-padding-lg** - The padding for large size card actions. (default: var(--dds-spacing-600)) _(default: undefined)_\n- **--dds-card-actions-padding-md** - The padding for medium size card actions. (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-card-actions-padding-sm** - The padding for small size card actions. (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-card-actions-margin-lg** - The margin for large size card actions spacing. (default: var(--dds-spacing-600)) _(default: undefined)_\n- **--dds-card-actions-margin-md** - The margin for medium size card actions spacing. (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-card-actions-margin-sm** - The margin for small size card actions spacing. (default: var(--dds-spacing-400)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main card actions container.",
@@ -787,6 +750,43 @@
787
750
  }
788
751
  ]
789
752
  },
753
+ {
754
+ "name": "dap-ds-checkbox",
755
+ "description": "A checkbox is a form element that allows the user to select one or more options from a set.\n---\n\n\n### **Events:**\n - **dds-change** - Fired when the checkbox is checked or unchecked.\n- **dds-blur** - Emitted when the checkbox loses focus.\n- **dds-focus** - Emitted when the checkbox gains focus.\n- **dds-input** - Emitted when the checkbox receives input.\n\n### **Methods:**\n - **focus(): _void_** - Programmatically focuses the checkbox input element.\n- **blur(): _void_** - Programmatically blurs the checkbox input element.\n\n### **CSS Properties:**\n - **--dds-checkbox-size** - The size of the checkbox. (default: var(--dds-spacing-500)) _(default: undefined)_\n- **--dds-checkbox-border-width** - The border width of the checkbox. (default: var(--dds-border-width-large)) _(default: undefined)_\n- **--dds-checkbox-border-radius** - The border radius of the checkbox. (default: var(--dds-radius-small)) _(default: undefined)_\n- **--dds-checkbox-border-color** - The border color of the checkbox. (default: var(--dds-border-neutral-base)) _(default: undefined)_\n- **--dds-checkbox-background-color** - The background color of the checkbox. (default: transparent) _(default: undefined)_\n- **--dds-checkbox-icon-color** - The color of the checkbox icon. (default: var(--dds-button-primary-icon-enabled)) _(default: undefined)_\n- **--dds-checkbox-hover-border-color** - The border color when hovering over the checkbox. (default: var(--dds-border-neutral-medium)) _(default: undefined)_\n- **--dds-checkbox-hover-background-color** - The background color when hovering over the checkbox. (default: var(--dds-background-neutral-medium)) _(default: undefined)_\n- **--dds-checkbox-active-border-color** - The border color when the checkbox is active. (default: var(--dds-border-neutral-strong)) _(default: undefined)_\n- **--dds-checkbox-active-background-color** - The background color when the checkbox is active. (default: var(--dds-background-neutral-strong)) _(default: undefined)_\n- **--dds-checkbox-checked-border-color** - The border color when the checkbox is checked. (default: var(--dds-background-brand-base-inverted)) _(default: undefined)_\n- **--dds-checkbox-checked-background-color** - The background color when the checkbox is checked. (default: var(--dds-background-brand-base-inverted)) _(default: undefined)_\n- **--dds-checkbox-checked-hover-border-color** - The border color when hovering over a checked checkbox. (default: var(--dds-background-brand-medium-inverted)) _(default: undefined)_\n- **--dds-checkbox-checked-hover-background-color** - The background color when hovering over a checked checkbox. (default: var(--dds-background-brand-medium-inverted)) _(default: undefined)_\n- **--dds-checkbox-checked-active-border-color** - The border color when a checked checkbox is active. (default: var(--dds-background-brand-strong-inverted)) _(default: undefined)_\n- **--dds-checkbox-checked-active-background-color** - The background color when a checked checkbox is active. (default: var(--dds-background-brand-strong-inverted)) _(default: undefined)_\n- **--dds-checkbox-invalid-border-color** - The border color when the checkbox is invalid. (default: var(--dds-border-negative-base)) _(default: undefined)_\n- **--dds-checkbox-invalid-background-color** - The background color when the checkbox is invalid. (default: var(--dds-background-negative-base)) _(default: undefined)_\n- **--dds-checkbox-invalid-hover-border-color** - The border color when hovering over an invalid checkbox. (default: var(--dds-border-negative-medium)) _(default: undefined)_\n- **--dds-checkbox-invalid-hover-background-color** - The background color when hovering over an invalid checkbox. (default: var(--dds-background-negative-medium)) _(default: undefined)_\n- **--dds-checkbox-invalid-active-border-color** - The border color when an invalid checkbox is active. (default: var(--dds-border-negative-strong)) _(default: undefined)_\n- **--dds-checkbox-invalid-active-background-color** - The background color when an invalid checkbox is active. (default: var(--dds-background-negative-strong)) _(default: undefined)_\n- **--dds-checkbox-disabled-border-color** - The border color when the checkbox is disabled. (default: var(--dds-button-primary-background-disabled)) _(default: undefined)_\n- **--dds-checkbox-disabled-background-color** - The background color when the checkbox is disabled. (default: var(--dds-button-primary-background-disabled)) _(default: undefined)_\n- **--dds-checkbox-disabled-icon-color** - The color of the checkbox icon when disabled. (default: var(--dds-button-primary-icon-disabled)) _(default: undefined)_\n- **--dds-checkbox-readonly-border-color** - The border color when the checkbox is readonly. (default: var(--dds-border-neutral-subtle)) _(default: undefined)_\n- **--dds-checkbox-readonly-background-color** - The background color when the checkbox is readonly. (default: var(--dds-background-neutral-subtle)) _(default: undefined)_\n- **--dds-checkbox-readonly-icon-color** - The color of the checkbox icon when readonly. (default: var(--dds-text-neutral-base)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main checkbox container.\n- **label** - The label of the checkbox.\n- **input** - The input of the checkbox.\n- **control** - The control of the checkbox.\n- **icon** - The icon of the checkbox.\n- **icon-base** - The base icon container.\n- **label-container** - The label container of the checkbox.\n- **description** - The description of the checkbox.\n- **readonly** - The readonly state of the checkbox.",
756
+ "attributes": [
757
+ {
758
+ "name": "indeterminate",
759
+ "description": "Whether the checkbox is indeterminate",
760
+ "values": []
761
+ },
762
+ {
763
+ "name": "preventDefault",
764
+ "description": "Whether the checkbox should prevent the default action",
765
+ "values": []
766
+ },
767
+ {
768
+ "name": "border",
769
+ "description": "This sets up border around the checkbox, when true.",
770
+ "values": []
771
+ },
772
+ {
773
+ "name": "readonly",
774
+ "description": "Whether the checkbox is readonly (cannot be changed but value is submitted with form).",
775
+ "values": []
776
+ },
777
+ {
778
+ "name": "type",
779
+ "description": "The type of the checkbox",
780
+ "values": [{ "name": "normal" }, { "name": "background" }]
781
+ }
782
+ ],
783
+ "references": [
784
+ {
785
+ "name": "Documentation",
786
+ "url": "https://shoelace.style/components/checkbox"
787
+ }
788
+ ]
789
+ },
790
790
  {
791
791
  "name": "dap-ds-chip",
792
792
  "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",
@@ -1094,7 +1094,7 @@
1094
1094
  },
1095
1095
  {
1096
1096
  "name": "dap-ds-datatable",
1097
- "description": "A data table is a component that displays data in a tabular format.\n---\n\n\n### **Events:**\n - **dds-sorting-change** - Fired when the sorting of the table changes.\n- **dds-selection-change** - Fired when the selection of the table changes.\n- **dds-pagination-change** - Fired when the pagination of the table changes.\n- **dds-row-click** - Fired when a row is clicked.\n\n### **Slots:**\n - **loading** - The loading content of the table.\n- **empty** - The empty content of the table.\n\n### **CSS Properties:**\n - **--dds-datatable-bg-color** - Background color of the table. (default: var(--dds-background-neutral-subtle)). _(default: undefined)_\n- **--dds-datatable-border-color** - Border color of the table cells. (default: var(--dds-border-neutral-divider)) _(default: undefined)_\n- **--dds-datatable-header-bg-color** - Background color of the table header. (default: var(--dds-background-neutral-subtle)) _(default: undefined)_\n- **--dds-datatable-header-text-color** - Text color of the table header. (default: var(--dds-text-neutral-strong)) _(default: undefined)_\n- **--dds-datatable-row-hover-bg-color** - Background color of hovered rows. (default: var(--dds-background-brand-strong)) _(default: undefined)_\n- **--dds-datatable-row-selected-bg-color** - Background color of selected rows. (default: var(--dds-background-brand-strong)) _(default: undefined)_\n- **--dds-datatable-cell-padding** - Padding of table cells. (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-datatable-header-padding** - Padding of header cells. (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-datatable-last-column-padding** - Padding of the last column. (default: var(--dds-spacing-500)) _(default: undefined)_\n- **--dds-datatable-first-column-padding** - Padding of the first column. (default: var(--dds-spacing-500)) _(default: undefined)_\n- **--dds-datatable-border-width** - Width of table borders. (default: var(--dds-border-width-base)) _(default: undefined)_\n- **--dds-datatable-stripe-color** - Background color for striped rows. (default: var(--dds-background-neutral-base)) _(default: undefined)_\n- **--dds-datatable-border-radius** - Border radius of the table. (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-datatable-shadow** - Box shadow of the table. (default: none) _(default: undefined)_\n- **--dds-datatable-transition-duration** - Duration of hover/selection transitions. (default: 0.2s) _(default: undefined)_\n- **--dds-datatable-z-index** - Z-index of the table. (default: 1) _(default: undefined)_\n- **--dds-datatable-min-height** - Minimum height of the table. (default: auto) _(default: undefined)_\n- **--dds-datatable-max-height** - Maximum height of the table. (default: none) _(default: undefined)_\n- **--dds-datatable-overflow-x** - Horizontal overflow behavior. (default: auto) _(default: undefined)_\n- **--dds-datatable-overflow-y** - Vertical overflow behavior. (default: auto) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main table container.\n- **header** - The header of the table.\n- **header-row** - The header row of the table.\n- **header-cell** - All cells of the header.\n- **body** - The body of the table.\n- **empty** - The empty content of the table.\n- **loading** - The loading content of the table.\n- **row** - All rows of the table.\n- **cell** - All cells of the table.\n- **pager** - The pager of the table.\n- **pager-base** - The base of the pager.\n- **pager-first** - The first button of the pager.\n- **pager-previous** - The previous button of the pager.\n- **pager-next** - The next button of the pager.\n- **pager-last** - The last button of the pager.\n- **pager-page-size-select** - The page size select of the pager.",
1097
+ "description": "A data table is a component that displays data in a tabular format.\n---\n\n\n### **Events:**\n - **dds-sorting-change** - Fired when the sorting of the table changes.\n- **dds-selection-change** - Fired when the selection of the table changes.\n- **dds-pagination-change** - Fired when the pagination of the table changes.\n- **dds-row-click** - Fired when a row is clicked.\n\n### **Slots:**\n - **loading** - The loading content of the table.\n- **empty** - The empty content of the table.\n\n### **CSS Properties:**\n - **--dds-datatable-bg-color** - Background color of the table. (default: var(--dds-background-neutral-subtle)). _(default: undefined)_\n- **--dds-datatable-border-color** - Border color of the table cells. (default: var(--dds-border-neutral-divider)) _(default: undefined)_\n- **--dds-datatable-header-bg-color** - Background color of the table header. (default: var(--dds-background-neutral-subtle)) _(default: undefined)_\n- **--dds-datatable-header-text-color** - Text color of the table header. (default: var(--dds-text-neutral-strong)) _(default: undefined)_\n- **--dds-datatable-row-hover-bg-color** - Background color of hovered rows. (default: var(--dds-background-brand-strong)) _(default: undefined)_\n- **--dds-datatable-row-selected-bg-color** - Background color of selected rows. (default: var(--dds-background-brand-strong)) _(default: undefined)_\n- **--dds-datatable-cell-padding** - Padding of table cells. (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-datatable-header-padding** - Padding of header cells. (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-datatable-last-column-padding** - Padding of the last column. (default: var(--dds-spacing-500)) _(default: undefined)_\n- **--dds-datatable-first-column-padding** - Padding of the first column. (default: var(--dds-spacing-500)) _(default: undefined)_\n- **--dds-datatable-border-width** - Width of table borders. (default: var(--dds-border-width-base)) _(default: undefined)_\n- **--dds-datatable-outer-border-width** - Width of the outer container border only. (default: var(--dds-datatable-border-width)) _(default: undefined)_\n- **--dds-datatable-header-border-width** - Width of the header row bottom border only. (default: var(--dds-datatable-border-width)) _(default: undefined)_\n- **--dds-datatable-row-border-width** - Width of the row (body cell) bottom borders only. (default: var(--dds-datatable-border-width)) _(default: undefined)_\n- **--dds-datatable-stripe-color** - Background color for striped rows. (default: var(--dds-background-neutral-base)) _(default: undefined)_\n- **--dds-datatable-border-radius** - Border radius of the table. (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-datatable-shadow** - Box shadow of the table. (default: none) _(default: undefined)_\n- **--dds-datatable-transition-duration** - Duration of hover/selection transitions. (default: 0.2s) _(default: undefined)_\n- **--dds-datatable-z-index** - Z-index of the table. (default: 1) _(default: undefined)_\n- **--dds-datatable-min-height** - Minimum height of the table. (default: auto) _(default: undefined)_\n- **--dds-datatable-max-height** - Maximum height of the table. (default: none) _(default: undefined)_\n- **--dds-datatable-overflow-x** - Horizontal overflow behavior. (default: auto) _(default: undefined)_\n- **--dds-datatable-overflow-y** - Vertical overflow behavior. (default: auto) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main table container.\n- **header** - The header of the table.\n- **header-row** - The header row of the table.\n- **header-cell** - All cells of the header.\n- **body** - The body of the table.\n- **empty** - The empty content of the table.\n- **loading** - The loading content of the table.\n- **row** - All rows of the table.\n- **cell** - All cells of the table.\n- **pager** - The pager of the table.\n- **pager-base** - The base of the pager.\n- **pager-first** - The first button of the pager.\n- **pager-previous** - The previous button of the pager.\n- **pager-next** - The next button of the pager.\n- **pager-last** - The last button of the pager.\n- **pager-page-size-select** - The page size select of the pager.",
1098
1098
  "attributes": [
1099
1099
  {
1100
1100
  "name": "rowKey",
@@ -1235,13 +1235,23 @@
1235
1235
  "values": []
1236
1236
  },
1237
1237
  {
1238
- "name": "showNextButton",
1239
- "description": "Show the next button.",
1238
+ "name": "showNextButton",
1239
+ "description": "Show the next button.",
1240
+ "values": []
1241
+ },
1242
+ {
1243
+ "name": "showLastButton",
1244
+ "description": "Show the last button.",
1245
+ "values": []
1246
+ },
1247
+ {
1248
+ "name": "showPageNumbers",
1249
+ "description": "Show numbered page buttons between the previous and next buttons.",
1240
1250
  "values": []
1241
1251
  },
1242
1252
  {
1243
- "name": "showLastButton",
1244
- "description": "Show the last button.",
1253
+ "name": "siblingCount",
1254
+ "description": "How many page numbers to show on each side of the current page.",
1245
1255
  "values": []
1246
1256
  },
1247
1257
  {
@@ -2709,7 +2719,7 @@
2709
2719
  },
2710
2720
  {
2711
2721
  "name": "dap-ds-pager",
2712
- "description": "A pager is a component that displays pagination controls.\n---\n\n\n### **Events:**\n - **dds-pagination-change** - Event fired when the pagination changes\n\n### **CSS Properties:**\n - **--dds-pager-spacing-vertical** - The vertical spacing of the pager (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-pager-spacing-horizontal** - The horizontal spacing of the pager (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-pager-button-padding** - The padding of the pager buttons (default: var(--dds-spacing-150)) _(default: undefined)_\n- **--dds-pager-button-border-width** - The border width of the pager buttons (default: var(--dds-border-width-base, 1px)) _(default: undefined)_\n- **--dds-pager-button-border-color** - The border color of the pager buttons (default: var(--dds-button-subtle-border-neutral-enabled)) _(default: undefined)_\n- **--dds-pager-button-border-radius** - The border radius of the pager buttons (default: var(--dds-radius-rounded)) _(default: undefined)_\n- **--dds-pager-button-background** - The background color of the pager buttons (default: var(--dds-button-subtle-background-neutral-enabled)) _(default: undefined)_\n- **--dds-pager-button-font-size** - The font size of the pager buttons (default: var(--dds-font-sm, 14px)) _(default: undefined)_\n- **--dds-pager-button-font-weight** - The font weight of the pager buttons (default: var(--dds-font-weight-bold, 700)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main pager container.\n- **first** - The first page button.\n- **previous** - The previous page button.\n- **next** - The next page button.\n- **last** - The last page button.\n- **page-size** - The page size select.\n- **pager-button-first-base** - The base of the first page button.\n- **pager-button-first-content** - The content of the first page button.\n- **pager-button-previous-base** - The base of the previous page button.\n- **pager-button-previous-content** - The content of the previous page button.\n- **pager-button-next-base** - The base of the next page button.\n- **pager-button-next-content** - The content of the next page button.\n- **pager-button-last-base** - The base of the last page button.\n- **pager-button-last-content** - The content of the last page button.\n- **page-size-select-base** - The base of the page size select.\n- **page-size-select-trigger** - The trigger of the page size select.",
2722
+ "description": "A pager is a component that displays pagination controls.\n---\n\n\n### **Events:**\n - **dds-pagination-change** - Event fired when the pagination changes\n\n### **CSS Properties:**\n - **--dds-pager-spacing-vertical** - The vertical spacing of the pager (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-pager-spacing-horizontal** - The horizontal spacing of the pager (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-pager-button-padding** - The padding of the pager buttons (default: var(--dds-spacing-150)) _(default: undefined)_\n- **--dds-pager-button-border-width** - The border width of the pager buttons (default: var(--dds-border-width-base, 1px)) _(default: undefined)_\n- **--dds-pager-button-border-color** - The border color of the pager buttons (default: var(--dds-button-subtle-border-neutral-enabled)) _(default: undefined)_\n- **--dds-pager-button-border-radius** - The border radius of the pager buttons (default: var(--dds-radius-rounded)) _(default: undefined)_\n- **--dds-pager-button-background** - The background color of the pager buttons (default: var(--dds-button-subtle-background-neutral-enabled)) _(default: undefined)_\n- **--dds-pager-button-font-size** - The font size of the pager buttons (default: var(--dds-font-sm, 14px)) _(default: undefined)_\n- **--dds-pager-button-font-weight** - The font weight of the pager buttons (default: var(--dds-font-weight-bold, 700)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main pager container.\n- **first** - The first page button.\n- **previous** - The previous page button.\n- **next** - The next page button.\n- **last** - The last page button.\n- **page-size** - The page size select.\n- **pager-button-first-base** - The base of the first page button.\n- **pager-button-first-content** - The content of the first page button.\n- **pager-button-previous-base** - The base of the previous page button.\n- **pager-button-previous-content** - The content of the previous page button.\n- **pager-button-next-base** - The base of the next page button.\n- **pager-button-next-content** - The content of the next page button.\n- **pager-button-last-base** - The base of the last page button.\n- **pager-button-last-content** - The content of the last page button.\n- **page-size-select-base** - The base of the page size select.\n- **page-size-select-trigger** - The trigger of the page size select.\n- **page-numbers** - The container of the numbered page buttons (shown when showPageNumbers is 'true').\n- **page-number** - Each numbered page button.\n- **page-number-active** - The active (current) numbered page button.\n- **page-number-base** - The base of each numbered page button.\n- **page-number-content** - The content of each numbered page button.\n- **page-info** - The page info / total count text.",
2713
2723
  "attributes": [
2714
2724
  {
2715
2725
  "name": "disabled",
@@ -2776,6 +2786,16 @@
2776
2786
  "description": "Show the last button.",
2777
2787
  "values": []
2778
2788
  },
2789
+ {
2790
+ "name": "showPageNumbers",
2791
+ "description": "Show numbered page buttons between the previous and next buttons.",
2792
+ "values": []
2793
+ },
2794
+ {
2795
+ "name": "siblingCount",
2796
+ "description": "How many page numbers to show on each side of the current page.",
2797
+ "values": []
2798
+ },
2779
2799
  {
2780
2800
  "name": "firstButtonLabel",
2781
2801
  "description": "The first button label.",
@@ -3108,129 +3128,6 @@
3108
3128
  }
3109
3129
  ]
3110
3130
  },
3111
- {
3112
- "name": "dap-ds-sidenav-group",
3113
- "description": "Side navigation group\n---\n\n\n### **Slots:**\n - _default_ - The content of the side navigation group.\n- **submenu** - The submenu of the side navigation group.\n- **suffix** - The suffix of the side navigation group.\n\n### **CSS Properties:**\n - **--dds-sidenav-group-margin-bottom** - Default bottom margin of the sidenav group (default: var(--dds-spacing-100)) _(default: undefined)_\n- **--dds-sidenav-group-border-radius** - Border radius of the sidenav group (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-sidenav-group-spacing-margin** - Margin used for spacing variants (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-sidenav-group-item-min-height-xs** - Minimum height of the sidenav group item (default: var(--dds-spacing-800)) _(default: undefined)_\n- **--dds-sidenav-group-item-min-height-sm** - Minimum height of the sidenav group item (default: var(--dds-spacing-1000)) _(default: undefined)_\n- **--dds-sidenav-group-item-min-height-lg** - Minimum height of the sidenav group item (default: var(--dds-spacing-1200)) _(default: undefined)_\n- **--dds-sidenav-group-item-padding-xs** - Padding of the sidenav group item (default: var(--dds-spacing-100) var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-sidenav-group-item-padding-sm** - Padding of the sidenav group item (default: var(--dds-spacing-200) var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-sidenav-group-item-padding-lg** - Padding of the sidenav group item (default: var(--dds-spacing-300) var(--dds-spacing-500)) _(default: undefined)_\n- **--dds-sidenav-group-item-color** - Text color of the sidenav group item (default: var(--dds-text-neutral-base)) _(default: undefined)_\n- **--dds-sidenav-group-item-font-size-xs** - Font size of the sidenav group item (default: var(--dds-font-sm)) _(default: undefined)_\n- **--dds-sidenav-group-item-font-size-sm** - Font size of the sidenav group item (default: var(--dds-font-base)) _(default: undefined)_\n- **--dds-sidenav-group-item-font-size-lg** - Font size of the sidenav group item (default: var(--dds-font-lg)) _(default: undefined)_\n- **--dds-sidenav-group-item-font-weight** - Font weight of the sidenav group item (default: var(--dds-font-weight-medium)) _(default: undefined)_\n- **--dds-sidenav-group-item-bg-active** - Background color when the item is active (default: var(--dds-transparent-black-subtle)) _(default: undefined)_\n- **--dds-sidenav-group-item-bg-hover** - Background color on hover and active states (default: var(--dds-transparent-black-base)) _(default: undefined)_\n- **--dds-sidenav-group-toggle-margin** - Margin for the toggle button (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-sidenav-group-submenu-padding** - Padding for the submenu (default: var(--dds-spacing-300) 0) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main side navigation group container.\n- **title** - The title of the side navigation group.\n- **link** - The link of the side navigation group.\n- **toggle** - The toggle button of the side navigation group.\n- **submenu** - The submenu of the side navigation group.",
3114
- "attributes": [
3115
- {
3116
- "name": "href",
3117
- "description": "The href of the side navigation item",
3118
- "values": []
3119
- },
3120
- {
3121
- "name": "active",
3122
- "description": "Whether the side navigation item is active",
3123
- "values": []
3124
- },
3125
- {
3126
- "name": "spacing",
3127
- "description": "The spacing of the side navigation item",
3128
- "values": [
3129
- { "name": "top" },
3130
- { "name": "bottom" },
3131
- { "name": "both" },
3132
- { "name": "none" }
3133
- ]
3134
- },
3135
- {
3136
- "name": "open",
3137
- "description": "Whether the side navigation group is open",
3138
- "values": []
3139
- },
3140
- {
3141
- "name": "size",
3142
- "description": "The size of the side navigation group",
3143
- "values": [{ "name": "xs" }, { "name": "sm" }, { "name": "lg" }]
3144
- }
3145
- ],
3146
- "references": [
3147
- {
3148
- "name": "Documentation",
3149
- "url": "https://shoelace.style/components/sidenav-group"
3150
- }
3151
- ]
3152
- },
3153
- {
3154
- "name": "dap-ds-sidenav-item",
3155
- "description": "Side navigation item\n---\n\n\n### **Slots:**\n - _default_ - The content of the side navigation item.\n- **suffix** - The suffix of the side navigation item.\n\n### **CSS Properties:**\n - **--dds-sidenav-item-min-height-xs** - Minimum height of the sidenav item (default: var(--dds-spacing-800)) _(default: undefined)_\n- **--dds-sidenav-item-min-height-sm** - Minimum height of the sidenav item (default: var(--dds-spacing-1000)) _(default: undefined)_\n- **--dds-sidenav-item-min-height-lg** - Minimum height of the sidenav item (default: var(--dds-spacing-1200)) _(default: undefined)_\n- **--dds-sidenav-item-margin-bottom** - Default bottom margin of the sidenav item (default: var(--dds-spacing-100)) _(default: undefined)_\n- **--dds-sidenav-item-padding-xs** - Padding of the sidenav item (default: var(--dds-spacing-100) var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-sidenav-item-padding-sm** - Padding of the sidenav item (default: var(--dds-spacing-200) var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-sidenav-item-padding-lg** - Padding of the sidenav item (default: var(--dds-spacing-300) var(--dds-spacing-500)) _(default: undefined)_\n- **--dds-sidenav-item-radius** - Border radius of the sidenav item (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-sidenav-item-color** - Text color of the sidenav item (default: var(--dds-text-neutral-base)) _(default: undefined)_\n- **--dds-sidenav-item-font-size-xs** - Font size of the sidenav item (default: var(--dds-font-sm)) _(default: undefined)_\n- **--dds-sidenav-item-font-size-sm** - Font size of the sidenav item (default: var(--dds-font-base)) _(default: undefined)_\n- **--dds-sidenav-item-font-size-lg** - Font size of the sidenav item (default: var(--dds-font-lg)) _(default: undefined)_\n- **--dds-sidenav-item-font-weight** - Font weight of the sidenav item (default: var(--dds-font-weight-medium)) _(default: undefined)_\n- **--dds-sidenav-item-spacing-margin** - Margin used for spacing variants (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-sidenav-item-bg-active** - Background color when the item is active (default: var(--dds-transparent-black-subtle)) _(default: undefined)_\n- **--dds-sidenav-item-bg-hover** - Background color on hover and active states (default: var(--dds-transparent-black-base)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main side navigation item container.\n- **link** - The link of the side navigation item.",
3156
- "attributes": [
3157
- {
3158
- "name": "href",
3159
- "description": "The href of the side navigation item",
3160
- "values": []
3161
- },
3162
- {
3163
- "name": "active",
3164
- "description": "Whether the side navigation item is active",
3165
- "values": []
3166
- },
3167
- {
3168
- "name": "current",
3169
- "description": "Which `aria-current` token to expose on the link when `active` is set.\n\n`aria-current` has to sit on the anchor that assistive technology actually\nexposes. Setting it on this host does nothing: the host is a role-less custom\nelement, so the attribute is stranded there and screen-reader users cannot tell\nwhich item is current. Use `current=\"step\"` inside a stepper.",
3170
- "values": [
3171
- { "name": "page" },
3172
- { "name": "step" },
3173
- { "name": "location" },
3174
- { "name": "date" },
3175
- { "name": "time" },
3176
- { "name": "true" }
3177
- ]
3178
- },
3179
- {
3180
- "name": "spacing",
3181
- "description": "The spacing of the side navigation item",
3182
- "values": [
3183
- { "name": "top" },
3184
- { "name": "bottom" },
3185
- { "name": "both" },
3186
- { "name": "none" }
3187
- ]
3188
- },
3189
- {
3190
- "name": "size",
3191
- "description": "The size of the side navigation item",
3192
- "values": [{ "name": "xs" }, { "name": "sm" }, { "name": "lg" }]
3193
- }
3194
- ],
3195
- "references": [
3196
- {
3197
- "name": "Documentation",
3198
- "url": "https://shoelace.style/components/sidenav-item"
3199
- }
3200
- ]
3201
- },
3202
- {
3203
- "name": "dap-ds-sidenav",
3204
- "description": "Side navigation is a list of links that are used to navigate to different sections of a page.\n---\n\n\n### **Events:**\n - **dds-item-click** - Event fired when the side navigation item is clicked.\n\n### **Slots:**\n - _default_ - The content of the side navigation.\n\n### **CSS Parts:**\n - **base** - The main side navigation container.\n- **menu** - The menu of the side navigation.",
3205
- "attributes": [
3206
- {
3207
- "name": "label",
3208
- "description": "The label of the side navigation, if aria label is not provided, it will be used as aria label",
3209
- "values": []
3210
- },
3211
- {
3212
- "name": "activeHref",
3213
- "description": "The active href of the side navigation, to explicitly set the active item, if not provided, it will be set based on the current location",
3214
- "values": []
3215
- },
3216
- {
3217
- "name": "size",
3218
- "description": "The size of the side navigation",
3219
- "values": [{ "name": "xs" }, { "name": "sm" }, { "name": "lg" }]
3220
- },
3221
- {
3222
- "name": "landmark",
3223
- "description": "The landmark element to render. `aside` exposes a complementary landmark; `nav`\nexposes a navigation landmark, so the sidenav is listed when a screen-reader user\nasks for the page's navigation.\n\nDefaults to `aside` because that is what this component has always rendered, and\nchanging the landmark of every existing sidenav is not this component's call: a\nsidenav that is genuinely a sidebar should stay complementary. Set `nav` when the\nsidenav is the primary way to move around the view.",
3224
- "values": [{ "name": "aside" }, { "name": "nav" }]
3225
- }
3226
- ],
3227
- "references": [
3228
- {
3229
- "name": "Documentation",
3230
- "url": "https://shoelace.style/components/sidenav"
3231
- }
3232
- ]
3233
- },
3234
3131
  {
3235
3132
  "name": "dap-ds-skeleton",
3236
3133
  "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.",
@@ -3644,7 +3541,130 @@
3644
3541
  "references": [
3645
3542
  {
3646
3543
  "name": "Documentation",
3647
- "url": "https://shoelace.style/components/table"
3544
+ "url": "https://shoelace.style/components/table"
3545
+ }
3546
+ ]
3547
+ },
3548
+ {
3549
+ "name": "dap-ds-sidenav-group",
3550
+ "description": "Side navigation group\n---\n\n\n### **Slots:**\n - _default_ - The content of the side navigation group.\n- **submenu** - The submenu of the side navigation group.\n- **suffix** - The suffix of the side navigation group.\n\n### **CSS Properties:**\n - **--dds-sidenav-group-margin-bottom** - Default bottom margin of the sidenav group (default: var(--dds-spacing-100)) _(default: undefined)_\n- **--dds-sidenav-group-border-radius** - Border radius of the sidenav group (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-sidenav-group-spacing-margin** - Margin used for spacing variants (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-sidenav-group-item-min-height-xs** - Minimum height of the sidenav group item (default: var(--dds-spacing-800)) _(default: undefined)_\n- **--dds-sidenav-group-item-min-height-sm** - Minimum height of the sidenav group item (default: var(--dds-spacing-1000)) _(default: undefined)_\n- **--dds-sidenav-group-item-min-height-lg** - Minimum height of the sidenav group item (default: var(--dds-spacing-1200)) _(default: undefined)_\n- **--dds-sidenav-group-item-padding-xs** - Padding of the sidenav group item (default: var(--dds-spacing-100) var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-sidenav-group-item-padding-sm** - Padding of the sidenav group item (default: var(--dds-spacing-200) var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-sidenav-group-item-padding-lg** - Padding of the sidenav group item (default: var(--dds-spacing-300) var(--dds-spacing-500)) _(default: undefined)_\n- **--dds-sidenav-group-item-color** - Text color of the sidenav group item (default: var(--dds-text-neutral-base)) _(default: undefined)_\n- **--dds-sidenav-group-item-font-size-xs** - Font size of the sidenav group item (default: var(--dds-font-sm)) _(default: undefined)_\n- **--dds-sidenav-group-item-font-size-sm** - Font size of the sidenav group item (default: var(--dds-font-base)) _(default: undefined)_\n- **--dds-sidenav-group-item-font-size-lg** - Font size of the sidenav group item (default: var(--dds-font-lg)) _(default: undefined)_\n- **--dds-sidenav-group-item-font-weight** - Font weight of the sidenav group item (default: var(--dds-font-weight-medium)) _(default: undefined)_\n- **--dds-sidenav-group-item-bg-active** - Background color when the item is active (default: var(--dds-transparent-black-subtle)) _(default: undefined)_\n- **--dds-sidenav-group-item-bg-hover** - Background color on hover and active states (default: var(--dds-transparent-black-base)) _(default: undefined)_\n- **--dds-sidenav-group-toggle-margin** - Margin for the toggle button (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-sidenav-group-submenu-padding** - Padding for the submenu (default: var(--dds-spacing-300) 0) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main side navigation group container.\n- **title** - The title of the side navigation group.\n- **link** - The link of the side navigation group.\n- **toggle** - The toggle button of the side navigation group.\n- **submenu** - The submenu of the side navigation group.",
3551
+ "attributes": [
3552
+ {
3553
+ "name": "href",
3554
+ "description": "The href of the side navigation item",
3555
+ "values": []
3556
+ },
3557
+ {
3558
+ "name": "active",
3559
+ "description": "Whether the side navigation item is active",
3560
+ "values": []
3561
+ },
3562
+ {
3563
+ "name": "spacing",
3564
+ "description": "The spacing of the side navigation item",
3565
+ "values": [
3566
+ { "name": "top" },
3567
+ { "name": "bottom" },
3568
+ { "name": "both" },
3569
+ { "name": "none" }
3570
+ ]
3571
+ },
3572
+ {
3573
+ "name": "open",
3574
+ "description": "Whether the side navigation group is open",
3575
+ "values": []
3576
+ },
3577
+ {
3578
+ "name": "size",
3579
+ "description": "The size of the side navigation group",
3580
+ "values": [{ "name": "xs" }, { "name": "sm" }, { "name": "lg" }]
3581
+ }
3582
+ ],
3583
+ "references": [
3584
+ {
3585
+ "name": "Documentation",
3586
+ "url": "https://shoelace.style/components/sidenav-group"
3587
+ }
3588
+ ]
3589
+ },
3590
+ {
3591
+ "name": "dap-ds-sidenav-item",
3592
+ "description": "Side navigation item\n---\n\n\n### **Slots:**\n - _default_ - The content of the side navigation item.\n- **suffix** - The suffix of the side navigation item.\n\n### **CSS Properties:**\n - **--dds-sidenav-item-min-height-xs** - Minimum height of the sidenav item (default: var(--dds-spacing-800)) _(default: undefined)_\n- **--dds-sidenav-item-min-height-sm** - Minimum height of the sidenav item (default: var(--dds-spacing-1000)) _(default: undefined)_\n- **--dds-sidenav-item-min-height-lg** - Minimum height of the sidenav item (default: var(--dds-spacing-1200)) _(default: undefined)_\n- **--dds-sidenav-item-margin-bottom** - Default bottom margin of the sidenav item (default: var(--dds-spacing-100)) _(default: undefined)_\n- **--dds-sidenav-item-padding-xs** - Padding of the sidenav item (default: var(--dds-spacing-100) var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-sidenav-item-padding-sm** - Padding of the sidenav item (default: var(--dds-spacing-200) var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-sidenav-item-padding-lg** - Padding of the sidenav item (default: var(--dds-spacing-300) var(--dds-spacing-500)) _(default: undefined)_\n- **--dds-sidenav-item-radius** - Border radius of the sidenav item (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-sidenav-item-color** - Text color of the sidenav item (default: var(--dds-text-neutral-base)) _(default: undefined)_\n- **--dds-sidenav-item-font-size-xs** - Font size of the sidenav item (default: var(--dds-font-sm)) _(default: undefined)_\n- **--dds-sidenav-item-font-size-sm** - Font size of the sidenav item (default: var(--dds-font-base)) _(default: undefined)_\n- **--dds-sidenav-item-font-size-lg** - Font size of the sidenav item (default: var(--dds-font-lg)) _(default: undefined)_\n- **--dds-sidenav-item-font-weight** - Font weight of the sidenav item (default: var(--dds-font-weight-medium)) _(default: undefined)_\n- **--dds-sidenav-item-spacing-margin** - Margin used for spacing variants (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-sidenav-item-bg-active** - Background color when the item is active (default: var(--dds-transparent-black-subtle)) _(default: undefined)_\n- **--dds-sidenav-item-bg-hover** - Background color on hover and active states (default: var(--dds-transparent-black-base)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main side navigation item container.\n- **link** - The link of the side navigation item.",
3593
+ "attributes": [
3594
+ {
3595
+ "name": "href",
3596
+ "description": "The href of the side navigation item",
3597
+ "values": []
3598
+ },
3599
+ {
3600
+ "name": "active",
3601
+ "description": "Whether the side navigation item is active",
3602
+ "values": []
3603
+ },
3604
+ {
3605
+ "name": "current",
3606
+ "description": "Which `aria-current` token to expose on the link when `active` is set.\n\n`aria-current` has to sit on the anchor that assistive technology actually\nexposes. Setting it on this host does nothing: the host is a role-less custom\nelement, so the attribute is stranded there and screen-reader users cannot tell\nwhich item is current. Use `current=\"step\"` inside a stepper.",
3607
+ "values": [
3608
+ { "name": "page" },
3609
+ { "name": "step" },
3610
+ { "name": "location" },
3611
+ { "name": "date" },
3612
+ { "name": "time" },
3613
+ { "name": "true" }
3614
+ ]
3615
+ },
3616
+ {
3617
+ "name": "spacing",
3618
+ "description": "The spacing of the side navigation item",
3619
+ "values": [
3620
+ { "name": "top" },
3621
+ { "name": "bottom" },
3622
+ { "name": "both" },
3623
+ { "name": "none" }
3624
+ ]
3625
+ },
3626
+ {
3627
+ "name": "size",
3628
+ "description": "The size of the side navigation item",
3629
+ "values": [{ "name": "xs" }, { "name": "sm" }, { "name": "lg" }]
3630
+ }
3631
+ ],
3632
+ "references": [
3633
+ {
3634
+ "name": "Documentation",
3635
+ "url": "https://shoelace.style/components/sidenav-item"
3636
+ }
3637
+ ]
3638
+ },
3639
+ {
3640
+ "name": "dap-ds-sidenav",
3641
+ "description": "Side navigation is a list of links that are used to navigate to different sections of a page.\n---\n\n\n### **Events:**\n - **dds-item-click** - Event fired when the side navigation item is clicked.\n\n### **Slots:**\n - _default_ - The content of the side navigation.\n\n### **CSS Parts:**\n - **base** - The main side navigation container.\n- **menu** - The menu of the side navigation.",
3642
+ "attributes": [
3643
+ {
3644
+ "name": "label",
3645
+ "description": "The label of the side navigation, if aria label is not provided, it will be used as aria label",
3646
+ "values": []
3647
+ },
3648
+ {
3649
+ "name": "activeHref",
3650
+ "description": "The active href of the side navigation, to explicitly set the active item, if not provided, it will be set based on the current location",
3651
+ "values": []
3652
+ },
3653
+ {
3654
+ "name": "size",
3655
+ "description": "The size of the side navigation",
3656
+ "values": [{ "name": "xs" }, { "name": "sm" }, { "name": "lg" }]
3657
+ },
3658
+ {
3659
+ "name": "landmark",
3660
+ "description": "The landmark element to render. `aside` exposes a complementary landmark; `nav`\nexposes a navigation landmark, so the sidenav is listed when a screen-reader user\nasks for the page's navigation.\n\nDefaults to `aside` because that is what this component has always rendered, and\nchanging the landmark of every existing sidenav is not this component's call: a\nsidenav that is genuinely a sidebar should stay complementary. Set `nav` when the\nsidenav is the primary way to move around the view.",
3661
+ "values": [{ "name": "aside" }, { "name": "nav" }]
3662
+ }
3663
+ ],
3664
+ "references": [
3665
+ {
3666
+ "name": "Documentation",
3667
+ "url": "https://shoelace.style/components/sidenav"
3648
3668
  }
3649
3669
  ]
3650
3670
  },
@@ -4144,17 +4164,6 @@
4144
4164
  }
4145
4165
  ]
4146
4166
  },
4147
- {
4148
- "name": "dap-ds-input-group",
4149
- "description": "An input group is a container for inputs.\n---\n\n\n### **Slots:**\n - _default_ - The content of the input group items.\n- **feedback-icon** - The custom icon of the feedback.\n\n### **CSS Parts:**\n - **base** - The main input group container.\n- **label** - The label of the input group.\n- **description** - The description of the input group.\n- **tooltip** - The tooltip of the input group.\n- **container** - The container of the input group items.",
4150
- "attributes": [],
4151
- "references": [
4152
- {
4153
- "name": "Documentation",
4154
- "url": "https://shoelace.style/components/input-group"
4155
- }
4156
- ]
4157
- },
4158
4167
  {
4159
4168
  "name": "dap-ds-radio-group",
4160
4169
  "description": "A radio group is a form element that allows the user to select one option from a set.\n---\n\n\n### **Events:**\n - **dds-change** - Fired when the radio group is checked.\n- **dds-blur** - Emitted when the radio group loses focus.\n- **dds-focus** - Emitted when the radio group gains focus.\n\n### **Slots:**\n - _default_ - The content of the radio group.\n- **feedback-icon** - The custom icon of the feedback.\n\n### **CSS Parts:**\n - **base** - The main radio group container.\n- **label** - The label of the radio group.\n- **tooltip** - The tooltip of the radio group.\n- **container** - The container of the radio group items.",
@@ -4182,6 +4191,17 @@
4182
4191
  }
4183
4192
  ]
4184
4193
  },
4194
+ {
4195
+ "name": "dap-ds-input-group",
4196
+ "description": "An input group is a container for inputs.\n---\n\n\n### **Slots:**\n - _default_ - The content of the input group items.\n- **feedback-icon** - The custom icon of the feedback.\n\n### **CSS Parts:**\n - **base** - The main input group container.\n- **label** - The label of the input group.\n- **description** - The description of the input group.\n- **tooltip** - The tooltip of the input group.\n- **container** - The container of the input group items.",
4197
+ "attributes": [],
4198
+ "references": [
4199
+ {
4200
+ "name": "Documentation",
4201
+ "url": "https://shoelace.style/components/input-group"
4202
+ }
4203
+ ]
4204
+ },
4185
4205
  {
4186
4206
  "name": "dap-ds-icon-arrow-down-line",
4187
4207
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
@@ -4343,7 +4363,7 @@
4343
4363
  ]
4344
4364
  },
4345
4365
  {
4346
- "name": "dap-ds-icon-arrow-left-line",
4366
+ "name": "dap-ds-icon-arrow-left-s-fill",
4347
4367
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4348
4368
  "attributes": [
4349
4369
  {
@@ -4370,12 +4390,12 @@
4370
4390
  "references": [
4371
4391
  {
4372
4392
  "name": "Documentation",
4373
- "url": "https://shoelace.style/components/icon-arrow-left-line"
4393
+ "url": "https://shoelace.style/components/icon-arrow-left-s-fill"
4374
4394
  }
4375
4395
  ]
4376
4396
  },
4377
4397
  {
4378
- "name": "dap-ds-icon-arrow-left-s-fill",
4398
+ "name": "dap-ds-icon-arrow-left-line",
4379
4399
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4380
4400
  "attributes": [
4381
4401
  {
@@ -4402,7 +4422,7 @@
4402
4422
  "references": [
4403
4423
  {
4404
4424
  "name": "Documentation",
4405
- "url": "https://shoelace.style/components/icon-arrow-left-s-fill"
4425
+ "url": "https://shoelace.style/components/icon-arrow-left-line"
4406
4426
  }
4407
4427
  ]
4408
4428
  },
@@ -4439,7 +4459,7 @@
4439
4459
  ]
4440
4460
  },
4441
4461
  {
4442
- "name": "dap-ds-icon-arrow-left-up-line",
4462
+ "name": "dap-ds-icon-arrow-right-down-line",
4443
4463
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4444
4464
  "attributes": [
4445
4465
  {
@@ -4466,12 +4486,12 @@
4466
4486
  "references": [
4467
4487
  {
4468
4488
  "name": "Documentation",
4469
- "url": "https://shoelace.style/components/icon-arrow-left-up-line"
4489
+ "url": "https://shoelace.style/components/icon-arrow-right-down-line"
4470
4490
  }
4471
4491
  ]
4472
4492
  },
4473
4493
  {
4474
- "name": "dap-ds-icon-arrow-right-down-line",
4494
+ "name": "dap-ds-icon-arrow-right-l-line",
4475
4495
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4476
4496
  "attributes": [
4477
4497
  {
@@ -4498,12 +4518,12 @@
4498
4518
  "references": [
4499
4519
  {
4500
4520
  "name": "Documentation",
4501
- "url": "https://shoelace.style/components/icon-arrow-right-down-line"
4521
+ "url": "https://shoelace.style/components/icon-arrow-right-l-line"
4502
4522
  }
4503
4523
  ]
4504
4524
  },
4505
4525
  {
4506
- "name": "dap-ds-icon-arrow-right-l-line",
4526
+ "name": "dap-ds-icon-arrow-left-up-line",
4507
4527
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
4508
4528
  "attributes": [
4509
4529
  {
@@ -4530,7 +4550,7 @@
4530
4550
  "references": [
4531
4551
  {
4532
4552
  "name": "Documentation",
4533
- "url": "https://shoelace.style/components/icon-arrow-right-l-line"
4553
+ "url": "https://shoelace.style/components/icon-arrow-left-up-line"
4534
4554
  }
4535
4555
  ]
4536
4556
  },
@@ -5303,7 +5323,7 @@
5303
5323
  ]
5304
5324
  },
5305
5325
  {
5306
- "name": "dap-ds-icon-cookie-line",
5326
+ "name": "dap-ds-icon-add-line",
5307
5327
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5308
5328
  "attributes": [
5309
5329
  {
@@ -5330,12 +5350,12 @@
5330
5350
  "references": [
5331
5351
  {
5332
5352
  "name": "Documentation",
5333
- "url": "https://shoelace.style/components/icon-cookie-line"
5353
+ "url": "https://shoelace.style/components/icon-add-line"
5334
5354
  }
5335
5355
  ]
5336
5356
  },
5337
5357
  {
5338
- "name": "dap-ds-icon-account-circle-fill",
5358
+ "name": "dap-ds-icon-cookie-line",
5339
5359
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5340
5360
  "attributes": [
5341
5361
  {
@@ -5362,12 +5382,12 @@
5362
5382
  "references": [
5363
5383
  {
5364
5384
  "name": "Documentation",
5365
- "url": "https://shoelace.style/components/icon-account-circle-fill"
5385
+ "url": "https://shoelace.style/components/icon-cookie-line"
5366
5386
  }
5367
5387
  ]
5368
5388
  },
5369
5389
  {
5370
- "name": "dap-ds-icon-account-circle-line",
5390
+ "name": "dap-ds-icon-alert-fill",
5371
5391
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5372
5392
  "attributes": [
5373
5393
  {
@@ -5394,12 +5414,12 @@
5394
5414
  "references": [
5395
5415
  {
5396
5416
  "name": "Documentation",
5397
- "url": "https://shoelace.style/components/icon-account-circle-line"
5417
+ "url": "https://shoelace.style/components/icon-alert-fill"
5398
5418
  }
5399
5419
  ]
5400
5420
  },
5401
5421
  {
5402
- "name": "dap-ds-icon-user-fill",
5422
+ "name": "dap-ds-icon-alert-line",
5403
5423
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5404
5424
  "attributes": [
5405
5425
  {
@@ -5426,12 +5446,12 @@
5426
5446
  "references": [
5427
5447
  {
5428
5448
  "name": "Documentation",
5429
- "url": "https://shoelace.style/components/icon-user-fill"
5449
+ "url": "https://shoelace.style/components/icon-alert-line"
5430
5450
  }
5431
5451
  ]
5432
5452
  },
5433
5453
  {
5434
- "name": "dap-ds-icon-user-line",
5454
+ "name": "dap-ds-icon-check-line",
5435
5455
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5436
5456
  "attributes": [
5437
5457
  {
@@ -5458,12 +5478,12 @@
5458
5478
  "references": [
5459
5479
  {
5460
5480
  "name": "Documentation",
5461
- "url": "https://shoelace.style/components/icon-user-line"
5481
+ "url": "https://shoelace.style/components/icon-check-line"
5462
5482
  }
5463
5483
  ]
5464
5484
  },
5465
5485
  {
5466
- "name": "dap-ds-icon-add-line",
5486
+ "name": "dap-ds-icon-check-line2",
5467
5487
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5468
5488
  "attributes": [
5469
5489
  {
@@ -5490,12 +5510,12 @@
5490
5510
  "references": [
5491
5511
  {
5492
5512
  "name": "Documentation",
5493
- "url": "https://shoelace.style/components/icon-add-line"
5513
+ "url": "https://shoelace.style/components/icon-check-line2"
5494
5514
  }
5495
5515
  ]
5496
5516
  },
5497
5517
  {
5498
- "name": "dap-ds-icon-alert-fill",
5518
+ "name": "dap-ds-icon-checkbox-blank-circle-fill",
5499
5519
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5500
5520
  "attributes": [
5501
5521
  {
@@ -5522,12 +5542,12 @@
5522
5542
  "references": [
5523
5543
  {
5524
5544
  "name": "Documentation",
5525
- "url": "https://shoelace.style/components/icon-alert-fill"
5545
+ "url": "https://shoelace.style/components/icon-checkbox-blank-circle-fill"
5526
5546
  }
5527
5547
  ]
5528
5548
  },
5529
5549
  {
5530
- "name": "dap-ds-icon-alert-line",
5550
+ "name": "dap-ds-icon-checkbox-blank-circle-fill-check",
5531
5551
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5532
5552
  "attributes": [
5533
5553
  {
@@ -5554,12 +5574,12 @@
5554
5574
  "references": [
5555
5575
  {
5556
5576
  "name": "Documentation",
5557
- "url": "https://shoelace.style/components/icon-alert-line"
5577
+ "url": "https://shoelace.style/components/icon-checkbox-blank-circle-fill-check"
5558
5578
  }
5559
5579
  ]
5560
5580
  },
5561
5581
  {
5562
- "name": "dap-ds-icon-check-line",
5582
+ "name": "dap-ds-icon-checkbox-blank-circle-line",
5563
5583
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5564
5584
  "attributes": [
5565
5585
  {
@@ -5586,12 +5606,12 @@
5586
5606
  "references": [
5587
5607
  {
5588
5608
  "name": "Documentation",
5589
- "url": "https://shoelace.style/components/icon-check-line"
5609
+ "url": "https://shoelace.style/components/icon-checkbox-blank-circle-line"
5590
5610
  }
5591
5611
  ]
5592
5612
  },
5593
5613
  {
5594
- "name": "dap-ds-icon-check-line2",
5614
+ "name": "dap-ds-icon-checkbox-circle-fill",
5595
5615
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5596
5616
  "attributes": [
5597
5617
  {
@@ -5618,12 +5638,12 @@
5618
5638
  "references": [
5619
5639
  {
5620
5640
  "name": "Documentation",
5621
- "url": "https://shoelace.style/components/icon-check-line2"
5641
+ "url": "https://shoelace.style/components/icon-checkbox-circle-fill"
5622
5642
  }
5623
5643
  ]
5624
5644
  },
5625
5645
  {
5626
- "name": "dap-ds-icon-checkbox-blank-circle-fill",
5646
+ "name": "dap-ds-icon-checkbox-circle-line",
5627
5647
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5628
5648
  "attributes": [
5629
5649
  {
@@ -5650,12 +5670,12 @@
5650
5670
  "references": [
5651
5671
  {
5652
5672
  "name": "Documentation",
5653
- "url": "https://shoelace.style/components/icon-checkbox-blank-circle-fill"
5673
+ "url": "https://shoelace.style/components/icon-checkbox-circle-line"
5654
5674
  }
5655
5675
  ]
5656
5676
  },
5657
5677
  {
5658
- "name": "dap-ds-icon-checkbox-blank-circle-fill-check",
5678
+ "name": "dap-ds-icon-close-circle-fill",
5659
5679
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5660
5680
  "attributes": [
5661
5681
  {
@@ -5682,12 +5702,12 @@
5682
5702
  "references": [
5683
5703
  {
5684
5704
  "name": "Documentation",
5685
- "url": "https://shoelace.style/components/icon-checkbox-blank-circle-fill-check"
5705
+ "url": "https://shoelace.style/components/icon-close-circle-fill"
5686
5706
  }
5687
5707
  ]
5688
5708
  },
5689
5709
  {
5690
- "name": "dap-ds-icon-checkbox-blank-circle-line",
5710
+ "name": "dap-ds-icon-close-circle-line",
5691
5711
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5692
5712
  "attributes": [
5693
5713
  {
@@ -5714,12 +5734,12 @@
5714
5734
  "references": [
5715
5735
  {
5716
5736
  "name": "Documentation",
5717
- "url": "https://shoelace.style/components/icon-checkbox-blank-circle-line"
5737
+ "url": "https://shoelace.style/components/icon-close-circle-line"
5718
5738
  }
5719
5739
  ]
5720
5740
  },
5721
5741
  {
5722
- "name": "dap-ds-icon-checkbox-circle-fill",
5742
+ "name": "dap-ds-icon-close-fill",
5723
5743
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5724
5744
  "attributes": [
5725
5745
  {
@@ -5746,12 +5766,12 @@
5746
5766
  "references": [
5747
5767
  {
5748
5768
  "name": "Documentation",
5749
- "url": "https://shoelace.style/components/icon-checkbox-circle-fill"
5769
+ "url": "https://shoelace.style/components/icon-close-fill"
5750
5770
  }
5751
5771
  ]
5752
5772
  },
5753
5773
  {
5754
- "name": "dap-ds-icon-checkbox-circle-line",
5774
+ "name": "dap-ds-icon-close-line",
5755
5775
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5756
5776
  "attributes": [
5757
5777
  {
@@ -5778,12 +5798,12 @@
5778
5798
  "references": [
5779
5799
  {
5780
5800
  "name": "Documentation",
5781
- "url": "https://shoelace.style/components/icon-checkbox-circle-line"
5801
+ "url": "https://shoelace.style/components/icon-close-line"
5782
5802
  }
5783
5803
  ]
5784
5804
  },
5785
5805
  {
5786
- "name": "dap-ds-icon-close-circle-fill",
5806
+ "name": "dap-ds-icon-delete-bin-fill",
5787
5807
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5788
5808
  "attributes": [
5789
5809
  {
@@ -5810,12 +5830,12 @@
5810
5830
  "references": [
5811
5831
  {
5812
5832
  "name": "Documentation",
5813
- "url": "https://shoelace.style/components/icon-close-circle-fill"
5833
+ "url": "https://shoelace.style/components/icon-delete-bin-fill"
5814
5834
  }
5815
5835
  ]
5816
5836
  },
5817
5837
  {
5818
- "name": "dap-ds-icon-close-circle-line",
5838
+ "name": "dap-ds-icon-delete-bin-line",
5819
5839
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5820
5840
  "attributes": [
5821
5841
  {
@@ -5842,12 +5862,12 @@
5842
5862
  "references": [
5843
5863
  {
5844
5864
  "name": "Documentation",
5845
- "url": "https://shoelace.style/components/icon-close-circle-line"
5865
+ "url": "https://shoelace.style/components/icon-delete-bin-line"
5846
5866
  }
5847
5867
  ]
5848
5868
  },
5849
5869
  {
5850
- "name": "dap-ds-icon-close-fill",
5870
+ "name": "dap-ds-icon-download-line",
5851
5871
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5852
5872
  "attributes": [
5853
5873
  {
@@ -5874,12 +5894,12 @@
5874
5894
  "references": [
5875
5895
  {
5876
5896
  "name": "Documentation",
5877
- "url": "https://shoelace.style/components/icon-close-fill"
5897
+ "url": "https://shoelace.style/components/icon-download-line"
5878
5898
  }
5879
5899
  ]
5880
5900
  },
5881
5901
  {
5882
- "name": "dap-ds-icon-close-line",
5902
+ "name": "dap-ds-icon-error-warning-fill",
5883
5903
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5884
5904
  "attributes": [
5885
5905
  {
@@ -5906,12 +5926,12 @@
5906
5926
  "references": [
5907
5927
  {
5908
5928
  "name": "Documentation",
5909
- "url": "https://shoelace.style/components/icon-close-line"
5929
+ "url": "https://shoelace.style/components/icon-error-warning-fill"
5910
5930
  }
5911
5931
  ]
5912
5932
  },
5913
5933
  {
5914
- "name": "dap-ds-icon-delete-bin-fill",
5934
+ "name": "dap-ds-icon-error-warning-line",
5915
5935
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5916
5936
  "attributes": [
5917
5937
  {
@@ -5938,12 +5958,12 @@
5938
5958
  "references": [
5939
5959
  {
5940
5960
  "name": "Documentation",
5941
- "url": "https://shoelace.style/components/icon-delete-bin-fill"
5961
+ "url": "https://shoelace.style/components/icon-error-warning-line"
5942
5962
  }
5943
5963
  ]
5944
5964
  },
5945
5965
  {
5946
- "name": "dap-ds-icon-delete-bin-line",
5966
+ "name": "dap-ds-icon-external-link-line",
5947
5967
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5948
5968
  "attributes": [
5949
5969
  {
@@ -5970,12 +5990,12 @@
5970
5990
  "references": [
5971
5991
  {
5972
5992
  "name": "Documentation",
5973
- "url": "https://shoelace.style/components/icon-delete-bin-line"
5993
+ "url": "https://shoelace.style/components/icon-external-link-line"
5974
5994
  }
5975
5995
  ]
5976
5996
  },
5977
5997
  {
5978
- "name": "dap-ds-icon-download-line",
5998
+ "name": "dap-ds-icon-eye-line",
5979
5999
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
5980
6000
  "attributes": [
5981
6001
  {
@@ -6002,12 +6022,12 @@
6002
6022
  "references": [
6003
6023
  {
6004
6024
  "name": "Documentation",
6005
- "url": "https://shoelace.style/components/icon-download-line"
6025
+ "url": "https://shoelace.style/components/icon-eye-line"
6006
6026
  }
6007
6027
  ]
6008
6028
  },
6009
6029
  {
6010
- "name": "dap-ds-icon-error-warning-fill",
6030
+ "name": "dap-ds-icon-eye-off-line",
6011
6031
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6012
6032
  "attributes": [
6013
6033
  {
@@ -6034,12 +6054,12 @@
6034
6054
  "references": [
6035
6055
  {
6036
6056
  "name": "Documentation",
6037
- "url": "https://shoelace.style/components/icon-error-warning-fill"
6057
+ "url": "https://shoelace.style/components/icon-eye-off-line"
6038
6058
  }
6039
6059
  ]
6040
6060
  },
6041
6061
  {
6042
- "name": "dap-ds-icon-error-warning-line",
6062
+ "name": "dap-ds-icon-forbid-fill",
6043
6063
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6044
6064
  "attributes": [
6045
6065
  {
@@ -6066,12 +6086,12 @@
6066
6086
  "references": [
6067
6087
  {
6068
6088
  "name": "Documentation",
6069
- "url": "https://shoelace.style/components/icon-error-warning-line"
6089
+ "url": "https://shoelace.style/components/icon-forbid-fill"
6070
6090
  }
6071
6091
  ]
6072
6092
  },
6073
6093
  {
6074
- "name": "dap-ds-icon-external-link-line",
6094
+ "name": "dap-ds-icon-information-2-fill",
6075
6095
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6076
6096
  "attributes": [
6077
6097
  {
@@ -6098,12 +6118,12 @@
6098
6118
  "references": [
6099
6119
  {
6100
6120
  "name": "Documentation",
6101
- "url": "https://shoelace.style/components/icon-external-link-line"
6121
+ "url": "https://shoelace.style/components/icon-information-2-fill"
6102
6122
  }
6103
6123
  ]
6104
6124
  },
6105
6125
  {
6106
- "name": "dap-ds-icon-eye-line",
6126
+ "name": "dap-ds-icon-information-fill",
6107
6127
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6108
6128
  "attributes": [
6109
6129
  {
@@ -6130,12 +6150,12 @@
6130
6150
  "references": [
6131
6151
  {
6132
6152
  "name": "Documentation",
6133
- "url": "https://shoelace.style/components/icon-eye-line"
6153
+ "url": "https://shoelace.style/components/icon-information-fill"
6134
6154
  }
6135
6155
  ]
6136
6156
  },
6137
6157
  {
6138
- "name": "dap-ds-icon-eye-off-line",
6158
+ "name": "dap-ds-icon-information-line",
6139
6159
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6140
6160
  "attributes": [
6141
6161
  {
@@ -6162,12 +6182,12 @@
6162
6182
  "references": [
6163
6183
  {
6164
6184
  "name": "Documentation",
6165
- "url": "https://shoelace.style/components/icon-eye-off-line"
6185
+ "url": "https://shoelace.style/components/icon-information-line"
6166
6186
  }
6167
6187
  ]
6168
6188
  },
6169
6189
  {
6170
- "name": "dap-ds-icon-forbid-fill",
6190
+ "name": "dap-ds-icon-lightbulb-fill",
6171
6191
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6172
6192
  "attributes": [
6173
6193
  {
@@ -6194,12 +6214,12 @@
6194
6214
  "references": [
6195
6215
  {
6196
6216
  "name": "Documentation",
6197
- "url": "https://shoelace.style/components/icon-forbid-fill"
6217
+ "url": "https://shoelace.style/components/icon-lightbulb-fill"
6198
6218
  }
6199
6219
  ]
6200
6220
  },
6201
6221
  {
6202
- "name": "dap-ds-icon-information-2-fill",
6222
+ "name": "dap-ds-icon-loading-spinner",
6203
6223
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6204
6224
  "attributes": [
6205
6225
  {
@@ -6226,12 +6246,12 @@
6226
6246
  "references": [
6227
6247
  {
6228
6248
  "name": "Documentation",
6229
- "url": "https://shoelace.style/components/icon-information-2-fill"
6249
+ "url": "https://shoelace.style/components/icon-loading-spinner"
6230
6250
  }
6231
6251
  ]
6232
6252
  },
6233
6253
  {
6234
- "name": "dap-ds-icon-information-fill",
6254
+ "name": "dap-ds-icon-lock-fill",
6235
6255
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6236
6256
  "attributes": [
6237
6257
  {
@@ -6258,12 +6278,12 @@
6258
6278
  "references": [
6259
6279
  {
6260
6280
  "name": "Documentation",
6261
- "url": "https://shoelace.style/components/icon-information-fill"
6281
+ "url": "https://shoelace.style/components/icon-lock-fill"
6262
6282
  }
6263
6283
  ]
6264
6284
  },
6265
6285
  {
6266
- "name": "dap-ds-icon-information-line",
6286
+ "name": "dap-ds-icon-lock-line",
6267
6287
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6268
6288
  "attributes": [
6269
6289
  {
@@ -6290,12 +6310,12 @@
6290
6310
  "references": [
6291
6311
  {
6292
6312
  "name": "Documentation",
6293
- "url": "https://shoelace.style/components/icon-information-line"
6313
+ "url": "https://shoelace.style/components/icon-lock-line"
6294
6314
  }
6295
6315
  ]
6296
6316
  },
6297
6317
  {
6298
- "name": "dap-ds-icon-lightbulb-fill",
6318
+ "name": "dap-ds-icon-menu-line",
6299
6319
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6300
6320
  "attributes": [
6301
6321
  {
@@ -6322,12 +6342,12 @@
6322
6342
  "references": [
6323
6343
  {
6324
6344
  "name": "Documentation",
6325
- "url": "https://shoelace.style/components/icon-lightbulb-fill"
6345
+ "url": "https://shoelace.style/components/icon-menu-line"
6326
6346
  }
6327
6347
  ]
6328
6348
  },
6329
6349
  {
6330
- "name": "dap-ds-icon-loading-spinner",
6350
+ "name": "dap-ds-icon-menu-line-s",
6331
6351
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6332
6352
  "attributes": [
6333
6353
  {
@@ -6354,12 +6374,12 @@
6354
6374
  "references": [
6355
6375
  {
6356
6376
  "name": "Documentation",
6357
- "url": "https://shoelace.style/components/icon-loading-spinner"
6377
+ "url": "https://shoelace.style/components/icon-menu-line-s"
6358
6378
  }
6359
6379
  ]
6360
6380
  },
6361
6381
  {
6362
- "name": "dap-ds-icon-lock-fill",
6382
+ "name": "dap-ds-icon-more-2-line",
6363
6383
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6364
6384
  "attributes": [
6365
6385
  {
@@ -6386,12 +6406,12 @@
6386
6406
  "references": [
6387
6407
  {
6388
6408
  "name": "Documentation",
6389
- "url": "https://shoelace.style/components/icon-lock-fill"
6409
+ "url": "https://shoelace.style/components/icon-more-2-line"
6390
6410
  }
6391
6411
  ]
6392
6412
  },
6393
6413
  {
6394
- "name": "dap-ds-icon-lock-line",
6414
+ "name": "dap-ds-icon-more-line",
6395
6415
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6396
6416
  "attributes": [
6397
6417
  {
@@ -6418,12 +6438,12 @@
6418
6438
  "references": [
6419
6439
  {
6420
6440
  "name": "Documentation",
6421
- "url": "https://shoelace.style/components/icon-lock-line"
6441
+ "url": "https://shoelace.style/components/icon-more-line"
6422
6442
  }
6423
6443
  ]
6424
6444
  },
6425
6445
  {
6426
- "name": "dap-ds-icon-menu-line",
6446
+ "name": "dap-ds-icon-search-line",
6427
6447
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6428
6448
  "attributes": [
6429
6449
  {
@@ -6450,12 +6470,12 @@
6450
6470
  "references": [
6451
6471
  {
6452
6472
  "name": "Documentation",
6453
- "url": "https://shoelace.style/components/icon-menu-line"
6473
+ "url": "https://shoelace.style/components/icon-search-line"
6454
6474
  }
6455
6475
  ]
6456
6476
  },
6457
6477
  {
6458
- "name": "dap-ds-icon-menu-line-s",
6478
+ "name": "dap-ds-icon-share-line",
6459
6479
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6460
6480
  "attributes": [
6461
6481
  {
@@ -6482,12 +6502,12 @@
6482
6502
  "references": [
6483
6503
  {
6484
6504
  "name": "Documentation",
6485
- "url": "https://shoelace.style/components/icon-menu-line-s"
6505
+ "url": "https://shoelace.style/components/icon-share-line"
6486
6506
  }
6487
6507
  ]
6488
6508
  },
6489
6509
  {
6490
- "name": "dap-ds-icon-more-2-line",
6510
+ "name": "dap-ds-icon-shield-check-fill",
6491
6511
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6492
6512
  "attributes": [
6493
6513
  {
@@ -6514,12 +6534,12 @@
6514
6534
  "references": [
6515
6535
  {
6516
6536
  "name": "Documentation",
6517
- "url": "https://shoelace.style/components/icon-more-2-line"
6537
+ "url": "https://shoelace.style/components/icon-shield-check-fill"
6518
6538
  }
6519
6539
  ]
6520
6540
  },
6521
6541
  {
6522
- "name": "dap-ds-icon-more-line",
6542
+ "name": "dap-ds-icon-shield-check-line",
6523
6543
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6524
6544
  "attributes": [
6525
6545
  {
@@ -6546,12 +6566,12 @@
6546
6566
  "references": [
6547
6567
  {
6548
6568
  "name": "Documentation",
6549
- "url": "https://shoelace.style/components/icon-more-line"
6569
+ "url": "https://shoelace.style/components/icon-shield-check-line"
6550
6570
  }
6551
6571
  ]
6552
6572
  },
6553
6573
  {
6554
- "name": "dap-ds-icon-search-line",
6574
+ "name": "dap-ds-icon-star-fill",
6555
6575
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6556
6576
  "attributes": [
6557
6577
  {
@@ -6578,12 +6598,12 @@
6578
6598
  "references": [
6579
6599
  {
6580
6600
  "name": "Documentation",
6581
- "url": "https://shoelace.style/components/icon-search-line"
6601
+ "url": "https://shoelace.style/components/icon-star-fill"
6582
6602
  }
6583
6603
  ]
6584
6604
  },
6585
6605
  {
6586
- "name": "dap-ds-icon-share-line",
6606
+ "name": "dap-ds-icon-subtract-line",
6587
6607
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6588
6608
  "attributes": [
6589
6609
  {
@@ -6610,12 +6630,12 @@
6610
6630
  "references": [
6611
6631
  {
6612
6632
  "name": "Documentation",
6613
- "url": "https://shoelace.style/components/icon-share-line"
6633
+ "url": "https://shoelace.style/components/icon-subtract-line"
6614
6634
  }
6615
6635
  ]
6616
6636
  },
6617
6637
  {
6618
- "name": "dap-ds-icon-shield-check-fill",
6638
+ "name": "dap-ds-icon-subtract-line2",
6619
6639
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6620
6640
  "attributes": [
6621
6641
  {
@@ -6642,12 +6662,12 @@
6642
6662
  "references": [
6643
6663
  {
6644
6664
  "name": "Documentation",
6645
- "url": "https://shoelace.style/components/icon-shield-check-fill"
6665
+ "url": "https://shoelace.style/components/icon-subtract-line2"
6646
6666
  }
6647
6667
  ]
6648
6668
  },
6649
6669
  {
6650
- "name": "dap-ds-icon-shield-check-line",
6670
+ "name": "dap-ds-icon-time-fill",
6651
6671
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6652
6672
  "attributes": [
6653
6673
  {
@@ -6674,12 +6694,12 @@
6674
6694
  "references": [
6675
6695
  {
6676
6696
  "name": "Documentation",
6677
- "url": "https://shoelace.style/components/icon-shield-check-line"
6697
+ "url": "https://shoelace.style/components/icon-time-fill"
6678
6698
  }
6679
6699
  ]
6680
6700
  },
6681
6701
  {
6682
- "name": "dap-ds-icon-star-fill",
6702
+ "name": "dap-ds-icon-time-line",
6683
6703
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6684
6704
  "attributes": [
6685
6705
  {
@@ -6706,12 +6726,12 @@
6706
6726
  "references": [
6707
6727
  {
6708
6728
  "name": "Documentation",
6709
- "url": "https://shoelace.style/components/icon-star-fill"
6729
+ "url": "https://shoelace.style/components/icon-time-line"
6710
6730
  }
6711
6731
  ]
6712
6732
  },
6713
6733
  {
6714
- "name": "dap-ds-icon-subtract-line",
6734
+ "name": "dap-ds-icon-upload-2-fill",
6715
6735
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6716
6736
  "attributes": [
6717
6737
  {
@@ -6738,12 +6758,12 @@
6738
6758
  "references": [
6739
6759
  {
6740
6760
  "name": "Documentation",
6741
- "url": "https://shoelace.style/components/icon-subtract-line"
6761
+ "url": "https://shoelace.style/components/icon-upload-2-fill"
6742
6762
  }
6743
6763
  ]
6744
6764
  },
6745
6765
  {
6746
- "name": "dap-ds-icon-subtract-line2",
6766
+ "name": "dap-ds-icon-upload-2-line",
6747
6767
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6748
6768
  "attributes": [
6749
6769
  {
@@ -6770,12 +6790,12 @@
6770
6790
  "references": [
6771
6791
  {
6772
6792
  "name": "Documentation",
6773
- "url": "https://shoelace.style/components/icon-subtract-line2"
6793
+ "url": "https://shoelace.style/components/icon-upload-2-line"
6774
6794
  }
6775
6795
  ]
6776
6796
  },
6777
6797
  {
6778
- "name": "dap-ds-icon-time-fill",
6798
+ "name": "dap-ds-icon-upload-line",
6779
6799
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6780
6800
  "attributes": [
6781
6801
  {
@@ -6802,12 +6822,12 @@
6802
6822
  "references": [
6803
6823
  {
6804
6824
  "name": "Documentation",
6805
- "url": "https://shoelace.style/components/icon-time-fill"
6825
+ "url": "https://shoelace.style/components/icon-upload-line"
6806
6826
  }
6807
6827
  ]
6808
6828
  },
6809
6829
  {
6810
- "name": "dap-ds-icon-time-line",
6830
+ "name": "dap-ds-icon-zoom-in-line",
6811
6831
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6812
6832
  "attributes": [
6813
6833
  {
@@ -6834,12 +6854,12 @@
6834
6854
  "references": [
6835
6855
  {
6836
6856
  "name": "Documentation",
6837
- "url": "https://shoelace.style/components/icon-time-line"
6857
+ "url": "https://shoelace.style/components/icon-zoom-in-line"
6838
6858
  }
6839
6859
  ]
6840
6860
  },
6841
6861
  {
6842
- "name": "dap-ds-icon-upload-2-fill",
6862
+ "name": "dap-ds-icon-zoom-out-line",
6843
6863
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6844
6864
  "attributes": [
6845
6865
  {
@@ -6866,12 +6886,12 @@
6866
6886
  "references": [
6867
6887
  {
6868
6888
  "name": "Documentation",
6869
- "url": "https://shoelace.style/components/icon-upload-2-fill"
6889
+ "url": "https://shoelace.style/components/icon-zoom-out-line"
6870
6890
  }
6871
6891
  ]
6872
6892
  },
6873
6893
  {
6874
- "name": "dap-ds-icon-upload-2-line",
6894
+ "name": "dap-ds-icon-account-circle-fill",
6875
6895
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6876
6896
  "attributes": [
6877
6897
  {
@@ -6898,12 +6918,12 @@
6898
6918
  "references": [
6899
6919
  {
6900
6920
  "name": "Documentation",
6901
- "url": "https://shoelace.style/components/icon-upload-2-line"
6921
+ "url": "https://shoelace.style/components/icon-account-circle-fill"
6902
6922
  }
6903
6923
  ]
6904
6924
  },
6905
6925
  {
6906
- "name": "dap-ds-icon-upload-line",
6926
+ "name": "dap-ds-icon-account-circle-line",
6907
6927
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6908
6928
  "attributes": [
6909
6929
  {
@@ -6930,12 +6950,12 @@
6930
6950
  "references": [
6931
6951
  {
6932
6952
  "name": "Documentation",
6933
- "url": "https://shoelace.style/components/icon-upload-line"
6953
+ "url": "https://shoelace.style/components/icon-account-circle-line"
6934
6954
  }
6935
6955
  ]
6936
6956
  },
6937
6957
  {
6938
- "name": "dap-ds-icon-zoom-in-line",
6958
+ "name": "dap-ds-icon-user-fill",
6939
6959
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6940
6960
  "attributes": [
6941
6961
  {
@@ -6962,12 +6982,12 @@
6962
6982
  "references": [
6963
6983
  {
6964
6984
  "name": "Documentation",
6965
- "url": "https://shoelace.style/components/icon-zoom-in-line"
6985
+ "url": "https://shoelace.style/components/icon-user-fill"
6966
6986
  }
6967
6987
  ]
6968
6988
  },
6969
6989
  {
6970
- "name": "dap-ds-icon-zoom-out-line",
6990
+ "name": "dap-ds-icon-user-line",
6971
6991
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
6972
6992
  "attributes": [
6973
6993
  {
@@ -6994,7 +7014,7 @@
6994
7014
  "references": [
6995
7015
  {
6996
7016
  "name": "Documentation",
6997
- "url": "https://shoelace.style/components/icon-zoom-out-line"
7017
+ "url": "https://shoelace.style/components/icon-user-line"
6998
7018
  }
6999
7019
  ]
7000
7020
  }