@kaio-xyz/design-system 1.1.150 → 1.1.151
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 +7 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +7 -4
- package/dist/index.esm.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -1137,15 +1137,11 @@ var tableCustomStyles = {
|
|
|
1137
1137
|
table: {
|
|
1138
1138
|
style: {
|
|
1139
1139
|
backgroundColor: "var(--neutral-100)",
|
|
1140
|
-
borderRadius: "var(--radius-16-px)",
|
|
1141
|
-
border: "1px solid var(--neutral-80)",
|
|
1142
|
-
overflow: "hidden",
|
|
1143
1140
|
},
|
|
1144
1141
|
},
|
|
1145
1142
|
headRow: {
|
|
1146
1143
|
style: {
|
|
1147
1144
|
backgroundColor: "var(--neutral-90)",
|
|
1148
|
-
borderBottom: "1px solid var(--neutral-80)",
|
|
1149
1145
|
},
|
|
1150
1146
|
},
|
|
1151
1147
|
headCells: {
|
|
@@ -1167,6 +1163,13 @@ var tableCustomStyles = {
|
|
|
1167
1163
|
fontSize: "var(--font-size-16-px)",
|
|
1168
1164
|
},
|
|
1169
1165
|
},
|
|
1166
|
+
noData: {
|
|
1167
|
+
style: {
|
|
1168
|
+
backgroundColor: "var(--neutral-100)",
|
|
1169
|
+
color: "var(--neutral-45)",
|
|
1170
|
+
padding: "var(--space-32-px)",
|
|
1171
|
+
},
|
|
1172
|
+
},
|
|
1170
1173
|
pagination: {
|
|
1171
1174
|
style: {
|
|
1172
1175
|
backgroundColor: "var(--neutral-100)",
|