@solid-design-system/components 3.22.3 → 3.22.4
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/components/es/switch.js +1 -1
- package/dist/components/umd/solid-components.js +1 -1
- package/dist/custom-elements.json +1 -1
- package/dist/package/components/switch/switch.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 +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 +1 -1
- package/dist/versioned-package/components/checkbox/checkbox.js +3 -3
- package/dist/versioned-package/components/checkbox-group/checkbox-group.d.ts +1 -1
- package/dist/versioned-package/components/checkbox-group/checkbox-group.js +5 -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 +3 -3
- 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 +1 -1
- package/dist/versioned-package/components/radio/radio.js +2 -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 +2 -2
- package/dist/versioned-package/components/radio-group/radio-group.js +13 -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 +2 -2
- 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 +45 -45
- package/dist/web-types.json +46 -46
- 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.22.
|
4
|
+
"version": "3.22.4",
|
5
5
|
"description-markup": "markdown",
|
6
6
|
"framework-config": {
|
7
7
|
"enable-when": {
|
@@ -7518,7 +7518,7 @@
|
|
7518
7518
|
]
|
7519
7519
|
},
|
7520
7520
|
{
|
7521
|
-
"name": "sd-3-22-
|
7521
|
+
"name": "sd-3-22-4-accordion-group",
|
7522
7522
|
"description": "",
|
7523
7523
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/accordion-group",
|
7524
7524
|
"js": {
|
@@ -7548,7 +7548,7 @@
|
|
7548
7548
|
]
|
7549
7549
|
},
|
7550
7550
|
{
|
7551
|
-
"name": "sd-3-22-
|
7551
|
+
"name": "sd-3-22-4-accordion",
|
7552
7552
|
"description": "",
|
7553
7553
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/accordion",
|
7554
7554
|
"js": {
|
@@ -7631,7 +7631,7 @@
|
|
7631
7631
|
]
|
7632
7632
|
},
|
7633
7633
|
{
|
7634
|
-
"name": "sd-3-22-
|
7634
|
+
"name": "sd-3-22-4-audio",
|
7635
7635
|
"description": "",
|
7636
7636
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/audio",
|
7637
7637
|
"js": {
|
@@ -7882,7 +7882,7 @@
|
|
7882
7882
|
]
|
7883
7883
|
},
|
7884
7884
|
{
|
7885
|
-
"name": "sd-3-22-
|
7885
|
+
"name": "sd-3-22-4-badge",
|
7886
7886
|
"description": "",
|
7887
7887
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/badge",
|
7888
7888
|
"js": {
|
@@ -7936,7 +7936,7 @@
|
|
7936
7936
|
]
|
7937
7937
|
},
|
7938
7938
|
{
|
7939
|
-
"name": "sd-3-22-
|
7939
|
+
"name": "sd-3-22-4-brandshape",
|
7940
7940
|
"description": "",
|
7941
7941
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/brandshape",
|
7942
7942
|
"js": {
|
@@ -8027,7 +8027,7 @@
|
|
8027
8027
|
]
|
8028
8028
|
},
|
8029
8029
|
{
|
8030
|
-
"name": "sd-3-22-
|
8030
|
+
"name": "sd-3-22-4-button",
|
8031
8031
|
"description": "",
|
8032
8032
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/button",
|
8033
8033
|
"js": {
|
@@ -8383,7 +8383,7 @@
|
|
8383
8383
|
]
|
8384
8384
|
},
|
8385
8385
|
{
|
8386
|
-
"name": "sd-3-22-
|
8386
|
+
"name": "sd-3-22-4-carousel-item",
|
8387
8387
|
"description": "",
|
8388
8388
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/carousel-item",
|
8389
8389
|
"js": {
|
@@ -8398,7 +8398,7 @@
|
|
8398
8398
|
"attributes": []
|
8399
8399
|
},
|
8400
8400
|
{
|
8401
|
-
"name": "sd-3-22-
|
8401
|
+
"name": "sd-3-22-4-carousel",
|
8402
8402
|
"description": "",
|
8403
8403
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/carousel",
|
8404
8404
|
"js": {
|
@@ -8594,7 +8594,7 @@
|
|
8594
8594
|
]
|
8595
8595
|
},
|
8596
8596
|
{
|
8597
|
-
"name": "sd-3-22-
|
8597
|
+
"name": "sd-3-22-4-checkbox-group",
|
8598
8598
|
"description": "",
|
8599
8599
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/checkbox-group",
|
8600
8600
|
"js": {
|
@@ -8672,7 +8672,7 @@
|
|
8672
8672
|
]
|
8673
8673
|
},
|
8674
8674
|
{
|
8675
|
-
"name": "sd-3-22-
|
8675
|
+
"name": "sd-3-22-4-checkbox",
|
8676
8676
|
"description": "",
|
8677
8677
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/checkbox",
|
8678
8678
|
"js": {
|
@@ -8906,7 +8906,7 @@
|
|
8906
8906
|
]
|
8907
8907
|
},
|
8908
8908
|
{
|
8909
|
-
"name": "sd-3-22-
|
8909
|
+
"name": "sd-3-22-4-dialog",
|
8910
8910
|
"description": "",
|
8911
8911
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/dialog",
|
8912
8912
|
"js": {
|
@@ -9029,7 +9029,7 @@
|
|
9029
9029
|
]
|
9030
9030
|
},
|
9031
9031
|
{
|
9032
|
-
"name": "sd-3-22-
|
9032
|
+
"name": "sd-3-22-4-divider",
|
9033
9033
|
"description": "",
|
9034
9034
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/divider",
|
9035
9035
|
"js": {
|
@@ -9069,7 +9069,7 @@
|
|
9069
9069
|
]
|
9070
9070
|
},
|
9071
9071
|
{
|
9072
|
-
"name": "sd-3-22-
|
9072
|
+
"name": "sd-3-22-4-drawer",
|
9073
9073
|
"description": "",
|
9074
9074
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/drawer",
|
9075
9075
|
"js": {
|
@@ -9222,7 +9222,7 @@
|
|
9222
9222
|
]
|
9223
9223
|
},
|
9224
9224
|
{
|
9225
|
-
"name": "sd-3-22-
|
9225
|
+
"name": "sd-3-22-4-dropdown",
|
9226
9226
|
"description": "",
|
9227
9227
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/dropdown",
|
9228
9228
|
"js": {
|
@@ -9476,7 +9476,7 @@
|
|
9476
9476
|
]
|
9477
9477
|
},
|
9478
9478
|
{
|
9479
|
-
"name": "sd-3-22-
|
9479
|
+
"name": "sd-3-22-4-expandable",
|
9480
9480
|
"description": "",
|
9481
9481
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/expandable",
|
9482
9482
|
"js": {
|
@@ -9563,7 +9563,7 @@
|
|
9563
9563
|
]
|
9564
9564
|
},
|
9565
9565
|
{
|
9566
|
-
"name": "sd-3-22-
|
9566
|
+
"name": "sd-3-22-4-flipcard",
|
9567
9567
|
"description": "",
|
9568
9568
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/flipcard",
|
9569
9569
|
"js": {
|
@@ -9664,7 +9664,7 @@
|
|
9664
9664
|
]
|
9665
9665
|
},
|
9666
9666
|
{
|
9667
|
-
"name": "sd-3-22-
|
9667
|
+
"name": "sd-3-22-4-header",
|
9668
9668
|
"description": "",
|
9669
9669
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/header",
|
9670
9670
|
"js": {
|
@@ -9716,7 +9716,7 @@
|
|
9716
9716
|
]
|
9717
9717
|
},
|
9718
9718
|
{
|
9719
|
-
"name": "sd-3-22-
|
9719
|
+
"name": "sd-3-22-4-icon",
|
9720
9720
|
"description": "",
|
9721
9721
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/icon",
|
9722
9722
|
"js": {
|
@@ -9819,7 +9819,7 @@
|
|
9819
9819
|
]
|
9820
9820
|
},
|
9821
9821
|
{
|
9822
|
-
"name": "sd-3-22-
|
9822
|
+
"name": "sd-3-22-4-include",
|
9823
9823
|
"description": "",
|
9824
9824
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/include",
|
9825
9825
|
"js": {
|
@@ -9890,7 +9890,7 @@
|
|
9890
9890
|
]
|
9891
9891
|
},
|
9892
9892
|
{
|
9893
|
-
"name": "sd-3-22-
|
9893
|
+
"name": "sd-3-22-4-input",
|
9894
9894
|
"description": "",
|
9895
9895
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/input",
|
9896
9896
|
"js": {
|
@@ -10498,7 +10498,7 @@
|
|
10498
10498
|
]
|
10499
10499
|
},
|
10500
10500
|
{
|
10501
|
-
"name": "sd-3-22-
|
10501
|
+
"name": "sd-3-22-4-link",
|
10502
10502
|
"description": "",
|
10503
10503
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/link",
|
10504
10504
|
"js": {
|
@@ -10625,7 +10625,7 @@
|
|
10625
10625
|
]
|
10626
10626
|
},
|
10627
10627
|
{
|
10628
|
-
"name": "sd-3-22-
|
10628
|
+
"name": "sd-3-22-4-map-marker",
|
10629
10629
|
"description": "",
|
10630
10630
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/map-marker",
|
10631
10631
|
"js": {
|
@@ -10742,7 +10742,7 @@
|
|
10742
10742
|
]
|
10743
10743
|
},
|
10744
10744
|
{
|
10745
|
-
"name": "sd-3-22-
|
10745
|
+
"name": "sd-3-22-4-navigation-item",
|
10746
10746
|
"description": "",
|
10747
10747
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/navigation-item",
|
10748
10748
|
"js": {
|
@@ -10991,7 +10991,7 @@
|
|
10991
10991
|
]
|
10992
10992
|
},
|
10993
10993
|
{
|
10994
|
-
"name": "sd-3-22-
|
10994
|
+
"name": "sd-3-22-4-notification",
|
10995
10995
|
"description": "",
|
10996
10996
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/notification",
|
10997
10997
|
"js": {
|
@@ -11157,7 +11157,7 @@
|
|
11157
11157
|
]
|
11158
11158
|
},
|
11159
11159
|
{
|
11160
|
-
"name": "sd-3-22-
|
11160
|
+
"name": "sd-3-22-4-option",
|
11161
11161
|
"description": "",
|
11162
11162
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/option",
|
11163
11163
|
"js": {
|
@@ -11264,7 +11264,7 @@
|
|
11264
11264
|
]
|
11265
11265
|
},
|
11266
11266
|
{
|
11267
|
-
"name": "sd-3-22-
|
11267
|
+
"name": "sd-3-22-4-popup",
|
11268
11268
|
"description": "",
|
11269
11269
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/popup",
|
11270
11270
|
"js": {
|
@@ -11616,7 +11616,7 @@
|
|
11616
11616
|
]
|
11617
11617
|
},
|
11618
11618
|
{
|
11619
|
-
"name": "sd-3-22-
|
11619
|
+
"name": "sd-3-22-4-quickfact",
|
11620
11620
|
"description": "",
|
11621
11621
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/quickfact",
|
11622
11622
|
"js": {
|
@@ -11713,7 +11713,7 @@
|
|
11713
11713
|
]
|
11714
11714
|
},
|
11715
11715
|
{
|
11716
|
-
"name": "sd-3-22-
|
11716
|
+
"name": "sd-3-22-4-radio-button",
|
11717
11717
|
"description": "",
|
11718
11718
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/radio-button",
|
11719
11719
|
"js": {
|
@@ -11812,7 +11812,7 @@
|
|
11812
11812
|
]
|
11813
11813
|
},
|
11814
11814
|
{
|
11815
|
-
"name": "sd-3-22-
|
11815
|
+
"name": "sd-3-22-4-radio-group",
|
11816
11816
|
"description": "",
|
11817
11817
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/radio-group",
|
11818
11818
|
"js": {
|
@@ -12052,7 +12052,7 @@
|
|
12052
12052
|
]
|
12053
12053
|
},
|
12054
12054
|
{
|
12055
|
-
"name": "sd-3-22-
|
12055
|
+
"name": "sd-3-22-4-radio",
|
12056
12056
|
"description": "",
|
12057
12057
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/radio",
|
12058
12058
|
"js": {
|
@@ -12167,7 +12167,7 @@
|
|
12167
12167
|
]
|
12168
12168
|
},
|
12169
12169
|
{
|
12170
|
-
"name": "sd-3-22-
|
12170
|
+
"name": "sd-3-22-4-scrollable",
|
12171
12171
|
"description": "",
|
12172
12172
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/scrollable",
|
12173
12173
|
"js": {
|
@@ -12327,7 +12327,7 @@
|
|
12327
12327
|
]
|
12328
12328
|
},
|
12329
12329
|
{
|
12330
|
-
"name": "sd-3-22-
|
12330
|
+
"name": "sd-3-22-4-select",
|
12331
12331
|
"description": "",
|
12332
12332
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/select",
|
12333
12333
|
"js": {
|
@@ -12847,7 +12847,7 @@
|
|
12847
12847
|
]
|
12848
12848
|
},
|
12849
12849
|
{
|
12850
|
-
"name": "sd-3-22-
|
12850
|
+
"name": "sd-3-22-4-spinner",
|
12851
12851
|
"description": "",
|
12852
12852
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/spinner",
|
12853
12853
|
"js": {
|
@@ -12877,7 +12877,7 @@
|
|
12877
12877
|
]
|
12878
12878
|
},
|
12879
12879
|
{
|
12880
|
-
"name": "sd-3-22-
|
12880
|
+
"name": "sd-3-22-4-step-group",
|
12881
12881
|
"description": "",
|
12882
12882
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/step-group",
|
12883
12883
|
"js": {
|
@@ -12972,7 +12972,7 @@
|
|
12972
12972
|
]
|
12973
12973
|
},
|
12974
12974
|
{
|
12975
|
-
"name": "sd-3-22-
|
12975
|
+
"name": "sd-3-22-4-step",
|
12976
12976
|
"description": "",
|
12977
12977
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/step",
|
12978
12978
|
"js": {
|
@@ -13157,7 +13157,7 @@
|
|
13157
13157
|
]
|
13158
13158
|
},
|
13159
13159
|
{
|
13160
|
-
"name": "sd-3-22-
|
13160
|
+
"name": "sd-3-22-4-switch",
|
13161
13161
|
"description": "",
|
13162
13162
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/switch",
|
13163
13163
|
"js": {
|
@@ -13365,7 +13365,7 @@
|
|
13365
13365
|
]
|
13366
13366
|
},
|
13367
13367
|
{
|
13368
|
-
"name": "sd-3-22-
|
13368
|
+
"name": "sd-3-22-4-tab-group",
|
13369
13369
|
"description": "",
|
13370
13370
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/tab-group",
|
13371
13371
|
"js": {
|
@@ -13484,7 +13484,7 @@
|
|
13484
13484
|
]
|
13485
13485
|
},
|
13486
13486
|
{
|
13487
|
-
"name": "sd-3-22-
|
13487
|
+
"name": "sd-3-22-4-tab-panel",
|
13488
13488
|
"description": "",
|
13489
13489
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/tab-panel",
|
13490
13490
|
"js": {
|
@@ -13538,7 +13538,7 @@
|
|
13538
13538
|
]
|
13539
13539
|
},
|
13540
13540
|
{
|
13541
|
-
"name": "sd-3-22-
|
13541
|
+
"name": "sd-3-22-4-tab",
|
13542
13542
|
"description": "",
|
13543
13543
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/tab",
|
13544
13544
|
"js": {
|
@@ -13634,7 +13634,7 @@
|
|
13634
13634
|
]
|
13635
13635
|
},
|
13636
13636
|
{
|
13637
|
-
"name": "sd-3-22-
|
13637
|
+
"name": "sd-3-22-4-tag",
|
13638
13638
|
"description": "",
|
13639
13639
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/tag",
|
13640
13640
|
"js": {
|
@@ -13788,7 +13788,7 @@
|
|
13788
13788
|
]
|
13789
13789
|
},
|
13790
13790
|
{
|
13791
|
-
"name": "sd-3-22-
|
13791
|
+
"name": "sd-3-22-4-teaser-media",
|
13792
13792
|
"description": "",
|
13793
13793
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/teaser-media",
|
13794
13794
|
"js": {
|
@@ -13816,7 +13816,7 @@
|
|
13816
13816
|
]
|
13817
13817
|
},
|
13818
13818
|
{
|
13819
|
-
"name": "sd-3-22-
|
13819
|
+
"name": "sd-3-22-4-teaser",
|
13820
13820
|
"description": "",
|
13821
13821
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/teaser",
|
13822
13822
|
"js": {
|
@@ -13882,7 +13882,7 @@
|
|
13882
13882
|
]
|
13883
13883
|
},
|
13884
13884
|
{
|
13885
|
-
"name": "sd-3-22-
|
13885
|
+
"name": "sd-3-22-4-textarea",
|
13886
13886
|
"description": "",
|
13887
13887
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/textarea",
|
13888
13888
|
"js": {
|
@@ -14336,7 +14336,7 @@
|
|
14336
14336
|
]
|
14337
14337
|
},
|
14338
14338
|
{
|
14339
|
-
"name": "sd-3-22-
|
14339
|
+
"name": "sd-3-22-4-tooltip",
|
14340
14340
|
"description": "",
|
14341
14341
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/tooltip",
|
14342
14342
|
"js": {
|
@@ -14535,7 +14535,7 @@
|
|
14535
14535
|
]
|
14536
14536
|
},
|
14537
14537
|
{
|
14538
|
-
"name": "sd-3-22-
|
14538
|
+
"name": "sd-3-22-4-video",
|
14539
14539
|
"description": "",
|
14540
14540
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/video",
|
14541
14541
|
"js": {
|
package/package.json
CHANGED