@solid-design-system/components 3.11.1 → 3.13.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/components/es/accordion.js +1 -1
- package/dist/components/es/quickfact.js +1 -0
- package/dist/components/es/solid-components2.js +2 -2
- package/dist/components/umd/solid-components.js +10 -10
- package/dist/custom-elements.json +1 -1
- package/dist/package/components/accordion/accordion.d.ts +2 -2
- package/dist/package/components/accordion/accordion.js +0 -1
- package/dist/package/components/icon/library.default.js +1 -1
- package/dist/package/components/quickfact/quickfact.d.ts +12 -0
- package/dist/package/components/quickfact/quickfact.js +64 -0
- package/dist/package/solid-components.d.ts +1 -0
- package/dist/package/solid-components.js +38 -36
- 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/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 -0
- 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 +2 -2
- 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 +3 -3
- package/dist/versioned-package/components/accordion/accordion.js +2 -3
- 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/icon/library.default.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 +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/quickfact/quickfact.d.ts +12 -0
- package/dist/versioned-package/components/quickfact/quickfact.js +64 -0
- 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/solid-components.d.ts +1 -0
- package/dist/versioned-package/solid-components.js +38 -36
- 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 +87 -43
- package/dist/web-types.json +238 -44
- 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.13.0",
|
5
5
|
"description-markup": "markdown",
|
6
6
|
"framework-config": {
|
7
7
|
"enable-when": {
|
@@ -4005,6 +4005,103 @@
|
|
4005
4005
|
}
|
4006
4006
|
]
|
4007
4007
|
},
|
4008
|
+
{
|
4009
|
+
"name": "sd-quickfact",
|
4010
|
+
"description": "",
|
4011
|
+
"doc-url": "https://solid.union-investment.com/[storybook-link]/quickfact",
|
4012
|
+
"js": {
|
4013
|
+
"properties": [
|
4014
|
+
{
|
4015
|
+
"name": "expandable",
|
4016
|
+
"description": "Determines if the quickfact is not interactive. When set to `true`, the quickfact will not expand or collapse.",
|
4017
|
+
"value": {
|
4018
|
+
"type": "boolean"
|
4019
|
+
}
|
4020
|
+
},
|
4021
|
+
{
|
4022
|
+
"name": "localize",
|
4023
|
+
"value": {}
|
4024
|
+
},
|
4025
|
+
{
|
4026
|
+
"name": "open",
|
4027
|
+
"description": "Indicates whether or not the accordion is open. You can toggle this attribute to show and hide the accordion, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the accordion' open state.",
|
4028
|
+
"value": {
|
4029
|
+
"type": "boolean"
|
4030
|
+
}
|
4031
|
+
},
|
4032
|
+
{
|
4033
|
+
"name": "summary",
|
4034
|
+
"description": "The summary to show in the header. If you need to display HTML, use the `summary` slot instead.",
|
4035
|
+
"value": {
|
4036
|
+
"type": "string"
|
4037
|
+
}
|
4038
|
+
},
|
4039
|
+
{
|
4040
|
+
"name": "handleSummaryClick",
|
4041
|
+
"value": {}
|
4042
|
+
},
|
4043
|
+
{
|
4044
|
+
"name": "handleSummaryKeyDown",
|
4045
|
+
"value": {}
|
4046
|
+
},
|
4047
|
+
{
|
4048
|
+
"name": "handleOpenChange",
|
4049
|
+
"value": {}
|
4050
|
+
},
|
4051
|
+
{
|
4052
|
+
"name": "show",
|
4053
|
+
"description": "Shows the accordion.",
|
4054
|
+
"value": {}
|
4055
|
+
},
|
4056
|
+
{
|
4057
|
+
"name": "hide",
|
4058
|
+
"description": "Hides the accordion",
|
4059
|
+
"value": {}
|
4060
|
+
}
|
4061
|
+
],
|
4062
|
+
"events": [
|
4063
|
+
{
|
4064
|
+
"name": "sd-show",
|
4065
|
+
"description": "Emitted when the accordion opens."
|
4066
|
+
},
|
4067
|
+
{
|
4068
|
+
"name": "sd-after-show",
|
4069
|
+
"description": "Emitted after the accordion opens and all animations are complete."
|
4070
|
+
},
|
4071
|
+
{
|
4072
|
+
"name": "sd-hide",
|
4073
|
+
"description": "Emitted when the accordion closes."
|
4074
|
+
},
|
4075
|
+
{
|
4076
|
+
"name": "sd-after-hide",
|
4077
|
+
"description": "Emitted after the accordion closes and all animations are complete."
|
4078
|
+
}
|
4079
|
+
]
|
4080
|
+
},
|
4081
|
+
"attributes": [
|
4082
|
+
{
|
4083
|
+
"name": "expandable",
|
4084
|
+
"description": "Determines if the quickfact is not interactive. When set to `true`, the quickfact will not expand or collapse.",
|
4085
|
+
"value": {
|
4086
|
+
"type": "boolean"
|
4087
|
+
}
|
4088
|
+
},
|
4089
|
+
{
|
4090
|
+
"name": "open",
|
4091
|
+
"description": "Indicates whether or not the accordion is open. You can toggle this attribute to show and hide the accordion, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the accordion' open state.",
|
4092
|
+
"value": {
|
4093
|
+
"type": "boolean"
|
4094
|
+
}
|
4095
|
+
},
|
4096
|
+
{
|
4097
|
+
"name": "summary",
|
4098
|
+
"description": "The summary to show in the header. If you need to display HTML, use the `summary` slot instead.",
|
4099
|
+
"value": {
|
4100
|
+
"type": "string"
|
4101
|
+
}
|
4102
|
+
}
|
4103
|
+
]
|
4104
|
+
},
|
4008
4105
|
{
|
4009
4106
|
"name": "sd-radio-button",
|
4010
4107
|
"description": "",
|
@@ -6929,7 +7026,7 @@
|
|
6929
7026
|
]
|
6930
7027
|
},
|
6931
7028
|
{
|
6932
|
-
"name": "sd-3-
|
7029
|
+
"name": "sd-3-13-0-accordion-group",
|
6933
7030
|
"description": "",
|
6934
7031
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/accordion-group",
|
6935
7032
|
"js": {
|
@@ -6959,7 +7056,7 @@
|
|
6959
7056
|
]
|
6960
7057
|
},
|
6961
7058
|
{
|
6962
|
-
"name": "sd-3-
|
7059
|
+
"name": "sd-3-13-0-accordion",
|
6963
7060
|
"description": "",
|
6964
7061
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/accordion",
|
6965
7062
|
"js": {
|
@@ -7042,7 +7139,7 @@
|
|
7042
7139
|
]
|
7043
7140
|
},
|
7044
7141
|
{
|
7045
|
-
"name": "sd-3-
|
7142
|
+
"name": "sd-3-13-0-badge",
|
7046
7143
|
"description": "",
|
7047
7144
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/badge",
|
7048
7145
|
"js": {
|
@@ -7096,7 +7193,7 @@
|
|
7096
7193
|
]
|
7097
7194
|
},
|
7098
7195
|
{
|
7099
|
-
"name": "sd-3-
|
7196
|
+
"name": "sd-3-13-0-brandshape",
|
7100
7197
|
"description": "",
|
7101
7198
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/brandshape",
|
7102
7199
|
"js": {
|
@@ -7191,7 +7288,7 @@
|
|
7191
7288
|
]
|
7192
7289
|
},
|
7193
7290
|
{
|
7194
|
-
"name": "sd-3-
|
7291
|
+
"name": "sd-3-13-0-button",
|
7195
7292
|
"description": "",
|
7196
7293
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/button",
|
7197
7294
|
"js": {
|
@@ -7547,7 +7644,7 @@
|
|
7547
7644
|
]
|
7548
7645
|
},
|
7549
7646
|
{
|
7550
|
-
"name": "sd-3-
|
7647
|
+
"name": "sd-3-13-0-carousel-item",
|
7551
7648
|
"description": "",
|
7552
7649
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/carousel-item",
|
7553
7650
|
"js": {
|
@@ -7562,7 +7659,7 @@
|
|
7562
7659
|
"attributes": []
|
7563
7660
|
},
|
7564
7661
|
{
|
7565
|
-
"name": "sd-3-
|
7662
|
+
"name": "sd-3-13-0-carousel",
|
7566
7663
|
"description": "",
|
7567
7664
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/carousel",
|
7568
7665
|
"js": {
|
@@ -7754,7 +7851,7 @@
|
|
7754
7851
|
]
|
7755
7852
|
},
|
7756
7853
|
{
|
7757
|
-
"name": "sd-3-
|
7854
|
+
"name": "sd-3-13-0-checkbox-group",
|
7758
7855
|
"description": "",
|
7759
7856
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/checkbox-group",
|
7760
7857
|
"js": {
|
@@ -7832,7 +7929,7 @@
|
|
7832
7929
|
]
|
7833
7930
|
},
|
7834
7931
|
{
|
7835
|
-
"name": "sd-3-
|
7932
|
+
"name": "sd-3-13-0-checkbox",
|
7836
7933
|
"description": "",
|
7837
7934
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/checkbox",
|
7838
7935
|
"js": {
|
@@ -8066,7 +8163,7 @@
|
|
8066
8163
|
]
|
8067
8164
|
},
|
8068
8165
|
{
|
8069
|
-
"name": "sd-3-
|
8166
|
+
"name": "sd-3-13-0-dialog",
|
8070
8167
|
"description": "",
|
8071
8168
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/dialog",
|
8072
8169
|
"js": {
|
@@ -8189,7 +8286,7 @@
|
|
8189
8286
|
]
|
8190
8287
|
},
|
8191
8288
|
{
|
8192
|
-
"name": "sd-3-
|
8289
|
+
"name": "sd-3-13-0-divider",
|
8193
8290
|
"description": "",
|
8194
8291
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/divider",
|
8195
8292
|
"js": {
|
@@ -8229,7 +8326,7 @@
|
|
8229
8326
|
]
|
8230
8327
|
},
|
8231
8328
|
{
|
8232
|
-
"name": "sd-3-
|
8329
|
+
"name": "sd-3-13-0-drawer",
|
8233
8330
|
"description": "",
|
8234
8331
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/drawer",
|
8235
8332
|
"js": {
|
@@ -8382,7 +8479,7 @@
|
|
8382
8479
|
]
|
8383
8480
|
},
|
8384
8481
|
{
|
8385
|
-
"name": "sd-3-
|
8482
|
+
"name": "sd-3-13-0-dropdown",
|
8386
8483
|
"description": "",
|
8387
8484
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/dropdown",
|
8388
8485
|
"js": {
|
@@ -8636,7 +8733,7 @@
|
|
8636
8733
|
]
|
8637
8734
|
},
|
8638
8735
|
{
|
8639
|
-
"name": "sd-3-
|
8736
|
+
"name": "sd-3-13-0-expandable",
|
8640
8737
|
"description": "",
|
8641
8738
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/expandable",
|
8642
8739
|
"js": {
|
@@ -8723,7 +8820,7 @@
|
|
8723
8820
|
]
|
8724
8821
|
},
|
8725
8822
|
{
|
8726
|
-
"name": "sd-3-
|
8823
|
+
"name": "sd-3-13-0-flipcard",
|
8727
8824
|
"description": "",
|
8728
8825
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/flipcard",
|
8729
8826
|
"js": {
|
@@ -8824,7 +8921,7 @@
|
|
8824
8921
|
]
|
8825
8922
|
},
|
8826
8923
|
{
|
8827
|
-
"name": "sd-3-
|
8924
|
+
"name": "sd-3-13-0-header",
|
8828
8925
|
"description": "",
|
8829
8926
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/header",
|
8830
8927
|
"js": {
|
@@ -8876,7 +8973,7 @@
|
|
8876
8973
|
]
|
8877
8974
|
},
|
8878
8975
|
{
|
8879
|
-
"name": "sd-3-
|
8976
|
+
"name": "sd-3-13-0-icon",
|
8880
8977
|
"description": "",
|
8881
8978
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/icon",
|
8882
8979
|
"js": {
|
@@ -8979,7 +9076,7 @@
|
|
8979
9076
|
]
|
8980
9077
|
},
|
8981
9078
|
{
|
8982
|
-
"name": "sd-3-
|
9079
|
+
"name": "sd-3-13-0-include",
|
8983
9080
|
"description": "",
|
8984
9081
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/include",
|
8985
9082
|
"js": {
|
@@ -9050,7 +9147,7 @@
|
|
9050
9147
|
]
|
9051
9148
|
},
|
9052
9149
|
{
|
9053
|
-
"name": "sd-3-
|
9150
|
+
"name": "sd-3-13-0-input",
|
9054
9151
|
"description": "",
|
9055
9152
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/input",
|
9056
9153
|
"js": {
|
@@ -9638,7 +9735,7 @@
|
|
9638
9735
|
]
|
9639
9736
|
},
|
9640
9737
|
{
|
9641
|
-
"name": "sd-3-
|
9738
|
+
"name": "sd-3-13-0-link",
|
9642
9739
|
"description": "",
|
9643
9740
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/link",
|
9644
9741
|
"js": {
|
@@ -9765,7 +9862,7 @@
|
|
9765
9862
|
]
|
9766
9863
|
},
|
9767
9864
|
{
|
9768
|
-
"name": "sd-3-
|
9865
|
+
"name": "sd-3-13-0-map-marker",
|
9769
9866
|
"description": "",
|
9770
9867
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/map-marker",
|
9771
9868
|
"js": {
|
@@ -9819,7 +9916,7 @@
|
|
9819
9916
|
]
|
9820
9917
|
},
|
9821
9918
|
{
|
9822
|
-
"name": "sd-3-
|
9919
|
+
"name": "sd-3-13-0-navigation-item",
|
9823
9920
|
"description": "",
|
9824
9921
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/navigation-item",
|
9825
9922
|
"js": {
|
@@ -10044,7 +10141,7 @@
|
|
10044
10141
|
]
|
10045
10142
|
},
|
10046
10143
|
{
|
10047
|
-
"name": "sd-3-
|
10144
|
+
"name": "sd-3-13-0-notification",
|
10048
10145
|
"description": "",
|
10049
10146
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/notification",
|
10050
10147
|
"js": {
|
@@ -10210,7 +10307,7 @@
|
|
10210
10307
|
]
|
10211
10308
|
},
|
10212
10309
|
{
|
10213
|
-
"name": "sd-3-
|
10310
|
+
"name": "sd-3-13-0-option",
|
10214
10311
|
"description": "",
|
10215
10312
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/option",
|
10216
10313
|
"js": {
|
@@ -10317,7 +10414,7 @@
|
|
10317
10414
|
]
|
10318
10415
|
},
|
10319
10416
|
{
|
10320
|
-
"name": "sd-3-
|
10417
|
+
"name": "sd-3-13-0-popup",
|
10321
10418
|
"description": "",
|
10322
10419
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/popup",
|
10323
10420
|
"js": {
|
@@ -10669,7 +10766,104 @@
|
|
10669
10766
|
]
|
10670
10767
|
},
|
10671
10768
|
{
|
10672
|
-
"name": "sd-3-
|
10769
|
+
"name": "sd-3-13-0-quickfact",
|
10770
|
+
"description": "",
|
10771
|
+
"doc-url": "https://solid.union-investment.com/[storybook-link]/quickfact",
|
10772
|
+
"js": {
|
10773
|
+
"properties": [
|
10774
|
+
{
|
10775
|
+
"name": "expandable",
|
10776
|
+
"description": "Determines if the quickfact is not interactive. When set to `true`, the quickfact will not expand or collapse.",
|
10777
|
+
"value": {
|
10778
|
+
"type": "boolean"
|
10779
|
+
}
|
10780
|
+
},
|
10781
|
+
{
|
10782
|
+
"name": "localize",
|
10783
|
+
"value": {}
|
10784
|
+
},
|
10785
|
+
{
|
10786
|
+
"name": "open",
|
10787
|
+
"description": "Indicates whether or not the accordion is open. You can toggle this attribute to show and hide the accordion, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the accordion' open state.",
|
10788
|
+
"value": {
|
10789
|
+
"type": "boolean"
|
10790
|
+
}
|
10791
|
+
},
|
10792
|
+
{
|
10793
|
+
"name": "summary",
|
10794
|
+
"description": "The summary to show in the header. If you need to display HTML, use the `summary` slot instead.",
|
10795
|
+
"value": {
|
10796
|
+
"type": "string"
|
10797
|
+
}
|
10798
|
+
},
|
10799
|
+
{
|
10800
|
+
"name": "handleSummaryClick",
|
10801
|
+
"value": {}
|
10802
|
+
},
|
10803
|
+
{
|
10804
|
+
"name": "handleSummaryKeyDown",
|
10805
|
+
"value": {}
|
10806
|
+
},
|
10807
|
+
{
|
10808
|
+
"name": "handleOpenChange",
|
10809
|
+
"value": {}
|
10810
|
+
},
|
10811
|
+
{
|
10812
|
+
"name": "show",
|
10813
|
+
"description": "Shows the accordion.",
|
10814
|
+
"value": {}
|
10815
|
+
},
|
10816
|
+
{
|
10817
|
+
"name": "hide",
|
10818
|
+
"description": "Hides the accordion",
|
10819
|
+
"value": {}
|
10820
|
+
}
|
10821
|
+
],
|
10822
|
+
"events": [
|
10823
|
+
{
|
10824
|
+
"name": "sd-show",
|
10825
|
+
"description": "Emitted when the accordion opens."
|
10826
|
+
},
|
10827
|
+
{
|
10828
|
+
"name": "sd-after-show",
|
10829
|
+
"description": "Emitted after the accordion opens and all animations are complete."
|
10830
|
+
},
|
10831
|
+
{
|
10832
|
+
"name": "sd-hide",
|
10833
|
+
"description": "Emitted when the accordion closes."
|
10834
|
+
},
|
10835
|
+
{
|
10836
|
+
"name": "sd-after-hide",
|
10837
|
+
"description": "Emitted after the accordion closes and all animations are complete."
|
10838
|
+
}
|
10839
|
+
]
|
10840
|
+
},
|
10841
|
+
"attributes": [
|
10842
|
+
{
|
10843
|
+
"name": "expandable",
|
10844
|
+
"description": "Determines if the quickfact is not interactive. When set to `true`, the quickfact will not expand or collapse.",
|
10845
|
+
"value": {
|
10846
|
+
"type": "boolean"
|
10847
|
+
}
|
10848
|
+
},
|
10849
|
+
{
|
10850
|
+
"name": "open",
|
10851
|
+
"description": "Indicates whether or not the accordion is open. You can toggle this attribute to show and hide the accordion, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the accordion' open state.",
|
10852
|
+
"value": {
|
10853
|
+
"type": "boolean"
|
10854
|
+
}
|
10855
|
+
},
|
10856
|
+
{
|
10857
|
+
"name": "summary",
|
10858
|
+
"description": "The summary to show in the header. If you need to display HTML, use the `summary` slot instead.",
|
10859
|
+
"value": {
|
10860
|
+
"type": "string"
|
10861
|
+
}
|
10862
|
+
}
|
10863
|
+
]
|
10864
|
+
},
|
10865
|
+
{
|
10866
|
+
"name": "sd-3-13-0-radio-button",
|
10673
10867
|
"description": "",
|
10674
10868
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/radio-button",
|
10675
10869
|
"js": {
|
@@ -10768,7 +10962,7 @@
|
|
10768
10962
|
]
|
10769
10963
|
},
|
10770
10964
|
{
|
10771
|
-
"name": "sd-3-
|
10965
|
+
"name": "sd-3-13-0-radio-group",
|
10772
10966
|
"description": "",
|
10773
10967
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/radio-group",
|
10774
10968
|
"js": {
|
@@ -11008,7 +11202,7 @@
|
|
11008
11202
|
]
|
11009
11203
|
},
|
11010
11204
|
{
|
11011
|
-
"name": "sd-3-
|
11205
|
+
"name": "sd-3-13-0-radio",
|
11012
11206
|
"description": "",
|
11013
11207
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/radio",
|
11014
11208
|
"js": {
|
@@ -11123,7 +11317,7 @@
|
|
11123
11317
|
]
|
11124
11318
|
},
|
11125
11319
|
{
|
11126
|
-
"name": "sd-3-
|
11320
|
+
"name": "sd-3-13-0-scrollable",
|
11127
11321
|
"description": "",
|
11128
11322
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/scrollable",
|
11129
11323
|
"js": {
|
@@ -11283,7 +11477,7 @@
|
|
11283
11477
|
]
|
11284
11478
|
},
|
11285
11479
|
{
|
11286
|
-
"name": "sd-3-
|
11480
|
+
"name": "sd-3-13-0-select",
|
11287
11481
|
"description": "",
|
11288
11482
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/select",
|
11289
11483
|
"js": {
|
@@ -11803,7 +11997,7 @@
|
|
11803
11997
|
]
|
11804
11998
|
},
|
11805
11999
|
{
|
11806
|
-
"name": "sd-3-
|
12000
|
+
"name": "sd-3-13-0-spinner",
|
11807
12001
|
"description": "",
|
11808
12002
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/spinner",
|
11809
12003
|
"js": {
|
@@ -11833,7 +12027,7 @@
|
|
11833
12027
|
]
|
11834
12028
|
},
|
11835
12029
|
{
|
11836
|
-
"name": "sd-3-
|
12030
|
+
"name": "sd-3-13-0-step-group",
|
11837
12031
|
"description": "",
|
11838
12032
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/step-group",
|
11839
12033
|
"js": {
|
@@ -11928,7 +12122,7 @@
|
|
11928
12122
|
]
|
11929
12123
|
},
|
11930
12124
|
{
|
11931
|
-
"name": "sd-3-
|
12125
|
+
"name": "sd-3-13-0-step",
|
11932
12126
|
"description": "",
|
11933
12127
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/step",
|
11934
12128
|
"js": {
|
@@ -12113,7 +12307,7 @@
|
|
12113
12307
|
]
|
12114
12308
|
},
|
12115
12309
|
{
|
12116
|
-
"name": "sd-3-
|
12310
|
+
"name": "sd-3-13-0-switch",
|
12117
12311
|
"description": "",
|
12118
12312
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/switch",
|
12119
12313
|
"js": {
|
@@ -12321,7 +12515,7 @@
|
|
12321
12515
|
]
|
12322
12516
|
},
|
12323
12517
|
{
|
12324
|
-
"name": "sd-3-
|
12518
|
+
"name": "sd-3-13-0-tab-group",
|
12325
12519
|
"description": "",
|
12326
12520
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/tab-group",
|
12327
12521
|
"js": {
|
@@ -12440,7 +12634,7 @@
|
|
12440
12634
|
]
|
12441
12635
|
},
|
12442
12636
|
{
|
12443
|
-
"name": "sd-3-
|
12637
|
+
"name": "sd-3-13-0-tab-panel",
|
12444
12638
|
"description": "",
|
12445
12639
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/tab-panel",
|
12446
12640
|
"js": {
|
@@ -12494,7 +12688,7 @@
|
|
12494
12688
|
]
|
12495
12689
|
},
|
12496
12690
|
{
|
12497
|
-
"name": "sd-3-
|
12691
|
+
"name": "sd-3-13-0-tab",
|
12498
12692
|
"description": "",
|
12499
12693
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/tab",
|
12500
12694
|
"js": {
|
@@ -12590,7 +12784,7 @@
|
|
12590
12784
|
]
|
12591
12785
|
},
|
12592
12786
|
{
|
12593
|
-
"name": "sd-3-
|
12787
|
+
"name": "sd-3-13-0-tag",
|
12594
12788
|
"description": "",
|
12595
12789
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/tag",
|
12596
12790
|
"js": {
|
@@ -12744,7 +12938,7 @@
|
|
12744
12938
|
]
|
12745
12939
|
},
|
12746
12940
|
{
|
12747
|
-
"name": "sd-3-
|
12941
|
+
"name": "sd-3-13-0-teaser-media",
|
12748
12942
|
"description": "",
|
12749
12943
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/teaser-media",
|
12750
12944
|
"js": {
|
@@ -12772,7 +12966,7 @@
|
|
12772
12966
|
]
|
12773
12967
|
},
|
12774
12968
|
{
|
12775
|
-
"name": "sd-3-
|
12969
|
+
"name": "sd-3-13-0-teaser",
|
12776
12970
|
"description": "",
|
12777
12971
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/teaser",
|
12778
12972
|
"js": {
|
@@ -12838,7 +13032,7 @@
|
|
12838
13032
|
]
|
12839
13033
|
},
|
12840
13034
|
{
|
12841
|
-
"name": "sd-3-
|
13035
|
+
"name": "sd-3-13-0-textarea",
|
12842
13036
|
"description": "",
|
12843
13037
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/textarea",
|
12844
13038
|
"js": {
|
@@ -13292,7 +13486,7 @@
|
|
13292
13486
|
]
|
13293
13487
|
},
|
13294
13488
|
{
|
13295
|
-
"name": "sd-3-
|
13489
|
+
"name": "sd-3-13-0-tooltip",
|
13296
13490
|
"description": "",
|
13297
13491
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/tooltip",
|
13298
13492
|
"js": {
|
@@ -13491,7 +13685,7 @@
|
|
13491
13685
|
]
|
13492
13686
|
},
|
13493
13687
|
{
|
13494
|
-
"name": "sd-3-
|
13688
|
+
"name": "sd-3-13-0-video",
|
13495
13689
|
"description": "",
|
13496
13690
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/video",
|
13497
13691
|
"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.13.0",
|
5
5
|
"homepage": "https://solid-design-system.fe.union-investment.de/x.x.x/storybook/",
|
6
6
|
"author": {
|
7
7
|
"name": "Union Investment"
|
@@ -194,7 +194,7 @@
|
|
194
194
|
"readme": "README.md",
|
195
195
|
"meta": {
|
196
196
|
"bundleSizeInKb": {
|
197
|
-
"uncompressed":
|
197
|
+
"uncompressed": 333,
|
198
198
|
"gzip": 78
|
199
199
|
}
|
200
200
|
}
|