@solid-design-system/components 1.39.1 → 2.0.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/input.js +1 -1
- package/dist/components/es/select.js +3 -3
- package/dist/components/es/textarea.js +1 -1
- package/dist/components/umd/solid-components.js +11 -11
- package/dist/custom-elements.json +1 -1
- package/dist/package/components/input/input.d.ts +1 -0
- package/dist/package/components/input/input.js +6 -2
- package/dist/package/components/select/select.d.ts +1 -0
- package/dist/package/components/select/select.js +6 -2
- package/dist/package/components/textarea/textarea.d.ts +1 -0
- package/dist/package/components/textarea/textarea.js +7 -2
- 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/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/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/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/popup.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/select.js +3 -3
- package/dist/versioned-components/es/spinner.js +1 -1
- package/dist/versioned-components/es/switch.js +1 -1
- package/dist/versioned-components/es/tag.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 +4 -4
- 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/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/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 +2 -1
- package/dist/versioned-package/components/input/input.js +9 -5
- 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/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 +15 -15
- package/dist/versioned-package/components/select/select.d.ts +5 -4
- package/dist/versioned-package/components/select/select.js +33 -29
- 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/switch/switch.d.ts +1 -1
- package/dist/versioned-package/components/switch/switch.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/textarea/textarea.d.ts +2 -1
- package/dist/versioned-package/components/textarea/textarea.js +9 -4
- 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-styles/solid-styles.css +1 -1
- package/dist/vscode.html-custom-data.json +62 -32
- package/dist/web-types.json +117 -33
- package/package.json +3 -3
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": "
|
|
4
|
+
"version": "2.0.0",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"framework-config": {
|
|
7
7
|
"enable-when": {
|
|
@@ -2334,6 +2334,13 @@
|
|
|
2334
2334
|
"type": "'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'"
|
|
2335
2335
|
}
|
|
2336
2336
|
},
|
|
2337
|
+
{
|
|
2338
|
+
"name": "styleOnValid",
|
|
2339
|
+
"description": "Shows success styles if the validity of the input is valid.",
|
|
2340
|
+
"value": {
|
|
2341
|
+
"type": "boolean"
|
|
2342
|
+
}
|
|
2343
|
+
},
|
|
2337
2344
|
{
|
|
2338
2345
|
"name": "spellcheck",
|
|
2339
2346
|
"description": "Enables spell checking on the input.",
|
|
@@ -2676,6 +2683,13 @@
|
|
|
2676
2683
|
"type": "'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'"
|
|
2677
2684
|
}
|
|
2678
2685
|
},
|
|
2686
|
+
{
|
|
2687
|
+
"name": "style-on-valid",
|
|
2688
|
+
"description": "Shows success styles if the validity of the input is valid.",
|
|
2689
|
+
"value": {
|
|
2690
|
+
"type": "boolean"
|
|
2691
|
+
}
|
|
2692
|
+
},
|
|
2679
2693
|
{
|
|
2680
2694
|
"name": "spellcheck",
|
|
2681
2695
|
"description": "Enables spell checking on the input.",
|
|
@@ -4373,6 +4387,13 @@
|
|
|
4373
4387
|
"type": "boolean"
|
|
4374
4388
|
}
|
|
4375
4389
|
},
|
|
4390
|
+
{
|
|
4391
|
+
"name": "styleOnValid",
|
|
4392
|
+
"description": "Shows success styles if the validity of the input is valid.",
|
|
4393
|
+
"value": {
|
|
4394
|
+
"type": "boolean"
|
|
4395
|
+
}
|
|
4396
|
+
},
|
|
4376
4397
|
{
|
|
4377
4398
|
"name": "hoist",
|
|
4378
4399
|
"description": "Enable this option to prevent the listbox from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.",
|
|
@@ -4703,6 +4724,13 @@
|
|
|
4703
4724
|
"type": "boolean"
|
|
4704
4725
|
}
|
|
4705
4726
|
},
|
|
4727
|
+
{
|
|
4728
|
+
"name": "style-on-valid",
|
|
4729
|
+
"description": "Shows success styles if the validity of the input is valid.",
|
|
4730
|
+
"value": {
|
|
4731
|
+
"type": "boolean"
|
|
4732
|
+
}
|
|
4733
|
+
},
|
|
4706
4734
|
{
|
|
4707
4735
|
"name": "hoist",
|
|
4708
4736
|
"description": "Enable this option to prevent the listbox from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.",
|
|
@@ -5358,6 +5386,13 @@
|
|
|
5358
5386
|
"type": "'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'"
|
|
5359
5387
|
}
|
|
5360
5388
|
},
|
|
5389
|
+
{
|
|
5390
|
+
"name": "styleOnValid",
|
|
5391
|
+
"description": "Shows success styles if the validity of the input is valid.",
|
|
5392
|
+
"value": {
|
|
5393
|
+
"type": "boolean"
|
|
5394
|
+
}
|
|
5395
|
+
},
|
|
5361
5396
|
{
|
|
5362
5397
|
"name": "spellcheck",
|
|
5363
5398
|
"description": "Enables spell checking on the textarea.",
|
|
@@ -5633,6 +5668,13 @@
|
|
|
5633
5668
|
"type": "'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'"
|
|
5634
5669
|
}
|
|
5635
5670
|
},
|
|
5671
|
+
{
|
|
5672
|
+
"name": "style-on-valid",
|
|
5673
|
+
"description": "Shows success styles if the validity of the input is valid.",
|
|
5674
|
+
"value": {
|
|
5675
|
+
"type": "boolean"
|
|
5676
|
+
}
|
|
5677
|
+
},
|
|
5636
5678
|
{
|
|
5637
5679
|
"name": "spellcheck",
|
|
5638
5680
|
"description": "Enables spell checking on the textarea.",
|
|
@@ -5944,7 +5986,7 @@
|
|
|
5944
5986
|
]
|
|
5945
5987
|
},
|
|
5946
5988
|
{
|
|
5947
|
-
"name": "sd-
|
|
5989
|
+
"name": "sd-2-0-0-accordion-group",
|
|
5948
5990
|
"description": "",
|
|
5949
5991
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/accordion-group",
|
|
5950
5992
|
"js": {
|
|
@@ -5974,7 +6016,7 @@
|
|
|
5974
6016
|
]
|
|
5975
6017
|
},
|
|
5976
6018
|
{
|
|
5977
|
-
"name": "sd-
|
|
6019
|
+
"name": "sd-2-0-0-accordion",
|
|
5978
6020
|
"description": "",
|
|
5979
6021
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/accordion",
|
|
5980
6022
|
"js": {
|
|
@@ -6057,7 +6099,7 @@
|
|
|
6057
6099
|
]
|
|
6058
6100
|
},
|
|
6059
6101
|
{
|
|
6060
|
-
"name": "sd-
|
|
6102
|
+
"name": "sd-2-0-0-badge",
|
|
6061
6103
|
"description": "",
|
|
6062
6104
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/badge",
|
|
6063
6105
|
"js": {
|
|
@@ -6111,7 +6153,7 @@
|
|
|
6111
6153
|
]
|
|
6112
6154
|
},
|
|
6113
6155
|
{
|
|
6114
|
-
"name": "sd-
|
|
6156
|
+
"name": "sd-2-0-0-brandshape",
|
|
6115
6157
|
"description": "",
|
|
6116
6158
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/brandshape",
|
|
6117
6159
|
"js": {
|
|
@@ -6200,7 +6242,7 @@
|
|
|
6200
6242
|
]
|
|
6201
6243
|
},
|
|
6202
6244
|
{
|
|
6203
|
-
"name": "sd-
|
|
6245
|
+
"name": "sd-2-0-0-button",
|
|
6204
6246
|
"description": "",
|
|
6205
6247
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/button",
|
|
6206
6248
|
"js": {
|
|
@@ -6562,7 +6604,7 @@
|
|
|
6562
6604
|
]
|
|
6563
6605
|
},
|
|
6564
6606
|
{
|
|
6565
|
-
"name": "sd-
|
|
6607
|
+
"name": "sd-2-0-0-carousel-item",
|
|
6566
6608
|
"description": "",
|
|
6567
6609
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/carousel-item",
|
|
6568
6610
|
"js": {
|
|
@@ -6577,7 +6619,7 @@
|
|
|
6577
6619
|
"attributes": []
|
|
6578
6620
|
},
|
|
6579
6621
|
{
|
|
6580
|
-
"name": "sd-
|
|
6622
|
+
"name": "sd-2-0-0-carousel",
|
|
6581
6623
|
"description": "",
|
|
6582
6624
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/carousel",
|
|
6583
6625
|
"js": {
|
|
@@ -6781,7 +6823,7 @@
|
|
|
6781
6823
|
]
|
|
6782
6824
|
},
|
|
6783
6825
|
{
|
|
6784
|
-
"name": "sd-
|
|
6826
|
+
"name": "sd-2-0-0-checkbox-group",
|
|
6785
6827
|
"description": "",
|
|
6786
6828
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/checkbox-group",
|
|
6787
6829
|
"js": {
|
|
@@ -6859,7 +6901,7 @@
|
|
|
6859
6901
|
]
|
|
6860
6902
|
},
|
|
6861
6903
|
{
|
|
6862
|
-
"name": "sd-
|
|
6904
|
+
"name": "sd-2-0-0-checkbox",
|
|
6863
6905
|
"description": "",
|
|
6864
6906
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/checkbox",
|
|
6865
6907
|
"js": {
|
|
@@ -7100,7 +7142,7 @@
|
|
|
7100
7142
|
]
|
|
7101
7143
|
},
|
|
7102
7144
|
{
|
|
7103
|
-
"name": "sd-
|
|
7145
|
+
"name": "sd-2-0-0-divider",
|
|
7104
7146
|
"description": "",
|
|
7105
7147
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/divider",
|
|
7106
7148
|
"js": {
|
|
@@ -7140,7 +7182,7 @@
|
|
|
7140
7182
|
]
|
|
7141
7183
|
},
|
|
7142
7184
|
{
|
|
7143
|
-
"name": "sd-
|
|
7185
|
+
"name": "sd-2-0-0-drawer",
|
|
7144
7186
|
"description": "",
|
|
7145
7187
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/drawer",
|
|
7146
7188
|
"js": {
|
|
@@ -7293,7 +7335,7 @@
|
|
|
7293
7335
|
]
|
|
7294
7336
|
},
|
|
7295
7337
|
{
|
|
7296
|
-
"name": "sd-
|
|
7338
|
+
"name": "sd-2-0-0-dropdown",
|
|
7297
7339
|
"description": "",
|
|
7298
7340
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/dropdown",
|
|
7299
7341
|
"js": {
|
|
@@ -7547,7 +7589,7 @@
|
|
|
7547
7589
|
]
|
|
7548
7590
|
},
|
|
7549
7591
|
{
|
|
7550
|
-
"name": "sd-
|
|
7592
|
+
"name": "sd-2-0-0-header",
|
|
7551
7593
|
"description": "",
|
|
7552
7594
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/header",
|
|
7553
7595
|
"js": {
|
|
@@ -7599,7 +7641,7 @@
|
|
|
7599
7641
|
]
|
|
7600
7642
|
},
|
|
7601
7643
|
{
|
|
7602
|
-
"name": "sd-
|
|
7644
|
+
"name": "sd-2-0-0-icon",
|
|
7603
7645
|
"description": "",
|
|
7604
7646
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/icon",
|
|
7605
7647
|
"js": {
|
|
@@ -7708,7 +7750,7 @@
|
|
|
7708
7750
|
]
|
|
7709
7751
|
},
|
|
7710
7752
|
{
|
|
7711
|
-
"name": "sd-
|
|
7753
|
+
"name": "sd-2-0-0-include",
|
|
7712
7754
|
"description": "",
|
|
7713
7755
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/include",
|
|
7714
7756
|
"js": {
|
|
@@ -7779,7 +7821,7 @@
|
|
|
7779
7821
|
]
|
|
7780
7822
|
},
|
|
7781
7823
|
{
|
|
7782
|
-
"name": "sd-
|
|
7824
|
+
"name": "sd-2-0-0-input",
|
|
7783
7825
|
"description": "",
|
|
7784
7826
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/input",
|
|
7785
7827
|
"js": {
|
|
@@ -8020,6 +8062,13 @@
|
|
|
8020
8062
|
"type": "'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'"
|
|
8021
8063
|
}
|
|
8022
8064
|
},
|
|
8065
|
+
{
|
|
8066
|
+
"name": "styleOnValid",
|
|
8067
|
+
"description": "Shows success styles if the validity of the input is valid.",
|
|
8068
|
+
"value": {
|
|
8069
|
+
"type": "boolean"
|
|
8070
|
+
}
|
|
8071
|
+
},
|
|
8023
8072
|
{
|
|
8024
8073
|
"name": "spellcheck",
|
|
8025
8074
|
"description": "Enables spell checking on the input.",
|
|
@@ -8362,6 +8411,13 @@
|
|
|
8362
8411
|
"type": "'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'"
|
|
8363
8412
|
}
|
|
8364
8413
|
},
|
|
8414
|
+
{
|
|
8415
|
+
"name": "style-on-valid",
|
|
8416
|
+
"description": "Shows success styles if the validity of the input is valid.",
|
|
8417
|
+
"value": {
|
|
8418
|
+
"type": "boolean"
|
|
8419
|
+
}
|
|
8420
|
+
},
|
|
8365
8421
|
{
|
|
8366
8422
|
"name": "spellcheck",
|
|
8367
8423
|
"description": "Enables spell checking on the input.",
|
|
@@ -8372,7 +8428,7 @@
|
|
|
8372
8428
|
]
|
|
8373
8429
|
},
|
|
8374
8430
|
{
|
|
8375
|
-
"name": "sd-
|
|
8431
|
+
"name": "sd-2-0-0-link",
|
|
8376
8432
|
"description": "",
|
|
8377
8433
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/link",
|
|
8378
8434
|
"js": {
|
|
@@ -8499,7 +8555,7 @@
|
|
|
8499
8555
|
]
|
|
8500
8556
|
},
|
|
8501
8557
|
{
|
|
8502
|
-
"name": "sd-
|
|
8558
|
+
"name": "sd-2-0-0-navigation-item",
|
|
8503
8559
|
"description": "",
|
|
8504
8560
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/navigation-item",
|
|
8505
8561
|
"js": {
|
|
@@ -8724,7 +8780,7 @@
|
|
|
8724
8780
|
]
|
|
8725
8781
|
},
|
|
8726
8782
|
{
|
|
8727
|
-
"name": "sd-
|
|
8783
|
+
"name": "sd-2-0-0-notification",
|
|
8728
8784
|
"description": "",
|
|
8729
8785
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/notification",
|
|
8730
8786
|
"js": {
|
|
@@ -8890,7 +8946,7 @@
|
|
|
8890
8946
|
]
|
|
8891
8947
|
},
|
|
8892
8948
|
{
|
|
8893
|
-
"name": "sd-
|
|
8949
|
+
"name": "sd-2-0-0-option",
|
|
8894
8950
|
"description": "",
|
|
8895
8951
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/option",
|
|
8896
8952
|
"js": {
|
|
@@ -9019,7 +9075,7 @@
|
|
|
9019
9075
|
]
|
|
9020
9076
|
},
|
|
9021
9077
|
{
|
|
9022
|
-
"name": "sd-
|
|
9078
|
+
"name": "sd-2-0-0-popup",
|
|
9023
9079
|
"description": "",
|
|
9024
9080
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/popup",
|
|
9025
9081
|
"js": {
|
|
@@ -9371,7 +9427,7 @@
|
|
|
9371
9427
|
]
|
|
9372
9428
|
},
|
|
9373
9429
|
{
|
|
9374
|
-
"name": "sd-
|
|
9430
|
+
"name": "sd-2-0-0-radio-button",
|
|
9375
9431
|
"description": "",
|
|
9376
9432
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/radio-button",
|
|
9377
9433
|
"js": {
|
|
@@ -9470,7 +9526,7 @@
|
|
|
9470
9526
|
]
|
|
9471
9527
|
},
|
|
9472
9528
|
{
|
|
9473
|
-
"name": "sd-
|
|
9529
|
+
"name": "sd-2-0-0-radio-group",
|
|
9474
9530
|
"description": "",
|
|
9475
9531
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/radio-group",
|
|
9476
9532
|
"js": {
|
|
@@ -9729,7 +9785,7 @@
|
|
|
9729
9785
|
]
|
|
9730
9786
|
},
|
|
9731
9787
|
{
|
|
9732
|
-
"name": "sd-
|
|
9788
|
+
"name": "sd-2-0-0-radio",
|
|
9733
9789
|
"description": "",
|
|
9734
9790
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/radio",
|
|
9735
9791
|
"js": {
|
|
@@ -9851,7 +9907,7 @@
|
|
|
9851
9907
|
]
|
|
9852
9908
|
},
|
|
9853
9909
|
{
|
|
9854
|
-
"name": "sd-
|
|
9910
|
+
"name": "sd-2-0-0-select",
|
|
9855
9911
|
"description": "",
|
|
9856
9912
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/select",
|
|
9857
9913
|
"js": {
|
|
@@ -10059,6 +10115,13 @@
|
|
|
10059
10115
|
"type": "boolean"
|
|
10060
10116
|
}
|
|
10061
10117
|
},
|
|
10118
|
+
{
|
|
10119
|
+
"name": "styleOnValid",
|
|
10120
|
+
"description": "Shows success styles if the validity of the input is valid.",
|
|
10121
|
+
"value": {
|
|
10122
|
+
"type": "boolean"
|
|
10123
|
+
}
|
|
10124
|
+
},
|
|
10062
10125
|
{
|
|
10063
10126
|
"name": "hoist",
|
|
10064
10127
|
"description": "Enable this option to prevent the listbox from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.",
|
|
@@ -10389,6 +10452,13 @@
|
|
|
10389
10452
|
"type": "boolean"
|
|
10390
10453
|
}
|
|
10391
10454
|
},
|
|
10455
|
+
{
|
|
10456
|
+
"name": "style-on-valid",
|
|
10457
|
+
"description": "Shows success styles if the validity of the input is valid.",
|
|
10458
|
+
"value": {
|
|
10459
|
+
"type": "boolean"
|
|
10460
|
+
}
|
|
10461
|
+
},
|
|
10392
10462
|
{
|
|
10393
10463
|
"name": "hoist",
|
|
10394
10464
|
"description": "Enable this option to prevent the listbox from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.",
|
|
@@ -10406,7 +10476,7 @@
|
|
|
10406
10476
|
]
|
|
10407
10477
|
},
|
|
10408
10478
|
{
|
|
10409
|
-
"name": "sd-
|
|
10479
|
+
"name": "sd-2-0-0-spinner",
|
|
10410
10480
|
"description": "",
|
|
10411
10481
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/spinner",
|
|
10412
10482
|
"js": {
|
|
@@ -10436,7 +10506,7 @@
|
|
|
10436
10506
|
]
|
|
10437
10507
|
},
|
|
10438
10508
|
{
|
|
10439
|
-
"name": "sd-
|
|
10509
|
+
"name": "sd-2-0-0-switch",
|
|
10440
10510
|
"description": "",
|
|
10441
10511
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/switch",
|
|
10442
10512
|
"js": {
|
|
@@ -10651,7 +10721,7 @@
|
|
|
10651
10721
|
]
|
|
10652
10722
|
},
|
|
10653
10723
|
{
|
|
10654
|
-
"name": "sd-
|
|
10724
|
+
"name": "sd-2-0-0-tag",
|
|
10655
10725
|
"description": "",
|
|
10656
10726
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/tag",
|
|
10657
10727
|
"js": {
|
|
@@ -10805,7 +10875,7 @@
|
|
|
10805
10875
|
]
|
|
10806
10876
|
},
|
|
10807
10877
|
{
|
|
10808
|
-
"name": "sd-
|
|
10878
|
+
"name": "sd-2-0-0-teaser",
|
|
10809
10879
|
"description": "",
|
|
10810
10880
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/teaser",
|
|
10811
10881
|
"js": {
|
|
@@ -10877,7 +10947,7 @@
|
|
|
10877
10947
|
]
|
|
10878
10948
|
},
|
|
10879
10949
|
{
|
|
10880
|
-
"name": "sd-
|
|
10950
|
+
"name": "sd-2-0-0-textarea",
|
|
10881
10951
|
"description": "",
|
|
10882
10952
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/textarea",
|
|
10883
10953
|
"js": {
|
|
@@ -11044,6 +11114,13 @@
|
|
|
11044
11114
|
"type": "'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'"
|
|
11045
11115
|
}
|
|
11046
11116
|
},
|
|
11117
|
+
{
|
|
11118
|
+
"name": "styleOnValid",
|
|
11119
|
+
"description": "Shows success styles if the validity of the input is valid.",
|
|
11120
|
+
"value": {
|
|
11121
|
+
"type": "boolean"
|
|
11122
|
+
}
|
|
11123
|
+
},
|
|
11047
11124
|
{
|
|
11048
11125
|
"name": "spellcheck",
|
|
11049
11126
|
"description": "Enables spell checking on the textarea.",
|
|
@@ -11319,6 +11396,13 @@
|
|
|
11319
11396
|
"type": "'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'"
|
|
11320
11397
|
}
|
|
11321
11398
|
},
|
|
11399
|
+
{
|
|
11400
|
+
"name": "style-on-valid",
|
|
11401
|
+
"description": "Shows success styles if the validity of the input is valid.",
|
|
11402
|
+
"value": {
|
|
11403
|
+
"type": "boolean"
|
|
11404
|
+
}
|
|
11405
|
+
},
|
|
11322
11406
|
{
|
|
11323
11407
|
"name": "spellcheck",
|
|
11324
11408
|
"description": "Enables spell checking on the textarea.",
|
|
@@ -11336,7 +11420,7 @@
|
|
|
11336
11420
|
]
|
|
11337
11421
|
},
|
|
11338
11422
|
{
|
|
11339
|
-
"name": "sd-
|
|
11423
|
+
"name": "sd-2-0-0-tooltip",
|
|
11340
11424
|
"description": "",
|
|
11341
11425
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/tooltip",
|
|
11342
11426
|
"js": {
|
|
@@ -11529,7 +11613,7 @@
|
|
|
11529
11613
|
]
|
|
11530
11614
|
},
|
|
11531
11615
|
{
|
|
11532
|
-
"name": "sd-
|
|
11616
|
+
"name": "sd-2-0-0-video",
|
|
11533
11617
|
"description": "",
|
|
11534
11618
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/video",
|
|
11535
11619
|
"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": "
|
|
4
|
+
"version": "2.0.0",
|
|
5
5
|
"homepage": "https://solid-design-system.fe.union-investment.de/x.x.x/storybook/",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Union Investment"
|
|
@@ -187,8 +187,8 @@
|
|
|
187
187
|
"readme": "README.md",
|
|
188
188
|
"meta": {
|
|
189
189
|
"bundleSizeInKb": {
|
|
190
|
-
"uncompressed":
|
|
191
|
-
"gzip":
|
|
190
|
+
"uncompressed": 255,
|
|
191
|
+
"gzip": 63
|
|
192
192
|
}
|
|
193
193
|
}
|
|
194
194
|
}
|