@db-ux/wc-core-components 4.5.0 → 4.5.1
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/CHANGELOG.md +14 -0
- package/agent/.gitkeep +0 -0
- package/dist/cjs/db-accordion-item.cjs.entry.js +3 -3
- package/dist/cjs/db-accordion.cjs.entry.js +2 -2
- package/dist/cjs/db-badge.cjs.entry.js +2 -2
- package/dist/cjs/db-brand.cjs.entry.js +2 -2
- package/dist/cjs/db-button.cjs.entry.js +2 -2
- package/dist/cjs/db-card.cjs.entry.js +3 -3
- package/dist/cjs/db-checkbox.cjs.entry.js +3 -3
- package/dist/cjs/db-custom-button.cjs.entry.js +3 -3
- package/dist/cjs/db-custom-select-dropdown_5.cjs.entry.js +10 -10
- package/dist/cjs/db-custom-select-form-field.cjs.entry.js +3 -3
- package/dist/cjs/db-custom-select.cjs.entry.js +13 -9
- package/dist/cjs/db-divider.cjs.entry.js +2 -2
- package/dist/cjs/db-drawer.cjs.entry.js +4 -4
- package/dist/cjs/db-header.cjs.entry.js +5 -5
- package/dist/cjs/db-icon.cjs.entry.js +2 -2
- package/dist/cjs/db-infotext.cjs.entry.js +2 -2
- package/dist/cjs/db-link.cjs.entry.js +2 -2
- package/dist/cjs/db-navigation-item.cjs.entry.js +4 -4
- package/dist/cjs/db-navigation.cjs.entry.js +3 -3
- package/dist/cjs/db-notification.cjs.entry.js +3 -3
- package/dist/cjs/db-page.cjs.entry.js +3 -3
- package/dist/cjs/db-popover.cjs.entry.js +4 -4
- package/dist/cjs/db-radio.cjs.entry.js +2 -2
- package/dist/cjs/db-section.cjs.entry.js +3 -3
- package/dist/cjs/db-select.cjs.entry.js +3 -3
- package/dist/cjs/db-stack.cjs.entry.js +3 -3
- package/dist/cjs/db-switch.cjs.entry.js +3 -3
- package/dist/cjs/db-tab-item_3.cjs.entry.js +7 -7
- package/dist/cjs/db-tabs.cjs.entry.js +3 -3
- package/dist/cjs/db-textarea.cjs.entry.js +3 -3
- package/dist/cjs/db-tooltip.cjs.entry.js +4 -4
- package/dist/cjs/db-ux.cjs.js +2 -2
- package/dist/cjs/{floating-components-pYaTeNhp.js → floating-components-DlstoCKH.js} +4 -0
- package/dist/cjs/{index-CSMPhlzz.js → index-D_vrmAD6.js} +22 -13
- package/dist/cjs/index.cjs.js +2 -2
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{navigation-BztJmEHf.js → navigation-Bah882nU.js} +1 -1
- package/dist/collection/collection-manifest.json +2 -1
- package/dist/collection/components/accordion/accordion.js +1 -1
- package/dist/collection/components/accordion-item/accordion-item.js +2 -2
- package/dist/collection/components/badge/badge.js +1 -1
- package/dist/collection/components/brand/brand.js +1 -1
- package/dist/collection/components/button/button.js +1 -1
- package/dist/collection/components/card/card.js +2 -2
- package/dist/collection/components/checkbox/checkbox.js +2 -2
- package/dist/collection/components/custom-button/custom-button.js +2 -2
- package/dist/collection/components/custom-select/custom-select.js +11 -7
- package/dist/collection/components/custom-select-dropdown/custom-select-dropdown.js +2 -2
- package/dist/collection/components/custom-select-form-field/custom-select-form-field.js +2 -2
- package/dist/collection/components/custom-select-list/custom-select-list.js +2 -2
- package/dist/collection/components/custom-select-list-item/custom-select-list-item.js +1 -1
- package/dist/collection/components/divider/divider.js +1 -1
- package/dist/collection/components/drawer/drawer.js +3 -3
- package/dist/collection/components/header/header.js +2 -2
- package/dist/collection/components/icon/icon.js +1 -1
- package/dist/collection/components/infotext/infotext.js +1 -1
- package/dist/collection/components/input/input.js +2 -2
- package/dist/collection/components/link/link.js +1 -1
- package/dist/collection/components/navigation/navigation.js +2 -2
- package/dist/collection/components/navigation-item/navigation-item.js +1 -1
- package/dist/collection/components/notification/notification.js +2 -2
- package/dist/collection/components/page/page.js +2 -2
- package/dist/collection/components/popover/popover.js +2 -2
- package/dist/collection/components/radio/radio.js +1 -1
- package/dist/collection/components/section/section.js +2 -2
- package/dist/collection/components/select/select.js +2 -2
- package/dist/collection/components/stack/stack.js +2 -2
- package/dist/collection/components/switch/switch.js +2 -2
- package/dist/collection/components/tab-item/tab-item.js +2 -2
- package/dist/collection/components/tab-list/tab-list.js +2 -2
- package/dist/collection/components/tab-panel/tab-panel.js +2 -2
- package/dist/collection/components/tabs/tabs.js +2 -2
- package/dist/collection/components/tag/tag.js +2 -2
- package/dist/collection/components/textarea/textarea.js +2 -2
- package/dist/collection/components/tooltip/tooltip.js +2 -2
- package/dist/collection/utils/floating-components.js +4 -0
- package/dist/custom-elements.json +814 -814
- package/dist/db-ux/db-ux.esm.js +1 -1
- package/dist/db-ux/index.esm.js +1 -1
- package/dist/db-ux/p-043c407c.entry.js +1 -0
- package/dist/db-ux/p-0541c3c2.entry.js +1 -0
- package/dist/db-ux/p-074e4a43.entry.js +1 -0
- package/dist/db-ux/{p-0ff173fb.entry.js → p-11251b99.entry.js} +1 -1
- package/dist/db-ux/{p-d2674cff.entry.js → p-1c89f0fc.entry.js} +1 -1
- package/dist/db-ux/p-213bfff6.entry.js +1 -0
- package/dist/db-ux/{p-4183b8e1.entry.js → p-29442fd9.entry.js} +1 -1
- package/dist/db-ux/p-2bce91e1.entry.js +1 -0
- package/dist/db-ux/{p-1519dbbb.entry.js → p-32c4a1b5.entry.js} +1 -1
- package/dist/db-ux/{p-e19f2640.entry.js → p-3e5be44c.entry.js} +1 -1
- package/dist/db-ux/p-4cda36f1.entry.js +1 -0
- package/dist/db-ux/p-4cf64cbb.entry.js +1 -0
- package/dist/db-ux/{p-cd8557dd.entry.js → p-5028b12e.entry.js} +1 -1
- package/dist/db-ux/p-56af9177.entry.js +1 -0
- package/dist/db-ux/{p-ea7219af.entry.js → p-587263ad.entry.js} +1 -1
- package/dist/db-ux/{p-ad3d2cff.entry.js → p-58f21c03.entry.js} +1 -1
- package/dist/db-ux/p-6b073570.entry.js +1 -0
- package/dist/db-ux/{p-7a146dee.entry.js → p-745ccfb8.entry.js} +1 -1
- package/dist/db-ux/p-836f0fef.entry.js +1 -0
- package/dist/db-ux/p-9a19e197.entry.js +1 -0
- package/dist/db-ux/{p-766057ea.entry.js → p-9fb146d1.entry.js} +1 -1
- package/dist/db-ux/p-BjIPMjCM.js +2 -0
- package/dist/db-ux/{p-cNk4ImpW.js → p-BuBrj57D.js} +1 -1
- package/dist/db-ux/p-DOPXnIzL.js +1 -0
- package/dist/db-ux/{p-c1cf7ea4.entry.js → p-a34d2691.entry.js} +1 -1
- package/dist/db-ux/{p-bfe27311.entry.js → p-c6f43506.entry.js} +1 -1
- package/dist/db-ux/{p-d4e79c33.entry.js → p-cdfaf027.entry.js} +1 -1
- package/dist/db-ux/p-d186aef4.entry.js +1 -0
- package/dist/db-ux/p-dceb35a8.entry.js +1 -0
- package/dist/db-ux/{p-7e274359.entry.js → p-e199b6f9.entry.js} +1 -1
- package/dist/db-ux/{p-e3def528.entry.js → p-e3664354.entry.js} +1 -1
- package/dist/db-ux/p-ef034bba.entry.js +1 -0
- package/dist/db-ux/p-f0bc176a.entry.js +1 -0
- package/dist/db-ux/{p-503d5103.entry.js → p-ff3866f3.entry.js} +1 -1
- package/dist/esm/db-accordion-item.entry.js +3 -3
- package/dist/esm/db-accordion.entry.js +2 -2
- package/dist/esm/db-badge.entry.js +2 -2
- package/dist/esm/db-brand.entry.js +2 -2
- package/dist/esm/db-button.entry.js +2 -2
- package/dist/esm/db-card.entry.js +3 -3
- package/dist/esm/db-checkbox.entry.js +3 -3
- package/dist/esm/db-custom-button.entry.js +3 -3
- package/dist/esm/db-custom-select-dropdown_5.entry.js +10 -10
- package/dist/esm/db-custom-select-form-field.entry.js +3 -3
- package/dist/esm/db-custom-select.entry.js +13 -9
- package/dist/esm/db-divider.entry.js +2 -2
- package/dist/esm/db-drawer.entry.js +4 -4
- package/dist/esm/db-header.entry.js +5 -5
- package/dist/esm/db-icon.entry.js +2 -2
- package/dist/esm/db-infotext.entry.js +2 -2
- package/dist/esm/db-link.entry.js +2 -2
- package/dist/esm/db-navigation-item.entry.js +4 -4
- package/dist/esm/db-navigation.entry.js +3 -3
- package/dist/esm/db-notification.entry.js +3 -3
- package/dist/esm/db-page.entry.js +3 -3
- package/dist/esm/db-popover.entry.js +4 -4
- package/dist/esm/db-radio.entry.js +2 -2
- package/dist/esm/db-section.entry.js +3 -3
- package/dist/esm/db-select.entry.js +3 -3
- package/dist/esm/db-stack.entry.js +3 -3
- package/dist/esm/db-switch.entry.js +3 -3
- package/dist/esm/db-tab-item_3.entry.js +7 -7
- package/dist/esm/db-tabs.entry.js +3 -3
- package/dist/esm/db-textarea.entry.js +3 -3
- package/dist/esm/db-tooltip.entry.js +4 -4
- package/dist/esm/db-ux.js +3 -3
- package/dist/esm/{floating-components-DfYL98sI.js → floating-components-DOPXnIzL.js} +4 -0
- package/dist/esm/{index-Bs7RfNRP.js → index-BjIPMjCM.js} +22 -13
- package/dist/esm/index.js +2 -2
- package/dist/esm/loader.js +2 -2
- package/dist/esm/{navigation-DgsMCdfn.js → navigation-Jh6m0eMk.js} +1 -1
- package/dist/vscode.html-custom-data.json +75 -75
- package/dist/web-types.json +131 -131
- package/package.json +4 -4
- package/agent/Accordion.md +0 -23
- package/agent/AccordionItem.md +0 -29
- package/agent/Badge.md +0 -32
- package/agent/Brand.md +0 -13
- package/agent/Button.md +0 -47
- package/agent/Card.md +0 -23
- package/agent/Checkbox.md +0 -41
- package/agent/CustomSelect.md +0 -54
- package/agent/Divider.md +0 -21
- package/agent/Drawer.md +0 -71
- package/agent/Header.md +0 -29
- package/agent/Icon.md +0 -20
- package/agent/Infotext.md +0 -25
- package/agent/Input.md +0 -48
- package/agent/Link.md +0 -52
- package/agent/Navigation.md +0 -19
- package/agent/NavigationItem.md +0 -29
- package/agent/Notification.md +0 -38
- package/agent/Page.md +0 -27
- package/agent/Popover.md +0 -52
- package/agent/Radio.md +0 -28
- package/agent/Section.md +0 -21
- package/agent/Select.md +0 -62
- package/agent/Stack.md +0 -35
- package/agent/Switch.md +0 -44
- package/agent/TabItem.md +0 -25
- package/agent/Tabs.md +0 -61
- package/agent/Tag.md +0 -41
- package/agent/Textarea.md +0 -44
- package/agent/Tooltip.md +0 -37
- package/agent/_instructions.md +0 -31
- package/dist/db-ux/p-00df7d53.entry.js +0 -1
- package/dist/db-ux/p-064ddad6.entry.js +0 -1
- package/dist/db-ux/p-16281dcb.entry.js +0 -1
- package/dist/db-ux/p-27eb6e88.entry.js +0 -1
- package/dist/db-ux/p-2898ebe6.entry.js +0 -1
- package/dist/db-ux/p-2e940d2e.entry.js +0 -1
- package/dist/db-ux/p-309259be.entry.js +0 -1
- package/dist/db-ux/p-4284c37f.entry.js +0 -1
- package/dist/db-ux/p-432ceb90.entry.js +0 -1
- package/dist/db-ux/p-6794144b.entry.js +0 -1
- package/dist/db-ux/p-6cb4232d.entry.js +0 -1
- package/dist/db-ux/p-6da70f61.entry.js +0 -1
- package/dist/db-ux/p-Bs7RfNRP.js +0 -2
- package/dist/db-ux/p-DfYL98sI.js +0 -1
- package/dist/db-ux/p-aad9c604.entry.js +0 -1
- package/dist/db-ux/p-b218b08b.entry.js +0 -1
- package/dist/db-ux/p-e6b17374.entry.js +0 -1
package/dist/web-types.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
|
3
3
|
"name": "@db-ux/wc-core-components",
|
|
4
|
-
"version": "4.5.
|
|
4
|
+
"version": "4.5.1",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -5723,6 +5723,30 @@
|
|
|
5723
5723
|
]
|
|
5724
5724
|
}
|
|
5725
5725
|
},
|
|
5726
|
+
{
|
|
5727
|
+
"name": "accordion-behavior",
|
|
5728
|
+
"description": "\n---\n",
|
|
5729
|
+
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/accordion-behavior/properties",
|
|
5730
|
+
"attributes": [],
|
|
5731
|
+
"events": [],
|
|
5732
|
+
"js": { "properties": [], "events": [] }
|
|
5733
|
+
},
|
|
5734
|
+
{
|
|
5735
|
+
"name": "accordion-density",
|
|
5736
|
+
"description": "\n---\n",
|
|
5737
|
+
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/accordion-density/properties",
|
|
5738
|
+
"attributes": [],
|
|
5739
|
+
"events": [],
|
|
5740
|
+
"js": { "properties": [], "events": [] }
|
|
5741
|
+
},
|
|
5742
|
+
{
|
|
5743
|
+
"name": "accordion-variant",
|
|
5744
|
+
"description": "\n---\n",
|
|
5745
|
+
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/accordion-variant/properties",
|
|
5746
|
+
"attributes": [],
|
|
5747
|
+
"events": [],
|
|
5748
|
+
"js": { "properties": [], "events": [] }
|
|
5749
|
+
},
|
|
5726
5750
|
{
|
|
5727
5751
|
"name": "card-wrapper-showcase",
|
|
5728
5752
|
"description": "\n---\n",
|
|
@@ -5782,30 +5806,6 @@
|
|
|
5782
5806
|
"events": []
|
|
5783
5807
|
}
|
|
5784
5808
|
},
|
|
5785
|
-
{
|
|
5786
|
-
"name": "accordion-behavior",
|
|
5787
|
-
"description": "\n---\n",
|
|
5788
|
-
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/accordion-behavior/properties",
|
|
5789
|
-
"attributes": [],
|
|
5790
|
-
"events": [],
|
|
5791
|
-
"js": { "properties": [], "events": [] }
|
|
5792
|
-
},
|
|
5793
|
-
{
|
|
5794
|
-
"name": "accordion-density",
|
|
5795
|
-
"description": "\n---\n",
|
|
5796
|
-
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/accordion-density/properties",
|
|
5797
|
-
"attributes": [],
|
|
5798
|
-
"events": [],
|
|
5799
|
-
"js": { "properties": [], "events": [] }
|
|
5800
|
-
},
|
|
5801
|
-
{
|
|
5802
|
-
"name": "accordion-variant",
|
|
5803
|
-
"description": "\n---\n",
|
|
5804
|
-
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/accordion-variant/properties",
|
|
5805
|
-
"attributes": [],
|
|
5806
|
-
"events": [],
|
|
5807
|
-
"js": { "properties": [], "events": [] }
|
|
5808
|
-
},
|
|
5809
5809
|
{
|
|
5810
5810
|
"name": "accordion-showcase",
|
|
5811
5811
|
"description": "\n---\n",
|
|
@@ -7095,35 +7095,6 @@
|
|
|
7095
7095
|
"events": []
|
|
7096
7096
|
}
|
|
7097
7097
|
},
|
|
7098
|
-
{
|
|
7099
|
-
"name": "navigation-density",
|
|
7100
|
-
"description": "\n---\n",
|
|
7101
|
-
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/navigation-density/properties",
|
|
7102
|
-
"attributes": [],
|
|
7103
|
-
"events": [],
|
|
7104
|
-
"js": { "properties": [], "events": [] }
|
|
7105
|
-
},
|
|
7106
|
-
{
|
|
7107
|
-
"name": "navigation-showcase",
|
|
7108
|
-
"description": "\n---\n",
|
|
7109
|
-
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/navigation-showcase/properties",
|
|
7110
|
-
"attributes": [
|
|
7111
|
-
{
|
|
7112
|
-
"name": "is-patternhub",
|
|
7113
|
-
"value": { "type": "PatternhubProps[\"isPatternhub\"]" }
|
|
7114
|
-
}
|
|
7115
|
-
],
|
|
7116
|
-
"events": [],
|
|
7117
|
-
"js": {
|
|
7118
|
-
"properties": [
|
|
7119
|
-
{
|
|
7120
|
-
"name": "isPatternhub",
|
|
7121
|
-
"type": "PatternhubProps[\"isPatternhub\"]"
|
|
7122
|
-
}
|
|
7123
|
-
],
|
|
7124
|
-
"events": []
|
|
7125
|
-
}
|
|
7126
|
-
},
|
|
7127
7098
|
{
|
|
7128
7099
|
"name": "navigation-item-active",
|
|
7129
7100
|
"description": "\n---\n",
|
|
@@ -7201,6 +7172,35 @@
|
|
|
7201
7172
|
"events": []
|
|
7202
7173
|
}
|
|
7203
7174
|
},
|
|
7175
|
+
{
|
|
7176
|
+
"name": "navigation-density",
|
|
7177
|
+
"description": "\n---\n",
|
|
7178
|
+
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/navigation-density/properties",
|
|
7179
|
+
"attributes": [],
|
|
7180
|
+
"events": [],
|
|
7181
|
+
"js": { "properties": [], "events": [] }
|
|
7182
|
+
},
|
|
7183
|
+
{
|
|
7184
|
+
"name": "navigation-showcase",
|
|
7185
|
+
"description": "\n---\n",
|
|
7186
|
+
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/navigation-showcase/properties",
|
|
7187
|
+
"attributes": [
|
|
7188
|
+
{
|
|
7189
|
+
"name": "is-patternhub",
|
|
7190
|
+
"value": { "type": "PatternhubProps[\"isPatternhub\"]" }
|
|
7191
|
+
}
|
|
7192
|
+
],
|
|
7193
|
+
"events": [],
|
|
7194
|
+
"js": {
|
|
7195
|
+
"properties": [
|
|
7196
|
+
{
|
|
7197
|
+
"name": "isPatternhub",
|
|
7198
|
+
"type": "PatternhubProps[\"isPatternhub\"]"
|
|
7199
|
+
}
|
|
7200
|
+
],
|
|
7201
|
+
"events": []
|
|
7202
|
+
}
|
|
7203
|
+
},
|
|
7204
7204
|
{
|
|
7205
7205
|
"name": "notification-closeable",
|
|
7206
7206
|
"description": "\n---\n",
|
|
@@ -7840,27 +7840,6 @@
|
|
|
7840
7840
|
"events": []
|
|
7841
7841
|
}
|
|
7842
7842
|
},
|
|
7843
|
-
{
|
|
7844
|
-
"name": "switch-showcase",
|
|
7845
|
-
"description": "\n---\n",
|
|
7846
|
-
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/switch-showcase/properties",
|
|
7847
|
-
"attributes": [
|
|
7848
|
-
{
|
|
7849
|
-
"name": "is-patternhub",
|
|
7850
|
-
"value": { "type": "PatternhubProps[\"isPatternhub\"]" }
|
|
7851
|
-
}
|
|
7852
|
-
],
|
|
7853
|
-
"events": [],
|
|
7854
|
-
"js": {
|
|
7855
|
-
"properties": [
|
|
7856
|
-
{
|
|
7857
|
-
"name": "isPatternhub",
|
|
7858
|
-
"type": "PatternhubProps[\"isPatternhub\"]"
|
|
7859
|
-
}
|
|
7860
|
-
],
|
|
7861
|
-
"events": []
|
|
7862
|
-
}
|
|
7863
|
-
},
|
|
7864
7843
|
{
|
|
7865
7844
|
"name": "tab-item-behavior",
|
|
7866
7845
|
"description": "\n---\n",
|
|
@@ -7909,6 +7888,27 @@
|
|
|
7909
7888
|
"events": [],
|
|
7910
7889
|
"js": { "properties": [], "events": [] }
|
|
7911
7890
|
},
|
|
7891
|
+
{
|
|
7892
|
+
"name": "switch-showcase",
|
|
7893
|
+
"description": "\n---\n",
|
|
7894
|
+
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/switch-showcase/properties",
|
|
7895
|
+
"attributes": [
|
|
7896
|
+
{
|
|
7897
|
+
"name": "is-patternhub",
|
|
7898
|
+
"value": { "type": "PatternhubProps[\"isPatternhub\"]" }
|
|
7899
|
+
}
|
|
7900
|
+
],
|
|
7901
|
+
"events": [],
|
|
7902
|
+
"js": {
|
|
7903
|
+
"properties": [
|
|
7904
|
+
{
|
|
7905
|
+
"name": "isPatternhub",
|
|
7906
|
+
"type": "PatternhubProps[\"isPatternhub\"]"
|
|
7907
|
+
}
|
|
7908
|
+
],
|
|
7909
|
+
"events": []
|
|
7910
|
+
}
|
|
7911
|
+
},
|
|
7912
7912
|
{
|
|
7913
7913
|
"name": "tab-item-showcase",
|
|
7914
7914
|
"description": "\n---\n",
|
|
@@ -8108,6 +8108,62 @@
|
|
|
8108
8108
|
"events": []
|
|
8109
8109
|
}
|
|
8110
8110
|
},
|
|
8111
|
+
{
|
|
8112
|
+
"name": "tooltip-animation",
|
|
8113
|
+
"description": "\n---\n",
|
|
8114
|
+
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tooltip-animation/properties",
|
|
8115
|
+
"attributes": [],
|
|
8116
|
+
"events": [],
|
|
8117
|
+
"js": { "properties": [], "events": [] }
|
|
8118
|
+
},
|
|
8119
|
+
{
|
|
8120
|
+
"name": "tooltip-delay",
|
|
8121
|
+
"description": "\n---\n",
|
|
8122
|
+
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tooltip-delay/properties",
|
|
8123
|
+
"attributes": [],
|
|
8124
|
+
"events": [],
|
|
8125
|
+
"js": { "properties": [], "events": [] }
|
|
8126
|
+
},
|
|
8127
|
+
{
|
|
8128
|
+
"name": "tooltip-density",
|
|
8129
|
+
"description": "\n---\n",
|
|
8130
|
+
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tooltip-density/properties",
|
|
8131
|
+
"attributes": [],
|
|
8132
|
+
"events": [],
|
|
8133
|
+
"js": { "properties": [], "events": [] }
|
|
8134
|
+
},
|
|
8135
|
+
{
|
|
8136
|
+
"name": "tooltip-emphasis",
|
|
8137
|
+
"description": "\n---\n",
|
|
8138
|
+
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tooltip-emphasis/properties",
|
|
8139
|
+
"attributes": [],
|
|
8140
|
+
"events": [],
|
|
8141
|
+
"js": { "properties": [], "events": [] }
|
|
8142
|
+
},
|
|
8143
|
+
{
|
|
8144
|
+
"name": "tooltip-placement",
|
|
8145
|
+
"description": "\n---\n",
|
|
8146
|
+
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tooltip-placement/properties",
|
|
8147
|
+
"attributes": [],
|
|
8148
|
+
"events": [],
|
|
8149
|
+
"js": { "properties": [], "events": [] }
|
|
8150
|
+
},
|
|
8151
|
+
{
|
|
8152
|
+
"name": "tooltip-show-arrow",
|
|
8153
|
+
"description": "\n---\n",
|
|
8154
|
+
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tooltip-show-arrow/properties",
|
|
8155
|
+
"attributes": [],
|
|
8156
|
+
"events": [],
|
|
8157
|
+
"js": { "properties": [], "events": [] }
|
|
8158
|
+
},
|
|
8159
|
+
{
|
|
8160
|
+
"name": "tooltip-width",
|
|
8161
|
+
"description": "\n---\n",
|
|
8162
|
+
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tooltip-width/properties",
|
|
8163
|
+
"attributes": [],
|
|
8164
|
+
"events": [],
|
|
8165
|
+
"js": { "properties": [], "events": [] }
|
|
8166
|
+
},
|
|
8111
8167
|
{
|
|
8112
8168
|
"name": "textarea-density",
|
|
8113
8169
|
"description": "\n---\n",
|
|
@@ -8241,62 +8297,6 @@
|
|
|
8241
8297
|
"events": []
|
|
8242
8298
|
}
|
|
8243
8299
|
},
|
|
8244
|
-
{
|
|
8245
|
-
"name": "tooltip-animation",
|
|
8246
|
-
"description": "\n---\n",
|
|
8247
|
-
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tooltip-animation/properties",
|
|
8248
|
-
"attributes": [],
|
|
8249
|
-
"events": [],
|
|
8250
|
-
"js": { "properties": [], "events": [] }
|
|
8251
|
-
},
|
|
8252
|
-
{
|
|
8253
|
-
"name": "tooltip-delay",
|
|
8254
|
-
"description": "\n---\n",
|
|
8255
|
-
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tooltip-delay/properties",
|
|
8256
|
-
"attributes": [],
|
|
8257
|
-
"events": [],
|
|
8258
|
-
"js": { "properties": [], "events": [] }
|
|
8259
|
-
},
|
|
8260
|
-
{
|
|
8261
|
-
"name": "tooltip-density",
|
|
8262
|
-
"description": "\n---\n",
|
|
8263
|
-
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tooltip-density/properties",
|
|
8264
|
-
"attributes": [],
|
|
8265
|
-
"events": [],
|
|
8266
|
-
"js": { "properties": [], "events": [] }
|
|
8267
|
-
},
|
|
8268
|
-
{
|
|
8269
|
-
"name": "tooltip-emphasis",
|
|
8270
|
-
"description": "\n---\n",
|
|
8271
|
-
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tooltip-emphasis/properties",
|
|
8272
|
-
"attributes": [],
|
|
8273
|
-
"events": [],
|
|
8274
|
-
"js": { "properties": [], "events": [] }
|
|
8275
|
-
},
|
|
8276
|
-
{
|
|
8277
|
-
"name": "tooltip-placement",
|
|
8278
|
-
"description": "\n---\n",
|
|
8279
|
-
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tooltip-placement/properties",
|
|
8280
|
-
"attributes": [],
|
|
8281
|
-
"events": [],
|
|
8282
|
-
"js": { "properties": [], "events": [] }
|
|
8283
|
-
},
|
|
8284
|
-
{
|
|
8285
|
-
"name": "tooltip-show-arrow",
|
|
8286
|
-
"description": "\n---\n",
|
|
8287
|
-
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tooltip-show-arrow/properties",
|
|
8288
|
-
"attributes": [],
|
|
8289
|
-
"events": [],
|
|
8290
|
-
"js": { "properties": [], "events": [] }
|
|
8291
|
-
},
|
|
8292
|
-
{
|
|
8293
|
-
"name": "tooltip-width",
|
|
8294
|
-
"description": "\n---\n",
|
|
8295
|
-
"doc-url": "https://design-system.deutschebahn.com/core-web/review/main/components/tooltip-width/properties",
|
|
8296
|
-
"attributes": [],
|
|
8297
|
-
"events": [],
|
|
8298
|
-
"js": { "properties": [], "events": [] }
|
|
8299
|
-
},
|
|
8300
8300
|
{
|
|
8301
8301
|
"name": "tooltip-showcase",
|
|
8302
8302
|
"description": "\n---\n",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@db-ux/wc-core-components",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.1",
|
|
4
4
|
"description": "Stencil components for @db-ux/core-components",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@custom-elements-manifest/analyzer": "0.11.0",
|
|
38
|
-
"@stencil/core": "4.43.
|
|
38
|
+
"@stencil/core": "4.43.2",
|
|
39
39
|
"cem-plugin-expanded-types": "1.4.0",
|
|
40
40
|
"custom-element-jet-brains-integration": "1.7.0",
|
|
41
41
|
"custom-element-vs-code-integration": "1.5.0",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"web-types": "./dist/web-types.json",
|
|
49
49
|
"customElements": "dist/custom-elements.json",
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@db-ux/core-components": "4.5.
|
|
52
|
-
"@db-ux/core-foundations": "4.5.
|
|
51
|
+
"@db-ux/core-components": "4.5.1",
|
|
52
|
+
"@db-ux/core-foundations": "4.5.1"
|
|
53
53
|
}
|
|
54
54
|
}
|
package/agent/Accordion.md
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
# Accordion Examples (stencil)
|
|
4
|
-
|
|
5
|
-
```html
|
|
6
|
-
<h1>DBAccordion Documentation Examples</h1>
|
|
7
|
-
<h2>1. Default Accordion</h2>
|
|
8
|
-
<db-accordion>Default Accordion</db-accordion>
|
|
9
|
-
<h2>2. Behavior Variants</h2>
|
|
10
|
-
<db-accordion behavior="multiple">Multiple Behavior</db-accordion>
|
|
11
|
-
<db-accordion behavior="single">Single Behavior</db-accordion>
|
|
12
|
-
<h2>3. Initial Open Index</h2>
|
|
13
|
-
<db-accordion initOpenIndex={[0, 1]}>Initial Open Index</db-accordion>
|
|
14
|
-
<h2>4. Items</h2>
|
|
15
|
-
<db-accordion items={this.getItems()}>
|
|
16
|
-
Accordion with Items
|
|
17
|
-
</db-accordion>
|
|
18
|
-
<h2>5. Name Attribute</h2>
|
|
19
|
-
<db-accordion name="accordion-name">With Name</db-accordion>
|
|
20
|
-
<h2>6. Variant Types</h2>
|
|
21
|
-
<db-accordion variant="divider">Divider Variant</db-accordion>
|
|
22
|
-
<db-accordion variant="card">Card Variant</db-accordion>
|
|
23
|
-
```
|
package/agent/AccordionItem.md
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
# AccordionItem Examples (stencil)
|
|
4
|
-
|
|
5
|
-
```html
|
|
6
|
-
<h1>DBAccordionItem Documentation Examples</h1>
|
|
7
|
-
<h2>1. Default Accordion Item</h2>
|
|
8
|
-
<db-accordion-item>Default Accordion Item</db-accordion-item>
|
|
9
|
-
<h2>2. Initial State</h2>
|
|
10
|
-
<db-accordion-item defaultOpen={true}>Initially Open</db-accordion-item>
|
|
11
|
-
<db-accordion-item defaultOpen={false}>
|
|
12
|
-
Initially Closed
|
|
13
|
-
</db-accordion-item>
|
|
14
|
-
<h2>3. Disabled State</h2>
|
|
15
|
-
<db-accordion-item disabled={true}>
|
|
16
|
-
Disabled Accordion Item
|
|
17
|
-
</db-accordion-item>
|
|
18
|
-
<h2>4. Headline Variants</h2>
|
|
19
|
-
<db-accordion-item headline={<strong>Custom Headline</strong>}>
|
|
20
|
-
With Custom Headline
|
|
21
|
-
</db-accordion-item>
|
|
22
|
-
<db-accordion-item headlinePlain="Plain Headline">
|
|
23
|
-
With Plain Headline
|
|
24
|
-
</db-accordion-item>
|
|
25
|
-
<h2>5. Toggle Event</h2>
|
|
26
|
-
<db-accordion-item onToggle={(open) => console.log("Toggled:", open)}>
|
|
27
|
-
With Toggle Event
|
|
28
|
-
</db-accordion-item>
|
|
29
|
-
```
|
package/agent/Badge.md
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
# Badge Examples (stencil)
|
|
4
|
-
|
|
5
|
-
```html
|
|
6
|
-
<h1>DBBadge Documentation Examples</h1>
|
|
7
|
-
<h2>1. Default Badge</h2>
|
|
8
|
-
<db-badge>Default Badge</db-badge>
|
|
9
|
-
<h2>2. Semantic Variants</h2>
|
|
10
|
-
<db-badge semantic="adaptive">Adaptive</db-badge>
|
|
11
|
-
<db-badge semantic="neutral">Neutral</db-badge>
|
|
12
|
-
<db-badge semantic="critical">Critical</db-badge>
|
|
13
|
-
<db-badge semantic="informational">Informational</db-badge>
|
|
14
|
-
<db-badge semantic="warning">Warning</db-badge>
|
|
15
|
-
<db-badge semantic="successful">Successful</db-badge>
|
|
16
|
-
<h2>3. Sizes</h2>
|
|
17
|
-
<db-badge size="small">Small</db-badge>
|
|
18
|
-
<db-badge size="medium">Medium</db-badge>
|
|
19
|
-
<h2>4. Emphasis Variants</h2>
|
|
20
|
-
<db-badge emphasis="weak">Weak Emphasis</db-badge>
|
|
21
|
-
<db-badge emphasis="strong">Strong Emphasis</db-badge>
|
|
22
|
-
<h2>5. Placement Variants</h2>
|
|
23
|
-
<db-badge placement="inline">Inline</db-badge>
|
|
24
|
-
<db-badge placement="corner-top-left">Corner Top Left</db-badge>
|
|
25
|
-
<db-badge placement="corner-top-right">Corner Top Right</db-badge>
|
|
26
|
-
<db-badge placement="corner-center-left">Corner Center Left</db-badge>
|
|
27
|
-
<db-badge placement="corner-center-right">Corner Center Right</db-badge>
|
|
28
|
-
<db-badge placement="corner-bottom-left">Corner Bottom Left</db-badge>
|
|
29
|
-
<db-badge placement="corner-bottom-right">Corner Bottom Right</db-badge>
|
|
30
|
-
<h2>6. Custom Label</h2>
|
|
31
|
-
<db-badge label="Custom Label">With Custom Label</db-badge>
|
|
32
|
-
```
|
package/agent/Brand.md
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
# Brand Examples (stencil)
|
|
4
|
-
|
|
5
|
-
```html
|
|
6
|
-
<h1>DBBrand Documentation Examples</h1>
|
|
7
|
-
<h2>1. Default Brand</h2>
|
|
8
|
-
<db-brand>Default Brand</db-brand>
|
|
9
|
-
<h2>2. Icon Visibility</h2>
|
|
10
|
-
<db-brand showIcon={false}>Icon Hidden</db-brand>
|
|
11
|
-
<h2>3. Custom Text</h2>
|
|
12
|
-
<db-brand text="Custom Brand Text">With Custom Text</db-brand>
|
|
13
|
-
```
|
package/agent/Button.md
DELETED
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
# Button Examples (stencil)
|
|
4
|
-
|
|
5
|
-
```html
|
|
6
|
-
<h1>DBButton Documentation Examples</h1>
|
|
7
|
-
<h2>1. Default Button</h2>
|
|
8
|
-
<db-button>Button</db-button>
|
|
9
|
-
<h2>2. Variants</h2>
|
|
10
|
-
<db-button variant="filled">Filled</db-button>
|
|
11
|
-
<db-button variant="outlined">Outlined</db-button>
|
|
12
|
-
<db-button variant="ghost">Ghost</db-button>
|
|
13
|
-
<db-button variant="brand">Brand</db-button>
|
|
14
|
-
<h2>3. Sizes</h2>
|
|
15
|
-
<db-button size="small">Small</db-button>
|
|
16
|
-
<db-button size="medium">Medium</db-button>
|
|
17
|
-
<h2>4. Icon Only</h2>
|
|
18
|
-
<db-button icon="check" noText={true}></db-button>
|
|
19
|
-
<h2>5. Disabled</h2>
|
|
20
|
-
<db-button disabled={true}>Disabled</db-button>
|
|
21
|
-
<h2>6. Button Types</h2>
|
|
22
|
-
<db-button type="button">Type=button</db-button>
|
|
23
|
-
<db-button type="submit">Type=submit</db-button>
|
|
24
|
-
<db-button type="reset">Type=reset</db-button>
|
|
25
|
-
<h2>7. Form Association</h2>
|
|
26
|
-
<form id="example-form">
|
|
27
|
-
<input name="exampleInput" placeholder="Example input" />
|
|
28
|
-
</form>
|
|
29
|
-
<db-button form="example-form" type="submit">
|
|
30
|
-
Submit Form
|
|
31
|
-
</db-button>
|
|
32
|
-
<h2>8. Name & Value</h2>
|
|
33
|
-
<db-button name="testName" value="testValue">
|
|
34
|
-
Name/Value
|
|
35
|
-
</db-button>
|
|
36
|
-
<h2>9. Width</h2>
|
|
37
|
-
<db-button width="full">Full width</db-button>
|
|
38
|
-
<db-button width="auto">Auto width</db-button>
|
|
39
|
-
<h2>10. Icon Visibility</h2>
|
|
40
|
-
<db-button icon="check" showIcon={false}>
|
|
41
|
-
Icon Hidden
|
|
42
|
-
</db-button>
|
|
43
|
-
<h2>11. Custom Class</h2>
|
|
44
|
-
<db-button class="my-custom-class">Custom Class</db-button>
|
|
45
|
-
<h2>12. Click Event</h2>
|
|
46
|
-
<db-button onClick={() => alert("Button clicked!")}>Click Me</db-button>
|
|
47
|
-
```
|
package/agent/Card.md
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
# Card Examples (stencil)
|
|
4
|
-
|
|
5
|
-
```html
|
|
6
|
-
<h1>DBCard Documentation Examples</h1>
|
|
7
|
-
<h2>1. Default Card</h2>
|
|
8
|
-
<db-card>Default Card</db-card>
|
|
9
|
-
<h2>2. Behaviors</h2>
|
|
10
|
-
<db-card behavior="static">Static</db-card>
|
|
11
|
-
<db-card behavior="interactive">Interactive</db-card>
|
|
12
|
-
<h2>3. Elevation Levels</h2>
|
|
13
|
-
<db-card elevationLevel="1">Elevation Level 1</db-card>
|
|
14
|
-
<db-card elevationLevel="2">Elevation Level 2</db-card>
|
|
15
|
-
<db-card elevationLevel="3">Elevation Level 3</db-card>
|
|
16
|
-
<h2>4. Custom Class</h2>
|
|
17
|
-
<db-card class="my-custom-class">Custom Class</db-card>
|
|
18
|
-
<h2>5. Spacing</h2>
|
|
19
|
-
<db-card spacing="medium">Medium Spacing</db-card>
|
|
20
|
-
<db-card spacing="small">Small Spacing</db-card>
|
|
21
|
-
<db-card spacing="large">Large Spacing</db-card>
|
|
22
|
-
<db-card spacing="none">No Spacing</db-card>
|
|
23
|
-
```
|
package/agent/Checkbox.md
DELETED
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
# Checkbox Examples (stencil)
|
|
4
|
-
|
|
5
|
-
```html
|
|
6
|
-
<h1>DBCheckbox Documentation Examples</h1>
|
|
7
|
-
<h2>1. Default Checkbox</h2>
|
|
8
|
-
<db-checkbox label="Default Checkbox"></db-checkbox>
|
|
9
|
-
<h2>2. Indeterminate State</h2>
|
|
10
|
-
<db-checkbox
|
|
11
|
-
label="Indeterminate Checkbox"
|
|
12
|
-
indeterminate={true}
|
|
13
|
-
></db-checkbox>
|
|
14
|
-
<h2>3. Sizes</h2>
|
|
15
|
-
<db-checkbox size="small" label="Small Checkbox"></db-checkbox>
|
|
16
|
-
<db-checkbox size="medium" label="Medium Checkbox"></db-checkbox>
|
|
17
|
-
<h2>4. Validation States</h2>
|
|
18
|
-
<db-checkbox validation="valid" label="Valid Checkbox"></db-checkbox>
|
|
19
|
-
<db-checkbox
|
|
20
|
-
validation="invalid"
|
|
21
|
-
label="Invalid Checkbox"
|
|
22
|
-
></db-checkbox>
|
|
23
|
-
<db-checkbox
|
|
24
|
-
validation="no-validation"
|
|
25
|
-
label="No Validation Checkbox"
|
|
26
|
-
></db-checkbox>
|
|
27
|
-
<h2>5. Disabled State</h2>
|
|
28
|
-
<db-checkbox label="Disabled Checkbox" disabled={true}></db-checkbox>
|
|
29
|
-
<h2>6. Message Property Example</h2>
|
|
30
|
-
<db-checkbox
|
|
31
|
-
label="Checkbox with Message"
|
|
32
|
-
message="This is a helper message."
|
|
33
|
-
></db-checkbox>
|
|
34
|
-
<h2>7. Change Event Example</h2>
|
|
35
|
-
<db-checkbox
|
|
36
|
-
label="Change Event"
|
|
37
|
-
onChange={(event) =>
|
|
38
|
-
console.log("Change event:", event.target.checked)
|
|
39
|
-
}
|
|
40
|
-
></db-checkbox>
|
|
41
|
-
```
|
package/agent/CustomSelect.md
DELETED
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
# CustomSelect Examples (stencil)
|
|
4
|
-
|
|
5
|
-
```html
|
|
6
|
-
<h1>DBCustomSelect Documentation Examples</h1>
|
|
7
|
-
<h2>1. Default Custom Select</h2>
|
|
8
|
-
<db-custom-select
|
|
9
|
-
label="Default Custom Select"
|
|
10
|
-
options={this.getOptions()}
|
|
11
|
-
></db-custom-select>
|
|
12
|
-
<h2>3. Multiple Select</h2>
|
|
13
|
-
<db-custom-select
|
|
14
|
-
label="Multiple Custom Select"
|
|
15
|
-
multiple={true}
|
|
16
|
-
options={this.getOptions()}
|
|
17
|
-
></db-custom-select>
|
|
18
|
-
<h2>4. Disabled State</h2>
|
|
19
|
-
<db-custom-select
|
|
20
|
-
label="Disabled Custom Select"
|
|
21
|
-
disabled={true}
|
|
22
|
-
options={this.getOptions()}
|
|
23
|
-
></db-custom-select>
|
|
24
|
-
<h2>5. Validation States</h2>
|
|
25
|
-
<db-custom-select
|
|
26
|
-
validMessage="This is a valid selection"
|
|
27
|
-
validation="valid"
|
|
28
|
-
label="Valid Custom Select"
|
|
29
|
-
options={this.getOptions()}
|
|
30
|
-
></db-custom-select>
|
|
31
|
-
<db-custom-select
|
|
32
|
-
invalidMessage="This is an invalid selection"
|
|
33
|
-
validation="invalid"
|
|
34
|
-
label="Invalid Custom Select"
|
|
35
|
-
options={this.getOptions()}
|
|
36
|
-
></db-custom-select>
|
|
37
|
-
<db-custom-select
|
|
38
|
-
validation="no-validation"
|
|
39
|
-
label="No Validation Custom Select"
|
|
40
|
-
options={this.getOptions()}
|
|
41
|
-
></db-custom-select>
|
|
42
|
-
<h2>6. Change Event Example</h2>
|
|
43
|
-
<db-custom-select
|
|
44
|
-
label="Change Event"
|
|
45
|
-
onChange={(event) => console.log("Change event:", event.target.value)}
|
|
46
|
-
options={this.getOptions()}
|
|
47
|
-
></db-custom-select>
|
|
48
|
-
<h2>7. Placeholder Example</h2>
|
|
49
|
-
<db-custom-select
|
|
50
|
-
label="Custom Select with Placeholder"
|
|
51
|
-
placeholder="Select an option"
|
|
52
|
-
options={this.getOptions()}
|
|
53
|
-
></db-custom-select>
|
|
54
|
-
```
|
package/agent/Divider.md
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
# Divider Examples (stencil)
|
|
4
|
-
|
|
5
|
-
```html
|
|
6
|
-
<h1>DBDivider Documentation Examples</h1>
|
|
7
|
-
<h2>1. Default Divider</h2>
|
|
8
|
-
<db-divider></db-divider>
|
|
9
|
-
<h2>2. Margin Variants</h2>
|
|
10
|
-
<db-divider margin="none"></db-divider>
|
|
11
|
-
<db-divider margin="_"></db-divider>
|
|
12
|
-
<h2>3. Orientation Variants</h2>
|
|
13
|
-
<db-divider variant="horizontal"></db-divider>
|
|
14
|
-
<db-divider variant="vertical"></db-divider>
|
|
15
|
-
<h2>4. Emphasis Variants</h2>
|
|
16
|
-
<db-divider emphasis="weak"></db-divider>
|
|
17
|
-
<db-divider emphasis="strong"></db-divider>
|
|
18
|
-
<h2>5. Width Variants</h2>
|
|
19
|
-
<db-divider width="full"></db-divider>
|
|
20
|
-
<db-divider width="auto"></db-divider>
|
|
21
|
-
```
|