@solid-design-system/components 1.3.13 → 1.4.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 (99) hide show
  1. package/dist/components/es/accordion-group.js +1 -0
  2. package/dist/components/es/accordion.js +1 -0
  3. package/dist/components/es/brandshape.js +1 -0
  4. package/dist/components/es/button.js +2 -121
  5. package/dist/components/es/divider.js +1 -0
  6. package/dist/components/es/icon.js +3 -3
  7. package/dist/components/es/if-defined.js +2 -7
  8. package/dist/components/es/link.js +1 -1
  9. package/dist/components/es/query.js +6 -0
  10. package/dist/components/es/slot.js +1 -0
  11. package/dist/components/es/solid-components.js +1 -1
  12. package/dist/components/es/solid-components2.js +1 -0
  13. package/dist/components/es/solid-element.js +1 -1
  14. package/dist/components/es/spinner.js +1 -1
  15. package/dist/components/es/teaser.js +1 -0
  16. package/dist/components/umd/solid-components.js +21 -140
  17. package/dist/custom-elements.json +1 -1
  18. package/dist/package/components/accordion/accordion.d.ts +23 -0
  19. package/dist/package/components/accordion/accordion.js +152 -0
  20. package/dist/package/components/accordion-group/accordion-group.d.ts +16 -0
  21. package/dist/package/components/accordion-group/accordion-group.js +63 -0
  22. package/dist/package/components/brandshape/brandshape.d.ts +26 -0
  23. package/dist/package/components/brandshape/brandshape.js +115 -0
  24. package/dist/package/components/button/button.d.ts +1 -1
  25. package/dist/package/components/button/button.js +6 -125
  26. package/dist/package/components/divider/divider.d.ts +13 -0
  27. package/dist/package/components/divider/divider.js +50 -0
  28. package/dist/package/components/icon/icon.d.ts +1 -1
  29. package/dist/package/components/icon/icon.js +1 -1
  30. package/dist/package/components/icon/library.js +18 -0
  31. package/dist/package/components/include/include.d.ts +1 -1
  32. package/dist/package/components/link/link.d.ts +1 -1
  33. package/dist/package/components/spinner/spinner.d.ts +1 -1
  34. package/dist/package/components/spinner/spinner.js +1 -1
  35. package/dist/package/components/teaser/teaser.d.ts +17 -0
  36. package/dist/package/components/teaser/teaser.js +104 -0
  37. package/dist/package/internal/animate.d.ts +10 -0
  38. package/dist/package/internal/animate.js +41 -0
  39. package/dist/package/internal/event.d.ts +1 -0
  40. package/dist/package/internal/event.js +14 -0
  41. package/dist/package/solid-components.d.ts +6 -0
  42. package/dist/package/solid-components.js +23 -10
  43. package/dist/package/styles/tailwind.css.js +1 -1
  44. package/dist/package/utilities/animation-registry.d.ts +14 -0
  45. package/dist/package/utilities/animation-registry.js +35 -0
  46. package/dist/versioned-components/es/accordion-group.js +1 -0
  47. package/dist/versioned-components/es/accordion.js +1 -0
  48. package/dist/versioned-components/es/brandshape.js +1 -0
  49. package/dist/versioned-components/es/button.js +2 -121
  50. package/dist/versioned-components/es/divider.js +1 -0
  51. package/dist/versioned-components/es/icon.js +3 -3
  52. package/dist/versioned-components/es/if-defined.js +2 -7
  53. package/dist/versioned-components/es/include.js +1 -1
  54. package/dist/versioned-components/es/link.js +1 -1
  55. package/dist/versioned-components/es/query.js +6 -0
  56. package/dist/versioned-components/es/slot.js +1 -0
  57. package/dist/versioned-components/es/solid-components.js +1 -1
  58. package/dist/versioned-components/es/solid-components2.js +1 -0
  59. package/dist/versioned-components/es/solid-element.js +1 -1
  60. package/dist/versioned-components/es/spinner.js +1 -1
  61. package/dist/versioned-components/es/teaser.js +1 -0
  62. package/dist/versioned-package/components/accordion/accordion.d.ts +23 -0
  63. package/dist/versioned-package/components/accordion/accordion.js +152 -0
  64. package/dist/versioned-package/components/accordion-group/accordion-group.d.ts +16 -0
  65. package/dist/versioned-package/components/accordion-group/accordion-group.js +63 -0
  66. package/dist/versioned-package/components/brandshape/brandshape.d.ts +26 -0
  67. package/dist/versioned-package/components/brandshape/brandshape.js +115 -0
  68. package/dist/versioned-package/components/button/button.d.ts +2 -2
  69. package/dist/versioned-package/components/button/button.js +8 -127
  70. package/dist/versioned-package/components/divider/divider.d.ts +13 -0
  71. package/dist/versioned-package/components/divider/divider.js +50 -0
  72. package/dist/versioned-package/components/icon/icon.d.ts +2 -2
  73. package/dist/versioned-package/components/icon/icon.js +2 -2
  74. package/dist/versioned-package/components/icon/library.js +18 -0
  75. package/dist/versioned-package/components/include/include.d.ts +2 -2
  76. package/dist/versioned-package/components/include/include.js +1 -1
  77. package/dist/versioned-package/components/link/link.d.ts +2 -2
  78. package/dist/versioned-package/components/link/link.js +2 -2
  79. package/dist/versioned-package/components/spinner/spinner.d.ts +2 -2
  80. package/dist/versioned-package/components/spinner/spinner.js +2 -2
  81. package/dist/versioned-package/components/teaser/teaser.d.ts +17 -0
  82. package/dist/versioned-package/components/teaser/teaser.js +104 -0
  83. package/dist/versioned-package/internal/animate.d.ts +10 -0
  84. package/dist/versioned-package/internal/animate.js +41 -0
  85. package/dist/versioned-package/internal/event.d.ts +1 -0
  86. package/dist/versioned-package/internal/event.js +14 -0
  87. package/dist/versioned-package/internal/form.js +1 -1
  88. package/dist/versioned-package/solid-components.d.ts +6 -0
  89. package/dist/versioned-package/solid-components.js +23 -10
  90. package/dist/versioned-package/styles/tailwind.css.js +1 -1
  91. package/dist/versioned-package/utilities/animation-registry.d.ts +14 -0
  92. package/dist/versioned-package/utilities/animation-registry.js +35 -0
  93. package/dist/vscode.html-custom-data.json +259 -5
  94. package/dist/web-types.json +624 -6
  95. package/package.json +22 -27
  96. package/dist/components/es/library.js +0 -1
  97. package/dist/components/es/library.system.js +0 -1
  98. package/dist/versioned-components/es/library.js +0 -1
  99. package/dist/versioned-components/es/library.system.js +0 -1
