dap-design-system 0.57.6 → 0.57.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -113,6 +113,33 @@
113
113
  ]
114
114
  }
115
115
  },
116
+ {
117
+ "name": "dap-ds-anchor-heading",
118
+ "description": "Anchor heading is a heading with an anchor link.\n---\n\n\n### **CSS Properties:**\n - **--dds-anchor-link-color** - The color of the anchor link (default: var(--dds-color-primary)) _(default: undefined)_\n- **--dds-anchor-link-opacity** - The opacity of the anchor link when not hovered (default: 0) _(default: undefined)_\n- **--dds-anchor-link-hover-opacity** - The opacity of the anchor link when hovered (default: 1) _(default: undefined)_\n- **--dds-anchor-link-transition** - The transition property for the anchor link opacity (default: opacity 0.2s ease-in-out) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main anchor heading container.\n- **link** - The link of the anchor heading. dap-ds-link element.\n- **link-base** - The base of the link part.\n- **text** - The text of the anchor heading.",
119
+ "doc-url": "",
120
+ "attributes": [
121
+ {
122
+ "name": "variant",
123
+ "description": "The variant of the heading. Default is `h2`. Can be `h1`, `h2`, `h3`, `h4`, `h5`, or `h6`.",
124
+ "value": { "type": "HeadingVariant" }
125
+ },
126
+ {
127
+ "name": "label",
128
+ "description": "The label of the heading.",
129
+ "value": { "type": "string" }
130
+ }
131
+ ],
132
+ "events": [],
133
+ "js": {
134
+ "properties": [
135
+ { "name": "variant", "type": "HeadingVariant" },
136
+ { "name": "label", "type": "string" },
137
+ { "name": "elementId" },
138
+ { "name": "anchorTitle" }
139
+ ],
140
+ "events": []
141
+ }
142
+ },
116
143
  {
117
144
  "name": "dap-ds-avatar",
118
145
  "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.",
@@ -270,33 +297,6 @@
270
297
  ]
271
298
  }
272
299
  },
273
- {
274
- "name": "dap-ds-anchor-heading",
275
- "description": "Anchor heading is a heading with an anchor link.\n---\n\n\n### **CSS Properties:**\n - **--dds-anchor-link-color** - The color of the anchor link (default: var(--dds-color-primary)) _(default: undefined)_\n- **--dds-anchor-link-opacity** - The opacity of the anchor link when not hovered (default: 0) _(default: undefined)_\n- **--dds-anchor-link-hover-opacity** - The opacity of the anchor link when hovered (default: 1) _(default: undefined)_\n- **--dds-anchor-link-transition** - The transition property for the anchor link opacity (default: opacity 0.2s ease-in-out) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main anchor heading container.\n- **link** - The link of the anchor heading. dap-ds-link element.\n- **link-base** - The base of the link part.\n- **text** - The text of the anchor heading.",
276
- "doc-url": "",
277
- "attributes": [
278
- {
279
- "name": "variant",
280
- "description": "The variant of the heading. Default is `h2`. Can be `h1`, `h2`, `h3`, `h4`, `h5`, or `h6`.",
281
- "value": { "type": "HeadingVariant" }
282
- },
283
- {
284
- "name": "label",
285
- "description": "The label of the heading.",
286
- "value": { "type": "string" }
287
- }
288
- ],
289
- "events": [],
290
- "js": {
291
- "properties": [
292
- { "name": "variant", "type": "HeadingVariant" },
293
- { "name": "label", "type": "string" },
294
- { "name": "elementId" },
295
- { "name": "anchorTitle" }
296
- ],
297
- "events": []
298
- }
299
- },
300
300
  {
301
301
  "name": "dap-ds-accordion-group",
302
302
  "description": "An accordion group is a collection of accordion components.\n---\n\n\n### **Slots:**\n - _default_ - The content of the accordion group.\n\n### **CSS Properties:**\n - **--dds-accordion-group-spacing** - Controls the gap between accordion items (default: var(--dds-spacing-300)) _(default: undefined)_\n- **--dds-accordion-group-border-color** - Controls the border color (default: var(--dds-border-neutral-subtle)) _(default: undefined)_\n- **--dds-accordion-group-border-width** - Controls the border width (default: var(--dds-border-width-base)) _(default: undefined)_\n- **--dds-accordion-group-border-radius** - Controls the border radius (default: var(--dds-radius-base)) _(default: undefined)_\n- **--dds-accordion-group-background** - Controls the background color (default: transparent) _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The main accordion group container.",
@@ -13002,7 +13002,7 @@
13002
13002
  }
