@solid-design-system/components 3.7.2 → 3.8.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.
Files changed (146) hide show
  1. package/dist/components/es/flipcard.js +1 -0
  2. package/dist/components/es/solid-components2.js +1 -1
  3. package/dist/components/umd/solid-components.js +18 -18
  4. package/dist/custom-elements.json +1 -1
  5. package/dist/package/components/flipcard/flipcard.d.ts +23 -0
  6. package/dist/package/components/flipcard/flipcard.js +180 -0
  7. package/dist/package/solid-components.d.ts +1 -0
  8. package/dist/package/solid-components.js +58 -56
  9. package/dist/package/styles/tailwind.css.js +1 -1
  10. package/dist/versioned-components/es/accordion-group.js +1 -1
  11. package/dist/versioned-components/es/accordion.js +1 -1
  12. package/dist/versioned-components/es/badge.js +1 -1
  13. package/dist/versioned-components/es/brandshape.js +1 -1
  14. package/dist/versioned-components/es/button.js +1 -1
  15. package/dist/versioned-components/es/carousel-item.js +1 -1
  16. package/dist/versioned-components/es/carousel.js +3 -3
  17. package/dist/versioned-components/es/checkbox-group.js +1 -1
  18. package/dist/versioned-components/es/checkbox.js +1 -1
  19. package/dist/versioned-components/es/dialog.js +1 -1
  20. package/dist/versioned-components/es/divider.js +1 -1
  21. package/dist/versioned-components/es/drawer.js +1 -1
  22. package/dist/versioned-components/es/dropdown.js +1 -1
  23. package/dist/versioned-components/es/flipcard.js +1 -0
  24. package/dist/versioned-components/es/form.js +1 -1
  25. package/dist/versioned-components/es/header.js +1 -1
  26. package/dist/versioned-components/es/icon.js +1 -1
  27. package/dist/versioned-components/es/include.js +1 -1
  28. package/dist/versioned-components/es/input.js +1 -1
  29. package/dist/versioned-components/es/link.js +1 -1
  30. package/dist/versioned-components/es/map-marker.js +1 -1
  31. package/dist/versioned-components/es/navigation-item.js +1 -1
  32. package/dist/versioned-components/es/notification.js +1 -1
  33. package/dist/versioned-components/es/option.js +1 -1
  34. package/dist/versioned-components/es/radio-button.js +1 -1
  35. package/dist/versioned-components/es/radio-group.js +1 -1
  36. package/dist/versioned-components/es/radio.js +1 -1
  37. package/dist/versioned-components/es/scrollable.js +1 -1
  38. package/dist/versioned-components/es/select.js +3 -3
  39. package/dist/versioned-components/es/solid-components2.js +1 -1
  40. package/dist/versioned-components/es/spinner.js +1 -1
  41. package/dist/versioned-components/es/step-group.js +1 -1
  42. package/dist/versioned-components/es/step.js +1 -1
  43. package/dist/versioned-components/es/switch.js +1 -1
  44. package/dist/versioned-components/es/tab-group.js +1 -1
  45. package/dist/versioned-components/es/tab-panel.js +1 -1
  46. package/dist/versioned-components/es/tab.js +1 -1
  47. package/dist/versioned-components/es/tag.js +1 -1
  48. package/dist/versioned-components/es/teaser-media.js +1 -1
  49. package/dist/versioned-components/es/teaser.js +1 -1
  50. package/dist/versioned-components/es/textarea.js +1 -1
  51. package/dist/versioned-components/es/tooltip.js +2 -2
  52. package/dist/versioned-components/es/video.js +1 -1
  53. package/dist/versioned-package/_components/button-group/button-group.d.ts +1 -1
  54. package/dist/versioned-package/_components/button-group/button-group.js +11 -11
  55. package/dist/versioned-package/components/accordion/accordion.d.ts +1 -1
  56. package/dist/versioned-package/components/accordion/accordion.js +2 -2
  57. package/dist/versioned-package/components/accordion-group/accordion-group.d.ts +1 -1
  58. package/dist/versioned-package/components/accordion-group/accordion-group.js +3 -3
  59. package/dist/versioned-package/components/badge/badge.d.ts +1 -1
  60. package/dist/versioned-package/components/badge/badge.js +1 -1
  61. package/dist/versioned-package/components/brandshape/brandshape.d.ts +1 -1
  62. package/dist/versioned-package/components/brandshape/brandshape.js +1 -1
  63. package/dist/versioned-package/components/button/button.d.ts +1 -1
  64. package/dist/versioned-package/components/button/button.js +4 -4
  65. package/dist/versioned-package/components/carousel/carousel.d.ts +1 -1
  66. package/dist/versioned-package/components/carousel/carousel.js +6 -6
  67. package/dist/versioned-package/components/carousel-item/carousel-item.d.ts +1 -1
  68. package/dist/versioned-package/components/carousel-item/carousel-item.js +1 -1
  69. package/dist/versioned-package/components/checkbox/checkbox.d.ts +1 -1
  70. package/dist/versioned-package/components/checkbox/checkbox.js +3 -3
  71. package/dist/versioned-package/components/checkbox-group/checkbox-group.d.ts +1 -1
  72. package/dist/versioned-package/components/checkbox-group/checkbox-group.js +5 -5
  73. package/dist/versioned-package/components/dialog/dialog.d.ts +1 -1
  74. package/dist/versioned-package/components/dialog/dialog.js +2 -2
  75. package/dist/versioned-package/components/divider/divider.d.ts +1 -1
  76. package/dist/versioned-package/components/divider/divider.js +2 -2
  77. package/dist/versioned-package/components/drawer/drawer.d.ts +1 -1
  78. package/dist/versioned-package/components/drawer/drawer.js +2 -2
  79. package/dist/versioned-package/components/dropdown/dropdown.d.ts +1 -1
  80. package/dist/versioned-package/components/dropdown/dropdown.js +8 -8
  81. package/dist/versioned-package/components/flipcard/flipcard.d.ts +23 -0
  82. package/dist/versioned-package/components/flipcard/flipcard.js +180 -0
  83. package/dist/versioned-package/components/header/header.d.ts +1 -1
  84. package/dist/versioned-package/components/header/header.js +4 -4
  85. package/dist/versioned-package/components/icon/icon.d.ts +1 -1
  86. package/dist/versioned-package/components/icon/icon.js +1 -1
  87. package/dist/versioned-package/components/include/include.d.ts +1 -1
  88. package/dist/versioned-package/components/include/include.js +1 -1
  89. package/dist/versioned-package/components/input/input.d.ts +1 -1
  90. package/dist/versioned-package/components/input/input.js +2 -2
  91. package/dist/versioned-package/components/link/link.d.ts +1 -1
  92. package/dist/versioned-package/components/link/link.js +2 -2
  93. package/dist/versioned-package/components/map-marker/map-marker.d.ts +1 -1
  94. package/dist/versioned-package/components/map-marker/map-marker.js +1 -1
  95. package/dist/versioned-package/components/navigation-item/navigation-item.d.ts +1 -1
  96. package/dist/versioned-package/components/navigation-item/navigation-item.js +3 -3
  97. package/dist/versioned-package/components/notification/notification.d.ts +1 -1
  98. package/dist/versioned-package/components/notification/notification.js +5 -5
  99. package/dist/versioned-package/components/option/option.d.ts +1 -1
  100. package/dist/versioned-package/components/option/option.js +2 -2
  101. package/dist/versioned-package/components/popup/popup.d.ts +1 -1
  102. package/dist/versioned-package/components/popup/popup.js +1 -1
  103. package/dist/versioned-package/components/radio/radio.d.ts +1 -1
  104. package/dist/versioned-package/components/radio/radio.js +2 -2
  105. package/dist/versioned-package/components/radio-button/radio-button.d.ts +1 -1
  106. package/dist/versioned-package/components/radio-button/radio-button.js +2 -2
  107. package/dist/versioned-package/components/radio-group/radio-group.d.ts +2 -2
  108. package/dist/versioned-package/components/radio-group/radio-group.js +13 -13
  109. package/dist/versioned-package/components/scrollable/scrollable.d.ts +1 -1
  110. package/dist/versioned-package/components/scrollable/scrollable.js +3 -3
  111. package/dist/versioned-package/components/select/select.d.ts +4 -4
  112. package/dist/versioned-package/components/select/select.js +25 -25
  113. package/dist/versioned-package/components/spinner/spinner.d.ts +1 -1
  114. package/dist/versioned-package/components/spinner/spinner.js +1 -1
  115. package/dist/versioned-package/components/step/step.d.ts +1 -1
  116. package/dist/versioned-package/components/step/step.js +5 -5
  117. package/dist/versioned-package/components/step-group/step-group.d.ts +1 -1
  118. package/dist/versioned-package/components/step-group/step-group.js +2 -2
  119. package/dist/versioned-package/components/switch/switch.d.ts +1 -1
  120. package/dist/versioned-package/components/switch/switch.js +1 -1
  121. package/dist/versioned-package/components/tab/tab.d.ts +1 -1
  122. package/dist/versioned-package/components/tab/tab.js +2 -2
  123. package/dist/versioned-package/components/tab-group/tab-group.d.ts +1 -1
  124. package/dist/versioned-package/components/tab-group/tab-group.js +13 -13
  125. package/dist/versioned-package/components/tab-panel/tab-panel.d.ts +1 -1
  126. package/dist/versioned-package/components/tab-panel/tab-panel.js +2 -2
  127. package/dist/versioned-package/components/tag/tag.d.ts +1 -1
  128. package/dist/versioned-package/components/tag/tag.js +2 -2
  129. package/dist/versioned-package/components/teaser/teaser.js +1 -1
  130. package/dist/versioned-package/components/teaser-media/teaser-media.js +1 -1
  131. package/dist/versioned-package/components/textarea/textarea.d.ts +1 -1
  132. package/dist/versioned-package/components/textarea/textarea.js +2 -2
  133. package/dist/versioned-package/components/tooltip/tooltip.d.ts +1 -1
  134. package/dist/versioned-package/components/tooltip/tooltip.js +5 -5
  135. package/dist/versioned-package/components/video/video.d.ts +1 -1
  136. package/dist/versioned-package/components/video/video.js +2 -2
  137. package/dist/versioned-package/internal/form.js +3 -3
  138. package/dist/versioned-package/solid-components.d.ts +1 -0
  139. package/dist/versioned-package/solid-components.js +58 -56
  140. package/dist/versioned-package/styles/headline/headline.css.js +1 -1
  141. package/dist/versioned-package/styles/tailwind.css.js +1 -1
  142. package/dist/versioned-package/utilities/autocomplete-config.js +4 -4
  143. package/dist/versioned-styles/solid-styles.css +1 -1
  144. package/dist/vscode.html-custom-data.json +225 -43
  145. package/dist/web-types.json +244 -42
  146. package/package.json +3 -3
