@mittwald/flow-react-components 0.2.0-alpha.379 → 0.2.0-alpha.380
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 +4 -0
- package/dist/assets/doc-properties.json +185 -185
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
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.380](https://github.com/mittwald/flow/compare/0.2.0-alpha.379...0.2.0-alpha.380) (2025-08-04)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
9
|
+
|
|
6
10
|
# [0.2.0-alpha.379](https://github.com/mittwald/flow/compare/0.2.0-alpha.378...0.2.0-alpha.379) (2025-08-04)
|
|
7
11
|
|
|
8
12
|
### Bug Fixes
|
|
@@ -135314,45 +135314,71 @@
|
|
|
135314
135314
|
},
|
|
135315
135315
|
{
|
|
135316
135316
|
"tags": {
|
|
135317
|
-
"flr-generate": "all"
|
|
135317
|
+
"flr-generate": "all",
|
|
135318
|
+
"flr-clear-props-context": ""
|
|
135318
135319
|
},
|
|
135319
|
-
"filePath": "
|
|
135320
|
+
"filePath": "src/components/HeaderNavigation/HeaderNavigation.tsx",
|
|
135320
135321
|
"description": "",
|
|
135321
|
-
"displayName": "
|
|
135322
|
+
"displayName": "HeaderNavigation",
|
|
135322
135323
|
"methods": [],
|
|
135323
135324
|
"props": {
|
|
135324
|
-
"
|
|
135325
|
+
"color": {
|
|
135326
|
+
"defaultValue": {
|
|
135327
|
+
"value": "\"primary\""
|
|
135328
|
+
},
|
|
135329
|
+
"description": "The color of the header navigation.",
|
|
135330
|
+
"name": "color",
|
|
135331
|
+
"parent": {
|
|
135332
|
+
"fileName": "src/components/HeaderNavigation/HeaderNavigation.tsx",
|
|
135333
|
+
"name": "HeaderNavigationProps"
|
|
135334
|
+
},
|
|
135335
|
+
"declarations": [
|
|
135336
|
+
{
|
|
135337
|
+
"fileName": "src/components/HeaderNavigation/HeaderNavigation.tsx",
|
|
135338
|
+
"name": "HeaderNavigationProps"
|
|
135339
|
+
}
|
|
135340
|
+
],
|
|
135341
|
+
"required": false,
|
|
135342
|
+
"type": {
|
|
135343
|
+
"name": "\"light\" | \"dark\" | \"primary\""
|
|
135344
|
+
}
|
|
135345
|
+
},
|
|
135346
|
+
"ref": {
|
|
135325
135347
|
"defaultValue": null,
|
|
135326
|
-
"description": "@
|
|
135327
|
-
"name": "
|
|
135348
|
+
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
135349
|
+
"name": "ref",
|
|
135328
135350
|
"parent": {
|
|
135329
|
-
"fileName": "
|
|
135330
|
-
"name": "
|
|
135351
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
135352
|
+
"name": "RefAttributes"
|
|
135331
135353
|
},
|
|
135332
135354
|
"declarations": [
|
|
135333
135355
|
{
|
|
135334
|
-
"fileName": "
|
|
135335
|
-
"name": "
|
|
135356
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
135357
|
+
"name": "RefAttributes"
|
|
135336
135358
|
}
|
|
135337
135359
|
],
|
|
135338
135360
|
"required": false,
|
|
135339
135361
|
"type": {
|
|
135340
|
-
"name": "
|
|
135362
|
+
"name": "Ref<HTMLInputElement>"
|
|
135341
135363
|
}
|
|
135342
135364
|
},
|
|
135343
|
-
"
|
|
135365
|
+
"key": {
|
|
135344
135366
|
"defaultValue": null,
|
|
135345
135367
|
"description": "",
|
|
135346
|
-
"name": "
|
|
135368
|
+
"name": "key",
|
|
135369
|
+
"parent": {
|
|
135370
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
135371
|
+
"name": "Attributes"
|
|
135372
|
+
},
|
|
135347
135373
|
"declarations": [
|
|
135348
135374
|
{
|
|
135349
135375
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
135350
|
-
"name": "
|
|
135376
|
+
"name": "Attributes"
|
|
135351
135377
|
}
|
|
135352
135378
|
],
|
|
135353
135379
|
"required": false,
|
|
135354
135380
|
"type": {
|
|
135355
|
-
"name": "
|
|
135381
|
+
"name": "Key | null"
|
|
135356
135382
|
}
|
|
135357
135383
|
},
|
|
135358
135384
|
"defaultChecked": {
|
|
@@ -136077,25 +136103,6 @@
|
|
|
136077
136103
|
"name": "string"
|
|
136078
136104
|
}
|
|
136079
136105
|
},
|
|
136080
|
-
"color": {
|
|
136081
|
-
"defaultValue": null,
|
|
136082
|
-
"description": "",
|
|
136083
|
-
"name": "color",
|
|
136084
|
-
"parent": {
|
|
136085
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
136086
|
-
"name": "HTMLAttributes"
|
|
136087
|
-
},
|
|
136088
|
-
"declarations": [
|
|
136089
|
-
{
|
|
136090
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
136091
|
-
"name": "HTMLAttributes"
|
|
136092
|
-
}
|
|
136093
|
-
],
|
|
136094
|
-
"required": false,
|
|
136095
|
-
"type": {
|
|
136096
|
-
"name": "string"
|
|
136097
|
-
}
|
|
136098
|
-
},
|
|
136099
136106
|
"itemProp": {
|
|
136100
136107
|
"defaultValue": null,
|
|
136101
136108
|
"description": "",
|
|
@@ -137407,6 +137414,25 @@
|
|
|
137407
137414
|
"name": "string"
|
|
137408
137415
|
}
|
|
137409
137416
|
},
|
|
137417
|
+
"children": {
|
|
137418
|
+
"defaultValue": null,
|
|
137419
|
+
"description": "",
|
|
137420
|
+
"name": "children",
|
|
137421
|
+
"parent": {
|
|
137422
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
137423
|
+
"name": "DOMAttributes"
|
|
137424
|
+
},
|
|
137425
|
+
"declarations": [
|
|
137426
|
+
{
|
|
137427
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
137428
|
+
"name": "DOMAttributes"
|
|
137429
|
+
}
|
|
137430
|
+
],
|
|
137431
|
+
"required": false,
|
|
137432
|
+
"type": {
|
|
137433
|
+
"name": "ReactNode"
|
|
137434
|
+
}
|
|
137435
|
+
},
|
|
137410
137436
|
"dangerouslySetInnerHTML": {
|
|
137411
137437
|
"defaultValue": null,
|
|
137412
137438
|
"description": "",
|
|
@@ -140617,167 +140643,50 @@
|
|
|
140617
140643
|
"type": {
|
|
140618
140644
|
"name": "TransitionEventHandler<HTMLElement>"
|
|
140619
140645
|
}
|
|
140620
|
-
},
|
|
140621
|
-
"elementType": {
|
|
140622
|
-
"defaultValue": null,
|
|
140623
|
-
"description": "",
|
|
140624
|
-
"name": "elementType",
|
|
140625
|
-
"declarations": [
|
|
140626
|
-
{
|
|
140627
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
140628
|
-
"name": "TypeLiteral"
|
|
140629
|
-
}
|
|
140630
|
-
],
|
|
140631
|
-
"required": false,
|
|
140632
|
-
"type": {
|
|
140633
|
-
"name": "\"span\" | \"div\" | ExoticComponent<{}> | \"header\""
|
|
140634
|
-
}
|
|
140635
|
-
},
|
|
140636
|
-
"wrapWith": {
|
|
140637
|
-
"defaultValue": null,
|
|
140638
|
-
"description": "",
|
|
140639
|
-
"name": "wrapWith",
|
|
140640
|
-
"parent": {
|
|
140641
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
140642
|
-
"name": "FlowComponentProps"
|
|
140643
|
-
},
|
|
140644
|
-
"declarations": [
|
|
140645
|
-
{
|
|
140646
|
-
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
140647
|
-
"name": "FlowComponentProps"
|
|
140648
|
-
}
|
|
140649
|
-
],
|
|
140650
|
-
"required": false,
|
|
140651
|
-
"type": {
|
|
140652
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
140653
|
-
}
|
|
140654
|
-
},
|
|
140655
|
-
"tunnelId": {
|
|
140656
|
-
"defaultValue": null,
|
|
140657
|
-
"description": "@internal",
|
|
140658
|
-
"name": "tunnelId",
|
|
140659
|
-
"parent": {
|
|
140660
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
140661
|
-
"name": "PropsWithTunnel"
|
|
140662
|
-
},
|
|
140663
|
-
"declarations": [
|
|
140664
|
-
{
|
|
140665
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
140666
|
-
"name": "PropsWithTunnel"
|
|
140667
|
-
}
|
|
140668
|
-
],
|
|
140669
|
-
"required": false,
|
|
140670
|
-
"type": {
|
|
140671
|
-
"name": "string | null"
|
|
140672
|
-
}
|
|
140673
|
-
},
|
|
140674
|
-
"ref": {
|
|
140675
|
-
"defaultValue": null,
|
|
140676
|
-
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
140677
|
-
"name": "ref",
|
|
140678
|
-
"parent": {
|
|
140679
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
140680
|
-
"name": "RefAttributes"
|
|
140681
|
-
},
|
|
140682
|
-
"declarations": [
|
|
140683
|
-
{
|
|
140684
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
140685
|
-
"name": "RefAttributes"
|
|
140686
|
-
}
|
|
140687
|
-
],
|
|
140688
|
-
"required": false,
|
|
140689
|
-
"type": {
|
|
140690
|
-
"name": "Ref<HTMLInputElement>"
|
|
140691
|
-
}
|
|
140692
|
-
},
|
|
140693
|
-
"key": {
|
|
140694
|
-
"defaultValue": null,
|
|
140695
|
-
"description": "",
|
|
140696
|
-
"name": "key",
|
|
140697
|
-
"parent": {
|
|
140698
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
140699
|
-
"name": "Attributes"
|
|
140700
|
-
},
|
|
140701
|
-
"declarations": [
|
|
140702
|
-
{
|
|
140703
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
140704
|
-
"name": "Attributes"
|
|
140705
|
-
}
|
|
140706
|
-
],
|
|
140707
|
-
"required": false,
|
|
140708
|
-
"type": {
|
|
140709
|
-
"name": "Key | null"
|
|
140710
|
-
}
|
|
140711
140646
|
}
|
|
140712
140647
|
}
|
|
140713
140648
|
},
|
|
140714
140649
|
{
|
|
140715
140650
|
"tags": {
|
|
140716
|
-
"flr-generate": "all"
|
|
140717
|
-
"flr-clear-props-context": ""
|
|
140651
|
+
"flr-generate": "all"
|
|
140718
140652
|
},
|
|
140719
|
-
"filePath": "src/components/
|
|
140653
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Header/Header.tsx",
|
|
140720
140654
|
"description": "",
|
|
140721
|
-
"displayName": "
|
|
140655
|
+
"displayName": "Header",
|
|
140722
140656
|
"methods": [],
|
|
140723
140657
|
"props": {
|
|
140724
|
-
"
|
|
140725
|
-
"defaultValue": {
|
|
140726
|
-
"value": "\"primary\""
|
|
140727
|
-
},
|
|
140728
|
-
"description": "The color of the header navigation.",
|
|
140729
|
-
"name": "color",
|
|
140730
|
-
"parent": {
|
|
140731
|
-
"fileName": "src/components/HeaderNavigation/HeaderNavigation.tsx",
|
|
140732
|
-
"name": "HeaderNavigationProps"
|
|
140733
|
-
},
|
|
140734
|
-
"declarations": [
|
|
140735
|
-
{
|
|
140736
|
-
"fileName": "src/components/HeaderNavigation/HeaderNavigation.tsx",
|
|
140737
|
-
"name": "HeaderNavigationProps"
|
|
140738
|
-
}
|
|
140739
|
-
],
|
|
140740
|
-
"required": false,
|
|
140741
|
-
"type": {
|
|
140742
|
-
"name": "\"light\" | \"dark\" | \"primary\""
|
|
140743
|
-
}
|
|
140744
|
-
},
|
|
140745
|
-
"ref": {
|
|
140658
|
+
"renderSectionHeader": {
|
|
140746
140659
|
"defaultValue": null,
|
|
140747
|
-
"description": "
|
|
140748
|
-
"name": "
|
|
140660
|
+
"description": "@internal",
|
|
140661
|
+
"name": "renderSectionHeader",
|
|
140749
140662
|
"parent": {
|
|
140750
|
-
"fileName": "
|
|
140751
|
-
"name": "
|
|
140663
|
+
"fileName": "components/src/components/Header/Header.tsx",
|
|
140664
|
+
"name": "HeaderProps"
|
|
140752
140665
|
},
|
|
140753
140666
|
"declarations": [
|
|
140754
140667
|
{
|
|
140755
|
-
"fileName": "
|
|
140756
|
-
"name": "
|
|
140668
|
+
"fileName": "components/src/components/Header/Header.tsx",
|
|
140669
|
+
"name": "HeaderProps"
|
|
140757
140670
|
}
|
|
140758
140671
|
],
|
|
140759
140672
|
"required": false,
|
|
140760
140673
|
"type": {
|
|
140761
|
-
"name": "
|
|
140674
|
+
"name": "boolean"
|
|
140762
140675
|
}
|
|
140763
140676
|
},
|
|
140764
|
-
"
|
|
140677
|
+
"children": {
|
|
140765
140678
|
"defaultValue": null,
|
|
140766
140679
|
"description": "",
|
|
140767
|
-
"name": "
|
|
140768
|
-
"parent": {
|
|
140769
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
140770
|
-
"name": "Attributes"
|
|
140771
|
-
},
|
|
140680
|
+
"name": "children",
|
|
140772
140681
|
"declarations": [
|
|
140773
140682
|
{
|
|
140774
140683
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
140775
|
-
"name": "
|
|
140684
|
+
"name": "TypeLiteral"
|
|
140776
140685
|
}
|
|
140777
140686
|
],
|
|
140778
140687
|
"required": false,
|
|
140779
140688
|
"type": {
|
|
140780
|
-
"name": "
|
|
140689
|
+
"name": "ReactNode"
|
|
140781
140690
|
}
|
|
140782
140691
|
},
|
|
140783
140692
|
"defaultChecked": {
|
|
@@ -141502,6 +141411,25 @@
|
|
|
141502
141411
|
"name": "string"
|
|
141503
141412
|
}
|
|
141504
141413
|
},
|
|
141414
|
+
"color": {
|
|
141415
|
+
"defaultValue": null,
|
|
141416
|
+
"description": "",
|
|
141417
|
+
"name": "color",
|
|
141418
|
+
"parent": {
|
|
141419
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
141420
|
+
"name": "HTMLAttributes"
|
|
141421
|
+
},
|
|
141422
|
+
"declarations": [
|
|
141423
|
+
{
|
|
141424
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
141425
|
+
"name": "HTMLAttributes"
|
|
141426
|
+
}
|
|
141427
|
+
],
|
|
141428
|
+
"required": false,
|
|
141429
|
+
"type": {
|
|
141430
|
+
"name": "string"
|
|
141431
|
+
}
|
|
141432
|
+
},
|
|
141505
141433
|
"itemProp": {
|
|
141506
141434
|
"defaultValue": null,
|
|
141507
141435
|
"description": "",
|
|
@@ -142813,25 +142741,6 @@
|
|
|
142813
142741
|
"name": "string"
|
|
142814
142742
|
}
|
|
142815
142743
|
},
|
|
142816
|
-
"children": {
|
|
142817
|
-
"defaultValue": null,
|
|
142818
|
-
"description": "",
|
|
142819
|
-
"name": "children",
|
|
142820
|
-
"parent": {
|
|
142821
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
142822
|
-
"name": "DOMAttributes"
|
|
142823
|
-
},
|
|
142824
|
-
"declarations": [
|
|
142825
|
-
{
|
|
142826
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
142827
|
-
"name": "DOMAttributes"
|
|
142828
|
-
}
|
|
142829
|
-
],
|
|
142830
|
-
"required": false,
|
|
142831
|
-
"type": {
|
|
142832
|
-
"name": "ReactNode"
|
|
142833
|
-
}
|
|
142834
|
-
},
|
|
142835
142744
|
"dangerouslySetInnerHTML": {
|
|
142836
142745
|
"defaultValue": null,
|
|
142837
142746
|
"description": "",
|
|
@@ -146042,6 +145951,97 @@
|
|
|
146042
145951
|
"type": {
|
|
146043
145952
|
"name": "TransitionEventHandler<HTMLElement>"
|
|
146044
145953
|
}
|
|
145954
|
+
},
|
|
145955
|
+
"elementType": {
|
|
145956
|
+
"defaultValue": null,
|
|
145957
|
+
"description": "",
|
|
145958
|
+
"name": "elementType",
|
|
145959
|
+
"declarations": [
|
|
145960
|
+
{
|
|
145961
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
145962
|
+
"name": "TypeLiteral"
|
|
145963
|
+
}
|
|
145964
|
+
],
|
|
145965
|
+
"required": false,
|
|
145966
|
+
"type": {
|
|
145967
|
+
"name": "\"span\" | \"div\" | ExoticComponent<{}> | \"header\""
|
|
145968
|
+
}
|
|
145969
|
+
},
|
|
145970
|
+
"wrapWith": {
|
|
145971
|
+
"defaultValue": null,
|
|
145972
|
+
"description": "",
|
|
145973
|
+
"name": "wrapWith",
|
|
145974
|
+
"parent": {
|
|
145975
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
145976
|
+
"name": "FlowComponentProps"
|
|
145977
|
+
},
|
|
145978
|
+
"declarations": [
|
|
145979
|
+
{
|
|
145980
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
145981
|
+
"name": "FlowComponentProps"
|
|
145982
|
+
}
|
|
145983
|
+
],
|
|
145984
|
+
"required": false,
|
|
145985
|
+
"type": {
|
|
145986
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
145987
|
+
}
|
|
145988
|
+
},
|
|
145989
|
+
"tunnelId": {
|
|
145990
|
+
"defaultValue": null,
|
|
145991
|
+
"description": "@internal",
|
|
145992
|
+
"name": "tunnelId",
|
|
145993
|
+
"parent": {
|
|
145994
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
145995
|
+
"name": "PropsWithTunnel"
|
|
145996
|
+
},
|
|
145997
|
+
"declarations": [
|
|
145998
|
+
{
|
|
145999
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
146000
|
+
"name": "PropsWithTunnel"
|
|
146001
|
+
}
|
|
146002
|
+
],
|
|
146003
|
+
"required": false,
|
|
146004
|
+
"type": {
|
|
146005
|
+
"name": "string | null"
|
|
146006
|
+
}
|
|
146007
|
+
},
|
|
146008
|
+
"ref": {
|
|
146009
|
+
"defaultValue": null,
|
|
146010
|
+
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
146011
|
+
"name": "ref",
|
|
146012
|
+
"parent": {
|
|
146013
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
146014
|
+
"name": "RefAttributes"
|
|
146015
|
+
},
|
|
146016
|
+
"declarations": [
|
|
146017
|
+
{
|
|
146018
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
146019
|
+
"name": "RefAttributes"
|
|
146020
|
+
}
|
|
146021
|
+
],
|
|
146022
|
+
"required": false,
|
|
146023
|
+
"type": {
|
|
146024
|
+
"name": "Ref<HTMLInputElement>"
|
|
146025
|
+
}
|
|
146026
|
+
},
|
|
146027
|
+
"key": {
|
|
146028
|
+
"defaultValue": null,
|
|
146029
|
+
"description": "",
|
|
146030
|
+
"name": "key",
|
|
146031
|
+
"parent": {
|
|
146032
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
146033
|
+
"name": "Attributes"
|
|
146034
|
+
},
|
|
146035
|
+
"declarations": [
|
|
146036
|
+
{
|
|
146037
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
146038
|
+
"name": "Attributes"
|
|
146039
|
+
}
|
|
146040
|
+
],
|
|
146041
|
+
"required": false,
|
|
146042
|
+
"type": {
|
|
146043
|
+
"name": "Key | null"
|
|
146044
|
+
}
|
|
146045
146045
|
}
|
|
146046
146046
|
}
|
|
146047
146047
|
},
|
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.380",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"@chakra-ui/live-region": "^2.1.0",
|
|
59
59
|
"@internationalized/string-compiler": "^3.2.6",
|
|
60
60
|
"@mittwald/password-tools-js": "^2.1.6",
|
|
61
|
-
"@mittwald/react-tunnel": "0.2.0-alpha.
|
|
61
|
+
"@mittwald/react-tunnel": "0.2.0-alpha.380",
|
|
62
62
|
"@mittwald/react-use-promise": "^3.0.4",
|
|
63
63
|
"@react-aria/form": "^3.1.0",
|
|
64
64
|
"@react-aria/utils": "^3.30.0",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"@faker-js/faker": "^9.9.0",
|
|
100
100
|
"@internationalized/date": "^3.8.2",
|
|
101
101
|
"@mittwald/flow-core": "",
|
|
102
|
-
"@mittwald/flow-design-tokens": "0.2.0-alpha.
|
|
102
|
+
"@mittwald/flow-design-tokens": "0.2.0-alpha.380",
|
|
103
103
|
"@mittwald/react-use-promise": "^3.0.4",
|
|
104
104
|
"@mittwald/remote-dom-react": "1.2.2-mittwald.3",
|
|
105
105
|
"@mittwald/typescript-config": "",
|
|
@@ -172,5 +172,5 @@
|
|
|
172
172
|
"optional": true
|
|
173
173
|
}
|
|
174
174
|
},
|
|
175
|
-
"gitHead": "
|
|
175
|
+
"gitHead": "d25b19aecda36aecdcc2d0debe260321f10d9623"
|
|
176
176
|
}
|