@react-stately/table 3.11.8-nightly.4620 → 3.11.8-nightly.4623
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/Cell.mjs +1 -1
- package/dist/Column.mjs +1 -1
- package/dist/Row.mjs +1 -1
- package/dist/TableBody.mjs +1 -1
- package/dist/TableCollection.mjs +1 -1
- package/dist/TableColumnLayout.mjs +1 -1
- package/dist/TableHeader.mjs +1 -1
- package/dist/TableUtils.mjs +1 -1
- package/dist/useTableColumnResizeState.mjs +1 -1
- package/dist/useTableState.mjs +1 -1
- package/dist/useTreeGridState.mjs +1 -1
- package/package.json +10 -10
package/dist/Cell.mjs
CHANGED
package/dist/Column.mjs
CHANGED
package/dist/Row.mjs
CHANGED
package/dist/TableBody.mjs
CHANGED
package/dist/TableCollection.mjs
CHANGED
|
@@ -275,4 +275,4 @@ class $788781baa30117fa$export$596e1b2e2cf93690 extends (0, $iLnZt$GridCollectio
|
|
|
275
275
|
|
|
276
276
|
|
|
277
277
|
export {$788781baa30117fa$export$7c127db850d4e81e as buildHeaderRows, $788781baa30117fa$export$596e1b2e2cf93690 as TableCollection};
|
|
278
|
-
//# sourceMappingURL=TableCollection.
|
|
278
|
+
//# sourceMappingURL=TableCollection.module.js.map
|
package/dist/TableHeader.mjs
CHANGED
package/dist/TableUtils.mjs
CHANGED
|
@@ -172,4 +172,4 @@ function $6818b1c4fc67028d$var$cascadeRounding(flexItems) {
|
|
|
172
172
|
|
|
173
173
|
|
|
174
174
|
export {$6818b1c4fc67028d$export$1994a077b98ee0d5 as isStatic, $6818b1c4fc67028d$export$9078bad4c3934604 as parseFractionalUnit, $6818b1c4fc67028d$export$7bbad27896f7ae9f as parseStaticWidth, $6818b1c4fc67028d$export$59185c62a7544aa0 as getMaxWidth, $6818b1c4fc67028d$export$f556054ce4358701 as getMinWidth, $6818b1c4fc67028d$export$55d50dc687385491 as calculateColumnSizes};
|
|
175
|
-
//# sourceMappingURL=TableUtils.
|
|
175
|
+
//# sourceMappingURL=TableUtils.module.js.map
|
|
@@ -105,4 +105,4 @@ function $292bc4e09cd0eb62$export$cb895dcf85db1319(props, state) {
|
|
|
105
105
|
|
|
106
106
|
|
|
107
107
|
export {$292bc4e09cd0eb62$export$cb895dcf85db1319 as useTableColumnResizeState};
|
|
108
|
-
//# sourceMappingURL=useTableColumnResizeState.
|
|
108
|
+
//# sourceMappingURL=useTableColumnResizeState.module.js.map
|
package/dist/useTableState.mjs
CHANGED
|
@@ -199,4 +199,4 @@ function $ee65a0057fd99531$var$generateTreeGridCollection(nodes, opts) {
|
|
|
199
199
|
|
|
200
200
|
|
|
201
201
|
export {$ee65a0057fd99531$export$34dfa8a1622185a4 as UNSTABLE_useTreeGridState};
|
|
202
|
-
//# sourceMappingURL=useTreeGridState.
|
|
202
|
+
//# sourceMappingURL=useTreeGridState.module.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-stately/table",
|
|
3
|
-
"version": "3.11.8-nightly.
|
|
3
|
+
"version": "3.11.8-nightly.4623+b294de874",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -22,14 +22,14 @@
|
|
|
22
22
|
"url": "https://github.com/adobe/react-spectrum"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@react-stately/collections": "3.0.0-nightly.
|
|
26
|
-
"@react-stately/flags": "3.0.3-nightly.
|
|
27
|
-
"@react-stately/grid": "3.8.7-nightly.
|
|
28
|
-
"@react-stately/selection": "3.0.0-nightly.
|
|
29
|
-
"@react-stately/utils": "3.0.0-nightly.
|
|
30
|
-
"@react-types/grid": "3.2.6-nightly.
|
|
31
|
-
"@react-types/shared": "3.0.0-nightly.
|
|
32
|
-
"@react-types/table": "3.9.5-nightly.
|
|
25
|
+
"@react-stately/collections": "3.0.0-nightly.2911+b294de874",
|
|
26
|
+
"@react-stately/flags": "3.0.3-nightly.4623+b294de874",
|
|
27
|
+
"@react-stately/grid": "3.8.7-nightly.4623+b294de874",
|
|
28
|
+
"@react-stately/selection": "3.0.0-nightly.2911+b294de874",
|
|
29
|
+
"@react-stately/utils": "3.0.0-nightly.2911+b294de874",
|
|
30
|
+
"@react-types/grid": "3.2.6-nightly.4623+b294de874",
|
|
31
|
+
"@react-types/shared": "3.0.0-nightly.2911+b294de874",
|
|
32
|
+
"@react-types/table": "3.9.5-nightly.4623+b294de874",
|
|
33
33
|
"@swc/helpers": "^0.5.0"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"publishConfig": {
|
|
39
39
|
"access": "public"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "b294de874c16fad64bc4b930ccee1c9ffeb1c20f"
|
|
42
42
|
}
|