13003
13003
  },
13004
13004
  {
13005
- "name": "dap-ds-icon-account-circle-fill",
13005
+ "name": "dap-ds-icon-add-line",
13006
13006
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
13007
13007
  "doc-url": "",
13008
13008
  "attributes": [
@@ -13055,7 +13055,7 @@
13055
13055
  }
13056
13056
  },
13057
13057
  {
13058
- "name": "dap-ds-icon-account-circle-line",
13058
+ "name": "dap-ds-icon-alert-fill",
13059
13059
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
13060
13060
  "doc-url": "",
13061
13061
  "attributes": [
@@ -13108,7 +13108,7 @@
13108
13108
  }
13109
13109
  },
13110
13110
  {
13111
- "name": "dap-ds-icon-user-fill",
13111
+ "name": "dap-ds-icon-alert-line",
13112
13112
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
13113
13113
  "doc-url": "",
13114
13114
  "attributes": [
@@ -13161,7 +13161,7 @@
13161
13161
  }
13162
13162
  },
13163
13163
  {
13164
- "name": "dap-ds-icon-user-line",
13164
+ "name": "dap-ds-icon-check-line",
13165
13165
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
13166
13166
  "doc-url": "",
13167
13167
  "attributes": [
@@ -13214,7 +13214,7 @@
13214
13214
  }
13215
13215
  },
13216
13216
  {
13217
- "name": "dap-ds-icon-add-line",
13217
+ "name": "dap-ds-icon-check-line2",
13218
13218
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
13219
13219
  "doc-url": "",
13220
13220
  "attributes": [
@@ -13267,7 +13267,7 @@
13267
13267
  }
13268
13268
  },
13269
13269
  {
13270
- "name": "dap-ds-icon-alert-fill",
13270
+ "name": "dap-ds-icon-checkbox-blank-circle-fill",
13271
13271
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
13272
13272
  "doc-url": "",
13273
13273
  "attributes": [
@@ -13320,7 +13320,7 @@
13320
13320
  }
13321
13321
  },
13322
13322
  {
13323
- "name": "dap-ds-icon-alert-line",
13323
+ "name": "dap-ds-icon-checkbox-blank-circle-fill-check",
13324
13324
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
13325
13325
  "doc-url": "",
13326
13326
  "attributes": [
@@ -13373,7 +13373,7 @@
13373
13373
  }
13374
13374
  },
13375
13375
  {
13376
- "name": "dap-ds-icon-check-line",
13376
+ "name": "dap-ds-icon-checkbox-blank-circle-line",
13377
13377
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
13378
13378
  "doc-url": "",
13379
13379
  "attributes": [
@@ -13426,7 +13426,7 @@
13426
13426
  }
13427
13427
  },
13428
13428
  {
13429
- "name": "dap-ds-icon-check-line2",
13429
+ "name": "dap-ds-icon-checkbox-circle-fill",
13430
13430
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
13431
13431
  "doc-url": "",
13432
13432
  "attributes": [
@@ -13479,7 +13479,7 @@
13479
13479
  }
13480
13480
  },
13481
13481
  {
13482
- "name": "dap-ds-icon-checkbox-blank-circle-fill",
13482
+ "name": "dap-ds-icon-checkbox-circle-line",
13483
13483
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
13484
13484
  "doc-url": "",
13485
13485
  "attributes": [
@@ -13532,7 +13532,7 @@
13532
13532
  }
13533
13533
  },
