dap-design-system 0.59.0 → 0.59.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{components-CDc41tvu.js → components-t--58ON2.js} +31 -31
- package/dist/{components-CDc41tvu.js.map → components-t--58ON2.js.map} +1 -1
- package/dist/components.js +1 -1
- package/dist/dds.js +1 -1
- package/dist/manifest/types/vue/index.d.ts +490 -490
- package/dist/manifest/vscode.html-custom-data.json +405 -405
- package/dist/manifest/web-types.json +877 -877
- package/dist/react/index.d.ts +16 -16
- package/dist/react-types.ts +17 -17
- package/dist/react.js +305 -305
- package/dist/react.js.map +1 -1
- package/package.json +1 -1
|
@@ -2,55 +2,6 @@
|
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/microsoft/vscode-html-languageservice/main/docs/customData.schema.json",
|
|
3
3
|
"version": 1.1,
|
|
4
4
|
"tags": [
|
|
5
|
-
{
|
|
6
|
-
"name": "dap-ds-accordion-group",
|
|
7
|
-
"description": "An accordion group is a collection of accordion components.\n---\n\n\n### **Slots:**\n - _default_ - The content of the accordion group.\n\n### **CSS Properties:**\n - **--dds-accordion-group-spacing** - Controls the gap between accordion items (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-accordion-group-border-color** - Controls the border color (default: var(--dds-border-neutral-subtle)) _(default: undefined)_\n- **--dds-accordion-group-border-width** - Controls the border width (default: var(--dds-border-width-base)) _(default: undefined)_\n- **--dds-accordion-group-border-radius** - Controls the border radius (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-accordion-group-background** - Controls the background color (default: transparent) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main accordion group container.",
|
|
8
|
-
"attributes": [
|
|
9
|
-
{
|
|
10
|
-
"name": "autoClose",
|
|
11
|
-
"description": "Whether to close other accordions when one is opened.",
|
|
12
|
-
"values": []
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"name": "variant",
|
|
16
|
-
"description": "The variant of the accordion",
|
|
17
|
-
"values": [
|
|
18
|
-
{ "name": "default" },
|
|
19
|
-
{ "name": "collapsed" },
|
|
20
|
-
{ "name": "clean" },
|
|
21
|
-
{ "name": "clean-collapsed" }
|
|
22
|
-
]
|
|
23
|
-
}
|
|
24
|
-
],
|
|
25
|
-
"references": [
|
|
26
|
-
{
|
|
27
|
-
"name": "Documentation",
|
|
28
|
-
"url": "https://shoelace.style/components/accordion-group"
|
|
29
|
-
}
|
|
30
|
-
]
|
|
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
|
-
},
|
|
54
5
|
{
|
|
55
6
|
"name": "dap-ds-avatar",
|
|
56
7
|
"description": "Avatar component can be used to display user profile images, initials, or icons.\n---\n\n\n### **Events:**\n - **dds-load** - Fired when the image loads successfully.\n- **dds-error** - Fired when the image fails to load.\n\n### **Slots:**\n - **icon** - The icon to display when variant is 'icon'.\n- **fallback** - Custom fallback content when image fails to load.\n\n### **CSS Properties:**\n - **--dds-avatar-border-radius** - The border radius of the avatar (default: 50%) _(default: undefined)_\n- **--dds-avatar-background-color** - The background color of the avatar (default: var(--dds-neutral-200)) _(default: undefined)_\n- **--dds-avatar-border-width** - The border width of the avatar (default: 0) _(default: undefined)_\n- **--dds-avatar-border-color** - The color of the avatar's border (default: transparent) _(default: undefined)_\n- **--dds-avatar-border-style** - The style of the avatar's border (default: solid) _(default: undefined)_\n- **--dds-avatar-transition** - The transition property for the avatar (default: all 0.2s ease-in-out) _(default: undefined)_\n- **--dds-avatar-text-color** - The text color for initials (default: var(--dds-text-neutral-strong)) _(default: undefined)_\n- **--dds-avatar-font-weight** - The font weight for initials (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-avatar-lg-size** - Size for large avatars (default: var(--dds-avatar-size-lg)) _(default: undefined)_\n- **--dds-avatar-md-size** - Size for medium avatars (default: var(--dds-avatar-size-md)) _(default: undefined)_\n- **--dds-avatar-sm-size** - Size for small avatars (default: var(--dds-avatar-size-sm)) _(default: undefined)_\n- **--dds-avatar-xs-size** - Size for extra small avatars (default: var(--dds-avatar-size-xs)) _(default: undefined)_\n- **--dds-avatar-xxs-size** - Size for extra extra small avatars (default: var(--dds-avatar-size-xxs)) _(default: undefined)_\n- **--dds-avatar-font-size-lg** - Font size for large avatars (default: var(--dds-font-2xl)) _(default: undefined)_\n- **--dds-avatar-font-size-md** - Font size for medium avatars (default: var(--dds-font-lg)) _(default: undefined)_\n- **--dds-avatar-font-size-sm** - Font size for small avatars (default: var(--dds-font-base)) _(default: undefined)_\n- **--dds-avatar-font-size-xs** - Font size for extra small avatars (default: var(--dds-font-sm)) _(default: undefined)_\n- **--dds-avatar-font-size-xxs** - Font size for extra extra small avatars (default: var(--dds-font-xs)) _(default: undefined)_\n- **--dds-avatar-hover-transform** - Transform applied on hover for interactive avatars (default: scale(1.05)) _(default: undefined)_\n- **--dds-avatar-active-transform** - Transform applied when active for interactive avatars (default: scale(0.95)) _(default: undefined)_\n- **--dds-avatar-focus-ring** - Focus ring style for interactive avatars (default: 0 0 0 2px var(--dds-focus-outer-ring)) _(default: undefined)_\n- **--dds-avatar-loading-background** - Background color when loading (default: var(--dds-neutral-100)) _(default: undefined)_\n- **--dds-avatar-error-background** - Background color when image fails to load (default: var(--dds-negative-100)) _(default: undefined)_\n- **--dds-avatar-error-color** - Text color when image fails to load (default: var(--dds-negative-600)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main avatar container.\n- **img** - The avatar image.\n- **initials** - The initials container.\n- **icon** - The icon container.\n- **fallback** - The fallback content container.\n- **loading** - The loading indicator.",
|
|
@@ -121,6 +72,17 @@
|
|
|
121
72
|
}
|
|
122
73
|
]
|
|
123
74
|
},
|
|
75
|
+
{
|
|
76
|
+
"name": "dap-ds-accordion",
|
|
77
|
+
"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.",
|
|
78
|
+
"attributes": [],
|
|
79
|
+
"references": [
|
|
80
|
+
{
|
|
81
|
+
"name": "Documentation",
|
|
82
|
+
"url": "https://shoelace.style/components/accordion"
|
|
83
|
+
}
|
|
84
|
+
]
|
|
85
|
+
},
|
|
124
86
|
{
|
|
125
87
|
"name": "dap-ds-avatar-group",
|
|
126
88
|
"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.",
|
|
@@ -164,13 +126,50 @@
|
|
|
164
126
|
]
|
|
165
127
|
},
|
|
166
128
|
{
|
|
167
|
-
"name": "dap-ds-
|
|
168
|
-
"description": "
|
|
169
|
-
"attributes": [
|
|
129
|
+
"name": "dap-ds-banner",
|
|
130
|
+
"description": "A banner is a message displayed at the top of the page to provide important information to the user.\n---\n\n\n### **Events:**\n - **dds-close** - Event fired when the banner is closed.\n\n### **Slots:**\n - _default_ - The content of the banner.\n- **actions** - Actions of banner\n- **icon** - The icon of the banner.\n\n### **CSS Properties:**\n - **--dds-banner-gap** - The gap between banner elements (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-banner-line-height** - The line height of the banner text (default: var(--dds-font-line-height-xlarge)) _(default: undefined)_\n- **--dds-banner-transition** - The transition property for the banner (default: all 0.2s ease-in-out) _(default: undefined)_\n- **--dds-banner-brand-background** - The background color of the brand banner (default: var(--dds-banner-background-brand)) _(default: undefined)_\n- **--dds-banner-brand-icon-color** - The color of the brand banner icon (default: var(--dds-banner-icon-brand)) _(default: undefined)_\n- **--dds-banner-brand-text-color** - The text color of the brand banner (default: var(--dds-banner-text-brand)) _(default: undefined)_\n- **--dds-banner-brand-action-color** - The color of the brand banner actions (default: var(--dds-banner-action-enabled)) _(default: undefined)_\n- **--dds-banner-info-background** - The background color of the info banner (default: var(--dds-banner-background-informative)) _(default: undefined)_\n- **--dds-banner-info-icon-color** - The color of the info banner icon (default: var(--dds-banner-icon-informative)) _(default: undefined)_\n- **--dds-banner-info-text-color** - The text color of the info banner (default: var(--dds-banner-text-informative)) _(default: undefined)_\n- **--dds-banner-info-action-color** - The color of the info banner actions (default: var(--dds-banner-action-enabled)) _(default: undefined)_\n- **--dds-banner-positive-background** - The background color of the positive banner (default: var(--dds-banner-background-positive)) _(default: undefined)_\n- **--dds-banner-positive-icon-color** - The color of the positive banner icon (default: var(--dds-banner-icon-positive)) _(default: undefined)_\n- **--dds-banner-positive-text-color** - The text color of the positive banner (default: var(--dds-banner-text-positive)) _(default: undefined)_\n- **--dds-banner-positive-action-color** - The color of the positive banner actions (default: var(--dds-banner-action-enabled)) _(default: undefined)_\n- **--dds-banner-warning-background** - The background color of the warning banner (default: var(--dds-banner-background-warning)) _(default: undefined)_\n- **--dds-banner-warning-icon-color** - The color of the warning banner icon (default: var(--dds-banner-icon-warning)) _(default: undefined)_\n- **--dds-banner-warning-text-color** - The text color of the warning banner (default: var(--dds-banner-text-warning)) _(default: undefined)_\n- **--dds-banner-warning-action-color** - The color of the warning banner actions (default: var(--dds-banner-action-inverted-enabled)) _(default: undefined)_\n- **--dds-banner-negative-background** - The background color of the negative banner (default: var(--dds-banner-background-negative)) _(default: undefined)_\n- **--dds-banner-negative-icon-color** - The color of the negative banner icon (default: var(--dds-banner-icon-negative)) _(default: undefined)_\n- **--dds-banner-negative-text-color** - The text color of the negative banner (default: var(--dds-banner-text-negative)) _(default: undefined)_\n- **--dds-banner-negative-action-color** - The color of the negative banner actions (default: var(--dds-banner-action-inverted-enabled)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main banner container.\n- **card-base** - The wrapper card container.\n- **icon** - The icon of the banner.\n- **icon-element** - The icon element of the banner.\n- **icon-base** - The base of the icon.\n- **closebutton** - The close button of the banner.\n- **close-icon-element** - The icon element of the close button.\n- **close-icon-base** - The base of the close button icon.\n- **actions** - The actions of the banner.\n- **title** - The title of the banner.",
|
|
131
|
+
"attributes": [
|
|
132
|
+
{
|
|
133
|
+
"name": "variant",
|
|
134
|
+
"description": "The variant of the banner",
|
|
135
|
+
"values": [
|
|
136
|
+
{ "name": "brand" },
|
|
137
|
+
{ "name": "positive" },
|
|
138
|
+
{ "name": "info" },
|
|
139
|
+
{ "name": "warning" },
|
|
140
|
+
{ "name": "negative" }
|
|
141
|
+
]
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"name": "closeable",
|
|
145
|
+
"description": "Whether the banner is closeable",
|
|
146
|
+
"values": []
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"name": "opened",
|
|
150
|
+
"description": "State of the banner. If false banner is hidden",
|
|
151
|
+
"values": []
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"name": "closeButtonLabel",
|
|
155
|
+
"description": "The aria-label for the close button",
|
|
156
|
+
"values": []
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"name": "closeButtonTestId",
|
|
160
|
+
"description": "`data-testid` for the close button.",
|
|
161
|
+
"values": []
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"name": "icon",
|
|
165
|
+
"description": "The icon of the banner, this is a name of a built icon icon",
|
|
166
|
+
"values": []
|
|
167
|
+
}
|
|
168
|
+
],
|
|
170
169
|
"references": [
|
|
171
170
|
{
|
|
172
171
|
"name": "Documentation",
|
|
173
|
-
"url": "https://shoelace.style/components/
|
|
172
|
+
"url": "https://shoelace.style/components/banner"
|
|
174
173
|
}
|
|
175
174
|
]
|
|
176
175
|
},
|
|
@@ -232,50 +231,51 @@
|
|
|
232
231
|
]
|
|
233
232
|
},
|
|
234
233
|
{
|
|
235
|
-
"name": "dap-ds-
|
|
236
|
-
"description": "
|
|
234
|
+
"name": "dap-ds-anchor-heading",
|
|
235
|
+
"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.",
|
|
237
236
|
"attributes": [
|
|
238
237
|
{
|
|
239
238
|
"name": "variant",
|
|
240
|
-
"description": "The variant of the
|
|
241
|
-
"values": [
|
|
242
|
-
{ "name": "brand" },
|
|
243
|
-
{ "name": "positive" },
|
|
244
|
-
{ "name": "info" },
|
|
245
|
-
{ "name": "warning" },
|
|
246
|
-
{ "name": "negative" }
|
|
247
|
-
]
|
|
248
|
-
},
|
|
249
|
-
{
|
|
250
|
-
"name": "closeable",
|
|
251
|
-
"description": "Whether the banner is closeable",
|
|
252
|
-
"values": []
|
|
239
|
+
"description": "The variant of the heading. Default is `h2`. Can be `h1`, `h2`, `h3`, `h4`, `h5`, or `h6`.",
|
|
240
|
+
"values": [{ "name": "HeadingVariant" }]
|
|
253
241
|
},
|
|
254
242
|
{
|
|
255
|
-
"name": "
|
|
256
|
-
"description": "
|
|
243
|
+
"name": "label",
|
|
244
|
+
"description": "The label of the heading.",
|
|
257
245
|
"values": []
|
|
258
|
-
}
|
|
246
|
+
}
|
|
247
|
+
],
|
|
248
|
+
"references": [
|
|
259
249
|
{
|
|
260
|
-
"name": "
|
|
261
|
-
"
|
|
262
|
-
|
|
263
|
-
|
|
250
|
+
"name": "Documentation",
|
|
251
|
+
"url": "https://shoelace.style/components/anchor-heading"
|
|
252
|
+
}
|
|
253
|
+
]
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"name": "dap-ds-accordion-group",
|
|
257
|
+
"description": "An accordion group is a collection of accordion components.\n---\n\n\n### **Slots:**\n - _default_ - The content of the accordion group.\n\n### **CSS Properties:**\n - **--dds-accordion-group-spacing** - Controls the gap between accordion items (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-accordion-group-border-color** - Controls the border color (default: var(--dds-border-neutral-subtle)) _(default: undefined)_\n- **--dds-accordion-group-border-width** - Controls the border width (default: var(--dds-border-width-base)) _(default: undefined)_\n- **--dds-accordion-group-border-radius** - Controls the border radius (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-accordion-group-background** - Controls the background color (default: transparent) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main accordion group container.",
|
|
258
|
+
"attributes": [
|
|
264
259
|
{
|
|
265
|
-
"name": "
|
|
266
|
-
"description": "
|
|
260
|
+
"name": "autoClose",
|
|
261
|
+
"description": "Whether to close other accordions when one is opened.",
|
|
267
262
|
"values": []
|
|
268
263
|
},
|
|
269
264
|
{
|
|
270
|
-
"name": "
|
|
271
|
-
"description": "The
|
|
272
|
-
"values": [
|
|
265
|
+
"name": "variant",
|
|
266
|
+
"description": "The variant of the accordion",
|
|
267
|
+
"values": [
|
|
268
|
+
{ "name": "default" },
|
|
269
|
+
{ "name": "collapsed" },
|
|
270
|
+
{ "name": "clean" },
|
|
271
|
+
{ "name": "clean-collapsed" }
|
|
272
|
+
]
|
|
273
273
|
}
|
|
274
274
|
],
|
|
275
275
|
"references": [
|
|
276
276
|
{
|
|
277
277
|
"name": "Documentation",
|
|
278
|
-
"url": "https://shoelace.style/components/
|
|
278
|
+
"url": "https://shoelace.style/components/accordion-group"
|
|
279
279
|
}
|
|
280
280
|
]
|
|
281
281
|
},
|
|
@@ -426,74 +426,6 @@
|
|
|
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
|
-
},
|
|
497
429
|
{
|
|
498
430
|
"name": "dap-ds-calendar-cell",
|
|
499
431
|
"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.",
|
|
@@ -576,20 +508,88 @@
|
|
|
576
508
|
"values": [{ "name": "hu" }, { "name": "en" }, { "name": "de" }]
|
|
577
509
|
},
|
|
578
510
|
{
|
|
579
|
-
"name": "prevButtonTestId",
|
|
580
|
-
"description": "`data-testid` for the previous-month button.",
|
|
511
|
+
"name": "prevButtonTestId",
|
|
512
|
+
"description": "`data-testid` for the previous-month button.",
|
|
513
|
+
"values": []
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"name": "nextButtonTestId",
|
|
517
|
+
"description": "`data-testid` for the next-month button.",
|
|
518
|
+
"values": []
|
|
519
|
+
}
|
|
520
|
+
],
|
|
521
|
+
"references": [
|
|
522
|
+
{
|
|
523
|
+
"name": "Documentation",
|
|
524
|
+
"url": "https://shoelace.style/components/calendar"
|
|
525
|
+
}
|
|
526
|
+
]
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
"name": "dap-ds-callout",
|
|
530
|
+
"description": "`dap-ds-callout` is a custom callout component.\n---\n\n\n### **Events:**\n - **dds-close** - Fired when the close button is clicked.\n\n### **Slots:**\n - _default_ - The content of the callout.\n- **title** - The title of the callout.\n- **icon** - The icon of the callout.\n- **actions** - The actions of the callout.\n- **close** - The close button of the callout.\n\n### **CSS Properties:**\n - **--dds-callout-padding** - Padding of the callout content. (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-callout-gap** - Gap between elements in horizontal layout. (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-callout-icon-size** - Size of the icon. (default: var(--dds-spacing-600)) _(default: undefined)_\n- **--dds-callout-title-color** - Color of the title text. (default: var(--dds-text-neutral-strong)) _(default: undefined)_\n- **--dds-callout-description-color** - Color of the description text. (default: var(--dds-text-neutral-base)) _(default: undefined)_\n- **--dds-callout-title-font-size** - Font size of the title. (default: var(--dds-font-base)) _(default: undefined)_\n- **--dds-callout-description-font-size** - Font size of the description. (default: var(--dds-font-base)) _(default: undefined)_\n- **--dds-callout-title-font-weight** - Font weight of the title. (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-callout-description-font-weight** - Font weight of the description. (default: var(--dds-font-weight-medium)) _(default: undefined)_\n- **--dds-callout-actions-font-weight** - Font weight of the actions. (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-callout-actions-gap** - Gap between action items. (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-callout-content-gap** - Gap between content elements. (default: var(--dds-spacing-100)) _(default: undefined)_\n- **--dds-callout-border-radius** - Border radius of the callout. (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-callout-brand-background** - Brand variant background color. (default: var(--dds-background-brand-base)) _(default: undefined)_\n- **--dds-callout-brand-background-subtle** - Brand variant subtle background color. (default: var(--dds-background-brand-subtle)) _(default: undefined)_\n- **--dds-callout-brand-background-medium** - Brand variant medium background color. (default: var(--dds-background-brand-medium)) _(default: undefined)_\n- **--dds-callout-brand-background-strong** - Brand variant strong background color. (default: var(--dds-background-brand-strong)) _(default: undefined)_\n- **--dds-callout-brand-icon** - Brand variant icon color. (default: var(--dds-icon-brand-subtle)) _(default: undefined)_\n- **--dds-callout-brand-border** - Brand variant border color. (default: var(--dds-border-brand-subtle)) _(default: undefined)_\n- **--dds-callout-info-background** - Info variant background color. (default: var(--dds-background-informative-base)) _(default: undefined)_\n- **--dds-callout-info-background-subtle** - Info variant subtle background color. (default: var(--dds-background-informative-subtle)) _(default: undefined)_\n- **--dds-callout-info-background-medium** - Info variant medium background color. (default: var(--dds-background-informative-medium)) _(default: undefined)_\n- **--dds-callout-info-background-strong** - Info variant strong background color. (default: var(--dds-background-informative-strong)) _(default: undefined)_\n- **--dds-callout-info-icon** - Info variant icon color. (default: var(--dds-icon-informative-subtle)) _(default: undefined)_\n- **--dds-callout-info-border** - Info variant border color. (default: var(--dds-border-informative-subtle)) _(default: undefined)_\n- **--dds-callout-positive-background** - Positive variant background color. (default: var(--dds-background-positive-base)) _(default: undefined)_\n- **--dds-callout-positive-background-subtle** - Positive variant subtle background color. (default: var(--dds-background-positive-subtle)) _(default: undefined)_\n- **--dds-callout-positive-background-medium** - Positive variant medium background color. (default: var(--dds-background-positive-medium)) _(default: undefined)_\n- **--dds-callout-positive-background-strong** - Positive variant strong background color. (default: var(--dds-background-positive-strong)) _(default: undefined)_\n- **--dds-callout-positive-icon** - Positive variant icon color. (default: var(--dds-icon-positive-subtle)) _(default: undefined)_\n- **--dds-callout-positive-border** - Positive variant border color. (default: var(--dds-border-positive-subtle)) _(default: undefined)_\n- **--dds-callout-warning-background** - Warning variant background color. (default: var(--dds-background-warning-base)) _(default: undefined)_\n- **--dds-callout-warning-background-subtle** - Warning variant subtle background color. (default: var(--dds-background-warning-subtle)) _(default: undefined)_\n- **--dds-callout-warning-background-medium** - Warning variant medium background color. (default: var(--dds-background-warning-medium)) _(default: undefined)_\n- **--dds-callout-warning-background-strong** - Warning variant strong background color. (default: var(--dds-background-warning-strong)) _(default: undefined)_\n- **--dds-callout-warning-icon** - Warning variant icon color. (default: var(--dds-icon-neutral-strong)) _(default: undefined)_\n- **--dds-callout-warning-border** - Warning variant border color. (default: var(--dds-border-warning-subtle)) _(default: undefined)_\n- **--dds-callout-negative-background** - Negative variant background color. (default: var(--dds-background-negative-base)) _(default: undefined)_\n- **--dds-callout-negative-background-subtle** - Negative variant subtle background color. (default: var(--dds-background-negative-subtle)) _(default: undefined)_\n- **--dds-callout-negative-background-medium** - Negative variant medium background color. (default: var(--dds-background-negative-medium)) _(default: undefined)_\n- **--dds-callout-negative-background-strong** - Negative variant strong background color. (default: var(--dds-background-negative-strong)) _(default: undefined)_\n- **--dds-callout-negative-icon** - Negative variant icon color. (default: var(--dds-icon-negative-subtle)) _(default: undefined)_\n- **--dds-callout-negative-border** - Negative variant border color. (default: var(--dds-border-negative-subtle)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main callout container.\n- **content** - The content of the callout.\n- **card-content** - The content of the card.\n- **icon** - The icon of the callout.\n- **title** - The title of the callout.\n- **description** - The description of the callout.\n- **actions** - The actions of the callout.\n- **close** - The close button of the callout.",
|
|
531
|
+
"attributes": [
|
|
532
|
+
{
|
|
533
|
+
"name": "variant",
|
|
534
|
+
"description": "The variant of the callout",
|
|
535
|
+
"values": [
|
|
536
|
+
{ "name": "brand" },
|
|
537
|
+
{ "name": "positive" },
|
|
538
|
+
{ "name": "info" },
|
|
539
|
+
{ "name": "warning" },
|
|
540
|
+
{ "name": "negative" }
|
|
541
|
+
]
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"name": "alignment",
|
|
545
|
+
"description": "The alignment of the callout. Can be `vertical` or `horizontal`.",
|
|
546
|
+
"values": [{ "name": "vertical" }, { "name": "horizontal" }]
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
"name": "shade",
|
|
550
|
+
"description": "The strongness of the callout colors. Can be `subtle`, `base`, `medium`, or `strong`.",
|
|
551
|
+
"values": [
|
|
552
|
+
{ "name": "subtle" },
|
|
553
|
+
{ "name": "base" },
|
|
554
|
+
{ "name": "medium" },
|
|
555
|
+
{ "name": "strong" }
|
|
556
|
+
]
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
"name": "noBorder",
|
|
560
|
+
"description": "If the callout has a border",
|
|
561
|
+
"values": []
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"name": "closeable",
|
|
565
|
+
"description": "If the callout has a close button",
|
|
566
|
+
"values": []
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"name": "title",
|
|
570
|
+
"description": "The header of the callout",
|
|
571
|
+
"values": []
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"name": "closeButtonLabel",
|
|
575
|
+
"description": "The label of the close button",
|
|
576
|
+
"values": []
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"name": "closeButtonTestId",
|
|
580
|
+
"description": "`data-testid` for the default close button.",
|
|
581
581
|
"values": []
|
|
582
582
|
},
|
|
583
583
|
{
|
|
584
|
-
"name": "
|
|
585
|
-
"description": "
|
|
584
|
+
"name": "opened",
|
|
585
|
+
"description": "If the callout is opened",
|
|
586
586
|
"values": []
|
|
587
587
|
}
|
|
588
588
|
],
|
|
589
589
|
"references": [
|
|
590
590
|
{
|
|
591
591
|
"name": "Documentation",
|
|
592
|
-
"url": "https://shoelace.style/components/
|
|
592
|
+
"url": "https://shoelace.style/components/callout"
|
|
593
593
|
}
|
|
594
594
|
]
|
|
595
595
|
},
|
|
@@ -3128,6 +3128,129 @@
|
|
|
3128
3128
|
}
|
|
3129
3129
|
]
|
|
3130
3130
|
},
|
|
3131
|
+
{
|
|
3132
|
+
"name": "dap-ds-sidenav-group",
|
|
3133
|
+
"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.",
|
|
3134
|
+
"attributes": [
|
|
3135
|
+
{
|
|
3136
|
+
"name": "href",
|
|
3137
|
+
"description": "The href of the side navigation item",
|
|
3138
|
+
"values": []
|
|
3139
|
+
},
|
|
3140
|
+
{
|
|
3141
|
+
"name": "active",
|
|
3142
|
+
"description": "Whether the side navigation item is active",
|
|
3143
|
+
"values": []
|
|
3144
|
+
},
|
|
3145
|
+
{
|
|
3146
|
+
"name": "spacing",
|
|
3147
|
+
"description": "The spacing of the side navigation item",
|
|
3148
|
+
"values": [
|
|
3149
|
+
{ "name": "top" },
|
|
3150
|
+
{ "name": "bottom" },
|
|
3151
|
+
{ "name": "both" },
|
|
3152
|
+
{ "name": "none" }
|
|
3153
|
+
]
|
|
3154
|
+
},
|
|
3155
|
+
{
|
|
3156
|
+
"name": "open",
|
|
3157
|
+
"description": "Whether the side navigation group is open",
|
|
3158
|
+
"values": []
|
|
3159
|
+
},
|
|
3160
|
+
{
|
|
3161
|
+
"name": "size",
|
|
3162
|
+
"description": "The size of the side navigation group",
|
|
3163
|
+
"values": [{ "name": "xs" }, { "name": "sm" }, { "name": "lg" }]
|
|
3164
|
+
}
|
|
3165
|
+
],
|
|
3166
|
+
"references": [
|
|
3167
|
+
{
|
|
3168
|
+
"name": "Documentation",
|
|
3169
|
+
"url": "https://shoelace.style/components/sidenav-group"
|
|
3170
|
+
}
|
|
3171
|
+
]
|
|
3172
|
+
},
|
|
3173
|
+
{
|
|
3174
|
+
"name": "dap-ds-sidenav-item",
|
|
3175
|
+
"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.",
|
|
3176
|
+
"attributes": [
|
|
3177
|
+
{
|
|
3178
|
+
"name": "href",
|
|
3179
|
+
"description": "The href of the side navigation item",
|
|
3180
|
+
"values": []
|
|
3181
|
+
},
|
|
3182
|
+
{
|
|
3183
|
+
"name": "active",
|
|
3184
|
+
"description": "Whether the side navigation item is active",
|
|
3185
|
+
"values": []
|
|
3186
|
+
},
|
|
3187
|
+
{
|
|
3188
|
+
"name": "current",
|
|
3189
|
+
"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.",
|
|
3190
|
+
"values": [
|
|
3191
|
+
{ "name": "page" },
|
|
3192
|
+
{ "name": "step" },
|
|
3193
|
+
{ "name": "location" },
|
|
3194
|
+
{ "name": "date" },
|
|
3195
|
+
{ "name": "time" },
|
|
3196
|
+
{ "name": "true" }
|
|
3197
|
+
]
|
|
3198
|
+
},
|
|
3199
|
+
{
|
|
3200
|
+
"name": "spacing",
|
|
3201
|
+
"description": "The spacing of the side navigation item",
|
|
3202
|
+
"values": [
|
|
3203
|
+
{ "name": "top" },
|
|
3204
|
+
{ "name": "bottom" },
|
|
3205
|
+
{ "name": "both" },
|
|
3206
|
+
{ "name": "none" }
|
|
3207
|
+
]
|
|
3208
|
+
},
|
|
3209
|
+
{
|
|
3210
|
+
"name": "size",
|
|
3211
|
+
"description": "The size of the side navigation item",
|
|
3212
|
+
"values": [{ "name": "xs" }, { "name": "sm" }, { "name": "lg" }]
|
|
3213
|
+
}
|
|
3214
|
+
],
|
|
3215
|
+
"references": [
|
|
3216
|
+
{
|
|
3217
|
+
"name": "Documentation",
|
|
3218
|
+
"url": "https://shoelace.style/components/sidenav-item"
|
|
3219
|
+
}
|
|
3220
|
+
]
|
|
3221
|
+
},
|
|
3222
|
+
{
|
|
3223
|
+
"name": "dap-ds-sidenav",
|
|
3224
|
+
"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.",
|
|
3225
|
+
"attributes": [
|
|
3226
|
+
{
|
|
3227
|
+
"name": "label",
|
|
3228
|
+
"description": "The label of the side navigation, if aria label is not provided, it will be used as aria label",
|
|
3229
|
+
"values": []
|
|
3230
|
+
},
|
|
3231
|
+
{
|
|
3232
|
+
"name": "activeHref",
|
|
3233
|
+
"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",
|
|
3234
|
+
"values": []
|
|
3235
|
+
},
|
|
3236
|
+
{
|
|
3237
|
+
"name": "size",
|
|
3238
|
+
"description": "The size of the side navigation",
|
|
3239
|
+
"values": [{ "name": "xs" }, { "name": "sm" }, { "name": "lg" }]
|
|
3240
|
+
},
|
|
3241
|
+
{
|
|
3242
|
+
"name": "landmark",
|
|
3243
|
+
"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.",
|
|
3244
|
+
"values": [{ "name": "aside" }, { "name": "nav" }]
|
|
3245
|
+
}
|
|
3246
|
+
],
|
|
3247
|
+
"references": [
|
|
3248
|
+
{
|
|
3249
|
+
"name": "Documentation",
|
|
3250
|
+
"url": "https://shoelace.style/components/sidenav"
|
|
3251
|
+
}
|
|
3252
|
+
]
|
|
3253
|
+
},
|
|
3131
3254
|
{
|
|
3132
3255
|
"name": "dap-ds-skeleton",
|
|
3133
3256
|
"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.",
|
|
@@ -3541,130 +3664,7 @@
|
|
|
3541
3664
|
"references": [
|
|
3542
3665
|
{
|
|
3543
3666
|
"name": "Documentation",
|
|
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"
|
|
3667
|
+
"url": "https://shoelace.style/components/table"
|
|
3668
3668
|
}
|
|
3669
3669
|
]
|
|
3670
3670
|
},
|
|
@@ -4164,6 +4164,17 @@
|
|
|
4164
4164
|
}
|
|
4165
4165
|
]
|
|
4166
4166
|
},
|
|
4167
|
+
{
|
|
4168
|
+
"name": "dap-ds-input-group",
|
|
4169
|
+
"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.",
|
|
4170
|
+
"attributes": [],
|
|
4171
|
+
"references": [
|
|
4172
|
+
{
|
|
4173
|
+
"name": "Documentation",
|
|
4174
|
+
"url": "https://shoelace.style/components/input-group"
|
|
4175
|
+
}
|
|
4176
|
+
]
|
|
4177
|
+
},
|
|
4167
4178
|
{
|
|
4168
4179
|
"name": "dap-ds-radio-group",
|
|
4169
4180
|
"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.",
|
|
@@ -4191,17 +4202,6 @@
|
|
|
4191
4202
|
}
|
|
4192
4203
|
]
|
|
4193
4204
|
},
|
|
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
|
-
},
|
|
4205
4205
|
{
|
|
4206
4206
|
"name": "dap-ds-icon-arrow-down-line",
|
|
4207
4207
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
@@ -4363,7 +4363,7 @@
|
|
|
4363
4363
|
]
|
|
4364
4364
|
},
|
|
4365
4365
|
{
|
|
4366
|
-
"name": "dap-ds-icon-arrow-left-
|
|
4366
|
+
"name": "dap-ds-icon-arrow-left-line",
|
|
4367
4367
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
4368
4368
|
"attributes": [
|
|
4369
4369
|
{
|
|
@@ -4390,12 +4390,12 @@
|
|
|
4390
4390
|
"references": [
|
|
4391
4391
|
{
|
|
4392
4392
|
"name": "Documentation",
|
|
4393
|
-
"url": "https://shoelace.style/components/icon-arrow-left-
|
|
4393
|
+
"url": "https://shoelace.style/components/icon-arrow-left-line"
|
|
4394
4394
|
}
|
|
4395
4395
|
]
|
|
4396
4396
|
},
|
|
4397
4397
|
{
|
|
4398
|
-
"name": "dap-ds-icon-arrow-left-
|
|
4398
|
+
"name": "dap-ds-icon-arrow-left-s-fill",
|
|
4399
4399
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
4400
4400
|
"attributes": [
|
|
4401
4401
|
{
|
|
@@ -4422,7 +4422,7 @@
|
|
|
4422
4422
|
"references": [
|
|
4423
4423
|
{
|
|
4424
4424
|
"name": "Documentation",
|
|
4425
|
-
"url": "https://shoelace.style/components/icon-arrow-left-
|
|
4425
|
+
"url": "https://shoelace.style/components/icon-arrow-left-s-fill"
|
|
4426
4426
|
}
|
|
4427
4427
|
]
|
|
4428
4428
|
},
|
|
@@ -4459,7 +4459,7 @@
|
|
|
4459
4459
|
]
|
|
4460
4460
|
},
|
|
4461
4461
|
{
|
|
4462
|
-
"name": "dap-ds-icon-arrow-
|
|
4462
|
+
"name": "dap-ds-icon-arrow-left-up-line",
|
|
4463
4463
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
4464
4464
|
"attributes": [
|
|
4465
4465
|
{
|
|
@@ -4486,12 +4486,12 @@
|
|
|
4486
4486
|
"references": [
|
|
4487
4487
|
{
|
|
4488
4488
|
"name": "Documentation",
|
|
4489
|
-
"url": "https://shoelace.style/components/icon-arrow-
|
|
4489
|
+
"url": "https://shoelace.style/components/icon-arrow-left-up-line"
|
|
4490
4490
|
}
|
|
4491
4491
|
]
|
|
4492
4492
|
},
|
|
4493
4493
|
{
|
|
4494
|
-
"name": "dap-ds-icon-arrow-right-
|
|
4494
|
+
"name": "dap-ds-icon-arrow-right-down-line",
|
|
4495
4495
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
4496
4496
|
"attributes": [
|
|
4497
4497
|
{
|
|
@@ -4518,12 +4518,12 @@
|
|
|
4518
4518
|
"references": [
|
|
4519
4519
|
{
|
|
4520
4520
|
"name": "Documentation",
|
|
4521
|
-
"url": "https://shoelace.style/components/icon-arrow-right-
|
|
4521
|
+
"url": "https://shoelace.style/components/icon-arrow-right-down-line"
|
|
4522
4522
|
}
|
|
4523
4523
|
]
|
|
4524
4524
|
},
|
|
4525
4525
|
{
|
|
4526
|
-
"name": "dap-ds-icon-arrow-
|
|
4526
|
+
"name": "dap-ds-icon-arrow-right-l-line",
|
|
4527
4527
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
4528
4528
|
"attributes": [
|
|
4529
4529
|
{
|
|
@@ -4550,7 +4550,7 @@
|
|
|
4550
4550
|
"references": [
|
|
4551
4551
|
{
|
|
4552
4552
|
"name": "Documentation",
|
|
4553
|
-
"url": "https://shoelace.style/components/icon-arrow-
|
|
4553
|
+
"url": "https://shoelace.style/components/icon-arrow-right-l-line"
|
|
4554
4554
|
}
|
|
4555
4555
|
]
|
|
4556
4556
|
},
|
|
@@ -5323,7 +5323,7 @@
|
|
|
5323
5323
|
]
|
|
5324
5324
|
},
|
|
5325
5325
|
{
|
|
5326
|
-
"name": "dap-ds-icon-
|
|
5326
|
+
"name": "dap-ds-icon-cookie-line",
|
|
5327
5327
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5328
5328
|
"attributes": [
|
|
5329
5329
|
{
|
|
@@ -5350,12 +5350,12 @@
|
|
|
5350
5350
|
"references": [
|
|
5351
5351
|
{
|
|
5352
5352
|
"name": "Documentation",
|
|
5353
|
-
"url": "https://shoelace.style/components/icon-
|
|
5353
|
+
"url": "https://shoelace.style/components/icon-cookie-line"
|
|
5354
5354
|
}
|
|
5355
5355
|
]
|
|
5356
5356
|
},
|
|
5357
5357
|
{
|
|
5358
|
-
"name": "dap-ds-icon-
|
|
5358
|
+
"name": "dap-ds-icon-account-circle-fill",
|
|
5359
5359
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5360
5360
|
"attributes": [
|
|
5361
5361
|
{
|
|
@@ -5382,12 +5382,12 @@
|
|
|
5382
5382
|
"references": [
|
|
5383
5383
|
{
|
|
5384
5384
|
"name": "Documentation",
|
|
5385
|
-
"url": "https://shoelace.style/components/icon-
|
|
5385
|
+
"url": "https://shoelace.style/components/icon-account-circle-fill"
|
|
5386
5386
|
}
|
|
5387
5387
|
]
|
|
5388
5388
|
},
|
|
5389
5389
|
{
|
|
5390
|
-
"name": "dap-ds-icon-
|
|
5390
|
+
"name": "dap-ds-icon-account-circle-line",
|
|
5391
5391
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5392
5392
|
"attributes": [
|
|
5393
5393
|
{
|
|
@@ -5414,12 +5414,12 @@
|
|
|
5414
5414
|
"references": [
|
|
5415
5415
|
{
|
|
5416
5416
|
"name": "Documentation",
|
|
5417
|
-
"url": "https://shoelace.style/components/icon-
|
|
5417
|
+
"url": "https://shoelace.style/components/icon-account-circle-line"
|
|
5418
5418
|
}
|
|
5419
5419
|
]
|
|
5420
5420
|
},
|
|
5421
5421
|
{
|
|
5422
|
-
"name": "dap-ds-icon-
|
|
5422
|
+
"name": "dap-ds-icon-user-fill",
|
|
5423
5423
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5424
5424
|
"attributes": [
|
|
5425
5425
|
{
|
|
@@ -5446,12 +5446,12 @@
|
|
|
5446
5446
|
"references": [
|
|
5447
5447
|
{
|
|
5448
5448
|
"name": "Documentation",
|
|
5449
|
-
"url": "https://shoelace.style/components/icon-
|
|
5449
|
+
"url": "https://shoelace.style/components/icon-user-fill"
|
|
5450
5450
|
}
|
|
5451
5451
|
]
|
|
5452
5452
|
},
|
|
5453
5453
|
{
|
|
5454
|
-
"name": "dap-ds-icon-
|
|
5454
|
+
"name": "dap-ds-icon-user-line",
|
|
5455
5455
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5456
5456
|
"attributes": [
|
|
5457
5457
|
{
|
|
@@ -5478,12 +5478,12 @@
|
|
|
5478
5478
|
"references": [
|
|
5479
5479
|
{
|
|
5480
5480
|
"name": "Documentation",
|
|
5481
|
-
"url": "https://shoelace.style/components/icon-
|
|
5481
|
+
"url": "https://shoelace.style/components/icon-user-line"
|
|
5482
5482
|
}
|
|
5483
5483
|
]
|
|
5484
5484
|
},
|
|
5485
5485
|
{
|
|
5486
|
-
"name": "dap-ds-icon-
|
|
5486
|
+
"name": "dap-ds-icon-add-line",
|
|
5487
5487
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5488
5488
|
"attributes": [
|
|
5489
5489
|
{
|
|
@@ -5510,12 +5510,12 @@
|
|
|
5510
5510
|
"references": [
|
|
5511
5511
|
{
|
|
5512
5512
|
"name": "Documentation",
|
|
5513
|
-
"url": "https://shoelace.style/components/icon-
|
|
5513
|
+
"url": "https://shoelace.style/components/icon-add-line"
|
|
5514
5514
|
}
|
|
5515
5515
|
]
|
|
5516
5516
|
},
|
|
5517
5517
|
{
|
|
5518
|
-
"name": "dap-ds-icon-
|
|
5518
|
+
"name": "dap-ds-icon-alert-fill",
|
|
5519
5519
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5520
5520
|
"attributes": [
|
|
5521
5521
|
{
|
|
@@ -5542,12 +5542,12 @@
|
|
|
5542
5542
|
"references": [
|
|
5543
5543
|
{
|
|
5544
5544
|
"name": "Documentation",
|
|
5545
|
-
"url": "https://shoelace.style/components/icon-
|
|
5545
|
+
"url": "https://shoelace.style/components/icon-alert-fill"
|
|
5546
5546
|
}
|
|
5547
5547
|
]
|
|
5548
5548
|
},
|
|
5549
5549
|
{
|
|
5550
|
-
"name": "dap-ds-icon-
|
|
5550
|
+
"name": "dap-ds-icon-alert-line",
|
|
5551
5551
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5552
5552
|
"attributes": [
|
|
5553
5553
|
{
|
|
@@ -5574,12 +5574,12 @@
|
|
|
5574
5574
|
"references": [
|
|
5575
5575
|
{
|
|
5576
5576
|
"name": "Documentation",
|
|
5577
|
-
"url": "https://shoelace.style/components/icon-
|
|
5577
|
+
"url": "https://shoelace.style/components/icon-alert-line"
|
|
5578
5578
|
}
|
|
5579
5579
|
]
|
|
5580
5580
|
},
|
|
5581
5581
|
{
|
|
5582
|
-
"name": "dap-ds-icon-
|
|
5582
|
+
"name": "dap-ds-icon-check-line",
|
|
5583
5583
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5584
5584
|
"attributes": [
|
|
5585
5585
|
{
|
|
@@ -5606,12 +5606,12 @@
|
|
|
5606
5606
|
"references": [
|
|
5607
5607
|
{
|
|
5608
5608
|
"name": "Documentation",
|
|
5609
|
-
"url": "https://shoelace.style/components/icon-
|
|
5609
|
+
"url": "https://shoelace.style/components/icon-check-line"
|
|
5610
5610
|
}
|
|
5611
5611
|
]
|
|
5612
5612
|
},
|
|
5613
5613
|
{
|
|
5614
|
-
"name": "dap-ds-icon-
|
|
5614
|
+
"name": "dap-ds-icon-check-line2",
|
|
5615
5615
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5616
5616
|
"attributes": [
|
|
5617
5617
|
{
|
|
@@ -5638,12 +5638,12 @@
|
|
|
5638
5638
|
"references": [
|
|
5639
5639
|
{
|
|
5640
5640
|
"name": "Documentation",
|
|
5641
|
-
"url": "https://shoelace.style/components/icon-
|
|
5641
|
+
"url": "https://shoelace.style/components/icon-check-line2"
|
|
5642
5642
|
}
|
|
5643
5643
|
]
|
|
5644
5644
|
},
|
|
5645
5645
|
{
|
|
5646
|
-
"name": "dap-ds-icon-checkbox-circle-
|
|
5646
|
+
"name": "dap-ds-icon-checkbox-blank-circle-fill",
|
|
5647
5647
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5648
5648
|
"attributes": [
|
|
5649
5649
|
{
|
|
@@ -5670,12 +5670,12 @@
|
|
|
5670
5670
|
"references": [
|
|
5671
5671
|
{
|
|
5672
5672
|
"name": "Documentation",
|
|
5673
|
-
"url": "https://shoelace.style/components/icon-checkbox-circle-
|
|
5673
|
+
"url": "https://shoelace.style/components/icon-checkbox-blank-circle-fill"
|
|
5674
5674
|
}
|
|
5675
5675
|
]
|
|
5676
5676
|
},
|
|
5677
5677
|
{
|
|
5678
|
-
"name": "dap-ds-icon-
|
|
5678
|
+
"name": "dap-ds-icon-checkbox-blank-circle-fill-check",
|
|
5679
5679
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5680
5680
|
"attributes": [
|
|
5681
5681
|
{
|
|
@@ -5702,12 +5702,12 @@
|
|
|
5702
5702
|
"references": [
|
|
5703
5703
|
{
|
|
5704
5704
|
"name": "Documentation",
|
|
5705
|
-
"url": "https://shoelace.style/components/icon-
|
|
5705
|
+
"url": "https://shoelace.style/components/icon-checkbox-blank-circle-fill-check"
|
|
5706
5706
|
}
|
|
5707
5707
|
]
|
|
5708
5708
|
},
|
|
5709
5709
|
{
|
|
5710
|
-
"name": "dap-ds-icon-
|
|
5710
|
+
"name": "dap-ds-icon-checkbox-blank-circle-line",
|
|
5711
5711
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5712
5712
|
"attributes": [
|
|
5713
5713
|
{
|
|
@@ -5734,12 +5734,12 @@
|
|
|
5734
5734
|
"references": [
|
|
5735
5735
|
{
|
|
5736
5736
|
"name": "Documentation",
|
|
5737
|
-
"url": "https://shoelace.style/components/icon-
|
|
5737
|
+
"url": "https://shoelace.style/components/icon-checkbox-blank-circle-line"
|
|
5738
5738
|
}
|
|
5739
5739
|
]
|
|
5740
5740
|
},
|
|
5741
5741
|
{
|
|
5742
|
-
"name": "dap-ds-icon-
|
|
5742
|
+
"name": "dap-ds-icon-checkbox-circle-fill",
|
|
5743
5743
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5744
5744
|
"attributes": [
|
|
5745
5745
|
{
|
|
@@ -5766,12 +5766,12 @@
|
|
|
5766
5766
|
"references": [
|
|
5767
5767
|
{
|
|
5768
5768
|
"name": "Documentation",
|
|
5769
|
-
"url": "https://shoelace.style/components/icon-
|
|
5769
|
+
"url": "https://shoelace.style/components/icon-checkbox-circle-fill"
|
|
5770
5770
|
}
|
|
5771
5771
|
]
|
|
5772
5772
|
},
|
|
5773
5773
|
{
|
|
5774
|
-
"name": "dap-ds-icon-
|
|
5774
|
+
"name": "dap-ds-icon-checkbox-circle-line",
|
|
5775
5775
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5776
5776
|
"attributes": [
|
|
5777
5777
|
{
|
|
@@ -5798,12 +5798,12 @@
|
|
|
5798
5798
|
"references": [
|
|
5799
5799
|
{
|
|
5800
5800
|
"name": "Documentation",
|
|
5801
|
-
"url": "https://shoelace.style/components/icon-
|
|
5801
|
+
"url": "https://shoelace.style/components/icon-checkbox-circle-line"
|
|
5802
5802
|
}
|
|
5803
5803
|
]
|
|
5804
5804
|
},
|
|
5805
5805
|
{
|
|
5806
|
-
"name": "dap-ds-icon-
|
|
5806
|
+
"name": "dap-ds-icon-close-circle-fill",
|
|
5807
5807
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5808
5808
|
"attributes": [
|
|
5809
5809
|
{
|
|
@@ -5830,12 +5830,12 @@
|
|
|
5830
5830
|
"references": [
|
|
5831
5831
|
{
|
|
5832
5832
|
"name": "Documentation",
|
|
5833
|
-
"url": "https://shoelace.style/components/icon-
|
|
5833
|
+
"url": "https://shoelace.style/components/icon-close-circle-fill"
|
|
5834
5834
|
}
|
|
5835
5835
|
]
|
|
5836
5836
|
},
|
|
5837
5837
|
{
|
|
5838
|
-
"name": "dap-ds-icon-
|
|
5838
|
+
"name": "dap-ds-icon-close-circle-line",
|
|
5839
5839
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5840
5840
|
"attributes": [
|
|
5841
5841
|
{
|
|
@@ -5862,12 +5862,12 @@
|
|
|
5862
5862
|
"references": [
|
|
5863
5863
|
{
|
|
5864
5864
|
"name": "Documentation",
|
|
5865
|
-
"url": "https://shoelace.style/components/icon-
|
|
5865
|
+
"url": "https://shoelace.style/components/icon-close-circle-line"
|
|
5866
5866
|
}
|
|
5867
5867
|
]
|
|
5868
5868
|
},
|
|
5869
5869
|
{
|
|
5870
|
-
"name": "dap-ds-icon-
|
|
5870
|
+
"name": "dap-ds-icon-close-fill",
|
|
5871
5871
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5872
5872
|
"attributes": [
|
|
5873
5873
|
{
|
|
@@ -5894,12 +5894,12 @@
|
|
|
5894
5894
|
"references": [
|
|
5895
5895
|
{
|
|
5896
5896
|
"name": "Documentation",
|
|
5897
|
-
"url": "https://shoelace.style/components/icon-
|
|
5897
|
+
"url": "https://shoelace.style/components/icon-close-fill"
|
|
5898
5898
|
}
|
|
5899
5899
|
]
|
|
5900
5900
|
},
|
|
5901
5901
|
{
|
|
5902
|
-
"name": "dap-ds-icon-
|
|
5902
|
+
"name": "dap-ds-icon-close-line",
|
|
5903
5903
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5904
5904
|
"attributes": [
|
|
5905
5905
|
{
|
|
@@ -5926,12 +5926,12 @@
|
|
|
5926
5926
|
"references": [
|
|
5927
5927
|
{
|
|
5928
5928
|
"name": "Documentation",
|
|
5929
|
-
"url": "https://shoelace.style/components/icon-
|
|
5929
|
+
"url": "https://shoelace.style/components/icon-close-line"
|
|
5930
5930
|
}
|
|
5931
5931
|
]
|
|
5932
5932
|
},
|
|
5933
5933
|
{
|
|
5934
|
-
"name": "dap-ds-icon-
|
|
5934
|
+
"name": "dap-ds-icon-delete-bin-fill",
|
|
5935
5935
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5936
5936
|
"attributes": [
|
|
5937
5937
|
{
|
|
@@ -5958,12 +5958,12 @@
|
|
|
5958
5958
|
"references": [
|
|
5959
5959
|
{
|
|
5960
5960
|
"name": "Documentation",
|
|
5961
|
-
"url": "https://shoelace.style/components/icon-
|
|
5961
|
+
"url": "https://shoelace.style/components/icon-delete-bin-fill"
|
|
5962
5962
|
}
|
|
5963
5963
|
]
|
|
5964
5964
|
},
|
|
5965
5965
|
{
|
|
5966
|
-
"name": "dap-ds-icon-
|
|
5966
|
+
"name": "dap-ds-icon-delete-bin-line",
|
|
5967
5967
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5968
5968
|
"attributes": [
|
|
5969
5969
|
{
|
|
@@ -5990,12 +5990,12 @@
|
|
|
5990
5990
|
"references": [
|
|
5991
5991
|
{
|
|
5992
5992
|
"name": "Documentation",
|
|
5993
|
-
"url": "https://shoelace.style/components/icon-
|
|
5993
|
+
"url": "https://shoelace.style/components/icon-delete-bin-line"
|
|
5994
5994
|
}
|
|
5995
5995
|
]
|
|
5996
5996
|
},
|
|
5997
5997
|
{
|
|
5998
|
-
"name": "dap-ds-icon-
|
|
5998
|
+
"name": "dap-ds-icon-download-line",
|
|
5999
5999
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6000
6000
|
"attributes": [
|
|
6001
6001
|
{
|
|
@@ -6022,12 +6022,12 @@
|
|
|
6022
6022
|
"references": [
|
|
6023
6023
|
{
|
|
6024
6024
|
"name": "Documentation",
|
|
6025
|
-
"url": "https://shoelace.style/components/icon-
|
|
6025
|
+
"url": "https://shoelace.style/components/icon-download-line"
|
|
6026
6026
|
}
|
|
6027
6027
|
]
|
|
6028
6028
|
},
|
|
6029
6029
|
{
|
|
6030
|
-
"name": "dap-ds-icon-
|
|
6030
|
+
"name": "dap-ds-icon-error-warning-fill",
|
|
6031
6031
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6032
6032
|
"attributes": [
|
|
6033
6033
|
{
|
|
@@ -6054,12 +6054,12 @@
|
|
|
6054
6054
|
"references": [
|
|
6055
6055
|
{
|
|
6056
6056
|
"name": "Documentation",
|
|
6057
|
-
"url": "https://shoelace.style/components/icon-
|
|
6057
|
+
"url": "https://shoelace.style/components/icon-error-warning-fill"
|
|
6058
6058
|
}
|
|
6059
6059
|
]
|
|
6060
6060
|
},
|
|
6061
6061
|
{
|
|
6062
|
-
"name": "dap-ds-icon-
|
|
6062
|
+
"name": "dap-ds-icon-error-warning-line",
|
|
6063
6063
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6064
6064
|
"attributes": [
|
|
6065
6065
|
{
|
|
@@ -6086,12 +6086,12 @@
|
|
|
6086
6086
|
"references": [
|
|
6087
6087
|
{
|
|
6088
6088
|
"name": "Documentation",
|
|
6089
|
-
"url": "https://shoelace.style/components/icon-
|
|
6089
|
+
"url": "https://shoelace.style/components/icon-error-warning-line"
|
|
6090
6090
|
}
|
|
6091
6091
|
]
|
|
6092
6092
|
},
|
|
6093
6093
|
{
|
|
6094
|
-
"name": "dap-ds-icon-
|
|
6094
|
+
"name": "dap-ds-icon-external-link-line",
|
|
6095
6095
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6096
6096
|
"attributes": [
|
|
6097
6097
|
{
|
|
@@ -6118,12 +6118,12 @@
|
|
|
6118
6118
|
"references": [
|
|
6119
6119
|
{
|
|
6120
6120
|
"name": "Documentation",
|
|
6121
|
-
"url": "https://shoelace.style/components/icon-
|
|
6121
|
+
"url": "https://shoelace.style/components/icon-external-link-line"
|
|
6122
6122
|
}
|
|
6123
6123
|
]
|
|
6124
6124
|
},
|
|
6125
6125
|
{
|
|
6126
|
-
"name": "dap-ds-icon-
|
|
6126
|
+
"name": "dap-ds-icon-eye-line",
|
|
6127
6127
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6128
6128
|
"attributes": [
|
|
6129
6129
|
{
|
|
@@ -6150,12 +6150,12 @@
|
|
|
6150
6150
|
"references": [
|
|
6151
6151
|
{
|
|
6152
6152
|
"name": "Documentation",
|
|
6153
|
-
"url": "https://shoelace.style/components/icon-
|
|
6153
|
+
"url": "https://shoelace.style/components/icon-eye-line"
|
|
6154
6154
|
}
|
|
6155
6155
|
]
|
|
6156
6156
|
},
|
|
6157
6157
|
{
|
|
6158
|
-
"name": "dap-ds-icon-
|
|
6158
|
+
"name": "dap-ds-icon-eye-off-line",
|
|
6159
6159
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6160
6160
|
"attributes": [
|
|
6161
6161
|
{
|
|
@@ -6182,12 +6182,12 @@
|
|
|
6182
6182
|
"references": [
|
|
6183
6183
|
{
|
|
6184
6184
|
"name": "Documentation",
|
|
6185
|
-
"url": "https://shoelace.style/components/icon-
|
|
6185
|
+
"url": "https://shoelace.style/components/icon-eye-off-line"
|
|
6186
6186
|
}
|
|
6187
6187
|
]
|
|
6188
6188
|
},
|
|
6189
6189
|
{
|
|
6190
|
-
"name": "dap-ds-icon-
|
|
6190
|
+
"name": "dap-ds-icon-forbid-fill",
|
|
6191
6191
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6192
6192
|
"attributes": [
|
|
6193
6193
|
{
|
|
@@ -6214,12 +6214,12 @@
|
|
|
6214
6214
|
"references": [
|
|
6215
6215
|
{
|
|
6216
6216
|
"name": "Documentation",
|
|
6217
|
-
"url": "https://shoelace.style/components/icon-
|
|
6217
|
+
"url": "https://shoelace.style/components/icon-forbid-fill"
|
|
6218
6218
|
}
|
|
6219
6219
|
]
|
|
6220
6220
|
},
|
|
6221
6221
|
{
|
|
6222
|
-
"name": "dap-ds-icon-
|
|
6222
|
+
"name": "dap-ds-icon-information-2-fill",
|
|
6223
6223
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6224
6224
|
"attributes": [
|
|
6225
6225
|
{
|
|
@@ -6246,12 +6246,12 @@
|
|
|
6246
6246
|
"references": [
|
|
6247
6247
|
{
|
|
6248
6248
|
"name": "Documentation",
|
|
6249
|
-
"url": "https://shoelace.style/components/icon-
|
|
6249
|
+
"url": "https://shoelace.style/components/icon-information-2-fill"
|
|
6250
6250
|
}
|
|
6251
6251
|
]
|
|
6252
6252
|
},
|
|
6253
6253
|
{
|
|
6254
|
-
"name": "dap-ds-icon-
|
|
6254
|
+
"name": "dap-ds-icon-information-fill",
|
|
6255
6255
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6256
6256
|
"attributes": [
|
|
6257
6257
|
{
|
|
@@ -6278,12 +6278,12 @@
|
|
|
6278
6278
|
"references": [
|
|
6279
6279
|
{
|
|
6280
6280
|
"name": "Documentation",
|
|
6281
|
-
"url": "https://shoelace.style/components/icon-
|
|
6281
|
+
"url": "https://shoelace.style/components/icon-information-fill"
|
|
6282
6282
|
}
|
|
6283
6283
|
]
|
|
6284
6284
|
},
|
|
6285
6285
|
{
|
|
6286
|
-
"name": "dap-ds-icon-
|
|
6286
|
+
"name": "dap-ds-icon-information-line",
|
|
6287
6287
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6288
6288
|
"attributes": [
|
|
6289
6289
|
{
|
|
@@ -6310,12 +6310,12 @@
|
|
|
6310
6310
|
"references": [
|
|
6311
6311
|
{
|
|
6312
6312
|
"name": "Documentation",
|
|
6313
|
-
"url": "https://shoelace.style/components/icon-
|
|
6313
|
+
"url": "https://shoelace.style/components/icon-information-line"
|
|
6314
6314
|
}
|
|
6315
6315
|
]
|
|
6316
6316
|
},
|
|
6317
6317
|
{
|
|
6318
|
-
"name": "dap-ds-icon-
|
|
6318
|
+
"name": "dap-ds-icon-lightbulb-fill",
|
|
6319
6319
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6320
6320
|
"attributes": [
|
|
6321
6321
|
{
|
|
@@ -6342,12 +6342,12 @@
|
|
|
6342
6342
|
"references": [
|
|
6343
6343
|
{
|
|
6344
6344
|
"name": "Documentation",
|
|
6345
|
-
"url": "https://shoelace.style/components/icon-
|
|
6345
|
+
"url": "https://shoelace.style/components/icon-lightbulb-fill"
|
|
6346
6346
|
}
|
|
6347
6347
|
]
|
|
6348
6348
|
},
|
|
6349
6349
|
{
|
|
6350
|
-
"name": "dap-ds-icon-
|
|
6350
|
+
"name": "dap-ds-icon-loading-spinner",
|
|
6351
6351
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6352
6352
|
"attributes": [
|
|
6353
6353
|
{
|
|
@@ -6374,12 +6374,12 @@
|
|
|
6374
6374
|
"references": [
|
|
6375
6375
|
{
|
|
6376
6376
|
"name": "Documentation",
|
|
6377
|
-
"url": "https://shoelace.style/components/icon-
|
|
6377
|
+
"url": "https://shoelace.style/components/icon-loading-spinner"
|
|
6378
6378
|
}
|
|
6379
6379
|
]
|
|
6380
6380
|
},
|
|
6381
6381
|
{
|
|
6382
|
-
"name": "dap-ds-icon-
|
|
6382
|
+
"name": "dap-ds-icon-lock-fill",
|
|
6383
6383
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6384
6384
|
"attributes": [
|
|
6385
6385
|
{
|
|
@@ -6406,12 +6406,12 @@
|
|
|
6406
6406
|
"references": [
|
|
6407
6407
|
{
|
|
6408
6408
|
"name": "Documentation",
|
|
6409
|
-
"url": "https://shoelace.style/components/icon-
|
|
6409
|
+
"url": "https://shoelace.style/components/icon-lock-fill"
|
|
6410
6410
|
}
|
|
6411
6411
|
]
|
|
6412
6412
|
},
|
|
6413
6413
|
{
|
|
6414
|
-
"name": "dap-ds-icon-
|
|
6414
|
+
"name": "dap-ds-icon-lock-line",
|
|
6415
6415
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6416
6416
|
"attributes": [
|
|
6417
6417
|
{
|
|
@@ -6438,12 +6438,12 @@
|
|
|
6438
6438
|
"references": [
|
|
6439
6439
|
{
|
|
6440
6440
|
"name": "Documentation",
|
|
6441
|
-
"url": "https://shoelace.style/components/icon-
|
|
6441
|
+
"url": "https://shoelace.style/components/icon-lock-line"
|
|
6442
6442
|
}
|
|
6443
6443
|
]
|
|
6444
6444
|
},
|
|
6445
6445
|
{
|
|
6446
|
-
"name": "dap-ds-icon-
|
|
6446
|
+
"name": "dap-ds-icon-menu-line",
|
|
6447
6447
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6448
6448
|
"attributes": [
|
|
6449
6449
|
{
|
|
@@ -6470,12 +6470,12 @@
|
|
|
6470
6470
|
"references": [
|
|
6471
6471
|
{
|
|
6472
6472
|
"name": "Documentation",
|
|
6473
|
-
"url": "https://shoelace.style/components/icon-
|
|
6473
|
+
"url": "https://shoelace.style/components/icon-menu-line"
|
|
6474
6474
|
}
|
|
6475
6475
|
]
|
|
6476
6476
|
},
|
|
6477
6477
|
{
|
|
6478
|
-
"name": "dap-ds-icon-
|
|
6478
|
+
"name": "dap-ds-icon-menu-line-s",
|
|
6479
6479
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6480
6480
|
"attributes": [
|
|
6481
6481
|
{
|
|
@@ -6502,12 +6502,12 @@
|
|
|
6502
6502
|
"references": [
|
|
6503
6503
|
{
|
|
6504
6504
|
"name": "Documentation",
|
|
6505
|
-
"url": "https://shoelace.style/components/icon-
|
|
6505
|
+
"url": "https://shoelace.style/components/icon-menu-line-s"
|
|
6506
6506
|
}
|
|
6507
6507
|
]
|
|
6508
6508
|
},
|
|
6509
6509
|
{
|
|
6510
|
-
"name": "dap-ds-icon-
|
|
6510
|
+
"name": "dap-ds-icon-more-2-line",
|
|
6511
6511
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6512
6512
|
"attributes": [
|
|
6513
6513
|
{
|
|
@@ -6534,12 +6534,12 @@
|
|
|
6534
6534
|
"references": [
|
|
6535
6535
|
{
|
|
6536
6536
|
"name": "Documentation",
|
|
6537
|
-
"url": "https://shoelace.style/components/icon-
|
|
6537
|
+
"url": "https://shoelace.style/components/icon-more-2-line"
|
|
6538
6538
|
}
|
|
6539
6539
|
]
|
|
6540
6540
|
},
|
|
6541
6541
|
{
|
|
6542
|
-
"name": "dap-ds-icon-
|
|
6542
|
+
"name": "dap-ds-icon-more-line",
|
|
6543
6543
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6544
6544
|
"attributes": [
|
|
6545
6545
|
{
|
|
@@ -6566,12 +6566,12 @@
|
|
|
6566
6566
|
"references": [
|
|
6567
6567
|
{
|
|
6568
6568
|
"name": "Documentation",
|
|
6569
|
-
"url": "https://shoelace.style/components/icon-
|
|
6569
|
+
"url": "https://shoelace.style/components/icon-more-line"
|
|
6570
6570
|
}
|
|
6571
6571
|
]
|
|
6572
6572
|
},
|
|
6573
6573
|
{
|
|
6574
|
-
"name": "dap-ds-icon-
|
|
6574
|
+
"name": "dap-ds-icon-search-line",
|
|
6575
6575
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6576
6576
|
"attributes": [
|
|
6577
6577
|
{
|
|
@@ -6598,12 +6598,12 @@
|
|
|
6598
6598
|
"references": [
|
|
6599
6599
|
{
|
|
6600
6600
|
"name": "Documentation",
|
|
6601
|
-
"url": "https://shoelace.style/components/icon-
|
|
6601
|
+
"url": "https://shoelace.style/components/icon-search-line"
|
|
6602
6602
|
}
|
|
6603
6603
|
]
|
|
6604
6604
|
},
|
|
6605
6605
|
{
|
|
6606
|
-
"name": "dap-ds-icon-
|
|
6606
|
+
"name": "dap-ds-icon-share-line",
|
|
6607
6607
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6608
6608
|
"attributes": [
|
|
6609
6609
|
{
|
|
@@ -6630,12 +6630,12 @@
|
|
|
6630
6630
|
"references": [
|
|
6631
6631
|
{
|
|
6632
6632
|
"name": "Documentation",
|
|
6633
|
-
"url": "https://shoelace.style/components/icon-
|
|
6633
|
+
"url": "https://shoelace.style/components/icon-share-line"
|
|
6634
6634
|
}
|
|
6635
6635
|
]
|
|
6636
6636
|
},
|
|
6637
6637
|
{
|
|
6638
|
-
"name": "dap-ds-icon-
|
|
6638
|
+
"name": "dap-ds-icon-shield-check-fill",
|
|
6639
6639
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6640
6640
|
"attributes": [
|
|
6641
6641
|
{
|
|
@@ -6662,12 +6662,12 @@
|
|
|
6662
6662
|
"references": [
|
|
6663
6663
|
{
|
|
6664
6664
|
"name": "Documentation",
|
|
6665
|
-
"url": "https://shoelace.style/components/icon-
|
|
6665
|
+
"url": "https://shoelace.style/components/icon-shield-check-fill"
|
|
6666
6666
|
}
|
|
6667
6667
|
]
|
|
6668
6668
|
},
|
|
6669
6669
|
{
|
|
6670
|
-
"name": "dap-ds-icon-
|
|
6670
|
+
"name": "dap-ds-icon-shield-check-line",
|
|
6671
6671
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6672
6672
|
"attributes": [
|
|
6673
6673
|
{
|
|
@@ -6694,12 +6694,12 @@
|
|
|
6694
6694
|
"references": [
|
|
6695
6695
|
{
|
|
6696
6696
|
"name": "Documentation",
|
|
6697
|
-
"url": "https://shoelace.style/components/icon-
|
|
6697
|
+
"url": "https://shoelace.style/components/icon-shield-check-line"
|
|
6698
6698
|
}
|
|
6699
6699
|
]
|
|
6700
6700
|
},
|
|
6701
6701
|
{
|
|
6702
|
-
"name": "dap-ds-icon-
|
|
6702
|
+
"name": "dap-ds-icon-star-fill",
|
|
6703
6703
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6704
6704
|
"attributes": [
|
|
6705
6705
|
{
|
|
@@ -6726,12 +6726,12 @@
|
|
|
6726
6726
|
"references": [
|
|
6727
6727
|
{
|
|
6728
6728
|
"name": "Documentation",
|
|
6729
|
-
"url": "https://shoelace.style/components/icon-
|
|
6729
|
+
"url": "https://shoelace.style/components/icon-star-fill"
|
|
6730
6730
|
}
|
|
6731
6731
|
]
|
|
6732
6732
|
},
|
|
6733
6733
|
{
|
|
6734
|
-
"name": "dap-ds-icon-
|
|
6734
|
+
"name": "dap-ds-icon-subtract-line",
|
|
6735
6735
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6736
6736
|
"attributes": [
|
|
6737
6737
|
{
|
|
@@ -6758,12 +6758,12 @@
|
|
|
6758
6758
|
"references": [
|
|
6759
6759
|
{
|
|
6760
6760
|
"name": "Documentation",
|
|
6761
|
-
"url": "https://shoelace.style/components/icon-
|
|
6761
|
+
"url": "https://shoelace.style/components/icon-subtract-line"
|
|
6762
6762
|
}
|
|
6763
6763
|
]
|
|
6764
6764
|
},
|
|
6765
6765
|
{
|
|
6766
|
-
"name": "dap-ds-icon-
|
|
6766
|
+
"name": "dap-ds-icon-subtract-line2",
|
|
6767
6767
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6768
6768
|
"attributes": [
|
|
6769
6769
|
{
|
|
@@ -6790,12 +6790,12 @@
|
|
|
6790
6790
|
"references": [
|
|
6791
6791
|
{
|
|
6792
6792
|
"name": "Documentation",
|
|
6793
|
-
"url": "https://shoelace.style/components/icon-
|
|
6793
|
+
"url": "https://shoelace.style/components/icon-subtract-line2"
|
|
6794
6794
|
}
|
|
6795
6795
|
]
|
|
6796
6796
|
},
|
|
6797
6797
|
{
|
|
6798
|
-
"name": "dap-ds-icon-
|
|
6798
|
+
"name": "dap-ds-icon-time-fill",
|
|
6799
6799
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6800
6800
|
"attributes": [
|
|
6801
6801
|
{
|
|
@@ -6822,12 +6822,12 @@
|
|
|
6822
6822
|
"references": [
|
|
6823
6823
|
{
|
|
6824
6824
|
"name": "Documentation",
|
|
6825
|
-
"url": "https://shoelace.style/components/icon-
|
|
6825
|
+
"url": "https://shoelace.style/components/icon-time-fill"
|
|
6826
6826
|
}
|
|
6827
6827
|
]
|
|
6828
6828
|
},
|
|
6829
6829
|
{
|
|
6830
|
-
"name": "dap-ds-icon-
|
|
6830
|
+
"name": "dap-ds-icon-time-line",
|
|
6831
6831
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6832
6832
|
"attributes": [
|
|
6833
6833
|
{
|
|
@@ -6854,12 +6854,12 @@
|
|
|
6854
6854
|
"references": [
|
|
6855
6855
|
{
|
|
6856
6856
|
"name": "Documentation",
|
|
6857
|
-
"url": "https://shoelace.style/components/icon-
|
|
6857
|
+
"url": "https://shoelace.style/components/icon-time-line"
|
|
6858
6858
|
}
|
|
6859
6859
|
]
|
|
6860
6860
|
},
|
|
6861
6861
|
{
|
|
6862
|
-
"name": "dap-ds-icon-
|
|
6862
|
+
"name": "dap-ds-icon-upload-2-fill",
|
|
6863
6863
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6864
6864
|
"attributes": [
|
|
6865
6865
|
{
|
|
@@ -6886,12 +6886,12 @@
|
|
|
6886
6886
|
"references": [
|
|
6887
6887
|
{
|
|
6888
6888
|
"name": "Documentation",
|
|
6889
|
-
"url": "https://shoelace.style/components/icon-
|
|
6889
|
+
"url": "https://shoelace.style/components/icon-upload-2-fill"
|
|
6890
6890
|
}
|
|
6891
6891
|
]
|
|
6892
6892
|
},
|
|
6893
6893
|
{
|
|
6894
|
-
"name": "dap-ds-icon-
|
|
6894
|
+
"name": "dap-ds-icon-upload-2-line",
|
|
6895
6895
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6896
6896
|
"attributes": [
|
|
6897
6897
|
{
|
|
@@ -6918,12 +6918,12 @@
|
|
|
6918
6918
|
"references": [
|
|
6919
6919
|
{
|
|
6920
6920
|
"name": "Documentation",
|
|
6921
|
-
"url": "https://shoelace.style/components/icon-
|
|
6921
|
+
"url": "https://shoelace.style/components/icon-upload-2-line"
|
|
6922
6922
|
}
|
|
6923
6923
|
]
|
|
6924
6924
|
},
|
|
6925
6925
|
{
|
|
6926
|
-
"name": "dap-ds-icon-
|
|
6926
|
+
"name": "dap-ds-icon-upload-line",
|
|
6927
6927
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6928
6928
|
"attributes": [
|
|
6929
6929
|
{
|
|
@@ -6950,12 +6950,12 @@
|
|
|
6950
6950
|
"references": [
|
|
6951
6951
|
{
|
|
6952
6952
|
"name": "Documentation",
|
|
6953
|
-
"url": "https://shoelace.style/components/icon-
|
|
6953
|
+
"url": "https://shoelace.style/components/icon-upload-line"
|
|
6954
6954
|
}
|
|
6955
6955
|
]
|
|
6956
6956
|
},
|
|
6957
6957
|
{
|
|
6958
|
-
"name": "dap-ds-icon-
|
|
6958
|
+
"name": "dap-ds-icon-zoom-in-line",
|
|
6959
6959
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6960
6960
|
"attributes": [
|
|
6961
6961
|
{
|
|
@@ -6982,12 +6982,12 @@
|
|
|
6982
6982
|
"references": [
|
|
6983
6983
|
{
|
|
6984
6984
|
"name": "Documentation",
|
|
6985
|
-
"url": "https://shoelace.style/components/icon-
|
|
6985
|
+
"url": "https://shoelace.style/components/icon-zoom-in-line"
|
|
6986
6986
|
}
|
|
6987
6987
|
]
|
|
6988
6988
|
},
|
|
6989
6989
|
{
|
|
6990
|
-
"name": "dap-ds-icon-
|
|
6990
|
+
"name": "dap-ds-icon-zoom-out-line",
|
|
6991
6991
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6992
6992
|
"attributes": [
|
|
6993
6993
|
{
|
|
@@ -7014,7 +7014,7 @@
|
|
|
7014
7014
|
"references": [
|
|
7015
7015
|
{
|
|
7016
7016
|
"name": "Documentation",
|
|
7017
|
-
"url": "https://shoelace.style/components/icon-
|
|
7017
|
+
"url": "https://shoelace.style/components/icon-zoom-out-line"
|
|
7018
7018
|
}
|
|
7019
7019
|
]
|
|
7020
7020
|
}
|