@bigbinary/neetoui 8.2.13 → 8.2.15

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.
Files changed (109) hide show
  1. package/dist/ActionDropdown.js +2 -2
  2. package/dist/Alert.js +3 -3
  3. package/dist/Checkbox.js +2 -2
  4. package/dist/ColorPicker.js +2 -2
  5. package/dist/DatePicker.js +6 -6
  6. package/dist/Dropdown.js +2 -2
  7. package/dist/Input.js +2 -2
  8. package/dist/Modal.js +3 -3
  9. package/dist/MultiEmailInput.js +2 -2
  10. package/dist/Pagination.js +2 -2
  11. package/dist/Pane.js +3 -3
  12. package/dist/Radio.js +2 -2
  13. package/dist/Select.js +2 -2
  14. package/dist/Sidebar.js +2 -2
  15. package/dist/Slider.js +2 -2
  16. package/dist/Switch.js +2 -2
  17. package/dist/Table.js +263 -163
  18. package/dist/Table.js.map +1 -1
  19. package/dist/{Textarea-d9a69b9b.js → Textarea-ffce70c4.js} +2 -2
  20. package/dist/{Textarea-d9a69b9b.js.map → Textarea-ffce70c4.js.map} +1 -1
  21. package/dist/Textarea.js +3 -3
  22. package/dist/TimePicker.js +6 -6
  23. package/dist/Toastr.js +2 -2
  24. package/dist/TranslationProvider.js +1 -1
  25. package/dist/Tree.js +2 -2
  26. package/dist/TreeSelect.js +2 -2
  27. package/dist/cjs/ActionDropdown.js +2 -2
  28. package/dist/cjs/Alert.js +3 -3
  29. package/dist/cjs/Checkbox.js +2 -2
  30. package/dist/cjs/ColorPicker.js +2 -2
  31. package/dist/cjs/DatePicker.js +6 -6
  32. package/dist/cjs/Dropdown.js +2 -2
  33. package/dist/cjs/Input.js +2 -2
  34. package/dist/cjs/Modal.js +3 -3
  35. package/dist/cjs/MultiEmailInput.js +2 -2
  36. package/dist/cjs/Pagination.js +2 -2
  37. package/dist/cjs/Pane.js +3 -3
  38. package/dist/cjs/Radio.js +2 -2
  39. package/dist/cjs/Select.js +2 -2
  40. package/dist/cjs/Sidebar.js +2 -2
  41. package/dist/cjs/Slider.js +2 -2
  42. package/dist/cjs/Switch.js +2 -2
  43. package/dist/cjs/Table.js +267 -167
  44. package/dist/cjs/Table.js.map +1 -1
  45. package/dist/cjs/{Textarea-a5fa88e6.js → Textarea-19fb996b.js} +2 -2
  46. package/dist/cjs/{Textarea-a5fa88e6.js.map → Textarea-19fb996b.js.map} +1 -1
  47. package/dist/cjs/Textarea.js +3 -3
  48. package/dist/cjs/TimePicker.js +6 -6
  49. package/dist/cjs/Toastr.js +2 -2
  50. package/dist/cjs/TranslationProvider.js +1 -1
  51. package/dist/cjs/Tree.js +2 -2
  52. package/dist/cjs/TreeSelect.js +2 -2
  53. package/dist/cjs/{en-80d0fbff.js → en-2db2c836.js} +4 -2
  54. package/dist/cjs/en-2db2c836.js.map +1 -0
  55. package/dist/cjs/formik/ActionBlock.js +2 -2
  56. package/dist/cjs/formik/BlockNavigation.js +3 -3
  57. package/dist/cjs/formik/Checkbox.js +2 -2
  58. package/dist/cjs/formik/Input.js +2 -2
  59. package/dist/cjs/formik/MultiEmailInput.js +2 -2
  60. package/dist/cjs/formik/Radio.js +2 -2
  61. package/dist/cjs/formik/Select.js +2 -2
  62. package/dist/cjs/formik/Slider.js +2 -2
  63. package/dist/cjs/formik/Switch.js +2 -2
  64. package/dist/cjs/formik/Textarea.js +3 -3
  65. package/dist/cjs/formik/TreeSelect.js +2 -2
  66. package/dist/cjs/formik/index.js +4 -4
  67. package/dist/cjs/{index-e2b848cc.js → index-00bdc7be.js} +4 -4
  68. package/dist/cjs/{index-e2b848cc.js.map → index-00bdc7be.js.map} +1 -1
  69. package/dist/cjs/{index-0f5141e0.js → index-13162f47.js} +15 -2
  70. package/dist/cjs/index-13162f47.js.map +1 -0
  71. package/dist/cjs/index.js +6 -6
  72. package/dist/cjs/layouts.js +2 -2
  73. package/dist/cjs/{useOverlayManager-d4108cf8.js → useOverlayManager-0e028745.js} +2 -2
  74. package/dist/cjs/{useOverlayManager-d4108cf8.js.map → useOverlayManager-0e028745.js.map} +1 -1
  75. package/dist/cjs/{HeaderCellMenu-3deb613f.js → useRestoreScrollPosition-dd1bbd92.js} +55 -44
  76. package/dist/cjs/useRestoreScrollPosition-dd1bbd92.js.map +1 -0
  77. package/dist/{en-41f5c641.js → en-8006295a.js} +4 -2
  78. package/dist/en-8006295a.js.map +1 -0
  79. package/dist/formik/ActionBlock.js +2 -2
  80. package/dist/formik/BlockNavigation.js +3 -3
  81. package/dist/formik/Checkbox.js +2 -2
  82. package/dist/formik/Input.js +2 -2
  83. package/dist/formik/MultiEmailInput.js +2 -2
  84. package/dist/formik/Radio.js +2 -2
  85. package/dist/formik/Select.js +2 -2
  86. package/dist/formik/Slider.js +2 -2
  87. package/dist/formik/Switch.js +2 -2
  88. package/dist/formik/Textarea.js +3 -3
  89. package/dist/formik/TreeSelect.js +2 -2
  90. package/dist/formik/index.js +4 -4
  91. package/dist/{index-abadd6e9.js → index-4d4c3cde.js} +14 -3
  92. package/dist/index-4d4c3cde.js.map +1 -0
  93. package/dist/{index-9b5ec9a5.js → index-8ff1994f.js} +4 -4
  94. package/dist/{index-9b5ec9a5.js.map → index-8ff1994f.js.map} +1 -1
  95. package/dist/index.js +6 -6
  96. package/dist/layouts.js +2 -2
  97. package/dist/{useOverlayManager-593daea1.js → useOverlayManager-b8edcf18.js} +2 -2
  98. package/dist/{useOverlayManager-593daea1.js.map → useOverlayManager-b8edcf18.js.map} +1 -1
  99. package/dist/{HeaderCellMenu-bca097dd.js → useRestoreScrollPosition-853e5957.js} +55 -45
  100. package/dist/useRestoreScrollPosition-853e5957.js.map +1 -0
  101. package/package.json +1 -1
  102. package/src/translations/en.json +3 -1
  103. package/types/Table.d.ts +1 -0
  104. package/dist/HeaderCellMenu-bca097dd.js.map +0 -1
  105. package/dist/cjs/HeaderCellMenu-3deb613f.js.map +0 -1
  106. package/dist/cjs/en-80d0fbff.js.map +0 -1
  107. package/dist/cjs/index-0f5141e0.js.map +0 -1
  108. package/dist/en-41f5c641.js.map +0 -1
  109. package/dist/index-abadd6e9.js.map +0 -1
