@solid-design-system/components 3.19.3 → 3.20.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/es/checkbox-group.js +1 -1
- package/dist/components/es/checkbox.js +1 -1
- package/dist/components/es/radio-group.js +1 -1
- package/dist/components/es/radio.js +1 -1
- package/dist/components/umd/solid-components.js +2 -2
- package/dist/custom-elements.json +1 -1
- package/dist/package/components/checkbox/checkbox.d.ts +1 -1
- package/dist/package/components/checkbox/checkbox.js +2 -0
- package/dist/package/components/checkbox-group/checkbox-group.d.ts +1 -1
- package/dist/package/components/checkbox-group/checkbox-group.js +1 -0
- package/dist/package/components/radio/radio.d.ts +1 -1
- package/dist/package/components/radio/radio.js +1 -0
- package/dist/package/components/radio-group/radio-group.d.ts +1 -1
- package/dist/package/components/radio-group/radio-group.js +1 -0
- package/dist/versioned-components/es/accordion-group.js +1 -1
- package/dist/versioned-components/es/accordion.js +1 -1
- package/dist/versioned-components/es/audio.js +1 -1
- package/dist/versioned-components/es/badge.js +1 -1
- package/dist/versioned-components/es/brandshape.js +1 -1
- package/dist/versioned-components/es/button.js +1 -1
- package/dist/versioned-components/es/carousel-item.js +1 -1
- package/dist/versioned-components/es/carousel.js +3 -3
- package/dist/versioned-components/es/checkbox-group.js +1 -1
- package/dist/versioned-components/es/checkbox.js +1 -1
- package/dist/versioned-components/es/dialog.js +1 -1
- package/dist/versioned-components/es/divider.js +1 -1
- package/dist/versioned-components/es/drawer.js +1 -1
- package/dist/versioned-components/es/dropdown.js +1 -1
- package/dist/versioned-components/es/expandable.js +1 -1
- package/dist/versioned-components/es/flipcard.js +1 -1
- package/dist/versioned-components/es/form.js +1 -1
- package/dist/versioned-components/es/header.js +1 -1
- package/dist/versioned-components/es/icon.js +1 -1
- package/dist/versioned-components/es/include.js +1 -1
- package/dist/versioned-components/es/input.js +1 -1
- package/dist/versioned-components/es/link.js +1 -1
- package/dist/versioned-components/es/map-marker.js +1 -1
- package/dist/versioned-components/es/navigation-item.js +1 -1
- package/dist/versioned-components/es/notification.js +1 -1
- package/dist/versioned-components/es/option.js +1 -1
- package/dist/versioned-components/es/quickfact.js +1 -1
- package/dist/versioned-components/es/radio-button.js +1 -1
- package/dist/versioned-components/es/radio-group.js +1 -1
- package/dist/versioned-components/es/radio.js +1 -1
- package/dist/versioned-components/es/scrollable.js +1 -1
- package/dist/versioned-components/es/select.js +3 -3
- package/dist/versioned-components/es/solid-components2.js +1 -1
- package/dist/versioned-components/es/spinner.js +1 -1
- package/dist/versioned-components/es/step-group.js +1 -1
- package/dist/versioned-components/es/step.js +1 -1
- package/dist/versioned-components/es/switch.js +1 -1
- package/dist/versioned-components/es/tab-group.js +1 -1
- package/dist/versioned-components/es/tab-panel.js +1 -1
- package/dist/versioned-components/es/tab.js +1 -1
- package/dist/versioned-components/es/tag.js +1 -1
- package/dist/versioned-components/es/teaser-media.js +1 -1
- package/dist/versioned-components/es/teaser.js +1 -1
- package/dist/versioned-components/es/textarea.js +1 -1
- package/dist/versioned-components/es/tooltip.js +2 -2
- package/dist/versioned-components/es/video.js +1 -1
- package/dist/versioned-package/_components/button-group/button-group.d.ts +1 -1
- package/dist/versioned-package/_components/button-group/button-group.js +11 -11
- package/dist/versioned-package/components/accordion/accordion.d.ts +1 -1
- package/dist/versioned-package/components/accordion/accordion.js +2 -2
- package/dist/versioned-package/components/accordion-group/accordion-group.d.ts +1 -1
- package/dist/versioned-package/components/accordion-group/accordion-group.js +3 -3
- package/dist/versioned-package/components/audio/audio.d.ts +1 -1
- package/dist/versioned-package/components/audio/audio.js +6 -6
- package/dist/versioned-package/components/badge/badge.d.ts +1 -1
- package/dist/versioned-package/components/badge/badge.js +1 -1
- package/dist/versioned-package/components/brandshape/brandshape.d.ts +1 -1
- package/dist/versioned-package/components/brandshape/brandshape.js +1 -1
- package/dist/versioned-package/components/button/button.d.ts +1 -1
- package/dist/versioned-package/components/button/button.js +4 -4
- package/dist/versioned-package/components/carousel/carousel.d.ts +1 -1
- package/dist/versioned-package/components/carousel/carousel.js +6 -6
- package/dist/versioned-package/components/carousel-item/carousel-item.d.ts +1 -1
- package/dist/versioned-package/components/carousel-item/carousel-item.js +1 -1
- package/dist/versioned-package/components/checkbox/checkbox.d.ts +2 -2
- package/dist/versioned-package/components/checkbox/checkbox.js +5 -3
- package/dist/versioned-package/components/checkbox-group/checkbox-group.d.ts +2 -2
- package/dist/versioned-package/components/checkbox-group/checkbox-group.js +6 -5
- package/dist/versioned-package/components/dialog/dialog.d.ts +1 -1
- package/dist/versioned-package/components/dialog/dialog.js +2 -2
- package/dist/versioned-package/components/divider/divider.d.ts +1 -1
- package/dist/versioned-package/components/divider/divider.js +2 -2
- package/dist/versioned-package/components/drawer/drawer.d.ts +1 -1
- package/dist/versioned-package/components/drawer/drawer.js +2 -2
- package/dist/versioned-package/components/dropdown/dropdown.d.ts +1 -1
- package/dist/versioned-package/components/dropdown/dropdown.js +8 -8
- package/dist/versioned-package/components/expandable/expandable.d.ts +1 -1
- package/dist/versioned-package/components/expandable/expandable.js +2 -2
- package/dist/versioned-package/components/flipcard/flipcard.d.ts +1 -1
- package/dist/versioned-package/components/flipcard/flipcard.js +1 -1
- package/dist/versioned-package/components/header/header.d.ts +1 -1
- package/dist/versioned-package/components/header/header.js +4 -4
- package/dist/versioned-package/components/icon/icon.d.ts +1 -1
- package/dist/versioned-package/components/icon/icon.js +1 -1
- package/dist/versioned-package/components/include/include.d.ts +1 -1
- package/dist/versioned-package/components/include/include.js +1 -1
- package/dist/versioned-package/components/input/input.d.ts +1 -1
- package/dist/versioned-package/components/input/input.js +2 -2
- package/dist/versioned-package/components/link/link.d.ts +1 -1
- package/dist/versioned-package/components/link/link.js +2 -2
- package/dist/versioned-package/components/map-marker/map-marker.d.ts +1 -1
- package/dist/versioned-package/components/map-marker/map-marker.js +1 -1
- package/dist/versioned-package/components/navigation-item/navigation-item.d.ts +1 -1
- package/dist/versioned-package/components/navigation-item/navigation-item.js +5 -5
- package/dist/versioned-package/components/notification/notification.d.ts +1 -1
- package/dist/versioned-package/components/notification/notification.js +5 -5
- package/dist/versioned-package/components/option/option.d.ts +1 -1
- package/dist/versioned-package/components/option/option.js +2 -2
- package/dist/versioned-package/components/popup/popup.d.ts +1 -1
- package/dist/versioned-package/components/popup/popup.js +1 -1
- package/dist/versioned-package/components/quickfact/quickfact.d.ts +1 -1
- package/dist/versioned-package/components/quickfact/quickfact.js +2 -2
- package/dist/versioned-package/components/radio/radio.d.ts +2 -2
- package/dist/versioned-package/components/radio/radio.js +3 -2
- package/dist/versioned-package/components/radio-button/radio-button.d.ts +1 -1
- package/dist/versioned-package/components/radio-button/radio-button.js +2 -2
- package/dist/versioned-package/components/radio-group/radio-group.d.ts +3 -3
- package/dist/versioned-package/components/radio-group/radio-group.js +14 -13
- package/dist/versioned-package/components/scrollable/scrollable.d.ts +1 -1
- package/dist/versioned-package/components/scrollable/scrollable.js +3 -3
- package/dist/versioned-package/components/select/select.d.ts +4 -4
- package/dist/versioned-package/components/select/select.js +25 -25
- package/dist/versioned-package/components/spinner/spinner.d.ts +1 -1
- package/dist/versioned-package/components/spinner/spinner.js +1 -1
- package/dist/versioned-package/components/step/step.d.ts +1 -1
- package/dist/versioned-package/components/step/step.js +2 -2
- package/dist/versioned-package/components/step-group/step-group.d.ts +1 -1
- package/dist/versioned-package/components/step-group/step-group.js +2 -2
- package/dist/versioned-package/components/switch/switch.d.ts +1 -1
- package/dist/versioned-package/components/switch/switch.js +1 -1
- package/dist/versioned-package/components/tab/tab.d.ts +1 -1
- package/dist/versioned-package/components/tab/tab.js +2 -2
- package/dist/versioned-package/components/tab-group/tab-group.d.ts +1 -1
- package/dist/versioned-package/components/tab-group/tab-group.js +13 -13
- package/dist/versioned-package/components/tab-panel/tab-panel.d.ts +1 -1
- package/dist/versioned-package/components/tab-panel/tab-panel.js +2 -2
- package/dist/versioned-package/components/tag/tag.d.ts +1 -1
- package/dist/versioned-package/components/tag/tag.js +2 -2
- package/dist/versioned-package/components/teaser/teaser.js +1 -1
- package/dist/versioned-package/components/teaser-media/teaser-media.js +1 -1
- package/dist/versioned-package/components/textarea/textarea.d.ts +1 -1
- package/dist/versioned-package/components/textarea/textarea.js +2 -2
- package/dist/versioned-package/components/tooltip/tooltip.d.ts +1 -1
- package/dist/versioned-package/components/tooltip/tooltip.js +5 -5
- package/dist/versioned-package/components/video/video.d.ts +1 -1
- package/dist/versioned-package/components/video/video.js +2 -2
- package/dist/versioned-package/internal/form.js +3 -3
- package/dist/versioned-package/styles/headline/headline.css.js +1 -1
- package/dist/versioned-package/utilities/autocomplete-config.js +4 -4
- package/dist/versioned-styles/solid-styles.css +1 -1
- package/dist/vscode.html-custom-data.json +69 -45
- package/dist/web-types.json +62 -62
- package/package.json +2 -2
package/dist/web-types.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"name": "@solid-design-system/components",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.20.0",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"framework-config": {
|
|
7
7
|
"enable-when": {
|
|
@@ -1395,7 +1395,7 @@
|
|
|
1395
1395
|
"name": "size",
|
|
1396
1396
|
"description": "The checkbox group's size. This size will be applied to the label, all child checkboxes.",
|
|
1397
1397
|
"value": {
|
|
1398
|
-
"type": "'lg' | 'sm'"
|
|
1398
|
+
"type": "'lg' | 'md' | 'sm'"
|
|
1399
1399
|
}
|
|
1400
1400
|
},
|
|
1401
1401
|
{
|
|
@@ -1440,7 +1440,7 @@
|
|
|
1440
1440
|
"name": "size",
|
|
1441
1441
|
"description": "The checkbox group's size. This size will be applied to the label, all child checkboxes.",
|
|
1442
1442
|
"value": {
|
|
1443
|
-
"type": "'lg' | 'sm'"
|
|
1443
|
+
"type": "'lg' | 'md' | 'sm'"
|
|
1444
1444
|
}
|
|
1445
1445
|
},
|
|
1446
1446
|
{
|
|
@@ -1495,7 +1495,7 @@
|
|
|
1495
1495
|
"name": "size",
|
|
1496
1496
|
"description": "The checkbox's size.",
|
|
1497
1497
|
"value": {
|
|
1498
|
-
"type": "'sm' | 'lg'"
|
|
1498
|
+
"type": "'sm' | 'md' | 'lg'"
|
|
1499
1499
|
}
|
|
1500
1500
|
},
|
|
1501
1501
|
{
|
|
@@ -1653,7 +1653,7 @@
|
|
|
1653
1653
|
"name": "size",
|
|
1654
1654
|
"description": "The checkbox's size.",
|
|
1655
1655
|
"value": {
|
|
1656
|
-
"type": "'sm' | 'lg'"
|
|
1656
|
+
"type": "'sm' | 'md' | 'lg'"
|
|
1657
1657
|
}
|
|
1658
1658
|
},
|
|
1659
1659
|
{
|
|
@@ -4640,7 +4640,7 @@
|
|
|
4640
4640
|
"name": "size",
|
|
4641
4641
|
"description": "The radio group's size. This size will be applied to the label, all child radios and radio buttons.",
|
|
4642
4642
|
"value": {
|
|
4643
|
-
"type": "'lg' | 'sm'"
|
|
4643
|
+
"type": "'lg' | 'md' | 'sm'"
|
|
4644
4644
|
}
|
|
4645
4645
|
},
|
|
4646
4646
|
{
|
|
@@ -4788,7 +4788,7 @@
|
|
|
4788
4788
|
"name": "size",
|
|
4789
4789
|
"description": "The radio group's size. This size will be applied to the label, all child radios and radio buttons.",
|
|
4790
4790
|
"value": {
|
|
4791
|
-
"type": "'lg' | 'sm'"
|
|
4791
|
+
"type": "'lg' | 'md' | 'sm'"
|
|
4792
4792
|
}
|
|
4793
4793
|
},
|
|
4794
4794
|
{
|
|
@@ -4858,7 +4858,7 @@
|
|
|
4858
4858
|
"name": "size",
|
|
4859
4859
|
"description": "The radio's size.",
|
|
4860
4860
|
"value": {
|
|
4861
|
-
"type": "'lg' | 'sm'"
|
|
4861
|
+
"type": "'lg' | 'md' | 'sm'"
|
|
4862
4862
|
}
|
|
4863
4863
|
},
|
|
4864
4864
|
{
|
|
@@ -4931,7 +4931,7 @@
|
|
|
4931
4931
|
"name": "size",
|
|
4932
4932
|
"description": "The radio's size.",
|
|
4933
4933
|
"value": {
|
|
4934
|
-
"type": "'lg' | 'sm'"
|
|
4934
|
+
"type": "'lg' | 'md' | 'sm'"
|
|
4935
4935
|
}
|
|
4936
4936
|
},
|
|
4937
4937
|
{
|
|
@@ -7427,7 +7427,7 @@
|
|
|
7427
7427
|
]
|
|
7428
7428
|
},
|
|
7429
7429
|
{
|
|
7430
|
-
"name": "sd-3-
|
|
7430
|
+
"name": "sd-3-20-0-accordion-group",
|
|
7431
7431
|
"description": "",
|
|
7432
7432
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/accordion-group",
|
|
7433
7433
|
"js": {
|
|
@@ -7457,7 +7457,7 @@
|
|
|
7457
7457
|
]
|
|
7458
7458
|
},
|
|
7459
7459
|
{
|
|
7460
|
-
"name": "sd-3-
|
|
7460
|
+
"name": "sd-3-20-0-accordion",
|
|
7461
7461
|
"description": "",
|
|
7462
7462
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/accordion",
|
|
7463
7463
|
"js": {
|
|
@@ -7540,7 +7540,7 @@
|
|
|
7540
7540
|
]
|
|
7541
7541
|
},
|
|
7542
7542
|
{
|
|
7543
|
-
"name": "sd-3-
|
|
7543
|
+
"name": "sd-3-20-0-audio",
|
|
7544
7544
|
"description": "",
|
|
7545
7545
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/audio",
|
|
7546
7546
|
"js": {
|
|
@@ -7791,7 +7791,7 @@
|
|
|
7791
7791
|
]
|
|
7792
7792
|
},
|
|
7793
7793
|
{
|
|
7794
|
-
"name": "sd-3-
|
|
7794
|
+
"name": "sd-3-20-0-badge",
|
|
7795
7795
|
"description": "",
|
|
7796
7796
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/badge",
|
|
7797
7797
|
"js": {
|
|
@@ -7845,7 +7845,7 @@
|
|
|
7845
7845
|
]
|
|
7846
7846
|
},
|
|
7847
7847
|
{
|
|
7848
|
-
"name": "sd-3-
|
|
7848
|
+
"name": "sd-3-20-0-brandshape",
|
|
7849
7849
|
"description": "",
|
|
7850
7850
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/brandshape",
|
|
7851
7851
|
"js": {
|
|
@@ -7936,7 +7936,7 @@
|
|
|
7936
7936
|
]
|
|
7937
7937
|
},
|
|
7938
7938
|
{
|
|
7939
|
-
"name": "sd-3-
|
|
7939
|
+
"name": "sd-3-20-0-button",
|
|
7940
7940
|
"description": "",
|
|
7941
7941
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/button",
|
|
7942
7942
|
"js": {
|
|
@@ -8292,7 +8292,7 @@
|
|
|
8292
8292
|
]
|
|
8293
8293
|
},
|
|
8294
8294
|
{
|
|
8295
|
-
"name": "sd-3-
|
|
8295
|
+
"name": "sd-3-20-0-carousel-item",
|
|
8296
8296
|
"description": "",
|
|
8297
8297
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/carousel-item",
|
|
8298
8298
|
"js": {
|
|
@@ -8307,7 +8307,7 @@
|
|
|
8307
8307
|
"attributes": []
|
|
8308
8308
|
},
|
|
8309
8309
|
{
|
|
8310
|
-
"name": "sd-3-
|
|
8310
|
+
"name": "sd-3-20-0-carousel",
|
|
8311
8311
|
"description": "",
|
|
8312
8312
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/carousel",
|
|
8313
8313
|
"js": {
|
|
@@ -8503,7 +8503,7 @@
|
|
|
8503
8503
|
]
|
|
8504
8504
|
},
|
|
8505
8505
|
{
|
|
8506
|
-
"name": "sd-3-
|
|
8506
|
+
"name": "sd-3-20-0-checkbox-group",
|
|
8507
8507
|
"description": "",
|
|
8508
8508
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/checkbox-group",
|
|
8509
8509
|
"js": {
|
|
@@ -8516,7 +8516,7 @@
|
|
|
8516
8516
|
"name": "size",
|
|
8517
8517
|
"description": "The checkbox group's size. This size will be applied to the label, all child checkboxes.",
|
|
8518
8518
|
"value": {
|
|
8519
|
-
"type": "'lg' | 'sm'"
|
|
8519
|
+
"type": "'lg' | 'md' | 'sm'"
|
|
8520
8520
|
}
|
|
8521
8521
|
},
|
|
8522
8522
|
{
|
|
@@ -8561,7 +8561,7 @@
|
|
|
8561
8561
|
"name": "size",
|
|
8562
8562
|
"description": "The checkbox group's size. This size will be applied to the label, all child checkboxes.",
|
|
8563
8563
|
"value": {
|
|
8564
|
-
"type": "'lg' | 'sm'"
|
|
8564
|
+
"type": "'lg' | 'md' | 'sm'"
|
|
8565
8565
|
}
|
|
8566
8566
|
},
|
|
8567
8567
|
{
|
|
@@ -8581,7 +8581,7 @@
|
|
|
8581
8581
|
]
|
|
8582
8582
|
},
|
|
8583
8583
|
{
|
|
8584
|
-
"name": "sd-3-
|
|
8584
|
+
"name": "sd-3-20-0-checkbox",
|
|
8585
8585
|
"description": "",
|
|
8586
8586
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/checkbox",
|
|
8587
8587
|
"js": {
|
|
@@ -8616,7 +8616,7 @@
|
|
|
8616
8616
|
"name": "size",
|
|
8617
8617
|
"description": "The checkbox's size.",
|
|
8618
8618
|
"value": {
|
|
8619
|
-
"type": "'sm' | 'lg'"
|
|
8619
|
+
"type": "'sm' | 'md' | 'lg'"
|
|
8620
8620
|
}
|
|
8621
8621
|
},
|
|
8622
8622
|
{
|
|
@@ -8774,7 +8774,7 @@
|
|
|
8774
8774
|
"name": "size",
|
|
8775
8775
|
"description": "The checkbox's size.",
|
|
8776
8776
|
"value": {
|
|
8777
|
-
"type": "'sm' | 'lg'"
|
|
8777
|
+
"type": "'sm' | 'md' | 'lg'"
|
|
8778
8778
|
}
|
|
8779
8779
|
},
|
|
8780
8780
|
{
|
|
@@ -8815,7 +8815,7 @@
|
|
|
8815
8815
|
]
|
|
8816
8816
|
},
|
|
8817
8817
|
{
|
|
8818
|
-
"name": "sd-3-
|
|
8818
|
+
"name": "sd-3-20-0-dialog",
|
|
8819
8819
|
"description": "",
|
|
8820
8820
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/dialog",
|
|
8821
8821
|
"js": {
|
|
@@ -8938,7 +8938,7 @@
|
|
|
8938
8938
|
]
|
|
8939
8939
|
},
|
|
8940
8940
|
{
|
|
8941
|
-
"name": "sd-3-
|
|
8941
|
+
"name": "sd-3-20-0-divider",
|
|
8942
8942
|
"description": "",
|
|
8943
8943
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/divider",
|
|
8944
8944
|
"js": {
|
|
@@ -8978,7 +8978,7 @@
|
|
|
8978
8978
|
]
|
|
8979
8979
|
},
|
|
8980
8980
|
{
|
|
8981
|
-
"name": "sd-3-
|
|
8981
|
+
"name": "sd-3-20-0-drawer",
|
|
8982
8982
|
"description": "",
|
|
8983
8983
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/drawer",
|
|
8984
8984
|
"js": {
|
|
@@ -9131,7 +9131,7 @@
|
|
|
9131
9131
|
]
|
|
9132
9132
|
},
|
|
9133
9133
|
{
|
|
9134
|
-
"name": "sd-3-
|
|
9134
|
+
"name": "sd-3-20-0-dropdown",
|
|
9135
9135
|
"description": "",
|
|
9136
9136
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/dropdown",
|
|
9137
9137
|
"js": {
|
|
@@ -9385,7 +9385,7 @@
|
|
|
9385
9385
|
]
|
|
9386
9386
|
},
|
|
9387
9387
|
{
|
|
9388
|
-
"name": "sd-3-
|
|
9388
|
+
"name": "sd-3-20-0-expandable",
|
|
9389
9389
|
"description": "",
|
|
9390
9390
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/expandable",
|
|
9391
9391
|
"js": {
|
|
@@ -9472,7 +9472,7 @@
|
|
|
9472
9472
|
]
|
|
9473
9473
|
},
|
|
9474
9474
|
{
|
|
9475
|
-
"name": "sd-3-
|
|
9475
|
+
"name": "sd-3-20-0-flipcard",
|
|
9476
9476
|
"description": "",
|
|
9477
9477
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/flipcard",
|
|
9478
9478
|
"js": {
|
|
@@ -9573,7 +9573,7 @@
|
|
|
9573
9573
|
]
|
|
9574
9574
|
},
|
|
9575
9575
|
{
|
|
9576
|
-
"name": "sd-3-
|
|
9576
|
+
"name": "sd-3-20-0-header",
|
|
9577
9577
|
"description": "",
|
|
9578
9578
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/header",
|
|
9579
9579
|
"js": {
|
|
@@ -9625,7 +9625,7 @@
|
|
|
9625
9625
|
]
|
|
9626
9626
|
},
|
|
9627
9627
|
{
|
|
9628
|
-
"name": "sd-3-
|
|
9628
|
+
"name": "sd-3-20-0-icon",
|
|
9629
9629
|
"description": "",
|
|
9630
9630
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/icon",
|
|
9631
9631
|
"js": {
|
|
@@ -9728,7 +9728,7 @@
|
|
|
9728
9728
|
]
|
|
9729
9729
|
},
|
|
9730
9730
|
{
|
|
9731
|
-
"name": "sd-3-
|
|
9731
|
+
"name": "sd-3-20-0-include",
|
|
9732
9732
|
"description": "",
|
|
9733
9733
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/include",
|
|
9734
9734
|
"js": {
|
|
@@ -9799,7 +9799,7 @@
|
|
|
9799
9799
|
]
|
|
9800
9800
|
},
|
|
9801
9801
|
{
|
|
9802
|
-
"name": "sd-3-
|
|
9802
|
+
"name": "sd-3-20-0-input",
|
|
9803
9803
|
"description": "",
|
|
9804
9804
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/input",
|
|
9805
9805
|
"js": {
|
|
@@ -10387,7 +10387,7 @@
|
|
|
10387
10387
|
]
|
|
10388
10388
|
},
|
|
10389
10389
|
{
|
|
10390
|
-
"name": "sd-3-
|
|
10390
|
+
"name": "sd-3-20-0-link",
|
|
10391
10391
|
"description": "",
|
|
10392
10392
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/link",
|
|
10393
10393
|
"js": {
|
|
@@ -10514,7 +10514,7 @@
|
|
|
10514
10514
|
]
|
|
10515
10515
|
},
|
|
10516
10516
|
{
|
|
10517
|
-
"name": "sd-3-
|
|
10517
|
+
"name": "sd-3-20-0-map-marker",
|
|
10518
10518
|
"description": "",
|
|
10519
10519
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/map-marker",
|
|
10520
10520
|
"js": {
|
|
@@ -10568,7 +10568,7 @@
|
|
|
10568
10568
|
]
|
|
10569
10569
|
},
|
|
10570
10570
|
{
|
|
10571
|
-
"name": "sd-3-
|
|
10571
|
+
"name": "sd-3-20-0-navigation-item",
|
|
10572
10572
|
"description": "",
|
|
10573
10573
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/navigation-item",
|
|
10574
10574
|
"js": {
|
|
@@ -10817,7 +10817,7 @@
|
|
|
10817
10817
|
]
|
|
10818
10818
|
},
|
|
10819
10819
|
{
|
|
10820
|
-
"name": "sd-3-
|
|
10820
|
+
"name": "sd-3-20-0-notification",
|
|
10821
10821
|
"description": "",
|
|
10822
10822
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/notification",
|
|
10823
10823
|
"js": {
|
|
@@ -10983,7 +10983,7 @@
|
|
|
10983
10983
|
]
|
|
10984
10984
|
},
|
|
10985
10985
|
{
|
|
10986
|
-
"name": "sd-3-
|
|
10986
|
+
"name": "sd-3-20-0-option",
|
|
10987
10987
|
"description": "",
|
|
10988
10988
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/option",
|
|
10989
10989
|
"js": {
|
|
@@ -11090,7 +11090,7 @@
|
|
|
11090
11090
|
]
|
|
11091
11091
|
},
|
|
11092
11092
|
{
|
|
11093
|
-
"name": "sd-3-
|
|
11093
|
+
"name": "sd-3-20-0-popup",
|
|
11094
11094
|
"description": "",
|
|
11095
11095
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/popup",
|
|
11096
11096
|
"js": {
|
|
@@ -11442,7 +11442,7 @@
|
|
|
11442
11442
|
]
|
|
11443
11443
|
},
|
|
11444
11444
|
{
|
|
11445
|
-
"name": "sd-3-
|
|
11445
|
+
"name": "sd-3-20-0-quickfact",
|
|
11446
11446
|
"description": "",
|
|
11447
11447
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/quickfact",
|
|
11448
11448
|
"js": {
|
|
@@ -11539,7 +11539,7 @@
|
|
|
11539
11539
|
]
|
|
11540
11540
|
},
|
|
11541
11541
|
{
|
|
11542
|
-
"name": "sd-3-
|
|
11542
|
+
"name": "sd-3-20-0-radio-button",
|
|
11543
11543
|
"description": "",
|
|
11544
11544
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/radio-button",
|
|
11545
11545
|
"js": {
|
|
@@ -11638,7 +11638,7 @@
|
|
|
11638
11638
|
]
|
|
11639
11639
|
},
|
|
11640
11640
|
{
|
|
11641
|
-
"name": "sd-3-
|
|
11641
|
+
"name": "sd-3-20-0-radio-group",
|
|
11642
11642
|
"description": "",
|
|
11643
11643
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/radio-group",
|
|
11644
11644
|
"js": {
|
|
@@ -11675,7 +11675,7 @@
|
|
|
11675
11675
|
"name": "size",
|
|
11676
11676
|
"description": "The radio group's size. This size will be applied to the label, all child radios and radio buttons.",
|
|
11677
11677
|
"value": {
|
|
11678
|
-
"type": "'lg' | 'sm'"
|
|
11678
|
+
"type": "'lg' | 'md' | 'sm'"
|
|
11679
11679
|
}
|
|
11680
11680
|
},
|
|
11681
11681
|
{
|
|
@@ -11823,7 +11823,7 @@
|
|
|
11823
11823
|
"name": "size",
|
|
11824
11824
|
"description": "The radio group's size. This size will be applied to the label, all child radios and radio buttons.",
|
|
11825
11825
|
"value": {
|
|
11826
|
-
"type": "'lg' | 'sm'"
|
|
11826
|
+
"type": "'lg' | 'md' | 'sm'"
|
|
11827
11827
|
}
|
|
11828
11828
|
},
|
|
11829
11829
|
{
|
|
@@ -11878,7 +11878,7 @@
|
|
|
11878
11878
|
]
|
|
11879
11879
|
},
|
|
11880
11880
|
{
|
|
11881
|
-
"name": "sd-3-
|
|
11881
|
+
"name": "sd-3-20-0-radio",
|
|
11882
11882
|
"description": "",
|
|
11883
11883
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/radio",
|
|
11884
11884
|
"js": {
|
|
@@ -11893,7 +11893,7 @@
|
|
|
11893
11893
|
"name": "size",
|
|
11894
11894
|
"description": "The radio's size.",
|
|
11895
11895
|
"value": {
|
|
11896
|
-
"type": "'lg' | 'sm'"
|
|
11896
|
+
"type": "'lg' | 'md' | 'sm'"
|
|
11897
11897
|
}
|
|
11898
11898
|
},
|
|
11899
11899
|
{
|
|
@@ -11966,7 +11966,7 @@
|
|
|
11966
11966
|
"name": "size",
|
|
11967
11967
|
"description": "The radio's size.",
|
|
11968
11968
|
"value": {
|
|
11969
|
-
"type": "'lg' | 'sm'"
|
|
11969
|
+
"type": "'lg' | 'md' | 'sm'"
|
|
11970
11970
|
}
|
|
11971
11971
|
},
|
|
11972
11972
|
{
|
|
@@ -11993,7 +11993,7 @@
|
|
|
11993
11993
|
]
|
|
11994
11994
|
},
|
|
11995
11995
|
{
|
|
11996
|
-
"name": "sd-3-
|
|
11996
|
+
"name": "sd-3-20-0-scrollable",
|
|
11997
11997
|
"description": "",
|
|
11998
11998
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/scrollable",
|
|
11999
11999
|
"js": {
|
|
@@ -12153,7 +12153,7 @@
|
|
|
12153
12153
|
]
|
|
12154
12154
|
},
|
|
12155
12155
|
{
|
|
12156
|
-
"name": "sd-3-
|
|
12156
|
+
"name": "sd-3-20-0-select",
|
|
12157
12157
|
"description": "",
|
|
12158
12158
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/select",
|
|
12159
12159
|
"js": {
|
|
@@ -12673,7 +12673,7 @@
|
|
|
12673
12673
|
]
|
|
12674
12674
|
},
|
|
12675
12675
|
{
|
|
12676
|
-
"name": "sd-3-
|
|
12676
|
+
"name": "sd-3-20-0-spinner",
|
|
12677
12677
|
"description": "",
|
|
12678
12678
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/spinner",
|
|
12679
12679
|
"js": {
|
|
@@ -12703,7 +12703,7 @@
|
|
|
12703
12703
|
]
|
|
12704
12704
|
},
|
|
12705
12705
|
{
|
|
12706
|
-
"name": "sd-3-
|
|
12706
|
+
"name": "sd-3-20-0-step-group",
|
|
12707
12707
|
"description": "",
|
|
12708
12708
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/step-group",
|
|
12709
12709
|
"js": {
|
|
@@ -12798,7 +12798,7 @@
|
|
|
12798
12798
|
]
|
|
12799
12799
|
},
|
|
12800
12800
|
{
|
|
12801
|
-
"name": "sd-3-
|
|
12801
|
+
"name": "sd-3-20-0-step",
|
|
12802
12802
|
"description": "",
|
|
12803
12803
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/step",
|
|
12804
12804
|
"js": {
|
|
@@ -12983,7 +12983,7 @@
|
|
|
12983
12983
|
]
|
|
12984
12984
|
},
|
|
12985
12985
|
{
|
|
12986
|
-
"name": "sd-3-
|
|
12986
|
+
"name": "sd-3-20-0-switch",
|
|
12987
12987
|
"description": "",
|
|
12988
12988
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/switch",
|
|
12989
12989
|
"js": {
|
|
@@ -13191,7 +13191,7 @@
|
|
|
13191
13191
|
]
|
|
13192
13192
|
},
|
|
13193
13193
|
{
|
|
13194
|
-
"name": "sd-3-
|
|
13194
|
+
"name": "sd-3-20-0-tab-group",
|
|
13195
13195
|
"description": "",
|
|
13196
13196
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/tab-group",
|
|
13197
13197
|
"js": {
|
|
@@ -13310,7 +13310,7 @@
|
|
|
13310
13310
|
]
|
|
13311
13311
|
},
|
|
13312
13312
|
{
|
|
13313
|
-
"name": "sd-3-
|
|
13313
|
+
"name": "sd-3-20-0-tab-panel",
|
|
13314
13314
|
"description": "",
|
|
13315
13315
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/tab-panel",
|
|
13316
13316
|
"js": {
|
|
@@ -13364,7 +13364,7 @@
|
|
|
13364
13364
|
]
|
|
13365
13365
|
},
|
|
13366
13366
|
{
|
|
13367
|
-
"name": "sd-3-
|
|
13367
|
+
"name": "sd-3-20-0-tab",
|
|
13368
13368
|
"description": "",
|
|
13369
13369
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/tab",
|
|
13370
13370
|
"js": {
|
|
@@ -13460,7 +13460,7 @@
|
|
|
13460
13460
|
]
|
|
13461
13461
|
},
|
|
13462
13462
|
{
|
|
13463
|
-
"name": "sd-3-
|
|
13463
|
+
"name": "sd-3-20-0-tag",
|
|
13464
13464
|
"description": "",
|
|
13465
13465
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/tag",
|
|
13466
13466
|
"js": {
|
|
@@ -13614,7 +13614,7 @@
|
|
|
13614
13614
|
]
|
|
13615
13615
|
},
|
|
13616
13616
|
{
|
|
13617
|
-
"name": "sd-3-
|
|
13617
|
+
"name": "sd-3-20-0-teaser-media",
|
|
13618
13618
|
"description": "",
|
|
13619
13619
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/teaser-media",
|
|
13620
13620
|
"js": {
|
|
@@ -13642,7 +13642,7 @@
|
|
|
13642
13642
|
]
|
|
13643
13643
|
},
|
|
13644
13644
|
{
|
|
13645
|
-
"name": "sd-3-
|
|
13645
|
+
"name": "sd-3-20-0-teaser",
|
|
13646
13646
|
"description": "",
|
|
13647
13647
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/teaser",
|
|
13648
13648
|
"js": {
|
|
@@ -13708,7 +13708,7 @@
|
|
|
13708
13708
|
]
|
|
13709
13709
|
},
|
|
13710
13710
|
{
|
|
13711
|
-
"name": "sd-3-
|
|
13711
|
+
"name": "sd-3-20-0-textarea",
|
|
13712
13712
|
"description": "",
|
|
13713
13713
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/textarea",
|
|
13714
13714
|
"js": {
|
|
@@ -14162,7 +14162,7 @@
|
|
|
14162
14162
|
]
|
|
14163
14163
|
},
|
|
14164
14164
|
{
|
|
14165
|
-
"name": "sd-3-
|
|
14165
|
+
"name": "sd-3-20-0-tooltip",
|
|
14166
14166
|
"description": "",
|
|
14167
14167
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/tooltip",
|
|
14168
14168
|
"js": {
|
|
@@ -14361,7 +14361,7 @@
|
|
|
14361
14361
|
]
|
|
14362
14362
|
},
|
|
14363
14363
|
{
|
|
14364
|
-
"name": "sd-3-
|
|
14364
|
+
"name": "sd-3-20-0-video",
|
|
14365
14365
|
"description": "",
|
|
14366
14366
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/video",
|
|
14367
14367
|
"js": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solid-design-system/components",
|
|
3
3
|
"description": "Solid Design System: Components",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.20.0",
|
|
5
5
|
"homepage": "https://solid-design-system.fe.union-investment.de/x.x.x/storybook/",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Union Investment"
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
"readme": "README.md",
|
|
196
196
|
"meta": {
|
|
197
197
|
"bundleSizeInKb": {
|
|
198
|
-
"uncompressed":
|
|
198
|
+
"uncompressed": 350,
|
|
199
199
|
"gzip": 82
|
|
200
200
|
}
|
|
201
201
|
}
|