@solid-design-system/components 3.11.0 → 3.11.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/dist/components/es/link.js +1 -1
- package/dist/components/umd/solid-components.js +1 -1
- package/dist/custom-elements.json +1 -1
- package/dist/package/components/link/link.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/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/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/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 +2 -2
- package/dist/versioned-package/components/link/link.d.ts +1 -1
- package/dist/versioned-package/components/link/link.js +3 -3
- 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 +3 -3
- 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/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 +5 -5
- 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 +43 -43
- package/dist/web-types.json +44 -44
- 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.11.
|
|
4
|
+
"version": "3.11.1",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"framework-config": {
|
|
7
7
|
"enable-when": {
|
|
@@ -6929,7 +6929,7 @@
|
|
|
6929
6929
|
]
|
|
6930
6930
|
},
|
|
6931
6931
|
{
|
|
6932
|
-
"name": "sd-3-11-
|
|
6932
|
+
"name": "sd-3-11-1-accordion-group",
|
|
6933
6933
|
"description": "",
|
|
6934
6934
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/accordion-group",
|
|
6935
6935
|
"js": {
|
|
@@ -6959,7 +6959,7 @@
|
|
|
6959
6959
|
]
|
|
6960
6960
|
},
|
|
6961
6961
|
{
|
|
6962
|
-
"name": "sd-3-11-
|
|
6962
|
+
"name": "sd-3-11-1-accordion",
|
|
6963
6963
|
"description": "",
|
|
6964
6964
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/accordion",
|
|
6965
6965
|
"js": {
|
|
@@ -7042,7 +7042,7 @@
|
|
|
7042
7042
|
]
|
|
7043
7043
|
},
|
|
7044
7044
|
{
|
|
7045
|
-
"name": "sd-3-11-
|
|
7045
|
+
"name": "sd-3-11-1-badge",
|
|
7046
7046
|
"description": "",
|
|
7047
7047
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/badge",
|
|
7048
7048
|
"js": {
|
|
@@ -7096,7 +7096,7 @@
|
|
|
7096
7096
|
]
|
|
7097
7097
|
},
|
|
7098
7098
|
{
|
|
7099
|
-
"name": "sd-3-11-
|
|
7099
|
+
"name": "sd-3-11-1-brandshape",
|
|
7100
7100
|
"description": "",
|
|
7101
7101
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/brandshape",
|
|
7102
7102
|
"js": {
|
|
@@ -7191,7 +7191,7 @@
|
|
|
7191
7191
|
]
|
|
7192
7192
|
},
|
|
7193
7193
|
{
|
|
7194
|
-
"name": "sd-3-11-
|
|
7194
|
+
"name": "sd-3-11-1-button",
|
|
7195
7195
|
"description": "",
|
|
7196
7196
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/button",
|
|
7197
7197
|
"js": {
|
|
@@ -7547,7 +7547,7 @@
|
|
|
7547
7547
|
]
|
|
7548
7548
|
},
|
|
7549
7549
|
{
|
|
7550
|
-
"name": "sd-3-11-
|
|
7550
|
+
"name": "sd-3-11-1-carousel-item",
|
|
7551
7551
|
"description": "",
|
|
7552
7552
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/carousel-item",
|
|
7553
7553
|
"js": {
|
|
@@ -7562,7 +7562,7 @@
|
|
|
7562
7562
|
"attributes": []
|
|
7563
7563
|
},
|
|
7564
7564
|
{
|
|
7565
|
-
"name": "sd-3-11-
|
|
7565
|
+
"name": "sd-3-11-1-carousel",
|
|
7566
7566
|
"description": "",
|
|
7567
7567
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/carousel",
|
|
7568
7568
|
"js": {
|
|
@@ -7754,7 +7754,7 @@
|
|
|
7754
7754
|
]
|
|
7755
7755
|
},
|
|
7756
7756
|
{
|
|
7757
|
-
"name": "sd-3-11-
|
|
7757
|
+
"name": "sd-3-11-1-checkbox-group",
|
|
7758
7758
|
"description": "",
|
|
7759
7759
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/checkbox-group",
|
|
7760
7760
|
"js": {
|
|
@@ -7832,7 +7832,7 @@
|
|
|
7832
7832
|
]
|
|
7833
7833
|
},
|
|
7834
7834
|
{
|
|
7835
|
-
"name": "sd-3-11-
|
|
7835
|
+
"name": "sd-3-11-1-checkbox",
|
|
7836
7836
|
"description": "",
|
|
7837
7837
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/checkbox",
|
|
7838
7838
|
"js": {
|
|
@@ -8066,7 +8066,7 @@
|
|
|
8066
8066
|
]
|
|
8067
8067
|
},
|
|
8068
8068
|
{
|
|
8069
|
-
"name": "sd-3-11-
|
|
8069
|
+
"name": "sd-3-11-1-dialog",
|
|
8070
8070
|
"description": "",
|
|
8071
8071
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/dialog",
|
|
8072
8072
|
"js": {
|
|
@@ -8189,7 +8189,7 @@
|
|
|
8189
8189
|
]
|
|
8190
8190
|
},
|
|
8191
8191
|
{
|
|
8192
|
-
"name": "sd-3-11-
|
|
8192
|
+
"name": "sd-3-11-1-divider",
|
|
8193
8193
|
"description": "",
|
|
8194
8194
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/divider",
|
|
8195
8195
|
"js": {
|
|
@@ -8229,7 +8229,7 @@
|
|
|
8229
8229
|
]
|
|
8230
8230
|
},
|
|
8231
8231
|
{
|
|
8232
|
-
"name": "sd-3-11-
|
|
8232
|
+
"name": "sd-3-11-1-drawer",
|
|
8233
8233
|
"description": "",
|
|
8234
8234
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/drawer",
|
|
8235
8235
|
"js": {
|
|
@@ -8382,7 +8382,7 @@
|
|
|
8382
8382
|
]
|
|
8383
8383
|
},
|
|
8384
8384
|
{
|
|
8385
|
-
"name": "sd-3-11-
|
|
8385
|
+
"name": "sd-3-11-1-dropdown",
|
|
8386
8386
|
"description": "",
|
|
8387
8387
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/dropdown",
|
|
8388
8388
|
"js": {
|
|
@@ -8636,7 +8636,7 @@
|
|
|
8636
8636
|
]
|
|
8637
8637
|
},
|
|
8638
8638
|
{
|
|
8639
|
-
"name": "sd-3-11-
|
|
8639
|
+
"name": "sd-3-11-1-expandable",
|
|
8640
8640
|
"description": "",
|
|
8641
8641
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/expandable",
|
|
8642
8642
|
"js": {
|
|
@@ -8723,7 +8723,7 @@
|
|
|
8723
8723
|
]
|
|
8724
8724
|
},
|
|
8725
8725
|
{
|
|
8726
|
-
"name": "sd-3-11-
|
|
8726
|
+
"name": "sd-3-11-1-flipcard",
|
|
8727
8727
|
"description": "",
|
|
8728
8728
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/flipcard",
|
|
8729
8729
|
"js": {
|
|
@@ -8824,7 +8824,7 @@
|
|
|
8824
8824
|
]
|
|
8825
8825
|
},
|
|
8826
8826
|
{
|
|
8827
|
-
"name": "sd-3-11-
|
|
8827
|
+
"name": "sd-3-11-1-header",
|
|
8828
8828
|
"description": "",
|
|
8829
8829
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/header",
|
|
8830
8830
|
"js": {
|
|
@@ -8876,7 +8876,7 @@
|
|
|
8876
8876
|
]
|
|
8877
8877
|
},
|
|
8878
8878
|
{
|
|
8879
|
-
"name": "sd-3-11-
|
|
8879
|
+
"name": "sd-3-11-1-icon",
|
|
8880
8880
|
"description": "",
|
|
8881
8881
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/icon",
|
|
8882
8882
|
"js": {
|
|
@@ -8979,7 +8979,7 @@
|
|
|
8979
8979
|
]
|
|
8980
8980
|
},
|
|
8981
8981
|
{
|
|
8982
|
-
"name": "sd-3-11-
|
|
8982
|
+
"name": "sd-3-11-1-include",
|
|
8983
8983
|
"description": "",
|
|
8984
8984
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/include",
|
|
8985
8985
|
"js": {
|
|
@@ -9050,7 +9050,7 @@
|
|
|
9050
9050
|
]
|
|
9051
9051
|
},
|
|
9052
9052
|
{
|
|
9053
|
-
"name": "sd-3-11-
|
|
9053
|
+
"name": "sd-3-11-1-input",
|
|
9054
9054
|
"description": "",
|
|
9055
9055
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/input",
|
|
9056
9056
|
"js": {
|
|
@@ -9638,7 +9638,7 @@
|
|
|
9638
9638
|
]
|
|
9639
9639
|
},
|
|
9640
9640
|
{
|
|
9641
|
-
"name": "sd-3-11-
|
|
9641
|
+
"name": "sd-3-11-1-link",
|
|
9642
9642
|
"description": "",
|
|
9643
9643
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/link",
|
|
9644
9644
|
"js": {
|
|
@@ -9765,7 +9765,7 @@
|
|
|
9765
9765
|
]
|
|
9766
9766
|
},
|
|
9767
9767
|
{
|
|
9768
|
-
"name": "sd-3-11-
|
|
9768
|
+
"name": "sd-3-11-1-map-marker",
|
|
9769
9769
|
"description": "",
|
|
9770
9770
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/map-marker",
|
|
9771
9771
|
"js": {
|
|
@@ -9819,7 +9819,7 @@
|
|
|
9819
9819
|
]
|
|
9820
9820
|
},
|
|
9821
9821
|
{
|
|
9822
|
-
"name": "sd-3-11-
|
|
9822
|
+
"name": "sd-3-11-1-navigation-item",
|
|
9823
9823
|
"description": "",
|
|
9824
9824
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/navigation-item",
|
|
9825
9825
|
"js": {
|
|
@@ -10044,7 +10044,7 @@
|
|
|
10044
10044
|
]
|
|
10045
10045
|
},
|
|
10046
10046
|
{
|
|
10047
|
-
"name": "sd-3-11-
|
|
10047
|
+
"name": "sd-3-11-1-notification",
|
|
10048
10048
|
"description": "",
|
|
10049
10049
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/notification",
|
|
10050
10050
|
"js": {
|
|
@@ -10210,7 +10210,7 @@
|
|
|
10210
10210
|
]
|
|
10211
10211
|
},
|
|
10212
10212
|
{
|
|
10213
|
-
"name": "sd-3-11-
|
|
10213
|
+
"name": "sd-3-11-1-option",
|
|
10214
10214
|
"description": "",
|
|
10215
10215
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/option",
|
|
10216
10216
|
"js": {
|
|
@@ -10317,7 +10317,7 @@
|
|
|
10317
10317
|
]
|
|
10318
10318
|
},
|
|
10319
10319
|
{
|
|
10320
|
-
"name": "sd-3-11-
|
|
10320
|
+
"name": "sd-3-11-1-popup",
|
|
10321
10321
|
"description": "",
|
|
10322
10322
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/popup",
|
|
10323
10323
|
"js": {
|
|
@@ -10669,7 +10669,7 @@
|
|
|
10669
10669
|
]
|
|
10670
10670
|
},
|
|
10671
10671
|
{
|
|
10672
|
-
"name": "sd-3-11-
|
|
10672
|
+
"name": "sd-3-11-1-radio-button",
|
|
10673
10673
|
"description": "",
|
|
10674
10674
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/radio-button",
|
|
10675
10675
|
"js": {
|
|
@@ -10768,7 +10768,7 @@
|
|
|
10768
10768
|
]
|
|
10769
10769
|
},
|
|
10770
10770
|
{
|
|
10771
|
-
"name": "sd-3-11-
|
|
10771
|
+
"name": "sd-3-11-1-radio-group",
|
|
10772
10772
|
"description": "",
|
|
10773
10773
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/radio-group",
|
|
10774
10774
|
"js": {
|
|
@@ -11008,7 +11008,7 @@
|
|
|
11008
11008
|
]
|
|
11009
11009
|
},
|
|
11010
11010
|
{
|
|
11011
|
-
"name": "sd-3-11-
|
|
11011
|
+
"name": "sd-3-11-1-radio",
|
|
11012
11012
|
"description": "",
|
|
11013
11013
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/radio",
|
|
11014
11014
|
"js": {
|
|
@@ -11123,7 +11123,7 @@
|
|
|
11123
11123
|
]
|
|
11124
11124
|
},
|
|
11125
11125
|
{
|
|
11126
|
-
"name": "sd-3-11-
|
|
11126
|
+
"name": "sd-3-11-1-scrollable",
|
|
11127
11127
|
"description": "",
|
|
11128
11128
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/scrollable",
|
|
11129
11129
|
"js": {
|
|
@@ -11283,7 +11283,7 @@
|
|
|
11283
11283
|
]
|
|
11284
11284
|
},
|
|
11285
11285
|
{
|
|
11286
|
-
"name": "sd-3-11-
|
|
11286
|
+
"name": "sd-3-11-1-select",
|
|
11287
11287
|
"description": "",
|
|
11288
11288
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/select",
|
|
11289
11289
|
"js": {
|
|
@@ -11803,7 +11803,7 @@
|
|
|
11803
11803
|
]
|
|
11804
11804
|
},
|
|
11805
11805
|
{
|
|
11806
|
-
"name": "sd-3-11-
|
|
11806
|
+
"name": "sd-3-11-1-spinner",
|
|
11807
11807
|
"description": "",
|
|
11808
11808
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/spinner",
|
|
11809
11809
|
"js": {
|
|
@@ -11833,7 +11833,7 @@
|
|
|
11833
11833
|
]
|
|
11834
11834
|
},
|
|
11835
11835
|
{
|
|
11836
|
-
"name": "sd-3-11-
|
|
11836
|
+
"name": "sd-3-11-1-step-group",
|
|
11837
11837
|
"description": "",
|
|
11838
11838
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/step-group",
|
|
11839
11839
|
"js": {
|
|
@@ -11928,7 +11928,7 @@
|
|
|
11928
11928
|
]
|
|
11929
11929
|
},
|
|
11930
11930
|
{
|
|
11931
|
-
"name": "sd-3-11-
|
|
11931
|
+
"name": "sd-3-11-1-step",
|
|
11932
11932
|
"description": "",
|
|
11933
11933
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/step",
|
|
11934
11934
|
"js": {
|
|
@@ -12113,7 +12113,7 @@
|
|
|
12113
12113
|
]
|
|
12114
12114
|
},
|
|
12115
12115
|
{
|
|
12116
|
-
"name": "sd-3-11-
|
|
12116
|
+
"name": "sd-3-11-1-switch",
|
|
12117
12117
|
"description": "",
|
|
12118
12118
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/switch",
|
|
12119
12119
|
"js": {
|
|
@@ -12321,7 +12321,7 @@
|
|
|
12321
12321
|
]
|
|
12322
12322
|
},
|
|
12323
12323
|
{
|
|
12324
|
-
"name": "sd-3-11-
|
|
12324
|
+
"name": "sd-3-11-1-tab-group",
|
|
12325
12325
|
"description": "",
|
|
12326
12326
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/tab-group",
|
|
12327
12327
|
"js": {
|
|
@@ -12440,7 +12440,7 @@
|
|
|
12440
12440
|
]
|
|
12441
12441
|
},
|
|
12442
12442
|
{
|
|
12443
|
-
"name": "sd-3-11-
|
|
12443
|
+
"name": "sd-3-11-1-tab-panel",
|
|
12444
12444
|
"description": "",
|
|
12445
12445
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/tab-panel",
|
|
12446
12446
|
"js": {
|
|
@@ -12494,7 +12494,7 @@
|
|
|
12494
12494
|
]
|
|
12495
12495
|
},
|
|
12496
12496
|
{
|
|
12497
|
-
"name": "sd-3-11-
|
|
12497
|
+
"name": "sd-3-11-1-tab",
|
|
12498
12498
|
"description": "",
|
|
12499
12499
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/tab",
|
|
12500
12500
|
"js": {
|
|
@@ -12590,7 +12590,7 @@
|
|
|
12590
12590
|
]
|
|
12591
12591
|
},
|
|
12592
12592
|
{
|
|
12593
|
-
"name": "sd-3-11-
|
|
12593
|
+
"name": "sd-3-11-1-tag",
|
|
12594
12594
|
"description": "",
|
|
12595
12595
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/tag",
|
|
12596
12596
|
"js": {
|
|
@@ -12744,7 +12744,7 @@
|
|
|
12744
12744
|
]
|
|
12745
12745
|
},
|
|
12746
12746
|
{
|
|
12747
|
-
"name": "sd-3-11-
|
|
12747
|
+
"name": "sd-3-11-1-teaser-media",
|
|
12748
12748
|
"description": "",
|
|
12749
12749
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/teaser-media",
|
|
12750
12750
|
"js": {
|
|
@@ -12772,7 +12772,7 @@
|
|
|
12772
12772
|
]
|
|
12773
12773
|
},
|
|
12774
12774
|
{
|
|
12775
|
-
"name": "sd-3-11-
|
|
12775
|
+
"name": "sd-3-11-1-teaser",
|
|
12776
12776
|
"description": "",
|
|
12777
12777
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/teaser",
|
|
12778
12778
|
"js": {
|
|
@@ -12838,7 +12838,7 @@
|
|
|
12838
12838
|
]
|
|
12839
12839
|
},
|
|
12840
12840
|
{
|
|
12841
|
-
"name": "sd-3-11-
|
|
12841
|
+
"name": "sd-3-11-1-textarea",
|
|
12842
12842
|
"description": "",
|
|
12843
12843
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/textarea",
|
|
12844
12844
|
"js": {
|
|
@@ -13292,7 +13292,7 @@
|
|
|
13292
13292
|
]
|
|
13293
13293
|
},
|
|
13294
13294
|
{
|
|
13295
|
-
"name": "sd-3-11-
|
|
13295
|
+
"name": "sd-3-11-1-tooltip",
|
|
13296
13296
|
"description": "",
|
|
13297
13297
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/tooltip",
|
|
13298
13298
|
"js": {
|
|
@@ -13491,7 +13491,7 @@
|
|
|
13491
13491
|
]
|
|
13492
13492
|
},
|
|
13493
13493
|
{
|
|
13494
|
-
"name": "sd-3-11-
|
|
13494
|
+
"name": "sd-3-11-1-video",
|
|
13495
13495
|
"description": "",
|
|
13496
13496
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/video",
|
|
13497
13497
|
"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.11.
|
|
4
|
+
"version": "3.11.1",
|
|
5
5
|
"homepage": "https://solid-design-system.fe.union-investment.de/x.x.x/storybook/",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Union Investment"
|