@@ -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.3.13",
4
+ "version": "1.4.0",
5
5
  "description-markup": "markdown",
6
6
  "framework-config": {
7
7
  "enable-when": {
@@ -13,6 +13,203 @@
13
13
  "contributions": {
14
14
  "html": {
15
15
  "elements": [
16
+ {
17
+ "name": "sd-accordion-group",
18
+ "description": "",
19
+ "doc-url": "https://solid.union-investment.com/[storybook-link]/accordion-group",
20
+ "js": {
21
+ "properties": [
22
+ {
23
+ "name": "closeOthers",
24
+ "description": "Closes other accordions.",
25
+ "value": {
26
+ "type": "boolean"
27
+ }
28
+ },
29
+ {
30
+ "name": "handleAccordionShow",
31
+ "value": {}
32
+ }
33
+ ],
34
+ "events": []
35
+ },
36
+ "attributes": [
37
+ {
38
+ "name": "close-others",
39
+ "description": "Closes other accordions.",
40
+ "value": {
41
+ "type": "boolean"
42
+ }
43
+ }
44
+ ]
45
+ },
46
+ {
47
+ "name": "sd-accordion",
48
+ "description": "",
49
+ "doc-url": "https://solid.union-investment.com/[storybook-link]/accordion",
50
+ "js": {
51
+ "properties": [
52
+ {
53
+ "name": "localize",
54
+ "value": {}
55
+ },
56
+ {
57
+ "name": "open",
58
+ "description": "Indicates whether or not the accordion is open. You can toggle this attribute to show and hide the accordion, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the accordion' open state.",
59
+ "value": {
60
+ "type": "boolean"
61
+ }
62
+ },
63
+ {
64
+ "name": "summary",
65
+ "description": "The summary to show in the header. If you need to display HTML, use the `summary` slot instead.",
66
+ "value": {
67
+ "type": "string"
68
+ }
69
+ },
70
+ {
71
+ "name": "handleSummaryClick",
72
+ "value": {}
73
+ },
74
+ {
75
+ "name": "handleSummaryKeyDown",
76
+ "value": {}
77
+ },
78
+ {
79
+ "name": "handleOpenChange",
80
+ "value": {}
81
+ },
82
+ {
83
+ "name": "show",
84
+ "description": "Shows the accordion.",
85
+ "value": {}
86
+ },
87
+ {
88
+ "name": "hide",
89
+ "description": "Hides the accordion",
90
+ "value": {}
91
+ }
92
+ ],
93
+ "events": [
94
+ {
95
+ "name": "sd-show",
96
+ "description": "Emitted when the accordion opens."
97
+ },
98
+ {
99
+ "name": "sd-after-show",
100
+ "description": "Emitted after the accordion opens and all animations are complete."
101
+ },
102
+ {
103
+ "name": "sd-hide",
104
+ "description": "Emitted when the accordion closes."
105
+ },
106
+ {
107
+ "name": "sd-after-hide",
108
+ "description": "Emitted after the accordion closes and all animations are complete."
109
+ }
110
+ ]
111
+ },
112
+ "attributes": [
113
+ {
114
+ "name": "open",
115
+ "description": "Indicates whether or not the accordion is open. You can toggle this attribute to show and hide the accordion, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the accordion' open state.",
116
+ "value": {
117
+ "type": "boolean"
118
+ }
119
+ },
120
+ {
121
+ "name": "summary",
122
+ "description": "The summary to show in the header. If you need to display HTML, use the `summary` slot instead.",
123
+ "value": {
124
+ "type": "string"
125
+ }
126
+ }
127
+ ]
128
+ },
129
+ {
130
+ "name": "sd-brandshape",
131
+ "description": "",
132
+ "doc-url": "https://solid.union-investment.com/[storybook-link]/brandshape",
133
+ "js": {
134
+ "properties": [
135
+ {
136
+ "name": "variant",
137
+ "description": "The brandshape's theme variant.",
138
+ "value": {
139
+ "type": "'neutral-100' | 'primary' | 'white'"
140
+ }
141
+ },
142
+ {
143
+ "name": "shapes",
144
+ "description": "Defines which shapes of the brandshape should be displayed.",
145
+ "value": {
146
+ "type": "('top' | 'middle' | 'bottom')[]"
147
+ }
148
+ },
149
+ {
150
+ "name": "componentBreakpoint",
151
+ "value": {
152
+ "type": "Breakpoints"
153
+ }
154
+ },
155
+ {
156
+ "name": "resizeObserver",
157
+ "value": {
158
+ "type": "ResizeObserver"
159
+ }
160
+ },
161
+ {
162
+ "name": "getSvg",
163
+ "value": {}
164
+ },
165
+ {
166
+ "name": "largeSvg",
167
+ "value": {}
168
+ },
169
+ {
170
+ "name": "mediumSvg",
171
+ "value": {}
172
+ },
173
+ {
174
+ "name": "smallSvg",
175
+ "value": {}
176
+ },
177
+ {
178
+ "name": "setBreakpoint",
179
+ "value": {}
180
+ },
181
+ {
182
+ "name": "renderTopBrandshape",
183
+ "value": {}
184
+ },
185
+ {
186
+ "name": "renderMiddleBrandshape",
187
+ "value": {}
188
+ },
189
+ {
190
+ "name": "renderBottomBrandshape",
191
+ "value": {}
192
+ }
193
+ ],
194
+ "events": []
195
+ },
196
+ "attributes": [
197
+ {
198
+ "name": "variant",
199
+ "description": "The brandshape's theme variant.",
200
+ "value": {
201
+ "type": "'neutral-100' | 'primary' | 'white'"
202
+ }
203
+ },
204
+ {
205
+ "name": "shapes",
206
+ "description": "Defines which shapes of the brandshape should be displayed.",
207
+ "value": {
208
+ "type": "('top' | 'middle' | 'bottom')[]"
209
+ }
210
+ }
211
+ ]
212
+ },
16
213
  {
17
214
  "name": "sd-button",
18
215
  "description": "",
@@ -352,6 +549,46 @@
352
549
  }
353
550
  ]
354
551
  },
552
+ {
553
+ "name": "sd-divider",
554
+ "description": "",
555
+ "doc-url": "https://solid.union-investment.com/[storybook-link]/divider",
556
+ "js": {
557
+ "properties": [
558
+ {
559
+ "name": "orientation",
560
+ "description": "Determines the orientation of the divider.",
561
+ "value": {
562
+ "type": "'horizontal' | 'vertical'"
563
+ }
564
+ },
565
+ {
566
+ "name": "inverted",
567
+ "description": "This inverts the divider.",
568
+ "value": {
569
+ "type": "boolean"
570
+ }
571
+ }
572
+ ],
573
+ "events": []
574
+ },
575
+ "attributes": [
576
+ {
577
+ "name": "orientation",
578
+ "description": "Determines the orientation of the divider.",
579
+ "value": {
580
+ "type": "'horizontal' | 'vertical'"
581
+ }
582
+ },
583
+ {
584
+ "name": "inverted",
585
+ "description": "This inverts the divider.",
586
+ "value": {
587
+ "type": "boolean"
588
+ }
589
+ }
590
+ ]
591
+ },
355
592
  {
356
593
  "name": "sd-icon",
357
594
  "description": "",
@@ -768,7 +1005,276 @@
768
1005
  ]
769
1006
  },
770
1007
  {
771
- "name": "sd-1-3-13-button",
1008
+ "name": "sd-teaser",
1009
+ "description": "",
1010
+ "doc-url": "https://solid.union-investment.com/[storybook-link]/teaser",
1011
+ "js": {
1012
+ "properties": [
1013
+ {
1014
+ "name": "variant",
1015
+ "value": {
1016
+ "type": "'white' | 'white border-neutral-300' | 'neutral-100' | 'primary' | 'primary-100'"
1017
+ }
1018
+ },
1019
+ {
1020
+ "name": "breakpoint",
1021
+ "description": "Breakpoint where the teaser switches from `vertical` to `horizontal`. `0` is always `horizontal`, `9999` is always `vertical`.",
1022
+ "value": {
1023
+ "type": "number"
1024
+ }
1025
+ },
1026
+ {
1027
+ "name": "inset",
1028
+ "description": "The teaser's inner padding. This is always set in `white border-neutral-300`.",
1029
+ "value": {
1030
+ "type": "boolean"
1031
+ }
1032
+ },
1033
+ {
1034
+ "name": "_orientation",
1035
+ "value": {
1036
+ "type": "'vertical' | 'horizontal'"
1037
+ }
1038
+ },
1039
+ {
1040
+ "name": "hasSlotController",
1041
+ "value": {}
1042
+ },
1043
+ {
1044
+ "name": "resizeObserver",
1045
+ "value": {
1046
+ "type": "ResizeObserver"
1047
+ }
1048
+ },
1049
+ {
1050
+ "name": "updateOrientation",
1051
+ "value": {}
1052
+ }
1053
+ ],
1054
+ "events": []
1055
+ },
1056
+ "attributes": [
1057
+ {
1058
+ "name": "variant",
1059
+ "value": {
1060
+ "type": "'white' | 'white border-neutral-300' | 'neutral-100' | 'primary' | 'primary-100'"
1061
+ }
1062
+ },
1063
+ {
1064
+ "name": "breakpoint",
1065
+ "description": "Breakpoint where the teaser switches from `vertical` to `horizontal`. `0` is always `horizontal`, `9999` is always `vertical`.",
1066
+ "value": {
1067
+ "type": "number"
1068
+ }
1069
+ },
1070
+ {
1071
+ "name": "inset",
1072
+ "description": "The teaser's inner padding. This is always set in `white border-neutral-300`.",
1073
+ "value": {
1074
+ "type": "boolean"
1075
+ }
1076
+ }
1077
+ ]
1078
+ },
1079
+ {
1080
+ "name": "sd-1-4-0-accordion-group",
1081
+ "description": "",
1082
+ "doc-url": "https://solid.union-investment.com/[storybook-link]/accordion-group",
1083
+ "js": {
1084
+ "properties": [
1085
+ {
1086
+ "name": "closeOthers",
1087
+ "description": "Closes other accordions.",
1088
+ "value": {
1089
+ "type": "boolean"
1090
+ }
1091
+ },
1092
+ {
1093
+ "name": "handleAccordionShow",
1094
+ "value": {}
1095
+ }
1096
+ ],
1097
+ "events": []
1098
+ },
1099
+ "attributes": [
1100
+ {
1101
+ "name": "close-others",
1102
+ "description": "Closes other accordions.",
1103
+ "value": {
1104
+ "type": "boolean"
1105
+ }
1106
+ }
1107
+ ]
1108
+ },
1109
+ {
1110
+ "name": "sd-1-4-0-accordion",
1111
+ "description": "",
1112
+ "doc-url": "https://solid.union-investment.com/[storybook-link]/accordion",
1113
+ "js": {
1114
+ "properties": [
1115
+ {
1116
+ "name": "localize",
1117
+ "value": {}
1118
+ },
1119
+ {
1120
+ "name": "open",
1121
+ "description": "Indicates whether or not the accordion is open. You can toggle this attribute to show and hide the accordion, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the accordion' open state.",
1122
+ "value": {
1123
+ "type": "boolean"
1124
+ }
1125
+ },
1126
+ {
1127
+ "name": "summary",
1128
+ "description": "The summary to show in the header. If you need to display HTML, use the `summary` slot instead.",
1129
+ "value": {
1130
+ "type": "string"
1131
+ }
1132
+ },
1133
+ {
1134
+ "name": "handleSummaryClick",
1135
+ "value": {}
1136
+ },
1137
+ {
1138
+ "name": "handleSummaryKeyDown",
1139
+ "value": {}
1140
+ },
1141
+ {
1142
+ "name": "handleOpenChange",
1143
+ "value": {}
1144
+ },
1145
+ {
1146
+ "name": "show",
1147
+ "description": "Shows the accordion.",
1148
+ "value": {}
1149
+ },
1150
+ {
1151
+ "name": "hide",
1152
+ "description": "Hides the accordion",
1153
+ "value": {}
1154
+ }
1155
+ ],
1156
+ "events": [
1157
+ {
1158
+ "name": "sd-show",
1159
+ "description": "Emitted when the accordion opens."
1160
+ },
1161
+ {
1162
+ "name": "sd-after-show",
1163
+ "description": "Emitted after the accordion opens and all animations are complete."
1164
+ },
1165
+ {
1166
+ "name": "sd-hide",
1167
+ "description": "Emitted when the accordion closes."
1168
+ },
1169
+ {
1170
+ "name": "sd-after-hide",
1171
+ "description": "Emitted after the accordion closes and all animations are complete."
1172
+ }
1173
+ ]
1174
+ },
1175
+ "attributes": [
1176
+ {
1177
+ "name": "open",
1178
+ "description": "Indicates whether or not the accordion is open. You can toggle this attribute to show and hide the accordion, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the accordion' open state.",
1179
+ "value": {
1180
+ "type": "boolean"
1181
+ }
1182
+ },
1183
+ {
1184
+ "name": "summary",
1185
+ "description": "The summary to show in the header. If you need to display HTML, use the `summary` slot instead.",
1186
+ "value": {
1187
+ "type": "string"
1188
+ }
1189
+ }
1190
+ ]
1191
+ },
1192
+ {
1193
+ "name": "sd-1-4-0-brandshape",
1194
+ "description": "",
1195
+ "doc-url": "https://solid.union-investment.com/[storybook-link]/brandshape",
1196
+ "js": {
1197
+ "properties": [
1198
+ {
1199
+ "name": "variant",
1200
+ "description": "The brandshape's theme variant.",
1201
+ "value": {
1202
+ "type": "'neutral-100' | 'primary' | 'white'"
1203
+ }
1204
+ },
1205
+ {
1206
+ "name": "shapes",
1207
+ "description": "Defines which shapes of the brandshape should be displayed.",
1208
+ "value": {
1209
+ "type": "('top' | 'middle' | 'bottom')[]"
1210
+ }
1211
+ },
1212
+ {
1213
+ "name": "componentBreakpoint",
1214
+ "value": {
1215
+ "type": "Breakpoints"
1216
+ }
1217
+ },
1218
+ {
1219
+ "name": "resizeObserver",
1220
+ "value": {
1221
+ "type": "ResizeObserver"
1222
+ }
1223
+ },
1224
+ {
1225
+ "name": "getSvg",
1226
+ "value": {}
1227
+ },
1228
+ {
1229
+ "name": "largeSvg",
1230
+ "value": {}
1231
+ },
1232
+ {
1233
+ "name": "mediumSvg",
1234
+ "value": {}
1235
+ },
1236
+ {
1237
+ "name": "smallSvg",
1238
+ "value": {}
1239
+ },
1240
+ {
1241
+ "name": "setBreakpoint",
1242
+ "value": {}
1243
+ },
1244
+ {
1245
+ "name": "renderTopBrandshape",
1246
+ "value": {}
1247
+ },
1248
+ {
1249
+ "name": "renderMiddleBrandshape",
1250
+ "value": {}
1251
+ },
1252
+ {
1253
+ "name": "renderBottomBrandshape",
1254
+ "value": {}
1255
+ }
1256
+ ],
1257
+ "events": []
1258
+ },
1259
+ "attributes": [
1260
+ {
1261
+ "name": "variant",
1262
+ "description": "The brandshape's theme variant.",
1263
+ "value": {
1264
+ "type": "'neutral-100' | 'primary' | 'white'"
1265
+ }
1266
+ },
1267
+ {
1268
+ "name": "shapes",
1269
+ "description": "Defines which shapes of the brandshape should be displayed.",
1270
+ "value": {
1271
+ "type": "('top' | 'middle' | 'bottom')[]"
1272
+ }
1273
+ }
1274
+ ]
1275
+ },
1276
+ {
1277
+ "name": "sd-1-4-0-button",
772
1278
  "description": "",
773
1279
  "doc-url": "https://solid.union-investment.com/[storybook-link]/button",
774
1280
  "js": {
@@ -1107,7 +1613,47 @@
1107
1613
  ]
1108
1614
  },
1109
1615
  {
1110
- "name": "sd-1-3-13-icon",
1616
+ "name": "sd-1-4-0-divider",
1617
+ "description": "",
1618
+ "doc-url": "https://solid.union-investment.com/[storybook-link]/divider",
1619
+ "js": {
1620
+ "properties": [
1621
+ {
1622
+ "name": "orientation",
1623
+ "description": "Determines the orientation of the divider.",
1624
+ "value": {
1625
+ "type": "'horizontal' | 'vertical'"
1626
+ }
1627
+ },
1628
+ {
1629
+ "name": "inverted",
1630
+ "description": "This inverts the divider.",
1631
+ "value": {
1632
+ "type": "boolean"
1633
+ }
1634
+ }
1635
+ ],
1636
+ "events": []
1637
+ },
1638
+ "attributes": [
1639
+ {
1640
+ "name": "orientation",
1641
+ "description": "Determines the orientation of the divider.",
1642
+ "value": {
1643
+ "type": "'horizontal' | 'vertical'"
1644
+ }
1645
+ },
1646
+ {
1647
+ "name": "inverted",
1648
+ "description": "This inverts the divider.",
1649
+ "value": {
1650
+ "type": "boolean"
1651
+ }
1652
+ }
1653
+ ]
1654
+ },
1655
+ {
1656
+ "name": "sd-1-4-0-icon",
1111
1657
  "description": "",
1112
1658
  "doc-url": "https://solid.union-investment.com/[storybook-link]/icon",
1113
1659
  "js": {
@@ -1216,7 +1762,7 @@
1216
1762
  ]
1217
1763
  },
1218
1764
  {
1219
- "name": "sd-1-3-13-include",
1765
+ "name": "sd-1-4-0-include",
1220
1766
  "description": "",
1221
1767
  "doc-url": "https://solid.union-investment.com/[storybook-link]/include",
1222
1768
  "js": {
@@ -1287,7 +1833,7 @@
1287
1833
  ]
1288
1834
  },
1289
1835
  {
1290
- "name": "sd-1-3-13-link",
1836
+ "name": "sd-1-4-0-link",
1291
1837
  "description": "",
1292
1838
  "doc-url": "https://solid.union-investment.com/[storybook-link]/link",
1293
1839
  "js": {
@@ -1414,7 +1960,7 @@
1414
1960
  ]
1415
1961
  },
1416
1962
  {
1417
- "name": "sd-1-3-13-spinner",
1963
+ "name": "sd-1-4-0-spinner",
1418
1964
  "description": "",
1419
1965
  "doc-url": "https://solid.union-investment.com/[storybook-link]/spinner",
1420
1966
  "js": {
@@ -1442,6 +1988,78 @@
1442
1988
  }
1443
1989
  }
1444
1990
  ]
1991
+ },
1992
+ {
1993
+ "name": "sd-1-4-0-teaser",
1994
+ "description": "",
1995
+ "doc-url": "https://solid.union-investment.com/[storybook-link]/teaser",
1996
+ "js": {
1997
+ "properties": [
1998
+ {
1999
+ "name": "variant",
2000
+ "value": {
2001
+ "type": "'white' | 'white border-neutral-300' | 'neutral-100' | 'primary' | 'primary-100'"
2002
+ }
2003
+ },
2004
+ {
2005
+ "name": "breakpoint",
2006
+ "description": "Breakpoint where the teaser switches from `vertical` to `horizontal`. `0` is always `horizontal`, `9999` is always `vertical`.",
2007
+ "value": {
2008
+ "type": "number"
2009
+ }
2010
+ },
2011
+ {
2012
+ "name": "inset",
2013
+ "description": "The teaser's inner padding. This is always set in `white border-neutral-300`.",
2014
+ "value": {
2015
+ "type": "boolean"
2016
+ }
2017
+ },
2018
+ {
2019
+ "name": "_orientation",
2020
+ "value": {
2021
+ "type": "'vertical' | 'horizontal'"
2022
+ }
2023
+ },
2024
+ {
2025
+ "name": "hasSlotController",
2026
+ "value": {}
2027
+ },
2028
+ {
2029
+ "name": "resizeObserver",
2030
+ "value": {
2031
+ "type": "ResizeObserver"
2032
+ }
2033
+ },
2034
+ {
2035
+ "name": "updateOrientation",
2036
+ "value": {}
2037
+ }
2038
+ ],
2039
+ "events": []
2040
+ },
2041
+ "attributes": [
2042
+ {
2043
+ "name": "variant",
2044
+ "value": {
2045
+ "type": "'white' | 'white border-neutral-300' | 'neutral-100' | 'primary' | 'primary-100'"
2046
+ }
2047
+ },
2048
+ {
2049
+ "name": "breakpoint",
2050
+ "description": "Breakpoint where the teaser switches from `vertical` to `horizontal`. `0` is always `horizontal`, `9999` is always `vertical`.",
2051
+ "value": {
2052
+ "type": "number"
2053
+ }
2054
+ },
2055
+ {
2056
+ "name": "inset",
2057
+ "description": "The teaser's inner padding. This is always set in `white border-neutral-300`.",
2058
+ "value": {
2059
+ "type": "boolean"
2060
+ }
2061
+ }
2062
+ ]
1445
2063
  }
1446
2064
  ]
1447
2065
  }