dap-design-system 0.57.6 → 0.57.7
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-C0QWDkMH.js → components-CMBmObyM.js} +25 -20
- package/dist/{components-C0QWDkMH.js.map → components-CMBmObyM.js.map} +1 -1
- package/dist/components.js +1 -1
- package/dist/dds.js +1 -1
- package/dist/manifest/types/vue/index.d.ts +219 -219
- package/dist/manifest/vscode.html-custom-data.json +160 -160
- package/dist/manifest/web-types.json +383 -383
- package/dist/react/index.d.ts +8 -8
- package/dist/react-types.ts +8 -8
- package/dist/react.js +109 -109
- package/dist/react.js.map +1 -1
- package/package.json +1 -1
|
@@ -13,6 +13,48 @@
|
|
|
13
13
|
}
|
|
14
14
|
]
|
|
15
15
|
},
|
|
16
|
+
{
|
|
17
|
+
"name": "dap-ds-avatar-group",
|
|
18
|
+
"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.",
|
|
19
|
+
"attributes": [
|
|
20
|
+
{
|
|
21
|
+
"name": "layout",
|
|
22
|
+
"description": "Layout type for the avatar group",
|
|
23
|
+
"values": [{ "name": "stack" }, { "name": "grid" }]
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "max",
|
|
27
|
+
"description": "Maximum number of avatars to show before showing overflow",
|
|
28
|
+
"values": []
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "show-total",
|
|
32
|
+
"description": "Whether to show the total count in overflow indicator",
|
|
33
|
+
"values": []
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"name": "interactive-overflow",
|
|
37
|
+
"description": "Interactive overflow indicator",
|
|
38
|
+
"values": []
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"name": "label",
|
|
42
|
+
"description": "Accessible label for the avatar group",
|
|
43
|
+
"values": []
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"name": "overflow-label",
|
|
47
|
+
"description": "Accessible label for the overflow indicator",
|
|
48
|
+
"values": []
|
|
49
|
+
}
|
|
50
|
+
],
|
|
51
|
+
"references": [
|
|
52
|
+
{
|
|
53
|
+
"name": "Documentation",
|
|
54
|
+
"url": "https://shoelace.style/components/avatar-group"
|
|
55
|
+
}
|
|
56
|
+
]
|
|
57
|
+
},
|
|
16
58
|
{
|
|
17
59
|
"name": "dap-ds-avatar",
|
|
18
60
|
"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,97 +125,6 @@
|
|
|
83
125
|
}
|
|
84
126
|
]
|
|
85
127
|
},
|
|
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
|
-
{
|
|
109
|
-
"name": "dap-ds-accordion-group",
|
|
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.",
|
|
111
|
-
"attributes": [
|
|
112
|
-
{
|
|
113
|
-
"name": "autoClose",
|
|
114
|
-
"description": "Whether to close other accordions when one is opened.",
|
|
115
|
-
"values": []
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
"name": "variant",
|
|
119
|
-
"description": "The variant of the accordion",
|
|
120
|
-
"values": [
|
|
121
|
-
{ "name": "default" },
|
|
122
|
-
{ "name": "collapsed" },
|
|
123
|
-
{ "name": "clean" },
|
|
124
|
-
{ "name": "clean-collapsed" }
|
|
125
|
-
]
|
|
126
|
-
}
|
|
127
|
-
],
|
|
128
|
-
"references": [
|
|
129
|
-
{
|
|
130
|
-
"name": "Documentation",
|
|
131
|
-
"url": "https://shoelace.style/components/accordion-group"
|
|
132
|
-
}
|
|
133
|
-
]
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
"name": "dap-ds-avatar-group",
|
|
137
|
-
"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.",
|
|
138
|
-
"attributes": [
|
|
139
|
-
{
|
|
140
|
-
"name": "layout",
|
|
141
|
-
"description": "Layout type for the avatar group",
|
|
142
|
-
"values": [{ "name": "stack" }, { "name": "grid" }]
|
|
143
|
-
},
|
|
144
|
-
{
|
|
145
|
-
"name": "max",
|
|
146
|
-
"description": "Maximum number of avatars to show before showing overflow",
|
|
147
|
-
"values": []
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
"name": "show-total",
|
|
151
|
-
"description": "Whether to show the total count in overflow indicator",
|
|
152
|
-
"values": []
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
"name": "interactive-overflow",
|
|
156
|
-
"description": "Interactive overflow indicator",
|
|
157
|
-
"values": []
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
"name": "label",
|
|
161
|
-
"description": "Accessible label for the avatar group",
|
|
162
|
-
"values": []
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
"name": "overflow-label",
|
|
166
|
-
"description": "Accessible label for the overflow indicator",
|
|
167
|
-
"values": []
|
|
168
|
-
}
|
|
169
|
-
],
|
|
170
|
-
"references": [
|
|
171
|
-
{
|
|
172
|
-
"name": "Documentation",
|
|
173
|
-
"url": "https://shoelace.style/components/avatar-group"
|
|
174
|
-
}
|
|
175
|
-
]
|
|
176
|
-
},
|
|
177
128
|
{
|
|
178
129
|
"name": "dap-ds-badge",
|
|
179
130
|
"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.",
|
|
@@ -274,6 +225,55 @@
|
|
|
274
225
|
}
|
|
275
226
|
]
|
|
276
227
|
},
|
|
228
|
+
{
|
|
229
|
+
"name": "dap-ds-accordion-group",
|
|
230
|
+
"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.",
|
|
231
|
+
"attributes": [
|
|
232
|
+
{
|
|
233
|
+
"name": "autoClose",
|
|
234
|
+
"description": "Whether to close other accordions when one is opened.",
|
|
235
|
+
"values": []
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"name": "variant",
|
|
239
|
+
"description": "The variant of the accordion",
|
|
240
|
+
"values": [
|
|
241
|
+
{ "name": "default" },
|
|
242
|
+
{ "name": "collapsed" },
|
|
243
|
+
{ "name": "clean" },
|
|
244
|
+
{ "name": "clean-collapsed" }
|
|
245
|
+
]
|
|
246
|
+
}
|
|
247
|
+
],
|
|
248
|
+
"references": [
|
|
249
|
+
{
|
|
250
|
+
"name": "Documentation",
|
|
251
|
+
"url": "https://shoelace.style/components/accordion-group"
|
|
252
|
+
}
|
|
253
|
+
]
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"name": "dap-ds-anchor-heading",
|
|
257
|
+
"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.",
|
|
258
|
+
"attributes": [
|
|
259
|
+
{
|
|
260
|
+
"name": "variant",
|
|
261
|
+
"description": "The variant of the heading. Default is `h2`. Can be `h1`, `h2`, `h3`, `h4`, `h5`, or `h6`.",
|
|
262
|
+
"values": [{ "name": "HeadingVariant" }]
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"name": "label",
|
|
266
|
+
"description": "The label of the heading.",
|
|
267
|
+
"values": []
|
|
268
|
+
}
|
|
269
|
+
],
|
|
270
|
+
"references": [
|
|
271
|
+
{
|
|
272
|
+
"name": "Documentation",
|
|
273
|
+
"url": "https://shoelace.style/components/anchor-heading"
|
|
274
|
+
}
|
|
275
|
+
]
|
|
276
|
+
},
|
|
277
277
|
{
|
|
278
278
|
"name": "dap-ds-breadcrumb-item",
|
|
279
279
|
"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.",
|
|
@@ -573,6 +573,43 @@
|
|
|
573
573
|
}
|
|
574
574
|
]
|
|
575
575
|
},
|
|
576
|
+
{
|
|
577
|
+
"name": "dap-ds-checkbox",
|
|
578
|
+
"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.",
|
|
579
|
+
"attributes": [
|
|
580
|
+
{
|
|
581
|
+
"name": "indeterminate",
|
|
582
|
+
"description": "Whether the checkbox is indeterminate",
|
|
583
|
+
"values": []
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"name": "preventDefault",
|
|
587
|
+
"description": "Whether the checkbox should prevent the default action",
|
|
588
|
+
"values": []
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"name": "border",
|
|
592
|
+
"description": "This sets up border around the checkbox, when true.",
|
|
593
|
+
"values": []
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
"name": "readonly",
|
|
597
|
+
"description": "Whether the checkbox is readonly (cannot be changed but value is submitted with form).",
|
|
598
|
+
"values": []
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
"name": "type",
|
|
602
|
+
"description": "The type of the checkbox",
|
|
603
|
+
"values": [{ "name": "normal" }, { "name": "background" }]
|
|
604
|
+
}
|
|
605
|
+
],
|
|
606
|
+
"references": [
|
|
607
|
+
{
|
|
608
|
+
"name": "Documentation",
|
|
609
|
+
"url": "https://shoelace.style/components/checkbox"
|
|
610
|
+
}
|
|
611
|
+
]
|
|
612
|
+
},
|
|
576
613
|
{
|
|
577
614
|
"name": "dap-ds-card-actions",
|
|
578
615
|
"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.",
|
|
@@ -730,43 +767,6 @@
|
|
|
730
767
|
}
|
|
731
768
|
]
|
|
732
769
|
},
|
|
733
|
-
{
|
|
734
|
-
"name": "dap-ds-checkbox",
|
|
735
|
-
"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.",
|
|
736
|
-
"attributes": [
|
|
737
|
-
{
|
|
738
|
-
"name": "indeterminate",
|
|
739
|
-
"description": "Whether the checkbox is indeterminate",
|
|
740
|
-
"values": []
|
|
741
|
-
},
|
|
742
|
-
{
|
|
743
|
-
"name": "preventDefault",
|
|
744
|
-
"description": "Whether the checkbox should prevent the default action",
|
|
745
|
-
"values": []
|
|
746
|
-
},
|
|
747
|
-
{
|
|
748
|
-
"name": "border",
|
|
749
|
-
"description": "This sets up border around the checkbox, when true.",
|
|
750
|
-
"values": []
|
|
751
|
-
},
|
|
752
|
-
{
|
|
753
|
-
"name": "readonly",
|
|
754
|
-
"description": "Whether the checkbox is readonly (cannot be changed but value is submitted with form).",
|
|
755
|
-
"values": []
|
|
756
|
-
},
|
|
757
|
-
{
|
|
758
|
-
"name": "type",
|
|
759
|
-
"description": "The type of the checkbox",
|
|
760
|
-
"values": [{ "name": "normal" }, { "name": "background" }]
|
|
761
|
-
}
|
|
762
|
-
],
|
|
763
|
-
"references": [
|
|
764
|
-
{
|
|
765
|
-
"name": "Documentation",
|
|
766
|
-
"url": "https://shoelace.style/components/checkbox"
|
|
767
|
-
}
|
|
768
|
-
]
|
|
769
|
-
},
|
|
770
770
|
{
|
|
771
771
|
"name": "dap-ds-chip",
|
|
772
772
|
"description": "A chip is a small status descriptor for UI elements.\n---\n\n\n### **Events:**\n - **dds-remove** - Fired when the chip is removed\n- **dds-select** - Fired when the chip is selected\n\n### **CSS Properties:**\n - **--dds-chip-border** - Border of the chip (default: var(--dds-border-width-base) solid var(--dds-transparent-black-base)) _(default: undefined)_\n- **--dds-chip-border-radius** - Border radius of the chip (default: var(--dds-radius-small)) _(default: undefined)_\n- **--dds-chip-font-weight** - Font weight of the chip (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-chip-line-height** - Line height of the chip (default: 1.5) _(default: undefined)_\n- **--dds-chip-transition** - Transition timing for chip interactions (default: all 0.2s ease-in-out) _(default: undefined)_\n- **--dds-chip-padding-sm** - Padding for small chip size (default: var(--dds-spacing-100) var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-chip-padding-lg** - Padding for large chip size (default: var(--dds-spacing-200) var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-chip-font-size-sm** - Font size for small chip size (default: var(--dds-font-xs)) _(default: undefined)_\n- **--dds-chip-font-size-lg** - Font size for large chip size (default: var(--dds-font-xs)) _(default: undefined)_\n- **--dds-chip-background-color** - Background color of the chip (default: var(--dds-background-neutral-base)) _(default: undefined)_\n- **--dds-chip-text-color** - Text color of the chip (default: var(--dds-text-neutral-base)) _(default: undefined)_\n- **--dds-chip-hover-background-color** - Background color of the chip on hover (default: var(--dds-background-neutral-medium)) _(default: undefined)_\n- **--dds-chip-active-background-color** - Background color of the chip when active (default: var(--dds-background-neutral-strong)) _(default: undefined)_\n- **--dds-chip-selected-background-color** - Background color of the selected chip (default: var(--dds-background-brand-medium)) _(default: undefined)_\n- **--dds-chip-selected-text-color** - Text color of the selected chip (default: var(--dds-text-brand-subtle)) _(default: undefined)_\n- **--dds-chip-selected-border-color** - Border color of the selected chip (default: var(--dds-border-brand-base)) _(default: undefined)_\n- **--dds-chip-disabled-background-color** - Background color of the disabled chip (default: var(--dds-background-neutral-medium)) _(default: undefined)_\n- **--dds-chip-disabled-text-color** - Text color of the disabled chip (default: var(--dds-text-neutral-subtle)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The base part\n- **content-container** - The container for the content\n- **remove-button** - The remove button\n- **remove-icon** - The icon of the remove icon\n- **remove-icon-base** - The base of the remove icon\n- **remove-icon-base-base** - The base of the remove icon base",
|
|
@@ -4300,7 +4300,7 @@
|
|
|
4300
4300
|
]
|
|
4301
4301
|
},
|
|
4302
4302
|
{
|
|
4303
|
-
"name": "dap-ds-icon-arrow-
|
|
4303
|
+
"name": "dap-ds-icon-arrow-right-down-line",
|
|
4304
4304
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
4305
4305
|
"attributes": [
|
|
4306
4306
|
{
|
|
@@ -4327,12 +4327,12 @@
|
|
|
4327
4327
|
"references": [
|
|
4328
4328
|
{
|
|
4329
4329
|
"name": "Documentation",
|
|
4330
|
-
"url": "https://shoelace.style/components/icon-arrow-
|
|
4330
|
+
"url": "https://shoelace.style/components/icon-arrow-right-down-line"
|
|
4331
4331
|
}
|
|
4332
4332
|
]
|
|
4333
4333
|
},
|
|
4334
4334
|
{
|
|
4335
|
-
"name": "dap-ds-icon-arrow-
|
|
4335
|
+
"name": "dap-ds-icon-arrow-left-up-line",
|
|
4336
4336
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
4337
4337
|
"attributes": [
|
|
4338
4338
|
{
|
|
@@ -4359,12 +4359,12 @@
|
|
|
4359
4359
|
"references": [
|
|
4360
4360
|
{
|
|
4361
4361
|
"name": "Documentation",
|
|
4362
|
-
"url": "https://shoelace.style/components/icon-arrow-
|
|
4362
|
+
"url": "https://shoelace.style/components/icon-arrow-left-up-line"
|
|
4363
4363
|
}
|
|
4364
4364
|
]
|
|
4365
4365
|
},
|
|
4366
4366
|
{
|
|
4367
|
-
"name": "dap-ds-icon-arrow-right-
|
|
4367
|
+
"name": "dap-ds-icon-arrow-right-line",
|
|
4368
4368
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
4369
4369
|
"attributes": [
|
|
4370
4370
|
{
|
|
@@ -4391,12 +4391,12 @@
|
|
|
4391
4391
|
"references": [
|
|
4392
4392
|
{
|
|
4393
4393
|
"name": "Documentation",
|
|
4394
|
-
"url": "https://shoelace.style/components/icon-arrow-right-
|
|
4394
|
+
"url": "https://shoelace.style/components/icon-arrow-right-line"
|
|
4395
4395
|
}
|
|
4396
4396
|
]
|
|
4397
4397
|
},
|
|
4398
4398
|
{
|
|
4399
|
-
"name": "dap-ds-icon-arrow-right-line",
|
|
4399
|
+
"name": "dap-ds-icon-arrow-right-l-line",
|
|
4400
4400
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
4401
4401
|
"attributes": [
|
|
4402
4402
|
{
|
|
@@ -4423,7 +4423,7 @@
|
|
|
4423
4423
|
"references": [
|
|
4424
4424
|
{
|
|
4425
4425
|
"name": "Documentation",
|
|
4426
|
-
"url": "https://shoelace.style/components/icon-arrow-right-line"
|
|
4426
|
+
"url": "https://shoelace.style/components/icon-arrow-right-l-line"
|
|
4427
4427
|
}
|
|
4428
4428
|
]
|
|
4429
4429
|
},
|
|
@@ -4812,7 +4812,7 @@
|
|
|
4812
4812
|
]
|
|
4813
4813
|
},
|
|
4814
4814
|
{
|
|
4815
|
-
"name": "dap-ds-icon-
|
|
4815
|
+
"name": "dap-ds-icon-separator",
|
|
4816
4816
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
4817
4817
|
"attributes": [
|
|
4818
4818
|
{
|
|
@@ -4839,12 +4839,12 @@
|
|
|
4839
4839
|
"references": [
|
|
4840
4840
|
{
|
|
4841
4841
|
"name": "Documentation",
|
|
4842
|
-
"url": "https://shoelace.style/components/icon-
|
|
4842
|
+
"url": "https://shoelace.style/components/icon-separator"
|
|
4843
4843
|
}
|
|
4844
4844
|
]
|
|
4845
4845
|
},
|
|
4846
4846
|
{
|
|
4847
|
-
"name": "dap-ds-icon-
|
|
4847
|
+
"name": "dap-ds-icon-clipboard-line",
|
|
4848
4848
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
4849
4849
|
"attributes": [
|
|
4850
4850
|
{
|
|
@@ -4871,12 +4871,12 @@
|
|
|
4871
4871
|
"references": [
|
|
4872
4872
|
{
|
|
4873
4873
|
"name": "Documentation",
|
|
4874
|
-
"url": "https://shoelace.style/components/icon-
|
|
4874
|
+
"url": "https://shoelace.style/components/icon-clipboard-line"
|
|
4875
4875
|
}
|
|
4876
4876
|
]
|
|
4877
4877
|
},
|
|
4878
4878
|
{
|
|
4879
|
-
"name": "dap-ds-icon-file-
|
|
4879
|
+
"name": "dap-ds-icon-file-copy-line",
|
|
4880
4880
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
4881
4881
|
"attributes": [
|
|
4882
4882
|
{
|
|
@@ -4903,12 +4903,12 @@
|
|
|
4903
4903
|
"references": [
|
|
4904
4904
|
{
|
|
4905
4905
|
"name": "Documentation",
|
|
4906
|
-
"url": "https://shoelace.style/components/icon-file-
|
|
4906
|
+
"url": "https://shoelace.style/components/icon-file-copy-line"
|
|
4907
4907
|
}
|
|
4908
4908
|
]
|
|
4909
4909
|
},
|
|
4910
4910
|
{
|
|
4911
|
-
"name": "dap-ds-icon-file-
|
|
4911
|
+
"name": "dap-ds-icon-file-image-line",
|
|
4912
4912
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
4913
4913
|
"attributes": [
|
|
4914
4914
|
{
|
|
@@ -4935,12 +4935,12 @@
|
|
|
4935
4935
|
"references": [
|
|
4936
4936
|
{
|
|
4937
4937
|
"name": "Documentation",
|
|
4938
|
-
"url": "https://shoelace.style/components/icon-file-
|
|
4938
|
+
"url": "https://shoelace.style/components/icon-file-image-line"
|
|
4939
4939
|
}
|
|
4940
4940
|
]
|
|
4941
4941
|
},
|
|
4942
4942
|
{
|
|
4943
|
-
"name": "dap-ds-icon-file-
|
|
4943
|
+
"name": "dap-ds-icon-file-music-line",
|
|
4944
4944
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
4945
4945
|
"attributes": [
|
|
4946
4946
|
{
|
|
@@ -4967,12 +4967,12 @@
|
|
|
4967
4967
|
"references": [
|
|
4968
4968
|
{
|
|
4969
4969
|
"name": "Documentation",
|
|
4970
|
-
"url": "https://shoelace.style/components/icon-file-
|
|
4970
|
+
"url": "https://shoelace.style/components/icon-file-music-line"
|
|
4971
4971
|
}
|
|
4972
4972
|
]
|
|
4973
4973
|
},
|
|
4974
4974
|
{
|
|
4975
|
-
"name": "dap-ds-icon-file-
|
|
4975
|
+
"name": "dap-ds-icon-file-text-line",
|
|
4976
4976
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
4977
4977
|
"attributes": [
|
|
4978
4978
|
{
|
|
@@ -4999,12 +4999,12 @@
|
|
|
4999
4999
|
"references": [
|
|
5000
5000
|
{
|
|
5001
5001
|
"name": "Documentation",
|
|
5002
|
-
"url": "https://shoelace.style/components/icon-file-
|
|
5002
|
+
"url": "https://shoelace.style/components/icon-file-text-line"
|
|
5003
5003
|
}
|
|
5004
5004
|
]
|
|
5005
5005
|
},
|
|
5006
5006
|
{
|
|
5007
|
-
"name": "dap-ds-icon-
|
|
5007
|
+
"name": "dap-ds-icon-file-video-line",
|
|
5008
5008
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5009
5009
|
"attributes": [
|
|
5010
5010
|
{
|
|
@@ -5031,12 +5031,12 @@
|
|
|
5031
5031
|
"references": [
|
|
5032
5032
|
{
|
|
5033
5033
|
"name": "Documentation",
|
|
5034
|
-
"url": "https://shoelace.style/components/icon-
|
|
5034
|
+
"url": "https://shoelace.style/components/icon-file-video-line"
|
|
5035
5035
|
}
|
|
5036
5036
|
]
|
|
5037
5037
|
},
|
|
5038
5038
|
{
|
|
5039
|
-
"name": "dap-ds-icon-folder-
|
|
5039
|
+
"name": "dap-ds-icon-folder-line",
|
|
5040
5040
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5041
5041
|
"attributes": [
|
|
5042
5042
|
{
|
|
@@ -5063,12 +5063,12 @@
|
|
|
5063
5063
|
"references": [
|
|
5064
5064
|
{
|
|
5065
5065
|
"name": "Documentation",
|
|
5066
|
-
"url": "https://shoelace.style/components/icon-folder-
|
|
5066
|
+
"url": "https://shoelace.style/components/icon-folder-line"
|
|
5067
5067
|
}
|
|
5068
5068
|
]
|
|
5069
5069
|
},
|
|
5070
5070
|
{
|
|
5071
|
-
"name": "dap-ds-icon-
|
|
5071
|
+
"name": "dap-ds-icon-folder-open-line",
|
|
5072
5072
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5073
5073
|
"attributes": [
|
|
5074
5074
|
{
|
|
@@ -5095,7 +5095,7 @@
|
|
|
5095
5095
|
"references": [
|
|
5096
5096
|
{
|
|
5097
5097
|
"name": "Documentation",
|
|
5098
|
-
"url": "https://shoelace.style/components/icon-
|
|
5098
|
+
"url": "https://shoelace.style/components/icon-folder-open-line"
|
|
5099
5099
|
}
|
|
5100
5100
|
]
|
|
5101
5101
|
},
|
|
@@ -5900,7 +5900,7 @@
|
|
|
5900
5900
|
]
|
|
5901
5901
|
},
|
|
5902
5902
|
{
|
|
5903
|
-
"name": "dap-ds-icon-
|
|
5903
|
+
"name": "dap-ds-icon-error-warning-line",
|
|
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-error-warning-line"
|
|
5931
5931
|
}
|
|
5932
5932
|
]
|
|
5933
5933
|
},
|
|
5934
5934
|
{
|
|
5935
|
-
"name": "dap-ds-icon-
|
|
5935
|
+
"name": "dap-ds-icon-external-link-line",
|
|
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-external-link-line"
|
|
5963
5963
|
}
|
|
5964
5964
|
]
|
|
5965
5965
|
},
|
|
5966
5966
|
{
|
|
5967
|
-
"name": "dap-ds-icon-
|
|
5967
|
+
"name": "dap-ds-icon-eye-line",
|
|
5968
5968
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
5969
5969
|
"attributes": [
|
|
5970
5970
|
{
|
|
@@ -5991,7 +5991,7 @@
|
|
|
5991
5991
|
"references": [
|
|
5992
5992
|
{
|
|
5993
5993
|
"name": "Documentation",
|
|
5994
|
-
"url": "https://shoelace.style/components/icon-
|
|
5994
|
+
"url": "https://shoelace.style/components/icon-eye-line"
|
|
5995
5995
|
}
|
|
5996
5996
|
]
|
|
5997
5997
|
},
|