dap-design-system 0.57.11 → 0.58.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/checkbox/checkbox.component.d.ts +1 -0
- package/dist/components/code-puncher/code-puncher.component.d.ts +1 -0
- package/dist/components/combobox/combobox.component.d.ts +1 -0
- package/dist/components/datepicker/datepicker.component.d.ts +1 -0
- package/dist/components/file-input/file-input.component.d.ts +1 -0
- package/dist/components/form/form-label/form-label.component.d.ts +1 -0
- package/dist/components/form/input-group/input-group.component.d.ts +1 -0
- package/dist/components/form/radio-group/radio-group.component.d.ts +1 -0
- package/dist/components/input/input.component.d.ts +1 -0
- package/dist/components/number-input/number-input.component.d.ts +1 -0
- package/dist/components/radio-button/radio-button.component.d.ts +1 -0
- package/dist/components/select/select.component.d.ts +1 -0
- package/dist/components/switch/switch.component.d.ts +1 -0
- package/dist/components/textarea/textarea.component.d.ts +1 -0
- package/dist/components/timepicker/timepicker.component.d.ts +1 -0
- package/dist/{components-CA_k-c0E.js → components-Bo0Y80lA.js} +4685 -4670
- package/dist/components-Bo0Y80lA.js.map +1 -0
- package/dist/components.js +1 -1
- package/dist/components.native.css +11 -0
- package/dist/components.native.css.map +1 -1
- package/dist/dds.js +1 -1
- package/dist/internal/mixin/labelableMixin.d.ts +1 -0
- package/dist/manifest/types/vue/index.d.ts +457 -427
- package/dist/manifest/vscode.html-custom-data.json +288 -288
- package/dist/manifest/web-types.json +771 -696
- package/dist/react/dap-ds-checkbox/index.d.ts +1 -0
- package/dist/react/dap-ds-code-puncher/index.d.ts +1 -0
- package/dist/react/dap-ds-combobox/index.d.ts +1 -0
- package/dist/react/dap-ds-datepicker/index.d.ts +1 -0
- package/dist/react/dap-ds-file-input/index.d.ts +1 -0
- package/dist/react/dap-ds-form-label/index.d.ts +1 -0
- package/dist/react/dap-ds-input/index.d.ts +1 -0
- package/dist/react/dap-ds-input-group/index.d.ts +1 -0
- package/dist/react/dap-ds-number-input/index.d.ts +1 -0
- package/dist/react/dap-ds-radio-button/index.d.ts +1 -0
- package/dist/react/dap-ds-radio-group/index.d.ts +1 -0
- package/dist/react/dap-ds-select/index.d.ts +1 -0
- package/dist/react/dap-ds-switch/index.d.ts +1 -0
- package/dist/react/dap-ds-textarea/index.d.ts +1 -0
- package/dist/react/dap-ds-timepicker/index.d.ts +1 -0
- package/dist/react/index.d.ts +15 -15
- package/dist/react-types.ts +15 -15
- package/dist/react.js +181 -181
- package/dist/react.js.map +1 -1
- package/package.json +1 -1
- package/dist/components-CA_k-c0E.js.map +0 -1
|
@@ -6,6 +6,33 @@
|
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"elements": [
|
|
9
|
+
{
|
|
10
|
+
"name": "dap-ds-anchor-heading",
|
|
11
|
+
"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.",
|
|
12
|
+
"doc-url": "",
|
|
13
|
+
"attributes": [
|
|
14
|
+
{
|
|
15
|
+
"name": "variant",
|
|
16
|
+
"description": "The variant of the heading. Default is `h2`. Can be `h1`, `h2`, `h3`, `h4`, `h5`, or `h6`.",
|
|
17
|
+
"value": { "type": "HeadingVariant" }
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"name": "label",
|
|
21
|
+
"description": "The label of the heading.",
|
|
22
|
+
"value": { "type": "string" }
|
|
23
|
+
}
|
|
24
|
+
],
|
|
25
|
+
"events": [],
|
|
26
|
+
"js": {
|
|
27
|
+
"properties": [
|
|
28
|
+
{ "name": "variant", "type": "HeadingVariant" },
|
|
29
|
+
{ "name": "label", "type": "string" },
|
|
30
|
+
{ "name": "elementId" },
|
|
31
|
+
{ "name": "anchorTitle" }
|
|
32
|
+
],
|
|
33
|
+
"events": []
|
|
34
|
+
}
|
|
35
|
+
},
|
|
9
36
|
{
|
|
10
37
|
"name": "dap-ds-accordion",
|
|
11
38
|
"description": "An accordion is a vertically stacked list of interactive items that can be expanded or collapsed to reveal or hide content.\n---\n\n\n### **Events:**\n - **dds-opened** - Event fired when the accordion is opened.\n- **dds-closed** - Event fired when the accordion is closed.\n\n### **Slots:**\n - **default** - The content of the accordion.\n- **heading** - The heading of the accordion.\n- **icon-opened** - The icon when the accordion is opened.\n- **icon-closed** - The icon when the accordion is closed.\n\n### **CSS Properties:**\n - **--dds-accordion-border-width** - The width of the accordion border (default: var(--dds-border-width-base)) _(default: undefined)_\n- **--dds-accordion-border-style** - The style of the accordion border (default: solid) _(default: undefined)_\n- **--dds-accordion-border-radius** - The border radius of the accordion (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-accordion-border-color** - The color of the accordion border (default: var(--dds-border-neutral-divider)) _(default: undefined)_\n- **--dds-accordion-background-color** - The background color of the accordion (default: var(--dds-background-neutral-subtle)) _(default: undefined)_\n- **--dds-accordion-text-color** - The text color of the accordion (default: var(--dds-text-neutral-strong)) _(default: undefined)_\n- **--dds-accordion-hover-background** - The background color when hovering over the accordion (default: var(--dds-background-neutral-base)) _(default: undefined)_\n- **--dds-accordion-active-background** - The background color when the accordion is active (default: var(--dds-background-neutral-medium)) _(default: undefined)_\n- **--dds-accordion-icon-background** - The background color of the accordion icon (default: var(--dds-transparent-black-subtle)) _(default: undefined)_\n- **--dds-accordion-icon-color** - The color of the accordion icon (default: var(--dds-icon-neutral-base)) _(default: undefined)_\n- **--dds-accordion-icon-hover-background** - The background color of the accordion icon when hovered (default: var(--dds-transparent-black-base)) _(default: undefined)_\n- **--dds-accordion-icon-active-background** - The background color of the accordion icon when active (default: var(--dds-transparent-black-strong)) _(default: undefined)_\n- **--dds-accordion-icon-hover-color** - The color of the accordion icon when hovered (default: var(--dds-icon-neutral-strong)) _(default: undefined)_\n- **--dds-accordion-icon-active-color** - The color of the accordion icon when active (default: var(--dds-icon-neutral-strong)) _(default: undefined)_\n- **--dds-accordion-content-color** - The color of the accordion content (default: var(--dds-text-text-neutral)) _(default: undefined)_\n- **--dds-accordion-transition-duration** - The duration of the accordion transitions (default: var(--dds-transition-fast)) _(default: undefined)_\n- **--dds-accordion-transition-timing** - The timing function of the accordion transitions (default: var(--dds-easing-ease-in-out)) _(default: undefined)_\n- **--dds-accordion-divider-color** - The color of the divider between accordion items (default: var(--dds-border-neutral-divider)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main accordion container.\n- **heading** - The heading of the accordion.\n- **button** - The button of the accordion.\n- **content** - The content of the accordion.\n- **content-container** - The container of the accordion content.\n- **icon-wrapper** - The icon wrapper of the accordion.\n- **open-icon** - The icon when the accordion is opened.\n- **open-icon-base** - The base of the icon when the accordion is opened.\n- **close-icon** - The icon when the accordion is closed.\n- **close-icon-base** - The base of the icon when the accordion is closed.",
|
|
@@ -113,229 +140,6 @@
|
|
|
113
140
|
]
|
|
114
141
|
}
|
|
115
142
|
},
|
|
116
|
-
{
|
|
117
|
-
"name": "dap-ds-accordion-group",
|
|
118
|
-
"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.",
|
|
119
|
-
"doc-url": "",
|
|
120
|
-
"attributes": [
|
|
121
|
-
{
|
|
122
|
-
"name": "autoClose",
|
|
123
|
-
"description": "Whether to close other accordions when one is opened.",
|
|
124
|
-
"value": { "type": "string", "default": "'true'" }
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
"name": "variant",
|
|
128
|
-
"description": "The variant of the accordion",
|
|
129
|
-
"value": {
|
|
130
|
-
"type": "'default' | 'collapsed' | 'clean' | 'clean-collapsed'",
|
|
131
|
-
"default": "'default'"
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
],
|
|
135
|
-
"slots": [
|
|
136
|
-
{ "name": "", "description": "The content of the accordion group." }
|
|
137
|
-
],
|
|
138
|
-
"events": [],
|
|
139
|
-
"js": {
|
|
140
|
-
"properties": [
|
|
141
|
-
{
|
|
142
|
-
"name": "autoClose",
|
|
143
|
-
"description": "Whether to close other accordions when one is opened.",
|
|
144
|
-
"type": "string"
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"name": "variant",
|
|
148
|
-
"description": "The variant of the accordion",
|
|
149
|
-
"type": "'default' | 'collapsed' | 'clean' | 'clean-collapsed'"
|
|
150
|
-
}
|
|
151
|
-
],
|
|
152
|
-
"events": []
|
|
153
|
-
}
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
"name": "dap-ds-avatar",
|
|
157
|
-
"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.",
|
|
158
|
-
"doc-url": "",
|
|
159
|
-
"attributes": [
|
|
160
|
-
{
|
|
161
|
-
"name": "shape",
|
|
162
|
-
"description": "The shape of the avatar",
|
|
163
|
-
"value": {
|
|
164
|
-
"type": "'circle' | 'rounded' | 'square'",
|
|
165
|
-
"default": "'circle'"
|
|
166
|
-
}
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
"name": "variant",
|
|
170
|
-
"description": "The variant type of the avatar",
|
|
171
|
-
"value": {
|
|
172
|
-
"type": "'image' | 'initials' | 'icon'",
|
|
173
|
-
"default": "'image'"
|
|
174
|
-
}
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
"name": "src",
|
|
178
|
-
"description": "The source of the avatar image",
|
|
179
|
-
"value": { "type": "string" }
|
|
180
|
-
},
|
|
181
|
-
{
|
|
182
|
-
"name": "alt",
|
|
183
|
-
"description": "The alt text of the avatar",
|
|
184
|
-
"value": { "type": "string" }
|
|
185
|
-
},
|
|
186
|
-
{
|
|
187
|
-
"name": "initials",
|
|
188
|
-
"description": "The initials to display when variant is 'initials'",
|
|
189
|
-
"value": { "type": "string" }
|
|
190
|
-
},
|
|
191
|
-
{
|
|
192
|
-
"name": "label",
|
|
193
|
-
"description": "Accessible label for the avatar",
|
|
194
|
-
"value": { "type": "string" }
|
|
195
|
-
},
|
|
196
|
-
{
|
|
197
|
-
"name": "loading",
|
|
198
|
-
"description": "Loading state indicator",
|
|
199
|
-
"value": { "type": "boolean", "default": "false" }
|
|
200
|
-
},
|
|
201
|
-
{
|
|
202
|
-
"name": "interactive",
|
|
203
|
-
"description": "Whether the avatar is interactive (clickable)",
|
|
204
|
-
"value": { "type": "boolean", "default": "false" }
|
|
205
|
-
},
|
|
206
|
-
{
|
|
207
|
-
"name": "width",
|
|
208
|
-
"description": "The width of the avatar. This will override the size",
|
|
209
|
-
"value": { "type": "number" }
|
|
210
|
-
},
|
|
211
|
-
{
|
|
212
|
-
"name": "height",
|
|
213
|
-
"description": "The height of the avatar. This will override the size",
|
|
214
|
-
"value": { "type": "number" }
|
|
215
|
-
}
|
|
216
|
-
],
|
|
217
|
-
"slots": [
|
|
218
|
-
{
|
|
219
|
-
"name": "icon",
|
|
220
|
-
"description": "The icon to display when variant is 'icon'."
|
|
221
|
-
},
|
|
222
|
-
{
|
|
223
|
-
"name": "fallback",
|
|
224
|
-
"description": "Custom fallback content when image fails to load."
|
|
225
|
-
}
|
|
226
|
-
],
|
|
227
|
-
"events": [
|
|
228
|
-
{
|
|
229
|
-
"name": "dds-load",
|
|
230
|
-
"description": "Fired when the image loads successfully."
|
|
231
|
-
},
|
|
232
|
-
{
|
|
233
|
-
"name": "dds-error",
|
|
234
|
-
"description": "Fired when the image fails to load."
|
|
235
|
-
}
|
|
236
|
-
],
|
|
237
|
-
"js": {
|
|
238
|
-
"properties": [
|
|
239
|
-
{
|
|
240
|
-
"name": "shape",
|
|
241
|
-
"description": "The shape of the avatar",
|
|
242
|
-
"type": "'circle' | 'rounded' | 'square'"
|
|
243
|
-
},
|
|
244
|
-
{
|
|
245
|
-
"name": "variant",
|
|
246
|
-
"description": "The variant type of the avatar",
|
|
247
|
-
"type": "'image' | 'initials' | 'icon'"
|
|
248
|
-
},
|
|
249
|
-
{
|
|
250
|
-
"name": "src",
|
|
251
|
-
"description": "The source of the avatar image",
|
|
252
|
-
"type": "string"
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
"name": "alt",
|
|
256
|
-
"description": "The alt text of the avatar",
|
|
257
|
-
"type": "string"
|
|
258
|
-
},
|
|
259
|
-
{
|
|
260
|
-
"name": "initials",
|
|
261
|
-
"description": "The initials to display when variant is 'initials'",
|
|
262
|
-
"type": "string"
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
"name": "label",
|
|
266
|
-
"description": "Accessible label for the avatar",
|
|
267
|
-
"type": "string"
|
|
268
|
-
},
|
|
269
|
-
{
|
|
270
|
-
"name": "loading",
|
|
271
|
-
"description": "Loading state indicator",
|
|
272
|
-
"type": "boolean"
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
"name": "interactive",
|
|
276
|
-
"description": "Whether the avatar is interactive (clickable)",
|
|
277
|
-
"type": "boolean"
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
"name": "width",
|
|
281
|
-
"description": "The width of the avatar. This will override the size",
|
|
282
|
-
"type": "number"
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
"name": "height",
|
|
286
|
-
"description": "The height of the avatar. This will override the size",
|
|
287
|
-
"type": "number"
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
"name": "size",
|
|
291
|
-
"description": "The size of the avatar. Default is `md`.",
|
|
292
|
-
"type": "'xxs' | 'xs' | 'sm' | 'md' | 'lg'"
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
"name": "sizeMap",
|
|
296
|
-
"description": "Responsive size map (e.g. \"md:lg\").",
|
|
297
|
-
"type": "string"
|
|
298
|
-
}
|
|
299
|
-
],
|
|
300
|
-
"events": [
|
|
301
|
-
{
|
|
302
|
-
"name": "dds-load",
|
|
303
|
-
"description": "Fired when the image loads successfully."
|
|
304
|
-
},
|
|
305
|
-
{
|
|
306
|
-
"name": "dds-error",
|
|
307
|
-
"description": "Fired when the image fails to load."
|
|
308
|
-
}
|
|
309
|
-
]
|
|
310
|
-
}
|
|
311
|
-
},
|
|
312
|
-
{
|
|
313
|
-
"name": "dap-ds-anchor-heading",
|
|
314
|
-
"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.",
|
|
315
|
-
"doc-url": "",
|
|
316
|
-
"attributes": [
|
|
317
|
-
{
|
|
318
|
-
"name": "variant",
|
|
319
|
-
"description": "The variant of the heading. Default is `h2`. Can be `h1`, `h2`, `h3`, `h4`, `h5`, or `h6`.",
|
|
320
|
-
"value": { "type": "HeadingVariant" }
|
|
321
|
-
},
|
|
322
|
-
{
|
|
323
|
-
"name": "label",
|
|
324
|
-
"description": "The label of the heading.",
|
|
325
|
-
"value": { "type": "string" }
|
|
326
|
-
}
|
|
327
|
-
],
|
|
328
|
-
"events": [],
|
|
329
|
-
"js": {
|
|
330
|
-
"properties": [
|
|
331
|
-
{ "name": "variant", "type": "HeadingVariant" },
|
|
332
|
-
{ "name": "label", "type": "string" },
|
|
333
|
-
{ "name": "elementId" },
|
|
334
|
-
{ "name": "anchorTitle" }
|
|
335
|
-
],
|
|
336
|
-
"events": []
|
|
337
|
-
}
|
|
338
|
-
},
|
|
339
143
|
{
|
|
340
144
|
"name": "dap-ds-avatar-group",
|
|
341
145
|
"description": "Avatar group component displays multiple avatars in an organized layout with overflow management.\n---\n\n\n### **Events:**\n - **dds-overflow-click** - Fired when the overflow indicator is clicked.\n\n### **Slots:**\n - _default_ - The avatars to display in the group.\n\n### **CSS Properties:**\n - **--dds-avatar-group-gap** - Gap between avatars in grid layout (default: 0) _(default: undefined)_\n- **--dds-avatar-group-overlap** - Overlap amount for stacked layout (default: -8px) _(default: undefined)_\n- **--dds-avatar-group-border-width** - Border width for avatars (default: var(--dds-border-width-base)) _(default: undefined)_\n- **--dds-avatar-group-border-color** - Border color for avatars (default: var(--dds-border-neutral-divider)) _(default: undefined)_\n- **--dds-avatar-group-overflow-bg** - Background color for overflow indicator (default: var(--dds-neutral-300)) _(default: undefined)_\n- **--dds-avatar-group-overflow-color** - Text color for overflow indicator (default: var(--dds-neutral-700)) _(default: undefined)_\n- **--dds-avatar-group-overflow-border** - Border for overflow indicator (default: var(--dds-avatar-group-border-width) solid var(--dds-avatar-group-border-color)) _(default: undefined)_\n- **--dds-avatar-group-size-lg** - Size for large avatars (default: var(--dds-spacing-2000)) _(default: undefined)_\n- **--dds-avatar-group-size-md** - Size for medium avatars (default: var(--dds-spacing-1600)) _(default: undefined)_\n- **--dds-avatar-group-size-sm** - Size for small avatars (default: var(--dds-spacing-1200)) _(default: undefined)_\n- **--dds-avatar-group-size-xs** - Size for extra small avatars (default: var(--dds-spacing-800)) _(default: undefined)_\n- **--dds-avatar-group-size-xxs** - Size for extra extra small avatars (default: var(--dds-spacing-400)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main container of the avatar group.\n- **avatars** - The container for the visible avatars.\n- **overflow** - The overflow indicator element.",
|
|
@@ -435,6 +239,66 @@
|
|
|
435
239
|
]
|
|
436
240
|
}
|
|
437
241
|
},
|
|
242
|
+
{
|
|
243
|
+
"name": "dap-ds-badge",
|
|
244
|
+
"description": "A badge is a small status descriptor for UI elements.\n---\n\n\n### **Slots:**\n - _default_ - The content of the badge.\n- **icon** - The icon of the badge.\n\n### **CSS Properties:**\n - **--dds-badge-border-width** - The width of the badge's border (default: var(--dds-border-width-base)) _(default: undefined)_\n- **--dds-badge-border-style** - The style of the badge's border (default: solid) _(default: undefined)_\n- **--dds-badge-border-radius** - The border radius of the badge (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-badge-font-weight** - The font weight of the badge text (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-badge-line-height** - The line height of the badge text (default: 1.2) _(default: undefined)_\n- **--dds-badge-transition** - The transition property for the badge (default: all 0.2s ease-in-out) _(default: undefined)_\n- **--dds-badge-padding-sm** - The padding of the small badge (default: var(--dds-spacing-100) var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-badge-padding-lg** - The padding of the large badge (default: var(--dds-spacing-100) var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-badge-font-size-sm** - The font size of the small badge (default: var(--dds-font-xs)) _(default: undefined)_\n- **--dds-badge-font-size-lg** - The font size of the large badge (default: var(--dds-font-sm)) _(default: undefined)_\n- **--dds-badge-neutral-border-color** - The border color of the neutral badge (default: var(--dds-border-neutral-base)) _(default: undefined)_\n- **--dds-badge-neutral-background** - The background color of the neutral badge (default: var(--dds-background-neutral-medium)) _(default: undefined)_\n- **--dds-badge-neutral-color** - The text color of the neutral badge (default: var(--dds-text-neutral-subtle)) _(default: undefined)_\n- **--dds-badge-brand-border-color** - The border color of the brand badge (default: var(--dds-border-brand-base)) _(default: undefined)_\n- **--dds-badge-brand-background** - The background color of the brand badge (default: var(--dds-background-brand-medium)) _(default: undefined)_\n- **--dds-badge-brand-color** - The text color of the brand badge (default: var(--dds-text-brand-subtle)) _(default: undefined)_\n- **--dds-badge-info-border-color** - The border color of the info badge (default: var(--dds-border-informative-base)) _(default: undefined)_\n- **--dds-badge-info-background** - The background color of the info badge (default: var(--dds-background-informative-medium)) _(default: undefined)_\n- **--dds-badge-info-color** - The text color of the info badge (default: var(--dds-text-informative-subtle)) _(default: undefined)_\n- **--dds-badge-positive-border-color** - The border color of the positive badge (default: var(--dds-border-positive-base)) _(default: undefined)_\n- **--dds-badge-positive-background** - The background color of the positive badge (default: var(--dds-background-positive-medium)) _(default: undefined)_\n- **--dds-badge-positive-color** - The text color of the positive badge (default: var(--dds-text-positive-subtle)) _(default: undefined)_\n- **--dds-badge-warning-border-color** - The border color of the warning badge (default: var(--dds-border-warning-subtle)) _(default: undefined)_\n- **--dds-badge-warning-background** - The background color of the warning badge (default: var(--dds-background-warning-medium)) _(default: undefined)_\n- **--dds-badge-warning-color** - The text color of the warning badge (default: var(--dds-text-warning-subtle)) _(default: undefined)_\n- **--dds-badge-negative-border-color** - The border color of the negative badge (default: var(--dds-border-negative-base)) _(default: undefined)_\n- **--dds-badge-negative-background** - The background color of the negative badge (default: var(--dds-background-negative-medium)) _(default: undefined)_\n- **--dds-badge-negative-color** - The text color of the negative badge (default: var(--dds-text-negative-subtle)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main container of the badge.\n- **icon** - The icon of the badge.\n- **content** - The content of the badge.\n- **icon-base** - The base of the icon.",
|
|
245
|
+
"doc-url": "",
|
|
246
|
+
"attributes": [
|
|
247
|
+
{
|
|
248
|
+
"name": "type",
|
|
249
|
+
"description": "The type of the badge",
|
|
250
|
+
"value": {
|
|
251
|
+
"type": "'neutral' | 'brand' | 'info' | 'positive' | 'warning' | 'negative'",
|
|
252
|
+
"default": "'neutral'"
|
|
253
|
+
}
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"name": "icon",
|
|
257
|
+
"description": "The icon of the badge, this is a name of a built in icon",
|
|
258
|
+
"value": { "type": "string | undefined" }
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"name": "live",
|
|
262
|
+
"description": "Whether the badge represents dynamic content that should announce changes",
|
|
263
|
+
"value": { "type": "boolean", "default": "false" }
|
|
264
|
+
}
|
|
265
|
+
],
|
|
266
|
+
"slots": [
|
|
267
|
+
{ "name": "", "description": "The content of the badge." },
|
|
268
|
+
{ "name": "icon", "description": "The icon of the badge." }
|
|
269
|
+
],
|
|
270
|
+
"events": [],
|
|
271
|
+
"js": {
|
|
272
|
+
"properties": [
|
|
273
|
+
{
|
|
274
|
+
"name": "type",
|
|
275
|
+
"description": "The type of the badge",
|
|
276
|
+
"type": "'neutral' | 'brand' | 'info' | 'positive' | 'warning' | 'negative'"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"name": "icon",
|
|
280
|
+
"description": "The icon of the badge, this is a name of a built in icon",
|
|
281
|
+
"type": "string | undefined"
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"name": "live",
|
|
285
|
+
"description": "Whether the badge represents dynamic content that should announce changes",
|
|
286
|
+
"type": "boolean"
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"name": "size",
|
|
290
|
+
"description": "The size of the badge. Default is `sm`.",
|
|
291
|
+
"type": "'sm' | 'lg'"
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"name": "sizeMap",
|
|
295
|
+
"description": "Responsive size map (e.g. \"md:lg\").",
|
|
296
|
+
"type": "string"
|
|
297
|
+
}
|
|
298
|
+
],
|
|
299
|
+
"events": []
|
|
300
|
+
}
|
|
301
|
+
},
|
|
438
302
|
{
|
|
439
303
|
"name": "dap-ds-banner",
|
|
440
304
|
"description": "A banner is a message displayed at the top of the page to provide important information to the user.\n---\n\n\n### **Events:**\n - **dds-close** - Event fired when the banner is closed.\n\n### **Slots:**\n - _default_ - The content of the banner.\n- **actions** - Actions of banner\n- **icon** - The icon of the banner.\n\n### **CSS Properties:**\n - **--dds-banner-gap** - The gap between banner elements (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-banner-line-height** - The line height of the banner text (default: var(--dds-font-line-height-xlarge)) _(default: undefined)_\n- **--dds-banner-transition** - The transition property for the banner (default: all 0.2s ease-in-out) _(default: undefined)_\n- **--dds-banner-brand-background** - The background color of the brand banner (default: var(--dds-banner-background-brand)) _(default: undefined)_\n- **--dds-banner-brand-icon-color** - The color of the brand banner icon (default: var(--dds-banner-icon-brand)) _(default: undefined)_\n- **--dds-banner-brand-text-color** - The text color of the brand banner (default: var(--dds-banner-text-brand)) _(default: undefined)_\n- **--dds-banner-brand-action-color** - The color of the brand banner actions (default: var(--dds-banner-action-enabled)) _(default: undefined)_\n- **--dds-banner-info-background** - The background color of the info banner (default: var(--dds-banner-background-informative)) _(default: undefined)_\n- **--dds-banner-info-icon-color** - The color of the info banner icon (default: var(--dds-banner-icon-informative)) _(default: undefined)_\n- **--dds-banner-info-text-color** - The text color of the info banner (default: var(--dds-banner-text-informative)) _(default: undefined)_\n- **--dds-banner-info-action-color** - The color of the info banner actions (default: var(--dds-banner-action-enabled)) _(default: undefined)_\n- **--dds-banner-positive-background** - The background color of the positive banner (default: var(--dds-banner-background-positive)) _(default: undefined)_\n- **--dds-banner-positive-icon-color** - The color of the positive banner icon (default: var(--dds-banner-icon-positive)) _(default: undefined)_\n- **--dds-banner-positive-text-color** - The text color of the positive banner (default: var(--dds-banner-text-positive)) _(default: undefined)_\n- **--dds-banner-positive-action-color** - The color of the positive banner actions (default: var(--dds-banner-action-enabled)) _(default: undefined)_\n- **--dds-banner-warning-background** - The background color of the warning banner (default: var(--dds-banner-background-warning)) _(default: undefined)_\n- **--dds-banner-warning-icon-color** - The color of the warning banner icon (default: var(--dds-banner-icon-warning)) _(default: undefined)_\n- **--dds-banner-warning-text-color** - The text color of the warning banner (default: var(--dds-banner-text-warning)) _(default: undefined)_\n- **--dds-banner-warning-action-color** - The color of the warning banner actions (default: var(--dds-banner-action-inverted-enabled)) _(default: undefined)_\n- **--dds-banner-negative-background** - The background color of the negative banner (default: var(--dds-banner-background-negative)) _(default: undefined)_\n- **--dds-banner-negative-icon-color** - The color of the negative banner icon (default: var(--dds-banner-icon-negative)) _(default: undefined)_\n- **--dds-banner-negative-text-color** - The text color of the negative banner (default: var(--dds-banner-text-negative)) _(default: undefined)_\n- **--dds-banner-negative-action-color** - The color of the negative banner actions (default: var(--dds-banner-action-inverted-enabled)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main banner container.\n- **card-base** - The wrapper card container.\n- **icon** - The icon of the banner.\n- **icon-element** - The icon element of the banner.\n- **icon-base** - The base of the icon.\n- **closebutton** - The close button of the banner.\n- **close-icon-element** - The icon element of the close button.\n- **close-icon-base** - The base of the close button icon.\n- **actions** - The actions of the banner.\n- **title** - The title of the banner.",
|
|
@@ -529,55 +393,182 @@
|
|
|
529
393
|
}
|
|
530
394
|
},
|
|
531
395
|
{
|
|
532
|
-
"name": "dap-ds-
|
|
533
|
-
"description": "
|
|
396
|
+
"name": "dap-ds-accordion-group",
|
|
397
|
+
"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.",
|
|
534
398
|
"doc-url": "",
|
|
535
399
|
"attributes": [
|
|
536
400
|
{
|
|
537
|
-
"name": "
|
|
538
|
-
"description": "
|
|
401
|
+
"name": "autoClose",
|
|
402
|
+
"description": "Whether to close other accordions when one is opened.",
|
|
403
|
+
"value": { "type": "string", "default": "'true'" }
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"name": "variant",
|
|
407
|
+
"description": "The variant of the accordion",
|
|
539
408
|
"value": {
|
|
540
|
-
"type": "'
|
|
541
|
-
"default": "'
|
|
409
|
+
"type": "'default' | 'collapsed' | 'clean' | 'clean-collapsed'",
|
|
410
|
+
"default": "'default'"
|
|
411
|
+
}
|
|
412
|
+
}
|
|
413
|
+
],
|
|
414
|
+
"slots": [
|
|
415
|
+
{ "name": "", "description": "The content of the accordion group." }
|
|
416
|
+
],
|
|
417
|
+
"events": [],
|
|
418
|
+
"js": {
|
|
419
|
+
"properties": [
|
|
420
|
+
{
|
|
421
|
+
"name": "autoClose",
|
|
422
|
+
"description": "Whether to close other accordions when one is opened.",
|
|
423
|
+
"type": "string"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"name": "variant",
|
|
427
|
+
"description": "The variant of the accordion",
|
|
428
|
+
"type": "'default' | 'collapsed' | 'clean' | 'clean-collapsed'"
|
|
429
|
+
}
|
|
430
|
+
],
|
|
431
|
+
"events": []
|
|
432
|
+
}
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"name": "dap-ds-avatar",
|
|
436
|
+
"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.",
|
|
437
|
+
"doc-url": "",
|
|
438
|
+
"attributes": [
|
|
439
|
+
{
|
|
440
|
+
"name": "shape",
|
|
441
|
+
"description": "The shape of the avatar",
|
|
442
|
+
"value": {
|
|
443
|
+
"type": "'circle' | 'rounded' | 'square'",
|
|
444
|
+
"default": "'circle'"
|
|
542
445
|
}
|
|
543
446
|
},
|
|
447
|
+
{
|
|
448
|
+
"name": "variant",
|
|
449
|
+
"description": "The variant type of the avatar",
|
|
450
|
+
"value": {
|
|
451
|
+
"type": "'image' | 'initials' | 'icon'",
|
|
452
|
+
"default": "'image'"
|
|
453
|
+
}
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"name": "src",
|
|
457
|
+
"description": "The source of the avatar image",
|
|
458
|
+
"value": { "type": "string" }
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"name": "alt",
|
|
462
|
+
"description": "The alt text of the avatar",
|
|
463
|
+
"value": { "type": "string" }
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"name": "initials",
|
|
467
|
+
"description": "The initials to display when variant is 'initials'",
|
|
468
|
+
"value": { "type": "string" }
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"name": "label",
|
|
472
|
+
"description": "Accessible label for the avatar",
|
|
473
|
+
"value": { "type": "string" }
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
"name": "loading",
|
|
477
|
+
"description": "Loading state indicator",
|
|
478
|
+
"value": { "type": "boolean", "default": "false" }
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"name": "interactive",
|
|
482
|
+
"description": "Whether the avatar is interactive (clickable)",
|
|
483
|
+
"value": { "type": "boolean", "default": "false" }
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
"name": "width",
|
|
487
|
+
"description": "The width of the avatar. This will override the size",
|
|
488
|
+
"value": { "type": "number" }
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"name": "height",
|
|
492
|
+
"description": "The height of the avatar. This will override the size",
|
|
493
|
+
"value": { "type": "number" }
|
|
494
|
+
}
|
|
495
|
+
],
|
|
496
|
+
"slots": [
|
|
544
497
|
{
|
|
545
498
|
"name": "icon",
|
|
546
|
-
"description": "The icon
|
|
547
|
-
"value": { "type": "string | undefined" }
|
|
499
|
+
"description": "The icon to display when variant is 'icon'."
|
|
548
500
|
},
|
|
549
501
|
{
|
|
550
|
-
"name": "
|
|
551
|
-
"description": "
|
|
552
|
-
"value": { "type": "boolean", "default": "false" }
|
|
502
|
+
"name": "fallback",
|
|
503
|
+
"description": "Custom fallback content when image fails to load."
|
|
553
504
|
}
|
|
554
505
|
],
|
|
555
|
-
"
|
|
556
|
-
{
|
|
557
|
-
|
|
506
|
+
"events": [
|
|
507
|
+
{
|
|
508
|
+
"name": "dds-load",
|
|
509
|
+
"description": "Fired when the image loads successfully."
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
"name": "dds-error",
|
|
513
|
+
"description": "Fired when the image fails to load."
|
|
514
|
+
}
|
|
558
515
|
],
|
|
559
|
-
"events": [],
|
|
560
516
|
"js": {
|
|
561
517
|
"properties": [
|
|
562
518
|
{
|
|
563
|
-
"name": "
|
|
564
|
-
"description": "The
|
|
565
|
-
"type": "'
|
|
519
|
+
"name": "shape",
|
|
520
|
+
"description": "The shape of the avatar",
|
|
521
|
+
"type": "'circle' | 'rounded' | 'square'"
|
|
566
522
|
},
|
|
567
523
|
{
|
|
568
|
-
"name": "
|
|
569
|
-
"description": "The
|
|
570
|
-
"type": "
|
|
524
|
+
"name": "variant",
|
|
525
|
+
"description": "The variant type of the avatar",
|
|
526
|
+
"type": "'image' | 'initials' | 'icon'"
|
|
571
527
|
},
|
|
572
528
|
{
|
|
573
|
-
"name": "
|
|
574
|
-
"description": "
|
|
529
|
+
"name": "src",
|
|
530
|
+
"description": "The source of the avatar image",
|
|
531
|
+
"type": "string"
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"name": "alt",
|
|
535
|
+
"description": "The alt text of the avatar",
|
|
536
|
+
"type": "string"
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"name": "initials",
|
|
540
|
+
"description": "The initials to display when variant is 'initials'",
|
|
541
|
+
"type": "string"
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"name": "label",
|
|
545
|
+
"description": "Accessible label for the avatar",
|
|
546
|
+
"type": "string"
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
"name": "loading",
|
|
550
|
+
"description": "Loading state indicator",
|
|
551
|
+
"type": "boolean"
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"name": "interactive",
|
|
555
|
+
"description": "Whether the avatar is interactive (clickable)",
|
|
575
556
|
"type": "boolean"
|
|
576
557
|
},
|
|
558
|
+
{
|
|
559
|
+
"name": "width",
|
|
560
|
+
"description": "The width of the avatar. This will override the size",
|
|
561
|
+
"type": "number"
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"name": "height",
|
|
565
|
+
"description": "The height of the avatar. This will override the size",
|
|
566
|
+
"type": "number"
|
|
567
|
+
},
|
|
577
568
|
{
|
|
578
569
|
"name": "size",
|
|
579
|
-
"description": "The size of the
|
|
580
|
-
"type": "'sm' | 'lg'"
|
|
570
|
+
"description": "The size of the avatar. Default is `md`.",
|
|
571
|
+
"type": "'xxs' | 'xs' | 'sm' | 'md' | 'lg'"
|
|
581
572
|
},
|
|
582
573
|
{
|
|
583
574
|
"name": "sizeMap",
|
|
@@ -585,52 +576,16 @@
|
|
|
585
576
|
"type": "string"
|
|
586
577
|
}
|
|
587
578
|
],
|
|
588
|
-
"events": [
|
|
589
|
-
}
|
|
590
|
-
},
|
|
591
|
-
{
|
|
592
|
-
"name": "dap-ds-breadcrumb",
|
|
593
|
-
"description": "A breadcrumb 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.\n- **separator** - The separator between breadcrumb items. Default is '/'.\n\n### **CSS Properties:**\n - **--dds-breadcrumb-width** - The width of the breadcrumb container (default: 100%) _(default: undefined)_\n- **--dds-breadcrumb-overflow-x** - The horizontal overflow behavior of the breadcrumb (default: auto) _(default: undefined)_\n- **--dds-breadcrumb-transition** - The transition property for the breadcrumb (default: all 0.2s ease-in-out) _(default: undefined)_\n- **--dds-breadcrumb-list-display** - The display property of the breadcrumb list (default: flex) _(default: undefined)_\n- **--dds-breadcrumb-list-flex-wrap** - The flex-wrap property of the breadcrumb list (default: nowrap) _(default: undefined)_\n- **--dds-breadcrumb-list-align-items** - The align-items property of the breadcrumb list (default: center) _(default: undefined)_\n- **--dds-breadcrumb-list-min-width** - The minimum width of the breadcrumb list (default: max-content) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main breadcrumb container.\n- **separator** - The separator of the breadcrumb.",
|
|
594
|
-
"doc-url": "",
|
|
595
|
-
"attributes": [
|
|
596
|
-
{
|
|
597
|
-
"name": "variant",
|
|
598
|
-
"value": { "type": "string", "default": "'normal'" }
|
|
599
|
-
},
|
|
600
|
-
{
|
|
601
|
-
"name": "mobile",
|
|
602
|
-
"description": "Mobile version of the breadcrumb",
|
|
603
|
-
"value": { "type": "boolean", "default": "false" }
|
|
604
|
-
},
|
|
605
|
-
{
|
|
606
|
-
"name": "aria-labelledby",
|
|
607
|
-
"description": "The aria-labelledby of the breadcrumb",
|
|
608
|
-
"value": { "type": "string | undefined" }
|
|
609
|
-
}
|
|
610
|
-
],
|
|
611
|
-
"slots": [
|
|
612
|
-
{ "name": "", "description": "The content of the breadcrumb." },
|
|
613
|
-
{
|
|
614
|
-
"name": "separator",
|
|
615
|
-
"description": "The separator between breadcrumb items. Default is '/'."
|
|
616
|
-
}
|
|
617
|
-
],
|
|
618
|
-
"events": [],
|
|
619
|
-
"js": {
|
|
620
|
-
"properties": [
|
|
621
|
-
{ "name": "variant", "type": "string" },
|
|
579
|
+
"events": [
|
|
622
580
|
{
|
|
623
|
-
"name": "
|
|
624
|
-
"description": "
|
|
625
|
-
"type": "boolean"
|
|
581
|
+
"name": "dds-load",
|
|
582
|
+
"description": "Fired when the image loads successfully."
|
|
626
583
|
},
|
|
627
584
|
{
|
|
628
|
-
"name": "
|
|
629
|
-
"description": "
|
|
630
|
-
"type": "string | undefined"
|
|
585
|
+
"name": "dds-error",
|
|
586
|
+
"description": "Fired when the image fails to load."
|
|
631
587
|
}
|
|
632
|
-
]
|
|
633
|
-
"events": []
|
|
588
|
+
]
|
|
634
589
|
}
|
|
635
590
|
},
|
|
636
591
|
{
|
|
@@ -1097,172 +1052,38 @@
|
|
|
1097
1052
|
},
|
|
1098
1053
|
{
|
|
1099
1054
|
"name": "maxDate",
|
|
1100
|
-
"description": "The maximum date of the calendar. Only the month and year are considered.",
|
|
1101
|
-
"type": "Dayjs"
|
|
1102
|
-
},
|
|
1103
|
-
{
|
|
1104
|
-
"name": "disabledDate",
|
|
1105
|
-
"description": "The function to determine if the date is disabled.",
|
|
1106
|
-
"type": "Function"
|
|
1107
|
-
},
|
|
1108
|
-
{
|
|
1109
|
-
"name": "locale",
|
|
1110
|
-
"description": "The locale of the calendar.",
|
|
1111
|
-
"type": "'hu' | 'en' | 'de'"
|
|
1112
|
-
},
|
|
1113
|
-
{
|
|
1114
|
-
"name": "prevButtonTestId",
|
|
1115
|
-
"description": "`data-testid` for the previous-month button.",
|
|
1116
|
-
"type": "string"
|
|
1117
|
-
},
|
|
1118
|
-
{
|
|
1119
|
-
"name": "nextButtonTestId",
|
|
1120
|
-
"description": "`data-testid` for the next-month button.",
|
|
1121
|
-
"type": "string"
|
|
1122
|
-
},
|
|
1123
|
-
{ "name": "startDate" },
|
|
1124
|
-
{ "name": "endDate" },
|
|
1125
|
-
{ "name": "shouldHideAdjacentMonths" }
|
|
1126
|
-
],
|
|
1127
|
-
"events": [
|
|
1128
|
-
{
|
|
1129
|
-
"name": "dds-change",
|
|
1130
|
-
"type": "{ value: Dayjs }",
|
|
1131
|
-
"description": "Fired when the calendar value changes."
|
|
1132
|
-
}
|
|
1133
|
-
]
|
|
1134
|
-
}
|
|
1135
|
-
},
|
|
1136
|
-
{
|
|
1137
|
-
"name": "dap-ds-callout",
|
|
1138
|
-
"description": "`dap-ds-callout` is a custom callout component.\n---\n\n\n### **Events:**\n - **dds-close** - Fired when the close button is clicked.\n\n### **Slots:**\n - _default_ - The content of the callout.\n- **title** - The title of the callout.\n- **icon** - The icon of the callout.\n- **actions** - The actions of the callout.\n- **close** - The close button of the callout.\n\n### **CSS Properties:**\n - **--dds-callout-padding** - Padding of the callout content. (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-callout-gap** - Gap between elements in horizontal layout. (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-callout-icon-size** - Size of the icon. (default: var(--dds-spacing-600)) _(default: undefined)_\n- **--dds-callout-title-color** - Color of the title text. (default: var(--dds-text-neutral-strong)) _(default: undefined)_\n- **--dds-callout-description-color** - Color of the description text. (default: var(--dds-text-neutral-base)) _(default: undefined)_\n- **--dds-callout-title-font-size** - Font size of the title. (default: var(--dds-font-base)) _(default: undefined)_\n- **--dds-callout-description-font-size** - Font size of the description. (default: var(--dds-font-base)) _(default: undefined)_\n- **--dds-callout-title-font-weight** - Font weight of the title. (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-callout-description-font-weight** - Font weight of the description. (default: var(--dds-font-weight-medium)) _(default: undefined)_\n- **--dds-callout-actions-font-weight** - Font weight of the actions. (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-callout-actions-gap** - Gap between action items. (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-callout-content-gap** - Gap between content elements. (default: var(--dds-spacing-100)) _(default: undefined)_\n- **--dds-callout-border-radius** - Border radius of the callout. (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-callout-brand-background** - Brand variant background color. (default: var(--dds-background-brand-base)) _(default: undefined)_\n- **--dds-callout-brand-background-subtle** - Brand variant subtle background color. (default: var(--dds-background-brand-subtle)) _(default: undefined)_\n- **--dds-callout-brand-background-medium** - Brand variant medium background color. (default: var(--dds-background-brand-medium)) _(default: undefined)_\n- **--dds-callout-brand-background-strong** - Brand variant strong background color. (default: var(--dds-background-brand-strong)) _(default: undefined)_\n- **--dds-callout-brand-icon** - Brand variant icon color. (default: var(--dds-icon-brand-subtle)) _(default: undefined)_\n- **--dds-callout-brand-border** - Brand variant border color. (default: var(--dds-border-brand-subtle)) _(default: undefined)_\n- **--dds-callout-info-background** - Info variant background color. (default: var(--dds-background-informative-base)) _(default: undefined)_\n- **--dds-callout-info-background-subtle** - Info variant subtle background color. (default: var(--dds-background-informative-subtle)) _(default: undefined)_\n- **--dds-callout-info-background-medium** - Info variant medium background color. (default: var(--dds-background-informative-medium)) _(default: undefined)_\n- **--dds-callout-info-background-strong** - Info variant strong background color. (default: var(--dds-background-informative-strong)) _(default: undefined)_\n- **--dds-callout-info-icon** - Info variant icon color. (default: var(--dds-icon-informative-subtle)) _(default: undefined)_\n- **--dds-callout-info-border** - Info variant border color. (default: var(--dds-border-informative-subtle)) _(default: undefined)_\n- **--dds-callout-positive-background** - Positive variant background color. (default: var(--dds-background-positive-base)) _(default: undefined)_\n- **--dds-callout-positive-background-subtle** - Positive variant subtle background color. (default: var(--dds-background-positive-subtle)) _(default: undefined)_\n- **--dds-callout-positive-background-medium** - Positive variant medium background color. (default: var(--dds-background-positive-medium)) _(default: undefined)_\n- **--dds-callout-positive-background-strong** - Positive variant strong background color. (default: var(--dds-background-positive-strong)) _(default: undefined)_\n- **--dds-callout-positive-icon** - Positive variant icon color. (default: var(--dds-icon-positive-subtle)) _(default: undefined)_\n- **--dds-callout-positive-border** - Positive variant border color. (default: var(--dds-border-positive-subtle)) _(default: undefined)_\n- **--dds-callout-warning-background** - Warning variant background color. (default: var(--dds-background-warning-base)) _(default: undefined)_\n- **--dds-callout-warning-background-subtle** - Warning variant subtle background color. (default: var(--dds-background-warning-subtle)) _(default: undefined)_\n- **--dds-callout-warning-background-medium** - Warning variant medium background color. (default: var(--dds-background-warning-medium)) _(default: undefined)_\n- **--dds-callout-warning-background-strong** - Warning variant strong background color. (default: var(--dds-background-warning-strong)) _(default: undefined)_\n- **--dds-callout-warning-icon** - Warning variant icon color. (default: var(--dds-icon-neutral-strong)) _(default: undefined)_\n- **--dds-callout-warning-border** - Warning variant border color. (default: var(--dds-border-warning-subtle)) _(default: undefined)_\n- **--dds-callout-negative-background** - Negative variant background color. (default: var(--dds-background-negative-base)) _(default: undefined)_\n- **--dds-callout-negative-background-subtle** - Negative variant subtle background color. (default: var(--dds-background-negative-subtle)) _(default: undefined)_\n- **--dds-callout-negative-background-medium** - Negative variant medium background color. (default: var(--dds-background-negative-medium)) _(default: undefined)_\n- **--dds-callout-negative-background-strong** - Negative variant strong background color. (default: var(--dds-background-negative-strong)) _(default: undefined)_\n- **--dds-callout-negative-icon** - Negative variant icon color. (default: var(--dds-icon-negative-subtle)) _(default: undefined)_\n- **--dds-callout-negative-border** - Negative variant border color. (default: var(--dds-border-negative-subtle)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main callout container.\n- **content** - The content of the callout.\n- **card-content** - The content of the card.\n- **icon** - The icon of the callout.\n- **title** - The title of the callout.\n- **description** - The description of the callout.\n- **actions** - The actions of the callout.\n- **close** - The close button of the callout.",
|
|
1139
|
-
"doc-url": "",
|
|
1140
|
-
"attributes": [
|
|
1141
|
-
{
|
|
1142
|
-
"name": "variant",
|
|
1143
|
-
"description": "The variant of the callout",
|
|
1144
|
-
"value": {
|
|
1145
|
-
"type": "'brand' | 'positive' | 'info' | 'warning' | 'negative'",
|
|
1146
|
-
"default": "'brand'"
|
|
1147
|
-
}
|
|
1148
|
-
},
|
|
1149
|
-
{
|
|
1150
|
-
"name": "alignment",
|
|
1151
|
-
"description": "The alignment of the callout. Can be `vertical` or `horizontal`.",
|
|
1152
|
-
"value": {
|
|
1153
|
-
"type": "'vertical' | 'horizontal'",
|
|
1154
|
-
"default": "'horizontal'"
|
|
1155
|
-
}
|
|
1156
|
-
},
|
|
1157
|
-
{
|
|
1158
|
-
"name": "shade",
|
|
1159
|
-
"description": "The strongness of the callout colors. Can be `subtle`, `base`, `medium`, or `strong`.",
|
|
1160
|
-
"value": {
|
|
1161
|
-
"type": "'subtle' | 'base' | 'medium' | 'strong'",
|
|
1162
|
-
"default": "'base'"
|
|
1163
|
-
}
|
|
1164
|
-
},
|
|
1165
|
-
{
|
|
1166
|
-
"name": "noBorder",
|
|
1167
|
-
"description": "If the callout has a border",
|
|
1168
|
-
"value": { "type": "string", "default": "'true'" }
|
|
1169
|
-
},
|
|
1170
|
-
{
|
|
1171
|
-
"name": "closeable",
|
|
1172
|
-
"description": "If the callout has a close button",
|
|
1173
|
-
"value": { "type": "boolean", "default": "false" }
|
|
1174
|
-
},
|
|
1175
|
-
{
|
|
1176
|
-
"name": "title",
|
|
1177
|
-
"description": "The header of the callout",
|
|
1178
|
-
"value": { "type": "string" }
|
|
1179
|
-
},
|
|
1180
|
-
{
|
|
1181
|
-
"name": "closeButtonLabel",
|
|
1182
|
-
"description": "The label of the close button",
|
|
1183
|
-
"value": { "type": "string" }
|
|
1184
|
-
},
|
|
1185
|
-
{
|
|
1186
|
-
"name": "closeButtonTestId",
|
|
1187
|
-
"description": "`data-testid` for the default close button.",
|
|
1188
|
-
"value": { "type": "string", "default": "'callout-close-button'" }
|
|
1189
|
-
},
|
|
1190
|
-
{
|
|
1191
|
-
"name": "opened",
|
|
1192
|
-
"description": "If the callout is opened",
|
|
1193
|
-
"value": { "type": "string", "default": "'true'" }
|
|
1194
|
-
}
|
|
1195
|
-
],
|
|
1196
|
-
"slots": [
|
|
1197
|
-
{ "name": "", "description": "The content of the callout." },
|
|
1198
|
-
{ "name": "title", "description": "The title of the callout." },
|
|
1199
|
-
{ "name": "icon", "description": "The icon of the callout." },
|
|
1200
|
-
{ "name": "actions", "description": "The actions of the callout." },
|
|
1201
|
-
{
|
|
1202
|
-
"name": "close",
|
|
1203
|
-
"description": "The close button of the callout."
|
|
1204
|
-
}
|
|
1205
|
-
],
|
|
1206
|
-
"events": [
|
|
1207
|
-
{
|
|
1208
|
-
"name": "dds-close",
|
|
1209
|
-
"type": "{ void }",
|
|
1210
|
-
"description": "Fired when the close button is clicked."
|
|
1211
|
-
}
|
|
1212
|
-
],
|
|
1213
|
-
"js": {
|
|
1214
|
-
"properties": [
|
|
1215
|
-
{
|
|
1216
|
-
"name": "variant",
|
|
1217
|
-
"description": "The variant of the callout",
|
|
1218
|
-
"type": "'brand' | 'positive' | 'info' | 'warning' | 'negative'"
|
|
1219
|
-
},
|
|
1220
|
-
{
|
|
1221
|
-
"name": "alignment",
|
|
1222
|
-
"description": "The alignment of the callout. Can be `vertical` or `horizontal`.",
|
|
1223
|
-
"type": "'vertical' | 'horizontal'"
|
|
1224
|
-
},
|
|
1225
|
-
{
|
|
1226
|
-
"name": "shade",
|
|
1227
|
-
"description": "The strongness of the callout colors. Can be `subtle`, `base`, `medium`, or `strong`.",
|
|
1228
|
-
"type": "'subtle' | 'base' | 'medium' | 'strong'"
|
|
1229
|
-
},
|
|
1230
|
-
{
|
|
1231
|
-
"name": "noBorder",
|
|
1232
|
-
"description": "If the callout has a border",
|
|
1233
|
-
"type": "string"
|
|
1055
|
+
"description": "The maximum date of the calendar. Only the month and year are considered.",
|
|
1056
|
+
"type": "Dayjs"
|
|
1234
1057
|
},
|
|
1235
1058
|
{
|
|
1236
|
-
"name": "
|
|
1237
|
-
"description": "
|
|
1238
|
-
"type": "
|
|
1059
|
+
"name": "disabledDate",
|
|
1060
|
+
"description": "The function to determine if the date is disabled.",
|
|
1061
|
+
"type": "Function"
|
|
1239
1062
|
},
|
|
1240
1063
|
{
|
|
1241
|
-
"name": "
|
|
1242
|
-
"description": "The
|
|
1243
|
-
"type": "
|
|
1064
|
+
"name": "locale",
|
|
1065
|
+
"description": "The locale of the calendar.",
|
|
1066
|
+
"type": "'hu' | 'en' | 'de'"
|
|
1244
1067
|
},
|
|
1245
1068
|
{
|
|
1246
|
-
"name": "
|
|
1247
|
-
"description": "
|
|
1069
|
+
"name": "prevButtonTestId",
|
|
1070
|
+
"description": "`data-testid` for the previous-month button.",
|
|
1248
1071
|
"type": "string"
|
|
1249
1072
|
},
|
|
1250
1073
|
{
|
|
1251
|
-
"name": "
|
|
1252
|
-
"description": "`data-testid` for the
|
|
1074
|
+
"name": "nextButtonTestId",
|
|
1075
|
+
"description": "`data-testid` for the next-month button.",
|
|
1253
1076
|
"type": "string"
|
|
1254
1077
|
},
|
|
1255
|
-
{
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
"type": "string"
|
|
1259
|
-
}
|
|
1078
|
+
{ "name": "startDate" },
|
|
1079
|
+
{ "name": "endDate" },
|
|
1080
|
+
{ "name": "shouldHideAdjacentMonths" }
|
|
1260
1081
|
],
|
|
1261
1082
|
"events": [
|
|
1262
1083
|
{
|
|
1263
|
-
"name": "dds-
|
|
1264
|
-
"type": "{
|
|
1265
|
-
"description": "Fired when the
|
|
1084
|
+
"name": "dds-change",
|
|
1085
|
+
"type": "{ value: Dayjs }",
|
|
1086
|
+
"description": "Fired when the calendar value changes."
|
|
1266
1087
|
}
|
|
1267
1088
|
]
|
|
1268
1089
|
}
|
|
@@ -1603,6 +1424,140 @@
|
|
|
1603
1424
|
"events": []
|
|
1604
1425
|
}
|
|
1605
1426
|
},
|
|
1427
|
+
{
|
|
1428
|
+
"name": "dap-ds-callout",
|
|
1429
|
+
"description": "`dap-ds-callout` is a custom callout component.\n---\n\n\n### **Events:**\n - **dds-close** - Fired when the close button is clicked.\n\n### **Slots:**\n - _default_ - The content of the callout.\n- **title** - The title of the callout.\n- **icon** - The icon of the callout.\n- **actions** - The actions of the callout.\n- **close** - The close button of the callout.\n\n### **CSS Properties:**\n - **--dds-callout-padding** - Padding of the callout content. (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-callout-gap** - Gap between elements in horizontal layout. (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-callout-icon-size** - Size of the icon. (default: var(--dds-spacing-600)) _(default: undefined)_\n- **--dds-callout-title-color** - Color of the title text. (default: var(--dds-text-neutral-strong)) _(default: undefined)_\n- **--dds-callout-description-color** - Color of the description text. (default: var(--dds-text-neutral-base)) _(default: undefined)_\n- **--dds-callout-title-font-size** - Font size of the title. (default: var(--dds-font-base)) _(default: undefined)_\n- **--dds-callout-description-font-size** - Font size of the description. (default: var(--dds-font-base)) _(default: undefined)_\n- **--dds-callout-title-font-weight** - Font weight of the title. (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-callout-description-font-weight** - Font weight of the description. (default: var(--dds-font-weight-medium)) _(default: undefined)_\n- **--dds-callout-actions-font-weight** - Font weight of the actions. (default: var(--dds-font-weight-bold)) _(default: undefined)_\n- **--dds-callout-actions-gap** - Gap between action items. (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-callout-content-gap** - Gap between content elements. (default: var(--dds-spacing-100)) _(default: undefined)_\n- **--dds-callout-border-radius** - Border radius of the callout. (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-callout-brand-background** - Brand variant background color. (default: var(--dds-background-brand-base)) _(default: undefined)_\n- **--dds-callout-brand-background-subtle** - Brand variant subtle background color. (default: var(--dds-background-brand-subtle)) _(default: undefined)_\n- **--dds-callout-brand-background-medium** - Brand variant medium background color. (default: var(--dds-background-brand-medium)) _(default: undefined)_\n- **--dds-callout-brand-background-strong** - Brand variant strong background color. (default: var(--dds-background-brand-strong)) _(default: undefined)_\n- **--dds-callout-brand-icon** - Brand variant icon color. (default: var(--dds-icon-brand-subtle)) _(default: undefined)_\n- **--dds-callout-brand-border** - Brand variant border color. (default: var(--dds-border-brand-subtle)) _(default: undefined)_\n- **--dds-callout-info-background** - Info variant background color. (default: var(--dds-background-informative-base)) _(default: undefined)_\n- **--dds-callout-info-background-subtle** - Info variant subtle background color. (default: var(--dds-background-informative-subtle)) _(default: undefined)_\n- **--dds-callout-info-background-medium** - Info variant medium background color. (default: var(--dds-background-informative-medium)) _(default: undefined)_\n- **--dds-callout-info-background-strong** - Info variant strong background color. (default: var(--dds-background-informative-strong)) _(default: undefined)_\n- **--dds-callout-info-icon** - Info variant icon color. (default: var(--dds-icon-informative-subtle)) _(default: undefined)_\n- **--dds-callout-info-border** - Info variant border color. (default: var(--dds-border-informative-subtle)) _(default: undefined)_\n- **--dds-callout-positive-background** - Positive variant background color. (default: var(--dds-background-positive-base)) _(default: undefined)_\n- **--dds-callout-positive-background-subtle** - Positive variant subtle background color. (default: var(--dds-background-positive-subtle)) _(default: undefined)_\n- **--dds-callout-positive-background-medium** - Positive variant medium background color. (default: var(--dds-background-positive-medium)) _(default: undefined)_\n- **--dds-callout-positive-background-strong** - Positive variant strong background color. (default: var(--dds-background-positive-strong)) _(default: undefined)_\n- **--dds-callout-positive-icon** - Positive variant icon color. (default: var(--dds-icon-positive-subtle)) _(default: undefined)_\n- **--dds-callout-positive-border** - Positive variant border color. (default: var(--dds-border-positive-subtle)) _(default: undefined)_\n- **--dds-callout-warning-background** - Warning variant background color. (default: var(--dds-background-warning-base)) _(default: undefined)_\n- **--dds-callout-warning-background-subtle** - Warning variant subtle background color. (default: var(--dds-background-warning-subtle)) _(default: undefined)_\n- **--dds-callout-warning-background-medium** - Warning variant medium background color. (default: var(--dds-background-warning-medium)) _(default: undefined)_\n- **--dds-callout-warning-background-strong** - Warning variant strong background color. (default: var(--dds-background-warning-strong)) _(default: undefined)_\n- **--dds-callout-warning-icon** - Warning variant icon color. (default: var(--dds-icon-neutral-strong)) _(default: undefined)_\n- **--dds-callout-warning-border** - Warning variant border color. (default: var(--dds-border-warning-subtle)) _(default: undefined)_\n- **--dds-callout-negative-background** - Negative variant background color. (default: var(--dds-background-negative-base)) _(default: undefined)_\n- **--dds-callout-negative-background-subtle** - Negative variant subtle background color. (default: var(--dds-background-negative-subtle)) _(default: undefined)_\n- **--dds-callout-negative-background-medium** - Negative variant medium background color. (default: var(--dds-background-negative-medium)) _(default: undefined)_\n- **--dds-callout-negative-background-strong** - Negative variant strong background color. (default: var(--dds-background-negative-strong)) _(default: undefined)_\n- **--dds-callout-negative-icon** - Negative variant icon color. (default: var(--dds-icon-negative-subtle)) _(default: undefined)_\n- **--dds-callout-negative-border** - Negative variant border color. (default: var(--dds-border-negative-subtle)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main callout container.\n- **content** - The content of the callout.\n- **card-content** - The content of the card.\n- **icon** - The icon of the callout.\n- **title** - The title of the callout.\n- **description** - The description of the callout.\n- **actions** - The actions of the callout.\n- **close** - The close button of the callout.",
|
|
1430
|
+
"doc-url": "",
|
|
1431
|
+
"attributes": [
|
|
1432
|
+
{
|
|
1433
|
+
"name": "variant",
|
|
1434
|
+
"description": "The variant of the callout",
|
|
1435
|
+
"value": {
|
|
1436
|
+
"type": "'brand' | 'positive' | 'info' | 'warning' | 'negative'",
|
|
1437
|
+
"default": "'brand'"
|
|
1438
|
+
}
|
|
1439
|
+
},
|
|
1440
|
+
{
|
|
1441
|
+
"name": "alignment",
|
|
1442
|
+
"description": "The alignment of the callout. Can be `vertical` or `horizontal`.",
|
|
1443
|
+
"value": {
|
|
1444
|
+
"type": "'vertical' | 'horizontal'",
|
|
1445
|
+
"default": "'horizontal'"
|
|
1446
|
+
}
|
|
1447
|
+
},
|
|
1448
|
+
{
|
|
1449
|
+
"name": "shade",
|
|
1450
|
+
"description": "The strongness of the callout colors. Can be `subtle`, `base`, `medium`, or `strong`.",
|
|
1451
|
+
"value": {
|
|
1452
|
+
"type": "'subtle' | 'base' | 'medium' | 'strong'",
|
|
1453
|
+
"default": "'base'"
|
|
1454
|
+
}
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
"name": "noBorder",
|
|
1458
|
+
"description": "If the callout has a border",
|
|
1459
|
+
"value": { "type": "string", "default": "'true'" }
|
|
1460
|
+
},
|
|
1461
|
+
{
|
|
1462
|
+
"name": "closeable",
|
|
1463
|
+
"description": "If the callout has a close button",
|
|
1464
|
+
"value": { "type": "boolean", "default": "false" }
|
|
1465
|
+
},
|
|
1466
|
+
{
|
|
1467
|
+
"name": "title",
|
|
1468
|
+
"description": "The header of the callout",
|
|
1469
|
+
"value": { "type": "string" }
|
|
1470
|
+
},
|
|
1471
|
+
{
|
|
1472
|
+
"name": "closeButtonLabel",
|
|
1473
|
+
"description": "The label of the close button",
|
|
1474
|
+
"value": { "type": "string" }
|
|
1475
|
+
},
|
|
1476
|
+
{
|
|
1477
|
+
"name": "closeButtonTestId",
|
|
1478
|
+
"description": "`data-testid` for the default close button.",
|
|
1479
|
+
"value": { "type": "string", "default": "'callout-close-button'" }
|
|
1480
|
+
},
|
|
1481
|
+
{
|
|
1482
|
+
"name": "opened",
|
|
1483
|
+
"description": "If the callout is opened",
|
|
1484
|
+
"value": { "type": "string", "default": "'true'" }
|
|
1485
|
+
}
|
|
1486
|
+
],
|
|
1487
|
+
"slots": [
|
|
1488
|
+
{ "name": "", "description": "The content of the callout." },
|
|
1489
|
+
{ "name": "title", "description": "The title of the callout." },
|
|
1490
|
+
{ "name": "icon", "description": "The icon of the callout." },
|
|
1491
|
+
{ "name": "actions", "description": "The actions of the callout." },
|
|
1492
|
+
{
|
|
1493
|
+
"name": "close",
|
|
1494
|
+
"description": "The close button of the callout."
|
|
1495
|
+
}
|
|
1496
|
+
],
|
|
1497
|
+
"events": [
|
|
1498
|
+
{
|
|
1499
|
+
"name": "dds-close",
|
|
1500
|
+
"type": "{ void }",
|
|
1501
|
+
"description": "Fired when the close button is clicked."
|
|
1502
|
+
}
|
|
1503
|
+
],
|
|
1504
|
+
"js": {
|
|
1505
|
+
"properties": [
|
|
1506
|
+
{
|
|
1507
|
+
"name": "variant",
|
|
1508
|
+
"description": "The variant of the callout",
|
|
1509
|
+
"type": "'brand' | 'positive' | 'info' | 'warning' | 'negative'"
|
|
1510
|
+
},
|
|
1511
|
+
{
|
|
1512
|
+
"name": "alignment",
|
|
1513
|
+
"description": "The alignment of the callout. Can be `vertical` or `horizontal`.",
|
|
1514
|
+
"type": "'vertical' | 'horizontal'"
|
|
1515
|
+
},
|
|
1516
|
+
{
|
|
1517
|
+
"name": "shade",
|
|
1518
|
+
"description": "The strongness of the callout colors. Can be `subtle`, `base`, `medium`, or `strong`.",
|
|
1519
|
+
"type": "'subtle' | 'base' | 'medium' | 'strong'"
|
|
1520
|
+
},
|
|
1521
|
+
{
|
|
1522
|
+
"name": "noBorder",
|
|
1523
|
+
"description": "If the callout has a border",
|
|
1524
|
+
"type": "string"
|
|
1525
|
+
},
|
|
1526
|
+
{
|
|
1527
|
+
"name": "closeable",
|
|
1528
|
+
"description": "If the callout has a close button",
|
|
1529
|
+
"type": "boolean"
|
|
1530
|
+
},
|
|
1531
|
+
{
|
|
1532
|
+
"name": "title",
|
|
1533
|
+
"description": "The header of the callout",
|
|
1534
|
+
"type": "string"
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
"name": "closeButtonLabel",
|
|
1538
|
+
"description": "The label of the close button",
|
|
1539
|
+
"type": "string"
|
|
1540
|
+
},
|
|
1541
|
+
{
|
|
1542
|
+
"name": "closeButtonTestId",
|
|
1543
|
+
"description": "`data-testid` for the default close button.",
|
|
1544
|
+
"type": "string"
|
|
1545
|
+
},
|
|
1546
|
+
{
|
|
1547
|
+
"name": "opened",
|
|
1548
|
+
"description": "If the callout is opened",
|
|
1549
|
+
"type": "string"
|
|
1550
|
+
}
|
|
1551
|
+
],
|
|
1552
|
+
"events": [
|
|
1553
|
+
{
|
|
1554
|
+
"name": "dds-close",
|
|
1555
|
+
"type": "{ void }",
|
|
1556
|
+
"description": "Fired when the close button is clicked."
|
|
1557
|
+
}
|
|
1558
|
+
]
|
|
1559
|
+
}
|
|
1560
|
+
},
|
|
1606
1561
|
{
|
|
1607
1562
|
"name": "dap-ds-checkbox",
|
|
1608
1563
|
"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.",
|
|
@@ -1708,6 +1663,11 @@
|
|
|
1708
1663
|
"description": "The label of the checkbox.",
|
|
1709
1664
|
"type": "string"
|
|
1710
1665
|
},
|
|
1666
|
+
{
|
|
1667
|
+
"name": "hideLabel",
|
|
1668
|
+
"description": "Visually hides the label while keeping it available to assistive technology. (default: false)",
|
|
1669
|
+
"type": "boolean"
|
|
1670
|
+
},
|
|
1711
1671
|
{
|
|
1712
1672
|
"name": "description",
|
|
1713
1673
|
"description": "The description of the checkbox.",
|
|
@@ -1918,6 +1878,51 @@
|
|
|
1918
1878
|
]
|
|
1919
1879
|
}
|
|
1920
1880
|
},
|
|
1881
|
+
{
|
|
1882
|
+
"name": "dap-ds-breadcrumb",
|
|
1883
|
+
"description": "A breadcrumb 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.\n- **separator** - The separator between breadcrumb items. Default is '/'.\n\n### **CSS Properties:**\n - **--dds-breadcrumb-width** - The width of the breadcrumb container (default: 100%) _(default: undefined)_\n- **--dds-breadcrumb-overflow-x** - The horizontal overflow behavior of the breadcrumb (default: auto) _(default: undefined)_\n- **--dds-breadcrumb-transition** - The transition property for the breadcrumb (default: all 0.2s ease-in-out) _(default: undefined)_\n- **--dds-breadcrumb-list-display** - The display property of the breadcrumb list (default: flex) _(default: undefined)_\n- **--dds-breadcrumb-list-flex-wrap** - The flex-wrap property of the breadcrumb list (default: nowrap) _(default: undefined)_\n- **--dds-breadcrumb-list-align-items** - The align-items property of the breadcrumb list (default: center) _(default: undefined)_\n- **--dds-breadcrumb-list-min-width** - The minimum width of the breadcrumb list (default: max-content) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main breadcrumb container.\n- **separator** - The separator of the breadcrumb.",
|
|
1884
|
+
"doc-url": "",
|
|
1885
|
+
"attributes": [
|
|
1886
|
+
{
|
|
1887
|
+
"name": "variant",
|
|
1888
|
+
"value": { "type": "string", "default": "'normal'" }
|
|
1889
|
+
},
|
|
1890
|
+
{
|
|
1891
|
+
"name": "mobile",
|
|
1892
|
+
"description": "Mobile version of the breadcrumb",
|
|
1893
|
+
"value": { "type": "boolean", "default": "false" }
|
|
1894
|
+
},
|
|
1895
|
+
{
|
|
1896
|
+
"name": "aria-labelledby",
|
|
1897
|
+
"description": "The aria-labelledby of the breadcrumb",
|
|
1898
|
+
"value": { "type": "string | undefined" }
|
|
1899
|
+
}
|
|
1900
|
+
],
|
|
1901
|
+
"slots": [
|
|
1902
|
+
{ "name": "", "description": "The content of the breadcrumb." },
|
|
1903
|
+
{
|
|
1904
|
+
"name": "separator",
|
|
1905
|
+
"description": "The separator between breadcrumb items. Default is '/'."
|
|
1906
|
+
}
|
|
1907
|
+
],
|
|
1908
|
+
"events": [],
|
|
1909
|
+
"js": {
|
|
1910
|
+
"properties": [
|
|
1911
|
+
{ "name": "variant", "type": "string" },
|
|
1912
|
+
{
|
|
1913
|
+
"name": "mobile",
|
|
1914
|
+
"description": "Mobile version of the breadcrumb",
|
|
1915
|
+
"type": "boolean"
|
|
1916
|
+
},
|
|
1917
|
+
{
|
|
1918
|
+
"name": "ariaLabelledBy",
|
|
1919
|
+
"description": "The aria-labelledby of the breadcrumb",
|
|
1920
|
+
"type": "string | undefined"
|
|
1921
|
+
}
|
|
1922
|
+
],
|
|
1923
|
+
"events": []
|
|
1924
|
+
}
|
|
1925
|
+
},
|
|
1921
1926
|
{
|
|
1922
1927
|
"name": "dap-ds-code-puncher-slot",
|
|
1923
1928
|
"description": "Individual digit input slot for code puncher.\n---\n\n\n### **CSS Parts:**\n - **base** - The slot container.\n- **input** - The input element.",
|
|
@@ -2028,6 +2033,11 @@
|
|
|
2028
2033
|
"description": "The label of the component.",
|
|
2029
2034
|
"type": "string"
|
|
2030
2035
|
},
|
|
2036
|
+
{
|
|
2037
|
+
"name": "hideLabel",
|
|
2038
|
+
"description": "Visually hides the label while keeping it available to assistive technology. (default: false)",
|
|
2039
|
+
"type": "boolean"
|
|
2040
|
+
},
|
|
2031
2041
|
{
|
|
2032
2042
|
"name": "description",
|
|
2033
2043
|
"description": "The description of the component.",
|
|
@@ -2178,6 +2188,11 @@
|
|
|
2178
2188
|
"description": "The label of the select.",
|
|
2179
2189
|
"type": "string"
|
|
2180
2190
|
},
|
|
2191
|
+
{
|
|
2192
|
+
"name": "hideLabel",
|
|
2193
|
+
"description": "Visually hides the label while keeping it available to assistive technology. (default: false)",
|
|
2194
|
+
"type": "boolean"
|
|
2195
|
+
},
|
|
2181
2196
|
{
|
|
2182
2197
|
"name": "description",
|
|
2183
2198
|
"description": "The description of the select.",
|
|
@@ -2922,21 +2937,58 @@
|
|
|
2922
2937
|
"description": "Fired when a key is pressed down."
|
|
2923
2938
|
},
|
|
2924
2939
|
{
|
|
2925
|
-
"name": "dds-blur",
|
|
2926
|
-
"type": "{ void }",
|
|
2927
|
-
"description": "Fired when the input loses focus."
|
|
2940
|
+
"name": "dds-blur",
|
|
2941
|
+
"type": "{ void }",
|
|
2942
|
+
"description": "Fired when the input loses focus."
|
|
2943
|
+
},
|
|
2944
|
+
{
|
|
2945
|
+
"name": "dds-focus",
|
|
2946
|
+
"type": "{ void }",
|
|
2947
|
+
"description": "Emitted when the input gains focus."
|
|
2948
|
+
},
|
|
2949
|
+
{
|
|
2950
|
+
"name": "dds-not-allowed",
|
|
2951
|
+
"type": "{ void }",
|
|
2952
|
+
"description": "Emitted when the value cannot be copied."
|
|
2953
|
+
}
|
|
2954
|
+
]
|
|
2955
|
+
}
|
|
2956
|
+
},
|
|
2957
|
+
{
|
|
2958
|
+
"name": "dap-ds-dap-badge",
|
|
2959
|
+
"description": "A DÁP badge is a brand element showing the use of this system design library.\n---\n\n\n### **Slots:**\n - _default_ - Description of badge *\n\n### **CSS Properties:**\n - **--dds-badge-padding-sm** - Custom padding for the small badge (default: var(--dds-spacing-200) var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-badge-padding-lg** - Custom padding for the large badge (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-badge-border-width** - Custom border width for the badge (default: var(--dds-border-width-base)) _(default: undefined)_\n- **--dds-badge-border-color** - Custom border color for the badge (default: var(--dds-border-neutral-divider)) _(default: undefined)_\n- **--dds-badge-border-radius** - Custom border radius for the badge (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-badge-color** - Custom text color for the badge (default: var(--dds-text-neutral-base)) _(default: undefined)_\n- **--dds-badge-gap** - Custom gap between icon and text (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-badge-font-size-sm** - Custom font size for the small badge (default: var(--dds-font-xs)) _(default: undefined)_\n- **--dds-badge-font-size-lg** - Custom font size for the large badge (default: var(--dds-font-xs)) _(default: undefined)_\n- **--dds-badge-font-weight** - Custom font weight for the badge (default: var(--dds-font-weight-medium)) _(default: undefined)_\n- **--dds-badge-line-height** - Custom line height for the badge (default: var(--dds-font-line-height-large)) _(default: undefined)_\n- **--dds-badge-border-color-normal** - Custom border color for the normal variant (default: var(--dds-transparent-black-medium)) _(default: undefined)_\n- **--dds-badge-background-color-normal** - Custom background color for the normal variant (default: var(--dds-background-brand-subtle)) _(default: undefined)_\n- **--dds-badge-color-normal** - Custom text color for the normal variant (default: var(--dds-text-brand-subtle)) _(default: undefined)_\n- **--dds-badge-border-color-inverted** - Custom border color for the inverted variant (default: var(--dds-transparent-white-medium)) _(default: undefined)_\n- **--dds-badge-background-color-inverted** - Custom background color for the inverted variant (default: var(--dds-background-brand-base-inverted)) _(default: undefined)_\n- **--dds-badge-color-inverted** - Custom text color for the inverted variant (default: var(--dds-text-neutral-inverted)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - Main badge container\n- **icon** - Badge icon\n- **text** - Badge text",
|
|
2960
|
+
"doc-url": "",
|
|
2961
|
+
"attributes": [
|
|
2962
|
+
{
|
|
2963
|
+
"name": "variant",
|
|
2964
|
+
"description": "The variant of the DÁP badge",
|
|
2965
|
+
"value": {
|
|
2966
|
+
"type": "'normal' | 'inverted'",
|
|
2967
|
+
"default": "'normal'"
|
|
2968
|
+
}
|
|
2969
|
+
}
|
|
2970
|
+
],
|
|
2971
|
+
"slots": [{ "name": "", "description": "Description of badge *" }],
|
|
2972
|
+
"events": [],
|
|
2973
|
+
"js": {
|
|
2974
|
+
"properties": [
|
|
2975
|
+
{
|
|
2976
|
+
"name": "variant",
|
|
2977
|
+
"description": "The variant of the DÁP badge",
|
|
2978
|
+
"type": "'normal' | 'inverted'"
|
|
2928
2979
|
},
|
|
2929
2980
|
{
|
|
2930
|
-
"name": "
|
|
2931
|
-
"
|
|
2932
|
-
"
|
|
2981
|
+
"name": "size",
|
|
2982
|
+
"description": "The size of the DÁP badge. Default is `sm`.",
|
|
2983
|
+
"type": "'sm' | 'lg'"
|
|
2933
2984
|
},
|
|
2934
2985
|
{
|
|
2935
|
-
"name": "
|
|
2936
|
-
"
|
|
2937
|
-
"
|
|
2986
|
+
"name": "sizeMap",
|
|
2987
|
+
"description": "Responsive size map (e.g. \"md:lg\").",
|
|
2988
|
+
"type": "string"
|
|
2938
2989
|
}
|
|
2939
|
-
]
|
|
2990
|
+
],
|
|
2991
|
+
"events": []
|
|
2940
2992
|
}
|
|
2941
2993
|
},
|
|
2942
2994
|
{
|
|
@@ -3414,43 +3466,6 @@
|
|
|
3414
3466
|
]
|
|
3415
3467
|
}
|
|
3416
3468
|
},
|
|
3417
|
-
{
|
|
3418
|
-
"name": "dap-ds-dap-badge",
|
|
3419
|
-
"description": "A DÁP badge is a brand element showing the use of this system design library.\n---\n\n\n### **Slots:**\n - _default_ - Description of badge *\n\n### **CSS Properties:**\n - **--dds-badge-padding-sm** - Custom padding for the small badge (default: var(--dds-spacing-200) var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-badge-padding-lg** - Custom padding for the large badge (default: var(--dds-spacing-400)) _(default: undefined)_\n- **--dds-badge-border-width** - Custom border width for the badge (default: var(--dds-border-width-base)) _(default: undefined)_\n- **--dds-badge-border-color** - Custom border color for the badge (default: var(--dds-border-neutral-divider)) _(default: undefined)_\n- **--dds-badge-border-radius** - Custom border radius for the badge (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-badge-color** - Custom text color for the badge (default: var(--dds-text-neutral-base)) _(default: undefined)_\n- **--dds-badge-gap** - Custom gap between icon and text (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-badge-font-size-sm** - Custom font size for the small badge (default: var(--dds-font-xs)) _(default: undefined)_\n- **--dds-badge-font-size-lg** - Custom font size for the large badge (default: var(--dds-font-xs)) _(default: undefined)_\n- **--dds-badge-font-weight** - Custom font weight for the badge (default: var(--dds-font-weight-medium)) _(default: undefined)_\n- **--dds-badge-line-height** - Custom line height for the badge (default: var(--dds-font-line-height-large)) _(default: undefined)_\n- **--dds-badge-border-color-normal** - Custom border color for the normal variant (default: var(--dds-transparent-black-medium)) _(default: undefined)_\n- **--dds-badge-background-color-normal** - Custom background color for the normal variant (default: var(--dds-background-brand-subtle)) _(default: undefined)_\n- **--dds-badge-color-normal** - Custom text color for the normal variant (default: var(--dds-text-brand-subtle)) _(default: undefined)_\n- **--dds-badge-border-color-inverted** - Custom border color for the inverted variant (default: var(--dds-transparent-white-medium)) _(default: undefined)_\n- **--dds-badge-background-color-inverted** - Custom background color for the inverted variant (default: var(--dds-background-brand-base-inverted)) _(default: undefined)_\n- **--dds-badge-color-inverted** - Custom text color for the inverted variant (default: var(--dds-text-neutral-inverted)) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - Main badge container\n- **icon** - Badge icon\n- **text** - Badge text",
|
|
3420
|
-
"doc-url": "",
|
|
3421
|
-
"attributes": [
|
|
3422
|
-
{
|
|
3423
|
-
"name": "variant",
|
|
3424
|
-
"description": "The variant of the DÁP badge",
|
|
3425
|
-
"value": {
|
|
3426
|
-
"type": "'normal' | 'inverted'",
|
|
3427
|
-
"default": "'normal'"
|
|
3428
|
-
}
|
|
3429
|
-
}
|
|
3430
|
-
],
|
|
3431
|
-
"slots": [{ "name": "", "description": "Description of badge *" }],
|
|
3432
|
-
"events": [],
|
|
3433
|
-
"js": {
|
|
3434
|
-
"properties": [
|
|
3435
|
-
{
|
|
3436
|
-
"name": "variant",
|
|
3437
|
-
"description": "The variant of the DÁP badge",
|
|
3438
|
-
"type": "'normal' | 'inverted'"
|
|
3439
|
-
},
|
|
3440
|
-
{
|
|
3441
|
-
"name": "size",
|
|
3442
|
-
"description": "The size of the DÁP badge. Default is `sm`.",
|
|
3443
|
-
"type": "'sm' | 'lg'"
|
|
3444
|
-
},
|
|
3445
|
-
{
|
|
3446
|
-
"name": "sizeMap",
|
|
3447
|
-
"description": "Responsive size map (e.g. \"md:lg\").",
|
|
3448
|
-
"type": "string"
|
|
3449
|
-
}
|
|
3450
|
-
],
|
|
3451
|
-
"events": []
|
|
3452
|
-
}
|
|
3453
|
-
},
|
|
3454
3469
|
{
|
|
3455
3470
|
"name": "dap-ds-datepicker",
|
|
3456
3471
|
"description": "A datepicker is a graphical user interface widget that allows the user to select a date from a calendar and/or time from a time range.\n---\n\n\n### **Events:**\n - **dds-change** - Fired when the datepicker value changes.\n- **dds-input** - Fired when the datepicker input value changes.\n- **dds-valid-date** - Fired when the datepicker input value is valid. Happens on manual input typing.\n- **dds-invalid-date** - Fired when the datepicker input value is invalid. Happens on manual input typing.\n- **dds-clear** - Fired when the datepicker is cleared.\n- **dds-focus** - Emitted when the datepicker gains focus.\n- **dds-blur** - Emitted when the datepicker loses focus.\n\n### **CSS Properties:**\n - **--dds-combobox-background** - The background color of the combobox. (default: var(--dds-fields-background-default)) _(default: undefined)_\n- **--dds-combobox-border-color** - The border color of the combobox. (default: var(--dds-border-neutral-base)) _(default: undefined)_\n- **--dds-combobox-border-width** - The border width of the combobox. (default: var(--dds-border-width-base, 1px)) _(default: undefined)_\n- **--dds-combobox-border-radius** - The border radius of the combobox. (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-combobox-text-color** - The text color of the combobox. (default: var(--dds-text-neutral-base)) _(default: undefined)_\n- **--dds-combobox-placeholder-color** - The placeholder text color. (default: var(--dds-text-neutral-subtle)) _(default: undefined)_\n- **--dds-combobox-disabled-background** - The background color when disabled. (default: var(--dds-background-neutral-stronger)) _(default: undefined)_\n- **--dds-combobox-disabled-text** - The text color when disabled. (default: var(--dds-text-neutral-disabled)) _(default: undefined)_\n- **--dds-combobox-error-border** - The border color for error state. (default: var(--dds-border-negative-base)) _(default: undefined)_\n- **--dds-combobox-success-border** - The border color for success state. (default: var(--dds-border-positive-base)) _(default: undefined)_\n- **--dds-combobox-icon-color** - The color of the icons. (default: var(--dds-text-icon-neutral-subtle)) _(default: undefined)_\n- **--dds-combobox-clear-icon-color** - The color of the clear icon. (default: var(--dds-button-subtle-icon-neutral-enabled)) _(default: undefined)_\n- **--dds-combobox-popup-background** - The background color of the popup. (default: var(--dds-background-neutral-subtle)) _(default: undefined)_\n- **--dds-combobox-popup-shadow** - The box shadow of the popup. (default: 0 4px 6px -1px rgb(0 0 0 / 8%), 0 2px 4px -1px rgb(0 0 0 / 6%)) _(default: undefined)_\n- **--dds-combobox-padding-xs** - The padding for extra small size. (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-combobox-padding-sm** - The padding for small size. (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-combobox-padding-lg** - The padding for large size. (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-combobox-padding-horizontal** - The horizontal padding. (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-combobox-padding-vertical** - The vertical padding. (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-combobox-gap** - The gap between elements. (default: var(--dds-spacing-100)) _(default: undefined)_\n- **--dds-combobox-icon-gap** - The gap between icons. (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-combobox-action-gap** - The gap between action elements. (default: var(--dds-spacing-200)) _(default: undefined)_\n- **--dds-combobox-action-padding** - The padding for action elements. (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-combobox-clear-icon-width** - The width of the clear icon. (default: var(--dds-spacing-800)) _(default: undefined)_\n- **--dds-combobox-dropdown-icon-right** - The right position of the dropdown icon. (default: var(--dds-spacing-600)) _(default: undefined)_\n- **--dds-combobox-min-width** - The minimum width of the combobox. (default: 7.5rem) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main datepicker container.\n- **calendar** - The calendar of the datepicker.\n- **trigger** - The trigger button of the datepicker.\n- **label** - The label of the datepicker.\n- **description** - The description of the datepicker.\n- **feedback** - The feedback of the datepicker.\n- **tooltip** - The tooltip of the datepicker.\n- **input** - The input of the datepicker.\n- **clear-button** - The clear button of the datepicker.\n- **calendar-grid-cell-base** - The base of the calendar grid cell.\n- **calendar-grid-cell** - The cell of the calendar grid.\n- **calendar-grid-header-cell-base** - The base of the calendar grid header cell.\n- **calendar-grid-header-cell** - The header cell of the calendar grid.\n- **calendar-grid-cell-today-mark** - The today mark of the calendar grid cell.",
|
|
@@ -3764,6 +3779,11 @@
|
|
|
3764
3779
|
"description": "The label of the datepicker.",
|
|
3765
3780
|
"type": "string"
|
|
3766
3781
|
},
|
|
3782
|
+
{
|
|
3783
|
+
"name": "hideLabel",
|
|
3784
|
+
"description": "Visually hides the label while keeping it available to assistive technology. (default: false)",
|
|
3785
|
+
"type": "boolean"
|
|
3786
|
+
},
|
|
3767
3787
|
{
|
|
3768
3788
|
"name": "description",
|
|
3769
3789
|
"description": "The description of the datepicker.",
|
|
@@ -4800,6 +4820,11 @@
|
|
|
4800
4820
|
"description": "The label for the file input.",
|
|
4801
4821
|
"type": "string"
|
|
4802
4822
|
},
|
|
4823
|
+
{
|
|
4824
|
+
"name": "hideLabel",
|
|
4825
|
+
"description": "Visually hides the label while keeping it available to assistive technology. (default: false)",
|
|
4826
|
+
"type": "boolean"
|
|
4827
|
+
},
|
|
4803
4828
|
{
|
|
4804
4829
|
"name": "description",
|
|
4805
4830
|
"description": "The description for the file input.",
|
|
@@ -5295,6 +5320,11 @@
|
|
|
5295
5320
|
"description": "The label of the input.",
|
|
5296
5321
|
"type": "string"
|
|
5297
5322
|
},
|
|
5323
|
+
{
|
|
5324
|
+
"name": "hideLabel",
|
|
5325
|
+
"description": "Visually hides the label while keeping it available to assistive technology. (default: false)",
|
|
5326
|
+
"type": "boolean"
|
|
5327
|
+
},
|
|
5298
5328
|
{
|
|
5299
5329
|
"name": "description",
|
|
5300
5330
|
"description": "The description of the input.",
|
|
@@ -6759,6 +6789,11 @@
|
|
|
6759
6789
|
"description": "The label of the input.",
|
|
6760
6790
|
"type": "string"
|
|
6761
6791
|
},
|
|
6792
|
+
{
|
|
6793
|
+
"name": "hideLabel",
|
|
6794
|
+
"description": "Visually hides the label while keeping it available to assistive technology. (default: false)",
|
|
6795
|
+
"type": "boolean"
|
|
6796
|
+
},
|
|
6762
6797
|
{
|
|
6763
6798
|
"name": "placeholder",
|
|
6764
6799
|
"description": "The placeholder of the input.",
|
|
@@ -7514,16 +7549,196 @@
|
|
|
7514
7549
|
"type": "string"
|
|
7515
7550
|
},
|
|
7516
7551
|
{
|
|
7517
|
-
"name": "pageStateText",
|
|
7518
|
-
"description": "The function to determine the pager text. If not provided, uses default reactive translation.",
|
|
7519
|
-
"type": "Function"
|
|
7520
|
-
}
|
|
7521
|
-
],
|
|
7522
|
-
"events": [
|
|
7552
|
+
"name": "pageStateText",
|
|
7553
|
+
"description": "The function to determine the pager text. If not provided, uses default reactive translation.",
|
|
7554
|
+
"type": "Function"
|
|
7555
|
+
}
|
|
7556
|
+
],
|
|
7557
|
+
"events": [
|
|
7558
|
+
{
|
|
7559
|
+
"name": "dds-pagination-change",
|
|
7560
|
+
"type": "{ action: string, pagination: { pageIndex: number, pageSize: number } }",
|
|
7561
|
+
"description": "Event fired when the pagination changes"
|
|
7562
|
+
}
|
|
7563
|
+
]
|
|
7564
|
+
}
|
|
7565
|
+
},
|
|
7566
|
+
{
|
|
7567
|
+
"name": "dap-ds-password-input",
|
|
7568
|
+
"description": "A password input a field for entering a password.\n---\n\n\n### **Events:**\n - **dds-change** - Fired when the input value changes.\n- **dds-input** - Fired when the input value changes.\n- **dds-keydown** - Fired when a key is pressed down.\n- **dds-blur** - Fired when the input loses focus.\n- **dds-focus** - Emitted when the input gains focus.\n\n### **CSS Properties:**\n - **--dds-input-height-xs** - The height of the extra small input. (default: var(--dds-spacing-800)). _(default: undefined)_\n- **--dds-input-height-sm** - The height of the small input. (default: var(--dds-spacing-1000)). _(default: undefined)_\n- **--dds-input-height-lg** - The height of the large input. (default: var(--dds-spacing-1200)). _(default: undefined)_\n- **--dds-input-padding-xs** - The padding of the extra small input. (default: 0 var(--dds-spacing-200)). _(default: undefined)_\n- **--dds-input-padding-sm** - The padding of the small input. (default: 0 var(--dds-spacing-300)). _(default: undefined)_\n- **--dds-input-padding-lg** - The padding of the large input. (default: 0 var(--dds-spacing-400)). _(default: undefined)_\n- **--dds-input-font-size-xs** - The font size of the extra small input. (default: var(--dds-font-sm)). _(default: undefined)_\n- **--dds-input-font-size-sm** - The font size of the small input. (default: var(--dds-font-base)). _(default: undefined)_\n- **--dds-input-font-size-lg** - The font size of the large input. (default: var(--dds-font-lg)). _(default: undefined)_\n- **--dds-input-border** - The border of the input. (default: var(--dds-border-width-base) solid var(--dds-border-neutral-base)). _(default: undefined)_\n- **--dds-input-background** - The background color of the input. (default: var(--dds-fields-background-default)). _(default: undefined)_\n- **--dds-input-text-color** - The text color of the input. (default: var(--dds-text-neutral-base)). _(default: undefined)_\n- **--dds-input-border-radius** - The border radius of the input. (default: var(--dds-radius-base)). _(default: undefined)_\n- **--dds-input-disabled-border** - The border of the disabled input. (default: 0 solid var(--dds-border-neutral-disabled)). _(default: undefined)_\n- **--dds-input-disabled-background** - The background color of the disabled input. (default: var(--dds-fields-background-disabled)). _(default: undefined)_\n- **--dds-input-disabled-text** - The text color of the disabled input. (default: var(--dds-text-neutral-disabled)). _(default: undefined)_\n- **--dds-input-readonly-border** - The border of the readonly input. (default: 0 solid var(--dds-border-neutral-subtle)). _(default: undefined)_\n- **--dds-input-readonly-background** - The background color of the readonly input. (default: var(--dds-fields-background-read-only)). _(default: undefined)_\n- **--dds-input-readonly-text** - The text color of the readonly input. (default: var(--dds-text-neutral-subtle)). _(default: undefined)_\n- **--dds-input-success-border** - The border of the success input. (default: var(--dds-border-width-base) solid var(--dds-border-positive-base)). _(default: undefined)_\n- **--dds-input-error-border** - The border of the error input. (default: var(--dds-border-width-base) solid var(--dds-border-negative-base)). _(default: undefined)_\n- **--dds-input-addon-background** - The background color of the input addon. (default: var(--dds-fields-background-default)). _(default: undefined)_\n- **--dds-input-addon-success-background** - The background color of the success input addon. (default: var(--dds-fields-background-default)). _(default: undefined)_\n- **--dds-input-addon-error-background** - The background color of the error input addon. (default: var(--dds-fields-background-default)). _(default: undefined)_\n- **--dds-input-addon-border-before** - The border of the addon before the input. (default: var(--dds-border-width-base) solid var(--dds-border-neutral-base)). _(default: undefined)_\n- **--dds-input-addon-border-after** - The border of the addon after the input. (default: var(--dds-border-width-base) solid var(--dds-border-neutral-base)). _(default: undefined)_\n- **--dds-input-addon-border-width-before** - The border width of the addon before the input. (default: var(--dds-border-width-base) 0 var(--dds-border-width-base) var(--dds-border-width-base)). _(default: undefined)_\n- **--dds-input-addon-border-width-after** - The border width of the addon after the input. (default: var(--dds-border-width-base) var(--dds-border-width-base) var(--dds-border-width-base) 0). _(default: undefined)_\n- **--dds-input-addon-success-border** - The border of the success addon. (default: var(--dds-border-width-base) solid var(--dds-border-positive-base)). _(default: undefined)_\n- **--dds-input-addon-success-border-before** - The border of the success addon before the input. (default: var(--dds-border-width-base) solid var(--dds-border-positive-base)). _(default: undefined)_\n- **--dds-input-addon-success-border-after** - The border of the success addon after the input. (default: var(--dds-border-width-base) solid var(--dds-border-positive-base)). _(default: undefined)_\n- **--dds-input-addon-success-border-width-before** - The border width of the success addon before the input. (default: var(--dds-border-width-base) 0 var(--dds-border-width-base) var(--dds-border-width-base)). _(default: undefined)_\n- **--dds-input-addon-success-border-width-after** - The border width of the success addon after the input. (default: var(--dds-border-width-base) var(--dds-border-width-base) var(--dds-border-width-base) 0). _(default: undefined)_\n- **--dds-input-addon-error-border-before** - The border of the error addon before the input. (default: var(--dds-border-width-base) solid var(--dds-border-negative-base)). _(default: undefined)_\n- **--dds-input-addon-error-border-after** - The border of the error addon after the input. (default: var(--dds-border-width-base) solid var(--dds-border-negative-base)). _(default: undefined)_\n- **--dds-input-addon-error-border-width-before** - The border width of the error addon before the input. (default: var(--dds-border-width-base) 0 var(--dds-border-width-base) var(--dds-border-width-base)). _(default: undefined)_\n- **--dds-input-addon-error-border-width-after** - The border width of the error addon after the input. (default: var(--dds-border-width-base) var(--dds-border-width-base) var(--dds-border-width-base) 0). _(default: undefined)_\n\n### **CSS Parts:**\n - **postfix** - The postfix of the password input.\n- **password-input** - The password input.\n- **password-input--visible** - The visible password input.\n- **show-button** - The show button of the password input.\n- **show-button-base** - The base of the show button.\n- **show-button-content** - The content of the show button.\n- **show-icon** - The show icon of the password input.\n- **show-icon-base** - The base of the show icon.\n- **hide-button** - The hide button of the password input.\n- **hide-button-base** - The base of the hide button.\n- **hide-button-content** - The content of the hide button.\n- **hide-icon** - The hide icon of the password input.\n- **hide-icon-base** - The base of the hide icon.",
|
|
7569
|
+
"doc-url": "",
|
|
7570
|
+
"attributes": [
|
|
7571
|
+
{
|
|
7572
|
+
"name": "toggleButtonTestId",
|
|
7573
|
+
"description": "`data-testid` for the show/hide toggle button.",
|
|
7574
|
+
"value": {
|
|
7575
|
+
"type": "string",
|
|
7576
|
+
"default": "'password-input-toggle-button'"
|
|
7577
|
+
}
|
|
7578
|
+
}
|
|
7579
|
+
],
|
|
7580
|
+
"events": [
|
|
7581
|
+
{
|
|
7582
|
+
"name": "dds-change",
|
|
7583
|
+
"type": "{ value: string }",
|
|
7584
|
+
"description": "Fired when the input value changes."
|
|
7585
|
+
},
|
|
7586
|
+
{
|
|
7587
|
+
"name": "dds-input",
|
|
7588
|
+
"type": "{ value: string }",
|
|
7589
|
+
"description": "Fired when the input value changes."
|
|
7590
|
+
},
|
|
7591
|
+
{
|
|
7592
|
+
"name": "dds-keydown",
|
|
7593
|
+
"type": "{ value: string, originalEvent: Event }",
|
|
7594
|
+
"description": "Fired when a key is pressed down."
|
|
7595
|
+
},
|
|
7596
|
+
{
|
|
7597
|
+
"name": "dds-blur",
|
|
7598
|
+
"type": "{ void }",
|
|
7599
|
+
"description": "Fired when the input loses focus."
|
|
7600
|
+
},
|
|
7601
|
+
{
|
|
7602
|
+
"name": "dds-focus",
|
|
7603
|
+
"type": "{ void }",
|
|
7604
|
+
"description": "Emitted when the input gains focus."
|
|
7605
|
+
}
|
|
7606
|
+
],
|
|
7607
|
+
"js": {
|
|
7608
|
+
"properties": [
|
|
7609
|
+
{ "name": "passwordVisibile", "type": "boolean" },
|
|
7610
|
+
{
|
|
7611
|
+
"name": "toggleButtonTestId",
|
|
7612
|
+
"description": "`data-testid` for the show/hide toggle button.",
|
|
7613
|
+
"type": "string"
|
|
7614
|
+
},
|
|
7615
|
+
{ "name": "type", "type": "string" },
|
|
7616
|
+
{
|
|
7617
|
+
"name": "label",
|
|
7618
|
+
"description": "The label of the password input.",
|
|
7619
|
+
"type": "string"
|
|
7620
|
+
},
|
|
7621
|
+
{
|
|
7622
|
+
"name": "placeholder",
|
|
7623
|
+
"description": "The placeholder of the password input.",
|
|
7624
|
+
"type": "string"
|
|
7625
|
+
},
|
|
7626
|
+
{
|
|
7627
|
+
"name": "description",
|
|
7628
|
+
"description": "The description of the password input.",
|
|
7629
|
+
"type": "string"
|
|
7630
|
+
},
|
|
7631
|
+
{
|
|
7632
|
+
"name": "tooltip",
|
|
7633
|
+
"description": "The tooltip of the password input.",
|
|
7634
|
+
"type": "string"
|
|
7635
|
+
},
|
|
7636
|
+
{
|
|
7637
|
+
"name": "tooltipPlacement",
|
|
7638
|
+
"description": "The tooltip placement of the input.",
|
|
7639
|
+
"type": "'top' | 'right' | 'bottom' | 'left'"
|
|
7640
|
+
},
|
|
7641
|
+
{
|
|
7642
|
+
"name": "status",
|
|
7643
|
+
"description": "The status of the password input. Can be `success` or `error`.",
|
|
7644
|
+
"type": "string"
|
|
7645
|
+
},
|
|
7646
|
+
{
|
|
7647
|
+
"name": "size",
|
|
7648
|
+
"description": "The size of the password input. Default is `sm`.",
|
|
7649
|
+
"type": "'xs' | 'sm' | 'sm'"
|
|
7650
|
+
},
|
|
7651
|
+
{
|
|
7652
|
+
"name": "name",
|
|
7653
|
+
"description": "The name of the password input.",
|
|
7654
|
+
"type": "string"
|
|
7655
|
+
},
|
|
7656
|
+
{
|
|
7657
|
+
"name": "value",
|
|
7658
|
+
"description": "The value of the password input.",
|
|
7659
|
+
"type": "string"
|
|
7660
|
+
},
|
|
7661
|
+
{
|
|
7662
|
+
"name": "disabled",
|
|
7663
|
+
"description": "The disabled state of the password input. Default is false.",
|
|
7664
|
+
"type": "boolean"
|
|
7665
|
+
},
|
|
7666
|
+
{
|
|
7667
|
+
"name": "required",
|
|
7668
|
+
"description": "The required state of the password input. Default is false.",
|
|
7669
|
+
"type": "boolean"
|
|
7670
|
+
},
|
|
7671
|
+
{
|
|
7672
|
+
"name": "readonly",
|
|
7673
|
+
"description": "The readonly state of the password input. Default is false.",
|
|
7674
|
+
"type": "boolean"
|
|
7675
|
+
},
|
|
7676
|
+
{
|
|
7677
|
+
"name": "autofocus",
|
|
7678
|
+
"description": "The autofocus state of the password input. Default is false.",
|
|
7679
|
+
"type": "boolean"
|
|
7680
|
+
},
|
|
7681
|
+
{
|
|
7682
|
+
"name": "feedback",
|
|
7683
|
+
"description": "The feedback of the input.",
|
|
7684
|
+
"type": "string"
|
|
7685
|
+
},
|
|
7686
|
+
{
|
|
7687
|
+
"name": "feedbackType",
|
|
7688
|
+
"description": "The feedback type of the input. Can be `negative`, `positive`, or `warning`.",
|
|
7689
|
+
"type": "'negative' | 'positive' | 'warning'"
|
|
7690
|
+
},
|
|
7691
|
+
{
|
|
7692
|
+
"name": "loading",
|
|
7693
|
+
"description": "The loading state of the password input. Default is false.",
|
|
7694
|
+
"type": "boolean"
|
|
7695
|
+
},
|
|
7696
|
+
{
|
|
7697
|
+
"name": "optional",
|
|
7698
|
+
"description": "The optional state of the password input.",
|
|
7699
|
+
"type": "boolean"
|
|
7700
|
+
},
|
|
7701
|
+
{
|
|
7702
|
+
"name": "optionalLabel",
|
|
7703
|
+
"description": "The optional label of the password input.",
|
|
7704
|
+
"type": "string"
|
|
7705
|
+
},
|
|
7706
|
+
{
|
|
7707
|
+
"name": "requiredLabel",
|
|
7708
|
+
"description": "The required indicator of the password input. (default: '*')",
|
|
7709
|
+
"type": "string"
|
|
7710
|
+
},
|
|
7711
|
+
{
|
|
7712
|
+
"name": "subtle",
|
|
7713
|
+
"description": "The weight of the label. Default is `false`",
|
|
7714
|
+
"type": "boolean"
|
|
7715
|
+
}
|
|
7716
|
+
],
|
|
7717
|
+
"events": [
|
|
7718
|
+
{
|
|
7719
|
+
"name": "dds-change",
|
|
7720
|
+
"type": "{ value: string }",
|
|
7721
|
+
"description": "Fired when the input value changes."
|
|
7722
|
+
},
|
|
7723
|
+
{
|
|
7724
|
+
"name": "dds-input",
|
|
7725
|
+
"type": "{ value: string }",
|
|
7726
|
+
"description": "Fired when the input value changes."
|
|
7727
|
+
},
|
|
7728
|
+
{
|
|
7729
|
+
"name": "dds-keydown",
|
|
7730
|
+
"type": "{ value: string, originalEvent: Event }",
|
|
7731
|
+
"description": "Fired when a key is pressed down."
|
|
7732
|
+
},
|
|
7733
|
+
{
|
|
7734
|
+
"name": "dds-blur",
|
|
7735
|
+
"type": "{ void }",
|
|
7736
|
+
"description": "Fired when the input loses focus."
|
|
7737
|
+
},
|
|
7523
7738
|
{
|
|
7524
|
-
"name": "dds-
|
|
7525
|
-
"type": "{
|
|
7526
|
-
"description": "
|
|
7739
|
+
"name": "dds-focus",
|
|
7740
|
+
"type": "{ void }",
|
|
7741
|
+
"description": "Emitted when the input gains focus."
|
|
7527
7742
|
}
|
|
7528
7743
|
]
|
|
7529
7744
|
}
|
|
@@ -7885,6 +8100,11 @@
|
|
|
7885
8100
|
"description": "The label of the radio button.",
|
|
7886
8101
|
"type": "string"
|
|
7887
8102
|
},
|
|
8103
|
+
{
|
|
8104
|
+
"name": "hideLabel",
|
|
8105
|
+
"description": "Visually hides the label while keeping it available to assistive technology. (default: false)",
|
|
8106
|
+
"type": "boolean"
|
|
8107
|
+
},
|
|
7888
8108
|
{
|
|
7889
8109
|
"name": "description",
|
|
7890
8110
|
"description": "The description of the radio button.",
|
|
@@ -7975,186 +8195,6 @@
|
|
|
7975
8195
|
]
|
|
7976
8196
|
}
|
|
7977
8197
|
},
|
|
7978
|
-
{
|
|
7979
|
-
"name": "dap-ds-password-input",
|
|
7980
|
-
"description": "A password input a field for entering a password.\n---\n\n\n### **Events:**\n - **dds-change** - Fired when the input value changes.\n- **dds-input** - Fired when the input value changes.\n- **dds-keydown** - Fired when a key is pressed down.\n- **dds-blur** - Fired when the input loses focus.\n- **dds-focus** - Emitted when the input gains focus.\n\n### **CSS Properties:**\n - **--dds-input-height-xs** - The height of the extra small input. (default: var(--dds-spacing-800)). _(default: undefined)_\n- **--dds-input-height-sm** - The height of the small input. (default: var(--dds-spacing-1000)). _(default: undefined)_\n- **--dds-input-height-lg** - The height of the large input. (default: var(--dds-spacing-1200)). _(default: undefined)_\n- **--dds-input-padding-xs** - The padding of the extra small input. (default: 0 var(--dds-spacing-200)). _(default: undefined)_\n- **--dds-input-padding-sm** - The padding of the small input. (default: 0 var(--dds-spacing-300)). _(default: undefined)_\n- **--dds-input-padding-lg** - The padding of the large input. (default: 0 var(--dds-spacing-400)). _(default: undefined)_\n- **--dds-input-font-size-xs** - The font size of the extra small input. (default: var(--dds-font-sm)). _(default: undefined)_\n- **--dds-input-font-size-sm** - The font size of the small input. (default: var(--dds-font-base)). _(default: undefined)_\n- **--dds-input-font-size-lg** - The font size of the large input. (default: var(--dds-font-lg)). _(default: undefined)_\n- **--dds-input-border** - The border of the input. (default: var(--dds-border-width-base) solid var(--dds-border-neutral-base)). _(default: undefined)_\n- **--dds-input-background** - The background color of the input. (default: var(--dds-fields-background-default)). _(default: undefined)_\n- **--dds-input-text-color** - The text color of the input. (default: var(--dds-text-neutral-base)). _(default: undefined)_\n- **--dds-input-border-radius** - The border radius of the input. (default: var(--dds-radius-base)). _(default: undefined)_\n- **--dds-input-disabled-border** - The border of the disabled input. (default: 0 solid var(--dds-border-neutral-disabled)). _(default: undefined)_\n- **--dds-input-disabled-background** - The background color of the disabled input. (default: var(--dds-fields-background-disabled)). _(default: undefined)_\n- **--dds-input-disabled-text** - The text color of the disabled input. (default: var(--dds-text-neutral-disabled)). _(default: undefined)_\n- **--dds-input-readonly-border** - The border of the readonly input. (default: 0 solid var(--dds-border-neutral-subtle)). _(default: undefined)_\n- **--dds-input-readonly-background** - The background color of the readonly input. (default: var(--dds-fields-background-read-only)). _(default: undefined)_\n- **--dds-input-readonly-text** - The text color of the readonly input. (default: var(--dds-text-neutral-subtle)). _(default: undefined)_\n- **--dds-input-success-border** - The border of the success input. (default: var(--dds-border-width-base) solid var(--dds-border-positive-base)). _(default: undefined)_\n- **--dds-input-error-border** - The border of the error input. (default: var(--dds-border-width-base) solid var(--dds-border-negative-base)). _(default: undefined)_\n- **--dds-input-addon-background** - The background color of the input addon. (default: var(--dds-fields-background-default)). _(default: undefined)_\n- **--dds-input-addon-success-background** - The background color of the success input addon. (default: var(--dds-fields-background-default)). _(default: undefined)_\n- **--dds-input-addon-error-background** - The background color of the error input addon. (default: var(--dds-fields-background-default)). _(default: undefined)_\n- **--dds-input-addon-border-before** - The border of the addon before the input. (default: var(--dds-border-width-base) solid var(--dds-border-neutral-base)). _(default: undefined)_\n- **--dds-input-addon-border-after** - The border of the addon after the input. (default: var(--dds-border-width-base) solid var(--dds-border-neutral-base)). _(default: undefined)_\n- **--dds-input-addon-border-width-before** - The border width of the addon before the input. (default: var(--dds-border-width-base) 0 var(--dds-border-width-base) var(--dds-border-width-base)). _(default: undefined)_\n- **--dds-input-addon-border-width-after** - The border width of the addon after the input. (default: var(--dds-border-width-base) var(--dds-border-width-base) var(--dds-border-width-base) 0). _(default: undefined)_\n- **--dds-input-addon-success-border** - The border of the success addon. (default: var(--dds-border-width-base) solid var(--dds-border-positive-base)). _(default: undefined)_\n- **--dds-input-addon-success-border-before** - The border of the success addon before the input. (default: var(--dds-border-width-base) solid var(--dds-border-positive-base)). _(default: undefined)_\n- **--dds-input-addon-success-border-after** - The border of the success addon after the input. (default: var(--dds-border-width-base) solid var(--dds-border-positive-base)). _(default: undefined)_\n- **--dds-input-addon-success-border-width-before** - The border width of the success addon before the input. (default: var(--dds-border-width-base) 0 var(--dds-border-width-base) var(--dds-border-width-base)). _(default: undefined)_\n- **--dds-input-addon-success-border-width-after** - The border width of the success addon after the input. (default: var(--dds-border-width-base) var(--dds-border-width-base) var(--dds-border-width-base) 0). _(default: undefined)_\n- **--dds-input-addon-error-border-before** - The border of the error addon before the input. (default: var(--dds-border-width-base) solid var(--dds-border-negative-base)). _(default: undefined)_\n- **--dds-input-addon-error-border-after** - The border of the error addon after the input. (default: var(--dds-border-width-base) solid var(--dds-border-negative-base)). _(default: undefined)_\n- **--dds-input-addon-error-border-width-before** - The border width of the error addon before the input. (default: var(--dds-border-width-base) 0 var(--dds-border-width-base) var(--dds-border-width-base)). _(default: undefined)_\n- **--dds-input-addon-error-border-width-after** - The border width of the error addon after the input. (default: var(--dds-border-width-base) var(--dds-border-width-base) var(--dds-border-width-base) 0). _(default: undefined)_\n\n### **CSS Parts:**\n - **postfix** - The postfix of the password input.\n- **password-input** - The password input.\n- **password-input--visible** - The visible password input.\n- **show-button** - The show button of the password input.\n- **show-button-base** - The base of the show button.\n- **show-button-content** - The content of the show button.\n- **show-icon** - The show icon of the password input.\n- **show-icon-base** - The base of the show icon.\n- **hide-button** - The hide button of the password input.\n- **hide-button-base** - The base of the hide button.\n- **hide-button-content** - The content of the hide button.\n- **hide-icon** - The hide icon of the password input.\n- **hide-icon-base** - The base of the hide icon.",
|
|
7981
|
-
"doc-url": "",
|
|
7982
|
-
"attributes": [
|
|
7983
|
-
{
|
|
7984
|
-
"name": "toggleButtonTestId",
|
|
7985
|
-
"description": "`data-testid` for the show/hide toggle button.",
|
|
7986
|
-
"value": {
|
|
7987
|
-
"type": "string",
|
|
7988
|
-
"default": "'password-input-toggle-button'"
|
|
7989
|
-
}
|
|
7990
|
-
}
|
|
7991
|
-
],
|
|
7992
|
-
"events": [
|
|
7993
|
-
{
|
|
7994
|
-
"name": "dds-change",
|
|
7995
|
-
"type": "{ value: string }",
|
|
7996
|
-
"description": "Fired when the input value changes."
|
|
7997
|
-
},
|
|
7998
|
-
{
|
|
7999
|
-
"name": "dds-input",
|
|
8000
|
-
"type": "{ value: string }",
|
|
8001
|
-
"description": "Fired when the input value changes."
|
|
8002
|
-
},
|
|
8003
|
-
{
|
|
8004
|
-
"name": "dds-keydown",
|
|
8005
|
-
"type": "{ value: string, originalEvent: Event }",
|
|
8006
|
-
"description": "Fired when a key is pressed down."
|
|
8007
|
-
},
|
|
8008
|
-
{
|
|
8009
|
-
"name": "dds-blur",
|
|
8010
|
-
"type": "{ void }",
|
|
8011
|
-
"description": "Fired when the input loses focus."
|
|
8012
|
-
},
|
|
8013
|
-
{
|
|
8014
|
-
"name": "dds-focus",
|
|
8015
|
-
"type": "{ void }",
|
|
8016
|
-
"description": "Emitted when the input gains focus."
|
|
8017
|
-
}
|
|
8018
|
-
],
|
|
8019
|
-
"js": {
|
|
8020
|
-
"properties": [
|
|
8021
|
-
{ "name": "passwordVisibile", "type": "boolean" },
|
|
8022
|
-
{
|
|
8023
|
-
"name": "toggleButtonTestId",
|
|
8024
|
-
"description": "`data-testid` for the show/hide toggle button.",
|
|
8025
|
-
"type": "string"
|
|
8026
|
-
},
|
|
8027
|
-
{ "name": "type", "type": "string" },
|
|
8028
|
-
{
|
|
8029
|
-
"name": "label",
|
|
8030
|
-
"description": "The label of the password input.",
|
|
8031
|
-
"type": "string"
|
|
8032
|
-
},
|
|
8033
|
-
{
|
|
8034
|
-
"name": "placeholder",
|
|
8035
|
-
"description": "The placeholder of the password input.",
|
|
8036
|
-
"type": "string"
|
|
8037
|
-
},
|
|
8038
|
-
{
|
|
8039
|
-
"name": "description",
|
|
8040
|
-
"description": "The description of the password input.",
|
|
8041
|
-
"type": "string"
|
|
8042
|
-
},
|
|
8043
|
-
{
|
|
8044
|
-
"name": "tooltip",
|
|
8045
|
-
"description": "The tooltip of the password input.",
|
|
8046
|
-
"type": "string"
|
|
8047
|
-
},
|
|
8048
|
-
{
|
|
8049
|
-
"name": "tooltipPlacement",
|
|
8050
|
-
"description": "The tooltip placement of the input.",
|
|
8051
|
-
"type": "'top' | 'right' | 'bottom' | 'left'"
|
|
8052
|
-
},
|
|
8053
|
-
{
|
|
8054
|
-
"name": "status",
|
|
8055
|
-
"description": "The status of the password input. Can be `success` or `error`.",
|
|
8056
|
-
"type": "string"
|
|
8057
|
-
},
|
|
8058
|
-
{
|
|
8059
|
-
"name": "size",
|
|
8060
|
-
"description": "The size of the password input. Default is `sm`.",
|
|
8061
|
-
"type": "'xs' | 'sm' | 'sm'"
|
|
8062
|
-
},
|
|
8063
|
-
{
|
|
8064
|
-
"name": "name",
|
|
8065
|
-
"description": "The name of the password input.",
|
|
8066
|
-
"type": "string"
|
|
8067
|
-
},
|
|
8068
|
-
{
|
|
8069
|
-
"name": "value",
|
|
8070
|
-
"description": "The value of the password input.",
|
|
8071
|
-
"type": "string"
|
|
8072
|
-
},
|
|
8073
|
-
{
|
|
8074
|
-
"name": "disabled",
|
|
8075
|
-
"description": "The disabled state of the password input. Default is false.",
|
|
8076
|
-
"type": "boolean"
|
|
8077
|
-
},
|
|
8078
|
-
{
|
|
8079
|
-
"name": "required",
|
|
8080
|
-
"description": "The required state of the password input. Default is false.",
|
|
8081
|
-
"type": "boolean"
|
|
8082
|
-
},
|
|
8083
|
-
{
|
|
8084
|
-
"name": "readonly",
|
|
8085
|
-
"description": "The readonly state of the password input. Default is false.",
|
|
8086
|
-
"type": "boolean"
|
|
8087
|
-
},
|
|
8088
|
-
{
|
|
8089
|
-
"name": "autofocus",
|
|
8090
|
-
"description": "The autofocus state of the password input. Default is false.",
|
|
8091
|
-
"type": "boolean"
|
|
8092
|
-
},
|
|
8093
|
-
{
|
|
8094
|
-
"name": "feedback",
|
|
8095
|
-
"description": "The feedback of the input.",
|
|
8096
|
-
"type": "string"
|
|
8097
|
-
},
|
|
8098
|
-
{
|
|
8099
|
-
"name": "feedbackType",
|
|
8100
|
-
"description": "The feedback type of the input. Can be `negative`, `positive`, or `warning`.",
|
|
8101
|
-
"type": "'negative' | 'positive' | 'warning'"
|
|
8102
|
-
},
|
|
8103
|
-
{
|
|
8104
|
-
"name": "loading",
|
|
8105
|
-
"description": "The loading state of the password input. Default is false.",
|
|
8106
|
-
"type": "boolean"
|
|
8107
|
-
},
|
|
8108
|
-
{
|
|
8109
|
-
"name": "optional",
|
|
8110
|
-
"description": "The optional state of the password input.",
|
|
8111
|
-
"type": "boolean"
|
|
8112
|
-
},
|
|
8113
|
-
{
|
|
8114
|
-
"name": "optionalLabel",
|
|
8115
|
-
"description": "The optional label of the password input.",
|
|
8116
|
-
"type": "string"
|
|
8117
|
-
},
|
|
8118
|
-
{
|
|
8119
|
-
"name": "requiredLabel",
|
|
8120
|
-
"description": "The required indicator of the password input. (default: '*')",
|
|
8121
|
-
"type": "string"
|
|
8122
|
-
},
|
|
8123
|
-
{
|
|
8124
|
-
"name": "subtle",
|
|
8125
|
-
"description": "The weight of the label. Default is `false`",
|
|
8126
|
-
"type": "boolean"
|
|
8127
|
-
}
|
|
8128
|
-
],
|
|
8129
|
-
"events": [
|
|
8130
|
-
{
|
|
8131
|
-
"name": "dds-change",
|
|
8132
|
-
"type": "{ value: string }",
|
|
8133
|
-
"description": "Fired when the input value changes."
|
|
8134
|
-
},
|
|
8135
|
-
{
|
|
8136
|
-
"name": "dds-input",
|
|
8137
|
-
"type": "{ value: string }",
|
|
8138
|
-
"description": "Fired when the input value changes."
|
|
8139
|
-
},
|
|
8140
|
-
{
|
|
8141
|
-
"name": "dds-keydown",
|
|
8142
|
-
"type": "{ value: string, originalEvent: Event }",
|
|
8143
|
-
"description": "Fired when a key is pressed down."
|
|
8144
|
-
},
|
|
8145
|
-
{
|
|
8146
|
-
"name": "dds-blur",
|
|
8147
|
-
"type": "{ void }",
|
|
8148
|
-
"description": "Fired when the input loses focus."
|
|
8149
|
-
},
|
|
8150
|
-
{
|
|
8151
|
-
"name": "dds-focus",
|
|
8152
|
-
"type": "{ void }",
|
|
8153
|
-
"description": "Emitted when the input gains focus."
|
|
8154
|
-
}
|
|
8155
|
-
]
|
|
8156
|
-
}
|
|
8157
|
-
},
|
|
8158
8198
|
{
|
|
8159
8199
|
"name": "dap-ds-rating",
|
|
8160
8200
|
"description": "Rating is a component that allows users to rate a product or service.\n---\n\n\n### **Events:**\n - **dds-change** - Event fired when the rating value changes.\n\n### **Methods:**\n - **_announceRating()** - Announce the current rating to screen readers\n\n### **CSS Parts:**\n - **base** - The main rating container.\n- **star** - The star element.\n- **stars-container** - The container of the stars.\n- **icon** - The icon of the star.",
|
|
@@ -8651,6 +8691,11 @@
|
|
|
8651
8691
|
"description": "The label of the select.",
|
|
8652
8692
|
"type": "string"
|
|
8653
8693
|
},
|
|
8694
|
+
{
|
|
8695
|
+
"name": "hideLabel",
|
|
8696
|
+
"description": "Visually hides the label while keeping it available to assistive technology. (default: false)",
|
|
8697
|
+
"type": "boolean"
|
|
8698
|
+
},
|
|
8654
8699
|
{
|
|
8655
8700
|
"name": "description",
|
|
8656
8701
|
"description": "The description of the select.",
|
|
@@ -9510,6 +9555,11 @@
|
|
|
9510
9555
|
"description": "The label of the switch.",
|
|
9511
9556
|
"type": "string"
|
|
9512
9557
|
},
|
|
9558
|
+
{
|
|
9559
|
+
"name": "hideLabel",
|
|
9560
|
+
"description": "Visually hides the label while keeping it available to assistive technology. (default: false)",
|
|
9561
|
+
"type": "boolean"
|
|
9562
|
+
},
|
|
9513
9563
|
{
|
|
9514
9564
|
"name": "description",
|
|
9515
9565
|
"description": "The description of the switch.",
|
|
@@ -10015,6 +10065,11 @@
|
|
|
10015
10065
|
"description": "The label of the textarea.",
|
|
10016
10066
|
"type": "string"
|
|
10017
10067
|
},
|
|
10068
|
+
{
|
|
10069
|
+
"name": "hideLabel",
|
|
10070
|
+
"description": "Visually hides the label while keeping it available to assistive technology. (default: false)",
|
|
10071
|
+
"type": "boolean"
|
|
10072
|
+
},
|
|
10018
10073
|
{
|
|
10019
10074
|
"name": "description",
|
|
10020
10075
|
"description": "The description of the textarea.",
|
|
@@ -10588,6 +10643,11 @@
|
|
|
10588
10643
|
"description": "The label of the timepicker.",
|
|
10589
10644
|
"type": "string"
|
|
10590
10645
|
},
|
|
10646
|
+
{
|
|
10647
|
+
"name": "hideLabel",
|
|
10648
|
+
"description": "Visually hides the label while keeping it available to assistive technology. (default: false)",
|
|
10649
|
+
"type": "boolean"
|
|
10650
|
+
},
|
|
10591
10651
|
{
|
|
10592
10652
|
"name": "description",
|
|
10593
10653
|
"description": "The description of the timepicker.",
|
|
@@ -11273,6 +11333,11 @@
|
|
|
11273
11333
|
"name": "label",
|
|
11274
11334
|
"description": "The label text.",
|
|
11275
11335
|
"type": "string"
|
|
11336
|
+
},
|
|
11337
|
+
{
|
|
11338
|
+
"name": "hideLabel",
|
|
11339
|
+
"description": "Visually hides the label while keeping it available to assistive technology. (default: false)",
|
|
11340
|
+
"type": "boolean"
|
|
11276
11341
|
}
|
|
11277
11342
|
],
|
|
11278
11343
|
"events": []
|
|
@@ -11305,6 +11370,11 @@
|
|
|
11305
11370
|
"description": "The label of the input group.",
|
|
11306
11371
|
"type": "string"
|
|
11307
11372
|
},
|
|
11373
|
+
{
|
|
11374
|
+
"name": "hideLabel",
|
|
11375
|
+
"description": "Visually hides the label while keeping it available to assistive technology. (default: false)",
|
|
11376
|
+
"type": "boolean"
|
|
11377
|
+
},
|
|
11308
11378
|
{
|
|
11309
11379
|
"name": "description",
|
|
11310
11380
|
"description": "The description of the input group.",
|
|
@@ -11454,6 +11524,11 @@
|
|
|
11454
11524
|
"description": "The label of the radio group.",
|
|
11455
11525
|
"type": "string"
|
|
11456
11526
|
},
|
|
11527
|
+
{
|
|
11528
|
+
"name": "hideLabel",
|
|
11529
|
+
"description": "Visually hides the label while keeping it available to assistive technology. (default: false)",
|
|
11530
|
+
"type": "boolean"
|
|
11531
|
+
},
|
|
11457
11532
|
{
|
|
11458
11533
|
"name": "description",
|
|
11459
11534
|
"description": "The description of the radio group.",
|
|
@@ -11830,7 +11905,7 @@
|
|
|
11830
11905
|
}
|
|
11831
11906
|
},
|
|
11832
11907
|
{
|
|
11833
|
-
"name": "dap-ds-icon-arrow-left-s-
|
|
11908
|
+
"name": "dap-ds-icon-arrow-left-s-line",
|
|
11834
11909
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
11835
11910
|
"doc-url": "",
|
|
11836
11911
|
"attributes": [
|
|
@@ -11883,7 +11958,7 @@
|
|
|
11883
11958
|
}
|
|
11884
11959
|
},
|
|
11885
11960
|
{
|
|
11886
|
-
"name": "dap-ds-icon-arrow-left-s-
|
|
11961
|
+
"name": "dap-ds-icon-arrow-left-s-fill",
|
|
11887
11962
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
11888
11963
|
"doc-url": "",
|
|
11889
11964
|
"attributes": [
|
|
@@ -12095,7 +12170,7 @@
|
|
|
12095
12170
|
}
|
|
12096
12171
|
},
|
|
12097
12172
|
{
|
|
12098
|
-
"name": "dap-ds-icon-arrow-right-
|
|
12173
|
+
"name": "dap-ds-icon-arrow-right-line",
|
|
12099
12174
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
12100
12175
|
"doc-url": "",
|
|
12101
12176
|
"attributes": [
|
|
@@ -12148,7 +12223,7 @@
|
|
|
12148
12223
|
}
|
|
12149
12224
|
},
|
|
12150
12225
|
{
|
|
12151
|
-
"name": "dap-ds-icon-arrow-right-
|
|
12226
|
+
"name": "dap-ds-icon-arrow-right-s-fill",
|
|
12152
12227
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
12153
12228
|
"doc-url": "",
|
|
12154
12229
|
"attributes": [
|
|
@@ -12784,7 +12859,7 @@
|
|
|
12784
12859
|
}
|
|
12785
12860
|
},
|
|
12786
12861
|
{
|
|
12787
|
-
"name": "dap-ds-icon-
|
|
12862
|
+
"name": "dap-ds-icon-separator",
|
|
12788
12863
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
12789
12864
|
"doc-url": "",
|
|
12790
12865
|
"attributes": [
|
|
@@ -12837,7 +12912,7 @@
|
|
|
12837
12912
|
}
|
|
12838
12913
|
},
|
|
12839
12914
|
{
|
|
12840
|
-
"name": "dap-ds-icon-
|
|
12915
|
+
"name": "dap-ds-icon-clipboard-line",
|
|
12841
12916
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
12842
12917
|
"doc-url": "",
|
|
12843
12918
|
"attributes": [
|
|
@@ -12890,7 +12965,7 @@
|
|
|
12890
12965
|
}
|
|
12891
12966
|
},
|
|
12892
12967
|
{
|
|
12893
|
-
"name": "dap-ds-icon-file-
|
|
12968
|
+
"name": "dap-ds-icon-file-copy-line",
|
|
12894
12969
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
12895
12970
|
"doc-url": "",
|
|
12896
12971
|
"attributes": [
|
|
@@ -12943,7 +13018,7 @@
|
|
|
12943
13018
|
}
|
|
12944
13019
|
},
|
|
12945
13020
|
{
|
|
12946
|
-
"name": "dap-ds-icon-file-
|
|
13021
|
+
"name": "dap-ds-icon-file-image-line",
|
|
12947
13022
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
12948
13023
|
"doc-url": "",
|
|
12949
13024
|
"attributes": [
|
|
@@ -12996,7 +13071,7 @@
|
|
|
12996
13071
|
}
|
|
12997
13072
|
},
|
|
12998
13073
|
{
|
|
12999
|
-
"name": "dap-ds-icon-file-
|
|
13074
|
+
"name": "dap-ds-icon-file-music-line",
|
|
13000
13075
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13001
13076
|
"doc-url": "",
|
|
13002
13077
|
"attributes": [
|
|
@@ -13102,7 +13177,7 @@
|
|
|
13102
13177
|
}
|
|
13103
13178
|
},
|
|
13104
13179
|
{
|
|
13105
|
-
"name": "dap-ds-icon-
|
|
13180
|
+
"name": "dap-ds-icon-file-video-line",
|
|
13106
13181
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13107
13182
|
"doc-url": "",
|
|
13108
13183
|
"attributes": [
|
|
@@ -13155,7 +13230,7 @@
|
|
|
13155
13230
|
}
|
|
13156
13231
|
},
|
|
13157
13232
|
{
|
|
13158
|
-
"name": "dap-ds-icon-folder-
|
|
13233
|
+
"name": "dap-ds-icon-folder-line",
|
|
13159
13234
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13160
13235
|
"doc-url": "",
|
|
13161
13236
|
"attributes": [
|
|
@@ -13208,7 +13283,7 @@
|
|
|
13208
13283
|
}
|
|
13209
13284
|
},
|
|
13210
13285
|
{
|
|
13211
|
-
"name": "dap-ds-icon-
|
|
13286
|
+
"name": "dap-ds-icon-folder-open-line",
|
|
13212
13287
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13213
13288
|
"doc-url": "",
|
|
13214
13289
|
"attributes": [
|
|
@@ -13685,7 +13760,7 @@
|
|
|
13685
13760
|
}
|
|
13686
13761
|
},
|
|
13687
13762
|
{
|
|
13688
|
-
"name": "dap-ds-icon-alert-
|
|
13763
|
+
"name": "dap-ds-icon-alert-line",
|
|
13689
13764
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13690
13765
|
"doc-url": "",
|
|
13691
13766
|
"attributes": [
|
|
@@ -13738,7 +13813,7 @@
|
|
|
13738
13813
|
}
|
|
13739
13814
|
},
|
|
13740
13815
|
{
|
|
13741
|
-
"name": "dap-ds-icon-alert-
|
|
13816
|
+
"name": "dap-ds-icon-alert-fill",
|
|
13742
13817
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
13743
13818
|
"doc-url": "",
|
|
13744
13819
|
"attributes": [
|
|
@@ -15805,7 +15880,7 @@
|
|
|
15805
15880
|
}
|
|
15806
15881
|
},
|
|
15807
15882
|
{
|
|
15808
|
-
"name": "dap-ds-icon-time-
|
|
15883
|
+
"name": "dap-ds-icon-time-fill",
|
|
15809
15884
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15810
15885
|
"doc-url": "",
|
|
15811
15886
|
"attributes": [
|
|
@@ -15858,7 +15933,7 @@
|
|
|
15858
15933
|
}
|
|
15859
15934
|
},
|
|
15860
15935
|
{
|
|
15861
|
-
"name": "dap-ds-icon-time-
|
|
15936
|
+
"name": "dap-ds-icon-time-line",
|
|
15862
15937
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15863
15938
|
"doc-url": "",
|
|
15864
15939
|
"attributes": [
|
|
@@ -15964,7 +16039,7 @@
|
|
|
15964
16039
|
}
|
|
15965
16040
|
},
|
|
15966
16041
|
{
|
|
15967
|
-
"name": "dap-ds-icon-upload-line",
|
|
16042
|
+
"name": "dap-ds-icon-upload-2-line",
|
|
15968
16043
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
15969
16044
|
"doc-url": "",
|
|
15970
16045
|
"attributes": [
|
|
@@ -16017,7 +16092,7 @@
|
|
|
16017
16092
|
}
|
|
16018
16093
|
},
|
|
16019
16094
|
{
|
|
16020
|
-
"name": "dap-ds-icon-upload-
|
|
16095
|
+
"name": "dap-ds-icon-upload-line",
|
|
16021
16096
|
"description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
|
|
16022
16097
|
"doc-url": "",
|
|
16023
16098
|
"attributes": [
|