13534
13534
  {
13535
- "name": "dap-ds-icon-checkbox-blank-circle-fill-check",
13535
+ "name": "dap-ds-icon-close-circle-fill",
13536
13536
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
13537
13537
  "doc-url": "",
13538
13538
  "attributes": [
@@ -13585,7 +13585,7 @@
13585
13585
  }
13586
13586
  },
13587
13587
  {
13588
- "name": "dap-ds-icon-checkbox-blank-circle-line",
13588
+ "name": "dap-ds-icon-close-circle-line",
13589
13589
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
13590
13590
  "doc-url": "",
13591
13591
  "attributes": [
@@ -13638,7 +13638,7 @@
13638
13638
  }
13639
13639
  },
13640
13640
  {
13641
- "name": "dap-ds-icon-checkbox-circle-fill",
13641
+ "name": "dap-ds-icon-close-fill",
13642
13642
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
13643
13643
  "doc-url": "",
13644
13644
  "attributes": [
@@ -13691,7 +13691,7 @@
13691
13691
  }
13692
13692
  },
13693
13693
  {
13694
- "name": "dap-ds-icon-checkbox-circle-line",
13694
+ "name": "dap-ds-icon-close-line",
13695
13695
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
13696
13696
  "doc-url": "",
13697
13697
  "attributes": [
@@ -13744,7 +13744,7 @@
13744
13744
  }
13745
13745
  },
13746
13746
  {
13747
- "name": "dap-ds-icon-close-circle-fill",
13747
+ "name": "dap-ds-icon-delete-bin-fill",
13748
13748
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
13749
13749
  "doc-url": "",
13750
13750
  "attributes": [
@@ -13797,7 +13797,7 @@
13797
13797
  }
13798
13798
  },
13799
13799
  {
13800
- "name": "dap-ds-icon-close-circle-line",
13800
+ "name": "dap-ds-icon-delete-bin-line",
13801
13801
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
13802
13802
  "doc-url": "",
13803
13803
  "attributes": [
@@ -13850,7 +13850,7 @@
13850
13850
  }
13851
13851
  },
13852
13852
  {
13853
- "name": "dap-ds-icon-close-fill",
13853
+ "name": "dap-ds-icon-download-line",
13854
13854
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
13855
13855
  "doc-url": "",
13856
13856
  "attributes": [
@@ -13903,7 +13903,7 @@
13903
13903
  }
13904
13904
  },
13905
13905
  {
13906
- "name": "dap-ds-icon-close-line",
13906
+ "name": "dap-ds-icon-error-warning-fill",
13907
13907
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
13908
13908
  "doc-url": "",
13909
13909
  "attributes": [
@@ -13956,7 +13956,7 @@
13956
13956
  }
13957
13957
  },
13958
13958
  {
13959
- "name": "dap-ds-icon-delete-bin-fill",
13959
+ "name": "dap-ds-icon-error-warning-line",
13960
13960
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
13961
13961
  "doc-url": "",
13962
13962
  "attributes": [
@@ -14009,7 +14009,7 @@
14009
14009
  }
14010
14010
  },
14011
14011
  {
14012
- "name": "dap-ds-icon-delete-bin-line",
14012
+ "name": "dap-ds-icon-external-link-line",
14013
14013
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
14014
14014
  "doc-url": "",
14015
14015
  "attributes": [
@@ -14062,7 +14062,7 @@
14062
14062
  }
14063
14063
  },
14064
14064
  {
14065
- "name": "dap-ds-icon-download-line",
14065
+ "name": "dap-ds-icon-eye-line",
14066
14066
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
14067
14067
  "doc-url": "",
14068
14068
  "attributes": [
@@ -14115,7 +14115,7 @@
14115
14115
  }
14116
14116
  },
14117
14117
  {
14118
- "name": "dap-ds-icon-error-warning-fill",
14118
+ "name": "dap-ds-icon-eye-off-line",
14119
14119
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
14120
14120
  "doc-url": "",
14121
14121
  "attributes": [
@@ -14168,7 +14168,7 @@
14168
14168
  }
14169
14169
  },
