@factorialco/f0-react 1.319.1 → 1.319.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factorialco/f0-react",
3
- "version": "1.319.1",
3
+ "version": "1.319.3",
4
4
  "main": "dist/f0.js",
5
5
  "typings": "dist/f0.d.ts",
6
6
  "private": false,
@@ -234,8 +234,8 @@
234
234
  "build-icons": "tsc --project ./tsconfig-build-icons.json",
235
235
  "build:tailwind": "NODE_ENV=production tailwindcss -i src/styles.css -o ./dist/styles.css --postcss --minify",
236
236
  "build:watch": "pnpm build --watch",
237
- "lint": "oxlint src/**/* --max-warnings 0",
238
- "lint-fix": "oxlint src/**/* --fix --max-warnings 0",
237
+ "lint": "sh -c 'oxlint \"${@:-src/**/*}\" --max-warnings 0' --",
238
+ "lint:fix": "sh -c 'oxlint \"${@:-src/**/*}\" --fix --max-warnings 0' --",
239
239
  "preview": "vite preview",
240
240
  "generate-icons": "rm -fR src/icons/app/* src/icons/modules/* src/flags/components/* src/icons/ai/* && run-p generate-app-icons generate-module-icons generate-flag-icons generate-ai-icons && oxfmt \"src/{icons,flags}/**/*.tsx\"",
241
241
  "generate-app-icons": "npx @svgr/cli --out-dir src/icons/app node_modules/@factorialco/f0-core/assets/icons/app",
@@ -245,8 +245,8 @@
245
245
  "build-storybook": "storybook build",
246
246
  "serve-storybook": "http-server storybook-static",
247
247
  "test-storybook": "test-storybook --testTimeout=60000",
248
- "format": "oxfmt \"src/\"",
249
- "format:check": "oxfmt --check \"src/\"",
248
+ "format": "sh -c 'oxfmt \"${@:-src/}\"' --",
249
+ "format:check": "sh -c 'oxfmt --check \"${@:-src/}\"' --",
250
250
  "tsc": "tsc --noEmit",
251
251
  "vitest": "vitest --project=unit",
252
252
  "vitest:ui": "vitest --project=unit --ui",