@fanfare-io/fanfare-sdk-react 0.1.0 → 0.2.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/components/compositions/outcome-panel.d.ts +12 -1
- package/dist/index.js +639 -611
- package/dist/styles/base.css +1 -2253
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fanfare-io/fanfare-sdk-react",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "React adapter for Fanfare SDK",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"nanostores": "^1.1.0",
|
|
45
45
|
"tailwind-merge": "^2.6.0",
|
|
46
46
|
"valibot": "^1.1.0",
|
|
47
|
-
"@fanfare-io/fanfare-sdk-core": "0.
|
|
48
|
-
"@fanfare-io/fanfare-sdk-i18n": "0.
|
|
47
|
+
"@fanfare-io/fanfare-sdk-core": "0.2.0",
|
|
48
|
+
"@fanfare-io/fanfare-sdk-i18n": "0.2.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@iconify-json/heroicons": "^1.2.3",
|
|
@@ -89,8 +89,8 @@
|
|
|
89
89
|
"vite-plugin-dts": "^4.5.4",
|
|
90
90
|
"vite-tsconfig-paths": "^5.1.4",
|
|
91
91
|
"vitest": "^3.2.4",
|
|
92
|
-
"@fanfare-io/fanfare-sdk-core": "0.
|
|
93
|
-
"@fanfare-io/fanfare-sdk-solid": "0.
|
|
92
|
+
"@fanfare-io/fanfare-sdk-core": "0.2.0",
|
|
93
|
+
"@fanfare-io/fanfare-sdk-solid": "0.2.0"
|
|
94
94
|
},
|
|
95
95
|
"sideEffects": [
|
|
96
96
|
"**/*.css"
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"scripts": {
|
|
126
126
|
"prebuild": "rimraf dist && pnpm -F @fanfare-io/fanfare-sdk-i18n build:deps && pnpm -F @fanfare-io/fanfare-sdk-core build:deps",
|
|
127
127
|
"pretest": "pnpm -F @fanfare-io/fanfare-sdk-i18n build:deps && pnpm -F @fanfare-io/fanfare-sdk-core build:deps && pnpm -F @fanfare-io/fanfare-sdk-solid build:incremental",
|
|
128
|
-
"build": "vite build && tailwindcss -i src/styles/base.css -o dist/styles/base.css && pnpm size",
|
|
128
|
+
"build": "vite build && tailwindcss -i src/styles/base.css -o dist/styles/base.css --minify && pnpm size",
|
|
129
129
|
"build:incremental": "vite build --emptyOutDir false",
|
|
130
130
|
"build:strict": "pnpm typecheck && pnpm build",
|
|
131
131
|
"build-storybook": "storybook build",
|