@pieai/swimmer-ui-kit 1.11.1 → 1.11.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/CHANGELOG.md +28 -29
- package/dist/index.js +738 -741
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pieai/swimmer-ui-kit",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.2",
|
|
4
4
|
"description": "Token-driven React game UI kit for web and wrapped PieAI game surfaces.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"design-system",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"format": "oxfmt package.json tsconfig.json tsconfig.build.json src preview .storybook bin scripts vite.config.ts vite.config.site.ts vitest.config.ts --write --ignore-path ./.oxfmtignore",
|
|
97
97
|
"format:check": "oxfmt package.json tsconfig.json tsconfig.build.json src preview .storybook bin scripts vite.config.ts vite.config.site.ts vitest.config.ts --check --ignore-path ./.oxfmtignore",
|
|
98
98
|
"verify": "pnpm typecheck && pnpm lint && pnpm format:check && pnpm test && pnpm check:styles && pnpm build",
|
|
99
|
-
"build": "vite build && node scripts/build-css.mjs && cp src/tailwind-bridge.css dist/tailwind.css && find dist -name '.DS_Store' -delete",
|
|
99
|
+
"build": "vite build && node scripts/build-css.mjs && cp src/tailwind-bridge.css dist/tailwind.css && find dist -name '.DS_Store' -delete && node scripts/check-warnings-survive-build.mjs",
|
|
100
100
|
"build:site": "vite build --config vite.config.site.ts",
|
|
101
101
|
"preview:site": "vite preview --config vite.config.site.ts --host 127.0.0.1 --port 4175",
|
|
102
102
|
"test": "vitest run",
|