@@ -3,7 +3,7 @@ import _extends from '@babel/runtime/helpers/extends';
3
3
  import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
4
4
  import React__default from 'react';
5
5
  import classnames from 'classnames';
6
- import { n as noop } from './index-abadd6e9.js';
6
+ import { n as noop } from './index-4d4c3cde.js';
7
7
  import Button from './Button.js';
8
8
  import Dropdown from './Dropdown.js';
9
9
  import '@babel/runtime/helpers/slicedToArray';
@@ -17,7 +17,7 @@ import 'dayjs/plugin/weekOfYear';
17
17
  import '@bigbinary/neeto-cist';
18
18
  import 'qs';
19
19
  import 'ramda';
20
- import './en-41f5c641.js';
20
+ import './en-8006295a.js';
21
21
  import 'react-router-dom';
22
22
  import './Spinner.js';
23
23
  import './Tooltip.js';
package/dist/Alert.js CHANGED
@@ -13,7 +13,7 @@ import '@babel/runtime/helpers/slicedToArray';
13
13
  import '@tippyjs/react';
14
14
  import 'tippy.js';
15
15
  import '@bigbinary/neeto-icons';
16
- import './useOverlayManager-593daea1.js';
16
+ import './useOverlayManager-b8edcf18.js';
17
17
  import '@babel/runtime/helpers/esm/extends';
