react-luminus-components 1.4.16 → 1.4.17

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.d.ts CHANGED
@@ -52,7 +52,6 @@ export { MiniDetailTooltip } from './components/common';
52
52
  export { MiniDetailValueItem } from './components/common';
53
53
  export { RouteLink } from './components/common';
54
54
  export { Approval } from './components/common';
55
- export { StrictModeDroppable } from './components/common';
56
55
  export { MessageBoard } from './components/Layout';
57
56
  export { Tabs, Tab, TabPanel } from './components/NewTabs';
58
57
  export { default as ResponsiveTabs } from './components/ResponsiveTabs/ResponsiveTabs';
package/dist/main.es.js CHANGED
@@ -2063,7 +2063,7 @@ function bf(e, t) {
2063
2063
  return e === t;
2064
2064
  }
2065
2065
  function xf(e) {
2066
- var t = e === void 0 ? {} : e, r = t.connectHOC, n = r === void 0 ? Xp : r, a = t.mapStateToPropsFactories, o = a === void 0 ? of : a, i = t.mapDispatchToPropsFactories, l = i === void 0 ? rf : i, c = t.mergePropsFactories, p = c === void 0 ? uf : c, d = t.selectorFactory, u = d === void 0 ? mf : d;
2066
+ var t = {}, r = t.connectHOC, n = r === void 0 ? Xp : r, a = t.mapStateToPropsFactories, o = a === void 0 ? of : a, i = t.mapDispatchToPropsFactories, l = i === void 0 ? rf : i, c = t.mergePropsFactories, p = c === void 0 ? uf : c, d = t.selectorFactory, u = d === void 0 ? mf : d;
2067
2067
  return function(g, v, b, h) {
2068
2068
  h === void 0 && (h = {});
2069
2069
  var m = h, x = m.pure, D = x === void 0 ? !0 : x, N = m.areStatesEqual, y = N === void 0 ? bf : N, S = m.areOwnPropsEqual, I = S === void 0 ? Tn : S, O = m.areStatePropsEqual, E = O === void 0 ? Tn : O, T = m.areMergedPropsEqual, k = T === void 0 ? Tn : T, M = en(m, hf), C = Rn(g, o, "mapStateToProps"), Z = Rn(v, l, "mapDispatchToProps"), Y = Rn(b, p, "mergeProps");
@@ -10496,7 +10496,6 @@ export {
10496
10496
  Na as SimplePicker,
10497
10497
  _r as SimpleToggle,
10498
10498
  Ge as SimpleTooltip,
10499
- xb as StrictModeDroppable,
10500
10499
  Ly as Tab,
10501
10500
  eD as TabPanel,
10502
10501
  Ry as Tabs,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-luminus-components",
3
- "version": "1.4.16",
3
+ "version": "1.4.17",
4
4
  "description": "Library of React Components reusable in Luminus projects (Fleetman, CAFM)",
5
5
  "type": "module",
6
6
  "repository": {