@solid-design-system/components 3.13.0 → 3.14.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/navigation-item.js +1 -1
- package/dist/components/umd/solid-components.js +1 -1
- package/dist/custom-elements.json +1 -1
- package/dist/package/components/navigation-item/navigation-item.d.ts +6 -4
- package/dist/package/components/navigation-item/navigation-item.js +50 -19
- 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 -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 +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 +7 -5
- package/dist/versioned-package/components/navigation-item/navigation-item.js +52 -21
- 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 +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 +52 -44
- package/dist/web-types.json +99 -51
- 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.14.0",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"framework-config": {
|
|
7
7
|
"enable-when": {
|
|
@@ -3249,17 +3249,29 @@
|
|
|
3249
3249
|
"type": "boolean"
|
|
3250
3250
|
}
|
|
3251
3251
|
},
|
|
3252
|
+
{
|
|
3253
|
+
"name": "separated",
|
|
3254
|
+
"value": {
|
|
3255
|
+
"type": "boolean"
|
|
3256
|
+
}
|
|
3257
|
+
},
|
|
3252
3258
|
{
|
|
3253
3259
|
"name": "isButton",
|
|
3254
|
-
"value": {
|
|
3260
|
+
"value": {
|
|
3261
|
+
"type": "boolean"
|
|
3262
|
+
}
|
|
3255
3263
|
},
|
|
3256
3264
|
{
|
|
3257
3265
|
"name": "isLink",
|
|
3258
|
-
"value": {
|
|
3266
|
+
"value": {
|
|
3267
|
+
"type": "boolean"
|
|
3268
|
+
}
|
|
3259
3269
|
},
|
|
3260
3270
|
{
|
|
3261
3271
|
"name": "isAccordion",
|
|
3262
|
-
"value": {
|
|
3272
|
+
"value": {
|
|
3273
|
+
"type": "boolean"
|
|
3274
|
+
}
|
|
3263
3275
|
},
|
|
3264
3276
|
{
|
|
3265
3277
|
"name": "handleClickButton",
|
|
@@ -3279,6 +3291,12 @@
|
|
|
3279
3291
|
},
|
|
3280
3292
|
{
|
|
3281
3293
|
"name": "calculatePaddingX",
|
|
3294
|
+
"value": {
|
|
3295
|
+
"type": "string"
|
|
3296
|
+
}
|
|
3297
|
+
},
|
|
3298
|
+
{
|
|
3299
|
+
"name": "tag",
|
|
3282
3300
|
"value": {}
|
|
3283
3301
|
}
|
|
3284
3302
|
],
|
|
@@ -3377,6 +3395,12 @@
|
|
|
3377
3395
|
"value": {
|
|
3378
3396
|
"type": "boolean"
|
|
3379
3397
|
}
|
|
3398
|
+
},
|
|
3399
|
+
{
|
|
3400
|
+
"name": "separated",
|
|
3401
|
+
"value": {
|
|
3402
|
+
"type": "boolean"
|
|
3403
|
+
}
|
|
3380
3404
|
}
|
|
3381
3405
|
]
|
|
3382
3406
|
},
|
|
@@ -7026,7 +7050,7 @@
|
|
|
7026
7050
|
]
|
|
7027
7051
|
},
|
|
7028
7052
|
{
|
|
7029
|
-
"name": "sd-3-
|
|
7053
|
+
"name": "sd-3-14-0-accordion-group",
|
|
7030
7054
|
"description": "",
|
|
7031
7055
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/accordion-group",
|
|
7032
7056
|
"js": {
|
|
@@ -7056,7 +7080,7 @@
|
|
|
7056
7080
|
]
|
|
7057
7081
|
},
|
|
7058
7082
|
{
|
|
7059
|
-
"name": "sd-3-
|
|
7083
|
+
"name": "sd-3-14-0-accordion",
|
|
7060
7084
|
"description": "",
|
|
7061
7085
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/accordion",
|
|
7062
7086
|
"js": {
|
|
@@ -7139,7 +7163,7 @@
|
|
|
7139
7163
|
]
|
|
7140
7164
|
},
|
|
7141
7165
|
{
|
|
7142
|
-
"name": "sd-3-
|
|
7166
|
+
"name": "sd-3-14-0-badge",
|
|
7143
7167
|
"description": "",
|
|
7144
7168
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/badge",
|
|
7145
7169
|
"js": {
|
|
@@ -7193,7 +7217,7 @@
|
|
|
7193
7217
|
]
|
|
7194
7218
|
},
|
|
7195
7219
|
{
|
|
7196
|
-
"name": "sd-3-
|
|
7220
|
+
"name": "sd-3-14-0-brandshape",
|
|
7197
7221
|
"description": "",
|
|
7198
7222
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/brandshape",
|
|
7199
7223
|
"js": {
|
|
@@ -7288,7 +7312,7 @@
|
|
|
7288
7312
|
]
|
|
7289
7313
|
},
|
|
7290
7314
|
{
|
|
7291
|
-
"name": "sd-3-
|
|
7315
|
+
"name": "sd-3-14-0-button",
|
|
7292
7316
|
"description": "",
|
|
7293
7317
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/button",
|
|
7294
7318
|
"js": {
|
|
@@ -7644,7 +7668,7 @@
|
|
|
7644
7668
|
]
|
|
7645
7669
|
},
|
|
7646
7670
|
{
|
|
7647
|
-
"name": "sd-3-
|
|
7671
|
+
"name": "sd-3-14-0-carousel-item",
|
|
7648
7672
|
"description": "",
|
|
7649
7673
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/carousel-item",
|
|
7650
7674
|
"js": {
|
|
@@ -7659,7 +7683,7 @@
|
|
|
7659
7683
|
"attributes": []
|
|
7660
7684
|
},
|
|
7661
7685
|
{
|
|
7662
|
-
"name": "sd-3-
|
|
7686
|
+
"name": "sd-3-14-0-carousel",
|
|
7663
7687
|
"description": "",
|
|
7664
7688
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/carousel",
|
|
7665
7689
|
"js": {
|
|
@@ -7851,7 +7875,7 @@
|
|
|
7851
7875
|
]
|
|
7852
7876
|
},
|
|
7853
7877
|
{
|
|
7854
|
-
"name": "sd-3-
|
|
7878
|
+
"name": "sd-3-14-0-checkbox-group",
|
|
7855
7879
|
"description": "",
|
|
7856
7880
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/checkbox-group",
|
|
7857
7881
|
"js": {
|
|
@@ -7929,7 +7953,7 @@
|
|
|
7929
7953
|
]
|
|
7930
7954
|
},
|
|
7931
7955
|
{
|
|
7932
|
-
"name": "sd-3-
|
|
7956
|
+
"name": "sd-3-14-0-checkbox",
|
|
7933
7957
|
"description": "",
|
|
7934
7958
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/checkbox",
|
|
7935
7959
|
"js": {
|
|
@@ -8163,7 +8187,7 @@
|
|
|
8163
8187
|
]
|
|
8164
8188
|
},
|
|
8165
8189
|
{
|
|
8166
|
-
"name": "sd-3-
|
|
8190
|
+
"name": "sd-3-14-0-dialog",
|
|
8167
8191
|
"description": "",
|
|
8168
8192
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/dialog",
|
|
8169
8193
|
"js": {
|
|
@@ -8286,7 +8310,7 @@
|
|
|
8286
8310
|
]
|
|
8287
8311
|
},
|
|
8288
8312
|
{
|
|
8289
|
-
"name": "sd-3-
|
|
8313
|
+
"name": "sd-3-14-0-divider",
|
|
8290
8314
|
"description": "",
|
|
8291
8315
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/divider",
|
|
8292
8316
|
"js": {
|
|
@@ -8326,7 +8350,7 @@
|
|
|
8326
8350
|
]
|
|
8327
8351
|
},
|
|
8328
8352
|
{
|
|
8329
|
-
"name": "sd-3-
|
|
8353
|
+
"name": "sd-3-14-0-drawer",
|
|
8330
8354
|
"description": "",
|
|
8331
8355
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/drawer",
|
|
8332
8356
|
"js": {
|
|
@@ -8479,7 +8503,7 @@
|
|
|
8479
8503
|
]
|
|
8480
8504
|
},
|
|
8481
8505
|
{
|
|
8482
|
-
"name": "sd-3-
|
|
8506
|
+
"name": "sd-3-14-0-dropdown",
|
|
8483
8507
|
"description": "",
|
|
8484
8508
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/dropdown",
|
|
8485
8509
|
"js": {
|
|
@@ -8733,7 +8757,7 @@
|
|
|
8733
8757
|
]
|
|
8734
8758
|
},
|
|
8735
8759
|
{
|
|
8736
|
-
"name": "sd-3-
|
|
8760
|
+
"name": "sd-3-14-0-expandable",
|
|
8737
8761
|
"description": "",
|
|
8738
8762
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/expandable",
|
|
8739
8763
|
"js": {
|
|
@@ -8820,7 +8844,7 @@
|
|
|
8820
8844
|
]
|
|
8821
8845
|
},
|
|
8822
8846
|
{
|
|
8823
|
-
"name": "sd-3-
|
|
8847
|
+
"name": "sd-3-14-0-flipcard",
|
|
8824
8848
|
"description": "",
|
|
8825
8849
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/flipcard",
|
|
8826
8850
|
"js": {
|
|
@@ -8921,7 +8945,7 @@
|
|
|
8921
8945
|
]
|
|
8922
8946
|
},
|
|
8923
8947
|
{
|
|
8924
|
-
"name": "sd-3-
|
|
8948
|
+
"name": "sd-3-14-0-header",
|
|
8925
8949
|
"description": "",
|
|
8926
8950
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/header",
|
|
8927
8951
|
"js": {
|
|
@@ -8973,7 +8997,7 @@
|
|
|
8973
8997
|
]
|
|
8974
8998
|
},
|
|
8975
8999
|
{
|
|
8976
|
-
"name": "sd-3-
|
|
9000
|
+
"name": "sd-3-14-0-icon",
|
|
8977
9001
|
"description": "",
|
|
8978
9002
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/icon",
|
|
8979
9003
|
"js": {
|
|
@@ -9076,7 +9100,7 @@
|
|
|
9076
9100
|
]
|
|
9077
9101
|
},
|
|
9078
9102
|
{
|
|
9079
|
-
"name": "sd-3-
|
|
9103
|
+
"name": "sd-3-14-0-include",
|
|
9080
9104
|
"description": "",
|
|
9081
9105
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/include",
|
|
9082
9106
|
"js": {
|
|
@@ -9147,7 +9171,7 @@
|
|
|
9147
9171
|
]
|
|
9148
9172
|
},
|
|
9149
9173
|
{
|
|
9150
|
-
"name": "sd-3-
|
|
9174
|
+
"name": "sd-3-14-0-input",
|
|
9151
9175
|
"description": "",
|
|
9152
9176
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/input",
|
|
9153
9177
|
"js": {
|
|
@@ -9735,7 +9759,7 @@
|
|
|
9735
9759
|
]
|
|
9736
9760
|
},
|
|
9737
9761
|
{
|
|
9738
|
-
"name": "sd-3-
|
|
9762
|
+
"name": "sd-3-14-0-link",
|
|
9739
9763
|
"description": "",
|
|
9740
9764
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/link",
|
|
9741
9765
|
"js": {
|
|
@@ -9862,7 +9886,7 @@
|
|
|
9862
9886
|
]
|
|
9863
9887
|
},
|
|
9864
9888
|
{
|
|
9865
|
-
"name": "sd-3-
|
|
9889
|
+
"name": "sd-3-14-0-map-marker",
|
|
9866
9890
|
"description": "",
|
|
9867
9891
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/map-marker",
|
|
9868
9892
|
"js": {
|
|
@@ -9916,7 +9940,7 @@
|
|
|
9916
9940
|
]
|
|
9917
9941
|
},
|
|
9918
9942
|
{
|
|
9919
|
-
"name": "sd-3-
|
|
9943
|
+
"name": "sd-3-14-0-navigation-item",
|
|
9920
9944
|
"description": "",
|
|
9921
9945
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/navigation-item",
|
|
9922
9946
|
"js": {
|
|
@@ -10009,17 +10033,29 @@
|
|
|
10009
10033
|
"type": "boolean"
|
|
10010
10034
|
}
|
|
10011
10035
|
},
|
|
10036
|
+
{
|
|
10037
|
+
"name": "separated",
|
|
10038
|
+
"value": {
|
|
10039
|
+
"type": "boolean"
|
|
10040
|
+
}
|
|
10041
|
+
},
|
|
10012
10042
|
{
|
|
10013
10043
|
"name": "isButton",
|
|
10014
|
-
"value": {
|
|
10044
|
+
"value": {
|
|
10045
|
+
"type": "boolean"
|
|
10046
|
+
}
|
|
10015
10047
|
},
|
|
10016
10048
|
{
|
|
10017
10049
|
"name": "isLink",
|
|
10018
|
-
"value": {
|
|
10050
|
+
"value": {
|
|
10051
|
+
"type": "boolean"
|
|
10052
|
+
}
|
|
10019
10053
|
},
|
|
10020
10054
|
{
|
|
10021
10055
|
"name": "isAccordion",
|
|
10022
|
-
"value": {
|
|
10056
|
+
"value": {
|
|
10057
|
+
"type": "boolean"
|
|
10058
|
+
}
|
|
10023
10059
|
},
|
|
10024
10060
|
{
|
|
10025
10061
|
"name": "handleClickButton",
|
|
@@ -10039,6 +10075,12 @@
|
|
|
10039
10075
|
},
|
|
10040
10076
|
{
|
|
10041
10077
|
"name": "calculatePaddingX",
|
|
10078
|
+
"value": {
|
|
10079
|
+
"type": "string"
|
|
10080
|
+
}
|
|
10081
|
+
},
|
|
10082
|
+
{
|
|
10083
|
+
"name": "tag",
|
|
10042
10084
|
"value": {}
|
|
10043
10085
|
}
|
|
10044
10086
|
],
|
|
@@ -10137,11 +10179,17 @@
|
|
|
10137
10179
|
"value": {
|
|
10138
10180
|
"type": "boolean"
|
|
10139
10181
|
}
|
|
10182
|
+
},
|
|
10183
|
+
{
|
|
10184
|
+
"name": "separated",
|
|
10185
|
+
"value": {
|
|
10186
|
+
"type": "boolean"
|
|
10187
|
+
}
|
|
10140
10188
|
}
|
|
10141
10189
|
]
|
|
10142
10190
|
},
|
|
10143
10191
|
{
|
|
10144
|
-
"name": "sd-3-
|
|
10192
|
+
"name": "sd-3-14-0-notification",
|
|
10145
10193
|
"description": "",
|
|
10146
10194
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/notification",
|
|
10147
10195
|
"js": {
|
|
@@ -10307,7 +10355,7 @@
|
|
|
10307
10355
|
]
|
|
10308
10356
|
},
|
|
10309
10357
|
{
|
|
10310
|
-
"name": "sd-3-
|
|
10358
|
+
"name": "sd-3-14-0-option",
|
|
10311
10359
|
"description": "",
|
|
10312
10360
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/option",
|
|
10313
10361
|
"js": {
|
|
@@ -10414,7 +10462,7 @@
|
|
|
10414
10462
|
]
|
|
10415
10463
|
},
|
|
10416
10464
|
{
|
|
10417
|
-
"name": "sd-3-
|
|
10465
|
+
"name": "sd-3-14-0-popup",
|
|
10418
10466
|
"description": "",
|
|
10419
10467
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/popup",
|
|
10420
10468
|
"js": {
|
|
@@ -10766,7 +10814,7 @@
|
|
|
10766
10814
|
]
|
|
10767
10815
|
},
|
|
10768
10816
|
{
|
|
10769
|
-
"name": "sd-3-
|
|
10817
|
+
"name": "sd-3-14-0-quickfact",
|
|
10770
10818
|
"description": "",
|
|
10771
10819
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/quickfact",
|
|
10772
10820
|
"js": {
|
|
@@ -10863,7 +10911,7 @@
|
|
|
10863
10911
|
]
|
|
10864
10912
|
},
|
|
10865
10913
|
{
|
|
10866
|
-
"name": "sd-3-
|
|
10914
|
+
"name": "sd-3-14-0-radio-button",
|
|
10867
10915
|
"description": "",
|
|
10868
10916
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/radio-button",
|
|
10869
10917
|
"js": {
|
|
@@ -10962,7 +11010,7 @@
|
|
|
10962
11010
|
]
|
|
10963
11011
|
},
|
|
10964
11012
|
{
|
|
10965
|
-
"name": "sd-3-
|
|
11013
|
+
"name": "sd-3-14-0-radio-group",
|
|
10966
11014
|
"description": "",
|
|
10967
11015
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/radio-group",
|
|
10968
11016
|
"js": {
|
|
@@ -11202,7 +11250,7 @@
|
|
|
11202
11250
|
]
|
|
11203
11251
|
},
|
|
11204
11252
|
{
|
|
11205
|
-
"name": "sd-3-
|
|
11253
|
+
"name": "sd-3-14-0-radio",
|
|
11206
11254
|
"description": "",
|
|
11207
11255
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/radio",
|
|
11208
11256
|
"js": {
|
|
@@ -11317,7 +11365,7 @@
|
|
|
11317
11365
|
]
|
|
11318
11366
|
},
|
|
11319
11367
|
{
|
|
11320
|
-
"name": "sd-3-
|
|
11368
|
+
"name": "sd-3-14-0-scrollable",
|
|
11321
11369
|
"description": "",
|
|
11322
11370
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/scrollable",
|
|
11323
11371
|
"js": {
|
|
@@ -11477,7 +11525,7 @@
|
|
|
11477
11525
|
]
|
|
11478
11526
|
},
|
|
11479
11527
|
{
|
|
11480
|
-
"name": "sd-3-
|
|
11528
|
+
"name": "sd-3-14-0-select",
|
|
11481
11529
|
"description": "",
|
|
11482
11530
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/select",
|
|
11483
11531
|
"js": {
|
|
@@ -11997,7 +12045,7 @@
|
|
|
11997
12045
|
]
|
|
11998
12046
|
},
|
|
11999
12047
|
{
|
|
12000
|
-
"name": "sd-3-
|
|
12048
|
+
"name": "sd-3-14-0-spinner",
|
|
12001
12049
|
"description": "",
|
|
12002
12050
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/spinner",
|
|
12003
12051
|
"js": {
|
|
@@ -12027,7 +12075,7 @@
|
|
|
12027
12075
|
]
|
|
12028
12076
|
},
|
|
12029
12077
|
{
|
|
12030
|
-
"name": "sd-3-
|
|
12078
|
+
"name": "sd-3-14-0-step-group",
|
|
12031
12079
|
"description": "",
|
|
12032
12080
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/step-group",
|
|
12033
12081
|
"js": {
|
|
@@ -12122,7 +12170,7 @@
|
|
|
12122
12170
|
]
|
|
12123
12171
|
},
|
|
12124
12172
|
{
|
|
12125
|
-
"name": "sd-3-
|
|
12173
|
+
"name": "sd-3-14-0-step",
|
|
12126
12174
|
"description": "",
|
|
12127
12175
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/step",
|
|
12128
12176
|
"js": {
|
|
@@ -12307,7 +12355,7 @@
|
|
|
12307
12355
|
]
|
|
12308
12356
|
},
|
|
12309
12357
|
{
|
|
12310
|
-
"name": "sd-3-
|
|
12358
|
+
"name": "sd-3-14-0-switch",
|
|
12311
12359
|
"description": "",
|
|
12312
12360
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/switch",
|
|
12313
12361
|
"js": {
|
|
@@ -12515,7 +12563,7 @@
|
|
|
12515
12563
|
]
|
|
12516
12564
|
},
|
|
12517
12565
|
{
|
|
12518
|
-
"name": "sd-3-
|
|
12566
|
+
"name": "sd-3-14-0-tab-group",
|
|
12519
12567
|
"description": "",
|
|
12520
12568
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/tab-group",
|
|
12521
12569
|
"js": {
|
|
@@ -12634,7 +12682,7 @@
|
|
|
12634
12682
|
]
|
|
12635
12683
|
},
|
|
12636
12684
|
{
|
|
12637
|
-
"name": "sd-3-
|
|
12685
|
+
"name": "sd-3-14-0-tab-panel",
|
|
12638
12686
|
"description": "",
|
|
12639
12687
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/tab-panel",
|
|
12640
12688
|
"js": {
|
|
@@ -12688,7 +12736,7 @@
|
|
|
12688
12736
|
]
|
|
12689
12737
|
},
|
|
12690
12738
|
{
|
|
12691
|
-
"name": "sd-3-
|
|
12739
|
+
"name": "sd-3-14-0-tab",
|
|
12692
12740
|
"description": "",
|
|
12693
12741
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/tab",
|
|
12694
12742
|
"js": {
|
|
@@ -12784,7 +12832,7 @@
|
|
|
12784
12832
|
]
|
|
12785
12833
|
},
|
|
12786
12834
|
{
|
|
12787
|
-
"name": "sd-3-
|
|
12835
|
+
"name": "sd-3-14-0-tag",
|
|
12788
12836
|
"description": "",
|
|
12789
12837
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/tag",
|
|
12790
12838
|
"js": {
|
|
@@ -12938,7 +12986,7 @@
|
|
|
12938
12986
|
]
|
|
12939
12987
|
},
|
|
12940
12988
|
{
|
|
12941
|
-
"name": "sd-3-
|
|
12989
|
+
"name": "sd-3-14-0-teaser-media",
|
|
12942
12990
|
"description": "",
|
|
12943
12991
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/teaser-media",
|
|
12944
12992
|
"js": {
|
|
@@ -12966,7 +13014,7 @@
|
|
|
12966
13014
|
]
|
|
12967
13015
|
},
|
|
12968
13016
|
{
|
|
12969
|
-
"name": "sd-3-
|
|
13017
|
+
"name": "sd-3-14-0-teaser",
|
|
12970
13018
|
"description": "",
|
|
12971
13019
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/teaser",
|
|
12972
13020
|
"js": {
|
|
@@ -13032,7 +13080,7 @@
|
|
|
13032
13080
|
]
|
|
13033
13081
|
},
|
|
13034
13082
|
{
|
|
13035
|
-
"name": "sd-3-
|
|
13083
|
+
"name": "sd-3-14-0-textarea",
|
|
13036
13084
|
"description": "",
|
|
13037
13085
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/textarea",
|
|
13038
13086
|
"js": {
|
|
@@ -13486,7 +13534,7 @@
|
|
|
13486
13534
|
]
|
|
13487
13535
|
},
|
|
13488
13536
|
{
|
|
13489
|
-
"name": "sd-3-
|
|
13537
|
+
"name": "sd-3-14-0-tooltip",
|
|
13490
13538
|
"description": "",
|
|
13491
13539
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/tooltip",
|
|
13492
13540
|
"js": {
|
|
@@ -13685,7 +13733,7 @@
|
|
|
13685
13733
|
]
|
|
13686
13734
|
},
|
|
13687
13735
|
{
|
|
13688
|
-
"name": "sd-3-
|
|
13736
|
+
"name": "sd-3-14-0-video",
|
|
13689
13737
|
"description": "",
|
|
13690
13738
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/video",
|
|
13691
13739
|
"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.14.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": 334,
|
|
198
198
|
"gzip": 78
|
|
199
199
|
}
|
|
200
200
|
}
|