@datawheel/data-explorer 1.1.2 → 1.1.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.
- package/dist/main.mjs +6 -3
- package/package.json +3 -3
package/dist/main.mjs
CHANGED
|
@@ -3374,7 +3374,12 @@ function TableView({
|
|
|
3374
3374
|
striped: true,
|
|
3375
3375
|
verticalSpacing: "xs",
|
|
3376
3376
|
withBorder: true,
|
|
3377
|
-
withColumnBorders: true
|
|
3377
|
+
withColumnBorders: true,
|
|
3378
|
+
sx: {
|
|
3379
|
+
"thead > tr > th": {
|
|
3380
|
+
padding: "0.5rem 1rem"
|
|
3381
|
+
}
|
|
3382
|
+
}
|
|
3378
3383
|
},
|
|
3379
3384
|
/* @__PURE__ */ React13__default.createElement(
|
|
3380
3385
|
Box,
|
|
@@ -3394,8 +3399,6 @@ function TableView({
|
|
|
3394
3399
|
const base = (theme) => ({
|
|
3395
3400
|
backgroundColor: theme.colorScheme === "dark" ? theme.colors.dark[7] : theme.colors.gray[0],
|
|
3396
3401
|
textAlign: isNumeric ? "right" : "left",
|
|
3397
|
-
height: 60,
|
|
3398
|
-
paddingBottom: 10,
|
|
3399
3402
|
minWidth: 210,
|
|
3400
3403
|
width: 300,
|
|
3401
3404
|
maxWidth: 450,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datawheel/data-explorer",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"main": "./dist/main.mjs",
|
|
5
5
|
"types": "./dist/main.d.mts",
|
|
6
6
|
"files": [
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@datawheel/use-translation": "^0.2.0",
|
|
22
|
-
"@datawheel/vizbuilder": "^0.6.0
|
|
22
|
+
"@datawheel/vizbuilder": "^0.6.0",
|
|
23
23
|
"@reactour/tour": "^3.7.0",
|
|
24
24
|
"@reduxjs/toolkit": "^1.9.3",
|
|
25
25
|
"@tabler/icons-react": "^2.7.0",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"yn": "^5.0.0"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
|
-
"@datawheel/vizbuilder": "^0.6.0-rc.4",
|
|
50
49
|
"@emotion/react": "^11.0.0",
|
|
50
|
+
"@datawheel/vizbuilder": "^0.6.0",
|
|
51
51
|
"@mantine/core": "^6.0.0",
|
|
52
52
|
"@mantine/dates": "^6.0.0",
|
|
53
53
|
"@mantine/hooks": "^6.0.0",
|