@@ -174,10 +174,10 @@ SelectableRows.parameters = {
174
174
175
175
export const OverflowDetection : Story = ( ) =>
176
176
html `
177
- < h3 >
177
+ < h5 >
178
178
Overflowing text is indicated by three dots. < br />
179
179
Hover over wrapped cells to see a title with full text
180
- </ h3 >
180
+ </ h5 >
181
181
< div style ="width: 30%; ">
182
182
< uui-table >
183
183
< uui-table-column
@@ -205,7 +205,6 @@ OverflowDetection.parameters = {
205
205
docs : {
206
206
source : {
207
207
code : `
208
- <uui-box>
209
208
<uui-table aria-label="Example table" aria-describedby="#some-element-id">
210
209
211
210
<uui-table-head>
@@ -223,15 +222,14 @@ OverflowDetection.parameters = {
223
222
<uui-table-cell clip-text>Cell 4</uui-table-cell>
224
223
</uui-table-row>
225
224
226
- </uui-table>
227
- </uui-box>` ,
225
+ </uui-table>` ,
228
226
} ,
229
227
} ,
230
228
} ;
231
229
232
230
export const InABox : Story = ( ) =>
233
231
html `
234
- < uui-box >
232
+ < uui-box style =" --uui-box-default-padding: 0; " >
235
233
< uui-table >
236
234
< uui-table-head >
237
235
${ ArrayOfUmbracoWords ( 7 ) . map (
@@ -256,7 +254,7 @@ InABox.parameters = {
256
254
docs : {
257
255
source : {
258
256
code : `
259
- <uui-box>
257
+ <uui-box style="--uui-box-default-padding: 0;" >
260
258
<uui-table>
261
259
...
262
260
</uui-table>
@@ -265,34 +263,6 @@ InABox.parameters = {
265
263
} ,
266
264
} ;
267
265
268
- SelectableRows . parameters = {
269
- docs : {
270
- source : {
271
- code : `
272
- <uui-box>
273
- <uui-table aria-label="Example table" aria-describedby="#some-element-id">
274
-
275
- <uui-table-head>
276
- <uui-table-head-cell>Title 1</uui-table-head-cell>
277
- <uui-table-head-cell>Title 2</uui-table-head-cell>
278
- </uui-table-head>
279
-
280
- <uui-table-row selectable>
281
- <uui-table-cell>Cell 1</uui-table-cell>
282
- <uui-table-cell>Cell 2</uui-table-cell>
283
- </uui-table-row>
284
-
285
- <uui-table-row selectable>
286
- <uui-table-cell>Cell 3</uui-table-cell>
287
- <uui-table-cell>Cell 4</uui-table-cell>
288
- </uui-table-row>
289
-
290
- </uui-table>
291
- </uui-box>` ,
292
- } ,
293
- } ,
294
- } ;
295
-
296
266
export const Advanced : Story = ( ) =>
297
267
html `< uui-table-with-selection-example > </ uui-table-with-selection-example > ` ;
298
268
0 commit comments