14170
14170
  {
14171
- "name": "dap-ds-icon-external-link-line",
14171
+ "name": "dap-ds-icon-forbid-fill",
14172
14172
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
14173
14173
  "doc-url": "",
14174
14174
  "attributes": [
@@ -14221,7 +14221,7 @@
14221
14221
  }
14222
14222
  },
14223
14223
  {
14224
- "name": "dap-ds-icon-eye-line",
14224
+ "name": "dap-ds-icon-information-2-fill",
14225
14225
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
14226
14226
  "doc-url": "",
14227
14227
  "attributes": [
@@ -14274,7 +14274,7 @@
14274
14274
  }
14275
14275
  },
14276
14276
  {
14277
- "name": "dap-ds-icon-error-warning-line",
14277
+ "name": "dap-ds-icon-information-fill",
14278
14278
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
14279
14279
  "doc-url": "",
14280
14280
  "attributes": [
@@ -14327,7 +14327,7 @@
14327
14327
  }
14328
14328
  },
14329
14329
  {
14330
- "name": "dap-ds-icon-eye-off-line",
14330
+ "name": "dap-ds-icon-information-line",
14331
14331
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
14332
14332
  "doc-url": "",
14333
14333
  "attributes": [
@@ -14380,7 +14380,7 @@
14380
14380
  }
14381
14381
  },
14382
14382
  {
14383
- "name": "dap-ds-icon-forbid-fill",
14383
+ "name": "dap-ds-icon-lightbulb-fill",
14384
14384
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
14385
14385
  "doc-url": "",
14386
14386
  "attributes": [
@@ -14433,7 +14433,7 @@
14433
14433
  }
14434
14434
  },
14435
14435
  {
14436
- "name": "dap-ds-icon-information-2-fill",
14436
+ "name": "dap-ds-icon-loading-spinner",
14437
14437
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
14438
14438
  "doc-url": "",
14439
14439
  "attributes": [
@@ -14486,7 +14486,7 @@
14486
14486
  }
14487
14487
  },
14488
14488
  {
14489
- "name": "dap-ds-icon-information-fill",
14489
+ "name": "dap-ds-icon-lock-fill",
14490
14490
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
14491
14491
  "doc-url": "",
14492
14492
  "attributes": [
@@ -14539,7 +14539,7 @@
14539
14539
  }
14540
14540
  },
14541
14541
  {
14542
- "name": "dap-ds-icon-information-line",
14542
+ "name": "dap-ds-icon-lock-line",
14543
14543
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
14544
14544
  "doc-url": "",
14545
14545
  "attributes": [
@@ -14592,7 +14592,7 @@
14592
14592
  }
14593
14593
  },
14594
14594
  {
14595
- "name": "dap-ds-icon-lightbulb-fill",
14595
+ "name": "dap-ds-icon-menu-line",
14596
14596
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
14597
14597
  "doc-url": "",
14598
14598
  "attributes": [
@@ -14645,7 +14645,7 @@
14645
14645
  }
14646
14646
  },
14647
14647
  {
14648
- "name": "dap-ds-icon-loading-spinner",
14648
+ "name": "dap-ds-icon-menu-line-s",
14649
14649
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
14650
14650
  "doc-url": "",
14651
14651
  "attributes": [
@@ -14698,7 +14698,7 @@
14698
14698
  }
14699
14699
  },
14700
14700
  {
14701
- "name": "dap-ds-icon-lock-fill",
14701
+ "name": "dap-ds-icon-more-2-line",
14702
14702
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
14703
14703
  "doc-url": "",
14704
14704
  "attributes": [
@@ -14751,7 +14751,7 @@
14751
14751
  }
14752
14752
  },
14753
14753
  {
14754
- "name": "dap-ds-icon-lock-line",
14754
+ "name": "dap-ds-icon-more-line",
14755
14755
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
14756
14756
  "doc-url": "",
14757
14757
  "attributes": [
@@ -14804,7 +14804,7 @@
14804
14804
  }
14805
14805
  },
14806
14806
  {
14807
- "name": "dap-ds-icon-menu-line",
14807
+ "name": "dap-ds-icon-search-line",
14808
14808
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
14809
14809
  "doc-url": "",
14810
14810
  "attributes": [
@@ -14857,7 +14857,7 @@
14857
14857
  }
14858
14858
  },
