fermmap-shared 0.2.0 → 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/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2025 Kyle Taborski (
|
|
3
|
+
Copyright (c) 2025 Kyle Taborski (GlobalFerments)
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/dist/main.cjs
CHANGED
|
@@ -2867,7 +2867,7 @@ $parcel$export($885bdde2b07b7632$exports, "AxeDevTools", () => $ac6c22366fad60ff
|
|
|
2867
2867
|
|
|
2868
2868
|
|
|
2869
2869
|
const $3a1d0d18027ba81c$var$ThemeContext = /*#__PURE__*/ (0, $fs04y$react.createContext)(undefined);
|
|
2870
|
-
const $3a1d0d18027ba81c$var$THEME_STORAGE_KEY = '
|
|
2870
|
+
const $3a1d0d18027ba81c$var$THEME_STORAGE_KEY = 'globalferments-theme';
|
|
2871
2871
|
// Get initial theme synchronously to prevent flicker
|
|
2872
2872
|
function $3a1d0d18027ba81c$var$getInitialTheme() {
|
|
2873
2873
|
if (!(0, $de0c62f65c50224a$export$4e09c449d6c407f7)) return 'light';
|
|
@@ -3108,7 +3108,7 @@ const $53c8911eec26a318$export$457d6d213bf79459 = ()=>({
|
|
|
3108
3108
|
|
|
3109
3109
|
|
|
3110
3110
|
/**
|
|
3111
|
-
* API Client for
|
|
3111
|
+
* API Client for GlobalFerments
|
|
3112
3112
|
*
|
|
3113
3113
|
* Centralized functions for all backend API calls
|
|
3114
3114
|
* with error handling and type safety
|