@jobber/components 6.85.0 → 6.85.2
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/.eslintrc.cjs +1 -1
- package/dist/DatePicker/index.cjs +0 -1
- package/dist/DatePicker/index.mjs +0 -1
- package/dist/DatePicker-cjs.js +2472 -6
- package/dist/DatePicker-es.js +2454 -6
- package/dist/InputDate/index.cjs +0 -1
- package/dist/InputDate/index.mjs +0 -1
- package/dist/index.cjs +0 -1
- package/dist/index.mjs +0 -1
- package/package.json +2 -5
- package/rollup.config.mjs +0 -1
package/dist/InputDate/index.cjs
CHANGED
|
@@ -24,7 +24,6 @@ require('../_baseFlatten-cjs.js');
|
|
|
24
24
|
require('../_setToString-cjs.js');
|
|
25
25
|
require('../index-cjs.js');
|
|
26
26
|
require('react-dom');
|
|
27
|
-
require('react-popper');
|
|
28
27
|
require('../useRefocusOnActivator-cjs.js');
|
|
29
28
|
require('../Typography-cjs.js');
|
|
30
29
|
require('../AtlantisContext-cjs.js');
|
package/dist/InputDate/index.mjs
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -179,7 +179,6 @@ require('./DataListAction-cjs.js');
|
|
|
179
179
|
require('./DataListLayoutActions-cjs.js');
|
|
180
180
|
require('./DataListStatusBar-cjs.js');
|
|
181
181
|
require('./throttle-cjs.js');
|
|
182
|
-
require('react-popper');
|
|
183
182
|
require('./omit-cjs.js');
|
|
184
183
|
require('./useFormFieldFocus-cjs.js');
|
|
185
184
|
require('filesize');
|
package/dist/index.mjs
CHANGED
|
@@ -177,7 +177,6 @@ import './DataListAction-es.js';
|
|
|
177
177
|
import './DataListLayoutActions-es.js';
|
|
178
178
|
import './DataListStatusBar-es.js';
|
|
179
179
|
import './throttle-es.js';
|
|
180
|
-
import 'react-popper';
|
|
181
180
|
import './omit-es.js';
|
|
182
181
|
import './useFormFieldFocus-es.js';
|
|
183
182
|
import 'filesize';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/components",
|
|
3
|
-
"version": "6.85.
|
|
3
|
+
"version": "6.85.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -474,7 +474,6 @@
|
|
|
474
474
|
"dependencies": {
|
|
475
475
|
"@floating-ui/react": "^0.27.5",
|
|
476
476
|
"@jobber/formatters": "^0.4.0",
|
|
477
|
-
"@popperjs/core": "^2.0.6",
|
|
478
477
|
"@tanstack/react-table": "8.5.13",
|
|
479
478
|
"@types/color": "^3.0.1",
|
|
480
479
|
"@types/lodash": "^4.14.136",
|
|
@@ -493,7 +492,6 @@
|
|
|
493
492
|
"react-dropzone": "^11.0.2",
|
|
494
493
|
"react-hook-form": "^7.43.7",
|
|
495
494
|
"react-markdown": "^8.0.3",
|
|
496
|
-
"react-popper": "^2.2.5",
|
|
497
495
|
"react-router-dom": "^5.3.4",
|
|
498
496
|
"ts-xor": "^1.0.8"
|
|
499
497
|
},
|
|
@@ -539,7 +537,6 @@
|
|
|
539
537
|
"react": "^18.2.0",
|
|
540
538
|
"react-dom": "^18",
|
|
541
539
|
"react-hook-form": "^7",
|
|
542
|
-
"react-popper": "^2",
|
|
543
540
|
"react-router-dom": "^6"
|
|
544
541
|
},
|
|
545
542
|
"browserslist": [
|
|
@@ -547,5 +544,5 @@
|
|
|
547
544
|
"> 1%",
|
|
548
545
|
"IE 10"
|
|
549
546
|
],
|
|
550
|
-
"gitHead": "
|
|
547
|
+
"gitHead": "35579c7a74222f56c1f6d00ae964f244886471b6"
|
|
551
548
|
}
|