@fanfare-io/fanfare-sdk-solid 0.4.0 → 0.6.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { createComponent as n, Dynamic as Qr, template as u, spread as he, mergeProps as ie, memo as Q, insert as i, effect as A, setAttribute as H, className as M, use as ft, setStyleProperty as bt, delegateEvents as Et } from "solid-js/web";
1
+ import { createComponent as n, Dynamic as Qr, spread as he, mergeProps as ie, memo as Q, insert as i, effect as A, setAttribute as H, className as M, template as u, use as ft, setStyleProperty as bt, delegateEvents as Et } from "solid-js/web";
2
2
  import { createContext as Vt, useContext as Dt, createMemo as d, createSignal as D, createEffect as te, onCleanup as Se, untrack as Ye, Show as x, splitProps as Z, children as Xr, Switch as Re, Match as J, Index as st, onMount as en, For as At, on as xt } from "solid-js";
3
3
  import { createTranslateFunction as wr, en as tn, getLocaleMessages as rn, mergeTranslations as Kt, isRTLLocale as nn, resolveLocaleMapValue as an, normalizeLocale as on } from "@fanfare-io/fanfare-sdk-i18n";
4
4
  import { RTL_LOCALES as $f, isRTLLocale as Cf } from "@fanfare-io/fanfare-sdk-i18n";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fanfare-io/fanfare-sdk-solid",
3
- "version": "0.4.0",
3
+ "version": "0.6.0",
4
4
  "description": "SolidJS web components for Fanfare experiences",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org",
@@ -42,8 +42,8 @@
42
42
  "solid-element": "^1.8.0",
43
43
  "tailwind-merge": "^2.6.0",
44
44
  "valibot": "^1.1.0",
45
- "@fanfare-io/fanfare-sdk-core": "0.4.0",
46
- "@fanfare-io/fanfare-sdk-i18n": "0.4.0"
45
+ "@fanfare-io/fanfare-sdk-core": "0.6.0",
46
+ "@fanfare-io/fanfare-sdk-i18n": "0.6.0"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@size-limit/preset-small-lib": "^11.1.8",
@@ -70,13 +70,13 @@
70
70
  "tailwindcss": "^4.1.3",
71
71
  "tailwindcss-animate": "^1.0.7",
72
72
  "typescript": "^5.9.2",
73
- "vite": "^7.3.1",
73
+ "vite": "^7.3.5",
74
74
  "vite-plugin-dts": "^4.5.4",
75
75
  "vite-plugin-solid": "^2.11.6",
76
76
  "vite-tsconfig-paths": "^5.1.4",
77
77
  "vitest": "^3.2.4",
78
- "@fanfare-io/fanfare-sdk-core": "0.4.0",
79
- "@fanfare-io/fanfare-sdk-react": "0.4.0"
78
+ "@fanfare-io/fanfare-sdk-core": "0.6.0",
79
+ "@fanfare-io/fanfare-sdk-react": "0.6.0"
80
80
  },
81
81
  "sideEffects": [
82
82
  "**/*.css"