@mittwald/flow-react-components 0.1.0-alpha.274 → 0.1.0-alpha.275

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.
@@ -27,7 +27,7 @@ export declare const typedList: <T>() => {
27
27
  TableRow: (ignoredProps: {
28
28
  style?: import('react').CSSProperties | ((values: import('react-aria-components').RowRenderProps & {
29
29
  defaultStyle: import('react').CSSProperties;
30
- }) => import('react').CSSProperties) | undefined;
30
+ }) => import('react').CSSProperties | undefined) | undefined;
31
31
  value?: undefined;
32
32
  children?: import('react').ReactNode | undefined;
33
33
  className?: string | ((values: import('react-aria-components').RowRenderProps & {
@@ -57,7 +57,7 @@ export declare const typedList: <T>() => {
57
57
  slot?: (string | null) | undefined;
58
58
  style?: import('react').CSSProperties | ((values: import('react-aria-components').TableRenderProps & {
59
59
  defaultStyle: import('react').CSSProperties;
60
- }) => import('react').CSSProperties) | undefined;
60
+ }) => import('react').CSSProperties | undefined) | undefined;
61
61
  children?: import('react').ReactNode;
62
62
  className?: string | ((values: import('react-aria-components').TableRenderProps & {
63
63
  defaultClassName: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.1.0-alpha.274",
3
+ "version": "0.1.0-alpha.275",
4
4
  "type": "module",
5
5
  "description": "A React implementation of Flow, mittwald’s design system",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -311,71 +311,70 @@
311
311
  },
312
312
  "dependencies": {
313
313
  "@chakra-ui/live-region": "^2.1.0",
314
- "@internationalized/date": "^3.5.5",
315
- "@internationalized/string-compiler": "^3.2.4",
316
- "@mittwald/react-tunnel": "^0.1.0-alpha.274",
314
+ "@internationalized/date": "^3.5.6",
315
+ "@internationalized/string-compiler": "^3.2.5",
316
+ "@mittwald/react-tunnel": "^0.1.0-alpha.275",
317
317
  "@mittwald/react-use-promise": "^2.5.0",
318
- "@react-aria/utils": "^3.25.2",
319
- "@react-types/shared": "^3.24.1",
320
- "@tabler/icons-react": "^3.17.0",
318
+ "@react-aria/utils": "^3.25.3",
319
+ "@react-types/shared": "^3.25.0",
320
+ "@tabler/icons-react": "^3.19.0",
321
321
  "@tanstack/react-table": "^8.20.5",
322
322
  "@types/luxon": "^3.4.2",
323
323
  "clsx": "^2.1.1",
324
324
  "copy-to-clipboard": "^3.3.3",
325
325
  "dot-prop": "^9.0.0",
326
- "framer-motion": "^11.5.5",
327
- "html-react-parser": "^5.1.16",
326
+ "framer-motion": "^11.11.1",
327
+ "html-react-parser": "^5.1.18",
328
328
  "invariant": "^2.2.4",
329
329
  "luxon": "^3.5.0",
330
- "mobx": "^6.13.2",
330
+ "mobx": "^6.13.3",
331
331
  "mobx-react-lite": "^4.0.7",
332
332
  "object-code": "^1.3.3",
333
- "react-aria": "^3.34.3",
334
- "react-aria-components": "^1.3.3",
333
+ "react-aria": "^3.35.0",
334
+ "react-aria-components": "^1.4.0",
335
335
  "react-children-utilities": "^2.10.0",
336
- "react-stately": "^3.32.2",
337
- "remeda": "^2.14.0",
336
+ "react-stately": "^3.33.0",
337
+ "remeda": "^2.15.0",
338
338
  "use-callback-ref": "^1.3.2",
339
339
  "zod": "^3.23.8"
340
340
  },
341
341
  "devDependencies": {
342
- "@faker-js/faker": "^9.0.1",
343
- "@mittwald/flow-design-tokens": "^0.1.0-alpha.274",
342
+ "@faker-js/faker": "^9.0.3",
343
+ "@mittwald/flow-design-tokens": "^0.1.0-alpha.275",
344
344
  "@mittwald/react-use-promise": "^2.5.0",
345
- "@nx/storybook": "^19.7.4",
346
- "@storybook/addon-a11y": "^8.3.2",
347
- "@storybook/addon-actions": "^8.3.2",
348
- "@storybook/addon-essentials": "^8.3.2",
349
- "@storybook/addon-interactions": "^8.3.2",
350
- "@storybook/addon-links": "^8.3.2",
351
- "@storybook/blocks": "^8.3.2",
352
- "@storybook/components": "^8.3.2",
353
- "@storybook/core-events": "^8.3.2",
354
- "@storybook/manager-api": "^8.3.2",
355
- "@storybook/preview-api": "^8.3.2",
356
- "@storybook/react": "^8.3.2",
357
- "@storybook/react-vite": "^8.3.2",
358
- "@storybook/test": "^8.3.2",
359
- "@storybook/theming": "^8.3.2",
345
+ "@nx/storybook": "^20.0.0",
346
+ "@storybook/addon-a11y": "^8.3.5",
347
+ "@storybook/addon-actions": "^8.3.5",
348
+ "@storybook/addon-essentials": "^8.3.5",
349
+ "@storybook/addon-interactions": "^8.3.5",
350
+ "@storybook/addon-links": "^8.3.5",
351
+ "@storybook/blocks": "^8.3.5",
352
+ "@storybook/components": "^8.3.5",
353
+ "@storybook/core-events": "^8.3.5",
354
+ "@storybook/manager-api": "^8.3.5",
355
+ "@storybook/preview-api": "^8.3.5",
356
+ "@storybook/react": "^8.3.5",
357
+ "@storybook/react-vite": "^8.3.5",
358
+ "@storybook/test": "^8.3.5",
359
+ "@storybook/theming": "^8.3.5",
360
360
  "@testing-library/dom": "^10.4.0",
361
361
  "@testing-library/jest-dom": "6.4.7",
362
362
  "@testing-library/react": "~16.0.1",
363
363
  "@testing-library/user-event": "^14.5.2",
364
364
  "@types/invariant": "^2.2.37",
365
- "@types/node": "22.5.5",
365
+ "@types/node": "22.7.5",
366
366
  "@types/prettier": "^3.0.0",
367
367
  "@types/prop-types": "^15.7.13",
368
- "@types/react": "^18.3.8",
368
+ "@types/react": "^18.3.11",
369
369
  "@types/react-dom": "^18.3.0",
370
370
  "@types/rollup": "^0.54.0",
371
- "@vitejs/plugin-react": "^4.3.1",
372
- "@vitest/coverage-v8": "~2.1.1",
371
+ "@vitejs/plugin-react": "^4.3.2",
372
+ "@vitest/coverage-v8": "~2.1.2",
373
373
  "decamelize": "^6.0.0",
374
- "expect-type": "^0.20.0",
375
374
  "fs-jetpack": "^5.1.0",
376
- "happy-dom": "^14.12.3",
377
- "next": "^14.2.13",
378
- "nx": "^19.7.4",
375
+ "happy-dom": "^15.7.4",
376
+ "next": "^14.2.14",
377
+ "nx": "^20.0.0",
379
378
  "postcss": "^8.4.47",
380
379
  "postcss-nested-import": "^1.3.0",
381
380
  "postcss-nesting": "^13.0.0",
@@ -385,19 +384,19 @@
385
384
  "react-dom": "^18.3.1",
386
385
  "react-element-to-jsx-string": "^15.0.0",
387
386
  "react-hook-form": "^7.53.0",
388
- "rollup": "^4.22.1",
389
- "sass": "^1.79.2",
390
- "storybook": "^8.3.2",
387
+ "rollup": "~4.21.3",
388
+ "sass": "^1.79.4",
389
+ "storybook": "^8.3.5",
391
390
  "storybook-addon-rtl": "^1.0.1",
392
391
  "tsx": "^4.19.1",
393
- "typescript": "^5.5.4",
392
+ "typescript": "^5.6.2",
394
393
  "typescript-plugin-css-modules": "^5.1.0",
395
- "vite": "^5.4.6",
394
+ "vite": "^5.4.8",
396
395
  "vite-plugin-banner": "^0.8.0",
397
396
  "vite-plugin-checker": "^0.8.0",
398
- "vite-plugin-dts": "^4.2.1",
397
+ "vite-plugin-dts": "^4.2.3",
399
398
  "vite-plugin-externalize-deps": "^0.8.0",
400
- "vitest": "~2.1.1",
399
+ "vitest": "~2.1.2",
401
400
  "yaml": "^2.5.1"
402
401
  },
403
402
  "peerDependencies": {
@@ -418,5 +417,5 @@
418
417
  "optional": true
419
418
  }
420
419
  },
421
- "gitHead": "dcbe0e6b6dbd1ba4a4fddb6aabf4883c3070a3f4"
420
+ "gitHead": "aa58a578751088129a14bb38177fbd0ae19b5acd"
422
421
  }