dap-design-system 0.57.7 → 0.57.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/tab/tab-group.component.d.ts +10 -0
- package/dist/{components-CMBmObyM.js → components-B66BAgiP.js} +4512 -4503
- package/dist/{components-CMBmObyM.js.map → components-B66BAgiP.js.map} +1 -1
- package/dist/components.js +1 -1
- package/dist/dds.js +1 -1
- package/dist/manifest/types/vue/index.d.ts +271 -271
- package/dist/manifest/vscode.html-custom-data.json +243 -243
- package/dist/manifest/web-types.json +439 -439
- package/dist/react/index.d.ts +11 -11
- package/dist/react-types.ts +12 -12
- package/dist/react.js +257 -257
- package/dist/react.js.map +1 -1
- package/package.json +1 -1
|
@@ -114,102 +114,30 @@
|
|
|
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
121
|
{
|
|
122
|
-
"name": "
|
|
123
|
-
"description": "
|
|
124
|
-
"value": { "type": "
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
"name": "max",
|
|
128
|
-
"description": "Maximum number of avatars to show before showing overflow",
|
|
129
|
-
"value": { "type": "number", "default": "3" }
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
"name": "show-total",
|
|
133
|
-
"description": "Whether to show the total count in overflow indicator",
|
|
134
|
-
"value": { "type": "boolean", "default": "false" }
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
"name": "interactive-overflow",
|
|
138
|
-
"description": "Interactive overflow indicator",
|
|
139
|
-
"value": { "type": "boolean", "default": "false" }
|
|
122
|
+
"name": "variant",
|
|
123
|
+
"description": "The variant of the heading. Default is `h2`. Can be `h1`, `h2`, `h3`, `h4`, `h5`, or `h6`.",
|
|
124
|
+
"value": { "type": "HeadingVariant" }
|
|
140
125
|
},
|
|
141
126
|
{
|
|
142
127
|
"name": "label",
|
|
143
|
-
"description": "
|
|
144
|
-
"value": { "type": "string" }
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"name": "overflow-label",
|
|
148
|
-
"description": "Accessible label for the overflow indicator",
|
|
128
|
+
"description": "The label of the heading.",
|
|
149
129
|
"value": { "type": "string" }
|
|
150
130
|
}
|
|
151
131
|
],
|
|
152
|
-
"
|
|
153
|
-
{
|
|
154
|
-
"name": "",
|
|
155
|
-
"description": "The avatars to display in the group."
|
|
156
|
-
}
|
|
157
|
-
],
|
|
158
|
-
"events": [
|
|
159
|
-
{
|
|
160
|
-
"name": "dds-overflow-click",
|
|
161
|
-
"description": "Fired when the overflow indicator is clicked."
|
|
162
|
-
}
|
|
163
|
-
],
|
|
132
|
+
"events": [],
|
|
164
133
|
"js": {
|
|
165
134
|
"properties": [
|
|
166
|
-
{
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
},
|
|
171
|
-
{
|
|
172
|
-
"name": "max",
|
|
173
|
-
"description": "Maximum number of avatars to show before showing overflow",
|
|
174
|
-
"type": "number"
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
"name": "showTotal",
|
|
178
|
-
"description": "Whether to show the total count in overflow indicator",
|
|
179
|
-
"type": "boolean"
|
|
180
|
-
},
|
|
181
|
-
{
|
|
182
|
-
"name": "interactiveOverflow",
|
|
183
|
-
"description": "Interactive overflow indicator",
|
|
184
|
-
"type": "boolean"
|
|
185
|
-
},
|
|
186
|
-
{
|
|
187
|
-
"name": "label",
|
|
188
|
-
"description": "Accessible label for the avatar group",
|
|
189
|
-
"type": "string"
|
|
190
|
-
},
|
|
191
|
-
{
|
|
192
|
-
"name": "overflowLabel",
|
|
193
|
-
"description": "Accessible label for the overflow indicator",
|
|
194
|
-
"type": "string"
|
|
195
|
-
},
|
|
196
|
-
{
|
|
197
|
-
"name": "size",
|
|
198
|
-
"description": "The size of avatars in the group. Default is `md`. See SizedMixin.",
|
|
199
|
-
"type": "'xxs' | 'xs' | 'sm' | 'md' | 'lg'"
|
|
200
|
-
},
|
|
201
|
-
{
|
|
202
|
-
"name": "sizeMap",
|
|
203
|
-
"description": "Responsive size map (e.g. \"md:lg\"); see SizedMixin.",
|
|
204
|
-
"type": "string"
|
|
205
|
-
}
|
|
135
|
+
{ "name": "variant", "type": "HeadingVariant" },
|
|
136
|
+
{ "name": "label", "type": "string" },
|
|
137
|
+
{ "name": "elementId" },
|
|
138
|
+
{ "name": "anchorTitle" }
|
|
206
139
|
],
|
|
207
|
-
"events": [
|
|
208
|
-
{
|
|
209
|
-
"name": "dds-overflow-click",
|
|
210
|
-
"description": "Fired when the overflow indicator is clicked."
|
|
211
|
-
}
|
|
212
|
-
]
|
|
140
|
+
"events": []
|
|
213
141
|
}
|
|
214
142
|
},
|
|
215
143
|
{
|
|
@@ -369,6 +297,144 @@
|
|
|
369
297
|
]
|
|
370
298
|
}
|
|
371
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
|
+
{
|
|
340
|
+
"name": "dap-ds-avatar-group",
|
|
341
|
+
"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.",
|
|
342
|
+
"doc-url": "",
|
|
343
|
+
"attributes": [
|
|
344
|
+
{
|
|
345
|
+
"name": "layout",
|
|
346
|
+
"description": "Layout type for the avatar group",
|
|
347
|
+
"value": { "type": "'stack' | 'grid'", "default": "'stack'" }
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"name": "max",
|
|
351
|
+
"description": "Maximum number of avatars to show before showing overflow",
|
|
352
|
+
"value": { "type": "number", "default": "3" }
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"name": "show-total",
|
|
356
|
+
"description": "Whether to show the total count in overflow indicator",
|
|
357
|
+
"value": { "type": "boolean", "default": "false" }
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"name": "interactive-overflow",
|
|
361
|
+
"description": "Interactive overflow indicator",
|
|
362
|
+
"value": { "type": "boolean", "default": "false" }
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"name": "label",
|
|
366
|
+
"description": "Accessible label for the avatar group",
|
|
367
|
+
"value": { "type": "string" }
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"name": "overflow-label",
|
|
371
|
+
"description": "Accessible label for the overflow indicator",
|
|
372
|
+
"value": { "type": "string" }
|
|
373
|
+
}
|
|
374
|
+
],
|
|
375
|
+
"slots": [
|
|
376
|
+
{
|
|
377
|
+
"name": "",
|
|
378
|
+
"description": "The avatars to display in the group."
|
|
379
|
+
}
|
|
380
|
+
],
|
|
381
|
+
"events": [
|
|
382
|
+
{
|
|
383
|
+
"name": "dds-overflow-click",
|
|
384
|
+
"description": "Fired when the overflow indicator is clicked."
|
|
385
|
+
}
|
|
386
|
+
],
|
|
387
|
+
"js": {
|
|
388
|
+
"properties": [
|
|
389
|
+
{
|
|
390
|
+
"name": "layout",
|
|
391
|
+
"description": "Layout type for the avatar group",
|
|
392
|
+
"type": "'stack' | 'grid'"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"name": "max",
|
|
396
|
+
"description": "Maximum number of avatars to show before showing overflow",
|
|
397
|
+
"type": "number"
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"name": "showTotal",
|
|
401
|
+
"description": "Whether to show the total count in overflow indicator",
|
|
402
|
+
"type": "boolean"
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"name": "interactiveOverflow",
|
|
406
|
+
"description": "Interactive overflow indicator",
|
|
407
|
+
"type": "boolean"
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"name": "label",
|
|
411
|
+
"description": "Accessible label for the avatar group",
|
|
412
|
+
"type": "string"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"name": "overflowLabel",
|
|
416
|
+
"description": "Accessible label for the overflow indicator",
|
|
417
|
+
"type": "string"
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"name": "size",
|
|
421
|
+
"description": "The size of avatars in the group. Default is `md`. See SizedMixin.",
|
|
422
|
+
"type": "'xxs' | 'xs' | 'sm' | 'md' | 'lg'"
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"name": "sizeMap",
|
|
426
|
+
"description": "Responsive size map (e.g. \"md:lg\"); see SizedMixin.",
|
|
427
|
+
"type": "string"
|
|
428
|
+
}
|
|
429
|
+
],
|
|
430
|
+
"events": [
|
|
431
|
+
{
|
|
432
|
+
"name": "dds-overflow-click",
|
|
433
|
+
"description": "Fired when the overflow indicator is clicked."
|
|
434
|
+
}
|
|
435
|
+
]
|
|
436
|
+
}
|
|
437
|
+
},
|
|
372
438
|
{
|
|
373
439
|
"name": "dap-ds-badge",
|
|
374
440
|
"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.",
|
|
@@ -558,80 +624,14 @@
|
|
|
558
624
|
}
|
|
559
625
|
},
|
|
560
626
|
{
|
|
561
|
-
"name": "dap-ds-
|
|
562
|
-
"description": "
|
|
627
|
+
"name": "dap-ds-breadcrumb-item",
|
|
628
|
+
"description": "A breadcrumb item is a secondary navigation scheme that reveals the user's location in a website or Web application.\n---\n\n\n### **Slots:**\n - _default_ - The content of the breadcrumb item.\n- **separator** - The separator between breadcrumb items. Default is an arrow-right-s-line icon.\n\n### **CSS Properties:**\n - **--dds-breadcrumb-item-display** - The display property of the breadcrumb item (default: inline-flex) _(default: undefined)_\n- **--dds-breadcrumb-item-flex-wrap** - The flex-wrap property of the breadcrumb item (default: nowrap) _(default: undefined)_\n- **--dds-breadcrumb-item-align-items** - The align-items property of the breadcrumb item (default: center) _(default: undefined)_\n- **--dds-breadcrumb-item-color** - The text color of the breadcrumb item (default: var(--dds-text-neutral-base)) _(default: undefined)_\n- **--dds-breadcrumb-item-transition** - The transition property for the breadcrumb item (default: all 0.2s ease-in-out) _(default: undefined)_\n- **--dds-breadcrumb-item-gap** - The gap between the breadcrumb item and the separator (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-breadcrumb-item-padding** - The padding of the breadcrumb item (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-breadcrumb-item-font-size** - The font size of the breadcrumb item (default: var(--dds-font-sm)) _(default: undefined)_\n- **--dds-breadcrumb-item-font-weight** - The font weight of the breadcrumb item (default: var(--dds-font-weight-medium)) _(default: undefined)_\n- **--dds-breadcrumb-item-font-weight-bold** - The bold font weight of the breadcrumb item (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-breadcrumb-item-separator-color** - The color of the separator (default: var(--dds-text-neutral-disabled)) _(default: undefined)_\n- **--dds-breadcrumb-item-link-color** - The color of the link (default: var(--dds-link-neutral-enabled)) _(default: undefined)_\n- **--dds-breadcrumb-item-inverted-color** - The text color when inverted (default: var(--dds-text-neutral-inverted)) _(default: undefined)_\n- **--dds-breadcrumb-item-inverted-link-color** - The link color when inverted (default: var(--dds-text-neutral-inverted)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main breadcrumb item container. The li element.\n- **link** - The link of the breadcrumb item. The dds-link component.\n- **link-base** - The base part of the link part. The dds-link components base part.\n- **item-nolink** - The item of the breadcrumb item without a link. The span element.\n- **separator** - The separator of the breadcrumb item.",
|
|
563
629
|
"doc-url": "",
|
|
564
630
|
"attributes": [
|
|
565
631
|
{
|
|
566
|
-
"name": "
|
|
567
|
-
"description": "
|
|
568
|
-
"value": { "type": "string
|
|
569
|
-
},
|
|
570
|
-
{
|
|
571
|
-
"name": "variant",
|
|
572
|
-
"description": "The variant of the accordion",
|
|
573
|
-
"value": {
|
|
574
|
-
"type": "'default' | 'collapsed' | 'clean' | 'clean-collapsed'",
|
|
575
|
-
"default": "'default'"
|
|
576
|
-
}
|
|
577
|
-
}
|
|
578
|
-
],
|
|
579
|
-
"slots": [
|
|
580
|
-
{ "name": "", "description": "The content of the accordion group." }
|
|
581
|
-
],
|
|
582
|
-
"events": [],
|
|
583
|
-
"js": {
|
|
584
|
-
"properties": [
|
|
585
|
-
{
|
|
586
|
-
"name": "autoClose",
|
|
587
|
-
"description": "Whether to close other accordions when one is opened.",
|
|
588
|
-
"type": "string"
|
|
589
|
-
},
|
|
590
|
-
{
|
|
591
|
-
"name": "variant",
|
|
592
|
-
"description": "The variant of the accordion",
|
|
593
|
-
"type": "'default' | 'collapsed' | 'clean' | 'clean-collapsed'"
|
|
594
|
-
}
|
|
595
|
-
],
|
|
596
|
-
"events": []
|
|
597
|
-
}
|
|
598
|
-
},
|
|
599
|
-
{
|
|
600
|
-
"name": "dap-ds-anchor-heading",
|
|
601
|
-
"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.",
|
|
602
|
-
"doc-url": "",
|
|
603
|
-
"attributes": [
|
|
604
|
-
{
|
|
605
|
-
"name": "variant",
|
|
606
|
-
"description": "The variant of the heading. Default is `h2`. Can be `h1`, `h2`, `h3`, `h4`, `h5`, or `h6`.",
|
|
607
|
-
"value": { "type": "HeadingVariant" }
|
|
608
|
-
},
|
|
609
|
-
{
|
|
610
|
-
"name": "label",
|
|
611
|
-
"description": "The label of the heading.",
|
|
612
|
-
"value": { "type": "string" }
|
|
613
|
-
}
|
|
614
|
-
],
|
|
615
|
-
"events": [],
|
|
616
|
-
"js": {
|
|
617
|
-
"properties": [
|
|
618
|
-
{ "name": "variant", "type": "HeadingVariant" },
|
|
619
|
-
{ "name": "label", "type": "string" },
|
|
620
|
-
{ "name": "elementId" },
|
|
621
|
-
{ "name": "anchorTitle" }
|
|
622
|
-
],
|
|
623
|
-
"events": []
|
|
624
|
-
}
|
|
625
|
-
},
|
|
626
|
-
{
|
|
627
|
-
"name": "dap-ds-breadcrumb-item",
|
|
628
|
-
"description": "A breadcrumb item is a secondary navigation scheme that reveals the user's location in a website or Web application.\n---\n\n\n### **Slots:**\n - _default_ - The content of the breadcrumb item.\n- **separator** - The separator between breadcrumb items. Default is an arrow-right-s-line icon.\n\n### **CSS Properties:**\n - **--dds-breadcrumb-item-display** - The display property of the breadcrumb item (default: inline-flex) _(default: undefined)_\n- **--dds-breadcrumb-item-flex-wrap** - The flex-wrap property of the breadcrumb item (default: nowrap) _(default: undefined)_\n- **--dds-breadcrumb-item-align-items** - The align-items property of the breadcrumb item (default: center) _(default: undefined)_\n- **--dds-breadcrumb-item-color** - The text color of the breadcrumb item (default: var(--dds-text-neutral-base)) _(default: undefined)_\n- **--dds-breadcrumb-item-transition** - The transition property for the breadcrumb item (default: all 0.2s ease-in-out) _(default: undefined)_\n- **--dds-breadcrumb-item-gap** - The gap between the breadcrumb item and the separator (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-breadcrumb-item-padding** - The padding of the breadcrumb item (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-breadcrumb-item-font-size** - The font size of the breadcrumb item (default: var(--dds-font-sm)) _(default: undefined)_\n- **--dds-breadcrumb-item-font-weight** - The font weight of the breadcrumb item (default: var(--dds-font-weight-medium)) _(default: undefined)_\n- **--dds-breadcrumb-item-font-weight-bold** - The bold font weight of the breadcrumb item (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-breadcrumb-item-separator-color** - The color of the separator (default: var(--dds-text-neutral-disabled)) _(default: undefined)_\n- **--dds-breadcrumb-item-link-color** - The color of the link (default: var(--dds-link-neutral-enabled)) _(default: undefined)_\n- **--dds-breadcrumb-item-inverted-color** - The text color when inverted (default: var(--dds-text-neutral-inverted)) _(default: undefined)_\n- **--dds-breadcrumb-item-inverted-link-color** - The link color when inverted (default: var(--dds-text-neutral-inverted)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main breadcrumb item container. The li element.\n- **link** - The link of the breadcrumb item. The dds-link component.\n- **link-base** - The base part of the link part. The dds-link components base part.\n- **item-nolink** - The item of the breadcrumb item without a link. The span element.\n- **separator** - The separator of the breadcrumb item.",
|
|
629
|
-
"doc-url": "",
|
|
630
|
-
"attributes": [
|
|
631
|
-
{
|
|
632
|
-
"name": "href",
|
|
633
|
-
"description": "The URL of the breadcrumb item.",
|
|
634
|
-
"value": { "type": "string | undefined" }
|
|
632
|
+
"name": "href",
|
|
633
|
+
"description": "The URL of the breadcrumb item.",
|
|
634
|
+
"value": { "type": "string | undefined" }
|
|
635
635
|
},
|
|
636
636
|
{
|
|
637
637
|
"name": "target",
|
|
@@ -1227,201 +1227,6 @@
|
|
|
1227
1227
|
]
|
|
1228
1228
|
}
|
|
1229
1229
|
},
|
|
1230
|
-
{
|
|
1231
|
-
"name": "dap-ds-checkbox",
|
|
1232
|
-
"description": "A checkbox is a form element that allows the user to select one or more options from a set.\n---\n\n\n### **Events:**\n - **dds-change** - Fired when the checkbox is checked or unchecked.\n- **dds-blur** - Emitted when the checkbox loses focus.\n- **dds-focus** - Emitted when the checkbox gains focus.\n- **dds-input** - Emitted when the checkbox receives input.\n\n### **Methods:**\n - **focus(): _void_** - Programmatically focuses the checkbox input element.\n- **blur(): _void_** - Programmatically blurs the checkbox input element.\n\n### **CSS Properties:**\n - **--dds-checkbox-size** - The size of the checkbox. (default: var(--dds-spacing-500)) _(default: undefined)_\n- **--dds-checkbox-border-width** - The border width of the checkbox. (default: var(--dds-border-width-large)) _(default: undefined)_\n- **--dds-checkbox-border-radius** - The border radius of the checkbox. (default: var(--dds-radius-small)) _(default: undefined)_\n- **--dds-checkbox-border-color** - The border color of the checkbox. (default: var(--dds-border-neutral-base)) _(default: undefined)_\n- **--dds-checkbox-background-color** - The background color of the checkbox. (default: transparent) _(default: undefined)_\n- **--dds-checkbox-icon-color** - The color of the checkbox icon. (default: var(--dds-button-primary-icon-enabled)) _(default: undefined)_\n- **--dds-checkbox-hover-border-color** - The border color when hovering over the checkbox. (default: var(--dds-border-neutral-medium)) _(default: undefined)_\n- **--dds-checkbox-hover-background-color** - The background color when hovering over the checkbox. (default: var(--dds-background-neutral-medium)) _(default: undefined)_\n- **--dds-checkbox-active-border-color** - The border color when the checkbox is active. (default: var(--dds-border-neutral-strong)) _(default: undefined)_\n- **--dds-checkbox-active-background-color** - The background color when the checkbox is active. (default: var(--dds-background-neutral-strong)) _(default: undefined)_\n- **--dds-checkbox-checked-border-color** - The border color when the checkbox is checked. (default: var(--dds-background-brand-base-inverted)) _(default: undefined)_\n- **--dds-checkbox-checked-background-color** - The background color when the checkbox is checked. (default: var(--dds-background-brand-base-inverted)) _(default: undefined)_\n- **--dds-checkbox-checked-hover-border-color** - The border color when hovering over a checked checkbox. (default: var(--dds-background-brand-medium-inverted)) _(default: undefined)_\n- **--dds-checkbox-checked-hover-background-color** - The background color when hovering over a checked checkbox. (default: var(--dds-background-brand-medium-inverted)) _(default: undefined)_\n- **--dds-checkbox-checked-active-border-color** - The border color when a checked checkbox is active. (default: var(--dds-background-brand-strong-inverted)) _(default: undefined)_\n- **--dds-checkbox-checked-active-background-color** - The background color when a checked checkbox is active. (default: var(--dds-background-brand-strong-inverted)) _(default: undefined)_\n- **--dds-checkbox-invalid-border-color** - The border color when the checkbox is invalid. (default: var(--dds-border-negative-base)) _(default: undefined)_\n- **--dds-checkbox-invalid-background-color** - The background color when the checkbox is invalid. (default: var(--dds-background-negative-base)) _(default: undefined)_\n- **--dds-checkbox-invalid-hover-border-color** - The border color when hovering over an invalid checkbox. (default: var(--dds-border-negative-medium)) _(default: undefined)_\n- **--dds-checkbox-invalid-hover-background-color** - The background color when hovering over an invalid checkbox. (default: var(--dds-background-negative-medium)) _(default: undefined)_\n- **--dds-checkbox-invalid-active-border-color** - The border color when an invalid checkbox is active. (default: var(--dds-border-negative-strong)) _(default: undefined)_\n- **--dds-checkbox-invalid-active-background-color** - The background color when an invalid checkbox is active. (default: var(--dds-background-negative-strong)) _(default: undefined)_\n- **--dds-checkbox-disabled-border-color** - The border color when the checkbox is disabled. (default: var(--dds-button-primary-background-disabled)) _(default: undefined)_\n- **--dds-checkbox-disabled-background-color** - The background color when the checkbox is disabled. (default: var(--dds-button-primary-background-disabled)) _(default: undefined)_\n- **--dds-checkbox-disabled-icon-color** - The color of the checkbox icon when disabled. (default: var(--dds-button-primary-icon-disabled)) _(default: undefined)_\n- **--dds-checkbox-readonly-border-color** - The border color when the checkbox is readonly. (default: var(--dds-border-neutral-subtle)) _(default: undefined)_\n- **--dds-checkbox-readonly-background-color** - The background color when the checkbox is readonly. (default: var(--dds-background-neutral-subtle)) _(default: undefined)_\n- **--dds-checkbox-readonly-icon-color** - The color of the checkbox icon when readonly. (default: var(--dds-text-neutral-base)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main checkbox container.\n- **label** - The label of the checkbox.\n- **input** - The input of the checkbox.\n- **control** - The control of the checkbox.\n- **icon** - The icon of the checkbox.\n- **icon-base** - The base icon container.\n- **label-container** - The label container of the checkbox.\n- **description** - The description of the checkbox.\n- **readonly** - The readonly state of the checkbox.",
|
|
1233
|
-
"doc-url": "",
|
|
1234
|
-
"attributes": [
|
|
1235
|
-
{
|
|
1236
|
-
"name": "indeterminate",
|
|
1237
|
-
"description": "Whether the checkbox is indeterminate",
|
|
1238
|
-
"value": { "type": "boolean", "default": "false" }
|
|
1239
|
-
},
|
|
1240
|
-
{
|
|
1241
|
-
"name": "preventDefault",
|
|
1242
|
-
"description": "Whether the checkbox should prevent the default action",
|
|
1243
|
-
"value": { "type": "boolean", "default": "false" }
|
|
1244
|
-
},
|
|
1245
|
-
{
|
|
1246
|
-
"name": "border",
|
|
1247
|
-
"description": "This sets up border around the checkbox, when true.",
|
|
1248
|
-
"value": { "type": "boolean", "default": "false" }
|
|
1249
|
-
},
|
|
1250
|
-
{
|
|
1251
|
-
"name": "readonly",
|
|
1252
|
-
"description": "Whether the checkbox is readonly (cannot be changed but value is submitted with form).",
|
|
1253
|
-
"value": { "type": "boolean", "default": "false" }
|
|
1254
|
-
},
|
|
1255
|
-
{
|
|
1256
|
-
"name": "type",
|
|
1257
|
-
"description": "The type of the checkbox",
|
|
1258
|
-
"value": {
|
|
1259
|
-
"type": "'normal' | 'background'",
|
|
1260
|
-
"default": "'normal'"
|
|
1261
|
-
}
|
|
1262
|
-
}
|
|
1263
|
-
],
|
|
1264
|
-
"events": [
|
|
1265
|
-
{
|
|
1266
|
-
"name": "dds-change",
|
|
1267
|
-
"type": "{ checked: boolean, indeterminate: boolean, value: string, disabled: boolean, readonly: boolean, type: 'checkbox' }",
|
|
1268
|
-
"description": "Fired when the checkbox is checked or unchecked."
|
|
1269
|
-
},
|
|
1270
|
-
{
|
|
1271
|
-
"name": "dds-blur",
|
|
1272
|
-
"type": "{ void }",
|
|
1273
|
-
"description": "Emitted when the checkbox loses focus."
|
|
1274
|
-
},
|
|
1275
|
-
{
|
|
1276
|
-
"name": "dds-focus",
|
|
1277
|
-
"type": "{ void }",
|
|
1278
|
-
"description": "Emitted when the checkbox gains focus."
|
|
1279
|
-
},
|
|
1280
|
-
{
|
|
1281
|
-
"name": "dds-input",
|
|
1282
|
-
"type": "{ checked: boolean, indeterminate: boolean, value: string, disabled: boolean, readonly: boolean }",
|
|
1283
|
-
"description": "Emitted when the checkbox receives input."
|
|
1284
|
-
}
|
|
1285
|
-
],
|
|
1286
|
-
"js": {
|
|
1287
|
-
"properties": [
|
|
1288
|
-
{
|
|
1289
|
-
"name": "indeterminate",
|
|
1290
|
-
"description": "Whether the checkbox is indeterminate",
|
|
1291
|
-
"type": "boolean"
|
|
1292
|
-
},
|
|
1293
|
-
{
|
|
1294
|
-
"name": "preventDefault",
|
|
1295
|
-
"description": "Whether the checkbox should prevent the default action",
|
|
1296
|
-
"type": "boolean"
|
|
1297
|
-
},
|
|
1298
|
-
{
|
|
1299
|
-
"name": "border",
|
|
1300
|
-
"description": "This sets up border around the checkbox, when true.",
|
|
1301
|
-
"type": "boolean"
|
|
1302
|
-
},
|
|
1303
|
-
{
|
|
1304
|
-
"name": "readonly",
|
|
1305
|
-
"description": "Whether the checkbox is readonly (cannot be changed but value is submitted with form).",
|
|
1306
|
-
"type": "boolean"
|
|
1307
|
-
},
|
|
1308
|
-
{
|
|
1309
|
-
"name": "type",
|
|
1310
|
-
"description": "The type of the checkbox",
|
|
1311
|
-
"type": "'normal' | 'background'"
|
|
1312
|
-
},
|
|
1313
|
-
{ "name": "focusElement", "type": "HTMLInputElement" },
|
|
1314
|
-
{ "name": "feedbackId" },
|
|
1315
|
-
{
|
|
1316
|
-
"name": "name",
|
|
1317
|
-
"description": "The name of the checkbox.",
|
|
1318
|
-
"type": "string"
|
|
1319
|
-
},
|
|
1320
|
-
{
|
|
1321
|
-
"name": "value",
|
|
1322
|
-
"description": "The value of the checkbox.",
|
|
1323
|
-
"type": "string"
|
|
1324
|
-
},
|
|
1325
|
-
{
|
|
1326
|
-
"name": "checked",
|
|
1327
|
-
"description": "Whether the checkbox is checked.",
|
|
1328
|
-
"type": "boolean"
|
|
1329
|
-
},
|
|
1330
|
-
{
|
|
1331
|
-
"name": "label",
|
|
1332
|
-
"description": "The label of the checkbox.",
|
|
1333
|
-
"type": "string"
|
|
1334
|
-
},
|
|
1335
|
-
{
|
|
1336
|
-
"name": "description",
|
|
1337
|
-
"description": "The description of the checkbox.",
|
|
1338
|
-
"type": "string"
|
|
1339
|
-
},
|
|
1340
|
-
{
|
|
1341
|
-
"name": "disabled",
|
|
1342
|
-
"description": "Whether the checkbox is disabled.",
|
|
1343
|
-
"type": "boolean"
|
|
1344
|
-
},
|
|
1345
|
-
{
|
|
1346
|
-
"name": "required",
|
|
1347
|
-
"description": "Whether the checkbox is required.",
|
|
1348
|
-
"type": "boolean"
|
|
1349
|
-
},
|
|
1350
|
-
{
|
|
1351
|
-
"name": "size",
|
|
1352
|
-
"description": "The size of the checkbox. Default is 'sm'.",
|
|
1353
|
-
"type": "'xs' | 'sm' | 'lg'"
|
|
1354
|
-
},
|
|
1355
|
-
{
|
|
1356
|
-
"name": "sizeMap",
|
|
1357
|
-
"description": "Responsive size map (e.g. \"md:lg\").",
|
|
1358
|
-
"type": "string"
|
|
1359
|
-
},
|
|
1360
|
-
{
|
|
1361
|
-
"name": "labelPlacement",
|
|
1362
|
-
"description": "The placement of the label.",
|
|
1363
|
-
"type": "'left' | 'right'"
|
|
1364
|
-
},
|
|
1365
|
-
{
|
|
1366
|
-
"name": "descriptionPlacement",
|
|
1367
|
-
"description": "The placement of the description.",
|
|
1368
|
-
"type": "'top' | 'bottom'"
|
|
1369
|
-
},
|
|
1370
|
-
{
|
|
1371
|
-
"name": "subtle",
|
|
1372
|
-
"description": "The weight of the label.",
|
|
1373
|
-
"type": "boolean"
|
|
1374
|
-
},
|
|
1375
|
-
{
|
|
1376
|
-
"name": "feedback",
|
|
1377
|
-
"description": "The feedback of the checkbox.",
|
|
1378
|
-
"type": "string"
|
|
1379
|
-
},
|
|
1380
|
-
{
|
|
1381
|
-
"name": "feedbackType",
|
|
1382
|
-
"description": "The feedback type of the checkbox.",
|
|
1383
|
-
"type": "'negative' | 'positive' | 'warning'"
|
|
1384
|
-
},
|
|
1385
|
-
{
|
|
1386
|
-
"name": "invalid",
|
|
1387
|
-
"description": "The invalid state of the checkbox.",
|
|
1388
|
-
"type": "boolean"
|
|
1389
|
-
},
|
|
1390
|
-
{
|
|
1391
|
-
"name": "optional",
|
|
1392
|
-
"description": "The optional state of the checkbox.",
|
|
1393
|
-
"type": "boolean"
|
|
1394
|
-
},
|
|
1395
|
-
{
|
|
1396
|
-
"name": "optionalLabel",
|
|
1397
|
-
"description": "The optional label of the checkbox.",
|
|
1398
|
-
"type": "string"
|
|
1399
|
-
}
|
|
1400
|
-
],
|
|
1401
|
-
"events": [
|
|
1402
|
-
{
|
|
1403
|
-
"name": "dds-change",
|
|
1404
|
-
"type": "{ checked: boolean, indeterminate: boolean, value: string, disabled: boolean, readonly: boolean, type: 'checkbox' }",
|
|
1405
|
-
"description": "Fired when the checkbox is checked or unchecked."
|
|
1406
|
-
},
|
|
1407
|
-
{
|
|
1408
|
-
"name": "dds-blur",
|
|
1409
|
-
"type": "{ void }",
|
|
1410
|
-
"description": "Emitted when the checkbox loses focus."
|
|
1411
|
-
},
|
|
1412
|
-
{
|
|
1413
|
-
"name": "dds-focus",
|
|
1414
|
-
"type": "{ void }",
|
|
1415
|
-
"description": "Emitted when the checkbox gains focus."
|
|
1416
|
-
},
|
|
1417
|
-
{
|
|
1418
|
-
"name": "dds-input",
|
|
1419
|
-
"type": "{ checked: boolean, indeterminate: boolean, value: string, disabled: boolean, readonly: boolean }",
|
|
1420
|
-
"description": "Emitted when the checkbox receives input."
|
|
1421
|
-
}
|
|
1422
|
-
]
|
|
1423
|
-
}
|
|
1424
|
-
},
|
|
1425
1230
|
{
|
|
1426
1231
|
"name": "dap-ds-card-actions",
|
|
1427
1232
|
"description": "A card actions is a container for actions in a card.\n---\n\n\n### **Slots:**\n - _default_ - The content of the card actions.\n\n### **CSS Properties:**\n - **--dds-card-actions-gap** - The gap between items in the card actions. (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-card-actions-padding-lg** - The padding for large size card actions. (default: var(--dds-spacing-600)) _(default: undefined)_\n- **--dds-card-actions-padding-md** - The padding for medium size card actions. (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-card-actions-padding-sm** - The padding for small size card actions. (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-card-actions-margin-lg** - The margin for large size card actions spacing. (default: var(--dds-spacing-600)) _(default: undefined)_\n- **--dds-card-actions-margin-md** - The margin for medium size card actions spacing. (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-card-actions-margin-sm** - The margin for small size card actions spacing. (default: var(--dds-spacing-400)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main card actions container.",
|
|
@@ -1700,62 +1505,257 @@
|
|
|
1700
1505
|
"js": {
|
|
1701
1506
|
"properties": [
|
|
1702
1507
|
{
|
|
1703
|
-
"name": "interactive",
|
|
1704
|
-
"description": "Whether the card is interactive. Default is false. If true, the card will be rendered as an anchor element.",
|
|
1508
|
+
"name": "interactive",
|
|
1509
|
+
"description": "Whether the card is interactive. Default is false. If true, the card will be rendered as an anchor element.",
|
|
1510
|
+
"type": "boolean"
|
|
1511
|
+
},
|
|
1512
|
+
{
|
|
1513
|
+
"name": "renderAs",
|
|
1514
|
+
"description": "The render as type of the card, only applicable when interactive.",
|
|
1515
|
+
"type": "'a' | 'button'"
|
|
1516
|
+
},
|
|
1517
|
+
{
|
|
1518
|
+
"name": "disabled",
|
|
1519
|
+
"description": "Whether the card is disabled.",
|
|
1520
|
+
"type": "boolean"
|
|
1521
|
+
},
|
|
1522
|
+
{
|
|
1523
|
+
"name": "noBorder",
|
|
1524
|
+
"description": "Removes the border around the card",
|
|
1525
|
+
"type": "boolean"
|
|
1526
|
+
},
|
|
1527
|
+
{
|
|
1528
|
+
"name": "noPadding",
|
|
1529
|
+
"description": "Removes the padding around the card",
|
|
1530
|
+
"type": "boolean"
|
|
1531
|
+
},
|
|
1532
|
+
{
|
|
1533
|
+
"name": "targetBlankText",
|
|
1534
|
+
"description": "The text for the target blank link, applicable when target is _blank. PRO TIP: Use parenthesis to wrap the text",
|
|
1535
|
+
"type": "string"
|
|
1536
|
+
},
|
|
1537
|
+
{
|
|
1538
|
+
"name": "target",
|
|
1539
|
+
"description": "The link target of the card",
|
|
1540
|
+
"type": "'_blank' | '_self' | '_parent' | '_top'"
|
|
1541
|
+
},
|
|
1542
|
+
{
|
|
1543
|
+
"name": "href",
|
|
1544
|
+
"description": "The URL of the card.",
|
|
1545
|
+
"type": "string"
|
|
1546
|
+
},
|
|
1547
|
+
{
|
|
1548
|
+
"name": "rel",
|
|
1549
|
+
"description": "The rel of the card link.",
|
|
1550
|
+
"type": "string"
|
|
1551
|
+
},
|
|
1552
|
+
{
|
|
1553
|
+
"name": "size",
|
|
1554
|
+
"description": "The size of the card. Default is `sm`.",
|
|
1555
|
+
"type": "'sm' | 'md' | 'lg'"
|
|
1556
|
+
},
|
|
1557
|
+
{
|
|
1558
|
+
"name": "sizeMap",
|
|
1559
|
+
"description": "Responsive size map (e.g. \"md:lg\").",
|
|
1560
|
+
"type": "string"
|
|
1561
|
+
}
|
|
1562
|
+
],
|
|
1563
|
+
"events": []
|
|
1564
|
+
}
|
|
1565
|
+
},
|
|
1566
|
+
{
|
|
1567
|
+
"name": "dap-ds-checkbox",
|
|
1568
|
+
"description": "A checkbox is a form element that allows the user to select one or more options from a set.\n---\n\n\n### **Events:**\n - **dds-change** - Fired when the checkbox is checked or unchecked.\n- **dds-blur** - Emitted when the checkbox loses focus.\n- **dds-focus** - Emitted when the checkbox gains focus.\n- **dds-input** - Emitted when the checkbox receives input.\n\n### **Methods:**\n - **focus(): _void_** - Programmatically focuses the checkbox input element.\n- **blur(): _void_** - Programmatically blurs the checkbox input element.\n\n### **CSS Properties:**\n - **--dds-checkbox-size** - The size of the checkbox. (default: var(--dds-spacing-500)) _(default: undefined)_\n- **--dds-checkbox-border-width** - The border width of the checkbox. (default: var(--dds-border-width-large)) _(default: undefined)_\n- **--dds-checkbox-border-radius** - The border radius of the checkbox. (default: var(--dds-radius-small)) _(default: undefined)_\n- **--dds-checkbox-border-color** - The border color of the checkbox. (default: var(--dds-border-neutral-base)) _(default: undefined)_\n- **--dds-checkbox-background-color** - The background color of the checkbox. (default: transparent) _(default: undefined)_\n- **--dds-checkbox-icon-color** - The color of the checkbox icon. (default: var(--dds-button-primary-icon-enabled)) _(default: undefined)_\n- **--dds-checkbox-hover-border-color** - The border color when hovering over the checkbox. (default: var(--dds-border-neutral-medium)) _(default: undefined)_\n- **--dds-checkbox-hover-background-color** - The background color when hovering over the checkbox. (default: var(--dds-background-neutral-medium)) _(default: undefined)_\n- **--dds-checkbox-active-border-color** - The border color when the checkbox is active. (default: var(--dds-border-neutral-strong)) _(default: undefined)_\n- **--dds-checkbox-active-background-color** - The background color when the checkbox is active. (default: var(--dds-background-neutral-strong)) _(default: undefined)_\n- **--dds-checkbox-checked-border-color** - The border color when the checkbox is checked. (default: var(--dds-background-brand-base-inverted)) _(default: undefined)_\n- **--dds-checkbox-checked-background-color** - The background color when the checkbox is checked. (default: var(--dds-background-brand-base-inverted)) _(default: undefined)_\n- **--dds-checkbox-checked-hover-border-color** - The border color when hovering over a checked checkbox. (default: var(--dds-background-brand-medium-inverted)) _(default: undefined)_\n- **--dds-checkbox-checked-hover-background-color** - The background color when hovering over a checked checkbox. (default: var(--dds-background-brand-medium-inverted)) _(default: undefined)_\n- **--dds-checkbox-checked-active-border-color** - The border color when a checked checkbox is active. (default: var(--dds-background-brand-strong-inverted)) _(default: undefined)_\n- **--dds-checkbox-checked-active-background-color** - The background color when a checked checkbox is active. (default: var(--dds-background-brand-strong-inverted)) _(default: undefined)_\n- **--dds-checkbox-invalid-border-color** - The border color when the checkbox is invalid. (default: var(--dds-border-negative-base)) _(default: undefined)_\n- **--dds-checkbox-invalid-background-color** - The background color when the checkbox is invalid. (default: var(--dds-background-negative-base)) _(default: undefined)_\n- **--dds-checkbox-invalid-hover-border-color** - The border color when hovering over an invalid checkbox. (default: var(--dds-border-negative-medium)) _(default: undefined)_\n- **--dds-checkbox-invalid-hover-background-color** - The background color when hovering over an invalid checkbox. (default: var(--dds-background-negative-medium)) _(default: undefined)_\n- **--dds-checkbox-invalid-active-border-color** - The border color when an invalid checkbox is active. (default: var(--dds-border-negative-strong)) _(default: undefined)_\n- **--dds-checkbox-invalid-active-background-color** - The background color when an invalid checkbox is active. (default: var(--dds-background-negative-strong)) _(default: undefined)_\n- **--dds-checkbox-disabled-border-color** - The border color when the checkbox is disabled. (default: var(--dds-button-primary-background-disabled)) _(default: undefined)_\n- **--dds-checkbox-disabled-background-color** - The background color when the checkbox is disabled. (default: var(--dds-button-primary-background-disabled)) _(default: undefined)_\n- **--dds-checkbox-disabled-icon-color** - The color of the checkbox icon when disabled. (default: var(--dds-button-primary-icon-disabled)) _(default: undefined)_\n- **--dds-checkbox-readonly-border-color** - The border color when the checkbox is readonly. (default: var(--dds-border-neutral-subtle)) _(default: undefined)_\n- **--dds-checkbox-readonly-background-color** - The background color when the checkbox is readonly. (default: var(--dds-background-neutral-subtle)) _(default: undefined)_\n- **--dds-checkbox-readonly-icon-color** - The color of the checkbox icon when readonly. (default: var(--dds-text-neutral-base)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main checkbox container.\n- **label** - The label of the checkbox.\n- **input** - The input of the checkbox.\n- **control** - The control of the checkbox.\n- **icon** - The icon of the checkbox.\n- **icon-base** - The base icon container.\n- **label-container** - The label container of the checkbox.\n- **description** - The description of the checkbox.\n- **readonly** - The readonly state of the checkbox.",
|
|
1569
|
+
"doc-url": "",
|
|
1570
|
+
"attributes": [
|
|
1571
|
+
{
|
|
1572
|
+
"name": "indeterminate",
|
|
1573
|
+
"description": "Whether the checkbox is indeterminate",
|
|
1574
|
+
"value": { "type": "boolean", "default": "false" }
|
|
1575
|
+
},
|
|
1576
|
+
{
|
|
1577
|
+
"name": "preventDefault",
|
|
1578
|
+
"description": "Whether the checkbox should prevent the default action",
|
|
1579
|
+
"value": { "type": "boolean", "default": "false" }
|
|
1580
|
+
},
|
|
1581
|
+
{
|
|
1582
|
+
"name": "border",
|
|
1583
|
+
"description": "This sets up border around the checkbox, when true.",
|
|
1584
|
+
"value": { "type": "boolean", "default": "false" }
|
|
1585
|
+
},
|
|
1586
|
+
{
|
|
1587
|
+
"name": "readonly",
|
|
1588
|
+
"description": "Whether the checkbox is readonly (cannot be changed but value is submitted with form).",
|
|
1589
|
+
"value": { "type": "boolean", "default": "false" }
|
|
1590
|
+
},
|
|
1591
|
+
{
|
|
1592
|
+
"name": "type",
|
|
1593
|
+
"description": "The type of the checkbox",
|
|
1594
|
+
"value": {
|
|
1595
|
+
"type": "'normal' | 'background'",
|
|
1596
|
+
"default": "'normal'"
|
|
1597
|
+
}
|
|
1598
|
+
}
|
|
1599
|
+
],
|
|
1600
|
+
"events": [
|
|
1601
|
+
{
|
|
1602
|
+
"name": "dds-change",
|
|
1603
|
+
"type": "{ checked: boolean, indeterminate: boolean, value: string, disabled: boolean, readonly: boolean, type: 'checkbox' }",
|
|
1604
|
+
"description": "Fired when the checkbox is checked or unchecked."
|
|
1605
|
+
},
|
|
1606
|
+
{
|
|
1607
|
+
"name": "dds-blur",
|
|
1608
|
+
"type": "{ void }",
|
|
1609
|
+
"description": "Emitted when the checkbox loses focus."
|
|
1610
|
+
},
|
|
1611
|
+
{
|
|
1612
|
+
"name": "dds-focus",
|
|
1613
|
+
"type": "{ void }",
|
|
1614
|
+
"description": "Emitted when the checkbox gains focus."
|
|
1615
|
+
},
|
|
1616
|
+
{
|
|
1617
|
+
"name": "dds-input",
|
|
1618
|
+
"type": "{ checked: boolean, indeterminate: boolean, value: string, disabled: boolean, readonly: boolean }",
|
|
1619
|
+
"description": "Emitted when the checkbox receives input."
|
|
1620
|
+
}
|
|
1621
|
+
],
|
|
1622
|
+
"js": {
|
|
1623
|
+
"properties": [
|
|
1624
|
+
{
|
|
1625
|
+
"name": "indeterminate",
|
|
1626
|
+
"description": "Whether the checkbox is indeterminate",
|
|
1705
1627
|
"type": "boolean"
|
|
1706
1628
|
},
|
|
1707
1629
|
{
|
|
1708
|
-
"name": "
|
|
1709
|
-
"description": "
|
|
1710
|
-
"type": "
|
|
1630
|
+
"name": "preventDefault",
|
|
1631
|
+
"description": "Whether the checkbox should prevent the default action",
|
|
1632
|
+
"type": "boolean"
|
|
1711
1633
|
},
|
|
1712
1634
|
{
|
|
1713
|
-
"name": "
|
|
1714
|
-
"description": "
|
|
1635
|
+
"name": "border",
|
|
1636
|
+
"description": "This sets up border around the checkbox, when true.",
|
|
1715
1637
|
"type": "boolean"
|
|
1716
1638
|
},
|
|
1717
1639
|
{
|
|
1718
|
-
"name": "
|
|
1719
|
-
"description": "
|
|
1640
|
+
"name": "readonly",
|
|
1641
|
+
"description": "Whether the checkbox is readonly (cannot be changed but value is submitted with form).",
|
|
1720
1642
|
"type": "boolean"
|
|
1721
1643
|
},
|
|
1722
1644
|
{
|
|
1723
|
-
"name": "
|
|
1724
|
-
"description": "
|
|
1725
|
-
"type": "
|
|
1645
|
+
"name": "type",
|
|
1646
|
+
"description": "The type of the checkbox",
|
|
1647
|
+
"type": "'normal' | 'background'"
|
|
1726
1648
|
},
|
|
1649
|
+
{ "name": "focusElement", "type": "HTMLInputElement" },
|
|
1650
|
+
{ "name": "feedbackId" },
|
|
1727
1651
|
{
|
|
1728
|
-
"name": "
|
|
1729
|
-
"description": "The
|
|
1652
|
+
"name": "name",
|
|
1653
|
+
"description": "The name of the checkbox.",
|
|
1730
1654
|
"type": "string"
|
|
1731
1655
|
},
|
|
1732
1656
|
{
|
|
1733
|
-
"name": "
|
|
1734
|
-
"description": "The
|
|
1735
|
-
"type": "
|
|
1657
|
+
"name": "value",
|
|
1658
|
+
"description": "The value of the checkbox.",
|
|
1659
|
+
"type": "string"
|
|
1736
1660
|
},
|
|
1737
1661
|
{
|
|
1738
|
-
"name": "
|
|
1739
|
-
"description": "
|
|
1662
|
+
"name": "checked",
|
|
1663
|
+
"description": "Whether the checkbox is checked.",
|
|
1664
|
+
"type": "boolean"
|
|
1665
|
+
},
|
|
1666
|
+
{
|
|
1667
|
+
"name": "label",
|
|
1668
|
+
"description": "The label of the checkbox.",
|
|
1740
1669
|
"type": "string"
|
|
1741
1670
|
},
|
|
1742
1671
|
{
|
|
1743
|
-
"name": "
|
|
1744
|
-
"description": "The
|
|
1672
|
+
"name": "description",
|
|
1673
|
+
"description": "The description of the checkbox.",
|
|
1745
1674
|
"type": "string"
|
|
1746
1675
|
},
|
|
1676
|
+
{
|
|
1677
|
+
"name": "disabled",
|
|
1678
|
+
"description": "Whether the checkbox is disabled.",
|
|
1679
|
+
"type": "boolean"
|
|
1680
|
+
},
|
|
1681
|
+
{
|
|
1682
|
+
"name": "required",
|
|
1683
|
+
"description": "Whether the checkbox is required.",
|
|
1684
|
+
"type": "boolean"
|
|
1685
|
+
},
|
|
1747
1686
|
{
|
|
1748
1687
|
"name": "size",
|
|
1749
|
-
"description": "The size of the
|
|
1750
|
-
"type": "'
|
|
1688
|
+
"description": "The size of the checkbox. Default is 'sm'.",
|
|
1689
|
+
"type": "'xs' | 'sm' | 'lg'"
|
|
1751
1690
|
},
|
|
1752
1691
|
{
|
|
1753
1692
|
"name": "sizeMap",
|
|
1754
1693
|
"description": "Responsive size map (e.g. \"md:lg\").",
|
|
1755
1694
|
"type": "string"
|
|
1695
|
+
},
|
|
1696
|
+
{
|
|
1697
|
+
"name": "labelPlacement",
|
|
1698
|
+
"description": "The placement of the label.",
|
|
1699
|
+
"type": "'left' | 'right'"
|
|
1700
|
+
},
|
|
1701
|
+
{
|
|
1702
|
+
"name": "descriptionPlacement",
|
|
1703
|
+
"description": "The placement of the description.",
|
|
1704
|
+
"type": "'top' | 'bottom'"
|
|
1705
|
+
},
|
|
1706
|
+
{
|
|
1707
|
+
"name": "subtle",
|
|
1708
|
+
"description": "The weight of the label.",
|
|
1709
|
+
"type": "boolean"
|
|
1710
|
+
},
|
|
1711
|
+
{
|
|
1712
|
+
"name": "feedback",
|
|
1713
|
+
"description": "The feedback of the checkbox.",
|
|
1714
|
+
"type": "string"
|
|
1715
|
+
},
|
|
1716
|
+
{
|
|
1717
|
+
"name": "feedbackType",
|
|
1718
|
+
"description": "The feedback type of the checkbox.",
|
|
1719
|
+
"type": "'negative' | 'positive' | 'warning'"
|
|
1720
|
+
},
|
|
1721
|
+
{
|
|
1722
|
+
"name": "invalid",
|
|
1723
|
+
"description": "The invalid state of the checkbox.",
|
|
1724
|
+
"type": "boolean"
|
|
1725
|
+
},
|
|
1726
|
+
{
|
|
1727
|
+
"name": "optional",
|
|
1728
|
+
"description": "The optional state of the checkbox.",
|
|
1729
|
+
"type": "boolean"
|
|
1730
|
+
},
|
|
1731
|
+
{
|
|
1732
|
+
"name": "optionalLabel",
|
|
1733
|
+
"description": "The optional label of the checkbox.",
|
|
1734
|
+
"type": "string"
|
|
1756
1735
|
}
|
|
1757
1736
|
],
|
|
1758
|
-
"events": [
|
|
1737
|
+
"events": [
|
|
1738
|
+
{
|
|
1739
|
+
"name": "dds-change",
|
|
1740
|
+
"type": "{ checked: boolean, indeterminate: boolean, value: string, disabled: boolean, readonly: boolean, type: 'checkbox' }",
|
|
1741
|
+
"description": "Fired when the checkbox is checked or unchecked."
|
|
1742
|
+
},
|
|
1743
|
+
{
|
|
1744
|
+
"name": "dds-blur",
|
|
1745
|
+
"type": "{ void }",
|
|
1746
|
+
"description": "Emitted when the checkbox loses focus."
|
|
1747
|
+
},
|
|
1748
|
+
{
|
|
1749
|
+
"name": "dds-focus",
|
|
1750
|
+
"type": "{ void }",
|
|
1751
|
+
"description": "Emitted when the checkbox gains focus."
|
|
1752
|
+
},
|
|
1753
|
+
{
|
|
1754
|
+
"name": "dds-input",
|
|
1755
|
+
"type": "{ checked: boolean, indeterminate: boolean, value: string, disabled: boolean, readonly: boolean }",
|
|
1756
|
+
"description": "Emitted when the checkbox receives input."
|
|
1757
|
+
}
|
|
1758
|
+
]
|
|
1759
1759
|
}
|
|
1760
1760
|
},
|
|
1761
1761
|
{
|
|
@@ -11518,7 +11518,7 @@
|
|
|
11518
11518
|
}
|
|
11519
11519
|
},
|
|
11520
11520
|
{
|
|
11521
|
-
"name": "dap-ds-icon-arrow-
|
|
11521
|
+
"name": "dap-ds-icon-arrow-left-up-line",
|
|
11522
11522
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
11523
11523
|
"doc-url": "",
|
|
11524
11524
|
"attributes": [
|
|
@@ -11571,7 +11571,7 @@
|
|
|
11571
11571
|
}
|
|
11572
11572
|
},
|
|
11573
11573
|
{
|
|
11574
|
-
"name": "dap-ds-icon-arrow-
|
|
11574
|
+
"name": "dap-ds-icon-arrow-right-down-line",
|
|
11575
11575
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
11576
11576
|
"doc-url": "",
|
|
11577
11577
|
"attributes": [
|
|
@@ -11624,7 +11624,7 @@
|
|
|
11624
11624
|
}
|
|
11625
11625
|
},
|
|
11626
11626
|
{
|
|
11627
|
-
"name": "dap-ds-icon-arrow-right-line",
|
|
11627
|
+
"name": "dap-ds-icon-arrow-right-l-line",
|
|
11628
11628
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
11629
11629
|
"doc-url": "",
|
|
11630
11630
|
"attributes": [
|
|
@@ -11677,7 +11677,7 @@
|
|
|
11677
11677
|
}
|
|
11678
11678
|
},
|
|
11679
11679
|
{
|
|
11680
|
-
"name": "dap-ds-icon-arrow-right-
|
|
11680
|
+
"name": "dap-ds-icon-arrow-right-line",
|
|
11681
11681
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
11682
11682
|
"doc-url": "",
|
|
11683
11683
|
"attributes": [
|
|
@@ -12366,7 +12366,7 @@
|
|
|
12366
12366
|
}
|
|
12367
12367
|
},
|
|
12368
12368
|
{
|
|
12369
|
-
"name": "dap-ds-icon-
|
|
12369
|
+
"name": "dap-ds-icon-clipboard-line",
|
|
12370
12370
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
12371
12371
|
"doc-url": "",
|
|
12372
12372
|
"attributes": [
|
|
@@ -12419,7 +12419,7 @@
|
|
|
12419
12419
|
}
|
|
12420
12420
|
},
|
|
12421
12421
|
{
|
|
12422
|
-
"name": "dap-ds-icon-
|
|
12422
|
+
"name": "dap-ds-icon-file-copy-line",
|
|
12423
12423
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
12424
12424
|
"doc-url": "",
|
|
12425
12425
|
"attributes": [
|
|
@@ -12472,7 +12472,7 @@
|
|
|
12472
12472
|
}
|
|
12473
12473
|
},
|
|
12474
12474
|
{
|
|
12475
|
-
"name": "dap-ds-icon-file-
|
|
12475
|
+
"name": "dap-ds-icon-file-image-line",
|
|
12476
12476
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
12477
12477
|
"doc-url": "",
|
|
12478
12478
|
"attributes": [
|
|
@@ -12525,7 +12525,7 @@
|
|
|
12525
12525
|
}
|
|
12526
12526
|
},
|
|
12527
12527
|
{
|
|
12528
|
-
"name": "dap-ds-icon-file-
|
|
12528
|
+
"name": "dap-ds-icon-file-music-line",
|
|
12529
12529
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
12530
12530
|
"doc-url": "",
|
|
12531
12531
|
"attributes": [
|
|
@@ -12578,7 +12578,7 @@
|
|
|
12578
12578
|
}
|
|
12579
12579
|
},
|
|
12580
12580
|
{
|
|
12581
|
-
"name": "dap-ds-icon-file-
|
|
12581
|
+
"name": "dap-ds-icon-file-text-line",
|
|
12582
12582
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
12583
12583
|
"doc-url": "",
|
|
12584
12584
|
"attributes": [
|
|
@@ -12631,7 +12631,7 @@
|
|
|
12631
12631
|
}
|
|
12632
12632
|
},
|
|
12633
12633
|
{
|
|
12634
|
-
"name": "dap-ds-icon-file-
|
|
12634
|
+
"name": "dap-ds-icon-file-video-line",
|
|
12635
12635
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
12636
12636
|
"doc-url": "",
|
|
12637
12637
|
"attributes": [
|
|
@@ -12684,7 +12684,7 @@
|
|
|
12684
12684
|
}
|
|
12685
12685
|
},
|
|
12686
12686
|
{
|
|
12687
|
-
"name": "dap-ds-icon-
|
|
12687
|
+
"name": "dap-ds-icon-folder-line",
|
|
12688
12688
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
12689
12689
|
"doc-url": "",
|
|
12690
12690
|
"attributes": [
|
|
@@ -12737,7 +12737,7 @@
|
|
|
12737
12737
|
}
|
|
12738
12738
|
},
|
|
12739
12739
|
{
|
|
12740
|
-
"name": "dap-ds-icon-folder-line",
|
|
12740
|
+
"name": "dap-ds-icon-folder-open-line",
|
|
12741
12741
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
12742
12742
|
"doc-url": "",
|
|
12743
12743
|
"attributes": [
|
|
@@ -12790,7 +12790,7 @@
|
|
|
12790
12790
|
}
|
|
12791
12791
|
},
|
|
12792
12792
|
{
|
|
12793
|
-
"name": "dap-ds-icon-
|
|
12793
|
+
"name": "dap-ds-icon-separator",
|
|
12794
12794
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
12795
12795
|
"doc-url": "",
|
|
12796
12796
|
"attributes": [
|
|
@@ -13002,7 +13002,7 @@
|
|
|
13002
13002
|
}
|
|
13003
13003
|
},
|
|
13004
13004
|
{
|
|
13005
|
-
"name": "dap-ds-icon-
|
|
13005
|
+
"name": "dap-ds-icon-add-line",
|
|
13006
13006
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13007
13007
|
"doc-url": "",
|
|
13008
13008
|
"attributes": [
|
|
@@ -13055,7 +13055,7 @@
|
|
|
13055
13055
|
}
|
|
13056
13056
|
},
|
|
13057
13057
|
{
|
|
13058
|
-
"name": "dap-ds-icon-
|
|
13058
|
+
"name": "dap-ds-icon-alert-fill",
|
|
13059
13059
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13060
13060
|
"doc-url": "",
|
|
13061
13061
|
"attributes": [
|
|
@@ -13108,7 +13108,7 @@
|
|
|
13108
13108
|
}
|
|
13109
13109
|
},
|
|
13110
13110
|
{
|
|
13111
|
-
"name": "dap-ds-icon-
|
|
13111
|
+
"name": "dap-ds-icon-alert-line",
|
|
13112
13112
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13113
13113
|
"doc-url": "",
|
|
13114
13114
|
"attributes": [
|
|
@@ -13161,7 +13161,7 @@
|
|
|
13161
13161
|
}
|
|
13162
13162
|
},
|
|
13163
13163
|
{
|
|
13164
|
-
"name": "dap-ds-icon-
|
|
13164
|
+
"name": "dap-ds-icon-check-line",
|
|
13165
13165
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13166
13166
|
"doc-url": "",
|
|
13167
13167
|
"attributes": [
|
|
@@ -13214,7 +13214,7 @@
|
|
|
13214
13214
|
}
|
|
13215
13215
|
},
|
|
13216
13216
|
{
|
|
13217
|
-
"name": "dap-ds-icon-
|
|
13217
|
+
"name": "dap-ds-icon-check-line2",
|
|
13218
13218
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13219
13219
|
"doc-url": "",
|
|
13220
13220
|
"attributes": [
|
|
@@ -13267,7 +13267,7 @@
|
|
|
13267
13267
|
}
|
|
13268
13268
|
},
|
|
13269
13269
|
{
|
|
13270
|
-
"name": "dap-ds-icon-
|
|
13270
|
+
"name": "dap-ds-icon-checkbox-blank-circle-fill",
|
|
13271
13271
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13272
13272
|
"doc-url": "",
|
|
13273
13273
|
"attributes": [
|
|
@@ -13320,7 +13320,7 @@
|
|
|
13320
13320
|
}
|
|
13321
13321
|
},
|
|
13322
13322
|
{
|
|
13323
|
-
"name": "dap-ds-icon-
|
|
13323
|
+
"name": "dap-ds-icon-checkbox-blank-circle-fill-check",
|
|
13324
13324
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13325
13325
|
"doc-url": "",
|
|
13326
13326
|
"attributes": [
|
|
@@ -13373,7 +13373,7 @@
|
|
|
13373
13373
|
}
|
|
13374
13374
|
},
|
|
13375
13375
|
{
|
|
13376
|
-
"name": "dap-ds-icon-
|
|
13376
|
+
"name": "dap-ds-icon-checkbox-blank-circle-line",
|
|
13377
13377
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13378
13378
|
"doc-url": "",
|
|
13379
13379
|
"attributes": [
|
|
@@ -13426,7 +13426,7 @@
|
|
|
13426
13426
|
}
|
|
13427
13427
|
},
|
|
13428
13428
|
{
|
|
13429
|
-
"name": "dap-ds-icon-
|
|
13429
|
+
"name": "dap-ds-icon-checkbox-circle-fill",
|
|
13430
13430
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13431
13431
|
"doc-url": "",
|
|
13432
13432
|
"attributes": [
|
|
@@ -13479,7 +13479,7 @@
|
|
|
13479
13479
|
}
|
|
13480
13480
|
},
|
|
13481
13481
|
{
|
|
13482
|
-
"name": "dap-ds-icon-checkbox-
|
|
13482
|
+
"name": "dap-ds-icon-checkbox-circle-line",
|
|
13483
13483
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13484
13484
|
"doc-url": "",
|
|
13485
13485
|
"attributes": [
|
|
@@ -13532,7 +13532,7 @@
|
|
|
13532
13532
|
}
|
|
13533
13533
|
},
|
|
13534
13534
|
{
|
|
13535
|
-
"name": "dap-ds-icon-
|
|
13535
|
+
"name": "dap-ds-icon-close-circle-fill",
|
|
13536
13536
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13537
13537
|
"doc-url": "",
|
|
13538
13538
|
"attributes": [
|
|
@@ -13585,7 +13585,7 @@
|
|
|
13585
13585
|
}
|
|
13586
13586
|
},
|
|
13587
13587
|
{
|
|
13588
|
-
"name": "dap-ds-icon-
|
|
13588
|
+
"name": "dap-ds-icon-close-circle-line",
|
|
13589
13589
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13590
13590
|
"doc-url": "",
|
|
13591
13591
|
"attributes": [
|
|
@@ -13638,7 +13638,7 @@
|
|
|
13638
13638
|
}
|
|
13639
13639
|
},
|
|
13640
13640
|
{
|
|
13641
|
-
"name": "dap-ds-icon-
|
|
13641
|
+
"name": "dap-ds-icon-close-fill",
|
|
13642
13642
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13643
13643
|
"doc-url": "",
|
|
13644
13644
|
"attributes": [
|
|
@@ -13691,7 +13691,7 @@
|
|
|
13691
13691
|
}
|
|
13692
13692
|
},
|
|
13693
13693
|
{
|
|
13694
|
-
"name": "dap-ds-icon-
|
|
13694
|
+
"name": "dap-ds-icon-close-line",
|
|
13695
13695
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13696
13696
|
"doc-url": "",
|
|
13697
13697
|
"attributes": [
|
|
@@ -13744,7 +13744,7 @@
|
|
|
13744
13744
|
}
|
|
13745
13745
|
},
|
|
13746
13746
|
{
|
|
13747
|
-
"name": "dap-ds-icon-
|
|
13747
|
+
"name": "dap-ds-icon-delete-bin-fill",
|
|
13748
13748
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13749
13749
|
"doc-url": "",
|
|
13750
13750
|
"attributes": [
|
|
@@ -13797,7 +13797,7 @@
|
|
|
13797
13797
|
}
|
|
13798
13798
|
},
|
|
13799
13799
|
{
|
|
13800
|
-
"name": "dap-ds-icon-
|
|
13800
|
+
"name": "dap-ds-icon-delete-bin-line",
|
|
13801
13801
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13802
13802
|
"doc-url": "",
|
|
13803
13803
|
"attributes": [
|
|
@@ -13850,7 +13850,7 @@
|
|
|
13850
13850
|
}
|
|
13851
13851
|
},
|
|
13852
13852
|
{
|
|
13853
|
-
"name": "dap-ds-icon-
|
|
13853
|
+
"name": "dap-ds-icon-download-line",
|
|
13854
13854
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13855
13855
|
"doc-url": "",
|
|
13856
13856
|
"attributes": [
|
|
@@ -13903,7 +13903,7 @@
|
|
|
13903
13903
|
}
|
|
13904
13904
|
},
|
|
13905
13905
|
{
|
|
13906
|
-
"name": "dap-ds-icon-
|
|
13906
|
+
"name": "dap-ds-icon-error-warning-fill",
|
|
13907
13907
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13908
13908
|
"doc-url": "",
|
|
13909
13909
|
"attributes": [
|
|
@@ -13956,7 +13956,7 @@
|
|
|
13956
13956
|
}
|
|
13957
13957
|
},
|
|
13958
13958
|
{
|
|
13959
|
-
"name": "dap-ds-icon-
|
|
13959
|
+
"name": "dap-ds-icon-error-warning-line",
|
|
13960
13960
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13961
13961
|
"doc-url": "",
|
|
13962
13962
|
"attributes": [
|
|
@@ -14009,7 +14009,7 @@
|
|
|
14009
14009
|
}
|
|
14010
14010
|
},
|
|
14011
14011
|
{
|
|
14012
|
-
"name": "dap-ds-icon-
|
|
14012
|
+
"name": "dap-ds-icon-external-link-line",
|
|
14013
14013
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14014
14014
|
"doc-url": "",
|
|
14015
14015
|
"attributes": [
|
|
@@ -14062,7 +14062,7 @@
|
|
|
14062
14062
|
}
|
|
14063
14063
|
},
|
|
14064
14064
|
{
|
|
14065
|
-
"name": "dap-ds-icon-
|
|
14065
|
+
"name": "dap-ds-icon-eye-line",
|
|
14066
14066
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14067
14067
|
"doc-url": "",
|
|
14068
14068
|
"attributes": [
|
|
@@ -14115,7 +14115,7 @@
|
|
|
14115
14115
|
}
|
|
14116
14116
|
},
|
|
14117
14117
|
{
|
|
14118
|
-
"name": "dap-ds-icon-
|
|
14118
|
+
"name": "dap-ds-icon-eye-off-line",
|
|
14119
14119
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14120
14120
|
"doc-url": "",
|
|
14121
14121
|
"attributes": [
|
|
@@ -14168,7 +14168,7 @@
|
|
|
14168
14168
|
}
|
|
14169
14169
|
},
|
|
14170
14170
|
{
|
|
14171
|
-
"name": "dap-ds-icon-
|
|
14171
|
+
"name": "dap-ds-icon-forbid-fill",
|
|
14172
14172
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14173
14173
|
"doc-url": "",
|
|
14174
14174
|
"attributes": [
|
|
@@ -14221,7 +14221,7 @@
|
|
|
14221
14221
|
}
|
|
14222
14222
|
},
|
|
14223
14223
|
{
|
|
14224
|
-
"name": "dap-ds-icon-
|
|
14224
|
+
"name": "dap-ds-icon-information-2-fill",
|
|
14225
14225
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14226
14226
|
"doc-url": "",
|
|
14227
14227
|
"attributes": [
|
|
@@ -14274,7 +14274,7 @@
|
|
|
14274
14274
|
}
|
|
14275
14275
|
},
|
|
14276
14276
|
{
|
|
14277
|
-
"name": "dap-ds-icon-
|
|
14277
|
+
"name": "dap-ds-icon-information-fill",
|
|
14278
14278
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14279
14279
|
"doc-url": "",
|
|
14280
14280
|
"attributes": [
|
|
@@ -14327,7 +14327,7 @@
|
|
|
14327
14327
|
}
|
|
14328
14328
|
},
|
|
14329
14329
|
{
|
|
14330
|
-
"name": "dap-ds-icon-
|
|
14330
|
+
"name": "dap-ds-icon-information-line",
|
|
14331
14331
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14332
14332
|
"doc-url": "",
|
|
14333
14333
|
"attributes": [
|
|
@@ -14380,7 +14380,7 @@
|
|
|
14380
14380
|
}
|
|
14381
14381
|
},
|
|
14382
14382
|
{
|
|
14383
|
-
"name": "dap-ds-icon-
|
|
14383
|
+
"name": "dap-ds-icon-lightbulb-fill",
|
|
14384
14384
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14385
14385
|
"doc-url": "",
|
|
14386
14386
|
"attributes": [
|
|
@@ -14433,7 +14433,7 @@
|
|
|
14433
14433
|
}
|
|
14434
14434
|
},
|
|
14435
14435
|
{
|
|
14436
|
-
"name": "dap-ds-icon-
|
|
14436
|
+
"name": "dap-ds-icon-loading-spinner",
|
|
14437
14437
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14438
14438
|
"doc-url": "",
|
|
14439
14439
|
"attributes": [
|
|
@@ -14486,7 +14486,7 @@
|
|
|
14486
14486
|
}
|
|
14487
14487
|
},
|
|
14488
14488
|
{
|
|
14489
|
-
"name": "dap-ds-icon-
|
|
14489
|
+
"name": "dap-ds-icon-lock-fill",
|
|
14490
14490
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14491
14491
|
"doc-url": "",
|
|
14492
14492
|
"attributes": [
|
|
@@ -14539,7 +14539,7 @@
|
|
|
14539
14539
|
}
|
|
14540
14540
|
},
|
|
14541
14541
|
{
|
|
14542
|
-
"name": "dap-ds-icon-
|
|
14542
|
+
"name": "dap-ds-icon-lock-line",
|
|
14543
14543
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14544
14544
|
"doc-url": "",
|
|
14545
14545
|
"attributes": [
|
|
@@ -14592,7 +14592,7 @@
|
|
|
14592
14592
|
}
|
|
14593
14593
|
},
|
|
14594
14594
|
{
|
|
14595
|
-
"name": "dap-ds-icon-
|
|
14595
|
+
"name": "dap-ds-icon-menu-line",
|
|
14596
14596
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14597
14597
|
"doc-url": "",
|
|
14598
14598
|
"attributes": [
|
|
@@ -14645,7 +14645,7 @@
|
|
|
14645
14645
|
}
|
|
14646
14646
|
},
|
|
14647
14647
|
{
|
|
14648
|
-
"name": "dap-ds-icon-
|
|
14648
|
+
"name": "dap-ds-icon-menu-line-s",
|
|
14649
14649
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14650
14650
|
"doc-url": "",
|
|
14651
14651
|
"attributes": [
|
|
@@ -14698,7 +14698,7 @@
|
|
|
14698
14698
|
}
|
|
14699
14699
|
},
|
|
14700
14700
|
{
|
|
14701
|
-
"name": "dap-ds-icon-
|
|
14701
|
+
"name": "dap-ds-icon-more-2-line",
|
|
14702
14702
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14703
14703
|
"doc-url": "",
|
|
14704
14704
|
"attributes": [
|
|
@@ -14751,7 +14751,7 @@
|
|
|
14751
14751
|
}
|
|
14752
14752
|
},
|
|
14753
14753
|
{
|
|
14754
|
-
"name": "dap-ds-icon-
|
|
14754
|
+
"name": "dap-ds-icon-more-line",
|
|
14755
14755
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14756
14756
|
"doc-url": "",
|
|
14757
14757
|
"attributes": [
|
|
@@ -14804,7 +14804,7 @@
|
|
|
14804
14804
|
}
|
|
14805
14805
|
},
|
|
14806
14806
|
{
|
|
14807
|
-
"name": "dap-ds-icon-
|
|
14807
|
+
"name": "dap-ds-icon-search-line",
|
|
14808
14808
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14809
14809
|
"doc-url": "",
|
|
14810
14810
|
"attributes": [
|
|
@@ -14857,7 +14857,7 @@
|
|
|
14857
14857
|
}
|
|
14858
14858
|
},
|
|
14859
14859
|
{
|
|
14860
|
-
"name": "dap-ds-icon-
|
|
14860
|
+
"name": "dap-ds-icon-share-line",
|
|
14861
14861
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14862
14862
|
"doc-url": "",
|
|
14863
14863
|
"attributes": [
|
|
@@ -14910,7 +14910,7 @@
|
|
|
14910
14910
|
}
|
|
14911
14911
|
},
|
|
14912
14912
|
{
|
|
14913
|
-
"name": "dap-ds-icon-
|
|
14913
|
+
"name": "dap-ds-icon-shield-check-fill",
|
|
14914
14914
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14915
14915
|
"doc-url": "",
|
|
14916
14916
|
"attributes": [
|
|
@@ -14963,7 +14963,7 @@
|
|
|
14963
14963
|
}
|
|
14964
14964
|
},
|
|
14965
14965
|
{
|
|
14966
|
-
"name": "dap-ds-icon-
|
|
14966
|
+
"name": "dap-ds-icon-shield-check-line",
|
|
14967
14967
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
14968
14968
|
"doc-url": "",
|
|
14969
14969
|
"attributes": [
|
|
@@ -15016,7 +15016,7 @@
|
|
|
15016
15016
|
}
|
|
15017
15017
|
},
|
|
15018
15018
|
{
|
|
15019
|
-
"name": "dap-ds-icon-
|
|
15019
|
+
"name": "dap-ds-icon-star-fill",
|
|
15020
15020
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15021
15021
|
"doc-url": "",
|
|
15022
15022
|
"attributes": [
|
|
@@ -15069,7 +15069,7 @@
|
|
|
15069
15069
|
}
|
|
15070
15070
|
},
|
|
15071
15071
|
{
|
|
15072
|
-
"name": "dap-ds-icon-
|
|
15072
|
+
"name": "dap-ds-icon-subtract-line",
|
|
15073
15073
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15074
15074
|
"doc-url": "",
|
|
15075
15075
|
"attributes": [
|
|
@@ -15122,7 +15122,7 @@
|
|
|
15122
15122
|
}
|
|
15123
15123
|
},
|
|
15124
15124
|
{
|
|
15125
|
-
"name": "dap-ds-icon-
|
|
15125
|
+
"name": "dap-ds-icon-subtract-line2",
|
|
15126
15126
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15127
15127
|
"doc-url": "",
|
|
15128
15128
|
"attributes": [
|
|
@@ -15175,7 +15175,7 @@
|
|
|
15175
15175
|
}
|
|
15176
15176
|
},
|
|
15177
15177
|
{
|
|
15178
|
-
"name": "dap-ds-icon-
|
|
15178
|
+
"name": "dap-ds-icon-time-fill",
|
|
15179
15179
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15180
15180
|
"doc-url": "",
|
|
15181
15181
|
"attributes": [
|
|
@@ -15228,7 +15228,7 @@
|
|
|
15228
15228
|
}
|
|
15229
15229
|
},
|
|
15230
15230
|
{
|
|
15231
|
-
"name": "dap-ds-icon-
|
|
15231
|
+
"name": "dap-ds-icon-time-line",
|
|
15232
15232
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15233
15233
|
"doc-url": "",
|
|
15234
15234
|
"attributes": [
|
|
@@ -15281,7 +15281,7 @@
|
|
|
15281
15281
|
}
|
|
15282
15282
|
},
|
|
15283
15283
|
{
|
|
15284
|
-
"name": "dap-ds-icon-
|
|
15284
|
+
"name": "dap-ds-icon-upload-2-fill",
|
|
15285
15285
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15286
15286
|
"doc-url": "",
|
|
15287
15287
|
"attributes": [
|
|
@@ -15334,7 +15334,7 @@
|
|
|
15334
15334
|
}
|
|
15335
15335
|
},
|
|
15336
15336
|
{
|
|
15337
|
-
"name": "dap-ds-icon-
|
|
15337
|
+
"name": "dap-ds-icon-upload-2-line",
|
|
15338
15338
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15339
15339
|
"doc-url": "",
|
|
15340
15340
|
"attributes": [
|
|
@@ -15387,7 +15387,7 @@
|
|
|
15387
15387
|
}
|
|
15388
15388
|
},
|
|
15389
15389
|
{
|
|
15390
|
-
"name": "dap-ds-icon-
|
|
15390
|
+
"name": "dap-ds-icon-upload-line",
|
|
15391
15391
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15392
15392
|
"doc-url": "",
|
|
15393
15393
|
"attributes": [
|
|
@@ -15440,7 +15440,7 @@
|
|
|
15440
15440
|
}
|
|
15441
15441
|
},
|
|
15442
15442
|
{
|
|
15443
|
-
"name": "dap-ds-icon-
|
|
15443
|
+
"name": "dap-ds-icon-zoom-in-line",
|
|
15444
15444
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15445
15445
|
"doc-url": "",
|
|
15446
15446
|
"attributes": [
|
|
@@ -15493,7 +15493,7 @@
|
|
|
15493
15493
|
}
|
|
15494
15494
|
},
|
|
15495
15495
|
{
|
|
15496
|
-
"name": "dap-ds-icon-
|
|
15496
|
+
"name": "dap-ds-icon-zoom-out-line",
|
|
15497
15497
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15498
15498
|
"doc-url": "",
|
|
15499
15499
|
"attributes": [
|
|
@@ -15546,7 +15546,7 @@
|
|
|
15546
15546
|
}
|
|
15547
15547
|
},
|
|
15548
15548
|
{
|
|
15549
|
-
"name": "dap-ds-icon-
|
|
15549
|
+
"name": "dap-ds-icon-account-circle-fill",
|
|
15550
15550
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15551
15551
|
"doc-url": "",
|
|
15552
15552
|
"attributes": [
|
|
@@ -15599,7 +15599,7 @@
|
|
|
15599
15599
|
}
|
|
15600
15600
|
},
|
|
15601
15601
|
{
|
|
15602
|
-
"name": "dap-ds-icon-
|
|
15602
|
+
"name": "dap-ds-icon-account-circle-line",
|
|
15603
15603
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15604
15604
|
"doc-url": "",
|
|
15605
15605
|
"attributes": [
|
|
@@ -15652,7 +15652,7 @@
|
|
|
15652
15652
|
}
|
|
15653
15653
|
},
|
|
15654
15654
|
{
|
|
15655
|
-
"name": "dap-ds-icon-
|
|
15655
|
+
"name": "dap-ds-icon-user-fill",
|
|
15656
15656
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15657
15657
|
"doc-url": "",
|
|
15658
15658
|
"attributes": [
|
|
@@ -15705,7 +15705,7 @@
|
|
|
15705
15705
|
}
|
|
15706
15706
|
},
|
|
15707
15707
|
{
|
|
15708
|
-
"name": "dap-ds-icon-
|
|
15708
|
+
"name": "dap-ds-icon-user-line",
|
|
15709
15709
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15710
15710
|
"doc-url": "",
|
|
15711
15711
|
"attributes": [
|