@bigbinary/neetoui 8.3.45 → 8.3.47
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/ColorPicker.js +5 -1
- package/dist/ColorPicker.js.map +1 -1
- package/dist/DatePicker.js +2 -2
- package/dist/Table.js +105 -96
- package/dist/Table.js.map +1 -1
- package/dist/TimePicker.js +2 -2
- package/dist/cjs/ColorPicker.js +5 -1
- package/dist/cjs/ColorPicker.js.map +1 -1
- package/dist/cjs/DatePicker.js +2 -2
- package/dist/cjs/Table.js +104 -95
- package/dist/cjs/Table.js.map +1 -1
- package/dist/cjs/TimePicker.js +2 -2
- package/dist/cjs/{index-DruCXsxo.js → index-Beqo68PR.js} +4 -4
- package/dist/cjs/{index-DruCXsxo.js.map → index-Beqo68PR.js.map} +1 -1
- package/dist/cjs/index.css +1 -1
- package/dist/cjs/index.js +4 -4
- package/dist/{index-BRcfDAre.js → index-y8ZUrseh.js} +4 -4
- package/dist/{index-BRcfDAre.js.map → index-y8ZUrseh.js.map} +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +4 -4
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -6,7 +6,7 @@ export { default as Button } from './Button.js';
|
|
|
6
6
|
export { default as Callout } from './Callout.js';
|
|
7
7
|
export { default as Checkbox } from './Checkbox.js';
|
|
8
8
|
export { default as ColorPicker } from './ColorPicker.js';
|
|
9
|
-
export { D as DatePicker, T as TimePicker } from './index-
|
|
9
|
+
export { D as DatePicker, T as TimePicker } from './index-y8ZUrseh.js';
|
|
10
10
|
export { default as Dropdown } from './Dropdown.js';
|
|
11
11
|
export { default as Input } from './Input.js';
|
|
12
12
|
export { default as Kbd } from './Kbd.js';
|
|
@@ -93,18 +93,18 @@ import 'antd/locale/pt_PT';
|
|
|
93
93
|
import 'antd/lib/table';
|
|
94
94
|
import '@bigbinary/neeto-icons/MenuHorizontal';
|
|
95
95
|
import 'react-drag-listview';
|
|
96
|
-
import '@bigbinary/neeto-icons/DownArrow';
|
|
97
|
-
import '@bigbinary/neeto-icons/UpArrow';
|
|
98
|
-
import '@bigbinary/neeto-icons/InfoRound';
|
|
99
96
|
import '@bigbinary/neeto-icons/Check';
|
|
100
97
|
import '@bigbinary/neeto-icons/Ascending';
|
|
101
98
|
import '@bigbinary/neeto-icons/Descending';
|
|
102
99
|
import '@bigbinary/neeto-icons/Pin';
|
|
100
|
+
import '@bigbinary/neeto-icons/InfoRound';
|
|
103
101
|
import '@bigbinary/neeto-icons/ColumnToLeft';
|
|
104
102
|
import '@bigbinary/neeto-icons/ColumnToRight';
|
|
105
103
|
import '@bigbinary/neeto-icons/Hide';
|
|
106
104
|
import 'zustand';
|
|
107
105
|
import 'react-resizable';
|
|
106
|
+
import '@bigbinary/neeto-icons/DownArrow';
|
|
107
|
+
import '@bigbinary/neeto-icons/UpArrow';
|
|
108
108
|
import './constants.js';
|
|
109
109
|
import 'i18next';
|
|
110
110
|
import 'antd/lib/tree';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neetoui",
|
|
3
|
-
"version": "8.3.
|
|
3
|
+
"version": "8.3.47",
|
|
4
4
|
"author": "BigBinary",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "neetoUI drives the experience at all neeto products",
|
|
@@ -156,8 +156,8 @@
|
|
|
156
156
|
"jest": "30.0.4",
|
|
157
157
|
"jest-environment-jsdom": "30.0.4",
|
|
158
158
|
"jest-fail-on-console": "^3.3.1",
|
|
159
|
-
"linkify-react": "4.
|
|
160
|
-
"linkifyjs": "4.
|
|
159
|
+
"linkify-react": "4.3.2",
|
|
160
|
+
"linkifyjs": "4.3.2",
|
|
161
161
|
"lint-staged": "11.0.0",
|
|
162
162
|
"monaco-editor": "^0.50.0",
|
|
163
163
|
"monaco-editor-webpack-plugin": "^7.1.0",
|
|
@@ -218,8 +218,8 @@
|
|
|
218
218
|
"formik": "2.2.0",
|
|
219
219
|
"framer-motion": "11.2.14",
|
|
220
220
|
"i18next": "21.7.0",
|
|
221
|
-
"linkify-react": "4.
|
|
222
|
-
"linkifyjs": "4.
|
|
221
|
+
"linkify-react": "4.3.2",
|
|
222
|
+
"linkifyjs": "4.3.2",
|
|
223
223
|
"qs": "^6.11.2",
|
|
224
224
|
"ramda": "^0.29.0",
|
|
225
225
|
"react": "^18.2.0",
|