fermmap-shared 0.2.1 → 0.2.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/LICENSE +1 -1
- package/dist/main.cjs +2 -2
- package/dist/main.cjs.map +1 -1
- package/dist/module.mjs +2 -2
- package/dist/module.mjs.map +1 -1
- package/dist/types.d.ts +2 -2
- package/package.json +3 -2
package/dist/types.d.ts
CHANGED
|
@@ -587,7 +587,7 @@ export function ThemeProvider({ children }: {
|
|
|
587
587
|
}): JSX.Element;
|
|
588
588
|
export function useTheme(): ThemeContextType;
|
|
589
589
|
/**
|
|
590
|
-
* Type definitions for
|
|
590
|
+
* Type definitions for GlobalFerments
|
|
591
591
|
*
|
|
592
592
|
* Shared types used across the application
|
|
593
593
|
*/
|
|
@@ -601,7 +601,7 @@ export interface CategoryColors {
|
|
|
601
601
|
badge: BadgeVariant;
|
|
602
602
|
}
|
|
603
603
|
/**
|
|
604
|
-
* Type definitions for
|
|
604
|
+
* Type definitions for GlobalFerments
|
|
605
605
|
*
|
|
606
606
|
* Shared types used across the application
|
|
607
607
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fermmap-shared",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "Public (private) deploy of FermMap-specific React components built using React Aria Components and React Spectrum S2 style-macros",
|
|
5
5
|
"private": false,
|
|
6
6
|
"main": "dist/main.cjs",
|
|
@@ -38,13 +38,14 @@
|
|
|
38
38
|
"s2",
|
|
39
39
|
"style-macros",
|
|
40
40
|
"components",
|
|
41
|
+
"globalferments",
|
|
41
42
|
"fermmap"
|
|
42
43
|
],
|
|
43
44
|
"author": "Kyle Taborski",
|
|
44
45
|
"license": "MIT",
|
|
45
46
|
"repository": {
|
|
46
47
|
"type": "git",
|
|
47
|
-
"url": "https://github.com/ktabors/DoesNotExist-fermmap.git",
|
|
48
|
+
"url": "git+https://github.com/ktabors/DoesNotExist-fermmap.git",
|
|
48
49
|
"directory": "packages/shared"
|
|
49
50
|
},
|
|
50
51
|
"publishConfig": {
|