14859
14859
  {
14860
- "name": "dap-ds-icon-menu-line-s",
14860
+ "name": "dap-ds-icon-share-line",
14861
14861
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
14862
14862
  "doc-url": "",
14863
14863
  "attributes": [
@@ -14910,7 +14910,7 @@
14910
14910
  }
14911
14911
  },
14912
14912
  {
14913
- "name": "dap-ds-icon-more-2-line",
14913
+ "name": "dap-ds-icon-shield-check-fill",
14914
14914
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
14915
14915
  "doc-url": "",
14916
14916
  "attributes": [
@@ -14963,7 +14963,7 @@
14963
14963
  }
14964
14964
  },
14965
14965
  {
14966
- "name": "dap-ds-icon-more-line",
14966
+ "name": "dap-ds-icon-shield-check-line",
14967
14967
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
14968
14968
  "doc-url": "",
14969
14969
  "attributes": [
@@ -15016,7 +15016,7 @@
15016
15016
  }
15017
15017
  },
15018
15018
  {
15019
- "name": "dap-ds-icon-search-line",
15019
+ "name": "dap-ds-icon-star-fill",
15020
15020
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
15021
15021
  "doc-url": "",
15022
15022
  "attributes": [
@@ -15069,7 +15069,7 @@
15069
15069
  }
15070
15070
  },
15071
15071
  {
15072
- "name": "dap-ds-icon-share-line",
15072
+ "name": "dap-ds-icon-subtract-line",
15073
15073
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
15074
15074
  "doc-url": "",
15075
15075
  "attributes": [
@@ -15122,7 +15122,7 @@
15122
15122
  }
15123
15123
  },
15124
15124
  {
15125
- "name": "dap-ds-icon-shield-check-fill",
15125
+ "name": "dap-ds-icon-subtract-line2",
15126
15126
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
15127
15127
  "doc-url": "",
15128
15128
  "attributes": [
@@ -15175,7 +15175,7 @@
15175
15175
  }
15176
15176
  },
15177
15177
  {
15178
- "name": "dap-ds-icon-shield-check-line",
15178
+ "name": "dap-ds-icon-time-fill",
15179
15179
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
15180
15180
  "doc-url": "",
15181
15181
  "attributes": [
@@ -15228,7 +15228,7 @@
15228
15228
  }
15229
15229
  },
15230
15230
  {
15231
- "name": "dap-ds-icon-star-fill",
15231
+ "name": "dap-ds-icon-time-line",
15232
15232
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
15233
15233
  "doc-url": "",
15234
15234
  "attributes": [
@@ -15281,7 +15281,7 @@
15281
15281
  }
15282
15282
  },
15283
15283
  {
15284
- "name": "dap-ds-icon-subtract-line",
15284
+ "name": "dap-ds-icon-upload-2-fill",
15285
15285
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
15286
15286
  "doc-url": "",
15287
15287
  "attributes": [
@@ -15334,7 +15334,7 @@
15334
15334
  }
15335
15335
  },
15336
15336
  {
15337
- "name": "dap-ds-icon-subtract-line2",
15337
+ "name": "dap-ds-icon-upload-2-line",
15338
15338
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
15339
15339
  "doc-url": "",
15340
15340
  "attributes": [
@@ -15387,7 +15387,7 @@
15387
15387
  }
15388
15388
  },
15389
15389
  {
15390
- "name": "dap-ds-icon-time-fill",
15390
+ "name": "dap-ds-icon-upload-line",
15391
15391
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
15392
15392
  "doc-url": "",
15393
15393
  "attributes": [
@@ -15440,7 +15440,7 @@
15440
15440
  }
15441
15441
  },
15442
15442
  {
15443
- "name": "dap-ds-icon-time-line",
15443
+ "name": "dap-ds-icon-zoom-in-line",
15444
15444
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
15445
15445
  "doc-url": "",
15446
15446
  "attributes": [
@@ -15493,7 +15493,7 @@
15493
15493
  }
15494
15494
  },
