@pathscale/ui 1.1.9 → 1.1.11

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.
@@ -18,7 +18,7 @@
18
18
  background-color: var(--color-base-200);
19
19
  padding-inline: 0.25rem;
20
20
  padding-bottom: 0.25rem;
21
- border-radius: 0.75rem;
21
+ border-radius: calc(var(--radius-box, 1rem) * 1.25);
22
22
  }
23
23
 
24
24
  /* --------------------------------------------------------------------------
@@ -94,13 +94,13 @@
94
94
  }
95
95
 
96
96
  .table-root--secondary .table__column:first-child {
97
- border-top-left-radius: 0.75rem;
98
- border-bottom-left-radius: 0.75rem;
97
+ border-top-left-radius: 1rem;
98
+ border-bottom-left-radius: 1rem;
99
99
  }
100
100
 
101
101
  .table-root--secondary .table__column:last-child {
102
- border-top-right-radius: 0.75rem;
103
- border-bottom-right-radius: 0.75rem;
102
+ border-top-right-radius: 1rem;
103
+ border-bottom-right-radius: 1rem;
104
104
  }
105
105
 
106
106
  .table-root--secondary .table__body tr:first-child td:first-child,
@@ -197,19 +197,19 @@
197
197
  Table Body (<tbody>)
198
198
  -------------------------------------------------------------------------- */
199
199
  .table__body tr:first-child td:first-child {
200
- border-top-left-radius: 0.5rem;
200
+ border-top-left-radius: 1rem;
201
201
  }
202
202
 
203
203
  .table__body tr:first-child td:last-child {
204
- border-top-right-radius: 0.5rem;
204
+ border-top-right-radius: 1rem;
205
205
  }
206
206
 
207
207
  .table__body tr:last-child td:first-child {
208
- border-bottom-left-radius: 0.5rem;
208
+ border-bottom-left-radius: 1rem;
209
209
  }
210
210
 
211
211
  .table__body tr:last-child td:last-child {
212
- border-bottom-right-radius: 0.5rem;
212
+ border-bottom-right-radius: 1rem;
213
213
  }
214
214
 
215
215
  /* --------------------------------------------------------------------------
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pathscale/ui",
3
- "version": "1.1.9",
3
+ "version": "1.1.11",
4
4
  "author": "pathscale",
5
5
  "repository": {
6
6
  "type": "git",