@mittwald/flow-react-components 0.2.0-alpha.35 → 0.2.0-alpha.37
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/dist/assets/doc-properties.json +193 -193
- package/package.json +4 -4
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.37](https://github.com/mittwald/flow/compare/0.2.0-alpha.36...0.2.0-alpha.37) (2025-02-18)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
9
|
+
|
|
10
|
+
# [0.2.0-alpha.36](https://github.com/mittwald/flow/compare/0.2.0-alpha.35...0.2.0-alpha.36) (2025-02-18)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
13
|
+
|
|
6
14
|
# [0.2.0-alpha.35](https://github.com/mittwald/flow/compare/0.1.0-alpha.432...0.2.0-alpha.35) (2025-02-18)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
@@ -66611,6 +66611,168 @@
|
|
|
66611
66611
|
}
|
|
66612
66612
|
}
|
|
66613
66613
|
},
|
|
66614
|
+
{
|
|
66615
|
+
"tags": {
|
|
66616
|
+
"flr-generate": "all",
|
|
66617
|
+
"flr-clear-props-context": ""
|
|
66618
|
+
},
|
|
66619
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/LightBox.tsx",
|
|
66620
|
+
"description": "",
|
|
66621
|
+
"displayName": "LightBox",
|
|
66622
|
+
"methods": [],
|
|
66623
|
+
"props": {
|
|
66624
|
+
"controller": {
|
|
66625
|
+
"defaultValue": null,
|
|
66626
|
+
"description": "An overlay controller to control the light box state.",
|
|
66627
|
+
"name": "controller",
|
|
66628
|
+
"parent": {
|
|
66629
|
+
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
66630
|
+
"name": "LightBoxProps"
|
|
66631
|
+
},
|
|
66632
|
+
"declarations": [
|
|
66633
|
+
{
|
|
66634
|
+
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
66635
|
+
"name": "LightBoxProps"
|
|
66636
|
+
}
|
|
66637
|
+
],
|
|
66638
|
+
"required": false,
|
|
66639
|
+
"type": {
|
|
66640
|
+
"name": "OverlayController"
|
|
66641
|
+
}
|
|
66642
|
+
},
|
|
66643
|
+
"fitScreen": {
|
|
66644
|
+
"defaultValue": {
|
|
66645
|
+
"value": "true"
|
|
66646
|
+
},
|
|
66647
|
+
"description": "Whether content can be displayed larger than the available space in the\nscreen.",
|
|
66648
|
+
"name": "fitScreen",
|
|
66649
|
+
"parent": {
|
|
66650
|
+
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
66651
|
+
"name": "LightBoxProps"
|
|
66652
|
+
},
|
|
66653
|
+
"declarations": [
|
|
66654
|
+
{
|
|
66655
|
+
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
66656
|
+
"name": "LightBoxProps"
|
|
66657
|
+
}
|
|
66658
|
+
],
|
|
66659
|
+
"required": false,
|
|
66660
|
+
"type": {
|
|
66661
|
+
"name": "boolean"
|
|
66662
|
+
}
|
|
66663
|
+
},
|
|
66664
|
+
"children": {
|
|
66665
|
+
"defaultValue": null,
|
|
66666
|
+
"description": "",
|
|
66667
|
+
"name": "children",
|
|
66668
|
+
"declarations": [
|
|
66669
|
+
{
|
|
66670
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
66671
|
+
"name": "TypeLiteral"
|
|
66672
|
+
}
|
|
66673
|
+
],
|
|
66674
|
+
"required": false,
|
|
66675
|
+
"type": {
|
|
66676
|
+
"name": "ReactNode"
|
|
66677
|
+
}
|
|
66678
|
+
},
|
|
66679
|
+
"wrapWith": {
|
|
66680
|
+
"defaultValue": null,
|
|
66681
|
+
"description": "",
|
|
66682
|
+
"name": "wrapWith",
|
|
66683
|
+
"parent": {
|
|
66684
|
+
"fileName": "src/lib/componentFactory/flowComponent.tsx",
|
|
66685
|
+
"name": "FlowComponentProps"
|
|
66686
|
+
},
|
|
66687
|
+
"declarations": [
|
|
66688
|
+
{
|
|
66689
|
+
"fileName": "src/lib/componentFactory/flowComponent.tsx",
|
|
66690
|
+
"name": "FlowComponentProps"
|
|
66691
|
+
}
|
|
66692
|
+
],
|
|
66693
|
+
"required": false,
|
|
66694
|
+
"type": {
|
|
66695
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
66696
|
+
}
|
|
66697
|
+
},
|
|
66698
|
+
"tunnelId": {
|
|
66699
|
+
"defaultValue": null,
|
|
66700
|
+
"description": "@internal",
|
|
66701
|
+
"name": "tunnelId",
|
|
66702
|
+
"parent": {
|
|
66703
|
+
"fileName": "src/lib/types/props.ts",
|
|
66704
|
+
"name": "PropsWithTunnel"
|
|
66705
|
+
},
|
|
66706
|
+
"declarations": [
|
|
66707
|
+
{
|
|
66708
|
+
"fileName": "src/lib/types/props.ts",
|
|
66709
|
+
"name": "PropsWithTunnel"
|
|
66710
|
+
}
|
|
66711
|
+
],
|
|
66712
|
+
"required": false,
|
|
66713
|
+
"type": {
|
|
66714
|
+
"name": "string | null"
|
|
66715
|
+
}
|
|
66716
|
+
},
|
|
66717
|
+
"className": {
|
|
66718
|
+
"defaultValue": null,
|
|
66719
|
+
"description": "The elements class name.",
|
|
66720
|
+
"name": "className",
|
|
66721
|
+
"parent": {
|
|
66722
|
+
"fileName": "src/lib/types/props.ts",
|
|
66723
|
+
"name": "PropsWithClassName"
|
|
66724
|
+
},
|
|
66725
|
+
"declarations": [
|
|
66726
|
+
{
|
|
66727
|
+
"fileName": "src/lib/types/props.ts",
|
|
66728
|
+
"name": "PropsWithClassName"
|
|
66729
|
+
}
|
|
66730
|
+
],
|
|
66731
|
+
"required": false,
|
|
66732
|
+
"type": {
|
|
66733
|
+
"name": "string"
|
|
66734
|
+
}
|
|
66735
|
+
},
|
|
66736
|
+
"ref": {
|
|
66737
|
+
"defaultValue": null,
|
|
66738
|
+
"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}",
|
|
66739
|
+
"name": "ref",
|
|
66740
|
+
"parent": {
|
|
66741
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
66742
|
+
"name": "RefAttributes"
|
|
66743
|
+
},
|
|
66744
|
+
"declarations": [
|
|
66745
|
+
{
|
|
66746
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
66747
|
+
"name": "RefAttributes"
|
|
66748
|
+
}
|
|
66749
|
+
],
|
|
66750
|
+
"required": false,
|
|
66751
|
+
"type": {
|
|
66752
|
+
"name": "Ref<HTMLDivElement>"
|
|
66753
|
+
}
|
|
66754
|
+
},
|
|
66755
|
+
"key": {
|
|
66756
|
+
"defaultValue": null,
|
|
66757
|
+
"description": "",
|
|
66758
|
+
"name": "key",
|
|
66759
|
+
"parent": {
|
|
66760
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
66761
|
+
"name": "Attributes"
|
|
66762
|
+
},
|
|
66763
|
+
"declarations": [
|
|
66764
|
+
{
|
|
66765
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
66766
|
+
"name": "Attributes"
|
|
66767
|
+
}
|
|
66768
|
+
],
|
|
66769
|
+
"required": false,
|
|
66770
|
+
"type": {
|
|
66771
|
+
"name": "Key | null"
|
|
66772
|
+
}
|
|
66773
|
+
}
|
|
66774
|
+
}
|
|
66775
|
+
},
|
|
66614
66776
|
{
|
|
66615
66777
|
"tags": {
|
|
66616
66778
|
"flr-generate": "all",
|
|
@@ -71954,168 +72116,6 @@
|
|
|
71954
72116
|
}
|
|
71955
72117
|
}
|
|
71956
72118
|
},
|
|
71957
|
-
{
|
|
71958
|
-
"tags": {
|
|
71959
|
-
"flr-generate": "all",
|
|
71960
|
-
"flr-clear-props-context": ""
|
|
71961
|
-
},
|
|
71962
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/LightBox.tsx",
|
|
71963
|
-
"description": "",
|
|
71964
|
-
"displayName": "LightBox",
|
|
71965
|
-
"methods": [],
|
|
71966
|
-
"props": {
|
|
71967
|
-
"controller": {
|
|
71968
|
-
"defaultValue": null,
|
|
71969
|
-
"description": "An overlay controller to control the light box state.",
|
|
71970
|
-
"name": "controller",
|
|
71971
|
-
"parent": {
|
|
71972
|
-
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
71973
|
-
"name": "LightBoxProps"
|
|
71974
|
-
},
|
|
71975
|
-
"declarations": [
|
|
71976
|
-
{
|
|
71977
|
-
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
71978
|
-
"name": "LightBoxProps"
|
|
71979
|
-
}
|
|
71980
|
-
],
|
|
71981
|
-
"required": false,
|
|
71982
|
-
"type": {
|
|
71983
|
-
"name": "OverlayController"
|
|
71984
|
-
}
|
|
71985
|
-
},
|
|
71986
|
-
"fitScreen": {
|
|
71987
|
-
"defaultValue": {
|
|
71988
|
-
"value": "true"
|
|
71989
|
-
},
|
|
71990
|
-
"description": "Whether content can be displayed larger than the available space in the\nscreen.",
|
|
71991
|
-
"name": "fitScreen",
|
|
71992
|
-
"parent": {
|
|
71993
|
-
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
71994
|
-
"name": "LightBoxProps"
|
|
71995
|
-
},
|
|
71996
|
-
"declarations": [
|
|
71997
|
-
{
|
|
71998
|
-
"fileName": "components/src/components/LightBox/LightBox.tsx",
|
|
71999
|
-
"name": "LightBoxProps"
|
|
72000
|
-
}
|
|
72001
|
-
],
|
|
72002
|
-
"required": false,
|
|
72003
|
-
"type": {
|
|
72004
|
-
"name": "boolean"
|
|
72005
|
-
}
|
|
72006
|
-
},
|
|
72007
|
-
"children": {
|
|
72008
|
-
"defaultValue": null,
|
|
72009
|
-
"description": "",
|
|
72010
|
-
"name": "children",
|
|
72011
|
-
"declarations": [
|
|
72012
|
-
{
|
|
72013
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
72014
|
-
"name": "TypeLiteral"
|
|
72015
|
-
}
|
|
72016
|
-
],
|
|
72017
|
-
"required": false,
|
|
72018
|
-
"type": {
|
|
72019
|
-
"name": "ReactNode"
|
|
72020
|
-
}
|
|
72021
|
-
},
|
|
72022
|
-
"wrapWith": {
|
|
72023
|
-
"defaultValue": null,
|
|
72024
|
-
"description": "",
|
|
72025
|
-
"name": "wrapWith",
|
|
72026
|
-
"parent": {
|
|
72027
|
-
"fileName": "src/lib/componentFactory/flowComponent.tsx",
|
|
72028
|
-
"name": "FlowComponentProps"
|
|
72029
|
-
},
|
|
72030
|
-
"declarations": [
|
|
72031
|
-
{
|
|
72032
|
-
"fileName": "src/lib/componentFactory/flowComponent.tsx",
|
|
72033
|
-
"name": "FlowComponentProps"
|
|
72034
|
-
}
|
|
72035
|
-
],
|
|
72036
|
-
"required": false,
|
|
72037
|
-
"type": {
|
|
72038
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
72039
|
-
}
|
|
72040
|
-
},
|
|
72041
|
-
"tunnelId": {
|
|
72042
|
-
"defaultValue": null,
|
|
72043
|
-
"description": "@internal",
|
|
72044
|
-
"name": "tunnelId",
|
|
72045
|
-
"parent": {
|
|
72046
|
-
"fileName": "src/lib/types/props.ts",
|
|
72047
|
-
"name": "PropsWithTunnel"
|
|
72048
|
-
},
|
|
72049
|
-
"declarations": [
|
|
72050
|
-
{
|
|
72051
|
-
"fileName": "src/lib/types/props.ts",
|
|
72052
|
-
"name": "PropsWithTunnel"
|
|
72053
|
-
}
|
|
72054
|
-
],
|
|
72055
|
-
"required": false,
|
|
72056
|
-
"type": {
|
|
72057
|
-
"name": "string | null"
|
|
72058
|
-
}
|
|
72059
|
-
},
|
|
72060
|
-
"className": {
|
|
72061
|
-
"defaultValue": null,
|
|
72062
|
-
"description": "The elements class name.",
|
|
72063
|
-
"name": "className",
|
|
72064
|
-
"parent": {
|
|
72065
|
-
"fileName": "src/lib/types/props.ts",
|
|
72066
|
-
"name": "PropsWithClassName"
|
|
72067
|
-
},
|
|
72068
|
-
"declarations": [
|
|
72069
|
-
{
|
|
72070
|
-
"fileName": "src/lib/types/props.ts",
|
|
72071
|
-
"name": "PropsWithClassName"
|
|
72072
|
-
}
|
|
72073
|
-
],
|
|
72074
|
-
"required": false,
|
|
72075
|
-
"type": {
|
|
72076
|
-
"name": "string"
|
|
72077
|
-
}
|
|
72078
|
-
},
|
|
72079
|
-
"ref": {
|
|
72080
|
-
"defaultValue": null,
|
|
72081
|
-
"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}",
|
|
72082
|
-
"name": "ref",
|
|
72083
|
-
"parent": {
|
|
72084
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
72085
|
-
"name": "RefAttributes"
|
|
72086
|
-
},
|
|
72087
|
-
"declarations": [
|
|
72088
|
-
{
|
|
72089
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
72090
|
-
"name": "RefAttributes"
|
|
72091
|
-
}
|
|
72092
|
-
],
|
|
72093
|
-
"required": false,
|
|
72094
|
-
"type": {
|
|
72095
|
-
"name": "Ref<HTMLDivElement>"
|
|
72096
|
-
}
|
|
72097
|
-
},
|
|
72098
|
-
"key": {
|
|
72099
|
-
"defaultValue": null,
|
|
72100
|
-
"description": "",
|
|
72101
|
-
"name": "key",
|
|
72102
|
-
"parent": {
|
|
72103
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
72104
|
-
"name": "Attributes"
|
|
72105
|
-
},
|
|
72106
|
-
"declarations": [
|
|
72107
|
-
{
|
|
72108
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
72109
|
-
"name": "Attributes"
|
|
72110
|
-
}
|
|
72111
|
-
],
|
|
72112
|
-
"required": false,
|
|
72113
|
-
"type": {
|
|
72114
|
-
"name": "Key | null"
|
|
72115
|
-
}
|
|
72116
|
-
}
|
|
72117
|
-
}
|
|
72118
|
-
},
|
|
72119
72119
|
{
|
|
72120
72120
|
"tags": {
|
|
72121
72121
|
"flr-generate": "all",
|
|
@@ -209266,30 +209266,11 @@
|
|
|
209266
209266
|
},
|
|
209267
209267
|
{
|
|
209268
209268
|
"tags": {},
|
|
209269
|
-
"filePath": "src/integrations/
|
|
209269
|
+
"filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
|
|
209270
209270
|
"description": "",
|
|
209271
|
-
"displayName": "
|
|
209271
|
+
"displayName": "LinkProvider",
|
|
209272
209272
|
"methods": [],
|
|
209273
209273
|
"props": {
|
|
209274
|
-
"isAsyncSubmit": {
|
|
209275
|
-
"defaultValue": null,
|
|
209276
|
-
"description": "",
|
|
209277
|
-
"name": "isAsyncSubmit",
|
|
209278
|
-
"parent": {
|
|
209279
|
-
"fileName": "src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
|
|
209280
|
-
"name": "Props"
|
|
209281
|
-
},
|
|
209282
|
-
"declarations": [
|
|
209283
|
-
{
|
|
209284
|
-
"fileName": "src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
|
|
209285
|
-
"name": "Props"
|
|
209286
|
-
}
|
|
209287
|
-
],
|
|
209288
|
-
"required": true,
|
|
209289
|
-
"type": {
|
|
209290
|
-
"name": "MutableRefObject<boolean>"
|
|
209291
|
-
}
|
|
209292
|
-
},
|
|
209293
209274
|
"children": {
|
|
209294
209275
|
"defaultValue": null,
|
|
209295
209276
|
"description": "",
|
|
@@ -209309,11 +209290,30 @@
|
|
|
209309
209290
|
},
|
|
209310
209291
|
{
|
|
209311
209292
|
"tags": {},
|
|
209312
|
-
"filePath": "src/integrations/
|
|
209293
|
+
"filePath": "src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
|
|
209313
209294
|
"description": "",
|
|
209314
|
-
"displayName": "
|
|
209295
|
+
"displayName": "SubmitButtonStateProvider",
|
|
209315
209296
|
"methods": [],
|
|
209316
209297
|
"props": {
|
|
209298
|
+
"isAsyncSubmit": {
|
|
209299
|
+
"defaultValue": null,
|
|
209300
|
+
"description": "",
|
|
209301
|
+
"name": "isAsyncSubmit",
|
|
209302
|
+
"parent": {
|
|
209303
|
+
"fileName": "src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
|
|
209304
|
+
"name": "Props"
|
|
209305
|
+
},
|
|
209306
|
+
"declarations": [
|
|
209307
|
+
{
|
|
209308
|
+
"fileName": "src/integrations/react-hook-form/components/ActionGroupWrapper/SubmitButtonStateProvider.tsx",
|
|
209309
|
+
"name": "Props"
|
|
209310
|
+
}
|
|
209311
|
+
],
|
|
209312
|
+
"required": true,
|
|
209313
|
+
"type": {
|
|
209314
|
+
"name": "MutableRefObject<boolean>"
|
|
209315
|
+
}
|
|
209316
|
+
},
|
|
209317
209317
|
"children": {
|
|
209318
209318
|
"defaultValue": null,
|
|
209319
209319
|
"description": "",
|
|
@@ -216451,14 +216451,6 @@
|
|
|
216451
216451
|
}
|
|
216452
216452
|
}
|
|
216453
216453
|
},
|
|
216454
|
-
{
|
|
216455
|
-
"tags": {},
|
|
216456
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
|
|
216457
|
-
"description": "",
|
|
216458
|
-
"displayName": "ActiveFilters",
|
|
216459
|
-
"methods": [],
|
|
216460
|
-
"props": {}
|
|
216461
|
-
},
|
|
216462
216454
|
{
|
|
216463
216455
|
"tags": {},
|
|
216464
216456
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/FilterPicker/FilterPicker.tsx",
|
|
@@ -216487,6 +216479,14 @@
|
|
|
216487
216479
|
}
|
|
216488
216480
|
}
|
|
216489
216481
|
},
|
|
216482
|
+
{
|
|
216483
|
+
"tags": {},
|
|
216484
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
|
|
216485
|
+
"description": "",
|
|
216486
|
+
"displayName": "ActiveFilters",
|
|
216487
|
+
"methods": [],
|
|
216488
|
+
"props": {}
|
|
216489
|
+
},
|
|
216490
216490
|
{
|
|
216491
216491
|
"tags": {},
|
|
216492
216492
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.tsx",
|
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.37",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@chakra-ui/live-region": "^2.1.0",
|
|
54
54
|
"@internationalized/string-compiler": "^3.2.6",
|
|
55
|
-
"@mittwald/react-tunnel": "0.2.0-alpha.
|
|
55
|
+
"@mittwald/react-tunnel": "0.2.0-alpha.37",
|
|
56
56
|
"@mittwald/react-use-promise": "^2.6.0",
|
|
57
57
|
"@react-aria/form": "^3.0.12",
|
|
58
58
|
"@react-aria/utils": "^3.27.0",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"devDependencies": {
|
|
91
91
|
"@faker-js/faker": "^9.5.0",
|
|
92
92
|
"@internationalized/date": "^3.7.0",
|
|
93
|
-
"@mittwald/flow-design-tokens": "0.2.0-alpha.
|
|
93
|
+
"@mittwald/flow-design-tokens": "0.2.0-alpha.37",
|
|
94
94
|
"@mittwald/react-use-promise": "^2.6.0",
|
|
95
95
|
"@mittwald/typescript-config": "",
|
|
96
96
|
"@nx/storybook": "^20.4.4",
|
|
@@ -168,5 +168,5 @@
|
|
|
168
168
|
"optional": true
|
|
169
169
|
}
|
|
170
170
|
},
|
|
171
|
-
"gitHead": "
|
|
171
|
+
"gitHead": "361804a8aafcf25e82ef22cbf4050b93f105600d"
|
|
172
172
|
}
|