15495
15495
  {
15496
- "name": "dap-ds-icon-upload-2-fill",
15496
+ "name": "dap-ds-icon-zoom-out-line",
15497
15497
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
15498
15498
  "doc-url": "",
15499
15499
  "attributes": [
@@ -15546,7 +15546,7 @@
15546
15546
  }
15547
15547
  },
15548
15548
  {
15549
- "name": "dap-ds-icon-upload-2-line",
15549
+ "name": "dap-ds-icon-account-circle-fill",
15550
15550
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
15551
15551
  "doc-url": "",
15552
15552
  "attributes": [
@@ -15599,7 +15599,7 @@
15599
15599
  }
15600
15600
  },
15601
15601
  {
15602
- "name": "dap-ds-icon-upload-line",
15602
+ "name": "dap-ds-icon-account-circle-line",
15603
15603
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
15604
15604
  "doc-url": "",
15605
15605
  "attributes": [
@@ -15652,7 +15652,7 @@
15652
15652
  }
15653
15653
  },
15654
15654
  {
15655
- "name": "dap-ds-icon-zoom-in-line",
15655
+ "name": "dap-ds-icon-user-fill",
15656
15656
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
15657
15657
  "doc-url": "",
15658
15658
  "attributes": [
@@ -15705,7 +15705,7 @@
15705
15705
  }
15706
15706
  },
