@solid-design-system/components 3.19.2 → 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/brandshape.js +3 -1
- 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/es/solid-components2.js +1 -1
- package/dist/components/umd/solid-components.js +14 -12
- package/dist/custom-elements.json +1 -1
- package/dist/package/components/brandshape/brandshape.d.ts +1 -2
- package/dist/package/components/brandshape/brandshape.js +9 -14
- 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/package/styles/tailwind.css.js +1 -1
- 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 +3 -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 +2 -3
- package/dist/versioned-package/components/brandshape/brandshape.js +10 -15
- 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/styles/tailwind.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 +71 -47
- package/dist/web-types.json +64 -72
- package/package.json +1 -1
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": {
|
|
@@ -631,11 +631,7 @@
|
|
|
631
631
|
"value": {}
|
|
632
632
|
},
|
|
633
633
|
{
|
|
634
|
-
"name": "
|
|
635
|
-
"value": {}
|
|
636
|
-
},
|
|
637
|
-
{
|
|
638
|
-
"name": "renderSkewedImage",
|
|
634
|
+
"name": "renderStylizedVariant",
|
|
639
635
|
"value": {}
|
|
640
636
|
},
|
|
641
637
|
{
|
|
@@ -1399,7 +1395,7 @@
|
|
|
1399
1395
|
"name": "size",
|
|
1400
1396
|
"description": "The checkbox group's size. This size will be applied to the label, all child checkboxes.",
|
|
1401
1397
|
"value": {
|
|
1402
|
-
"type": "'lg' | 'sm'"
|
|
1398
|
+
"type": "'lg' | 'md' | 'sm'"
|
|
1403
1399
|
}
|
|
1404
1400
|
},
|
|
1405
1401
|
{
|
|
@@ -1444,7 +1440,7 @@
|
|
|
1444
1440
|
"name": "size",
|
|
1445
1441
|
"description": "The checkbox group's size. This size will be applied to the label, all child checkboxes.",
|
|
1446
1442
|
"value": {
|
|
1447
|
-
"type": "'lg' | 'sm'"
|
|
1443
|
+
"type": "'lg' | 'md' | 'sm'"
|
|
1448
1444
|
}
|
|
1449
1445
|
},
|
|
1450
1446
|
{
|
|
@@ -1499,7 +1495,7 @@
|
|
|
1499
1495
|
"name": "size",
|
|
1500
1496
|
"description": "The checkbox's size.",
|
|
1501
1497
|
"value": {
|
|
1502
|
-
"type": "'sm' | 'lg'"
|
|
1498
|
+
"type": "'sm' | 'md' | 'lg'"
|
|
1503
1499
|
}
|
|
1504
1500
|
},
|
|
1505
1501
|
{
|
|
@@ -1657,7 +1653,7 @@
|
|
|
1657
1653
|
"name": "size",
|
|
1658
1654
|
"description": "The checkbox's size.",
|
|
1659
1655
|
"value": {
|
|
1660
|
-
"type": "'sm' | 'lg'"
|
|
1656
|
+
"type": "'sm' | 'md' | 'lg'"
|
|
1661
1657
|
}
|
|
1662
1658
|
},
|
|
1663
1659
|
{
|
|
@@ -4644,7 +4640,7 @@
|
|
|
4644
4640
|
"name": "size",
|
|
4645
4641
|
"description": "The radio group's size. This size will be applied to the label, all child radios and radio buttons.",
|
|
4646
4642
|
"value": {
|
|
4647
|
-
"type": "'lg' | 'sm'"
|
|
4643
|
+
"type": "'lg' | 'md' | 'sm'"
|
|
4648
4644
|
}
|
|
4649
4645
|
},
|
|
4650
4646
|
{
|
|
@@ -4792,7 +4788,7 @@
|
|
|
4792
4788
|
"name": "size",
|
|
4793
4789
|
"description": "The radio group's size. This size will be applied to the label, all child radios and radio buttons.",
|
|
4794
4790
|
"value": {
|
|
4795
|
-
"type": "'lg' | 'sm'"
|
|
4791
|
+
"type": "'lg' | 'md' | 'sm'"
|
|
4796
4792
|
}
|
|
4797
4793
|
},
|
|
4798
4794
|
{
|
|
@@ -4862,7 +4858,7 @@
|
|
|
4862
4858
|
"name": "size",
|
|
4863
4859
|
"description": "The radio's size.",
|
|
4864
4860
|
"value": {
|
|
4865
|
-
"type": "'lg' | 'sm'"
|
|
4861
|
+
"type": "'lg' | 'md' | 'sm'"
|
|
4866
4862
|
}
|
|
4867
4863
|
},
|
|
4868
4864
|
{
|
|
@@ -4935,7 +4931,7 @@
|
|
|
4935
4931
|
"name": "size",
|
|
4936
4932
|
"description": "The radio's size.",
|
|
4937
4933
|
"value": {
|
|
4938
|
-
"type": "'lg' | 'sm'"
|
|
4934
|
+
"type": "'lg' | 'md' | 'sm'"
|
|
4939
4935
|
}
|
|
4940
4936
|
},
|
|
4941
4937
|
{
|
|
@@ -7431,7 +7427,7 @@
|
|
|
7431
7427
|
]
|
|
7432
7428
|
},
|
|
7433
7429
|
{
|
|
7434
|
-
"name": "sd-3-
|
|
7430
|
+
"name": "sd-3-20-0-accordion-group",
|
|
7435
7431
|
"description": "",
|
|
7436
7432
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/accordion-group",
|
|
7437
7433
|
"js": {
|
|
@@ -7461,7 +7457,7 @@
|
|
|
7461
7457
|
]
|
|
7462
7458
|
},
|
|
7463
7459
|
{
|
|
7464
|
-
"name": "sd-3-
|
|
7460
|
+
"name": "sd-3-20-0-accordion",
|
|
7465
7461
|
"description": "",
|
|
7466
7462
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/accordion",
|
|
7467
7463
|
"js": {
|
|
@@ -7544,7 +7540,7 @@
|
|
|
7544
7540
|
]
|
|
7545
7541
|
},
|
|
7546
7542
|
{
|
|
7547
|
-
"name": "sd-3-
|
|
7543
|
+
"name": "sd-3-20-0-audio",
|
|
7548
7544
|
"description": "",
|
|
7549
7545
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/audio",
|
|
7550
7546
|
"js": {
|
|
@@ -7795,7 +7791,7 @@
|
|
|
7795
7791
|
]
|
|
7796
7792
|
},
|
|
7797
7793
|
{
|
|
7798
|
-
"name": "sd-3-
|
|
7794
|
+
"name": "sd-3-20-0-badge",
|
|
7799
7795
|
"description": "",
|
|
7800
7796
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/badge",
|
|
7801
7797
|
"js": {
|
|
@@ -7849,7 +7845,7 @@
|
|
|
7849
7845
|
]
|
|
7850
7846
|
},
|
|
7851
7847
|
{
|
|
7852
|
-
"name": "sd-3-
|
|
7848
|
+
"name": "sd-3-20-0-brandshape",
|
|
7853
7849
|
"description": "",
|
|
7854
7850
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/brandshape",
|
|
7855
7851
|
"js": {
|
|
@@ -7912,11 +7908,7 @@
|
|
|
7912
7908
|
"value": {}
|
|
7913
7909
|
},
|
|
7914
7910
|
{
|
|
7915
|
-
"name": "
|
|
7916
|
-
"value": {}
|
|
7917
|
-
},
|
|
7918
|
-
{
|
|
7919
|
-
"name": "renderSkewedImage",
|
|
7911
|
+
"name": "renderStylizedVariant",
|
|
7920
7912
|
"value": {}
|
|
7921
7913
|
},
|
|
7922
7914
|
{
|
|
@@ -7944,7 +7936,7 @@
|
|
|
7944
7936
|
]
|
|
7945
7937
|
},
|
|
7946
7938
|
{
|
|
7947
|
-
"name": "sd-3-
|
|
7939
|
+
"name": "sd-3-20-0-button",
|
|
7948
7940
|
"description": "",
|
|
7949
7941
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/button",
|
|
7950
7942
|
"js": {
|
|
@@ -8300,7 +8292,7 @@
|
|
|
8300
8292
|
]
|
|
8301
8293
|
},
|
|
8302
8294
|
{
|
|
8303
|
-
"name": "sd-3-
|
|
8295
|
+
"name": "sd-3-20-0-carousel-item",
|
|
8304
8296
|
"description": "",
|
|
8305
8297
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/carousel-item",
|
|
8306
8298
|
"js": {
|
|
@@ -8315,7 +8307,7 @@
|
|
|
8315
8307
|
"attributes": []
|
|
8316
8308
|
},
|
|
8317
8309
|
{
|
|
8318
|
-
"name": "sd-3-
|
|
8310
|
+
"name": "sd-3-20-0-carousel",
|
|
8319
8311
|
"description": "",
|
|
8320
8312
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/carousel",
|
|
8321
8313
|
"js": {
|
|
@@ -8511,7 +8503,7 @@
|
|
|
8511
8503
|
]
|
|
8512
8504
|
},
|
|
8513
8505
|
{
|
|
8514
|
-
"name": "sd-3-
|
|
8506
|
+
"name": "sd-3-20-0-checkbox-group",
|
|
8515
8507
|
"description": "",
|
|
8516
8508
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/checkbox-group",
|
|
8517
8509
|
"js": {
|
|
@@ -8524,7 +8516,7 @@
|
|
|
8524
8516
|
"name": "size",
|
|
8525
8517
|
"description": "The checkbox group's size. This size will be applied to the label, all child checkboxes.",
|
|
8526
8518
|
"value": {
|
|
8527
|
-
"type": "'lg' | 'sm'"
|
|
8519
|
+
"type": "'lg' | 'md' | 'sm'"
|
|
8528
8520
|
}
|
|
8529
8521
|
},
|
|
8530
8522
|
{
|
|
@@ -8569,7 +8561,7 @@
|
|
|
8569
8561
|
"name": "size",
|
|
8570
8562
|
"description": "The checkbox group's size. This size will be applied to the label, all child checkboxes.",
|
|
8571
8563
|
"value": {
|
|
8572
|
-
"type": "'lg' | 'sm'"
|
|
8564
|
+
"type": "'lg' | 'md' | 'sm'"
|
|
8573
8565
|
}
|
|
8574
8566
|
},
|
|
8575
8567
|
{
|
|
@@ -8589,7 +8581,7 @@
|
|
|
8589
8581
|
]
|
|
8590
8582
|
},
|
|
8591
8583
|
{
|
|
8592
|
-
"name": "sd-3-
|
|
8584
|
+
"name": "sd-3-20-0-checkbox",
|
|
8593
8585
|
"description": "",
|
|
8594
8586
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/checkbox",
|
|
8595
8587
|
"js": {
|
|
@@ -8624,7 +8616,7 @@
|
|
|
8624
8616
|
"name": "size",
|
|
8625
8617
|
"description": "The checkbox's size.",
|
|
8626
8618
|
"value": {
|
|
8627
|
-
"type": "'sm' | 'lg'"
|
|
8619
|
+
"type": "'sm' | 'md' | 'lg'"
|
|
8628
8620
|
}
|
|
8629
8621
|
},
|
|
8630
8622
|
{
|
|
@@ -8782,7 +8774,7 @@
|
|
|
8782
8774
|
"name": "size",
|
|
8783
8775
|
"description": "The checkbox's size.",
|
|
8784
8776
|
"value": {
|
|
8785
|
-
"type": "'sm' | 'lg'"
|
|
8777
|
+
"type": "'sm' | 'md' | 'lg'"
|
|
8786
8778
|
}
|
|
8787
8779
|
},
|
|
8788
8780
|
{
|
|
@@ -8823,7 +8815,7 @@
|
|
|
8823
8815
|
]
|
|
8824
8816
|
},
|
|
8825
8817
|
{
|
|
8826
|
-
"name": "sd-3-
|
|
8818
|
+
"name": "sd-3-20-0-dialog",
|
|
8827
8819
|
"description": "",
|
|
8828
8820
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/dialog",
|
|
8829
8821
|
"js": {
|
|
@@ -8946,7 +8938,7 @@
|
|
|
8946
8938
|
]
|
|
8947
8939
|
},
|
|
8948
8940
|
{
|
|
8949
|
-
"name": "sd-3-
|
|
8941
|
+
"name": "sd-3-20-0-divider",
|
|
8950
8942
|
"description": "",
|
|
8951
8943
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/divider",
|
|
8952
8944
|
"js": {
|
|
@@ -8986,7 +8978,7 @@
|
|
|
8986
8978
|
]
|
|
8987
8979
|
},
|
|
8988
8980
|
{
|
|
8989
|
-
"name": "sd-3-
|
|
8981
|
+
"name": "sd-3-20-0-drawer",
|
|
8990
8982
|
"description": "",
|
|
8991
8983
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/drawer",
|
|
8992
8984
|
"js": {
|
|
@@ -9139,7 +9131,7 @@
|
|
|
9139
9131
|
]
|
|
9140
9132
|
},
|
|
9141
9133
|
{
|
|
9142
|
-
"name": "sd-3-
|
|
9134
|
+
"name": "sd-3-20-0-dropdown",
|
|
9143
9135
|
"description": "",
|
|
9144
9136
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/dropdown",
|
|
9145
9137
|
"js": {
|
|
@@ -9393,7 +9385,7 @@
|
|
|
9393
9385
|
]
|
|
9394
9386
|
},
|
|
9395
9387
|
{
|
|
9396
|
-
"name": "sd-3-
|
|
9388
|
+
"name": "sd-3-20-0-expandable",
|
|
9397
9389
|
"description": "",
|
|
9398
9390
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/expandable",
|
|
9399
9391
|
"js": {
|
|
@@ -9480,7 +9472,7 @@
|
|
|
9480
9472
|
]
|
|
9481
9473
|
},
|
|
9482
9474
|
{
|
|
9483
|
-
"name": "sd-3-
|
|
9475
|
+
"name": "sd-3-20-0-flipcard",
|
|
9484
9476
|
"description": "",
|
|
9485
9477
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/flipcard",
|
|
9486
9478
|
"js": {
|
|
@@ -9581,7 +9573,7 @@
|
|
|
9581
9573
|
]
|
|
9582
9574
|
},
|
|
9583
9575
|
{
|
|
9584
|
-
"name": "sd-3-
|
|
9576
|
+
"name": "sd-3-20-0-header",
|
|
9585
9577
|
"description": "",
|
|
9586
9578
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/header",
|
|
9587
9579
|
"js": {
|
|
@@ -9633,7 +9625,7 @@
|
|
|
9633
9625
|
]
|
|
9634
9626
|
},
|
|
9635
9627
|
{
|
|
9636
|
-
"name": "sd-3-
|
|
9628
|
+
"name": "sd-3-20-0-icon",
|
|
9637
9629
|
"description": "",
|
|
9638
9630
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/icon",
|
|
9639
9631
|
"js": {
|
|
@@ -9736,7 +9728,7 @@
|
|
|
9736
9728
|
]
|
|
9737
9729
|
},
|
|
9738
9730
|
{
|
|
9739
|
-
"name": "sd-3-
|
|
9731
|
+
"name": "sd-3-20-0-include",
|
|
9740
9732
|
"description": "",
|
|
9741
9733
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/include",
|
|
9742
9734
|
"js": {
|
|
@@ -9807,7 +9799,7 @@
|
|
|
9807
9799
|
]
|
|
9808
9800
|
},
|
|
9809
9801
|
{
|
|
9810
|
-
"name": "sd-3-
|
|
9802
|
+
"name": "sd-3-20-0-input",
|
|
9811
9803
|
"description": "",
|
|
9812
9804
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/input",
|
|
9813
9805
|
"js": {
|
|
@@ -10395,7 +10387,7 @@
|
|
|
10395
10387
|
]
|
|
10396
10388
|
},
|
|
10397
10389
|
{
|
|
10398
|
-
"name": "sd-3-
|
|
10390
|
+
"name": "sd-3-20-0-link",
|
|
10399
10391
|
"description": "",
|
|
10400
10392
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/link",
|
|
10401
10393
|
"js": {
|
|
@@ -10522,7 +10514,7 @@
|
|
|
10522
10514
|
]
|
|
10523
10515
|
},
|
|
10524
10516
|
{
|
|
10525
|
-
"name": "sd-3-
|
|
10517
|
+
"name": "sd-3-20-0-map-marker",
|
|
10526
10518
|
"description": "",
|
|
10527
10519
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/map-marker",
|
|
10528
10520
|
"js": {
|
|
@@ -10576,7 +10568,7 @@
|
|
|
10576
10568
|
]
|
|
10577
10569
|
},
|
|
10578
10570
|
{
|
|
10579
|
-
"name": "sd-3-
|
|
10571
|
+
"name": "sd-3-20-0-navigation-item",
|
|
10580
10572
|
"description": "",
|
|
10581
10573
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/navigation-item",
|
|
10582
10574
|
"js": {
|
|
@@ -10825,7 +10817,7 @@
|
|
|
10825
10817
|
]
|
|
10826
10818
|
},
|
|
10827
10819
|
{
|
|
10828
|
-
"name": "sd-3-
|
|
10820
|
+
"name": "sd-3-20-0-notification",
|
|
10829
10821
|
"description": "",
|
|
10830
10822
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/notification",
|
|
10831
10823
|
"js": {
|
|
@@ -10991,7 +10983,7 @@
|
|
|
10991
10983
|
]
|
|
10992
10984
|
},
|
|
10993
10985
|
{
|
|
10994
|
-
"name": "sd-3-
|
|
10986
|
+
"name": "sd-3-20-0-option",
|
|
10995
10987
|
"description": "",
|
|
10996
10988
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/option",
|
|
10997
10989
|
"js": {
|
|
@@ -11098,7 +11090,7 @@
|
|
|
11098
11090
|
]
|
|
11099
11091
|
},
|
|
11100
11092
|
{
|
|
11101
|
-
"name": "sd-3-
|
|
11093
|
+
"name": "sd-3-20-0-popup",
|
|
11102
11094
|
"description": "",
|
|
11103
11095
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/popup",
|
|
11104
11096
|
"js": {
|
|
@@ -11450,7 +11442,7 @@
|
|
|
11450
11442
|
]
|
|
11451
11443
|
},
|
|
11452
11444
|
{
|
|
11453
|
-
"name": "sd-3-
|
|
11445
|
+
"name": "sd-3-20-0-quickfact",
|
|
11454
11446
|
"description": "",
|
|
11455
11447
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/quickfact",
|
|
11456
11448
|
"js": {
|
|
@@ -11547,7 +11539,7 @@
|
|
|
11547
11539
|
]
|
|
11548
11540
|
},
|
|
11549
11541
|
{
|
|
11550
|
-
"name": "sd-3-
|
|
11542
|
+
"name": "sd-3-20-0-radio-button",
|
|
11551
11543
|
"description": "",
|
|
11552
11544
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/radio-button",
|
|
11553
11545
|
"js": {
|
|
@@ -11646,7 +11638,7 @@
|
|
|
11646
11638
|
]
|
|
11647
11639
|
},
|
|
11648
11640
|
{
|
|
11649
|
-
"name": "sd-3-
|
|
11641
|
+
"name": "sd-3-20-0-radio-group",
|
|
11650
11642
|
"description": "",
|
|
11651
11643
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/radio-group",
|
|
11652
11644
|
"js": {
|
|
@@ -11683,7 +11675,7 @@
|
|
|
11683
11675
|
"name": "size",
|
|
11684
11676
|
"description": "The radio group's size. This size will be applied to the label, all child radios and radio buttons.",
|
|
11685
11677
|
"value": {
|
|
11686
|
-
"type": "'lg' | 'sm'"
|
|
11678
|
+
"type": "'lg' | 'md' | 'sm'"
|
|
11687
11679
|
}
|
|
11688
11680
|
},
|
|
11689
11681
|
{
|
|
@@ -11831,7 +11823,7 @@
|
|
|
11831
11823
|
"name": "size",
|
|
11832
11824
|
"description": "The radio group's size. This size will be applied to the label, all child radios and radio buttons.",
|
|
11833
11825
|
"value": {
|
|
11834
|
-
"type": "'lg' | 'sm'"
|
|
11826
|
+
"type": "'lg' | 'md' | 'sm'"
|
|
11835
11827
|
}
|
|
11836
11828
|
},
|
|
11837
11829
|
{
|
|
@@ -11886,7 +11878,7 @@
|
|
|
11886
11878
|
]
|
|
11887
11879
|
},
|
|
11888
11880
|
{
|
|
11889
|
-
"name": "sd-3-
|
|
11881
|
+
"name": "sd-3-20-0-radio",
|
|
11890
11882
|
"description": "",
|
|
11891
11883
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/radio",
|
|
11892
11884
|
"js": {
|
|
@@ -11901,7 +11893,7 @@
|
|
|
11901
11893
|
"name": "size",
|
|
11902
11894
|
"description": "The radio's size.",
|
|
11903
11895
|
"value": {
|
|
11904
|
-
"type": "'lg' | 'sm'"
|
|
11896
|
+
"type": "'lg' | 'md' | 'sm'"
|
|
11905
11897
|
}
|
|
11906
11898
|
},
|
|
11907
11899
|
{
|
|
@@ -11974,7 +11966,7 @@
|
|
|
11974
11966
|
"name": "size",
|
|
11975
11967
|
"description": "The radio's size.",
|
|
11976
11968
|
"value": {
|
|
11977
|
-
"type": "'lg' | 'sm'"
|
|
11969
|
+
"type": "'lg' | 'md' | 'sm'"
|
|
11978
11970
|
}
|
|
11979
11971
|
},
|
|
11980
11972
|
{
|
|
@@ -12001,7 +11993,7 @@
|
|
|
12001
11993
|
]
|
|
12002
11994
|
},
|
|
12003
11995
|
{
|
|
12004
|
-
"name": "sd-3-
|
|
11996
|
+
"name": "sd-3-20-0-scrollable",
|
|
12005
11997
|
"description": "",
|
|
12006
11998
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/scrollable",
|
|
12007
11999
|
"js": {
|
|
@@ -12161,7 +12153,7 @@
|
|
|
12161
12153
|
]
|
|
12162
12154
|
},
|
|
12163
12155
|
{
|
|
12164
|
-
"name": "sd-3-
|
|
12156
|
+
"name": "sd-3-20-0-select",
|
|
12165
12157
|
"description": "",
|
|
12166
12158
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/select",
|
|
12167
12159
|
"js": {
|
|
@@ -12681,7 +12673,7 @@
|
|
|
12681
12673
|
]
|
|
12682
12674
|
},
|
|
12683
12675
|
{
|
|
12684
|
-
"name": "sd-3-
|
|
12676
|
+
"name": "sd-3-20-0-spinner",
|
|
12685
12677
|
"description": "",
|
|
12686
12678
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/spinner",
|
|
12687
12679
|
"js": {
|
|
@@ -12711,7 +12703,7 @@
|
|
|
12711
12703
|
]
|
|
12712
12704
|
},
|
|
12713
12705
|
{
|
|
12714
|
-
"name": "sd-3-
|
|
12706
|
+
"name": "sd-3-20-0-step-group",
|
|
12715
12707
|
"description": "",
|
|
12716
12708
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/step-group",
|
|
12717
12709
|
"js": {
|
|
@@ -12806,7 +12798,7 @@
|
|
|
12806
12798
|
]
|
|
12807
12799
|
},
|
|
12808
12800
|
{
|
|
12809
|
-
"name": "sd-3-
|
|
12801
|
+
"name": "sd-3-20-0-step",
|
|
12810
12802
|
"description": "",
|
|
12811
12803
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/step",
|
|
12812
12804
|
"js": {
|
|
@@ -12991,7 +12983,7 @@
|
|
|
12991
12983
|
]
|
|
12992
12984
|
},
|
|
12993
12985
|
{
|
|
12994
|
-
"name": "sd-3-
|
|
12986
|
+
"name": "sd-3-20-0-switch",
|
|
12995
12987
|
"description": "",
|
|
12996
12988
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/switch",
|
|
12997
12989
|
"js": {
|
|
@@ -13199,7 +13191,7 @@
|
|
|
13199
13191
|
]
|
|
13200
13192
|
},
|
|
13201
13193
|
{
|
|
13202
|
-
"name": "sd-3-
|
|
13194
|
+
"name": "sd-3-20-0-tab-group",
|
|
13203
13195
|
"description": "",
|
|
13204
13196
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/tab-group",
|
|
13205
13197
|
"js": {
|
|
@@ -13318,7 +13310,7 @@
|
|
|
13318
13310
|
]
|
|
13319
13311
|
},
|
|
13320
13312
|
{
|
|
13321
|
-
"name": "sd-3-
|
|
13313
|
+
"name": "sd-3-20-0-tab-panel",
|
|
13322
13314
|
"description": "",
|
|
13323
13315
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/tab-panel",
|
|
13324
13316
|
"js": {
|
|
@@ -13372,7 +13364,7 @@
|
|
|
13372
13364
|
]
|
|
13373
13365
|
},
|
|
13374
13366
|
{
|
|
13375
|
-
"name": "sd-3-
|
|
13367
|
+
"name": "sd-3-20-0-tab",
|
|
13376
13368
|
"description": "",
|
|
13377
13369
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/tab",
|
|
13378
13370
|
"js": {
|
|
@@ -13468,7 +13460,7 @@
|
|
|
13468
13460
|
]
|
|
13469
13461
|
},
|
|
13470
13462
|
{
|
|
13471
|
-
"name": "sd-3-
|
|
13463
|
+
"name": "sd-3-20-0-tag",
|
|
13472
13464
|
"description": "",
|
|
13473
13465
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/tag",
|
|
13474
13466
|
"js": {
|
|
@@ -13622,7 +13614,7 @@
|
|
|
13622
13614
|
]
|
|
13623
13615
|
},
|
|
13624
13616
|
{
|
|
13625
|
-
"name": "sd-3-
|
|
13617
|
+
"name": "sd-3-20-0-teaser-media",
|
|
13626
13618
|
"description": "",
|
|
13627
13619
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/teaser-media",
|
|
13628
13620
|
"js": {
|
|
@@ -13650,7 +13642,7 @@
|
|
|
13650
13642
|
]
|
|
13651
13643
|
},
|
|
13652
13644
|
{
|
|
13653
|
-
"name": "sd-3-
|
|
13645
|
+
"name": "sd-3-20-0-teaser",
|
|
13654
13646
|
"description": "",
|
|
13655
13647
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/teaser",
|
|
13656
13648
|
"js": {
|
|
@@ -13716,7 +13708,7 @@
|
|
|
13716
13708
|
]
|
|
13717
13709
|
},
|
|
13718
13710
|
{
|
|
13719
|
-
"name": "sd-3-
|
|
13711
|
+
"name": "sd-3-20-0-textarea",
|
|
13720
13712
|
"description": "",
|
|
13721
13713
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/textarea",
|
|
13722
13714
|
"js": {
|
|
@@ -14170,7 +14162,7 @@
|
|
|
14170
14162
|
]
|
|
14171
14163
|
},
|
|
14172
14164
|
{
|
|
14173
|
-
"name": "sd-3-
|
|
14165
|
+
"name": "sd-3-20-0-tooltip",
|
|
14174
14166
|
"description": "",
|
|
14175
14167
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/tooltip",
|
|
14176
14168
|
"js": {
|
|
@@ -14369,7 +14361,7 @@
|
|
|
14369
14361
|
]
|
|
14370
14362
|
},
|
|
14371
14363
|
{
|
|
14372
|
-
"name": "sd-3-
|
|
14364
|
+
"name": "sd-3-20-0-video",
|
|
14373
14365
|
"description": "",
|
|
14374
14366
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/video",
|
|
14375
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"
|