@@ -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.7.2",
4
+ "version": "3.8.0",
5
5
  "description-markup": "markdown",
6
6
  "framework-config": {
7
7
  "enable-when": {
@@ -1874,6 +1874,107 @@
1874
1874
  }
1875
1875
  ]
1876
1876
  },
1877
+ {
1878
+ "name": "sd-flipcard",
1879
+ "description": "",
1880
+ "doc-url": "https://solid.union-investment.com/[storybook-link]/flipcard",
1881
+ "js": {
1882
+ "properties": [
1883
+ {
1884
+ "name": "activation",
1885
+ "description": "Determines the activation type of the flipcard.",
1886
+ "value": {
1887
+ "type": "'click' | 'click hover'"
1888
+ }
1889
+ },
1890
+ {
1891
+ "name": "flipDirection",
1892
+ "description": "Allows the flipcard to flip vertically or horizontally.",
1893
+ "value": {
1894
+ "type": "'horizontal' | 'vertical'"
1895
+ }
1896
+ },
1897
+ {
1898
+ "name": "frontVariant",
1899
+ "description": "Determines the variant of the front face of the flipcard.",
1900
+ "value": {
1901
+ "type": "| 'empty'\n | 'primary'\n | 'primary-100'\n | 'gradient-light-top'\n | 'gradient-light-bottom'\n | 'gradient-dark-top'\n | 'gradient-dark-bottom'"
1902
+ }
1903
+ },
1904
+ {
1905
+ "name": "backVariant",
1906
+ "description": "Determines the variant of the back face of the flipcard.",
1907
+ "value": {
1908
+ "type": "| 'empty'\n | 'primary'\n | 'primary-100'\n | 'gradient-light-top'\n | 'gradient-light-bottom'\n | 'gradient-dark-top'\n | 'gradient-dark-bottom'"
1909
+ }
1910
+ },
1911
+ {
1912
+ "name": "flipFront",
1913
+ "value": {}
1914
+ },
1915
+ {
1916
+ "name": "flipBack",
1917
+ "value": {}
1918
+ },
1919
+ {
1920
+ "name": "handleFrontClick",
1921
+ "value": {}
1922
+ },
1923
+ {
1924
+ "name": "handleBackClick",
1925
+ "value": {}
1926
+ },
1927
+ {
1928
+ "name": "handleFrontKeydown",
1929
+ "value": {}
1930
+ },
1931
+ {
1932
+ "name": "handleBackKeydown",
1933
+ "value": {}
1934
+ }
1935
+ ],
1936
+ "events": [
1937
+ {
1938
+ "name": "sd-flip-front",
1939
+ "description": "Emmited when the front face of the flipcard is clicked."
1940
+ },
1941
+ {
1942
+ "name": "sd-flip-back",
1943
+ "description": "Emmited when the back face of the flipcard is clicked."
1944
+ }
1945
+ ]
1946
+ },
1947
+ "attributes": [
1948
+ {
1949
+ "name": "activation",
1950
+ "description": "Determines the activation type of the flipcard.",
1951
+ "value": {
1952
+ "type": "'click' | 'click hover'"
1953
+ }
1954
+ },
1955
+ {
1956
+ "name": "flip-direction",
1957
+ "description": "Allows the flipcard to flip vertically or horizontally.",
1958
+ "value": {
1959
+ "type": "'horizontal' | 'vertical'"
1960
+ }
1961
+ },
1962
+ {
1963
+ "name": "front-variant",
1964
+ "description": "Determines the variant of the front face of the flipcard.",
1965
+ "value": {
1966
+ "type": "| 'empty'\n | 'primary'\n | 'primary-100'\n | 'gradient-light-top'\n | 'gradient-light-bottom'\n | 'gradient-dark-top'\n | 'gradient-dark-bottom'"
1967
+ }
1968
+ },
1969
+ {
1970
+ "name": "back-variant",
1971
+ "description": "Determines the variant of the back face of the flipcard.",
1972
+ "value": {
1973
+ "type": "| 'empty'\n | 'primary'\n | 'primary-100'\n | 'gradient-light-top'\n | 'gradient-light-bottom'\n | 'gradient-dark-top'\n | 'gradient-dark-bottom'"
1974
+ }
1975
+ }
1976
+ ]
1977
+ },
1877
1978
  {
1878
1979
  "name": "sd-header",
1879
1980
  "description": "",
@@ -6723,7 +6824,7 @@
6723
6824
  ]