15707
15707
  {
15708
- "name": "dap-ds-icon-zoom-out-line",
15708
+ "name": "dap-ds-icon-user-line",
15709
15709
  "description": "An icon\n---\n\n\n### **CSS Parts:**\n - **base** - The main icon container.",
15710
15710
  "doc-url": "",
15711
15711
  "attributes": [
@@ -1,6 +1,6 @@
1
1
  export { default as DapDSAccordionReact } from './dap-ds-accordion/index.js';
2
- export { default as DapDSAvatarReact } from './dap-ds-avatar/index.js';
3
2
  export { default as DapDSAnchorHeadingReact } from './dap-ds-anchor-heading/index.js';
3
+ export { default as DapDSAvatarReact } from './dap-ds-avatar/index.js';
4
4
  export { default as DapDSAccordionGroupReact } from './dap-ds-accordion-group/index.js';
5
5
  export { default as DapDSAvatarGroupReact } from './dap-ds-avatar-group/index.js';
6
6
  export { default as DapDSBadgeReact } from './dap-ds-badge/index.js';
@@ -128,10 +128,6 @@ export { default as EditorSeparatorReact } from './dap-ds-icon-separator/index.j
128
128
  export { default as HealthHeartFillReact } from './dap-ds-icon-heart-fill/index.js';
129
129
  export { default as HealthHeartLineReact } from './dap-ds-icon-heart-line/index.js';
130
130
  export { default as OthersCookieLineReact } from './dap-ds-icon-cookie-line/index.js';
131
- export { default as UserAccountCircleFillReact } from './dap-ds-icon-account-circle-fill/index.js';
132
- export { default as UserAccountCircleLineReact } from './dap-ds-icon-account-circle-line/index.js';
133
- export { default as UserUserFillReact } from './dap-ds-icon-user-fill/index.js';
134
- export { default as UserUserLineReact } from './dap-ds-icon-user-line/index.js';
135
131
  export { default as SystemAddLineReact } from './dap-ds-icon-add-line/index.js';
136
132
  export { default as SystemAlertFillReact } from './dap-ds-icon-alert-fill/index.js';
137
133
  export { default as SystemAlertLineReact } from './dap-ds-icon-alert-line/index.js';
@@ -150,9 +146,9 @@ export { default as SystemDeleteBinFillReact } from './dap-ds-icon-delete-bin-fi
150
146
  export { default as SystemDeleteBinLineReact } from './dap-ds-icon-delete-bin-line/index.js';
151
147
  export { default as SystemDownloadLineReact } from './dap-ds-icon-download-line/index.js';
152
148
  export { default as SystemErrorWarningFillReact } from './dap-ds-icon-error-warning-fill/index.js';
149
+ export { default as SystemErrorWarningLineReact } from './dap-ds-icon-error-warning-line/index.js';
153
150
  export { default as SystemExternalLinkLineReact } from './dap-ds-icon-external-link-line/index.js';
154
151
  export { default as SystemEyeLineReact } from './dap-ds-icon-eye-line/index.js';
155
- export { default as SystemErrorWarningLineReact } from './dap-ds-icon-error-warning-line/index.js';
156
152
  export { default as SystemEyeOffLineReact } from './dap-ds-icon-eye-off-line/index.js';
157
153
  export { default as SystemForbidFillReact } from './dap-ds-icon-forbid-fill/index.js';
158
154
  export { default as SystemInformation2FillReact } from './dap-ds-icon-information-2-fill/index.js';
@@ -180,3 +176,7 @@ export { default as SystemUpload2LineReact } from './dap-ds-icon-upload-2-line/i
180
176
  export { default as SystemUploadLineReact } from './dap-ds-icon-upload-line/index.js';
181
177
  export { default as SystemZoomInLineReact } from './dap-ds-icon-zoom-in-line/index.js';
182
178
  export { default as SystemZoomOutLineReact } from './dap-ds-icon-zoom-out-line/index.js';
179
+ export { default as UserAccountCircleFillReact } from './dap-ds-icon-account-circle-fill/index.js';
180
+ export { default as UserAccountCircleLineReact } from './dap-ds-icon-account-circle-line/index.js';
181
+ export { default as UserUserFillReact } from './dap-ds-icon-user-fill/index.js';
182
+ export { default as UserUserLineReact } from './dap-ds-icon-user-line/index.js';
@@ -4,8 +4,8 @@ type HtmlType = { children?: React.ReactNode | Element, class?: string, ref?: Re
4
4
  style?: Partial<CSSStyleDeclaration>, id?: string, onClick?: (e: React.MouseEvent) => void, onChange?: (e: React.ChangeEvent) => void}
5
5
 
6
6
  export type DapDSAccordionType = HtmlType & Partial<Omit<DDS.DapDSAccordion, 'children' | 'style'>> & { "ondds-opened"?: (e: DdsOpenedEvent) => void, "ondds-closed"?: (e: DdsClosedEvent) => void }
7
- export type DapDSAvatarType = HtmlType & Partial<Omit<DDS.DapDSAvatar, 'children' | 'style'>> & { "ondds-load"?: (e: DdsLoadEvent) => void, "ondds-error"?: (e: DdsErrorEvent) => void }
8
7
  export type DapDSAnchorHeadingType = HtmlType & Partial<Omit<DDS.DapDSAnchorHeading, 'children' | 'style'>>
8
+ export type DapDSAvatarType = HtmlType & Partial<Omit<DDS.DapDSAvatar, 'children' | 'style'>> & { "ondds-load"?: (e: DdsLoadEvent) => void, "ondds-error"?: (e: DdsErrorEvent) => void }
9
9
  export type DapDSAccordionGroupType = HtmlType & Partial<Omit<DDS.DapDSAccordionGroup, 'children' | 'style'>>
10
10
  export type DapDSAvatarGroupType = HtmlType & Partial<Omit<DDS.DapDSAvatarGroup, 'children' | 'style'>> & { "ondds-overflow-click"?: (e: DdsOverflowClickEvent) => void }
11
11
  export type DapDSBadgeType = HtmlType & Partial<Omit<DDS.DapDSBadge, 'children' | 'style'>>
@@ -133,10 +133,6 @@ export type EditorSeparatorType = HtmlType & Partial<Omit<DDS.EditorSeparator, '
133
133
  export type HealthHeartFillType = HtmlType & Partial<Omit<DDS.HealthHeartFill, 'children' | 'style'>>
134
134
  export type HealthHeartLineType = HtmlType & Partial<Omit<DDS.HealthHeartLine, 'children' | 'style'>>
135
135
  export type OthersCookieLineType = HtmlType & Partial<Omit<DDS.OthersCookieLine, 'children' | 'style'>>
136
- export type UserAccountCircleFillType = HtmlType & Partial<Omit<DDS.UserAccountCircleFill, 'children' | 'style'>>
137
- export type UserAccountCircleLineType = HtmlType & Partial<Omit<DDS.UserAccountCircleLine, 'children' | 'style'>>
138
- export type UserUserFillType = HtmlType & Partial<Omit<DDS.UserUserFill, 'children' | 'style'>>
139
- export type UserUserLineType = HtmlType & Partial<Omit<DDS.UserUserLine, 'children' | 'style'>>
140
136
  export type SystemAddLineType = HtmlType & Partial<Omit<DDS.SystemAddLine, 'children' | 'style'>>
141
137
  export type SystemAlertFillType = HtmlType & Partial<Omit<DDS.SystemAlertFill, 'children' | 'style'>>
142
138
  export type SystemAlertLineType = HtmlType & Partial<Omit<DDS.SystemAlertLine, 'children' | 'style'>>
@@ -155,9 +151,9 @@ export type SystemDeleteBinFillType = HtmlType & Partial<Omit<DDS.SystemDeleteBi
155
151
  export type SystemDeleteBinLineType = HtmlType & Partial<Omit<DDS.SystemDeleteBinLine, 'children' | 'style'>>
156
152
  export type SystemDownloadLineType = HtmlType & Partial<Omit<DDS.SystemDownloadLine, 'children' | 'style'>>
157
153
  export type SystemErrorWarningFillType = HtmlType & Partial<Omit<DDS.SystemErrorWarningFill, 'children' | 'style'>>
154
+ export type SystemErrorWarningLineType = HtmlType & Partial<Omit<DDS.SystemErrorWarningLine, 'children' | 'style'>>
158
155
  export type SystemExternalLinkLineType = HtmlType & Partial<Omit<DDS.SystemExternalLinkLine, 'children' | 'style'>>
159
156
  export type SystemEyeLineType = HtmlType & Partial<Omit<DDS.SystemEyeLine, 'children' | 'style'>>
160
- export type SystemErrorWarningLineType = HtmlType & Partial<Omit<DDS.SystemErrorWarningLine, 'children' | 'style'>>
161
157
  export type SystemEyeOffLineType = HtmlType & Partial<Omit<DDS.SystemEyeOffLine, 'children' | 'style'>>
162
158
  export type SystemForbidFillType = HtmlType & Partial<Omit<DDS.SystemForbidFill, 'children' | 'style'>>
163
159
  export type SystemInformation2FillType = HtmlType & Partial<Omit<DDS.SystemInformation2Fill, 'children' | 'style'>>
@@ -184,4 +180,8 @@ export type SystemUpload2FillType = HtmlType & Partial<Omit<DDS.SystemUpload2Fil
184
180
  export type SystemUpload2LineType = HtmlType & Partial<Omit<DDS.SystemUpload2Line, 'children' | 'style'>>
185
181
  export type SystemUploadLineType = HtmlType & Partial<Omit<DDS.SystemUploadLine, 'children' | 'style'>>
186
182
  export type SystemZoomInLineType = HtmlType & Partial<Omit<DDS.SystemZoomInLine, 'children' | 'style'>>
187
- export type SystemZoomOutLineType = HtmlType & Partial<Omit<DDS.SystemZoomOutLine, 'children' | 'style'>>
183
+ export type SystemZoomOutLineType = HtmlType & Partial<Omit<DDS.SystemZoomOutLine, 'children' | 'style'>>
184
+ export type UserAccountCircleFillType = HtmlType & Partial<Omit<DDS.UserAccountCircleFill, 'children' | 'style'>>
185
+ export type UserAccountCircleLineType = HtmlType & Partial<Omit<DDS.UserAccountCircleLine, 'children' | 'style'>>
186
+ export type UserUserFillType = HtmlType & Partial<Omit<DDS.UserUserFill, 'children' | 'style'>>
187
+ export type UserUserLineType = HtmlType & Partial<Omit<DDS.UserUserLine, 'children' | 'style'>>