dap-design-system 0.57.2 → 0.57.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/checkbox/checkbox.component.d.ts +1 -0
- package/dist/components/number-input/number-input.component.d.ts +1 -0
- package/dist/{components-Cozi3ruX.js → components-BU8-Zde_.js} +680 -665
- package/dist/components-BU8-Zde_.js.map +1 -0
- package/dist/components.js +1 -1
- package/dist/dds.js +1 -1
- package/dist/manifest/types/vue/index.d.ts +226 -226
- package/dist/manifest/vscode.html-custom-data.json +235 -235
- package/dist/manifest/web-types.json +333 -333
- package/dist/react/index.d.ts +9 -9
- package/dist/react-types.ts +10 -10
- package/dist/react.js +211 -211
- package/dist/react.js.map +1 -1
- package/package.json +1 -1
- package/dist/components-Cozi3ruX.js.map +0 -1
|
@@ -114,228 +114,131 @@
|
|
|
114
114
|
}
|
|
115
115
|
},
|
|
116
116
|
{
|
|
117
|
-
"name": "dap-ds-
|
|
118
|
-
"description": "
|
|
117
|
+
"name": "dap-ds-anchor-heading",
|
|
118
|
+
"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.",
|
|
119
119
|
"doc-url": "",
|
|
120
120
|
"attributes": [
|
|
121
|
-
{
|
|
122
|
-
"name": "shape",
|
|
123
|
-
"description": "The shape of the avatar",
|
|
124
|
-
"value": {
|
|
125
|
-
"type": "'circle' | 'rounded' | 'square'",
|
|
126
|
-
"default": "'circle'"
|
|
127
|
-
}
|
|
128
|
-
},
|
|
129
121
|
{
|
|
130
122
|
"name": "variant",
|
|
131
|
-
"description": "The variant
|
|
132
|
-
"value": {
|
|
133
|
-
"type": "'image' | 'initials' | 'icon'",
|
|
134
|
-
"default": "'image'"
|
|
135
|
-
}
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"name": "src",
|
|
139
|
-
"description": "The source of the avatar image",
|
|
140
|
-
"value": { "type": "string" }
|
|
123
|
+
"description": "The variant of the heading. Default is `h2`. Can be `h1`, `h2`, `h3`, `h4`, `h5`, or `h6`.",
|
|
124
|
+
"value": { "type": "HeadingVariant" }
|
|
141
125
|
},
|
|
142
126
|
{
|
|
143
|
-
"name": "
|
|
144
|
-
"description": "The
|
|
127
|
+
"name": "label",
|
|
128
|
+
"description": "The label of the heading.",
|
|
145
129
|
"value": { "type": "string" }
|
|
146
|
-
}
|
|
130
|
+
}
|
|
131
|
+
],
|
|
132
|
+
"events": [],
|
|
133
|
+
"js": {
|
|
134
|
+
"properties": [
|
|
135
|
+
{ "name": "variant", "type": "HeadingVariant" },
|
|
136
|
+
{ "name": "label", "type": "string" },
|
|
137
|
+
{ "name": "elementId" },
|
|
138
|
+
{ "name": "anchorTitle" }
|
|
139
|
+
],
|
|
140
|
+
"events": []
|
|
141
|
+
}
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"name": "dap-ds-avatar-group",
|
|
145
|
+
"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.",
|
|
146
|
+
"doc-url": "",
|
|
147
|
+
"attributes": [
|
|
147
148
|
{
|
|
148
|
-
"name": "
|
|
149
|
-
"description": "
|
|
150
|
-
"value": { "type": "
|
|
149
|
+
"name": "layout",
|
|
150
|
+
"description": "Layout type for the avatar group",
|
|
151
|
+
"value": { "type": "'stack' | 'grid'", "default": "'stack'" }
|
|
151
152
|
},
|
|
152
153
|
{
|
|
153
|
-
"name": "
|
|
154
|
-
"description": "
|
|
155
|
-
"value": { "type": "
|
|
154
|
+
"name": "max",
|
|
155
|
+
"description": "Maximum number of avatars to show before showing overflow",
|
|
156
|
+
"value": { "type": "number", "default": "3" }
|
|
156
157
|
},
|
|
157
158
|
{
|
|
158
|
-
"name": "
|
|
159
|
-
"description": "
|
|
159
|
+
"name": "show-total",
|
|
160
|
+
"description": "Whether to show the total count in overflow indicator",
|
|
160
161
|
"value": { "type": "boolean", "default": "false" }
|
|
161
162
|
},
|
|
162
163
|
{
|
|
163
|
-
"name": "interactive",
|
|
164
|
-
"description": "
|
|
164
|
+
"name": "interactive-overflow",
|
|
165
|
+
"description": "Interactive overflow indicator",
|
|
165
166
|
"value": { "type": "boolean", "default": "false" }
|
|
166
167
|
},
|
|
167
168
|
{
|
|
168
|
-
"name": "
|
|
169
|
-
"description": "
|
|
170
|
-
"value": { "type": "
|
|
169
|
+
"name": "label",
|
|
170
|
+
"description": "Accessible label for the avatar group",
|
|
171
|
+
"value": { "type": "string" }
|
|
171
172
|
},
|
|
172
173
|
{
|
|
173
|
-
"name": "
|
|
174
|
-
"description": "
|
|
175
|
-
"value": { "type": "
|
|
174
|
+
"name": "overflow-label",
|
|
175
|
+
"description": "Accessible label for the overflow indicator",
|
|
176
|
+
"value": { "type": "string" }
|
|
176
177
|
}
|
|
177
178
|
],
|
|
178
179
|
"slots": [
|
|
179
180
|
{
|
|
180
|
-
"name": "
|
|
181
|
-
"description": "The
|
|
182
|
-
},
|
|
183
|
-
{
|
|
184
|
-
"name": "fallback",
|
|
185
|
-
"description": "Custom fallback content when image fails to load."
|
|
181
|
+
"name": "",
|
|
182
|
+
"description": "The avatars to display in the group."
|
|
186
183
|
}
|
|
187
184
|
],
|
|
188
185
|
"events": [
|
|
189
186
|
{
|
|
190
|
-
"name": "dds-
|
|
191
|
-
"description": "Fired when the
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
"name": "dds-error",
|
|
195
|
-
"description": "Fired when the image fails to load."
|
|
187
|
+
"name": "dds-overflow-click",
|
|
188
|
+
"description": "Fired when the overflow indicator is clicked."
|
|
196
189
|
}
|
|
197
190
|
],
|
|
198
191
|
"js": {
|
|
199
192
|
"properties": [
|
|
200
193
|
{
|
|
201
|
-
"name": "
|
|
202
|
-
"description": "
|
|
203
|
-
"type": "'
|
|
204
|
-
},
|
|
205
|
-
{
|
|
206
|
-
"name": "variant",
|
|
207
|
-
"description": "The variant type of the avatar",
|
|
208
|
-
"type": "'image' | 'initials' | 'icon'"
|
|
209
|
-
},
|
|
210
|
-
{
|
|
211
|
-
"name": "src",
|
|
212
|
-
"description": "The source of the avatar image",
|
|
213
|
-
"type": "string"
|
|
214
|
-
},
|
|
215
|
-
{
|
|
216
|
-
"name": "alt",
|
|
217
|
-
"description": "The alt text of the avatar",
|
|
218
|
-
"type": "string"
|
|
219
|
-
},
|
|
220
|
-
{
|
|
221
|
-
"name": "initials",
|
|
222
|
-
"description": "The initials to display when variant is 'initials'",
|
|
223
|
-
"type": "string"
|
|
194
|
+
"name": "layout",
|
|
195
|
+
"description": "Layout type for the avatar group",
|
|
196
|
+
"type": "'stack' | 'grid'"
|
|
224
197
|
},
|
|
225
198
|
{
|
|
226
|
-
"name": "
|
|
227
|
-
"description": "
|
|
228
|
-
"type": "
|
|
199
|
+
"name": "max",
|
|
200
|
+
"description": "Maximum number of avatars to show before showing overflow",
|
|
201
|
+
"type": "number"
|
|
229
202
|
},
|
|
230
203
|
{
|
|
231
|
-
"name": "
|
|
232
|
-
"description": "
|
|
204
|
+
"name": "showTotal",
|
|
205
|
+
"description": "Whether to show the total count in overflow indicator",
|
|
233
206
|
"type": "boolean"
|
|
234
207
|
},
|
|
235
208
|
{
|
|
236
|
-
"name": "
|
|
237
|
-
"description": "
|
|
209
|
+
"name": "interactiveOverflow",
|
|
210
|
+
"description": "Interactive overflow indicator",
|
|
238
211
|
"type": "boolean"
|
|
239
212
|
},
|
|
240
213
|
{
|
|
241
|
-
"name": "
|
|
242
|
-
"description": "
|
|
243
|
-
"type": "
|
|
214
|
+
"name": "label",
|
|
215
|
+
"description": "Accessible label for the avatar group",
|
|
216
|
+
"type": "string"
|
|
244
217
|
},
|
|
245
218
|
{
|
|
246
|
-
"name": "
|
|
247
|
-
"description": "
|
|
248
|
-
"type": "
|
|
219
|
+
"name": "overflowLabel",
|
|
220
|
+
"description": "Accessible label for the overflow indicator",
|
|
221
|
+
"type": "string"
|
|
249
222
|
},
|
|
250
223
|
{
|
|
251
224
|
"name": "size",
|
|
252
|
-
"description": "The size of the
|
|
225
|
+
"description": "The size of avatars in the group. Default is `md`. See SizedMixin.",
|
|
253
226
|
"type": "'xxs' | 'xs' | 'sm' | 'md' | 'lg'"
|
|
254
227
|
},
|
|
255
228
|
{
|
|
256
229
|
"name": "sizeMap",
|
|
257
|
-
"description": "Responsive size map (e.g. \"md:lg\").",
|
|
230
|
+
"description": "Responsive size map (e.g. \"md:lg\"); see SizedMixin.",
|
|
258
231
|
"type": "string"
|
|
259
232
|
}
|
|
260
233
|
],
|
|
261
234
|
"events": [
|
|
262
235
|
{
|
|
263
|
-
"name": "dds-
|
|
264
|
-
"description": "Fired when the
|
|
265
|
-
},
|
|
266
|
-
{
|
|
267
|
-
"name": "dds-error",
|
|
268
|
-
"description": "Fired when the image fails to load."
|
|
236
|
+
"name": "dds-overflow-click",
|
|
237
|
+
"description": "Fired when the overflow indicator is clicked."
|
|
269
238
|
}
|
|
270
239
|
]
|
|
271
240
|
}
|
|
272
241
|
},
|
|
273
|
-
{
|
|
274
|
-
"name": "dap-ds-anchor-heading",
|
|
275
|
-
"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.",
|
|
276
|
-
"doc-url": "",
|
|
277
|
-
"attributes": [
|
|
278
|
-
{
|
|
279
|
-
"name": "variant",
|
|
280
|
-
"description": "The variant of the heading. Default is `h2`. Can be `h1`, `h2`, `h3`, `h4`, `h5`, or `h6`.",
|
|
281
|
-
"value": { "type": "HeadingVariant" }
|
|
282
|
-
},
|
|
283
|
-
{
|
|
284
|
-
"name": "label",
|
|
285
|
-
"description": "The label of the heading.",
|
|
286
|
-
"value": { "type": "string" }
|
|
287
|
-
}
|
|
288
|
-
],
|
|
289
|
-
"events": [],
|
|
290
|
-
"js": {
|
|
291
|
-
"properties": [
|
|
292
|
-
{ "name": "variant", "type": "HeadingVariant" },
|
|
293
|
-
{ "name": "label", "type": "string" },
|
|
294
|
-
{ "name": "elementId" },
|
|
295
|
-
{ "name": "anchorTitle" }
|
|
296
|
-
],
|
|
297
|
-
"events": []
|
|
298
|
-
}
|
|
299
|
-
},
|
|
300
|
-
{
|
|
301
|
-
"name": "dap-ds-accordion-group",
|
|
302
|
-
"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.",
|
|
303
|
-
"doc-url": "",
|
|
304
|
-
"attributes": [
|
|
305
|
-
{
|
|
306
|
-
"name": "autoClose",
|
|
307
|
-
"description": "Whether to close other accordions when one is opened.",
|
|
308
|
-
"value": { "type": "string", "default": "'true'" }
|
|
309
|
-
},
|
|
310
|
-
{
|
|
311
|
-
"name": "variant",
|
|
312
|
-
"description": "The variant of the accordion",
|
|
313
|
-
"value": {
|
|
314
|
-
"type": "'default' | 'collapsed' | 'clean' | 'clean-collapsed'",
|
|
315
|
-
"default": "'default'"
|
|
316
|
-
}
|
|
317
|
-
}
|
|
318
|
-
],
|
|
319
|
-
"slots": [
|
|
320
|
-
{ "name": "", "description": "The content of the accordion group." }
|
|
321
|
-
],
|
|
322
|
-
"events": [],
|
|
323
|
-
"js": {
|
|
324
|
-
"properties": [
|
|
325
|
-
{
|
|
326
|
-
"name": "autoClose",
|
|
327
|
-
"description": "Whether to close other accordions when one is opened.",
|
|
328
|
-
"type": "string"
|
|
329
|
-
},
|
|
330
|
-
{
|
|
331
|
-
"name": "variant",
|
|
332
|
-
"description": "The variant of the accordion",
|
|
333
|
-
"type": "'default' | 'collapsed' | 'clean' | 'clean-collapsed'"
|
|
334
|
-
}
|
|
335
|
-
],
|
|
336
|
-
"events": []
|
|
337
|
-
}
|
|
338
|
-
},
|
|
339
242
|
{
|
|
340
243
|
"name": "dap-ds-badge",
|
|
341
244
|
"description": "A badge is a small status descriptor for UI elements.\n---\n\n\n### **Slots:**\n - _default_ - The content of the badge.\n- **icon** - The icon of the badge.\n\n### **CSS Properties:**\n - **--dds-badge-border-width** - The width of the badge's border (default: var(--dds-border-width-base)) _(default: undefined)_\n- **--dds-badge-border-style** - The style of the badge's border (default: solid) _(default: undefined)_\n- **--dds-badge-border-radius** - The border radius of the badge (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-badge-font-weight** - The font weight of the badge text (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-badge-line-height** - The line height of the badge text (default: 1.2) _(default: undefined)_\n- **--dds-badge-transition** - The transition property for the badge (default: all 0.2s ease-in-out) _(default: undefined)_\n- **--dds-badge-padding-sm** - The padding of the small badge (default: var(--dds-spacing-100) var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-badge-padding-lg** - The padding of the large badge (default: var(--dds-spacing-100) var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-badge-font-size-sm** - The font size of the small badge (default: var(--dds-font-xs)) _(default: undefined)_\n- **--dds-badge-font-size-lg** - The font size of the large badge (default: var(--dds-font-sm)) _(default: undefined)_\n- **--dds-badge-neutral-border-color** - The border color of the neutral badge (default: var(--dds-border-neutral-base)) _(default: undefined)_\n- **--dds-badge-neutral-background** - The background color of the neutral badge (default: var(--dds-background-neutral-medium)) _(default: undefined)_\n- **--dds-badge-neutral-color** - The text color of the neutral badge (default: var(--dds-text-neutral-subtle)) _(default: undefined)_\n- **--dds-badge-brand-border-color** - The border color of the brand badge (default: var(--dds-border-brand-base)) _(default: undefined)_\n- **--dds-badge-brand-background** - The background color of the brand badge (default: var(--dds-background-brand-medium)) _(default: undefined)_\n- **--dds-badge-brand-color** - The text color of the brand badge (default: var(--dds-text-brand-subtle)) _(default: undefined)_\n- **--dds-badge-info-border-color** - The border color of the info badge (default: var(--dds-border-informative-base)) _(default: undefined)_\n- **--dds-badge-info-background** - The background color of the info badge (default: var(--dds-background-informative-medium)) _(default: undefined)_\n- **--dds-badge-info-color** - The text color of the info badge (default: var(--dds-text-informative-subtle)) _(default: undefined)_\n- **--dds-badge-positive-border-color** - The border color of the positive badge (default: var(--dds-border-positive-base)) _(default: undefined)_\n- **--dds-badge-positive-background** - The background color of the positive badge (default: var(--dds-background-positive-medium)) _(default: undefined)_\n- **--dds-badge-positive-color** - The text color of the positive badge (default: var(--dds-text-positive-subtle)) _(default: undefined)_\n- **--dds-badge-warning-border-color** - The border color of the warning badge (default: var(--dds-border-warning-subtle)) _(default: undefined)_\n- **--dds-badge-warning-background** - The background color of the warning badge (default: var(--dds-background-warning-medium)) _(default: undefined)_\n- **--dds-badge-warning-color** - The text color of the warning badge (default: var(--dds-text-warning-subtle)) _(default: undefined)_\n- **--dds-badge-negative-border-color** - The border color of the negative badge (default: var(--dds-border-negative-base)) _(default: undefined)_\n- **--dds-badge-negative-background** - The background color of the negative badge (default: var(--dds-background-negative-medium)) _(default: undefined)_\n- **--dds-badge-negative-color** - The text color of the negative badge (default: var(--dds-text-negative-subtle)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main container of the badge.\n- **icon** - The icon of the badge.\n- **content** - The content of the badge.\n- **icon-base** - The base of the icon.",
|
|
@@ -397,183 +300,280 @@
|
|
|
397
300
|
}
|
|
398
301
|
},
|
|
399
302
|
{
|
|
400
|
-
"name": "dap-ds-
|
|
401
|
-
"description": "
|
|
303
|
+
"name": "dap-ds-accordion-group",
|
|
304
|
+
"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.",
|
|
402
305
|
"doc-url": "",
|
|
403
306
|
"attributes": [
|
|
404
307
|
{
|
|
405
|
-
"name": "
|
|
406
|
-
"description": "
|
|
407
|
-
"value": { "type": "
|
|
308
|
+
"name": "autoClose",
|
|
309
|
+
"description": "Whether to close other accordions when one is opened.",
|
|
310
|
+
"value": { "type": "string", "default": "'true'" }
|
|
408
311
|
},
|
|
409
312
|
{
|
|
410
|
-
"name": "
|
|
411
|
-
"description": "
|
|
412
|
-
"value": {
|
|
313
|
+
"name": "variant",
|
|
314
|
+
"description": "The variant of the accordion",
|
|
315
|
+
"value": {
|
|
316
|
+
"type": "'default' | 'collapsed' | 'clean' | 'clean-collapsed'",
|
|
317
|
+
"default": "'default'"
|
|
318
|
+
}
|
|
319
|
+
}
|
|
320
|
+
],
|
|
321
|
+
"slots": [
|
|
322
|
+
{ "name": "", "description": "The content of the accordion group." }
|
|
323
|
+
],
|
|
324
|
+
"events": [],
|
|
325
|
+
"js": {
|
|
326
|
+
"properties": [
|
|
327
|
+
{
|
|
328
|
+
"name": "autoClose",
|
|
329
|
+
"description": "Whether to close other accordions when one is opened.",
|
|
330
|
+
"type": "string"
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"name": "variant",
|
|
334
|
+
"description": "The variant of the accordion",
|
|
335
|
+
"type": "'default' | 'collapsed' | 'clean' | 'clean-collapsed'"
|
|
336
|
+
}
|
|
337
|
+
],
|
|
338
|
+
"events": []
|
|
339
|
+
}
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"name": "dap-ds-banner",
|
|
343
|
+
"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.",
|
|
344
|
+
"doc-url": "",
|
|
345
|
+
"attributes": [
|
|
346
|
+
{
|
|
347
|
+
"name": "variant",
|
|
348
|
+
"description": "The variant of the banner",
|
|
349
|
+
"value": {
|
|
350
|
+
"type": "'brand' | 'positive' | 'info' | 'warning' | 'negative'",
|
|
351
|
+
"default": "'brand'"
|
|
352
|
+
}
|
|
413
353
|
},
|
|
414
354
|
{
|
|
415
|
-
"name": "
|
|
416
|
-
"description": "Whether
|
|
417
|
-
"value": { "type": "boolean"
|
|
355
|
+
"name": "closeable",
|
|
356
|
+
"description": "Whether the banner is closeable",
|
|
357
|
+
"value": { "type": "boolean" }
|
|
418
358
|
},
|
|
419
359
|
{
|
|
420
|
-
"name": "
|
|
421
|
-
"description": "
|
|
422
|
-
"value": { "type": "
|
|
360
|
+
"name": "opened",
|
|
361
|
+
"description": "State of the banner. If false banner is hidden",
|
|
362
|
+
"value": { "type": "string", "default": "'true'" }
|
|
423
363
|
},
|
|
424
364
|
{
|
|
425
|
-
"name": "
|
|
426
|
-
"description": "
|
|
427
|
-
"value": { "type": "string" }
|
|
365
|
+
"name": "closeButtonLabel",
|
|
366
|
+
"description": "The aria-label for the close button",
|
|
367
|
+
"value": { "type": "string", "default": "'close'" }
|
|
428
368
|
},
|
|
429
369
|
{
|
|
430
|
-
"name": "
|
|
431
|
-
"description": "
|
|
370
|
+
"name": "icon",
|
|
371
|
+
"description": "The icon of the banner, this is a name of a built icon icon",
|
|
432
372
|
"value": { "type": "string" }
|
|
433
373
|
}
|
|
434
374
|
],
|
|
435
375
|
"slots": [
|
|
436
|
-
{
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
}
|
|
376
|
+
{ "name": "", "description": "The content of the banner." },
|
|
377
|
+
{ "name": "actions", "description": "Actions of banner" },
|
|
378
|
+
{ "name": "icon", "description": "The icon of the banner." }
|
|
440
379
|
],
|
|
441
380
|
"events": [
|
|
442
381
|
{
|
|
443
|
-
"name": "dds-
|
|
444
|
-
"
|
|
382
|
+
"name": "dds-close",
|
|
383
|
+
"type": "{ void }",
|
|
384
|
+
"description": "Event fired when the banner is closed."
|
|
445
385
|
}
|
|
446
386
|
],
|
|
447
387
|
"js": {
|
|
448
388
|
"properties": [
|
|
449
389
|
{
|
|
450
|
-
"name": "
|
|
451
|
-
"description": "
|
|
452
|
-
"type": "'
|
|
453
|
-
},
|
|
454
|
-
{
|
|
455
|
-
"name": "max",
|
|
456
|
-
"description": "Maximum number of avatars to show before showing overflow",
|
|
457
|
-
"type": "number"
|
|
458
|
-
},
|
|
459
|
-
{
|
|
460
|
-
"name": "showTotal",
|
|
461
|
-
"description": "Whether to show the total count in overflow indicator",
|
|
462
|
-
"type": "boolean"
|
|
390
|
+
"name": "variant",
|
|
391
|
+
"description": "The variant of the banner",
|
|
392
|
+
"type": "'brand' | 'positive' | 'info' | 'warning' | 'negative'"
|
|
463
393
|
},
|
|
464
394
|
{
|
|
465
|
-
"name": "
|
|
466
|
-
"description": "
|
|
395
|
+
"name": "closeable",
|
|
396
|
+
"description": "Whether the banner is closeable",
|
|
467
397
|
"type": "boolean"
|
|
468
398
|
},
|
|
469
399
|
{
|
|
470
|
-
"name": "
|
|
471
|
-
"description": "
|
|
400
|
+
"name": "opened",
|
|
401
|
+
"description": "State of the banner. If false banner is hidden",
|
|
472
402
|
"type": "string"
|
|
473
403
|
},
|
|
474
404
|
{
|
|
475
|
-
"name": "
|
|
476
|
-
"description": "
|
|
405
|
+
"name": "closeButtonLabel",
|
|
406
|
+
"description": "The aria-label for the close button",
|
|
477
407
|
"type": "string"
|
|
478
408
|
},
|
|
479
409
|
{
|
|
480
|
-
"name": "
|
|
481
|
-
"description": "The
|
|
482
|
-
"type": "'xxs' | 'xs' | 'sm' | 'md' | 'lg'"
|
|
483
|
-
},
|
|
484
|
-
{
|
|
485
|
-
"name": "sizeMap",
|
|
486
|
-
"description": "Responsive size map (e.g. \"md:lg\"); see SizedMixin.",
|
|
410
|
+
"name": "icon",
|
|
411
|
+
"description": "The icon of the banner, this is a name of a built icon icon",
|
|
487
412
|
"type": "string"
|
|
488
413
|
}
|
|
489
414
|
],
|
|
490
415
|
"events": [
|
|
491
416
|
{
|
|
492
|
-
"name": "dds-
|
|
493
|
-
"
|
|
417
|
+
"name": "dds-close",
|
|
418
|
+
"type": "{ void }",
|
|
419
|
+
"description": "Event fired when the banner is closed."
|
|
494
420
|
}
|
|
495
421
|
]
|
|
496
422
|
}
|
|
497
423
|
},
|
|
498
424
|
{
|
|
499
|
-
"name": "dap-ds-
|
|
500
|
-
"description": "
|
|
425
|
+
"name": "dap-ds-avatar",
|
|
426
|
+
"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.",
|
|
501
427
|
"doc-url": "",
|
|
502
428
|
"attributes": [
|
|
429
|
+
{
|
|
430
|
+
"name": "shape",
|
|
431
|
+
"description": "The shape of the avatar",
|
|
432
|
+
"value": {
|
|
433
|
+
"type": "'circle' | 'rounded' | 'square'",
|
|
434
|
+
"default": "'circle'"
|
|
435
|
+
}
|
|
436
|
+
},
|
|
503
437
|
{
|
|
504
438
|
"name": "variant",
|
|
505
|
-
"description": "The variant of the
|
|
439
|
+
"description": "The variant type of the avatar",
|
|
506
440
|
"value": {
|
|
507
|
-
"type": "'
|
|
508
|
-
"default": "'
|
|
441
|
+
"type": "'image' | 'initials' | 'icon'",
|
|
442
|
+
"default": "'image'"
|
|
509
443
|
}
|
|
510
444
|
},
|
|
511
445
|
{
|
|
512
|
-
"name": "
|
|
513
|
-
"description": "
|
|
514
|
-
"value": { "type": "
|
|
446
|
+
"name": "src",
|
|
447
|
+
"description": "The source of the avatar image",
|
|
448
|
+
"value": { "type": "string" }
|
|
515
449
|
},
|
|
516
450
|
{
|
|
517
|
-
"name": "
|
|
518
|
-
"description": "
|
|
519
|
-
"value": { "type": "string"
|
|
451
|
+
"name": "alt",
|
|
452
|
+
"description": "The alt text of the avatar",
|
|
453
|
+
"value": { "type": "string" }
|
|
520
454
|
},
|
|
521
455
|
{
|
|
522
|
-
"name": "
|
|
523
|
-
"description": "The
|
|
524
|
-
"value": { "type": "string"
|
|
456
|
+
"name": "initials",
|
|
457
|
+
"description": "The initials to display when variant is 'initials'",
|
|
458
|
+
"value": { "type": "string" }
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"name": "label",
|
|
462
|
+
"description": "Accessible label for the avatar",
|
|
463
|
+
"value": { "type": "string" }
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"name": "loading",
|
|
467
|
+
"description": "Loading state indicator",
|
|
468
|
+
"value": { "type": "boolean", "default": "false" }
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"name": "interactive",
|
|
472
|
+
"description": "Whether the avatar is interactive (clickable)",
|
|
473
|
+
"value": { "type": "boolean", "default": "false" }
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
"name": "width",
|
|
477
|
+
"description": "The width of the avatar. This will override the size",
|
|
478
|
+
"value": { "type": "number" }
|
|
525
479
|
},
|
|
526
480
|
{
|
|
527
|
-
"name": "
|
|
528
|
-
"description": "The
|
|
529
|
-
"value": { "type": "
|
|
481
|
+
"name": "height",
|
|
482
|
+
"description": "The height of the avatar. This will override the size",
|
|
483
|
+
"value": { "type": "number" }
|
|
530
484
|
}
|
|
531
485
|
],
|
|
532
486
|
"slots": [
|
|
533
|
-
{
|
|
534
|
-
|
|
535
|
-
|
|
487
|
+
{
|
|
488
|
+
"name": "icon",
|
|
489
|
+
"description": "The icon to display when variant is 'icon'."
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"name": "fallback",
|
|
493
|
+
"description": "Custom fallback content when image fails to load."
|
|
494
|
+
}
|
|
536
495
|
],
|
|
537
496
|
"events": [
|
|
538
497
|
{
|
|
539
|
-
"name": "dds-
|
|
540
|
-
"
|
|
541
|
-
|
|
498
|
+
"name": "dds-load",
|
|
499
|
+
"description": "Fired when the image loads successfully."
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"name": "dds-error",
|
|
503
|
+
"description": "Fired when the image fails to load."
|
|
542
504
|
}
|
|
543
505
|
],
|
|
544
506
|
"js": {
|
|
545
507
|
"properties": [
|
|
508
|
+
{
|
|
509
|
+
"name": "shape",
|
|
510
|
+
"description": "The shape of the avatar",
|
|
511
|
+
"type": "'circle' | 'rounded' | 'square'"
|
|
512
|
+
},
|
|
546
513
|
{
|
|
547
514
|
"name": "variant",
|
|
548
|
-
"description": "The variant of the
|
|
549
|
-
"type": "'
|
|
515
|
+
"description": "The variant type of the avatar",
|
|
516
|
+
"type": "'image' | 'initials' | 'icon'"
|
|
550
517
|
},
|
|
551
518
|
{
|
|
552
|
-
"name": "
|
|
553
|
-
"description": "
|
|
554
|
-
"type": "
|
|
519
|
+
"name": "src",
|
|
520
|
+
"description": "The source of the avatar image",
|
|
521
|
+
"type": "string"
|
|
555
522
|
},
|
|
556
523
|
{
|
|
557
|
-
"name": "
|
|
558
|
-
"description": "
|
|
524
|
+
"name": "alt",
|
|
525
|
+
"description": "The alt text of the avatar",
|
|
559
526
|
"type": "string"
|
|
560
527
|
},
|
|
561
528
|
{
|
|
562
|
-
"name": "
|
|
563
|
-
"description": "The
|
|
529
|
+
"name": "initials",
|
|
530
|
+
"description": "The initials to display when variant is 'initials'",
|
|
564
531
|
"type": "string"
|
|
565
532
|
},
|
|
566
533
|
{
|
|
567
|
-
"name": "
|
|
568
|
-
"description": "
|
|
534
|
+
"name": "label",
|
|
535
|
+
"description": "Accessible label for the avatar",
|
|
536
|
+
"type": "string"
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"name": "loading",
|
|
540
|
+
"description": "Loading state indicator",
|
|
541
|
+
"type": "boolean"
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"name": "interactive",
|
|
545
|
+
"description": "Whether the avatar is interactive (clickable)",
|
|
546
|
+
"type": "boolean"
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
"name": "width",
|
|
550
|
+
"description": "The width of the avatar. This will override the size",
|
|
551
|
+
"type": "number"
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"name": "height",
|
|
555
|
+
"description": "The height of the avatar. This will override the size",
|
|
556
|
+
"type": "number"
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
"name": "size",
|
|
560
|
+
"description": "The size of the avatar. Default is `md`.",
|
|
561
|
+
"type": "'xxs' | 'xs' | 'sm' | 'md' | 'lg'"
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"name": "sizeMap",
|
|
565
|
+
"description": "Responsive size map (e.g. \"md:lg\").",
|
|
569
566
|
"type": "string"
|
|
570
567
|
}
|
|
571
568
|
],
|
|
572
569
|
"events": [
|
|
573
570
|
{
|
|
574
|
-
"name": "dds-
|
|
575
|
-
"
|
|
576
|
-
|
|
571
|
+
"name": "dds-load",
|
|
572
|
+
"description": "Fired when the image loads successfully."
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"name": "dds-error",
|
|
576
|
+
"description": "Fired when the image fails to load."
|
|
577
577
|
}
|
|
578
578
|
]
|
|
579
579
|
}
|
|
@@ -9519,34 +9519,6 @@
|
|
|
9519
9519
|
"events": []
|
|
9520
9520
|
}
|
|
9521
9521
|
},
|
|
9522
|
-
{
|
|
9523
|
-
"name": "dap-ds-timeline-item",
|
|
9524
|
-
"description": "A timeline is a graphical representation of a series of events.\n---\n\n\n### **Slots:**\n - _default_ - The default slot for the item content.\n\n### **CSS Properties:**\n - **--dds-timeline-position** - Position of the timeline dot (default: 28px) _(default: undefined)_\n- **--dds-timeline-connector-width** - Width of the timeline connector line (default: 1px) _(default: undefined)_\n- **--dds-timeline-connector-left-position** - Left position of the timeline connector (default: 5.5px) _(default: undefined)_\n- **--dds-timeline-dot-size** - Size of the timeline dot (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-timeline-item-margin-bottom** - Bottom margin of timeline items (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-timeline-item-padding-left** - Left padding of timeline items (default: var(--dds-spacing-400)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main timeline item container.\n- **connector** - The connector element between two timeline items.\n- **content** - The content of the timeline item.",
|
|
9525
|
-
"doc-url": "",
|
|
9526
|
-
"attributes": [],
|
|
9527
|
-
"slots": [
|
|
9528
|
-
{
|
|
9529
|
-
"name": "",
|
|
9530
|
-
"description": "The default slot for the item content."
|
|
9531
|
-
}
|
|
9532
|
-
],
|
|
9533
|
-
"events": [],
|
|
9534
|
-
"js": { "properties": [], "events": [] }
|
|
9535
|
-
},
|
|
9536
|
-
{
|
|
9537
|
-
"name": "dap-ds-timeline",
|
|
9538
|
-
"description": "A timeline is a graphical representation of a series of events.\n---\n\n\n### **Slots:**\n - _default_ - The default slot for the timeline items.\n\n### **CSS Parts:**\n - **base** - The main timeline container.",
|
|
9539
|
-
"doc-url": "",
|
|
9540
|
-
"attributes": [],
|
|
9541
|
-
"slots": [
|
|
9542
|
-
{
|
|
9543
|
-
"name": "",
|
|
9544
|
-
"description": "The default slot for the timeline items."
|
|
9545
|
-
}
|
|
9546
|
-
],
|
|
9547
|
-
"events": [],
|
|
9548
|
-
"js": { "properties": [], "events": [] }
|
|
9549
|
-
},
|
|
9550
9522
|
{
|
|
9551
9523
|
"name": "dap-ds-textarea",
|
|
9552
9524
|
"description": "A textarea is a multi-line text input field.\n---\n\n\n### **Events:**\n - **dds-count-change** - Fires when the count of the textarea changes.\n- **dds-change** - Fired when the textarea value changes.\n- **dds-input** - Fired when the textarea value changes.\n- **dds-keydown** - Fired when a key is pressed down.\n- **dds-blur** - Fired when the textarea loses focus.\n- **dds-focus** - Emitted when the textarea gains focus.\n- **dds-select** - Emitted when select text in textarea.\n\n### **Slots:**\n - **feedback-icon** - The custom icon of the feedback.\n\n### **CSS Properties:**\n - **--dds-textarea-min-rows** - Minimum number of rows in the textarea. (default: 2) _(default: undefined)_\n- **--dds-textarea-spacing** - Gap between elements in the textarea container. (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-textarea-gap** - Gap between elements in the textarea container. (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-textarea-margin-top** - Top margin of the textarea. (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-textarea-padding** - Padding of the textarea control. (default: var(--dds-spacing-200) var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-textarea-border-width** - Border width of the textarea. (default: var(--dds-border-width-base)) _(default: undefined)_\n- **--dds-textarea-border-color** - Border color of the textarea. (default: var(--dds-border-neutral-base)) _(default: undefined)_\n- **--dds-textarea-background** - Background color of the textarea. (default: var(--dds-fields-background-default)) _(default: undefined)_\n- **--dds-textarea-color** - Text color of the textarea. (default: var(--dds-text-neutral-base)) _(default: undefined)_\n- **--dds-textarea-border-radius** - Border radius of the textarea. (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-textarea-disabled-bg** - Background color when disabled. (default: var(--dds-fields-background-disabled)) _(default: undefined)_\n- **--dds-textarea-disabled-color** - Text color when disabled. (default: var(--dds-text-neutral-disabled)) _(default: undefined)_\n- **--dds-textarea-readonly-bg** - Background color when readonly. (default: var(--dds-fields-background-read-only)) _(default: undefined)_\n- **--dds-textarea-readonly-color** - Text color when readonly. (default: var(--dds-text-neutral-subtle)) _(default: undefined)_\n- **--dds-textarea-error-border** - Border color when in error state. (default: var(--dds-border-negative-base)) _(default: undefined)_\n- **--dds-textarea-success-border** - Border color when in success state. (default: var(--dds-border-positive-base)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main textarea container.\n- **input** - The native input of the textarea.\n- **counter** - The counter of the textarea.\n- **counter-base** - The base of the counter.\n- **feedback** - The feedback of the textarea.\n- **feedback-base** - The base of the feedback.\n- **feedback-text** - The text of the feedback.\n- **feedback-icon** - The icon of the feedback.",
|
|
@@ -9790,6 +9762,34 @@
|
|
|
9790
9762
|
]
|
|
9791
9763
|
}
|
|
9792
9764
|
},
|
|
9765
|
+
{
|
|
9766
|
+
"name": "dap-ds-timeline-item",
|
|
9767
|
+
"description": "A timeline is a graphical representation of a series of events.\n---\n\n\n### **Slots:**\n - _default_ - The default slot for the item content.\n\n### **CSS Properties:**\n - **--dds-timeline-position** - Position of the timeline dot (default: 28px) _(default: undefined)_\n- **--dds-timeline-connector-width** - Width of the timeline connector line (default: 1px) _(default: undefined)_\n- **--dds-timeline-connector-left-position** - Left position of the timeline connector (default: 5.5px) _(default: undefined)_\n- **--dds-timeline-dot-size** - Size of the timeline dot (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-timeline-item-margin-bottom** - Bottom margin of timeline items (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-timeline-item-padding-left** - Left padding of timeline items (default: var(--dds-spacing-400)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main timeline item container.\n- **connector** - The connector element between two timeline items.\n- **content** - The content of the timeline item.",
|
|
9768
|
+
"doc-url": "",
|
|
9769
|
+
"attributes": [],
|
|
9770
|
+
"slots": [
|
|
9771
|
+
{
|
|
9772
|
+
"name": "",
|
|
9773
|
+
"description": "The default slot for the item content."
|
|
9774
|
+
}
|
|
9775
|
+
],
|
|
9776
|
+
"events": [],
|
|
9777
|
+
"js": { "properties": [], "events": [] }
|
|
9778
|
+
},
|
|
9779
|
+
{
|
|
9780
|
+
"name": "dap-ds-timeline",
|
|
9781
|
+
"description": "A timeline is a graphical representation of a series of events.\n---\n\n\n### **Slots:**\n - _default_ - The default slot for the timeline items.\n\n### **CSS Parts:**\n - **base** - The main timeline container.",
|
|
9782
|
+
"doc-url": "",
|
|
9783
|
+
"attributes": [],
|
|
9784
|
+
"slots": [
|
|
9785
|
+
{
|
|
9786
|
+
"name": "",
|
|
9787
|
+
"description": "The default slot for the timeline items."
|
|
9788
|
+
}
|
|
9789
|
+
],
|
|
9790
|
+
"events": [],
|
|
9791
|
+
"js": { "properties": [], "events": [] }
|
|
9792
|
+
},
|
|
9793
9793
|
{
|
|
9794
9794
|
"name": "dap-ds-time-grid",
|
|
9795
9795
|
"description": "A time grid component that allows users to select hours and minutes in two side-by-side scrollable columns.\n---\n\n\n### **Events:**\n - **dds-change** - Fired when time selection changes.\n- **dds-close** - Fired when the time grid should close.\n\n### **CSS Properties:**\n - **--dds-time-grid-gap** - The gap between time sections (default: var(--dds-spacing-400)). _(default: undefined)_\n- **--dds-time-grid-padding** - The padding around the time grid (default: var(--dds-spacing-0)). _(default: undefined)_\n- **--dds-time-grid-column-gap** - The gap between time buttons in columns (default: var(--dds-spacing-200)). _(default: undefined)_\n- **--dds-time-grid-border-radius** - The border radius of the time grid (default: var(--dds-radius-base)). _(default: undefined)_\n- **--dds-time-grid-background** - The background color of the time grid (default: var(--dds-background-neutral-subtle)). _(default: undefined)_\n- **--dds-time-grid-transition** - The transition timing for the time grid (default: all 0.2s ease-in-out). _(default: undefined)_\n- **--dds-time-grid-max-width** - The maximum width of the time grid (default: 400px). _(default: undefined)_\n- **--dds-time-grid-column-max-height** - The maximum height of time columns (default: 240px). _(default: undefined)_\n\n### **CSS Parts:**\n - **time-grid** - The main time grid container.\n- **hour-section** - The hour selection section.\n- **minute-section** - The minute selection section.\n- **time-button** - Individual time selection buttons.\n- **time-button-base** - The base part of the time button.\n- **time-button-content** - The content part of the time button.\n- **time-button-high-contrast** - The high contrast part of the time button.\n- **section-header-title** - The title of the section header.\n- **section-header-divider** - The divider between the section header and the time buttons.\n- **time-column** - The time column container.",
|
|
@@ -11399,7 +11399,7 @@
|
|
|
11399
11399
|
}
|
|
11400
11400
|
},
|
|
11401
11401
|
{
|
|
11402
|
-
"name": "dap-ds-icon-arrow-left-s-
|
|
11402
|
+
"name": "dap-ds-icon-arrow-left-s-fill",
|
|
11403
11403
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
11404
11404
|
"doc-url": "",
|
|
11405
11405
|
"attributes": [
|
|
@@ -11452,7 +11452,7 @@
|
|
|
11452
11452
|
}
|
|
11453
11453
|
},
|
|
11454
11454
|
{
|
|
11455
|
-
"name": "dap-ds-icon-arrow-left-s-
|
|
11455
|
+
"name": "dap-ds-icon-arrow-left-s-line",
|
|
11456
11456
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
11457
11457
|
"doc-url": "",
|
|
11458
11458
|
"attributes": [
|
|
@@ -12989,7 +12989,7 @@
|
|
|
12989
12989
|
}
|
|
12990
12990
|
},
|
|
12991
12991
|
{
|
|
12992
|
-
"name": "dap-ds-icon-
|
|
12992
|
+
"name": "dap-ds-icon-add-line",
|
|
12993
12993
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
12994
12994
|
"doc-url": "",
|
|
12995
12995
|
"attributes": [
|
|
@@ -13042,7 +13042,7 @@
|
|
|
13042
13042
|
}
|
|
13043
13043
|
},
|
|
13044
13044
|
{
|
|
13045
|
-
"name": "dap-ds-icon-
|
|
13045
|
+
"name": "dap-ds-icon-alert-fill",
|
|
13046
13046
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13047
13047
|
"doc-url": "",
|
|
13048
13048
|
"attributes": [
|
|
@@ -13095,7 +13095,7 @@
|
|
|
13095
13095
|
}
|
|
13096
13096
|
},
|
|
13097
13097
|
{
|
|
13098
|
-
"name": "dap-ds-icon-
|
|
13098
|
+
"name": "dap-ds-icon-alert-line",
|
|
13099
13099
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13100
13100
|
"doc-url": "",
|
|
13101
13101
|
"attributes": [
|
|
@@ -13148,7 +13148,7 @@
|
|
|
13148
13148
|
}
|
|
13149
13149
|
},
|
|
13150
13150
|
{
|
|
13151
|
-
"name": "dap-ds-icon-
|
|
13151
|
+
"name": "dap-ds-icon-check-line",
|
|
13152
13152
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13153
13153
|
"doc-url": "",
|
|
13154
13154
|
"attributes": [
|
|
@@ -13201,7 +13201,7 @@
|
|
|
13201
13201
|
}
|
|
13202
13202
|
},
|
|
13203
13203
|
{
|
|
13204
|
-
"name": "dap-ds-icon-
|
|
13204
|
+
"name": "dap-ds-icon-check-line2",
|
|
13205
13205
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13206
13206
|
"doc-url": "",
|
|
13207
13207
|
"attributes": [
|
|
@@ -13254,7 +13254,7 @@
|
|
|
13254
13254
|
}
|
|
13255
13255
|
},
|
|
13256
13256
|
{
|
|
13257
|
-
"name": "dap-ds-icon-
|
|
13257
|
+
"name": "dap-ds-icon-checkbox-blank-circle-fill",
|
|
13258
13258
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13259
13259
|
"doc-url": "",
|
|
13260
13260
|
"attributes": [
|
|
@@ -13307,7 +13307,7 @@
|
|
|
13307
13307
|
}
|
|
13308
13308
|
},
|
|
13309
13309
|
{
|
|
13310
|
-
"name": "dap-ds-icon-
|
|
13310
|
+
"name": "dap-ds-icon-checkbox-blank-circle-fill-check",
|
|
13311
13311
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13312
13312
|
"doc-url": "",
|
|
13313
13313
|
"attributes": [
|
|
@@ -13360,7 +13360,7 @@
|
|
|
13360
13360
|
}
|
|
13361
13361
|
},
|
|
13362
13362
|
{
|
|
13363
|
-
"name": "dap-ds-icon-
|
|
13363
|
+
"name": "dap-ds-icon-checkbox-blank-circle-line",
|
|
13364
13364
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13365
13365
|
"doc-url": "",
|
|
13366
13366
|
"attributes": [
|
|
@@ -13413,7 +13413,7 @@
|
|
|
13413
13413
|
}
|
|
13414
13414
|
},
|
|
13415
13415
|
{
|
|
13416
|
-
"name": "dap-ds-icon-
|
|
13416
|
+
"name": "dap-ds-icon-checkbox-circle-fill",
|
|
13417
13417
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13418
13418
|
"doc-url": "",
|
|
13419
13419
|
"attributes": [
|
|
@@ -13466,7 +13466,7 @@
|
|
|
13466
13466
|
}
|
|
13467
13467
|
},
|
|
13468
13468
|
{
|
|
13469
|
-
"name": "dap-ds-icon-checkbox-
|
|
13469
|
+
"name": "dap-ds-icon-checkbox-circle-line",
|
|
13470
13470
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13471
13471
|
"doc-url": "",
|
|
13472
13472
|
"attributes": [
|
|
@@ -13519,7 +13519,7 @@
|
|
|
13519
13519
|
}
|
|
13520
13520
|
},
|
|
13521
13521
|
{
|
|
13522
|
-
"name": "dap-ds-icon-
|
|
13522
|
+
"name": "dap-ds-icon-close-circle-fill",
|
|
13523
13523
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13524
13524
|
"doc-url": "",
|
|
13525
13525
|
"attributes": [
|
|
@@ -13572,7 +13572,7 @@
|
|
|
13572
13572
|
}
|
|
13573
13573
|
},
|
|
13574
13574
|
{
|
|
13575
|
-
"name": "dap-ds-icon-
|
|
13575
|
+
"name": "dap-ds-icon-close-circle-line",
|
|
13576
13576
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13577
13577
|
"doc-url": "",
|
|
13578
13578
|
"attributes": [
|
|
@@ -13625,7 +13625,7 @@
|
|
|
13625
13625
|
}
|
|
13626
13626
|
},
|
|
13627
13627
|
{
|
|
13628
|
-
"name": "dap-ds-icon-
|
|
13628
|
+
"name": "dap-ds-icon-close-fill",
|
|
13629
13629
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13630
13630
|
"doc-url": "",
|
|
13631
13631
|
"attributes": [
|
|
@@ -13678,7 +13678,7 @@
|
|
|
13678
13678
|
}
|
|
13679
13679
|
},
|
|
13680
13680
|
{
|
|
13681
|
-
"name": "dap-ds-icon-
|
|
13681
|
+
"name": "dap-ds-icon-close-line",
|
|
13682
13682
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13683
13683
|
"doc-url": "",
|
|
13684
13684
|
"attributes": [
|
|
@@ -13731,7 +13731,7 @@
|
|
|
13731
13731
|
}
|
|
13732
13732
|
},
|
|
13733
13733
|
{
|
|
13734
|
-
"name": "dap-ds-icon-
|
|
13734
|
+
"name": "dap-ds-icon-delete-bin-fill",
|
|
13735
13735
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13736
13736
|
"doc-url": "",
|
|
13737
13737
|
"attributes": [
|
|
@@ -13784,7 +13784,7 @@
|
|
|
13784
13784
|
}
|
|
13785
13785
|
},
|
|
13786
13786
|
{
|
|
13787
|
-
"name": "dap-ds-icon-
|
|
13787
|
+
"name": "dap-ds-icon-delete-bin-line",
|
|
13788
13788
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13789
13789
|
"doc-url": "",
|
|
13790
13790
|
"attributes": [
|
|
@@ -13837,7 +13837,7 @@
|
|
|
13837
13837
|
}
|
|
13838
13838
|
},
|
|
13839
13839
|
{
|
|
13840
|
-
"name": "dap-ds-icon-
|
|
13840
|
+
"name": "dap-ds-icon-download-line",
|
|
13841
13841
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13842
13842
|
"doc-url": "",
|
|
13843
13843
|
"attributes": [
|
|
@@ -13890,7 +13890,7 @@
|
|
|
13890
13890
|
}
|
|
13891
13891
|
},
|
|
13892
13892
|
{
|
|
13893
|
-
"name": "dap-ds-icon-
|
|
13893
|
+
"name": "dap-ds-icon-error-warning-fill",
|
|
13894
13894
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13895
13895
|
"doc-url": "",
|
|
13896
13896
|
"attributes": [
|
|
@@ -13943,7 +13943,7 @@
|
|
|
13943
13943
|
}
|
|
13944
13944
|
},
|
|
13945
13945
|
{
|
|
13946
|
-
"name": "dap-ds-icon-
|
|
13946
|
+
"name": "dap-ds-icon-error-warning-line",
|
|
13947
13947
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13948
13948
|
"doc-url": "",
|
|
13949
13949
|
"attributes": [
|
|
@@ -13996,7 +13996,7 @@
|
|
|
13996
13996
|
}
|
|
13997
13997
|
},
|
|
13998
13998
|
{
|
|
13999
|
-
"name": "dap-ds-icon-
|
|
13999
|
+
"name": "dap-ds-icon-external-link-line",
|
|
14000
14000
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14001
14001
|
"doc-url": "",
|
|
14002
14002
|
"attributes": [
|
|
@@ -14049,7 +14049,7 @@
|
|
|
14049
14049
|
}
|
|
14050
14050
|
},
|
|
14051
14051
|
{
|
|
14052
|
-
"name": "dap-ds-icon-
|
|
14052
|
+
"name": "dap-ds-icon-eye-line",
|
|
14053
14053
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14054
14054
|
"doc-url": "",
|
|
14055
14055
|
"attributes": [
|
|
@@ -14102,7 +14102,7 @@
|
|
|
14102
14102
|
}
|
|
14103
14103
|
},
|
|
14104
14104
|
{
|
|
14105
|
-
"name": "dap-ds-icon-
|
|
14105
|
+
"name": "dap-ds-icon-eye-off-line",
|
|
14106
14106
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14107
14107
|
"doc-url": "",
|
|
14108
14108
|
"attributes": [
|
|
@@ -14155,7 +14155,7 @@
|
|
|
14155
14155
|
}
|
|
14156
14156
|
},
|
|
14157
14157
|
{
|
|
14158
|
-
"name": "dap-ds-icon-
|
|
14158
|
+
"name": "dap-ds-icon-forbid-fill",
|
|
14159
14159
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14160
14160
|
"doc-url": "",
|
|
14161
14161
|
"attributes": [
|
|
@@ -14208,7 +14208,7 @@
|
|
|
14208
14208
|
}
|
|
14209
14209
|
},
|
|
14210
14210
|
{
|
|
14211
|
-
"name": "dap-ds-icon-
|
|
14211
|
+
"name": "dap-ds-icon-information-2-fill",
|
|
14212
14212
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14213
14213
|
"doc-url": "",
|
|
14214
14214
|
"attributes": [
|
|
@@ -14261,7 +14261,7 @@
|
|
|
14261
14261
|
}
|
|
14262
14262
|
},
|
|
14263
14263
|
{
|
|
14264
|
-
"name": "dap-ds-icon-
|
|
14264
|
+
"name": "dap-ds-icon-information-fill",
|
|
14265
14265
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14266
14266
|
"doc-url": "",
|
|
14267
14267
|
"attributes": [
|
|
@@ -14314,7 +14314,7 @@
|
|
|
14314
14314
|
}
|
|
14315
14315
|
},
|
|
14316
14316
|
{
|
|
14317
|
-
"name": "dap-ds-icon-
|
|
14317
|
+
"name": "dap-ds-icon-information-line",
|
|
14318
14318
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14319
14319
|
"doc-url": "",
|
|
14320
14320
|
"attributes": [
|
|
@@ -14367,7 +14367,7 @@
|
|
|
14367
14367
|
}
|
|
14368
14368
|
},
|
|
14369
14369
|
{
|
|
14370
|
-
"name": "dap-ds-icon-
|
|
14370
|
+
"name": "dap-ds-icon-lightbulb-fill",
|
|
14371
14371
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14372
14372
|
"doc-url": "",
|
|
14373
14373
|
"attributes": [
|
|
@@ -14420,7 +14420,7 @@
|
|
|
14420
14420
|
}
|
|
14421
14421
|
},
|
|
14422
14422
|
{
|
|
14423
|
-
"name": "dap-ds-icon-
|
|
14423
|
+
"name": "dap-ds-icon-loading-spinner",
|
|
14424
14424
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14425
14425
|
"doc-url": "",
|
|
14426
14426
|
"attributes": [
|
|
@@ -14473,7 +14473,7 @@
|
|
|
14473
14473
|
}
|
|
14474
14474
|
},
|
|
14475
14475
|
{
|
|
14476
|
-
"name": "dap-ds-icon-
|
|
14476
|
+
"name": "dap-ds-icon-lock-fill",
|
|
14477
14477
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14478
14478
|
"doc-url": "",
|
|
14479
14479
|
"attributes": [
|
|
@@ -14526,7 +14526,7 @@
|
|
|
14526
14526
|
}
|
|
14527
14527
|
},
|
|
14528
14528
|
{
|
|
14529
|
-
"name": "dap-ds-icon-
|
|
14529
|
+
"name": "dap-ds-icon-lock-line",
|
|
14530
14530
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14531
14531
|
"doc-url": "",
|
|
14532
14532
|
"attributes": [
|
|
@@ -14579,7 +14579,7 @@
|
|
|
14579
14579
|
}
|
|
14580
14580
|
},
|
|
14581
14581
|
{
|
|
14582
|
-
"name": "dap-ds-icon-
|
|
14582
|
+
"name": "dap-ds-icon-menu-line",
|
|
14583
14583
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14584
14584
|
"doc-url": "",
|
|
14585
14585
|
"attributes": [
|
|
@@ -14632,7 +14632,7 @@
|
|
|
14632
14632
|
}
|
|
14633
14633
|
},
|
|
14634
14634
|
{
|
|
14635
|
-
"name": "dap-ds-icon-
|
|
14635
|
+
"name": "dap-ds-icon-menu-line-s",
|
|
14636
14636
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14637
14637
|
"doc-url": "",
|
|
14638
14638
|
"attributes": [
|
|
@@ -14685,7 +14685,7 @@
|
|
|
14685
14685
|
}
|
|
14686
14686
|
},
|
|
14687
14687
|
{
|
|
14688
|
-
"name": "dap-ds-icon-
|
|
14688
|
+
"name": "dap-ds-icon-more-2-line",
|
|
14689
14689
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14690
14690
|
"doc-url": "",
|
|
14691
14691
|
"attributes": [
|
|
@@ -14738,7 +14738,7 @@
|
|
|
14738
14738
|
}
|
|
14739
14739
|
},
|
|
14740
14740
|
{
|
|
14741
|
-
"name": "dap-ds-icon-
|
|
14741
|
+
"name": "dap-ds-icon-more-line",
|
|
14742
14742
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14743
14743
|
"doc-url": "",
|
|
14744
14744
|
"attributes": [
|
|
@@ -14791,7 +14791,7 @@
|
|
|
14791
14791
|
}
|
|
14792
14792
|
},
|
|
14793
14793
|
{
|
|
14794
|
-
"name": "dap-ds-icon-
|
|
14794
|
+
"name": "dap-ds-icon-search-line",
|
|
14795
14795
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14796
14796
|
"doc-url": "",
|
|
14797
14797
|
"attributes": [
|
|
@@ -14844,7 +14844,7 @@
|
|
|
14844
14844
|
}
|
|
14845
14845
|
},
|
|
14846
14846
|
{
|
|
14847
|
-
"name": "dap-ds-icon-
|
|
14847
|
+
"name": "dap-ds-icon-share-line",
|
|
14848
14848
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14849
14849
|
"doc-url": "",
|
|
14850
14850
|
"attributes": [
|
|
@@ -14897,7 +14897,7 @@
|
|
|
14897
14897
|
}
|
|
14898
14898
|
},
|
|
14899
14899
|
{
|
|
14900
|
-
"name": "dap-ds-icon-
|
|
14900
|
+
"name": "dap-ds-icon-shield-check-fill",
|
|
14901
14901
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14902
14902
|
"doc-url": "",
|
|
14903
14903
|
"attributes": [
|
|
@@ -14950,7 +14950,7 @@
|
|
|
14950
14950
|
}
|
|
14951
14951
|
},
|
|
14952
14952
|
{
|
|
14953
|
-
"name": "dap-ds-icon-
|
|
14953
|
+
"name": "dap-ds-icon-shield-check-line",
|
|
14954
14954
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14955
14955
|
"doc-url": "",
|
|
14956
14956
|
"attributes": [
|
|
@@ -15003,7 +15003,7 @@
|
|
|
15003
15003
|
}
|
|
15004
15004
|
},
|
|
15005
15005
|
{
|
|
15006
|
-
"name": "dap-ds-icon-
|
|
15006
|
+
"name": "dap-ds-icon-star-fill",
|
|
15007
15007
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15008
15008
|
"doc-url": "",
|
|
15009
15009
|
"attributes": [
|
|
@@ -15056,7 +15056,7 @@
|
|
|
15056
15056
|
}
|
|
15057
15057
|
},
|
|
15058
15058
|
{
|
|
15059
|
-
"name": "dap-ds-icon-
|
|
15059
|
+
"name": "dap-ds-icon-subtract-line",
|
|
15060
15060
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15061
15061
|
"doc-url": "",
|
|
15062
15062
|
"attributes": [
|
|
@@ -15109,7 +15109,7 @@
|
|
|
15109
15109
|
}
|
|
15110
15110
|
},
|
|
15111
15111
|
{
|
|
15112
|
-
"name": "dap-ds-icon-
|
|
15112
|
+
"name": "dap-ds-icon-subtract-line2",
|
|
15113
15113
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15114
15114
|
"doc-url": "",
|
|
15115
15115
|
"attributes": [
|
|
@@ -15162,7 +15162,7 @@
|
|
|
15162
15162
|
}
|
|
15163
15163
|
},
|
|
15164
15164
|
{
|
|
15165
|
-
"name": "dap-ds-icon-
|
|
15165
|
+
"name": "dap-ds-icon-time-fill",
|
|
15166
15166
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15167
15167
|
"doc-url": "",
|
|
15168
15168
|
"attributes": [
|
|
@@ -15215,7 +15215,7 @@
|
|
|
15215
15215
|
}
|
|
15216
15216
|
},
|
|
15217
15217
|
{
|
|
15218
|
-
"name": "dap-ds-icon-
|
|
15218
|
+
"name": "dap-ds-icon-time-line",
|
|
15219
15219
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15220
15220
|
"doc-url": "",
|
|
15221
15221
|
"attributes": [
|
|
@@ -15268,7 +15268,7 @@
|
|
|
15268
15268
|
}
|
|
15269
15269
|
},
|
|
15270
15270
|
{
|
|
15271
|
-
"name": "dap-ds-icon-
|
|
15271
|
+
"name": "dap-ds-icon-upload-2-fill",
|
|
15272
15272
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15273
15273
|
"doc-url": "",
|
|
15274
15274
|
"attributes": [
|
|
@@ -15321,7 +15321,7 @@
|
|
|
15321
15321
|
}
|
|
15322
15322
|
},
|
|
15323
15323
|
{
|
|
15324
|
-
"name": "dap-ds-icon-
|
|
15324
|
+
"name": "dap-ds-icon-upload-2-line",
|
|
15325
15325
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15326
15326
|
"doc-url": "",
|
|
15327
15327
|
"attributes": [
|
|
@@ -15374,7 +15374,7 @@
|
|
|
15374
15374
|
}
|
|
15375
15375
|
},
|
|
15376
15376
|
{
|
|
15377
|
-
"name": "dap-ds-icon-
|
|
15377
|
+
"name": "dap-ds-icon-upload-line",
|
|
15378
15378
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15379
15379
|
"doc-url": "",
|
|
15380
15380
|
"attributes": [
|
|
@@ -15427,7 +15427,7 @@
|
|
|
15427
15427
|
}
|
|
15428
15428
|
},
|
|
15429
15429
|
{
|
|
15430
|
-
"name": "dap-ds-icon-
|
|
15430
|
+
"name": "dap-ds-icon-zoom-in-line",
|
|
15431
15431
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15432
15432
|
"doc-url": "",
|
|
15433
15433
|
"attributes": [
|
|
@@ -15480,7 +15480,7 @@
|
|
|
15480
15480
|
}
|
|
15481
15481
|
},
|
|
15482
15482
|
{
|
|
15483
|
-
"name": "dap-ds-icon-
|
|
15483
|
+
"name": "dap-ds-icon-zoom-out-line",
|
|
15484
15484
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15485
15485
|
"doc-url": "",
|
|
15486
15486
|
"attributes": [
|
|
@@ -15533,7 +15533,7 @@
|
|
|
15533
15533
|
}
|
|
15534
15534
|
},
|
|
15535
15535
|
{
|
|
15536
|
-
"name": "dap-ds-icon-
|
|
15536
|
+
"name": "dap-ds-icon-account-circle-fill",
|
|
15537
15537
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15538
15538
|
"doc-url": "",
|
|
15539
15539
|
"attributes": [
|
|
@@ -15586,7 +15586,7 @@
|
|
|
15586
15586
|
}
|
|
15587
15587
|
},
|
|
15588
15588
|
{
|
|
15589
|
-
"name": "dap-ds-icon-
|
|
15589
|
+
"name": "dap-ds-icon-account-circle-line",
|
|
15590
15590
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15591
15591
|
"doc-url": "",
|
|
15592
15592
|
"attributes": [
|
|
@@ -15639,7 +15639,7 @@
|
|
|
15639
15639
|
}
|
|
15640
15640
|
},
|
|
15641
15641
|
{
|
|
15642
|
-
"name": "dap-ds-icon-
|
|
15642
|
+
"name": "dap-ds-icon-user-fill",
|
|
15643
15643
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15644
15644
|
"doc-url": "",
|
|
15645
15645
|
"attributes": [
|
|
@@ -15692,7 +15692,7 @@
|
|
|
15692
15692
|
}
|
|
15693
15693
|
},
|
|
15694
15694
|
{
|
|
15695
|
-
"name": "dap-ds-icon-
|
|
15695
|
+
"name": "dap-ds-icon-user-line",
|
|
15696
15696
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15697
15697
|
"doc-url": "",
|
|
15698
15698
|
"attributes": [
|