18
18
  import '@babel/runtime/helpers/esm/objectWithoutPropertiesLoose';
19
19
  import '@babel/runtime/helpers/esm/inheritsLoose';
@@ -24,7 +24,7 @@ import '@bigbinary/neeto-hotkeys';
24
24
  import './overlayManager.js';
25
25
  import '@babel/runtime/helpers/classCallCheck';
26
26
  import '@babel/runtime/helpers/createClass';
27
- import './index-abadd6e9.js';
27
+ import './index-4d4c3cde.js';
28
28
  import 'dayjs';
29
29
  import 'dayjs/plugin/localeData';
30
30
  import 'dayjs/plugin/utc';
@@ -32,7 +32,7 @@ import 'dayjs/plugin/weekday';
32
32
  import 'dayjs/plugin/weekOfYear';
33
33
  import '@bigbinary/neeto-cist';
34
34
  import 'qs';
35
- import './en-41f5c641.js';
35
+ import './en-8006295a.js';
36
36
 
37
37
  var SIZES = {
38
38
  small: "small",
package/dist/Checkbox.js CHANGED
@@ -7,7 +7,7 @@ import '@babel/runtime/helpers/slicedToArray';
7
7
  import 'react-router-dom';
8
8
  import '@bigbinary/neeto-hotkeys';
9
9
  import './overlayManager.js';
10
- import { h as hyphenize } from './index-abadd6e9.js';
10
+ import { h as hyphenize } from './index-4d4c3cde.js';
11
11
  import '@babel/runtime/helpers/defineProperty';
12
12
  import 'qs';
13
13
  import Label from './Label.js';
@@ -20,7 +20,7 @@ import 'dayjs/plugin/weekday';
20
20
  import 'dayjs/plugin/weekOfYear';
21
21
  import '@bigbinary/neeto-cist';
22
22
  import 'ramda';
23
- import './en-41f5c641.js';
23
+ import './en-8006295a.js';
24
24
  import '@bigbinary/neeto-icons';
25
25
  import './Button.js';
26
26
  import './Spinner.js';
@@ -10,7 +10,7 @@ import { HexColorInput, HexAlphaColorPicker, HexColorPicker } from 'react-colorf
10
10
  import { t as tinycolor } from './tinycolor-282c618c.js';
11
11
  import Button from './Button.js';
12
12
  import Dropdown from './Dropdown.js';
13
- import { n as noop } from './index-abadd6e9.js';
13
+ import { n as noop } from './index-4d4c3cde.js';
14
14
  import '@babel/runtime/helpers/objectWithoutProperties';
15
15
  import 'react-router-dom';
16
16
  import './Spinner.js';
@@ -27,7 +27,7 @@ import 'dayjs/plugin/utc';
27
27
  import 'dayjs/plugin/weekday';
28
28
  import 'dayjs/plugin/weekOfYear';
29
29
  import 'qs';
30
- import './en-41f5c641.js';
30
+ import './en-8006295a.js';
31
31
 
32
32
  const s=()=>"undefined"!=typeof window&&"EyeDropper"in window,i=()=>Promise.reject(new Error("Unsupported browser.")),c=()=>{const r=useRef(),[i,c]=useState(!1);useEffect(()=>(r.current=!0,c(s()),()=>{r.current=!1;}),[]);const u=useCallback(()=>i,[i]);return [r,u]},u=r=>{const o=(r=>s()&&new EyeDropper(r))(r);var n;return (n=o)?EyeDropper.prototype.open.bind(n):i},p=e=>{const s=useMemo(()=>u(e),[e]),[i,p]=c(),a=useRef(),f=useCallback(()=>{void 0!==a.current&&a.current.abort();},[a]),d=useCallback(function(r){void 0===r&&(r={});try{f();const{signal:o,...n}=r,t=new AbortController;a.current=t;const e=void 0!==o?(r=>{const o=new AbortController,n=()=>{o.abort();for(const o of r)o.removeEventListener("abort",n);};for(const o of r){if(o.aborted){n();break}o.addEventListener("abort",n);}return o.signal})([o,t.signal]):t.signal;return Promise.resolve(function(r,o){try{var t=Promise.resolve(s({...n,signal:e}));}catch(r){return o(r)}return t&&t.then?t.then(void 0,o):t}(0,function(r){throw i.current||(r.canceled=!0),r}))}catch(r){return Promise.reject(r)}},[a,i,f,s]);return useEffect(()=>f,[f]),{open:d,close:f,isSupported:p}};
33
33
 
@@ -24,8 +24,8 @@ import '@babel/runtime/regenerator';
24
24
  import 'react-colorful';
25
25
  import './tinycolor-282c618c.js';
26
26
  import './Dropdown.js';
27
- import './index-abadd6e9.js';
28
- export { D as default } from './index-9b5ec9a5.js';
27
+ import './index-4d4c3cde.js';
28
+ export { D as default } from './index-8ff1994f.js';
29
29
  import './Input.js';
30
30
  import './Label.js';
31
31
  import './MultiEmailInput.js';
@@ -34,7 +34,7 @@ import './useId-c1d20bba.js';
34
34
  import '@bigbinary/neeto-hotkeys';
35
35
  import './overlayManager.js';
36
36
  import 'qs';
37
- import './Textarea-d9a69b9b.js';
37
+ import './Textarea-ffce70c4.js';
38
38
  import '@babel/runtime/helpers/toConsumableArray';
39
39
  import './Pane.js';
40
40
  import './Popover.js';
@@ -69,7 +69,7 @@ import './Switch.js';
69
69
  import './Tab.js';
70
70
  import 'antd/lib/table';
71
71
  import 'react-drag-listview';
72
- import './HeaderCellMenu-bca097dd.js';
72
+ import './useRestoreScrollPosition-853e5957.js';
73
73
  import 'react-resizable';
74
74
  import './Tag.js';
75
75
  import './Toastr.js';
@@ -80,10 +80,10 @@ import 'dayjs/plugin/localeData';
80
80
  import 'dayjs/plugin/utc';
81
81
  import 'dayjs/plugin/weekday';
82
82
  import 'dayjs/plugin/weekOfYear';
83
- import './en-41f5c641.js';
83
+ import './en-8006295a.js';
84
84
  import './Spinner.js';
85
85
  import './Tooltip.js';
86
- import './useOverlayManager-593daea1.js';
86
+ import './useOverlayManager-b8edcf18.js';
87
87
  import '@babel/runtime/helpers/esm/objectWithoutPropertiesLoose';
88
88
  import '@babel/runtime/helpers/esm/inheritsLoose';
89
89
  import '@babel/runtime/helpers/esm/assertThisInitialized';
package/dist/Dropdown.js CHANGED
@@ -8,7 +8,7 @@ import classnames from 'classnames';
8
8
  import { Down } from '@bigbinary/neeto-icons';
9
9
  import { isNil } from 'ramda';
10
10
  import Button from './Button.js';
11
- import { h as hyphenize, n as noop } from './index-abadd6e9.js';
11
+ import { h as hyphenize, n as noop } from './index-4d4c3cde.js';
12
12
  import { isPresent } from '@bigbinary/neeto-cist';
13
13
  import Tooltip from './Tooltip.js';
14
14
  import { Link } from 'react-router-dom';
@@ -22,7 +22,7 @@ import 'dayjs/plugin/utc';
22
22
  import 'dayjs/plugin/weekday';
23
23
  import 'dayjs/plugin/weekOfYear';
24
24
  import 'qs';
25
- import './en-41f5c641.js';
25
+ import './en-8006295a.js';
26
26
 
27
27
  var Divider = function Divider(props) {
28
28
  return /*#__PURE__*/React__default.createElement("li", _extends({
package/dist/Input.js CHANGED
@@ -9,7 +9,7 @@ import { u as useId } from './useId-c1d20bba.js';
9
9
  import 'react-router-dom';
10
10
  import '@bigbinary/neeto-hotkeys';
11
11
  import './overlayManager.js';
12
- import { h as hyphenize } from './index-abadd6e9.js';
12
+ import { h as hyphenize } from './index-4d4c3cde.js';
13
13
  import 'qs';
14
14
  import Label from './Label.js';
15
15
  import '@babel/runtime/helpers/classCallCheck';
@@ -20,7 +20,7 @@ import 'dayjs/plugin/utc';
20
20
  import 'dayjs/plugin/weekday';
21
21
  import 'dayjs/plugin/weekOfYear';
22
22
  import '@bigbinary/neeto-cist';
23
- import './en-41f5c641.js';
23
+ import './en-8006295a.js';
24
24
  import '@bigbinary/neeto-icons';
25
25
  import './Button.js';
26
26
  import './Spinner.js';
package/dist/Modal.js CHANGED
@@ -5,7 +5,7 @@ import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProper
5
5
  import React__default, { useState, useRef } from 'react';
6
6
  import classnames from 'classnames';
7
7
  import { Close } from '@bigbinary/neeto-icons';
8
- import { u as useOverlayManager, a as useOverlay, P as Portal, C as CSSTransition, B as Backdrop } from './useOverlayManager-593daea1.js';
8
+ import { u as useOverlayManager, a as useOverlay, P as Portal, C as CSSTransition, B as Backdrop } from './useOverlayManager-b8edcf18.js';
9
9
  import Button from './Button.js';
10
10
  import 'react-router-dom';
11
11
  import 'qs';
@@ -20,14 +20,14 @@ import '@bigbinary/neeto-hotkeys';
20
20
  import './overlayManager.js';
21
21
  import '@babel/runtime/helpers/classCallCheck';
22
22
  import '@babel/runtime/helpers/createClass';
23
- import './index-abadd6e9.js';
23
+ import './index-4d4c3cde.js';
24
24
  import 'dayjs';
25
25
  import 'dayjs/plugin/localeData';
26
26
  import 'dayjs/plugin/utc';
27
27
  import 'dayjs/plugin/weekday';
28
28
  import 'dayjs/plugin/weekOfYear';
29
29
  import '@bigbinary/neeto-cist';
30
- import './en-41f5c641.js';
30
+ import './en-8006295a.js';
31
31
  import './Spinner.js';
32
32
  import './Tooltip.js';
33
33
  import '@tippyjs/react';
@@ -7,7 +7,7 @@ import React__default, { useRef, useEffect, forwardRef, useState } from 'react';
7
7
  import classnames from 'classnames';
8
8
  import { assoc, pluck, mergeLeft, isEmpty } from 'ramda';
9
9
  import { c as components, C as CreatableSelect } from './react-select-creatable.esm-ad71b0c0.js';
10
- import { h as hyphenize, n as noop } from './index-abadd6e9.js';
10
+ import { h as hyphenize, n as noop } from './index-4d4c3cde.js';
11
11
  import _toArray from '@babel/runtime/helpers/toArray';
12
12
  import { Close } from '@bigbinary/neeto-icons';
13
13
  import '@babel/runtime/helpers/esm/objectSpread2';
@@ -39,7 +39,7 @@ import 'dayjs/plugin/weekday';
39
39
  import 'dayjs/plugin/weekOfYear';
40
40
  import '@bigbinary/neeto-cist';
41
41
  import 'qs';
42
- import './en-41f5c641.js';
42
+ import './en-8006295a.js';
43
43
  import './Button.js';
44
44
  import 'react-router-dom';
45
45
  import './Spinner.js';
@@ -6,7 +6,7 @@ import { useHistory } from 'react-router-dom';
6
6
  import '@babel/runtime/helpers/slicedToArray';
7
7
  import '@bigbinary/neeto-hotkeys';
8
8
  import './overlayManager.js';
9
- import { b as buildUrl } from './index-abadd6e9.js';
9
+ import { b as buildUrl } from './index-4d4c3cde.js';
10
10
  import { u as useQueryParams } from './useQueryParams-dcb34865.js';
11
11
  import _toConsumableArray from '@babel/runtime/helpers/toConsumableArray';
12
12
  import '@babel/runtime/helpers/classCallCheck';
@@ -19,7 +19,7 @@ import 'dayjs/plugin/weekday';
19
19
  import 'dayjs/plugin/weekOfYear';
20
20
  import '@bigbinary/neeto-cist';
21
21
  import 'qs';
22
- import './en-41f5c641.js';
22
+ import './en-8006295a.js';
23
23
 
24
24
  var DOTS = "...";
25
25
 
package/dist/Pane.js CHANGED
@@ -5,7 +5,7 @@ import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProper
5
5
  import React__default, { useState, useRef, useEffect } from 'react';
6
6
  import classnames from 'classnames';
7
7
  import { Close } from '@bigbinary/neeto-icons';
8
- import { u as useOverlayManager, a as useOverlay, P as Portal, C as CSSTransition, B as Backdrop } from './useOverlayManager-593daea1.js';
8
+ import { u as useOverlayManager, a as useOverlay, P as Portal, C as CSSTransition, B as Backdrop } from './useOverlayManager-b8edcf18.js';
9
9
  import Button from './Button.js';
10
10
  import 'react-router-dom';
11
11
  import 'qs';
@@ -19,14 +19,14 @@ import '@bigbinary/neeto-hotkeys';
19
19
  import './overlayManager.js';
20
20
  import '@babel/runtime/helpers/classCallCheck';
21
21
  import '@babel/runtime/helpers/createClass';
22
- import './index-abadd6e9.js';
22
+ import './index-4d4c3cde.js';
23
23
  import 'dayjs';
24
24
  import 'dayjs/plugin/localeData';
25
25
  import 'dayjs/plugin/utc';
26
26
  import 'dayjs/plugin/weekday';
27
27
  import 'dayjs/plugin/weekOfYear';
28
28
  import '@bigbinary/neeto-cist';
29
- import './en-41f5c641.js';
29
+ import './en-8006295a.js';
30
30
  import './Spinner.js';
31
31
  import './Tooltip.js';
32
32
  import '@tippyjs/react';
package/dist/Radio.js CHANGED
@@ -9,7 +9,7 @@ import { u as useId } from './useId-c1d20bba.js';
9
9
  import 'react-router-dom';
10
10
  import '@bigbinary/neeto-hotkeys';
11
11
  import './overlayManager.js';
12
- import { h as hyphenize } from './index-abadd6e9.js';
12
+ import { h as hyphenize } from './index-4d4c3cde.js';
13
13
  import 'qs';
14
14
  import '@bigbinary/neeto-icons';
15
15
  import './Button.js';
@@ -28,7 +28,7 @@ import 'dayjs/plugin/weekday';
28
28
  import 'dayjs/plugin/weekOfYear';
29
29
  import '@bigbinary/neeto-cist';
30
30
  import 'ramda';
31
- import './en-41f5c641.js';
31
+ import './en-8006295a.js';
32
32
 
33
33
  var _excluded$1 = ["name", "label", "className", "labelProps"];
34
34
  var Item = function Item(_ref) {
package/dist/Select.js CHANGED
@@ -27,7 +27,7 @@ import { u as useId } from './useId-c1d20bba.js';
27
27
  import 'react-router-dom';
28
28
  import '@bigbinary/neeto-hotkeys';
29
29
  import './overlayManager.js';
30
- import { h as hyphenize } from './index-abadd6e9.js';
30
+ import { h as hyphenize } from './index-4d4c3cde.js';
31
31
  import 'qs';
32
32
  import Label from './Label.js';
33
33
  import Spinner from './Spinner.js';
@@ -43,7 +43,7 @@ import 'dayjs/plugin/localeData';
43
43
  import 'dayjs/plugin/utc';
44
44
  import 'dayjs/plugin/weekday';
45
45
  import 'dayjs/plugin/weekOfYear';
46
- import './en-41f5c641.js';
46
+ import './en-8006295a.js';
47
47
  import './Button.js';
48
48
  import './Tooltip.js';
49
49
  import '@tippyjs/react';
package/dist/Sidebar.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import React__default, { forwardRef, useState } from 'react';
2
2
  import classnames from 'classnames';
3
- import { n as noop } from './index-abadd6e9.js';
3
+ import { n as noop } from './index-4d4c3cde.js';
4
4
  import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
5
5
  import Tooltip from './Tooltip.js';
6
6
  import { AppSwitcher as AppSwitcher$1, Help, Book, Keyboard, ChatEmpty, Gift } from '@bigbinary/neeto-icons';
@@ -21,7 +21,7 @@ import 'dayjs/plugin/weekday';
21
21
  import 'dayjs/plugin/weekOfYear';
22
22
  import '@bigbinary/neeto-cist';
23
23
  import 'qs';
24
- import './en-41f5c641.js';
24
+ import './en-8006295a.js';
25
25
  import '@tippyjs/react';
26
26
  import 'tippy.js';
27
27
  import 'avvvatars-react';
package/dist/Slider.js CHANGED
@@ -12,7 +12,7 @@ import '@babel/runtime/helpers/slicedToArray';
12
12
  import 'react-router-dom';
13
13
  import '@bigbinary/neeto-hotkeys';
14
14
  import './overlayManager.js';
15
- import { h as hyphenize, n as noop, A as ANT_DESIGN_GLOBAL_TOKEN_OVERRIDES } from './index-abadd6e9.js';
15
+ import { h as hyphenize, n as noop, A as ANT_DESIGN_GLOBAL_TOKEN_OVERRIDES } from './index-4d4c3cde.js';
16
16
  import 'qs';
17
17
  import 'antd/locale/de_DE';
18
18
  import 'antd/locale/en_US';
@@ -39,7 +39,7 @@ import 'dayjs/plugin/weekday';
39
39
  import 'dayjs/plugin/weekOfYear';
40
40
  import '@bigbinary/neeto-cist';
41
41
  import 'ramda';
42
- import './en-41f5c641.js';
42
+ import './en-8006295a.js';
43
43
 
44
44
  var _excluded = ["min", "max", "defaultValue", "onChange", "value", "label", "required", "labelProps", "error", "helpText"];
45
45
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
package/dist/Switch.js CHANGED
@@ -8,7 +8,7 @@ import '@babel/runtime/helpers/slicedToArray';
8
8
  import 'react-router-dom';
9
9
  import '@bigbinary/neeto-hotkeys';
10
10
  import './overlayManager.js';
11
- import { h as hyphenize, n as noop } from './index-abadd6e9.js';
11
+ import { h as hyphenize, n as noop } from './index-4d4c3cde.js';
12
12
  import '@babel/runtime/helpers/defineProperty';
13
13
  import 'qs';
14
14
  import Label from './Label.js';
@@ -21,7 +21,7 @@ import 'dayjs/plugin/weekday';
21
21
  import 'dayjs/plugin/weekOfYear';
22
22
  import '@bigbinary/neeto-cist';
23
23
  import 'ramda';
24
- import './en-41f5c641.js';
24
+ import './en-8006295a.js';
25
25
  import './Button.js';
26
26
  import './Spinner.js';
27
27
  import './Tooltip.js';