@solid-design-system/components 1.4.0 → 1.5.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/button.js +1 -1
- package/dist/components/es/solid-element.js +1 -1
- package/dist/components/umd/solid-components.js +2 -2
- package/dist/custom-elements.json +1 -1
- package/dist/package/components/button/button.js +2 -2
- 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/brandshape.js +1 -1
- package/dist/versioned-components/es/button.js +2 -2
- package/dist/versioned-components/es/divider.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/link.js +1 -1
- package/dist/versioned-components/es/solid-element.js +1 -1
- package/dist/versioned-components/es/spinner.js +1 -1
- package/dist/versioned-components/es/teaser.js +1 -1
- 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/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 +6 -6
- 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/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/link/link.d.ts +1 -1
- package/dist/versioned-package/components/link/link.js +2 -2
- 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/teaser/teaser.js +1 -1
- package/dist/versioned-package/internal/form.js +1 -1
- package/dist/versioned-package/styles/tailwind.css.js +1 -1
- package/dist/vscode.html-custom-data.json +10 -10
- package/dist/web-types.json +11 -11
- package/package.json +1 -1
|
@@ -457,7 +457,7 @@
|
|
|
457
457
|
"references": []
|
|
458
458
|
},
|
|
459
459
|
{
|
|
460
|
-
"name": "sd-1-
|
|
460
|
+
"name": "sd-1-5-0-accordion-group",
|
|
461
461
|
"description": "Short summary of the component's intended use.\n\n\n---\n\n\n\n\n### **Slots:**\n - _default_ - The default slot where `<sd-accordion>` elements are placed.\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
|
|
462
462
|
"attributes": [
|
|
463
463
|
{
|
|
@@ -469,7 +469,7 @@
|
|
|
469
469
|
"references": []
|
|
470
470
|
},
|
|
471
471
|
{
|
|
472
|
-
"name": "sd-1-
|
|
472
|
+
"name": "sd-1-5-0-accordion",
|
|
473
473
|
"description": "Accordion shows a brief summary and expands to show additional content.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-show** - Emitted when the accordion opens.\n- **sd-after-show** - Emitted after the accordion opens and all animations are complete.\n- **sd-hide** - Emitted when the accordion closes.\n- **sd-after-hide** - Emitted after the accordion closes and all animations are complete.\n\n### **Methods:**\n - **show()** - Shows the accordion.\n- **hide()** - Hides the accordion\n\n### **Slots:**\n - _default_ - The accordion main content.\n- **summary** - The accordion summary. Alternatively, you can use the `summary` attribute.\n- **expand-icon** - Optional expand icon to use instead of the default. Works best with `<sd-icon>`.\n- **collapse-icon** - Optional collapse icon to use instead of the default. Works best with `<sd-icon>`.\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **header** - The header that wraps both the summary and the expand/collapse icon.\n- **summary** - The container that wraps the summary.\n- **summary-icon** - The container that wraps the expand/collapse icons.\n- **content** - The accordion content.",
|
|
474
474
|
"attributes": [
|
|
475
475
|
{
|
|
@@ -486,7 +486,7 @@
|
|
|
486
486
|
"references": []
|
|
487
487
|
},
|
|
488
488
|
{
|
|
489
|
-
"name": "sd-1-
|
|
489
|
+
"name": "sd-1-5-0-brandshape",
|
|
490
490
|
"description": "The Brandshape highlights a piece of content.\n\n\n---\n\n\n\n\n### **Slots:**\n - _default_ - The content inside the brandshape.\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **content** - Middle content wrapper.\n- **shape-top** - Top shape.\n- **shape-middle** - Middle shape.\n- **shape-bottom** - Bottom shape.",
|
|
491
491
|
"attributes": [
|
|
492
492
|
{
|
|
@@ -523,7 +523,7 @@
|
|
|
523
523
|
"references": []
|
|
524
524
|
},
|
|
525
525
|
{
|
|
526
|
-
"name": "sd-1-
|
|
526
|
+
"name": "sd-1-5-0-button",
|
|
527
527
|
"description": "Buttons represent actions that are available to the user.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-blur** - Emitted when the button loses focus.\n- **sd-focus** - Emitted when the button gains focus.\n\n### **Methods:**\n - **click()** - Simulates a click on the button.\n- **focus(options: _FocusOptions_)** - Sets focus on the button.\n- **blur()** - Removes focus from the button.\n- **checkValidity()** - Checks for validity but does not show the browser's validation message.\n- **reportValidity()** - Checks for validity and shows the browser's validation message if the control is invalid.\n- **setCustomValidity(message: _string_)** - Sets a custom validation message. Pass an empty string to restore validity.\n\n### **Slots:**\n - _default_ - The button's label.\n- **icon-left** - A prefix icon or similar element.\n- **icon-right** - A suffix icon or similar element.\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **icon-left** - The container that wraps the left icon area.\n- **label** - The button's label.\n- **icon-right** - The container that wraps the right icon area.",
|
|
528
528
|
"attributes": [
|
|
529
529
|
{
|
|
@@ -695,7 +695,7 @@
|
|
|
695
695
|
"references": []
|
|
696
696
|
},
|
|
697
697
|
{
|
|
698
|
-
"name": "sd-1-
|
|
698
|
+
"name": "sd-1-5-0-divider",
|
|
699
699
|
"description": "Dividers are used to visually separate or group elements.\n\n\n---\n\n\n",
|
|
700
700
|
"attributes": [
|
|
701
701
|
{
|
|
@@ -719,7 +719,7 @@
|
|
|
719
719
|
"references": []
|
|
720
720
|
},
|
|
721
721
|
{
|
|
722
|
-
"name": "sd-1-
|
|
722
|
+
"name": "sd-1-5-0-icon",
|
|
723
723
|
"description": "Icons are symbols that can be used to represent various options within an application.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-load** - Emitted when the icon has loaded.\n- **sd-error** - Emitted when the icon fails to load due to an error.",
|
|
724
724
|
"attributes": [
|
|
725
725
|
{
|
|
@@ -761,7 +761,7 @@
|
|
|
761
761
|
"references": []
|
|
762
762
|
},
|
|
763
763
|
{
|
|
764
|
-
"name": "sd-1-
|
|
764
|
+
"name": "sd-1-5-0-include",
|
|
765
765
|
"description": "Includes give you the power to embed external HTML files into the page.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-load** - Emitted when the included file is loaded.\n- **sd-error** - Emitted when the included file fails to load due to an error.",
|
|
766
766
|
"attributes": [
|
|
767
767
|
{
|
|
@@ -793,7 +793,7 @@
|
|
|
793
793
|
"references": []
|
|
794
794
|
},
|
|
795
795
|
{
|
|
796
|
-
"name": "sd-1-
|
|
796
|
+
"name": "sd-1-5-0-link",
|
|
797
797
|
"description": "A link component.\n\n\n---\n\n\n\n\n### **Events:**\n - **sd-blur** - Emitted when the link loses focus.\n- **sd-focus** - Emitted when the link gains focus.\n\n### **Methods:**\n - **focus(options: _FocusOptions_)** - Sets focus on the button.\n- **blur()** - Removes focus from the button.\n\n### **Slots:**\n - _default_ - The default slot.\n- **icon-left** - The icon to display on the left side of the link.\n- **icon-right** - The icon to display on the right side of the link.\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **icon-left** - The container that wraps the left icon area.\n- **label** - The link's label.\n- **icon-right** - The container that wraps the right icon area.",
|
|
798
798
|
"attributes": [
|
|
799
799
|
{
|
|
@@ -853,7 +853,7 @@
|
|
|
853
853
|
"references": []
|
|
854
854
|
},
|
|
855
855
|
{
|
|
856
|
-
"name": "sd-1-
|
|
856
|
+
"name": "sd-1-5-0-spinner",
|
|
857
857
|
"description": "Spinners are used to show the progress of an indeterminate operation.\n\n\n---\n\n\n",
|
|
858
858
|
"attributes": [
|
|
859
859
|
{
|
|
@@ -875,7 +875,7 @@
|
|
|
875
875
|
"references": []
|
|
876
876
|
},
|
|
877
877
|
{
|
|
878
|
-
"name": "sd-1-
|
|
878
|
+
"name": "sd-1-5-0-teaser",
|
|
879
879
|
"description": "Teasers group information into flexible containers so users can browse a collection of related items and actions.\n\n\n---\n\n\n\n\n### **Slots:**\n - _default_ - An optional main content slot.\n- **media** - An optional media slot.\n- **meta** - An optional meta slot.\n- **headline** - headline slot.\n\n### **CSS Properties:**\n - **--distribution-media** - The distribution ratio of the media. _(default: undefined)_\n- **--distribution-content** - The distribution ratio of the content. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.\n- **media** - The container that wraps the media.\n- **content** - The container that wraps the content.\n- **meta** - The container that wraps the meta.\n- **headline** - The container that wraps the headline.\n- **main** - The container that wraps the main content.",
|
|
880
880
|
"attributes": [
|
|
881
881
|
{
|
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": "1.
|
|
4
|
+
"version": "1.5.0",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"framework-config": {
|
|
7
7
|
"enable-when": {
|
|
@@ -1077,7 +1077,7 @@
|
|
|
1077
1077
|
]
|
|
1078
1078
|
},
|
|
1079
1079
|
{
|
|
1080
|
-
"name": "sd-1-
|
|
1080
|
+
"name": "sd-1-5-0-accordion-group",
|
|
1081
1081
|
"description": "",
|
|
1082
1082
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/accordion-group",
|
|
1083
1083
|
"js": {
|
|
@@ -1107,7 +1107,7 @@
|
|
|
1107
1107
|
]
|
|
1108
1108
|
},
|
|
1109
1109
|
{
|
|
1110
|
-
"name": "sd-1-
|
|
1110
|
+
"name": "sd-1-5-0-accordion",
|
|
1111
1111
|
"description": "",
|
|
1112
1112
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/accordion",
|
|
1113
1113
|
"js": {
|
|
@@ -1190,7 +1190,7 @@
|
|
|
1190
1190
|
]
|
|
1191
1191
|
},
|
|
1192
1192
|
{
|
|
1193
|
-
"name": "sd-1-
|
|
1193
|
+
"name": "sd-1-5-0-brandshape",
|
|
1194
1194
|
"description": "",
|
|
1195
1195
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/brandshape",
|
|
1196
1196
|
"js": {
|
|
@@ -1274,7 +1274,7 @@
|
|
|
1274
1274
|
]
|
|
1275
1275
|
},
|
|
1276
1276
|
{
|
|
1277
|
-
"name": "sd-1-
|
|
1277
|
+
"name": "sd-1-5-0-button",
|
|
1278
1278
|
"description": "",
|
|
1279
1279
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/button",
|
|
1280
1280
|
"js": {
|
|
@@ -1613,7 +1613,7 @@
|
|
|
1613
1613
|
]
|
|
1614
1614
|
},
|
|
1615
1615
|
{
|
|
1616
|
-
"name": "sd-1-
|
|
1616
|
+
"name": "sd-1-5-0-divider",
|
|
1617
1617
|
"description": "",
|
|
1618
1618
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/divider",
|
|
1619
1619
|
"js": {
|
|
@@ -1653,7 +1653,7 @@
|
|
|
1653
1653
|
]
|
|
1654
1654
|
},
|
|
1655
1655
|
{
|
|
1656
|
-
"name": "sd-1-
|
|
1656
|
+
"name": "sd-1-5-0-icon",
|
|
1657
1657
|
"description": "",
|
|
1658
1658
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/icon",
|
|
1659
1659
|
"js": {
|
|
@@ -1762,7 +1762,7 @@
|
|
|
1762
1762
|
]
|
|
1763
1763
|
},
|
|
1764
1764
|
{
|
|
1765
|
-
"name": "sd-1-
|
|
1765
|
+
"name": "sd-1-5-0-include",
|
|
1766
1766
|
"description": "",
|
|
1767
1767
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/include",
|
|
1768
1768
|
"js": {
|
|
@@ -1833,7 +1833,7 @@
|
|
|
1833
1833
|
]
|
|
1834
1834
|
},
|
|
1835
1835
|
{
|
|
1836
|
-
"name": "sd-1-
|
|
1836
|
+
"name": "sd-1-5-0-link",
|
|
1837
1837
|
"description": "",
|
|
1838
1838
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/link",
|
|
1839
1839
|
"js": {
|
|
@@ -1960,7 +1960,7 @@
|
|
|
1960
1960
|
]
|
|
1961
1961
|
},
|
|
1962
1962
|
{
|
|
1963
|
-
"name": "sd-1-
|
|
1963
|
+
"name": "sd-1-5-0-spinner",
|
|
1964
1964
|
"description": "",
|
|
1965
1965
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/spinner",
|
|
1966
1966
|
"js": {
|
|
@@ -1990,7 +1990,7 @@
|
|
|
1990
1990
|
]
|
|
1991
1991
|
},
|
|
1992
1992
|
{
|
|
1993
|
-
"name": "sd-1-
|
|
1993
|
+
"name": "sd-1-5-0-teaser",
|
|
1994
1994
|
"description": "",
|
|
1995
1995
|
"doc-url": "https://solid.union-investment.com/[storybook-link]/teaser",
|
|
1996
1996
|
"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": "1.
|
|
4
|
+
"version": "1.5.0",
|
|
5
5
|
"homepage": "https://solid-design-system.fe.union-investment.de/x.x.x/storybook/",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Union Investment"
|