| @@ -43,8 +43,12 @@ | ||
| 43 | 43 | "hasFixedLayout": { |
| 44 | 44 | "type": "boolean", |
| 45 | 45 | "default": true |
| 46 | 46 | }, |
| 47 | + "responsiveBreakpoint": { | |
| 48 | + "type": "number", | |
| 49 | + "default": 768 | |
| 50 | + }, | |
| 47 | 51 | "caption": { |
| 48 | 52 | "type": "string" |
| 49 | 53 | }, |
| 50 | 54 | "captionPosition": { |
| @@ -222,8 +226,29 @@ | ||
| 222 | 226 | "style": "solid", |
| 223 | 227 | "color": "#000" |
| 224 | 228 | } |
| 225 | 229 | }, |
| 230 | + "borderRadiusDesktop": { | |
| 231 | + "type": "object" | |
| 232 | + }, | |
| 233 | + "borderRadiusTablet": { | |
| 234 | + "type": "object" | |
| 235 | + }, | |
| 236 | + "borderRadiusMobile": { | |
| 237 | + "type": "object" | |
| 238 | + }, | |
| 239 | + "borderRadiusTabletLandscape": { | |
| 240 | + "type": "object" | |
| 241 | + }, | |
| 242 | + "borderRadiusMobileLandscape": { | |
| 243 | + "type": "object" | |
| 244 | + }, | |
| 245 | + "borderRadiusLaptop": { | |
| 246 | + "type": "object" | |
| 247 | + }, | |
| 248 | + "borderRadiusWideScreen": { | |
| 249 | + "type": "object" | |
| 250 | + }, | |
| 226 | 251 | "backgroundHover": { |
| 227 | 252 | "type": "object" |
| 228 | 253 | }, |
| 229 | 254 | "borderHoverColor": { |
| @@ -352,8 +377,18 @@ | ||
| 352 | 377 | }, |
| 353 | 378 | "alignmentMobile": { |
| 354 | 379 | "type": "string" |
| 355 | 380 | }, |
| 381 | + "commonVerticalAlignDesktop": { | |
| 382 | + "type": "string", | |
| 383 | + "default": "center" | |
| 384 | + }, | |
| 385 | + "commonVerticalAlignTablet": { | |
| 386 | + "type": "string" | |
| 387 | + }, | |
| 388 | + "commonVerticalAlignMobile": { | |
| 389 | + "type": "string" | |
| 390 | + }, | |
| 356 | 391 | "cellTypography": { |
| 357 | 392 | "type": "object" |
| 358 | 393 | }, |
| 359 | 394 | "cellAlignmentDesktop": { |
| @@ -526,8 +561,11 @@ | ||
| 526 | 561 | "type": "string" |
| 527 | 562 | }, |
| 528 | 563 | "oddCellBgColor": { |
| 529 | 564 | "type": "object" |
| 565 | + }, | |
| 566 | + "shortId": { | |
| 567 | + "type": "string" | |
| 530 | 568 | } |
| 531 | 569 | }, |
| 532 | 570 | "providesContext": { |
| 533 | 571 | "tablebuilder/table-rowCount": "rowCount", |