@fanfare-io/fanfare-sdk-react 0.16.0 → 0.17.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
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { A as s, b as n, c as o, e as r, f as t, B as u, C as i, h as l, i as d, j as c, k as P, l as C, m as p, n as m, D as E, E as T, o as h, p as F, q as M, r as f, F as A, s as S, G as w, I as x, t as y, v as L, L as V, O as g, w as R, P as v, x as I, y as O, z as k, H as B, Q as D, R as J, J as H, K as _, T as b, M as G, N as W, U as z, W as N, V as Q, X as U, Y as j, Z as q, _ as K, $ as X, a0 as Y, a1 as Z, a2 as $, a3 as aa, a4 as ea, u as sa } from "./index
|
|
2
|
+
import { A as s, b as n, c as o, e as r, f as t, B as u, C as i, h as l, i as d, j as c, k as P, l as C, m as p, n as m, D as E, E as T, o as h, p as F, q as M, r as f, F as A, s as S, G as w, I as x, t as y, v as L, L as V, O as g, w as R, P as v, x as I, y as O, z as k, H as B, Q as D, R as J, J as H, K as _, T as b, M as G, N as W, U as z, W as N, V as Q, X as U, Y as j, Z as q, _ as K, $ as X, a0 as Y, a1 as Z, a2 as $, a3 as aa, a4 as ea, u as sa } from "./index--uRAAoHm.js";
|
|
3
3
|
import { RTL_LOCALES as oa, isRTLLocale as ra } from "@fanfare-io/fanfare-sdk-i18n";
|
|
4
4
|
export {
|
|
5
5
|
s as AccessCodeForm,
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { jsxs as E, Fragment as F, jsx as g } from "react/jsx-runtime";
|
|
3
3
|
import * as r from "react";
|
|
4
4
|
import { createPortal as M } from "react-dom";
|
|
5
|
-
import { u as B, a as D, d as N, S as I, B as O, g as _ } from "./index
|
|
5
|
+
import { u as B, a as D, d as N, S as I, B as O, g as _ } from "./index--uRAAoHm.js";
|
|
6
6
|
const j = [
|
|
7
7
|
"--ff-color-foreground",
|
|
8
8
|
"--ff-font-sans",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fanfare-io/fanfare-sdk-react",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.17.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.17.0",
|
|
47
|
+
"@fanfare-io/fanfare-sdk-i18n": "0.17.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@iconify-json/heroicons": "^1.2.3",
|
|
@@ -91,8 +91,8 @@
|
|
|
91
91
|
"vite-plugin-dts": "^4.5.4",
|
|
92
92
|
"vite-tsconfig-paths": "^5.1.4",
|
|
93
93
|
"vitest": "^5.0.0",
|
|
94
|
-
"@fanfare-io/fanfare-sdk-core": "0.
|
|
95
|
-
"@fanfare-io/fanfare-sdk-solid": "0.
|
|
94
|
+
"@fanfare-io/fanfare-sdk-core": "0.17.0",
|
|
95
|
+
"@fanfare-io/fanfare-sdk-solid": "0.17.0"
|
|
96
96
|
},
|
|
97
97
|
"sideEffects": [
|
|
98
98
|
"**/*.css"
|