@worldresources/wri-design-systems 2.156.0 → 2.156.2

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.cjs.js CHANGED
@@ -2215,7 +2215,12 @@
2215
2215
  box-shadow: ${"full-width"===e?"none":`0 0 0 1px ${h("neutral",300)}`};
2216
2216
  `,Ui=e=>r.css`
2217
2217
  tr {
2218
- background-color: ${h("neutral","full-width"===e?100:200)}
2218
+ background-color: ${h("neutral","full-width"===e?100:200)};
2219
+
2220
+ th {
2221
+ border-color: ${h("neutral",300)};
2222
+ }
2223
+ }
2219
2224
  `,Xi=r.css`
2220
2225
  font-size: 16px;
2221
2226
  line-height: 24px;
@@ -2260,6 +2265,14 @@
2260
2265
  `,ea=r.css`
2261
2266
  tr {
2262
2267
  height: 48px;
2268
+
2269
+ td {
2270
+ border-color: ${h("neutral",300)};
2271
+ }
2272
+
2273
+ :hover {
2274
+ background-color: ${h("neutral",200)};
2275
+ }
2263
2276
  }
2264
2277
  `,ta=e.Table.Row,na=e.Table.Cell,ra=r.css`
2265
2278
  border: 1px solid ${h("neutral",300)};