@phpsoftbox/react-softbox 0.8.3 → 0.8.4

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.
@@ -3,12 +3,14 @@
3
3
  border-radius: var(--radius-md);
4
4
  border: 1px solid var(--color-line);
5
5
  background: var(--surface-panel);
6
+ overflow: hidden;
6
7
  }
7
8
 
8
9
  .tableScroll {
9
10
  width: 100%;
10
11
  overflow-x: auto;
11
12
  overflow-y: hidden;
13
+ border-radius: inherit;
12
14
  }
13
15
 
14
16
  .bulkActions {
@@ -134,6 +136,12 @@
134
136
 
135
137
  .footerCell {
136
138
  font-weight: 600;
139
+ border-top: 1px solid var(--color-divider);
140
+ border-bottom: none;
141
+ }
142
+
143
+ .body .row:last-child .cell {
144
+ border-bottom: none;
137
145
  }
138
146
 
139
147
  .striped .row:nth-child(even) {
@@ -141,6 +141,7 @@
141
141
  --ui-control-padding-y: 12px;
142
142
  --ui-control-font-size: var(--font-size-3);
143
143
  --ui-control-line-height: 1.2;
144
+ --ui-table-min: 560px;
144
145
  }
145
146
 
146
147
  :root[data-theme="light"] {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phpsoftbox/react-softbox",
3
- "version": "0.8.3",
3
+ "version": "0.8.4",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",