@mittwald/flow-react-components 0.2.0-alpha.13 → 0.2.0-alpha.15
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 +8 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [0.2.0-alpha.15](https://github.com/mittwald/flow/compare/0.2.0-alpha.14...0.2.0-alpha.15) (2025-01-21)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
9
|
+
|
|
10
|
+
# [0.2.0-alpha.14](https://github.com/mittwald/flow/compare/0.2.0-alpha.13...0.2.0-alpha.14) (2025-01-21)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
13
|
+
|
|
6
14
|
# [0.2.0-alpha.13](https://github.com/mittwald/flow/compare/0.2.0-alpha.12...0.2.0-alpha.13) (2025-01-21)
|
|
7
15
|
|
|
8
16
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-react-components",
|
|
3
|
-
"version": "0.2.0-alpha.
|
|
3
|
+
"version": "0.2.0-alpha.15",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -376,7 +376,7 @@
|
|
|
376
376
|
"@chakra-ui/live-region": "^2.1.0",
|
|
377
377
|
"@internationalized/date": "^3.7.0",
|
|
378
378
|
"@internationalized/string-compiler": "^3.2.6",
|
|
379
|
-
"@mittwald/react-tunnel": "0.2.0-alpha.
|
|
379
|
+
"@mittwald/react-tunnel": "0.2.0-alpha.15",
|
|
380
380
|
"@mittwald/react-use-promise": "^2.6.0",
|
|
381
381
|
"@react-aria/form": "^3.0.12",
|
|
382
382
|
"@react-aria/utils": "^3.27.0",
|
|
@@ -384,7 +384,12 @@
|
|
|
384
384
|
"@react-types/shared": "^3.27.0",
|
|
385
385
|
"@tabler/icons-react": "^3.28.1",
|
|
386
386
|
"@tanstack/react-table": "^8.20.6",
|
|
387
|
+
"@types/invariant": "^2.2.37",
|
|
387
388
|
"@types/luxon": "^3.4.2",
|
|
389
|
+
"@types/prop-types": "^15.7.14",
|
|
390
|
+
"@types/react": "^19.0.7",
|
|
391
|
+
"@types/react-dom": "^19.0.3",
|
|
392
|
+
"@types/react-syntax-highlighter": "^15.5.13",
|
|
388
393
|
"clsx": "^2.1.1",
|
|
389
394
|
"copy-to-clipboard": "^3.3.3",
|
|
390
395
|
"dot-prop": "^9.0.0",
|
|
@@ -408,7 +413,7 @@
|
|
|
408
413
|
},
|
|
409
414
|
"devDependencies": {
|
|
410
415
|
"@faker-js/faker": "^9.4.0",
|
|
411
|
-
"@mittwald/flow-design-tokens": "0.2.0-alpha.
|
|
416
|
+
"@mittwald/flow-design-tokens": "0.2.0-alpha.15",
|
|
412
417
|
"@mittwald/react-use-promise": "^2.6.0",
|
|
413
418
|
"@mittwald/typescript-config": "",
|
|
414
419
|
"@nx/storybook": "^20.3.2",
|
|
@@ -431,13 +436,8 @@
|
|
|
431
436
|
"@testing-library/jest-dom": "6.6.3",
|
|
432
437
|
"@testing-library/react": "~16.2.0",
|
|
433
438
|
"@testing-library/user-event": "^14.6.0",
|
|
434
|
-
"@types/invariant": "^2.2.37",
|
|
435
439
|
"@types/node": "22.10.7",
|
|
436
440
|
"@types/prettier": "^3.0.0",
|
|
437
|
-
"@types/prop-types": "^15.7.14",
|
|
438
|
-
"@types/react": "^19.0.7",
|
|
439
|
-
"@types/react-dom": "^19.0.3",
|
|
440
|
-
"@types/react-syntax-highlighter": "^15.5.13",
|
|
441
441
|
"@types/rollup": "^0.54.0",
|
|
442
442
|
"@vitejs/plugin-react": "^4.3.4",
|
|
443
443
|
"@vitest/coverage-v8": "~2.1.8",
|
|
@@ -492,5 +492,5 @@
|
|
|
492
492
|
"optional": true
|
|
493
493
|
}
|
|
494
494
|
},
|
|
495
|
-
"gitHead": "
|
|
495
|
+
"gitHead": "0c4fdca04ef998279ab7cfe8244b4a17b4fee500"
|
|
496
496
|
}
|