@eqtylab/equality 1.5.0 → 1.5.1

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.
@@ -112,6 +112,12 @@
112
112
  line-height: var(--tw-leading, calc(1.25 / 0.875));
113
113
  color: var(--color-text-secondary);
114
114
  }
115
+ .table-border {
116
+ border-style: var(--tw-border-style);
117
+ border-width: 1px;
118
+ overflow: hidden;
119
+ border-radius: var(--radius-md, 0.375rem);
120
+ }
115
121
  .table--sunken .table-header,
116
122
  .table--sunken .table-footer {
117
123
  background-color: var(--color-background-base);
@@ -180,6 +186,18 @@
180
186
  );
181
187
  }
182
188
  }
189
+ .table--sunken.table-border {
190
+ border-color: var(--color-border-sunken);
191
+ }
192
+ .table--base.table-border {
193
+ border-color: var(--color-border-base);
194
+ }
195
+ .table--raised.table-border {
196
+ border-color: var(--color-border-raised);
197
+ }
198
+ .table--overlay.table-border {
199
+ border-color: var(--color-border-overlay);
200
+ }
183
201
  .table-body .table-row:nth-child(even) {
184
202
  background-color: var(--table-stripe-bg);
185
203
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@eqtylab/equality",
3
3
  "description": "EQTYLab's component and token-based design system",
4
4
  "homepage": "https://equality.eqtylab.io/",
5
- "version": "1.5.0",
5
+ "version": "1.5.1",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
8
8
  "component library",