@jobber/components 6.82.2 → 6.82.3
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/DatePicker/index.cjs +1 -0
- package/dist/DatePicker/index.mjs +1 -0
- package/dist/DatePicker-cjs.js +6 -2472
- package/dist/DatePicker-es.js +6 -2454
- package/dist/InputDate/index.cjs +1 -0
- package/dist/InputDate/index.mjs +1 -0
- package/dist/index.cjs +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +5 -2
- package/rollup.config.mjs +1 -0
package/dist/InputDate/index.cjs
CHANGED
|
@@ -24,6 +24,7 @@ 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');
|
|
27
28
|
require('../useRefocusOnActivator-cjs.js');
|
|
28
29
|
require('../Typography-cjs.js');
|
|
29
30
|
require('../AtlantisContext-cjs.js');
|
package/dist/InputDate/index.mjs
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -179,6 +179,7 @@ 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');
|
|
182
183
|
require('./omit-cjs.js');
|
|
183
184
|
require('./useFormFieldFocus-cjs.js');
|
|
184
185
|
require('filesize');
|
package/dist/index.mjs
CHANGED
|
@@ -177,6 +177,7 @@ 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';
|
|
180
181
|
import './omit-es.js';
|
|
181
182
|
import './useFormFieldFocus-es.js';
|
|
182
183
|
import 'filesize';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/components",
|
|
3
|
-
"version": "6.82.
|
|
3
|
+
"version": "6.82.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -472,6 +472,7 @@
|
|
|
472
472
|
"dependencies": {
|
|
473
473
|
"@floating-ui/react": "^0.27.5",
|
|
474
474
|
"@jobber/formatters": "^0.4.0",
|
|
475
|
+
"@popperjs/core": "^2.0.6",
|
|
475
476
|
"@tanstack/react-table": "8.5.13",
|
|
476
477
|
"@types/color": "^3.0.1",
|
|
477
478
|
"@types/lodash": "^4.14.136",
|
|
@@ -490,6 +491,7 @@
|
|
|
490
491
|
"react-dropzone": "^11.0.2",
|
|
491
492
|
"react-hook-form": "^7.43.7",
|
|
492
493
|
"react-markdown": "^8.0.3",
|
|
494
|
+
"react-popper": "^2.2.5",
|
|
493
495
|
"react-router-dom": "^5.3.4",
|
|
494
496
|
"ts-xor": "^1.0.8"
|
|
495
497
|
},
|
|
@@ -532,6 +534,7 @@
|
|
|
532
534
|
"react": "^18.2.0",
|
|
533
535
|
"react-dom": "^18",
|
|
534
536
|
"react-hook-form": "^7",
|
|
537
|
+
"react-popper": "^2",
|
|
535
538
|
"react-router-dom": "^6"
|
|
536
539
|
},
|
|
537
540
|
"browserslist": [
|
|
@@ -539,5 +542,5 @@
|
|
|
539
542
|
"> 1%",
|
|
540
543
|
"IE 10"
|
|
541
544
|
],
|
|
542
|
-
"gitHead": "
|
|
545
|
+
"gitHead": "1932bb5064a852b919486f264c599774d6bb596f"
|
|
543
546
|
}
|