6724
6825
  },
6725
6826
  {
6726
- "name": "sd-3-7-2-accordion-group",
6827
+ "name": "sd-3-8-0-accordion-group",
6727
6828
  "description": "",
6728
6829
  "doc-url": "https://solid.union-investment.com/[storybook-link]/accordion-group",
6729
6830
  "js": {
@@ -6753,7 +6854,7 @@
6753
6854
  ]
6754
6855
  },
6755
6856
  {
6756
- "name": "sd-3-7-2-accordion",
6857
+ "name": "sd-3-8-0-accordion",
6757
6858
  "description": "",
6758
6859
  "doc-url": "https://solid.union-investment.com/[storybook-link]/accordion",
6759
6860
  "js": {
@@ -6836,7 +6937,7 @@
6836
6937
  ]
6837
6938
  },
6838
6939
  {
6839
- "name": "sd-3-7-2-badge",
6940
+ "name": "sd-3-8-0-badge",
6840
6941
  "description": "",
6841
6942
  "doc-url": "https://solid.union-investment.com/[storybook-link]/badge",
6842
6943
  "js": {
@@ -6890,7 +6991,7 @@
6890
6991
  ]
6891
6992
  },
6892
6993
  {
6893
- "name": "sd-3-7-2-brandshape",
6994
+ "name": "sd-3-8-0-brandshape",
6894
6995
  "description": "",
6895
6996
  "doc-url": "https://solid.union-investment.com/[storybook-link]/brandshape",
6896
6997
  "js": {
@@ -6973,7 +7074,7 @@
6973
7074
  ]
6974
7075
  },
