@fanfare-io/fanfare-sdk-react 0.3.0 → 0.5.0
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/index.js +1 -1
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { jsx as t, Fragment as De, jsxs as d } from "react/jsx-runtime";
|
|
3
3
|
import rr from "@fanfare-io/fanfare-sdk-core";
|
|
4
4
|
import * as l from "react";
|
|
5
|
-
import { createContext as Rt,
|
|
5
|
+
import { createContext as Rt, useMemo as te, useContext as Lt, useState as ke, useRef as gt, useEffect as ze, useCallback as q, useSyncExternalStore as nr, forwardRef as wt, useLayoutEffect as or } from "react";
|
|
6
6
|
import { getLocaleMessages as fr, mergeTranslations as Qt, createTranslateFunction as ga, isRTLLocale as ir, en as sr, resolveLocaleMapValue as lr, normalizeLocale as cr } from "@fanfare-io/fanfare-sdk-i18n";
|
|
7
7
|
import { RTL_LOCALES as Bo, isRTLLocale as Oo } from "@fanfare-io/fanfare-sdk-i18n";
|
|
8
8
|
import { getGates as ma, getParticipation as dr, getDistribution as ur, getSequenceId as pr, getSequencePhase as gr } from "@fanfare-io/fanfare-sdk-core/internals";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fanfare-io/fanfare-sdk-react",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "React adapter for Fanfare SDK",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"nanostores": "^1.1.0",
|
|
44
44
|
"tailwind-merge": "^2.6.0",
|
|
45
45
|
"valibot": "^1.1.0",
|
|
46
|
-
"@fanfare-io/fanfare-sdk-core": "0.
|
|
47
|
-
"@fanfare-io/fanfare-sdk-i18n": "0.
|
|
46
|
+
"@fanfare-io/fanfare-sdk-core": "0.5.0",
|
|
47
|
+
"@fanfare-io/fanfare-sdk-i18n": "0.5.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@iconify-json/heroicons": "^1.2.3",
|
|
@@ -84,12 +84,12 @@
|
|
|
84
84
|
"tailwindcss-animate": "^1.0.7",
|
|
85
85
|
"typescript": "^5.9.2",
|
|
86
86
|
"unplugin-icons": "^22.1.0",
|
|
87
|
-
"vite": "^7.3.
|
|
87
|
+
"vite": "^7.3.5",
|
|
88
88
|
"vite-plugin-dts": "^4.5.4",
|
|
89
89
|
"vite-tsconfig-paths": "^5.1.4",
|
|
90
90
|
"vitest": "^3.2.4",
|
|
91
|
-
"@fanfare-io/fanfare-sdk-core": "0.
|
|
92
|
-
"@fanfare-io/fanfare-sdk-solid": "0.
|
|
91
|
+
"@fanfare-io/fanfare-sdk-core": "0.5.0",
|
|
92
|
+
"@fanfare-io/fanfare-sdk-solid": "0.5.0"
|
|
93
93
|
},
|
|
94
94
|
"sideEffects": [
|
|
95
95
|
"**/*.css"
|