@mittwald/flow-react-components 0.2.0-alpha.16 → 0.2.0-alpha.18
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
CHANGED
|
@@ -3,6 +3,16 @@
|
|
|
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.18](https://github.com/mittwald/flow/compare/0.2.0-alpha.17...0.2.0-alpha.18) (2025-01-21)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
9
|
+
|
|
10
|
+
# [0.2.0-alpha.17](https://github.com/mittwald/flow/compare/0.2.0-alpha.16...0.2.0-alpha.17) (2025-01-21)
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* add missing export ([4ed108e](https://github.com/mittwald/flow/commit/4ed108e3e5dcd80d1c236777ebb18628fd2f64a1))
|
|
15
|
+
|
|
6
16
|
# [0.2.0-alpha.16](https://github.com/mittwald/flow/compare/0.2.0-alpha.15...0.2.0-alpha.16) (2025-01-21)
|
|
7
17
|
|
|
8
18
|
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icon/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B,OAAO,EAAE,KAAK,SAAS,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9C,eAAe,IAAI,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icon/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B,OAAO,EAAE,KAAK,SAAS,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9C,eAAe,IAAI,CAAC"}
|
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.18",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -374,9 +374,8 @@
|
|
|
374
374
|
},
|
|
375
375
|
"dependencies": {
|
|
376
376
|
"@chakra-ui/live-region": "^2.1.0",
|
|
377
|
-
"@internationalized/date": "^3.7.0",
|
|
378
377
|
"@internationalized/string-compiler": "^3.2.6",
|
|
379
|
-
"@mittwald/react-tunnel": "0.2.0-alpha.
|
|
378
|
+
"@mittwald/react-tunnel": "0.2.0-alpha.18",
|
|
380
379
|
"@mittwald/react-use-promise": "^2.6.0",
|
|
381
380
|
"@react-aria/form": "^3.0.12",
|
|
382
381
|
"@react-aria/utils": "^3.27.0",
|
|
@@ -413,7 +412,8 @@
|
|
|
413
412
|
},
|
|
414
413
|
"devDependencies": {
|
|
415
414
|
"@faker-js/faker": "^9.4.0",
|
|
416
|
-
"@
|
|
415
|
+
"@internationalized/date": "^3.6.0",
|
|
416
|
+
"@mittwald/flow-design-tokens": "0.2.0-alpha.18",
|
|
417
417
|
"@mittwald/react-use-promise": "^2.6.0",
|
|
418
418
|
"@mittwald/typescript-config": "",
|
|
419
419
|
"@nx/storybook": "^20.3.2",
|
|
@@ -475,6 +475,7 @@
|
|
|
475
475
|
"yaml": "^2.7.0"
|
|
476
476
|
},
|
|
477
477
|
"peerDependencies": {
|
|
478
|
+
"@internationalized/date": "^3.6.0",
|
|
478
479
|
"@mittwald/react-use-promise": "^2.3.12",
|
|
479
480
|
"next": "*",
|
|
480
481
|
"react": "19.0.0",
|
|
@@ -482,7 +483,7 @@
|
|
|
482
483
|
"react-hook-form": "*"
|
|
483
484
|
},
|
|
484
485
|
"peerDependenciesMeta": {
|
|
485
|
-
"@
|
|
486
|
+
"@internationalized/date": {
|
|
486
487
|
"optional": true
|
|
487
488
|
},
|
|
488
489
|
"next": {
|
|
@@ -492,5 +493,5 @@
|
|
|
492
493
|
"optional": true
|
|
493
494
|
}
|
|
494
495
|
},
|
|
495
|
-
"gitHead": "
|
|
496
|
+
"gitHead": "ea59829e1efbe34108b74704b82644b2eb532052"
|
|
496
497
|
}
|