6975
7076
  {
6976
- "name": "sd-3-7-2-button",
7077
+ "name": "sd-3-8-0-button",
6977
7078
  "description": "",
6978
7079
  "doc-url": "https://solid.union-investment.com/[storybook-link]/button",
6979
7080
  "js": {
@@ -7329,7 +7430,7 @@
7329
7430
  ]
7330
7431
  },
7331
7432
  {
7332
- "name": "sd-3-7-2-carousel-item",
7433
+ "name": "sd-3-8-0-carousel-item",
7333
7434
  "description": "",
7334
7435
  "doc-url": "https://solid.union-investment.com/[storybook-link]/carousel-item",
7335
7436
  "js": {
@@ -7344,7 +7445,7 @@
7344
7445
  "attributes": []
7345
7446
  },
7346
7447
  {
7347
- "name": "sd-3-7-2-carousel",
7448
+ "name": "sd-3-8-0-carousel",
7348
7449
  "description": "",
7349
7450
  "doc-url": "https://solid.union-investment.com/[storybook-link]/carousel",
7350
7451
  "js": {
@@ -7536,7 +7637,7 @@
7536
7637
  ]
7537
7638
  },
7538
7639
  {
7539
- "name": "sd-3-7-2-checkbox-group",
7640
+ "name": "sd-3-8-0-checkbox-group",
7540
7641
  "description": "",
7541
7642
  "doc-url": "https://solid.union-investment.com/[storybook-link]/checkbox-group",
7542
7643
  "js": {
@@ -7614,7 +7715,7 @@
7614
7715
  ]
7615
7716
  },
7616
7717
  {
7617
- "name": "sd-3-7-2-checkbox",
7718
+ "name": "sd-3-8-0-checkbox",
7618
7719
  "description": "",
7619
7720
  "doc-url": "https://solid.union-investment.com/[storybook-link]/checkbox",
7620
7721
  "js": {
@@ -7848,7 +7949,7 @@
7848
7949
  ]
7849
7950
  },
7850
7951
  {
7851
- "name": "sd-3-7-2-dialog",
7952
+ "name": "sd-3-8-0-dialog",
7852
7953
  "description": "",
7853
7954
  "doc-url": "https://solid.union-investment.com/[storybook-link]/dialog",
7854
7955
  "js": {
@@ -7971,7 +8072,7 @@
7971
8072
  ]
7972
8073
  },
7973
8074
  {
7974
- "name": "sd-3-7-2-divider",
8075
+ "name": "sd-3-8-0-divider",
7975
8076
  "description": "",
7976
8077
  "doc-url": "https://solid.union-investment.com/[storybook-link]/divider",
7977
8078
  "js": {
@@ -8011,7 +8112,7 @@
8011
8112
  ]
8012
8113
  },
8013
8114
  {
8014
- "name": "sd-3-7-2-drawer",
8115
+ "name": "sd-3-8-0-drawer",
8015
8116
  "description": "",
8016
8117
  "doc-url": "https://solid.union-investment.com/[storybook-link]/drawer",
8017
8118
  "js": {
@@ -8164,7 +8265,7 @@
8164
8265
  ]
8165
8266
  },
8166
8267
  {
8167
- "name": "sd-3-7-2-dropdown",
8268
+ "name": "sd-3-8-0-dropdown",
8168
8269
  "description": "",
8169
8270
  "doc-url": "https://solid.union-investment.com/[storybook-link]/dropdown",
8170
8271
  "js": {
@@ -8418,7 +8519,108 @@
8418
8519
  ]
8419
8520
  },
8420
8521
  {
8421
- "name": "sd-3-7-2-header",
8522
+ "name": "sd-3-8-0-flipcard",
8523
+ "description": "",
8524
+ "doc-url": "https://solid.union-investment.com/[storybook-link]/flipcard",
8525
+ "js": {
8526
+ "properties": [
8527
+ {
8528
+ "name": "activation",
8529
+ "description": "Determines the activation type of the flipcard.",
8530
+ "value": {
8531
+ "type": "'click' | 'click hover'"
8532
+ }
8533
+ },
8534
+ {
8535
+ "name": "flipDirection",
8536
+ "description": "Allows the flipcard to flip vertically or horizontally.",
8537
+ "value": {
8538
+ "type": "'horizontal' | 'vertical'"
8539
+ }
8540
+ },
8541
+ {
8542
+ "name": "frontVariant",
8543
+ "description": "Determines the variant of the front face of the flipcard.",
8544
+ "value": {
8545
+ "type": "| 'empty'\n | 'primary'\n | 'primary-100'\n | 'gradient-light-top'\n | 'gradient-light-bottom'\n | 'gradient-dark-top'\n | 'gradient-dark-bottom'"
8546
+ }
8547
+ },
8548
+ {
8549
+ "name": "backVariant",
8550
+ "description": "Determines the variant of the back face of the flipcard.",
8551
+ "value": {
8552
+ "type": "| 'empty'\n | 'primary'\n | 'primary-100'\n | 'gradient-light-top'\n | 'gradient-light-bottom'\n | 'gradient-dark-top'\n | 'gradient-dark-bottom'"
8553
+ }
8554
+ },
8555
+ {
8556
+ "name": "flipFront",
8557
+ "value": {}
8558
+ },
8559
+ {
8560
+ "name": "flipBack",
8561
+ "value": {}
8562
+ },
8563
+ {
8564
+ "name": "handleFrontClick",
8565
+ "value": {}
8566
+ },
8567
+ {
8568
+ "name": "handleBackClick",
8569
+ "value": {}
8570
+ },
8571
+ {
8572
+ "name": "handleFrontKeydown",
8573
+ "value": {}
8574
+ },
8575
+ {
8576
+ "name": "handleBackKeydown",
8577
+ "value": {}
8578
+ }
8579
+ ],
8580
+ "events": [
8581
+ {
8582
+ "name": "sd-flip-front",
8583
+ "description": "Emmited when the front face of the flipcard is clicked."
8584
+ },
8585
+ {
8586
+ "name": "sd-flip-back",
8587
+ "description": "Emmited when the back face of the flipcard is clicked."
8588
+ }
8589
+ ]
8590
+ },
8591
+ "attributes": [
8592
+ {
8593
+ "name": "activation",
8594
+ "description": "Determines the activation type of the flipcard.",
8595
+ "value": {
8596
+ "type": "'click' | 'click hover'"
8597
+ }
8598
+ },
8599
+ {
8600
+ "name": "flip-direction",
8601
+ "description": "Allows the flipcard to flip vertically or horizontally.",
8602
+ "value": {
8603
+ "type": "'horizontal' | 'vertical'"
8604
+ }
8605
+ },
8606
+ {
8607
+ "name": "front-variant",
8608
+ "description": "Determines the variant of the front face of the flipcard.",
8609
+ "value": {
8610
+ "type": "| 'empty'\n | 'primary'\n | 'primary-100'\n | 'gradient-light-top'\n | 'gradient-light-bottom'\n | 'gradient-dark-top'\n | 'gradient-dark-bottom'"
8611
+ }
8612
+ },
8613
+ {
8614
+ "name": "back-variant",
8615
+ "description": "Determines the variant of the back face of the flipcard.",
8616
+ "value": {
8617
+ "type": "| 'empty'\n | 'primary'\n | 'primary-100'\n | 'gradient-light-top'\n | 'gradient-light-bottom'\n | 'gradient-dark-top'\n | 'gradient-dark-bottom'"
8618
+ }
8619
+ }
8620
+ ]
8621
+ },
8622
+ {
8623
+ "name": "sd-3-8-0-header",
8422
8624
  "description": "",
8423
8625
  "doc-url": "https://solid.union-investment.com/[storybook-link]/header",
8424
8626
  "js": {
@@ -8470,7 +8672,7 @@
8470
8672
  ]
8471
8673
  },
8472
8674
  {
8473
- "name": "sd-3-7-2-icon",
8675
+ "name": "sd-3-8-0-icon",
8474
8676
  "description": "",
8475
8677
  "doc-url": "https://solid.union-investment.com/[storybook-link]/icon",
8476
8678
  "js": {
@@ -8573,7 +8775,7 @@
8573
8775
  ]
8574
8776
  },
8575
8777
  {
8576
- "name": "sd-3-7-2-include",
8778
+ "name": "sd-3-8-0-include",
8577
8779
  "description": "",
8578
8780
  "doc-url": "https://solid.union-investment.com/[storybook-link]/include",
8579
8781
  "js": {
@@ -8644,7 +8846,7 @@
8644
8846
  ]
8645
8847
  },
8646
8848
  {
8647
- "name": "sd-3-7-2-input",
8849
+ "name": "sd-3-8-0-input",
8648
8850
  "description": "",
8649
8851
  "doc-url": "https://solid.union-investment.com/[storybook-link]/input",
8650
8852
  "js": {
@@ -9232,7 +9434,7 @@
9232
9434
  ]
9233
9435
  },
9234
9436
  {
9235
- "name": "sd-3-7-2-link",
9437
+ "name": "sd-3-8-0-link",
9236
9438
  "description": "",
9237
9439
  "doc-url": "https://solid.union-investment.com/[storybook-link]/link",
9238
9440
  "js": {
@@ -9359,7 +9561,7 @@
9359
9561
  ]
9360
9562
  },
9361
9563
  {
9362
- "name": "sd-3-7-2-map-marker",
9564
+ "name": "sd-3-8-0-map-marker",
9363
9565
  "description": "",
9364
9566
  "doc-url": "https://solid.union-investment.com/[storybook-link]/map-marker",
9365
9567
  "js": {
@@ -9413,7 +9615,7 @@
9413
9615
  ]
9414
9616
  },
9415
9617
  {
9416
- "name": "sd-3-7-2-navigation-item",
9618
+ "name": "sd-3-8-0-navigation-item",
9417
9619
  "description": "",
9418
9620
  "doc-url": "https://solid.union-investment.com/[storybook-link]/navigation-item",
9419
9621
  "js": {
@@ -9638,7 +9840,7 @@
9638
9840
  ]
9639
9841
  },
9640
9842
  {
9641
- "name": "sd-3-7-2-notification",
9843
+ "name": "sd-3-8-0-notification",
9642
9844
  "description": "",
9643
9845
  "doc-url": "https://solid.union-investment.com/[storybook-link]/notification",
9644
9846
  "js": {
@@ -9804,7 +10006,7 @@
9804
10006
  ]
9805
10007
  },
9806
10008
  {
9807
- "name": "sd-3-7-2-option",
10009
+ "name": "sd-3-8-0-option",
9808
10010
  "description": "",
9809
10011
  "doc-url": "https://solid.union-investment.com/[storybook-link]/option",
9810
10012
  "js": {
@@ -9911,7 +10113,7 @@
9911
10113
  ]
9912
10114
  },
9913
10115
  {
9914
- "name": "sd-3-7-2-popup",
10116
+ "name": "sd-3-8-0-popup",
9915
10117
  "description": "",
9916
10118
  "doc-url": "https://solid.union-investment.com/[storybook-link]/popup",
9917
10119
  "js": {
@@ -10263,7 +10465,7 @@
10263
10465
  ]
10264
10466
  },
10265
10467
  {
10266
- "name": "sd-3-7-2-radio-button",
10468
+ "name": "sd-3-8-0-radio-button",
10267
10469
  "description": "",
10268
10470
  "doc-url": "https://solid.union-investment.com/[storybook-link]/radio-button",
10269
10471
  "js": {
@@ -10362,7 +10564,7 @@
10362
10564
  ]
10363
10565
  },
10364
10566
  {
10365
- "name": "sd-3-7-2-radio-group",
10567
+ "name": "sd-3-8-0-radio-group",
10366
10568
  "description": "",
10367
10569
  "doc-url": "https://solid.union-investment.com/[storybook-link]/radio-group",
10368
10570
  "js": {
@@ -10602,7 +10804,7 @@
10602
10804
  ]
10603
10805
  },
10604
10806
  {
10605
- "name": "sd-3-7-2-radio",
10807
+ "name": "sd-3-8-0-radio",
10606
10808
  "description": "",
10607
10809
  "doc-url": "https://solid.union-investment.com/[storybook-link]/radio",
10608
10810
  "js": {
@@ -10717,7 +10919,7 @@
10717
10919
  ]
10718
10920
  },
10719
10921
  {
10720
- "name": "sd-3-7-2-scrollable",
10922
+ "name": "sd-3-8-0-scrollable",
10721
10923
  "description": "",
10722
10924
  "doc-url": "https://solid.union-investment.com/[storybook-link]/scrollable",
10723
10925
  "js": {
@@ -10877,7 +11079,7 @@
10877
11079
  ]
10878
11080
  },
10879
11081
  {
10880
- "name": "sd-3-7-2-select",
11082
+ "name": "sd-3-8-0-select",
10881
11083
  "description": "",
10882
11084
  "doc-url": "https://solid.union-investment.com/[storybook-link]/select",
10883
11085
  "js": {
@@ -11397,7 +11599,7 @@
11397
11599
  ]
11398
11600
  },
11399
11601
  {
11400
- "name": "sd-3-7-2-spinner",
11602
+ "name": "sd-3-8-0-spinner",
11401
11603
  "description": "",
11402
11604
  "doc-url": "https://solid.union-investment.com/[storybook-link]/spinner",
11403
11605
  "js": {
@@ -11427,7 +11629,7 @@
11427
11629
  ]
11428
11630
  },
11429
11631
  {
11430
- "name": "sd-3-7-2-step-group",
11632
+ "name": "sd-3-8-0-step-group",
11431
11633
  "description": "",
11432
11634
  "doc-url": "https://solid.union-investment.com/[storybook-link]/step-group",
11433
11635
  "js": {
@@ -11522,7 +11724,7 @@
11522
11724
  ]
11523
11725
  },
11524
11726
  {
11525
- "name": "sd-3-7-2-step",
11727
+ "name": "sd-3-8-0-step",
11526
11728
  "description": "",
11527
11729
  "doc-url": "https://solid.union-investment.com/[storybook-link]/step",
11528
11730
  "js": {
@@ -11707,7 +11909,7 @@
11707
11909
  ]
11708
11910
  },
11709
11911
  {
11710
- "name": "sd-3-7-2-switch",
11912
+ "name": "sd-3-8-0-switch",
11711
11913
  "description": "",
11712
11914
  "doc-url": "https://solid.union-investment.com/[storybook-link]/switch",
11713
11915
  "js": {
@@ -11915,7 +12117,7 @@
11915
12117
  ]
11916
12118
  },
11917
12119
  {
11918
- "name": "sd-3-7-2-tab-group",
12120
+ "name": "sd-3-8-0-tab-group",
11919
12121
  "description": "",
11920
12122
  "doc-url": "https://solid.union-investment.com/[storybook-link]/tab-group",
11921
12123
  "js": {
@@ -12034,7 +12236,7 @@
12034
12236
  ]
12035
12237
  },
12036
12238
  {
12037
- "name": "sd-3-7-2-tab-panel",
12239
+ "name": "sd-3-8-0-tab-panel",
12038
12240
  "description": "",
12039
12241
  "doc-url": "https://solid.union-investment.com/[storybook-link]/tab-panel",
12040
12242
  "js": {
@@ -12088,7 +12290,7 @@
12088
12290
  ]
12089
12291
  },
12090
12292
  {
12091
- "name": "sd-3-7-2-tab",
12293
+ "name": "sd-3-8-0-tab",
12092
12294
  "description": "",
12093
12295
  "doc-url": "https://solid.union-investment.com/[storybook-link]/tab",
12094
12296
  "js": {
@@ -12184,7 +12386,7 @@
12184
12386
  ]
12185
12387
  },
12186
12388
  {
12187
- "name": "sd-3-7-2-tag",
12389
+ "name": "sd-3-8-0-tag",
12188
12390
  "description": "",
12189
12391
  "doc-url": "https://solid.union-investment.com/[storybook-link]/tag",
12190
12392
  "js": {
@@ -12338,7 +12540,7 @@
12338
12540
  ]
12339
12541
  },
12340
12542
  {
12341
- "name": "sd-3-7-2-teaser-media",
12543
+ "name": "sd-3-8-0-teaser-media",
12342
12544
  "description": "",
12343
12545
  "doc-url": "https://solid.union-investment.com/[storybook-link]/teaser-media",
12344
12546
  "js": {
@@ -12366,7 +12568,7 @@
12366
12568
  ]
12367
12569
  },
12368
12570
  {
12369
- "name": "sd-3-7-2-teaser",
12571
+ "name": "sd-3-8-0-teaser",
12370
12572
  "description": "",
12371
12573
  "doc-url": "https://solid.union-investment.com/[storybook-link]/teaser",
12372
12574
  "js": {
@@ -12432,7 +12634,7 @@
12432
12634
  ]
12433
12635
  },
12434
12636
  {
12435
- "name": "sd-3-7-2-textarea",
12637
+ "name": "sd-3-8-0-textarea",
12436
12638
  "description": "",
12437
12639
  "doc-url": "https://solid.union-investment.com/[storybook-link]/textarea",
12438
12640
  "js": {
@@ -12886,7 +13088,7 @@
12886
13088
  ]
12887
13089
  },
12888
13090
  {
12889
- "name": "sd-3-7-2-tooltip",
13091
+ "name": "sd-3-8-0-tooltip",
12890
13092
  "description": "",
12891
13093
  "doc-url": "https://solid.union-investment.com/[storybook-link]/tooltip",
12892
13094
  "js": {
@@ -13079,7 +13281,7 @@
13079
13281
  ]
13080
13282
  },
13081
13283
  {
13082
- "name": "sd-3-7-2-video",
13284
+ "name": "sd-3-8-0-video",
13083
13285
  "description": "",
13084
13286
  "doc-url": "https://solid.union-investment.com/[storybook-link]/video",
13085
13287
  "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.7.2",
4
+ "version": "3.8.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,8 +194,8 @@
194
194
  "readme": "README.md",
195
195
  "meta": {
196
196
  "bundleSizeInKb": {
197
- "uncompressed": 314,
198
- "gzip": 75
197
+ "uncompressed": 322,
198
+ "gzip": 76
199
199
  }
200
200
  }
201
201
  }