@happeouikit/content-renderer 3.2.17 → 3.2.18

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/index.es.js CHANGED
@@ -5431,6 +5431,12 @@ const ni = ai(), ii = new RegExp(rt, "gi"), ui = new RegExp(
5431
5431
  tr:last-child > td:first-child { border-bottom-left-radius: 6px; }
5432
5432
  tr:last-child > td:last-child { border-bottom-right-radius: 6px; }
5433
5433
  }
5434
+ &.padded-1 > tbody > tr > td {
5435
+ padding: var(--space-md);
5436
+ }
5437
+ &.padded-2 > tbody > tr > td {
5438
+ padding: var(--space-xl);
5439
+ }
5434
5440
  &.highlight-first-row > tbody > {
5435
5441
  tr:first-child > td {
5436
5442
  font-weight: bold;