@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 CHANGED
@@ -2370,7 +2370,7 @@ var UdiTable = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
2370
2370
  children: [/*#__PURE__*/jsxRuntime.jsx(TableHeader, {
2371
2371
  name: name,
2372
2372
  freeActions: freeActions,
2373
- getState: (_ref$current = ref.current) === null || _ref$current === void 0 ? void 0 : _ref$current.getState
2373
+ getState: ref === null || ref === void 0 || (_ref$current = ref.current) === null || _ref$current === void 0 ? void 0 : _ref$current.getState
2374
2374
  }), /*#__PURE__*/jsxRuntime.jsxs("div", {
2375
2375
  className: "udi-table-container ".concat(className),
2376
2376
  onMouseEnter: handleMouseEnter,
@@ -3152,7 +3152,7 @@ var useUdiTableSync = function useUdiTableSync() {
3152
3152
  };
3153
3153
 
3154
3154
  function test(name) {
3155
- return "Hello, ".concat(name, "! test danny04233592");
3155
+ return "Hello, ".concat(name, "! this is a test 1208");
3156
3156
  }
3157
3157
  function add(a, b) {
3158
3158
  return a + b;