@basic-ui/dates 0.0.21 → 0.0.25
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.
|
@@ -292,8 +292,8 @@
|
|
|
292
292
|
"affectsGlobalScope": false
|
|
293
293
|
},
|
|
294
294
|
"../../core/build/esm/hooks/useId.d.ts": {
|
|
295
|
-
"version": "
|
|
296
|
-
"signature": "
|
|
295
|
+
"version": "d0039ab8d0f11055fe9b2797bce2c23bff51da16208a37b3468a053375f899c6",
|
|
296
|
+
"signature": "d0039ab8d0f11055fe9b2797bce2c23bff51da16208a37b3468a053375f899c6",
|
|
297
297
|
"affectsGlobalScope": false
|
|
298
298
|
},
|
|
299
299
|
"../../core/build/esm/hooks/useOnClickOutside.d.ts": {
|
|
@@ -572,8 +572,8 @@
|
|
|
572
572
|
"affectsGlobalScope": false
|
|
573
573
|
},
|
|
574
574
|
"../../core/build/esm/Tooltip/Tooltip.d.ts": {
|
|
575
|
-
"version": "
|
|
576
|
-
"signature": "
|
|
575
|
+
"version": "7fddbed0e18f235aee9a915c705119570cc946ac13c740a64f2e0493690ee5e7",
|
|
576
|
+
"signature": "7fddbed0e18f235aee9a915c705119570cc946ac13c740a64f2e0493690ee5e7",
|
|
577
577
|
"affectsGlobalScope": false
|
|
578
578
|
},
|
|
579
579
|
"../../core/build/esm/Tooltip/index.d.ts": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@basic-ui/dates",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.25",
|
|
4
4
|
"description": "Accessible React Components used as building blocks for UI patterns",
|
|
5
5
|
"author": "Lucas Terra <lucasterra7@gmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"test:watch": "yarn test --watch"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@basic-ui/core": "^0.0.
|
|
31
|
+
"@basic-ui/core": "^0.0.32"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"date-fns": "^2.16.1"
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"react": ">=16.14.0 || >=17.0.0",
|
|
40
40
|
"react-dom": ">=16.14.0 || >=17.0.0"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "5d730ab4bfea19ceb7fb52d09139c81cb4c3863f"
|
|
43
43
|
}
|