@xsolla/xui-core 0.152.0 → 0.153.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.
package/index.mjs CHANGED
@@ -3315,6 +3315,25 @@ var themeConfig = (mode = "dark", productContext = defaultProductContext) => {
3315
3315
  }
3316
3316
  };
3317
3317
  return configs[size];
3318
+ },
3319
+ table: {
3320
+ containerRadius: 8,
3321
+ containerPaddingVertical: 0,
3322
+ containerGap: 0,
3323
+ captionFontSize: 14,
3324
+ captionLineHeight: 20,
3325
+ headerRowHeight: 56,
3326
+ headerRowPaddingHorizontal: 24,
3327
+ headerCellGap: 4,
3328
+ headerCellFontSize: 14,
3329
+ headerCellLineHeight: 18,
3330
+ rowHeight: 56,
3331
+ rowPaddingHorizontal: 24,
3332
+ cellGap: 16,
3333
+ cellFontSize: 14,
3334
+ cellLineHeight: 18,
3335
+ paginationGap: 16,
3336
+ paginationPaddingHorizontal: 24
3318
3337
  }
3319
3338
  }
3320
3339
  };