dap-design-system 0.57.6 → 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/form/radio-group/radio-group.component.d.ts +2 -0
- package/dist/components/tab/tab-group.component.d.ts +10 -0
- package/dist/{components-C0QWDkMH.js → components-B66BAgiP.js} +4512 -4498
- package/dist/{components-C0QWDkMH.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 +113 -113
- package/dist/manifest/vscode.html-custom-data.json +126 -126
- package/dist/manifest/web-types.json +79 -79
- package/dist/react/index.d.ts +6 -6
- package/dist/react-types.ts +7 -7
- package/dist/react.js +173 -173
- package/dist/react.js.map +1 -1
- package/package.json +1 -1
|
@@ -13,6 +13,28 @@
|
|
|
13
13
|
}
|
|
14
14
|
]
|
|
15
15
|
},
|
|
16
|
+
{
|
|
17
|
+
"name": "dap-ds-anchor-heading",
|
|
18
|
+
"description": "Anchor heading is a heading with an anchor link.\n---\n\n\n### **CSS Properties:**\n - **--dds-anchor-link-color** - The color of the anchor link (default: var(--dds-color-primary)) _(default: undefined)_\n- **--dds-anchor-link-opacity** - The opacity of the anchor link when not hovered (default: 0) _(default: undefined)_\n- **--dds-anchor-link-hover-opacity** - The opacity of the anchor link when hovered (default: 1) _(default: undefined)_\n- **--dds-anchor-link-transition** - The transition property for the anchor link opacity (default: opacity 0.2s ease-in-out) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main anchor heading container.\n- **link** - The link of the anchor heading. dap-ds-link element.\n- **link-base** - The base of the link part.\n- **text** - The text of the anchor heading.",
|
|
19
|
+
"attributes": [
|
|
20
|
+
{
|
|
21
|
+
"name": "variant",
|
|
22
|
+
"description": "The variant of the heading. Default is `h2`. Can be `h1`, `h2`, `h3`, `h4`, `h5`, or `h6`.",
|
|
23
|
+
"values": [{ "name": "HeadingVariant" }]
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "label",
|
|
27
|
+
"description": "The label of the heading.",
|
|
28
|
+
"values": []
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"references": [
|
|
32
|
+
{
|
|
33
|
+
"name": "Documentation",
|
|
34
|
+
"url": "https://shoelace.style/components/anchor-heading"
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
},
|
|
16
38
|
{
|
|
17
39
|
"name": "dap-ds-avatar",
|
|
18
40
|
"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.",
|
|
@@ -83,28 +105,6 @@
|
|
|
83
105
|
}
|
|
84
106
|
]
|
|
85
107
|
},
|
|
86
|
-
{
|
|
87
|
-
"name": "dap-ds-anchor-heading",
|
|
88
|
-
"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.",
|
|
89
|
-
"attributes": [
|
|
90
|
-
{
|
|
91
|
-
"name": "variant",
|
|
92
|
-
"description": "The variant of the heading. Default is `h2`. Can be `h1`, `h2`, `h3`, `h4`, `h5`, or `h6`.",
|
|
93
|
-
"values": [{ "name": "HeadingVariant" }]
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
"name": "label",
|
|
97
|
-
"description": "The label of the heading.",
|
|
98
|
-
"values": []
|
|
99
|
-
}
|
|
100
|
-
],
|
|
101
|
-
"references": [
|
|
102
|
-
{
|
|
103
|
-
"name": "Documentation",
|
|
104
|
-
"url": "https://shoelace.style/components/anchor-heading"
|
|
105
|
-
}
|
|
106
|
-
]
|
|
107
|
-
},
|
|
108
108
|
{
|
|
109
109
|
"name": "dap-ds-accordion-group",
|
|
110
110
|
"description": "An accordion group is a collection of accordion components.\n---\n\n\n### **Slots:**\n - _default_ - The content of the accordion group.\n\n### **CSS Properties:**\n - **--dds-accordion-group-spacing** - Controls the gap between accordion items (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-accordion-group-border-color** - Controls the border color (default: var(--dds-border-neutral-subtle)) _(default: undefined)_\n- **--dds-accordion-group-border-width** - Controls the border width (default: var(--dds-border-width-base)) _(default: undefined)_\n- **--dds-accordion-group-border-radius** - Controls the border radius (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-accordion-group-background** - Controls the background color (default: transparent) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main accordion group container.",
|
|
@@ -5196,7 +5196,7 @@
|
|
|
5196
5196
|
]
|
|
5197
5197
|
},
|
|
5198
5198
|
{
|
|
5199
|
-
"name": "dap-ds-icon-
|
|
5199
|
+
"name": "dap-ds-icon-add-line",
|
|
5200
5200
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5201
5201
|
"attributes": [
|
|
5202
5202
|
{
|
|
@@ -5223,12 +5223,12 @@
|
|
|
5223
5223
|
"references": [
|
|
5224
5224
|
{
|
|
5225
5225
|
"name": "Documentation",
|
|
5226
|
-
"url": "https://shoelace.style/components/icon-
|
|
5226
|
+
"url": "https://shoelace.style/components/icon-add-line"
|
|
5227
5227
|
}
|
|
5228
5228
|
]
|
|
5229
5229
|
},
|
|
5230
5230
|
{
|
|
5231
|
-
"name": "dap-ds-icon-
|
|
5231
|
+
"name": "dap-ds-icon-alert-fill",
|
|
5232
5232
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5233
5233
|
"attributes": [
|
|
5234
5234
|
{
|
|
@@ -5255,12 +5255,12 @@
|
|
|
5255
5255
|
"references": [
|
|
5256
5256
|
{
|
|
5257
5257
|
"name": "Documentation",
|
|
5258
|
-
"url": "https://shoelace.style/components/icon-
|
|
5258
|
+
"url": "https://shoelace.style/components/icon-alert-fill"
|
|
5259
5259
|
}
|
|
5260
5260
|
]
|
|
5261
5261
|
},
|
|
5262
5262
|
{
|
|
5263
|
-
"name": "dap-ds-icon-
|
|
5263
|
+
"name": "dap-ds-icon-alert-line",
|
|
5264
5264
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5265
5265
|
"attributes": [
|
|
5266
5266
|
{
|
|
@@ -5287,12 +5287,12 @@
|
|
|
5287
5287
|
"references": [
|
|
5288
5288
|
{
|
|
5289
5289
|
"name": "Documentation",
|
|
5290
|
-
"url": "https://shoelace.style/components/icon-
|
|
5290
|
+
"url": "https://shoelace.style/components/icon-alert-line"
|
|
5291
5291
|
}
|
|
5292
5292
|
]
|
|
5293
5293
|
},
|
|
5294
5294
|
{
|
|
5295
|
-
"name": "dap-ds-icon-
|
|
5295
|
+
"name": "dap-ds-icon-check-line",
|
|
5296
5296
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5297
5297
|
"attributes": [
|
|
5298
5298
|
{
|
|
@@ -5319,12 +5319,12 @@
|
|
|
5319
5319
|
"references": [
|
|
5320
5320
|
{
|
|
5321
5321
|
"name": "Documentation",
|
|
5322
|
-
"url": "https://shoelace.style/components/icon-
|
|
5322
|
+
"url": "https://shoelace.style/components/icon-check-line"
|
|
5323
5323
|
}
|
|
5324
5324
|
]
|
|
5325
5325
|
},
|
|
5326
5326
|
{
|
|
5327
|
-
"name": "dap-ds-icon-
|
|
5327
|
+
"name": "dap-ds-icon-check-line2",
|
|
5328
5328
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5329
5329
|
"attributes": [
|
|
5330
5330
|
{
|
|
@@ -5351,12 +5351,12 @@
|
|
|
5351
5351
|
"references": [
|
|
5352
5352
|
{
|
|
5353
5353
|
"name": "Documentation",
|
|
5354
|
-
"url": "https://shoelace.style/components/icon-
|
|
5354
|
+
"url": "https://shoelace.style/components/icon-check-line2"
|
|
5355
5355
|
}
|
|
5356
5356
|
]
|
|
5357
5357
|
},
|
|
5358
5358
|
{
|
|
5359
|
-
"name": "dap-ds-icon-
|
|
5359
|
+
"name": "dap-ds-icon-checkbox-blank-circle-fill",
|
|
5360
5360
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5361
5361
|
"attributes": [
|
|
5362
5362
|
{
|
|
@@ -5383,12 +5383,12 @@
|
|
|
5383
5383
|
"references": [
|
|
5384
5384
|
{
|
|
5385
5385
|
"name": "Documentation",
|
|
5386
|
-
"url": "https://shoelace.style/components/icon-
|
|
5386
|
+
"url": "https://shoelace.style/components/icon-checkbox-blank-circle-fill"
|
|
5387
5387
|
}
|
|
5388
5388
|
]
|
|
5389
5389
|
},
|
|
5390
5390
|
{
|
|
5391
|
-
"name": "dap-ds-icon-
|
|
5391
|
+
"name": "dap-ds-icon-checkbox-blank-circle-fill-check",
|
|
5392
5392
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5393
5393
|
"attributes": [
|
|
5394
5394
|
{
|
|
@@ -5415,12 +5415,12 @@
|
|
|
5415
5415
|
"references": [
|
|
5416
5416
|
{
|
|
5417
5417
|
"name": "Documentation",
|
|
5418
|
-
"url": "https://shoelace.style/components/icon-
|
|
5418
|
+
"url": "https://shoelace.style/components/icon-checkbox-blank-circle-fill-check"
|
|
5419
5419
|
}
|
|
5420
5420
|
]
|
|
5421
5421
|
},
|
|
5422
5422
|
{
|
|
5423
|
-
"name": "dap-ds-icon-
|
|
5423
|
+
"name": "dap-ds-icon-checkbox-blank-circle-line",
|
|
5424
5424
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5425
5425
|
"attributes": [
|
|
5426
5426
|
{
|
|
@@ -5447,12 +5447,12 @@
|
|
|
5447
5447
|
"references": [
|
|
5448
5448
|
{
|
|
5449
5449
|
"name": "Documentation",
|
|
5450
|
-
"url": "https://shoelace.style/components/icon-
|
|
5450
|
+
"url": "https://shoelace.style/components/icon-checkbox-blank-circle-line"
|
|
5451
5451
|
}
|
|
5452
5452
|
]
|
|
5453
5453
|
},
|
|
5454
5454
|
{
|
|
5455
|
-
"name": "dap-ds-icon-
|
|
5455
|
+
"name": "dap-ds-icon-checkbox-circle-fill",
|
|
5456
5456
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5457
5457
|
"attributes": [
|
|
5458
5458
|
{
|
|
@@ -5479,12 +5479,12 @@
|
|
|
5479
5479
|
"references": [
|
|
5480
5480
|
{
|
|
5481
5481
|
"name": "Documentation",
|
|
5482
|
-
"url": "https://shoelace.style/components/icon-
|
|
5482
|
+
"url": "https://shoelace.style/components/icon-checkbox-circle-fill"
|
|
5483
5483
|
}
|
|
5484
5484
|
]
|
|
5485
5485
|
},
|
|
5486
5486
|
{
|
|
5487
|
-
"name": "dap-ds-icon-checkbox-
|
|
5487
|
+
"name": "dap-ds-icon-checkbox-circle-line",
|
|
5488
5488
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5489
5489
|
"attributes": [
|
|
5490
5490
|
{
|
|
@@ -5511,12 +5511,12 @@
|
|
|
5511
5511
|
"references": [
|
|
5512
5512
|
{
|
|
5513
5513
|
"name": "Documentation",
|
|
5514
|
-
"url": "https://shoelace.style/components/icon-checkbox-
|
|
5514
|
+
"url": "https://shoelace.style/components/icon-checkbox-circle-line"
|
|
5515
5515
|
}
|
|
5516
5516
|
]
|
|
5517
5517
|
},
|
|
5518
5518
|
{
|
|
5519
|
-
"name": "dap-ds-icon-
|
|
5519
|
+
"name": "dap-ds-icon-close-circle-fill",
|
|
5520
5520
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5521
5521
|
"attributes": [
|
|
5522
5522
|
{
|
|
@@ -5543,12 +5543,12 @@
|
|
|
5543
5543
|
"references": [
|
|
5544
5544
|
{
|
|
5545
5545
|
"name": "Documentation",
|
|
5546
|
-
"url": "https://shoelace.style/components/icon-
|
|
5546
|
+
"url": "https://shoelace.style/components/icon-close-circle-fill"
|
|
5547
5547
|
}
|
|
5548
5548
|
]
|
|
5549
5549
|
},
|
|
5550
5550
|
{
|
|
5551
|
-
"name": "dap-ds-icon-
|
|
5551
|
+
"name": "dap-ds-icon-close-circle-line",
|
|
5552
5552
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5553
5553
|
"attributes": [
|
|
5554
5554
|
{
|
|
@@ -5575,12 +5575,12 @@
|
|
|
5575
5575
|
"references": [
|
|
5576
5576
|
{
|
|
5577
5577
|
"name": "Documentation",
|
|
5578
|
-
"url": "https://shoelace.style/components/icon-
|
|
5578
|
+
"url": "https://shoelace.style/components/icon-close-circle-line"
|
|
5579
5579
|
}
|
|
5580
5580
|
]
|
|
5581
5581
|
},
|
|
5582
5582
|
{
|
|
5583
|
-
"name": "dap-ds-icon-
|
|
5583
|
+
"name": "dap-ds-icon-close-fill",
|
|
5584
5584
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5585
5585
|
"attributes": [
|
|
5586
5586
|
{
|
|
@@ -5607,12 +5607,12 @@
|
|
|
5607
5607
|
"references": [
|
|
5608
5608
|
{
|
|
5609
5609
|
"name": "Documentation",
|
|
5610
|
-
"url": "https://shoelace.style/components/icon-
|
|
5610
|
+
"url": "https://shoelace.style/components/icon-close-fill"
|
|
5611
5611
|
}
|
|
5612
5612
|
]
|
|
5613
5613
|
},
|
|
5614
5614
|
{
|
|
5615
|
-
"name": "dap-ds-icon-
|
|
5615
|
+
"name": "dap-ds-icon-close-line",
|
|
5616
5616
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5617
5617
|
"attributes": [
|
|
5618
5618
|
{
|
|
@@ -5639,12 +5639,12 @@
|
|
|
5639
5639
|
"references": [
|
|
5640
5640
|
{
|
|
5641
5641
|
"name": "Documentation",
|
|
5642
|
-
"url": "https://shoelace.style/components/icon-
|
|
5642
|
+
"url": "https://shoelace.style/components/icon-close-line"
|
|
5643
5643
|
}
|
|
5644
5644
|
]
|
|
5645
5645
|
},
|
|
5646
5646
|
{
|
|
5647
|
-
"name": "dap-ds-icon-
|
|
5647
|
+
"name": "dap-ds-icon-delete-bin-fill",
|
|
5648
5648
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5649
5649
|
"attributes": [
|
|
5650
5650
|
{
|
|
@@ -5671,12 +5671,12 @@
|
|
|
5671
5671
|
"references": [
|
|
5672
5672
|
{
|
|
5673
5673
|
"name": "Documentation",
|
|
5674
|
-
"url": "https://shoelace.style/components/icon-
|
|
5674
|
+
"url": "https://shoelace.style/components/icon-delete-bin-fill"
|
|
5675
5675
|
}
|
|
5676
5676
|
]
|
|
5677
5677
|
},
|
|
5678
5678
|
{
|
|
5679
|
-
"name": "dap-ds-icon-
|
|
5679
|
+
"name": "dap-ds-icon-delete-bin-line",
|
|
5680
5680
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5681
5681
|
"attributes": [
|
|
5682
5682
|
{
|
|
@@ -5703,12 +5703,12 @@
|
|
|
5703
5703
|
"references": [
|
|
5704
5704
|
{
|
|
5705
5705
|
"name": "Documentation",
|
|
5706
|
-
"url": "https://shoelace.style/components/icon-
|
|
5706
|
+
"url": "https://shoelace.style/components/icon-delete-bin-line"
|
|
5707
5707
|
}
|
|
5708
5708
|
]
|
|
5709
5709
|
},
|
|
5710
5710
|
{
|
|
5711
|
-
"name": "dap-ds-icon-
|
|
5711
|
+
"name": "dap-ds-icon-download-line",
|
|
5712
5712
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5713
5713
|
"attributes": [
|
|
5714
5714
|
{
|
|
@@ -5735,12 +5735,12 @@
|
|
|
5735
5735
|
"references": [
|
|
5736
5736
|
{
|
|
5737
5737
|
"name": "Documentation",
|
|
5738
|
-
"url": "https://shoelace.style/components/icon-
|
|
5738
|
+
"url": "https://shoelace.style/components/icon-download-line"
|
|
5739
5739
|
}
|
|
5740
5740
|
]
|
|
5741
5741
|
},
|
|
5742
5742
|
{
|
|
5743
|
-
"name": "dap-ds-icon-
|
|
5743
|
+
"name": "dap-ds-icon-error-warning-fill",
|
|
5744
5744
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5745
5745
|
"attributes": [
|
|
5746
5746
|
{
|
|
@@ -5767,12 +5767,12 @@
|
|
|
5767
5767
|
"references": [
|
|
5768
5768
|
{
|
|
5769
5769
|
"name": "Documentation",
|
|
5770
|
-
"url": "https://shoelace.style/components/icon-
|
|
5770
|
+
"url": "https://shoelace.style/components/icon-error-warning-fill"
|
|
5771
5771
|
}
|
|
5772
5772
|
]
|
|
5773
5773
|
},
|
|
5774
5774
|
{
|
|
5775
|
-
"name": "dap-ds-icon-
|
|
5775
|
+
"name": "dap-ds-icon-error-warning-line",
|
|
5776
5776
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5777
5777
|
"attributes": [
|
|
5778
5778
|
{
|
|
@@ -5799,12 +5799,12 @@
|
|
|
5799
5799
|
"references": [
|
|
5800
5800
|
{
|
|
5801
5801
|
"name": "Documentation",
|
|
5802
|
-
"url": "https://shoelace.style/components/icon-
|
|
5802
|
+
"url": "https://shoelace.style/components/icon-error-warning-line"
|
|
5803
5803
|
}
|
|
5804
5804
|
]
|
|
5805
5805
|
},
|
|
5806
5806
|
{
|
|
5807
|
-
"name": "dap-ds-icon-
|
|
5807
|
+
"name": "dap-ds-icon-external-link-line",
|
|
5808
5808
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5809
5809
|
"attributes": [
|
|
5810
5810
|
{
|
|
@@ -5831,12 +5831,12 @@
|
|
|
5831
5831
|
"references": [
|
|
5832
5832
|
{
|
|
5833
5833
|
"name": "Documentation",
|
|
5834
|
-
"url": "https://shoelace.style/components/icon-
|
|
5834
|
+
"url": "https://shoelace.style/components/icon-external-link-line"
|
|
5835
5835
|
}
|
|
5836
5836
|
]
|
|
5837
5837
|
},
|
|
5838
5838
|
{
|
|
5839
|
-
"name": "dap-ds-icon-
|
|
5839
|
+
"name": "dap-ds-icon-eye-line",
|
|
5840
5840
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5841
5841
|
"attributes": [
|
|
5842
5842
|
{
|
|
@@ -5863,12 +5863,12 @@
|
|
|
5863
5863
|
"references": [
|
|
5864
5864
|
{
|
|
5865
5865
|
"name": "Documentation",
|
|
5866
|
-
"url": "https://shoelace.style/components/icon-
|
|
5866
|
+
"url": "https://shoelace.style/components/icon-eye-line"
|
|
5867
5867
|
}
|
|
5868
5868
|
]
|
|
5869
5869
|
},
|
|
5870
5870
|
{
|
|
5871
|
-
"name": "dap-ds-icon-
|
|
5871
|
+
"name": "dap-ds-icon-eye-off-line",
|
|
5872
5872
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5873
5873
|
"attributes": [
|
|
5874
5874
|
{
|
|
@@ -5895,12 +5895,12 @@
|
|
|
5895
5895
|
"references": [
|
|
5896
5896
|
{
|
|
5897
5897
|
"name": "Documentation",
|
|
5898
|
-
"url": "https://shoelace.style/components/icon-
|
|
5898
|
+
"url": "https://shoelace.style/components/icon-eye-off-line"
|
|
5899
5899
|
}
|
|
5900
5900
|
]
|
|
5901
5901
|
},
|
|
5902
5902
|
{
|
|
5903
|
-
"name": "dap-ds-icon-
|
|
5903
|
+
"name": "dap-ds-icon-forbid-fill",
|
|
5904
5904
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5905
5905
|
"attributes": [
|
|
5906
5906
|
{
|
|
@@ -5927,12 +5927,12 @@
|
|
|
5927
5927
|
"references": [
|
|
5928
5928
|
{
|
|
5929
5929
|
"name": "Documentation",
|
|
5930
|
-
"url": "https://shoelace.style/components/icon-
|
|
5930
|
+
"url": "https://shoelace.style/components/icon-forbid-fill"
|
|
5931
5931
|
}
|
|
5932
5932
|
]
|
|
5933
5933
|
},
|
|
5934
5934
|
{
|
|
5935
|
-
"name": "dap-ds-icon-
|
|
5935
|
+
"name": "dap-ds-icon-information-2-fill",
|
|
5936
5936
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5937
5937
|
"attributes": [
|
|
5938
5938
|
{
|
|
@@ -5959,12 +5959,12 @@
|
|
|
5959
5959
|
"references": [
|
|
5960
5960
|
{
|
|
5961
5961
|
"name": "Documentation",
|
|
5962
|
-
"url": "https://shoelace.style/components/icon-
|
|
5962
|
+
"url": "https://shoelace.style/components/icon-information-2-fill"
|
|
5963
5963
|
}
|
|
5964
5964
|
]
|
|
5965
5965
|
},
|
|
5966
5966
|
{
|
|
5967
|
-
"name": "dap-ds-icon-
|
|
5967
|
+
"name": "dap-ds-icon-information-fill",
|
|
5968
5968
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5969
5969
|
"attributes": [
|
|
5970
5970
|
{
|
|
@@ -5991,12 +5991,12 @@
|
|
|
5991
5991
|
"references": [
|
|
5992
5992
|
{
|
|
5993
5993
|
"name": "Documentation",
|
|
5994
|
-
"url": "https://shoelace.style/components/icon-
|
|
5994
|
+
"url": "https://shoelace.style/components/icon-information-fill"
|
|
5995
5995
|
}
|
|
5996
5996
|
]
|
|
5997
5997
|
},
|
|
5998
5998
|
{
|
|
5999
|
-
"name": "dap-ds-icon-
|
|
5999
|
+
"name": "dap-ds-icon-information-line",
|
|
6000
6000
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6001
6001
|
"attributes": [
|
|
6002
6002
|
{
|
|
@@ -6023,12 +6023,12 @@
|
|
|
6023
6023
|
"references": [
|
|
6024
6024
|
{
|
|
6025
6025
|
"name": "Documentation",
|
|
6026
|
-
"url": "https://shoelace.style/components/icon-
|
|
6026
|
+
"url": "https://shoelace.style/components/icon-information-line"
|
|
6027
6027
|
}
|
|
6028
6028
|
]
|
|
6029
6029
|
},
|
|
6030
6030
|
{
|
|
6031
|
-
"name": "dap-ds-icon-
|
|
6031
|
+
"name": "dap-ds-icon-lightbulb-fill",
|
|
6032
6032
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6033
6033
|
"attributes": [
|
|
6034
6034
|
{
|
|
@@ -6055,12 +6055,12 @@
|
|
|
6055
6055
|
"references": [
|
|
6056
6056
|
{
|
|
6057
6057
|
"name": "Documentation",
|
|
6058
|
-
"url": "https://shoelace.style/components/icon-
|
|
6058
|
+
"url": "https://shoelace.style/components/icon-lightbulb-fill"
|
|
6059
6059
|
}
|
|
6060
6060
|
]
|
|
6061
6061
|
},
|
|
6062
6062
|
{
|
|
6063
|
-
"name": "dap-ds-icon-
|
|
6063
|
+
"name": "dap-ds-icon-loading-spinner",
|
|
6064
6064
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6065
6065
|
"attributes": [
|
|
6066
6066
|
{
|
|
@@ -6087,12 +6087,12 @@
|
|
|
6087
6087
|
"references": [
|
|
6088
6088
|
{
|
|
6089
6089
|
"name": "Documentation",
|
|
6090
|
-
"url": "https://shoelace.style/components/icon-
|
|
6090
|
+
"url": "https://shoelace.style/components/icon-loading-spinner"
|
|
6091
6091
|
}
|
|
6092
6092
|
]
|
|
6093
6093
|
},
|
|
6094
6094
|
{
|
|
6095
|
-
"name": "dap-ds-icon-
|
|
6095
|
+
"name": "dap-ds-icon-lock-fill",
|
|
6096
6096
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6097
6097
|
"attributes": [
|
|
6098
6098
|
{
|
|
@@ -6119,12 +6119,12 @@
|
|
|
6119
6119
|
"references": [
|
|
6120
6120
|
{
|
|
6121
6121
|
"name": "Documentation",
|
|
6122
|
-
"url": "https://shoelace.style/components/icon-
|
|
6122
|
+
"url": "https://shoelace.style/components/icon-lock-fill"
|
|
6123
6123
|
}
|
|
6124
6124
|
]
|
|
6125
6125
|
},
|
|
6126
6126
|
{
|
|
6127
|
-
"name": "dap-ds-icon-
|
|
6127
|
+
"name": "dap-ds-icon-lock-line",
|
|
6128
6128
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6129
6129
|
"attributes": [
|
|
6130
6130
|
{
|
|
@@ -6151,12 +6151,12 @@
|
|
|
6151
6151
|
"references": [
|
|
6152
6152
|
{
|
|
6153
6153
|
"name": "Documentation",
|
|
6154
|
-
"url": "https://shoelace.style/components/icon-
|
|
6154
|
+
"url": "https://shoelace.style/components/icon-lock-line"
|
|
6155
6155
|
}
|
|
6156
6156
|
]
|
|
6157
6157
|
},
|
|
6158
6158
|
{
|
|
6159
|
-
"name": "dap-ds-icon-
|
|
6159
|
+
"name": "dap-ds-icon-menu-line",
|
|
6160
6160
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6161
6161
|
"attributes": [
|
|
6162
6162
|
{
|
|
@@ -6183,12 +6183,12 @@
|
|
|
6183
6183
|
"references": [
|
|
6184
6184
|
{
|
|
6185
6185
|
"name": "Documentation",
|
|
6186
|
-
"url": "https://shoelace.style/components/icon-
|
|
6186
|
+
"url": "https://shoelace.style/components/icon-menu-line"
|
|
6187
6187
|
}
|
|
6188
6188
|
]
|
|
6189
6189
|
},
|
|
6190
6190
|
{
|
|
6191
|
-
"name": "dap-ds-icon-
|
|
6191
|
+
"name": "dap-ds-icon-menu-line-s",
|
|
6192
6192
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6193
6193
|
"attributes": [
|
|
6194
6194
|
{
|
|
@@ -6215,12 +6215,12 @@
|
|
|
6215
6215
|
"references": [
|
|
6216
6216
|
{
|
|
6217
6217
|
"name": "Documentation",
|
|
6218
|
-
"url": "https://shoelace.style/components/icon-
|
|
6218
|
+
"url": "https://shoelace.style/components/icon-menu-line-s"
|
|
6219
6219
|
}
|
|
6220
6220
|
]
|
|
6221
6221
|
},
|
|
6222
6222
|
{
|
|
6223
|
-
"name": "dap-ds-icon-
|
|
6223
|
+
"name": "dap-ds-icon-more-2-line",
|
|
6224
6224
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6225
6225
|
"attributes": [
|
|
6226
6226
|
{
|
|
@@ -6247,12 +6247,12 @@
|
|
|
6247
6247
|
"references": [
|
|
6248
6248
|
{
|
|
6249
6249
|
"name": "Documentation",
|
|
6250
|
-
"url": "https://shoelace.style/components/icon-
|
|
6250
|
+
"url": "https://shoelace.style/components/icon-more-2-line"
|
|
6251
6251
|
}
|
|
6252
6252
|
]
|
|
6253
6253
|
},
|
|
6254
6254
|
{
|
|
6255
|
-
"name": "dap-ds-icon-
|
|
6255
|
+
"name": "dap-ds-icon-more-line",
|
|
6256
6256
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6257
6257
|
"attributes": [
|
|
6258
6258
|
{
|
|
@@ -6279,12 +6279,12 @@
|
|
|
6279
6279
|
"references": [
|
|
6280
6280
|
{
|
|
6281
6281
|
"name": "Documentation",
|
|
6282
|
-
"url": "https://shoelace.style/components/icon-
|
|
6282
|
+
"url": "https://shoelace.style/components/icon-more-line"
|
|
6283
6283
|
}
|
|
6284
6284
|
]
|
|
6285
6285
|
},
|
|
6286
6286
|
{
|
|
6287
|
-
"name": "dap-ds-icon-
|
|
6287
|
+
"name": "dap-ds-icon-search-line",
|
|
6288
6288
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6289
6289
|
"attributes": [
|
|
6290
6290
|
{
|
|
@@ -6311,12 +6311,12 @@
|
|
|
6311
6311
|
"references": [
|
|
6312
6312
|
{
|
|
6313
6313
|
"name": "Documentation",
|
|
6314
|
-
"url": "https://shoelace.style/components/icon-
|
|
6314
|
+
"url": "https://shoelace.style/components/icon-search-line"
|
|
6315
6315
|
}
|
|
6316
6316
|
]
|
|
6317
6317
|
},
|
|
6318
6318
|
{
|
|
6319
|
-
"name": "dap-ds-icon-
|
|
6319
|
+
"name": "dap-ds-icon-share-line",
|
|
6320
6320
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6321
6321
|
"attributes": [
|
|
6322
6322
|
{
|
|
@@ -6343,12 +6343,12 @@
|
|
|
6343
6343
|
"references": [
|
|
6344
6344
|
{
|
|
6345
6345
|
"name": "Documentation",
|
|
6346
|
-
"url": "https://shoelace.style/components/icon-
|
|
6346
|
+
"url": "https://shoelace.style/components/icon-share-line"
|
|
6347
6347
|
}
|
|
6348
6348
|
]
|
|
6349
6349
|
},
|
|
6350
6350
|
{
|
|
6351
|
-
"name": "dap-ds-icon-
|
|
6351
|
+
"name": "dap-ds-icon-shield-check-fill",
|
|
6352
6352
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6353
6353
|
"attributes": [
|
|
6354
6354
|
{
|
|
@@ -6375,12 +6375,12 @@
|
|
|
6375
6375
|
"references": [
|
|
6376
6376
|
{
|
|
6377
6377
|
"name": "Documentation",
|
|
6378
|
-
"url": "https://shoelace.style/components/icon-
|
|
6378
|
+
"url": "https://shoelace.style/components/icon-shield-check-fill"
|
|
6379
6379
|
}
|
|
6380
6380
|
]
|
|
6381
6381
|
},
|
|
6382
6382
|
{
|
|
6383
|
-
"name": "dap-ds-icon-
|
|
6383
|
+
"name": "dap-ds-icon-shield-check-line",
|
|
6384
6384
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6385
6385
|
"attributes": [
|
|
6386
6386
|
{
|
|
@@ -6407,12 +6407,12 @@
|
|
|
6407
6407
|
"references": [
|
|
6408
6408
|
{
|
|
6409
6409
|
"name": "Documentation",
|
|
6410
|
-
"url": "https://shoelace.style/components/icon-
|
|
6410
|
+
"url": "https://shoelace.style/components/icon-shield-check-line"
|
|
6411
6411
|
}
|
|
6412
6412
|
]
|
|
6413
6413
|
},
|
|
6414
6414
|
{
|
|
6415
|
-
"name": "dap-ds-icon-
|
|
6415
|
+
"name": "dap-ds-icon-star-fill",
|
|
6416
6416
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6417
6417
|
"attributes": [
|
|
6418
6418
|
{
|
|
@@ -6439,12 +6439,12 @@
|
|
|
6439
6439
|
"references": [
|
|
6440
6440
|
{
|
|
6441
6441
|
"name": "Documentation",
|
|
6442
|
-
"url": "https://shoelace.style/components/icon-
|
|
6442
|
+
"url": "https://shoelace.style/components/icon-star-fill"
|
|
6443
6443
|
}
|
|
6444
6444
|
]
|
|
6445
6445
|
},
|
|
6446
6446
|
{
|
|
6447
|
-
"name": "dap-ds-icon-
|
|
6447
|
+
"name": "dap-ds-icon-subtract-line",
|
|
6448
6448
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6449
6449
|
"attributes": [
|
|
6450
6450
|
{
|
|
@@ -6471,12 +6471,12 @@
|
|
|
6471
6471
|
"references": [
|
|
6472
6472
|
{
|
|
6473
6473
|
"name": "Documentation",
|
|
6474
|
-
"url": "https://shoelace.style/components/icon-
|
|
6474
|
+
"url": "https://shoelace.style/components/icon-subtract-line"
|
|
6475
6475
|
}
|
|
6476
6476
|
]
|
|
6477
6477
|
},
|
|
6478
6478
|
{
|
|
6479
|
-
"name": "dap-ds-icon-
|
|
6479
|
+
"name": "dap-ds-icon-subtract-line2",
|
|
6480
6480
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6481
6481
|
"attributes": [
|
|
6482
6482
|
{
|
|
@@ -6503,12 +6503,12 @@
|
|
|
6503
6503
|
"references": [
|
|
6504
6504
|
{
|
|
6505
6505
|
"name": "Documentation",
|
|
6506
|
-
"url": "https://shoelace.style/components/icon-
|
|
6506
|
+
"url": "https://shoelace.style/components/icon-subtract-line2"
|
|
6507
6507
|
}
|
|
6508
6508
|
]
|
|
6509
6509
|
},
|
|
6510
6510
|
{
|
|
6511
|
-
"name": "dap-ds-icon-
|
|
6511
|
+
"name": "dap-ds-icon-time-fill",
|
|
6512
6512
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6513
6513
|
"attributes": [
|
|
6514
6514
|
{
|
|
@@ -6535,12 +6535,12 @@
|
|
|
6535
6535
|
"references": [
|
|
6536
6536
|
{
|
|
6537
6537
|
"name": "Documentation",
|
|
6538
|
-
"url": "https://shoelace.style/components/icon-
|
|
6538
|
+
"url": "https://shoelace.style/components/icon-time-fill"
|
|
6539
6539
|
}
|
|
6540
6540
|
]
|
|
6541
6541
|
},
|
|
6542
6542
|
{
|
|
6543
|
-
"name": "dap-ds-icon-
|
|
6543
|
+
"name": "dap-ds-icon-time-line",
|
|
6544
6544
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6545
6545
|
"attributes": [
|
|
6546
6546
|
{
|
|
@@ -6567,12 +6567,12 @@
|
|
|
6567
6567
|
"references": [
|
|
6568
6568
|
{
|
|
6569
6569
|
"name": "Documentation",
|
|
6570
|
-
"url": "https://shoelace.style/components/icon-
|
|
6570
|
+
"url": "https://shoelace.style/components/icon-time-line"
|
|
6571
6571
|
}
|
|
6572
6572
|
]
|
|
6573
6573
|
},
|
|
6574
6574
|
{
|
|
6575
|
-
"name": "dap-ds-icon-
|
|
6575
|
+
"name": "dap-ds-icon-upload-2-fill",
|
|
6576
6576
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6577
6577
|
"attributes": [
|
|
6578
6578
|
{
|
|
@@ -6599,12 +6599,12 @@
|
|
|
6599
6599
|
"references": [
|
|
6600
6600
|
{
|
|
6601
6601
|
"name": "Documentation",
|
|
6602
|
-
"url": "https://shoelace.style/components/icon-
|
|
6602
|
+
"url": "https://shoelace.style/components/icon-upload-2-fill"
|
|
6603
6603
|
}
|
|
6604
6604
|
]
|
|
6605
6605
|
},
|
|
6606
6606
|
{
|
|
6607
|
-
"name": "dap-ds-icon-
|
|
6607
|
+
"name": "dap-ds-icon-upload-2-line",
|
|
6608
6608
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6609
6609
|
"attributes": [
|
|
6610
6610
|
{
|
|
@@ -6631,12 +6631,12 @@
|
|
|
6631
6631
|
"references": [
|
|
6632
6632
|
{
|
|
6633
6633
|
"name": "Documentation",
|
|
6634
|
-
"url": "https://shoelace.style/components/icon-
|
|
6634
|
+
"url": "https://shoelace.style/components/icon-upload-2-line"
|
|
6635
6635
|
}
|
|
6636
6636
|
]
|
|
6637
6637
|
},
|
|
6638
6638
|
{
|
|
6639
|
-
"name": "dap-ds-icon-
|
|
6639
|
+
"name": "dap-ds-icon-upload-line",
|
|
6640
6640
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6641
6641
|
"attributes": [
|
|
6642
6642
|
{
|
|
@@ -6663,12 +6663,12 @@
|
|
|
6663
6663
|
"references": [
|
|
6664
6664
|
{
|
|
6665
6665
|
"name": "Documentation",
|
|
6666
|
-
"url": "https://shoelace.style/components/icon-
|
|
6666
|
+
"url": "https://shoelace.style/components/icon-upload-line"
|
|
6667
6667
|
}
|
|
6668
6668
|
]
|
|
6669
6669
|
},
|
|
6670
6670
|
{
|
|
6671
|
-
"name": "dap-ds-icon-
|
|
6671
|
+
"name": "dap-ds-icon-zoom-in-line",
|
|
6672
6672
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6673
6673
|
"attributes": [
|
|
6674
6674
|
{
|
|
@@ -6695,12 +6695,12 @@
|
|
|
6695
6695
|
"references": [
|
|
6696
6696
|
{
|
|
6697
6697
|
"name": "Documentation",
|
|
6698
|
-
"url": "https://shoelace.style/components/icon-
|
|
6698
|
+
"url": "https://shoelace.style/components/icon-zoom-in-line"
|
|
6699
6699
|
}
|
|
6700
6700
|
]
|
|
6701
6701
|
},
|
|
6702
6702
|
{
|
|
6703
|
-
"name": "dap-ds-icon-
|
|
6703
|
+
"name": "dap-ds-icon-zoom-out-line",
|
|
6704
6704
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6705
6705
|
"attributes": [
|
|
6706
6706
|
{
|
|
@@ -6727,12 +6727,12 @@
|
|
|
6727
6727
|
"references": [
|
|
6728
6728
|
{
|
|
6729
6729
|
"name": "Documentation",
|
|
6730
|
-
"url": "https://shoelace.style/components/icon-
|
|
6730
|
+
"url": "https://shoelace.style/components/icon-zoom-out-line"
|
|
6731
6731
|
}
|
|
6732
6732
|
]
|
|
6733
6733
|
},
|
|
6734
6734
|
{
|
|
6735
|
-
"name": "dap-ds-icon-
|
|
6735
|
+
"name": "dap-ds-icon-account-circle-fill",
|
|
6736
6736
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6737
6737
|
"attributes": [
|
|
6738
6738
|
{
|
|
@@ -6759,12 +6759,12 @@
|
|
|
6759
6759
|
"references": [
|
|
6760
6760
|
{
|
|
6761
6761
|
"name": "Documentation",
|
|
6762
|
-
"url": "https://shoelace.style/components/icon-
|
|
6762
|
+
"url": "https://shoelace.style/components/icon-account-circle-fill"
|
|
6763
6763
|
}
|
|
6764
6764
|
]
|
|
6765
6765
|
},
|
|
6766
6766
|
{
|
|
6767
|
-
"name": "dap-ds-icon-
|
|
6767
|
+
"name": "dap-ds-icon-account-circle-line",
|
|
6768
6768
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6769
6769
|
"attributes": [
|
|
6770
6770
|
{
|
|
@@ -6791,12 +6791,12 @@
|
|
|
6791
6791
|
"references": [
|
|
6792
6792
|
{
|
|
6793
6793
|
"name": "Documentation",
|
|
6794
|
-
"url": "https://shoelace.style/components/icon-
|
|
6794
|
+
"url": "https://shoelace.style/components/icon-account-circle-line"
|
|
6795
6795
|
}
|
|
6796
6796
|
]
|
|
6797
6797
|
},
|
|
6798
6798
|
{
|
|
6799
|
-
"name": "dap-ds-icon-
|
|
6799
|
+
"name": "dap-ds-icon-user-fill",
|
|
6800
6800
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6801
6801
|
"attributes": [
|
|
6802
6802
|
{
|
|
@@ -6823,12 +6823,12 @@
|
|
|
6823
6823
|
"references": [
|
|
6824
6824
|
{
|
|
6825
6825
|
"name": "Documentation",
|
|
6826
|
-
"url": "https://shoelace.style/components/icon-
|
|
6826
|
+
"url": "https://shoelace.style/components/icon-user-fill"
|
|
6827
6827
|
}
|
|
6828
6828
|
]
|
|
6829
6829
|
},
|
|
6830
6830
|
{
|
|
6831
|
-
"name": "dap-ds-icon-
|
|
6831
|
+
"name": "dap-ds-icon-user-line",
|
|
6832
6832
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
6833
6833
|
"attributes": [
|
|
6834
6834
|
{
|
|
@@ -6855,7 +6855,7 @@
|
|
|
6855
6855
|
"references": [
|
|
6856
6856
|
{
|
|
6857
6857
|
"name": "Documentation",
|
|
6858
|
-
"url": "https://shoelace.style/components/icon-
|
|
6858
|
+
"url": "https://shoelace.style/components/icon-user-line"
|
|
6859
6859
|
}
|
|
6860
6860
|
]
|
|
6861
6861
|
}
|