@stokelp/ui 2.58.0 → 2.60.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/dist/ui.js CHANGED
@@ -20367,7 +20367,7 @@ const Mf = /* @__PURE__ */ nu(Lf), vf = Mf(
20367
20367
  root: {
20368
20368
  fontFamily: "satoshi",
20369
20369
  tableLayout: "fixed",
20370
- borderCollapse: "collapse",
20370
+ borderCollapse: "separate",
20371
20371
  width: "100%",
20372
20372
  borderSpacing: 0,
20373
20373
  borderRadius: "radius-8",
@@ -20410,15 +20410,23 @@ const Mf = /* @__PURE__ */ nu(Lf), vf = Mf(
20410
20410
  },
20411
20411
  pr: "space-16",
20412
20412
  py: "space-18"
20413
- },
20414
- "&:last-of-type": {
20415
- borderBottom: "none"
20416
- },
20413
+ }
20414
+ }
20415
+ },
20416
+ tr: {
20417
+ "& td": {
20417
20418
  borderBottom: "1px solid",
20418
20419
  borderColor: "primary.100"
20420
+ },
20421
+ "&:last-child": {
20422
+ "& td": {
20423
+ borderBottom: "none"
20424
+ }
20419
20425
  }
20420
20426
  },
20421
20427
  th: {
20428
+ borderBottom: "1px solid",
20429
+ borderColor: "primary.100",
20422
20430
  '&[data-sortable="true"]': {
20423
20431
  userSelect: "none",
20424
20432
  position: "relative",
@@ -22858,7 +22866,8 @@ const Ef = U({
22858
22866
  300: { value: "#898B93" },
22859
22867
  200: { value: "#ADAEB4" },
22860
22868
  100: { value: "#D1D2D6" },
22861
- 50: { value: "#F5F6F6" }
22869
+ 50: { value: "#F5F6F6" },
22870
+ 10: { value: "#FBFBFC" }
22862
22871
  },
22863
22872
  red: {
22864
22873
  900: { value: "#802727" },