@udi-organization/udi-package 1.0.50 → 1.0.51
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 +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +7 -1
- package/dist/index.cjs.css +0 -1
- package/dist/index.esm.css +0 -1
package/dist/index.esm.js
CHANGED
|
@@ -2368,7 +2368,7 @@ var UdiTable = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
2368
2368
|
children: [/*#__PURE__*/jsx(TableHeader, {
|
|
2369
2369
|
name: name,
|
|
2370
2370
|
freeActions: freeActions,
|
|
2371
|
-
getState: (_ref$current = ref.current) === null || _ref$current === void 0 ? void 0 : _ref$current.getState
|
|
2371
|
+
getState: ref === null || ref === void 0 || (_ref$current = ref.current) === null || _ref$current === void 0 ? void 0 : _ref$current.getState
|
|
2372
2372
|
}), /*#__PURE__*/jsxs("div", {
|
|
2373
2373
|
className: "udi-table-container ".concat(className),
|
|
2374
2374
|
onMouseEnter: handleMouseEnter,
|
|
@@ -3150,7 +3150,7 @@ var useUdiTableSync = function useUdiTableSync() {
|
|
|
3150
3150
|
};
|
|
3151
3151
|
|
|
3152
3152
|
function test(name) {
|
|
3153
|
-
return "Hello, ".concat(name, "! test
|
|
3153
|
+
return "Hello, ".concat(name, "! this is a test 1208");
|
|
3154
3154
|
}
|
|
3155
3155
|
function add(a, b) {
|
|
3156
3156
|
return a + b;
|