@vitus-labs/core 2.6.0 → 2.6.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/lib/index.d.ts +1 -1
- package/package.json +3 -3
package/lib/index.d.ts
CHANGED
|
@@ -258,7 +258,7 @@ type BreakpointKeys = keyof Breakpoints;
|
|
|
258
258
|
* Internal React context shared across all @vitus-labs packages.
|
|
259
259
|
* Carries the theme object plus any extra provider props.
|
|
260
260
|
*/
|
|
261
|
-
declare const context:
|
|
261
|
+
declare const context: import("react").Context<any>;
|
|
262
262
|
type Theme = Partial<{
|
|
263
263
|
rootSize: number;
|
|
264
264
|
breakpoints: Breakpoints;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vitus-labs/core",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Vit Bokisch <vit@bokisch.cz>",
|
|
6
6
|
"maintainers": [
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"react-is": "^19.2.4"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@vitus-labs/tools-rolldown": "2.3.
|
|
63
|
-
"@vitus-labs/tools-typescript": "2.3.
|
|
62
|
+
"@vitus-labs/tools-rolldown": "2.3.1",
|
|
63
|
+
"@vitus-labs/tools-typescript": "2.3.1"
|
|
64
64
|
}
|
|
65
65
|
}
|