@mittwald/flow-react-components 0.2.0-alpha.296 → 0.2.0-alpha.298

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,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.298](https://github.com/mittwald/flow/compare/0.2.0-alpha.297...0.2.0-alpha.298) (2025-06-25)
7
+
8
+ **Note:** Version bump only for package @mittwald/flow-react-components
9
+
10
+ # [0.2.0-alpha.297](https://github.com/mittwald/flow/compare/0.2.0-alpha.296...0.2.0-alpha.297) (2025-06-25)
11
+
12
+ **Note:** Version bump only for package @mittwald/flow-react-components
13
+
6
14
  # [0.2.0-alpha.296](https://github.com/mittwald/flow/compare/0.2.0-alpha.295...0.2.0-alpha.296) (2025-06-25)
7
15
 
8
16
  **Note:** Version bump only for package @mittwald/flow-react-components
@@ -34945,6 +34945,450 @@
34945
34945
  }
34946
34946
  }
34947
34947
  },
34948
+ {
34949
+ "tags": {
34950
+ "flr-generate": "all"
34951
+ },
34952
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Option/Option.tsx",
34953
+ "description": "",
34954
+ "displayName": "Option",
34955
+ "methods": [],
34956
+ "props": {
34957
+ "value": {
34958
+ "defaultValue": null,
34959
+ "description": "",
34960
+ "name": "value",
34961
+ "parent": {
34962
+ "fileName": "components/src/components/Option/Option.tsx",
34963
+ "name": "OptionProps"
34964
+ },
34965
+ "declarations": [
34966
+ {
34967
+ "fileName": "components/src/components/Option/Option.tsx",
34968
+ "name": "OptionProps"
34969
+ }
34970
+ ],
34971
+ "required": false,
34972
+ "type": {
34973
+ "name": "string | number"
34974
+ }
34975
+ },
34976
+ "className": {
34977
+ "defaultValue": null,
34978
+ "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
34979
+ "name": "className",
34980
+ "parent": {
34981
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34982
+ "name": "StyleRenderProps"
34983
+ },
34984
+ "declarations": [
34985
+ {
34986
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
34987
+ "name": "StyleRenderProps"
34988
+ }
34989
+ ],
34990
+ "required": false,
34991
+ "type": {
34992
+ "name": "string | ((values: ListBoxItemRenderProps & { defaultClassName: string; }) => string)"
34993
+ }
34994
+ },
34995
+ "style": {
34996
+ "defaultValue": null,
34997
+ "description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
34998
+ "name": "style",
34999
+ "parent": {
35000
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
35001
+ "name": "StyleRenderProps"
35002
+ },
35003
+ "declarations": [
35004
+ {
35005
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
35006
+ "name": "StyleRenderProps"
35007
+ }
35008
+ ],
35009
+ "required": false,
35010
+ "type": {
35011
+ "name": "CSSProperties | ((values: ListBoxItemRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
35012
+ }
35013
+ },
35014
+ "target": {
35015
+ "defaultValue": null,
35016
+ "description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
35017
+ "name": "target",
35018
+ "parent": {
35019
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35020
+ "name": "LinkDOMProps"
35021
+ },
35022
+ "declarations": [
35023
+ {
35024
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35025
+ "name": "LinkDOMProps"
35026
+ }
35027
+ ],
35028
+ "required": false,
35029
+ "type": {
35030
+ "name": "HTMLAttributeAnchorTarget"
35031
+ }
35032
+ },
35033
+ "href": {
35034
+ "defaultValue": null,
35035
+ "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
35036
+ "name": "href",
35037
+ "parent": {
35038
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35039
+ "name": "LinkDOMProps"
35040
+ },
35041
+ "declarations": [
35042
+ {
35043
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35044
+ "name": "LinkDOMProps"
35045
+ }
35046
+ ],
35047
+ "required": false,
35048
+ "type": {
35049
+ "name": "string"
35050
+ }
35051
+ },
35052
+ "aria-label": {
35053
+ "defaultValue": null,
35054
+ "description": "An accessibility label for this item.",
35055
+ "name": "aria-label",
35056
+ "parent": {
35057
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
35058
+ "name": "ListBoxItemProps"
35059
+ },
35060
+ "declarations": [
35061
+ {
35062
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
35063
+ "name": "ListBoxItemProps"
35064
+ }
35065
+ ],
35066
+ "required": false,
35067
+ "type": {
35068
+ "name": "string"
35069
+ }
35070
+ },
35071
+ "isDisabled": {
35072
+ "defaultValue": null,
35073
+ "description": "Whether the item is disabled.",
35074
+ "name": "isDisabled",
35075
+ "parent": {
35076
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
35077
+ "name": "ListBoxItemProps"
35078
+ },
35079
+ "declarations": [
35080
+ {
35081
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
35082
+ "name": "ListBoxItemProps"
35083
+ }
35084
+ ],
35085
+ "required": false,
35086
+ "type": {
35087
+ "name": "boolean"
35088
+ }
35089
+ },
35090
+ "rel": {
35091
+ "defaultValue": null,
35092
+ "description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
35093
+ "name": "rel",
35094
+ "parent": {
35095
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35096
+ "name": "LinkDOMProps"
35097
+ },
35098
+ "declarations": [
35099
+ {
35100
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35101
+ "name": "LinkDOMProps"
35102
+ }
35103
+ ],
35104
+ "required": false,
35105
+ "type": {
35106
+ "name": "string"
35107
+ }
35108
+ },
35109
+ "onHoverStart": {
35110
+ "defaultValue": null,
35111
+ "description": "Handler that is called when a hover interaction starts.",
35112
+ "name": "onHoverStart",
35113
+ "parent": {
35114
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
35115
+ "name": "HoverEvents"
35116
+ },
35117
+ "declarations": [
35118
+ {
35119
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
35120
+ "name": "HoverEvents"
35121
+ }
35122
+ ],
35123
+ "required": false,
35124
+ "type": {
35125
+ "name": "((e: HoverEvent) => void)"
35126
+ }
35127
+ },
35128
+ "onHoverEnd": {
35129
+ "defaultValue": null,
35130
+ "description": "Handler that is called when a hover interaction ends.",
35131
+ "name": "onHoverEnd",
35132
+ "parent": {
35133
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
35134
+ "name": "HoverEvents"
35135
+ },
35136
+ "declarations": [
35137
+ {
35138
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
35139
+ "name": "HoverEvents"
35140
+ }
35141
+ ],
35142
+ "required": false,
35143
+ "type": {
35144
+ "name": "((e: HoverEvent) => void)"
35145
+ }
35146
+ },
35147
+ "onHoverChange": {
35148
+ "defaultValue": null,
35149
+ "description": "Handler that is called when the hover state changes.",
35150
+ "name": "onHoverChange",
35151
+ "parent": {
35152
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
35153
+ "name": "HoverEvents"
35154
+ },
35155
+ "declarations": [
35156
+ {
35157
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
35158
+ "name": "HoverEvents"
35159
+ }
35160
+ ],
35161
+ "required": false,
35162
+ "type": {
35163
+ "name": "((isHovering: boolean) => void)"
35164
+ }
35165
+ },
35166
+ "onAction": {
35167
+ "defaultValue": null,
35168
+ "description": "Handler that is called when a user performs an action on the item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
35169
+ "name": "onAction",
35170
+ "parent": {
35171
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
35172
+ "name": "ListBoxItemProps"
35173
+ },
35174
+ "declarations": [
35175
+ {
35176
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
35177
+ "name": "ListBoxItemProps"
35178
+ }
35179
+ ],
35180
+ "required": false,
35181
+ "type": {
35182
+ "name": "(() => void)"
35183
+ }
35184
+ },
35185
+ "textValue": {
35186
+ "defaultValue": null,
35187
+ "description": "A string representation of the item's contents, used for features like typeahead.",
35188
+ "name": "textValue",
35189
+ "parent": {
35190
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
35191
+ "name": "ListBoxItemProps"
35192
+ },
35193
+ "declarations": [
35194
+ {
35195
+ "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
35196
+ "name": "ListBoxItemProps"
35197
+ }
35198
+ ],
35199
+ "required": false,
35200
+ "type": {
35201
+ "name": "string"
35202
+ }
35203
+ },
35204
+ "hrefLang": {
35205
+ "defaultValue": null,
35206
+ "description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
35207
+ "name": "hrefLang",
35208
+ "parent": {
35209
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35210
+ "name": "LinkDOMProps"
35211
+ },
35212
+ "declarations": [
35213
+ {
35214
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35215
+ "name": "LinkDOMProps"
35216
+ }
35217
+ ],
35218
+ "required": false,
35219
+ "type": {
35220
+ "name": "string"
35221
+ }
35222
+ },
35223
+ "download": {
35224
+ "defaultValue": null,
35225
+ "description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
35226
+ "name": "download",
35227
+ "parent": {
35228
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35229
+ "name": "LinkDOMProps"
35230
+ },
35231
+ "declarations": [
35232
+ {
35233
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35234
+ "name": "LinkDOMProps"
35235
+ }
35236
+ ],
35237
+ "required": false,
35238
+ "type": {
35239
+ "name": "string | boolean"
35240
+ }
35241
+ },
35242
+ "ping": {
35243
+ "defaultValue": null,
35244
+ "description": "A space-separated list of URLs to ping when the link is followed. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
35245
+ "name": "ping",
35246
+ "parent": {
35247
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35248
+ "name": "LinkDOMProps"
35249
+ },
35250
+ "declarations": [
35251
+ {
35252
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35253
+ "name": "LinkDOMProps"
35254
+ }
35255
+ ],
35256
+ "required": false,
35257
+ "type": {
35258
+ "name": "string"
35259
+ }
35260
+ },
35261
+ "referrerPolicy": {
35262
+ "defaultValue": null,
35263
+ "description": "How much of the referrer to send when following the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
35264
+ "name": "referrerPolicy",
35265
+ "parent": {
35266
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35267
+ "name": "LinkDOMProps"
35268
+ },
35269
+ "declarations": [
35270
+ {
35271
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35272
+ "name": "LinkDOMProps"
35273
+ }
35274
+ ],
35275
+ "required": false,
35276
+ "type": {
35277
+ "name": "HTMLAttributeReferrerPolicy"
35278
+ }
35279
+ },
35280
+ "routerOptions": {
35281
+ "defaultValue": null,
35282
+ "description": "Options for the configured client side router.",
35283
+ "name": "routerOptions",
35284
+ "parent": {
35285
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35286
+ "name": "LinkDOMProps"
35287
+ },
35288
+ "declarations": [
35289
+ {
35290
+ "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35291
+ "name": "LinkDOMProps"
35292
+ }
35293
+ ],
35294
+ "required": false,
35295
+ "type": {
35296
+ "name": "undefined"
35297
+ }
35298
+ },
35299
+ "children": {
35300
+ "defaultValue": null,
35301
+ "description": "",
35302
+ "name": "children",
35303
+ "declarations": [
35304
+ {
35305
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
35306
+ "name": "TypeLiteral"
35307
+ }
35308
+ ],
35309
+ "required": false,
35310
+ "type": {
35311
+ "name": "ReactNode"
35312
+ }
35313
+ },
35314
+ "wrapWith": {
35315
+ "defaultValue": null,
35316
+ "description": "",
35317
+ "name": "wrapWith",
35318
+ "parent": {
35319
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
35320
+ "name": "FlowComponentProps"
35321
+ },
35322
+ "declarations": [
35323
+ {
35324
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
35325
+ "name": "FlowComponentProps"
35326
+ }
35327
+ ],
35328
+ "required": false,
35329
+ "type": {
35330
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
35331
+ }
35332
+ },
35333
+ "tunnelId": {
35334
+ "defaultValue": null,
35335
+ "description": "@internal",
35336
+ "name": "tunnelId",
35337
+ "parent": {
35338
+ "fileName": "components/src/lib/types/props.ts",
35339
+ "name": "PropsWithTunnel"
35340
+ },
35341
+ "declarations": [
35342
+ {
35343
+ "fileName": "components/src/lib/types/props.ts",
35344
+ "name": "PropsWithTunnel"
35345
+ }
35346
+ ],
35347
+ "required": false,
35348
+ "type": {
35349
+ "name": "string | null"
35350
+ }
35351
+ },
35352
+ "ref": {
35353
+ "defaultValue": null,
35354
+ "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}",
35355
+ "name": "ref",
35356
+ "parent": {
35357
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
35358
+ "name": "RefAttributes"
35359
+ },
35360
+ "declarations": [
35361
+ {
35362
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
35363
+ "name": "RefAttributes"
35364
+ }
35365
+ ],
35366
+ "required": false,
35367
+ "type": {
35368
+ "name": "Ref<HTMLDivElement>"
35369
+ }
35370
+ },
35371
+ "key": {
35372
+ "defaultValue": null,
35373
+ "description": "",
35374
+ "name": "key",
35375
+ "parent": {
35376
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
35377
+ "name": "Attributes"
35378
+ },
35379
+ "declarations": [
35380
+ {
35381
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
35382
+ "name": "Attributes"
35383
+ }
35384
+ ],
35385
+ "required": false,
35386
+ "type": {
35387
+ "name": "Key | null"
35388
+ }
35389
+ }
35390
+ }
35391
+ },
34948
35392
  {
34949
35393
  "tags": {
34950
35394
  "flr-generate": "all",
@@ -35810,450 +36254,6 @@
35810
36254
  }
35811
36255
  }
35812
36256
  },
35813
- {
35814
- "tags": {
35815
- "flr-generate": "all"
35816
- },
35817
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Option/Option.tsx",
35818
- "description": "",
35819
- "displayName": "Option",
35820
- "methods": [],
35821
- "props": {
35822
- "value": {
35823
- "defaultValue": null,
35824
- "description": "",
35825
- "name": "value",
35826
- "parent": {
35827
- "fileName": "components/src/components/Option/Option.tsx",
35828
- "name": "OptionProps"
35829
- },
35830
- "declarations": [
35831
- {
35832
- "fileName": "components/src/components/Option/Option.tsx",
35833
- "name": "OptionProps"
35834
- }
35835
- ],
35836
- "required": false,
35837
- "type": {
35838
- "name": "string | number"
35839
- }
35840
- },
35841
- "className": {
35842
- "defaultValue": null,
35843
- "description": "The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state.",
35844
- "name": "className",
35845
- "parent": {
35846
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
35847
- "name": "StyleRenderProps"
35848
- },
35849
- "declarations": [
35850
- {
35851
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
35852
- "name": "StyleRenderProps"
35853
- }
35854
- ],
35855
- "required": false,
35856
- "type": {
35857
- "name": "string | ((values: ListBoxItemRenderProps & { defaultClassName: string; }) => string)"
35858
- }
35859
- },
35860
- "style": {
35861
- "defaultValue": null,
35862
- "description": "The inline [style](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/style) for the element. A function may be provided to compute the style based on component state.",
35863
- "name": "style",
35864
- "parent": {
35865
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
35866
- "name": "StyleRenderProps"
35867
- },
35868
- "declarations": [
35869
- {
35870
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
35871
- "name": "StyleRenderProps"
35872
- }
35873
- ],
35874
- "required": false,
35875
- "type": {
35876
- "name": "CSSProperties | ((values: ListBoxItemRenderProps & { defaultStyle: CSSProperties; }) => CSSProperties)"
35877
- }
35878
- },
35879
- "target": {
35880
- "defaultValue": null,
35881
- "description": "The target window for the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#target).",
35882
- "name": "target",
35883
- "parent": {
35884
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35885
- "name": "LinkDOMProps"
35886
- },
35887
- "declarations": [
35888
- {
35889
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35890
- "name": "LinkDOMProps"
35891
- }
35892
- ],
35893
- "required": false,
35894
- "type": {
35895
- "name": "HTMLAttributeAnchorTarget"
35896
- }
35897
- },
35898
- "href": {
35899
- "defaultValue": null,
35900
- "description": "A URL to link to. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#href).",
35901
- "name": "href",
35902
- "parent": {
35903
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35904
- "name": "LinkDOMProps"
35905
- },
35906
- "declarations": [
35907
- {
35908
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35909
- "name": "LinkDOMProps"
35910
- }
35911
- ],
35912
- "required": false,
35913
- "type": {
35914
- "name": "string"
35915
- }
35916
- },
35917
- "aria-label": {
35918
- "defaultValue": null,
35919
- "description": "An accessibility label for this item.",
35920
- "name": "aria-label",
35921
- "parent": {
35922
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
35923
- "name": "ListBoxItemProps"
35924
- },
35925
- "declarations": [
35926
- {
35927
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
35928
- "name": "ListBoxItemProps"
35929
- }
35930
- ],
35931
- "required": false,
35932
- "type": {
35933
- "name": "string"
35934
- }
35935
- },
35936
- "isDisabled": {
35937
- "defaultValue": null,
35938
- "description": "Whether the item is disabled.",
35939
- "name": "isDisabled",
35940
- "parent": {
35941
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
35942
- "name": "ListBoxItemProps"
35943
- },
35944
- "declarations": [
35945
- {
35946
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
35947
- "name": "ListBoxItemProps"
35948
- }
35949
- ],
35950
- "required": false,
35951
- "type": {
35952
- "name": "boolean"
35953
- }
35954
- },
35955
- "rel": {
35956
- "defaultValue": null,
35957
- "description": "The relationship between the linked resource and the current page. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel).",
35958
- "name": "rel",
35959
- "parent": {
35960
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35961
- "name": "LinkDOMProps"
35962
- },
35963
- "declarations": [
35964
- {
35965
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
35966
- "name": "LinkDOMProps"
35967
- }
35968
- ],
35969
- "required": false,
35970
- "type": {
35971
- "name": "string"
35972
- }
35973
- },
35974
- "onHoverStart": {
35975
- "defaultValue": null,
35976
- "description": "Handler that is called when a hover interaction starts.",
35977
- "name": "onHoverStart",
35978
- "parent": {
35979
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
35980
- "name": "HoverEvents"
35981
- },
35982
- "declarations": [
35983
- {
35984
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
35985
- "name": "HoverEvents"
35986
- }
35987
- ],
35988
- "required": false,
35989
- "type": {
35990
- "name": "((e: HoverEvent) => void)"
35991
- }
35992
- },
35993
- "onHoverEnd": {
35994
- "defaultValue": null,
35995
- "description": "Handler that is called when a hover interaction ends.",
35996
- "name": "onHoverEnd",
35997
- "parent": {
35998
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
35999
- "name": "HoverEvents"
36000
- },
36001
- "declarations": [
36002
- {
36003
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
36004
- "name": "HoverEvents"
36005
- }
36006
- ],
36007
- "required": false,
36008
- "type": {
36009
- "name": "((e: HoverEvent) => void)"
36010
- }
36011
- },
36012
- "onHoverChange": {
36013
- "defaultValue": null,
36014
- "description": "Handler that is called when the hover state changes.",
36015
- "name": "onHoverChange",
36016
- "parent": {
36017
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
36018
- "name": "HoverEvents"
36019
- },
36020
- "declarations": [
36021
- {
36022
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/events.d.ts",
36023
- "name": "HoverEvents"
36024
- }
36025
- ],
36026
- "required": false,
36027
- "type": {
36028
- "name": "((isHovering: boolean) => void)"
36029
- }
36030
- },
36031
- "onAction": {
36032
- "defaultValue": null,
36033
- "description": "Handler that is called when a user performs an action on the item. The exact user event depends on\nthe collection's `selectionBehavior` prop and the interaction modality.",
36034
- "name": "onAction",
36035
- "parent": {
36036
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
36037
- "name": "ListBoxItemProps"
36038
- },
36039
- "declarations": [
36040
- {
36041
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
36042
- "name": "ListBoxItemProps"
36043
- }
36044
- ],
36045
- "required": false,
36046
- "type": {
36047
- "name": "(() => void)"
36048
- }
36049
- },
36050
- "textValue": {
36051
- "defaultValue": null,
36052
- "description": "A string representation of the item's contents, used for features like typeahead.",
36053
- "name": "textValue",
36054
- "parent": {
36055
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
36056
- "name": "ListBoxItemProps"
36057
- },
36058
- "declarations": [
36059
- {
36060
- "fileName": "flow/node_modules/.pnpm/react-aria-components@1.9.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-aria-components/dist/types.d.ts",
36061
- "name": "ListBoxItemProps"
36062
- }
36063
- ],
36064
- "required": false,
36065
- "type": {
36066
- "name": "string"
36067
- }
36068
- },
36069
- "hrefLang": {
36070
- "defaultValue": null,
36071
- "description": "Hints at the human language of the linked URL. See[MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#hreflang).",
36072
- "name": "hrefLang",
36073
- "parent": {
36074
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
36075
- "name": "LinkDOMProps"
36076
- },
36077
- "declarations": [
36078
- {
36079
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
36080
- "name": "LinkDOMProps"
36081
- }
36082
- ],
36083
- "required": false,
36084
- "type": {
36085
- "name": "string"
36086
- }
36087
- },
36088
- "download": {
36089
- "defaultValue": null,
36090
- "description": "Causes the browser to download the linked URL. A string may be provided to suggest a file name. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#download).",
36091
- "name": "download",
36092
- "parent": {
36093
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
36094
- "name": "LinkDOMProps"
36095
- },
36096
- "declarations": [
36097
- {
36098
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
36099
- "name": "LinkDOMProps"
36100
- }
36101
- ],
36102
- "required": false,
36103
- "type": {
36104
- "name": "string | boolean"
36105
- }
36106
- },
36107
- "ping": {
36108
- "defaultValue": null,
36109
- "description": "A space-separated list of URLs to ping when the link is followed. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#ping).",
36110
- "name": "ping",
36111
- "parent": {
36112
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
36113
- "name": "LinkDOMProps"
36114
- },
36115
- "declarations": [
36116
- {
36117
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
36118
- "name": "LinkDOMProps"
36119
- }
36120
- ],
36121
- "required": false,
36122
- "type": {
36123
- "name": "string"
36124
- }
36125
- },
36126
- "referrerPolicy": {
36127
- "defaultValue": null,
36128
- "description": "How much of the referrer to send when following the link. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#referrerpolicy).",
36129
- "name": "referrerPolicy",
36130
- "parent": {
36131
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
36132
- "name": "LinkDOMProps"
36133
- },
36134
- "declarations": [
36135
- {
36136
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
36137
- "name": "LinkDOMProps"
36138
- }
36139
- ],
36140
- "required": false,
36141
- "type": {
36142
- "name": "HTMLAttributeReferrerPolicy"
36143
- }
36144
- },
36145
- "routerOptions": {
36146
- "defaultValue": null,
36147
- "description": "Options for the configured client side router.",
36148
- "name": "routerOptions",
36149
- "parent": {
36150
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
36151
- "name": "LinkDOMProps"
36152
- },
36153
- "declarations": [
36154
- {
36155
- "fileName": "flow/node_modules/.pnpm/@react-types+shared@3.29.1_react@19.1.0/node_modules/@react-types/shared/src/dom.d.ts",
36156
- "name": "LinkDOMProps"
36157
- }
36158
- ],
36159
- "required": false,
36160
- "type": {
36161
- "name": "undefined"
36162
- }
36163
- },
36164
- "children": {
36165
- "defaultValue": null,
36166
- "description": "",
36167
- "name": "children",
36168
- "declarations": [
36169
- {
36170
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
36171
- "name": "TypeLiteral"
36172
- }
36173
- ],
36174
- "required": false,
36175
- "type": {
36176
- "name": "ReactNode"
36177
- }
36178
- },
36179
- "wrapWith": {
36180
- "defaultValue": null,
36181
- "description": "",
36182
- "name": "wrapWith",
36183
- "parent": {
36184
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
36185
- "name": "FlowComponentProps"
36186
- },
36187
- "declarations": [
36188
- {
36189
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
36190
- "name": "FlowComponentProps"
36191
- }
36192
- ],
36193
- "required": false,
36194
- "type": {
36195
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
36196
- }
36197
- },
36198
- "tunnelId": {
36199
- "defaultValue": null,
36200
- "description": "@internal",
36201
- "name": "tunnelId",
36202
- "parent": {
36203
- "fileName": "components/src/lib/types/props.ts",
36204
- "name": "PropsWithTunnel"
36205
- },
36206
- "declarations": [
36207
- {
36208
- "fileName": "components/src/lib/types/props.ts",
36209
- "name": "PropsWithTunnel"
36210
- }
36211
- ],
36212
- "required": false,
36213
- "type": {
36214
- "name": "string | null"
36215
- }
36216
- },
36217
- "ref": {
36218
- "defaultValue": null,
36219
- "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}",
36220
- "name": "ref",
36221
- "parent": {
36222
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
36223
- "name": "RefAttributes"
36224
- },
36225
- "declarations": [
36226
- {
36227
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
36228
- "name": "RefAttributes"
36229
- }
36230
- ],
36231
- "required": false,
36232
- "type": {
36233
- "name": "Ref<HTMLDivElement>"
36234
- }
36235
- },
36236
- "key": {
36237
- "defaultValue": null,
36238
- "description": "",
36239
- "name": "key",
36240
- "parent": {
36241
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
36242
- "name": "Attributes"
36243
- },
36244
- "declarations": [
36245
- {
36246
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
36247
- "name": "Attributes"
36248
- }
36249
- ],
36250
- "required": false,
36251
- "type": {
36252
- "name": "Key | null"
36253
- }
36254
- }
36255
- }
36256
- },
36257
36257
  {
36258
36258
  "tags": {},
36259
36259
  "filePath": "src/components/NotificationProvider/NotificationProvider.tsx",
@@ -169623,9 +169623,9 @@
169623
169623
  "tags": {
169624
169624
  "flr-generate": "all"
169625
169625
  },
169626
- "filePath": "src/components/CartesianGrid/CartesianGrid.tsx",
169626
+ "filePath": "src/components/ChartLegend/ChartLegend.tsx",
169627
169627
  "description": "",
169628
- "displayName": "CartesianGrid",
169628
+ "displayName": "ChartLegend",
169629
169629
  "methods": [],
169630
169630
  "props": {
169631
169631
  "className": {
@@ -169647,61 +169647,42 @@
169647
169647
  "name": "string"
169648
169648
  }
169649
169649
  },
169650
- "strokeDasharray": {
169651
- "defaultValue": null,
169652
- "description": "",
169653
- "name": "strokeDasharray",
169654
- "parent": {
169655
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
169656
- "name": "SVGAttributes"
169657
- },
169658
- "declarations": [
169659
- {
169660
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
169661
- "name": "SVGAttributes"
169662
- }
169663
- ],
169664
- "required": false,
169665
- "type": {
169666
- "name": "string | number"
169667
- }
169668
- },
169669
- "horizontal": {
169650
+ "verticalAlign": {
169670
169651
  "defaultValue": null,
169671
169652
  "description": "",
169672
- "name": "horizontal",
169653
+ "name": "verticalAlign",
169673
169654
  "parent": {
169674
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
169675
- "name": "CartesianGridProps"
169655
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/component/DefaultLegendContent.d.ts",
169656
+ "name": "InternalProps"
169676
169657
  },
169677
169658
  "declarations": [
169678
169659
  {
169679
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
169680
- "name": "CartesianGridProps"
169660
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/component/DefaultLegendContent.d.ts",
169661
+ "name": "InternalProps"
169681
169662
  }
169682
169663
  ],
169683
169664
  "required": false,
169684
169665
  "type": {
169685
- "name": "GridLineType"
169666
+ "name": "VerticalAlignmentType"
169686
169667
  }
169687
169668
  },
169688
- "vertical": {
169669
+ "formatter": {
169689
169670
  "defaultValue": null,
169690
- "description": "",
169691
- "name": "vertical",
169671
+ "description": "A formatter function for the texts of the Legend. Can be used for purposes\nlike translations.",
169672
+ "name": "formatter",
169692
169673
  "parent": {
169693
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
169694
- "name": "CartesianGridProps"
169674
+ "fileName": "src/components/ChartLegend/ChartLegend.tsx",
169675
+ "name": "WithChartLegendFormatters"
169695
169676
  },
169696
169677
  "declarations": [
169697
169678
  {
169698
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
169699
- "name": "CartesianGridProps"
169679
+ "fileName": "src/components/ChartLegend/ChartLegend.tsx",
169680
+ "name": "WithChartLegendFormatters"
169700
169681
  }
169701
169682
  ],
169702
169683
  "required": false,
169703
169684
  "type": {
169704
- "name": "GridLineType"
169685
+ "name": "ChartLegendFormatter"
169705
169686
  }
169706
169687
  }
169707
169688
  }
@@ -169710,9 +169691,9 @@
169710
169691
  "tags": {
169711
169692
  "flr-generate": "all"
169712
169693
  },
169713
- "filePath": "src/components/ChartLegend/ChartLegend.tsx",
169694
+ "filePath": "src/components/CartesianGrid/CartesianGrid.tsx",
169714
169695
  "description": "",
169715
- "displayName": "ChartLegend",
169696
+ "displayName": "CartesianGrid",
169716
169697
  "methods": [],
169717
169698
  "props": {
169718
169699
  "className": {
@@ -169734,42 +169715,61 @@
169734
169715
  "name": "string"
169735
169716
  }
169736
169717
  },
169737
- "verticalAlign": {
169718
+ "strokeDasharray": {
169738
169719
  "defaultValue": null,
169739
169720
  "description": "",
169740
- "name": "verticalAlign",
169721
+ "name": "strokeDasharray",
169741
169722
  "parent": {
169742
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/component/DefaultLegendContent.d.ts",
169743
- "name": "InternalProps"
169723
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
169724
+ "name": "SVGAttributes"
169744
169725
  },
169745
169726
  "declarations": [
169746
169727
  {
169747
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/component/DefaultLegendContent.d.ts",
169748
- "name": "InternalProps"
169728
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
169729
+ "name": "SVGAttributes"
169749
169730
  }
169750
169731
  ],
169751
169732
  "required": false,
169752
169733
  "type": {
169753
- "name": "VerticalAlignmentType"
169734
+ "name": "string | number"
169754
169735
  }
169755
169736
  },
169756
- "formatter": {
169737
+ "horizontal": {
169757
169738
  "defaultValue": null,
169758
- "description": "A formatter function for the texts of the Legend. Can be used for purposes\nlike translations.",
169759
- "name": "formatter",
169739
+ "description": "",
169740
+ "name": "horizontal",
169760
169741
  "parent": {
169761
- "fileName": "src/components/ChartLegend/ChartLegend.tsx",
169762
- "name": "WithChartLegendFormatters"
169742
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
169743
+ "name": "CartesianGridProps"
169763
169744
  },
169764
169745
  "declarations": [
169765
169746
  {
169766
- "fileName": "src/components/ChartLegend/ChartLegend.tsx",
169767
- "name": "WithChartLegendFormatters"
169747
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
169748
+ "name": "CartesianGridProps"
169768
169749
  }
169769
169750
  ],
169770
169751
  "required": false,
169771
169752
  "type": {
169772
- "name": "ChartLegendFormatter"
169753
+ "name": "GridLineType"
169754
+ }
169755
+ },
169756
+ "vertical": {
169757
+ "defaultValue": null,
169758
+ "description": "",
169759
+ "name": "vertical",
169760
+ "parent": {
169761
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
169762
+ "name": "CartesianGridProps"
169763
+ },
169764
+ "declarations": [
169765
+ {
169766
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
169767
+ "name": "CartesianGridProps"
169768
+ }
169769
+ ],
169770
+ "required": false,
169771
+ "type": {
169772
+ "name": "GridLineType"
169773
169773
  }
169774
169774
  }
169775
169775
  }
@@ -181374,6 +181374,68 @@
181374
181374
  }
181375
181375
  }
181376
181376
  },
181377
+ {
181378
+ "tags": {},
181379
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Activity/Activity.tsx",
181380
+ "description": "",
181381
+ "displayName": "Activity",
181382
+ "methods": [],
181383
+ "props": {
181384
+ "isActive": {
181385
+ "defaultValue": null,
181386
+ "description": "",
181387
+ "name": "isActive",
181388
+ "parent": {
181389
+ "fileName": "components/src/components/Activity/Activity.tsx",
181390
+ "name": "ActivityProps"
181391
+ },
181392
+ "declarations": [
181393
+ {
181394
+ "fileName": "components/src/components/Activity/Activity.tsx",
181395
+ "name": "ActivityProps"
181396
+ }
181397
+ ],
181398
+ "required": false,
181399
+ "type": {
181400
+ "name": "boolean"
181401
+ }
181402
+ },
181403
+ "inactiveDelay": {
181404
+ "defaultValue": null,
181405
+ "description": "",
181406
+ "name": "inactiveDelay",
181407
+ "parent": {
181408
+ "fileName": "components/src/components/Activity/Activity.tsx",
181409
+ "name": "ActivityProps"
181410
+ },
181411
+ "declarations": [
181412
+ {
181413
+ "fileName": "components/src/components/Activity/Activity.tsx",
181414
+ "name": "ActivityProps"
181415
+ }
181416
+ ],
181417
+ "required": false,
181418
+ "type": {
181419
+ "name": "number"
181420
+ }
181421
+ },
181422
+ "children": {
181423
+ "defaultValue": null,
181424
+ "description": "",
181425
+ "name": "children",
181426
+ "declarations": [
181427
+ {
181428
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
181429
+ "name": "TypeLiteral"
181430
+ }
181431
+ ],
181432
+ "required": false,
181433
+ "type": {
181434
+ "name": "ReactNode"
181435
+ }
181436
+ }
181437
+ }
181438
+ },
181377
181439
  {
181378
181440
  "tags": {
181379
181441
  "flr-generate": "all",
@@ -186763,68 +186825,6 @@
186763
186825
  }
186764
186826
  }
186765
186827
  },
186766
- {
186767
- "tags": {},
186768
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Activity/Activity.tsx",
186769
- "description": "",
186770
- "displayName": "Activity",
186771
- "methods": [],
186772
- "props": {
186773
- "isActive": {
186774
- "defaultValue": null,
186775
- "description": "",
186776
- "name": "isActive",
186777
- "parent": {
186778
- "fileName": "components/src/components/Activity/Activity.tsx",
186779
- "name": "ActivityProps"
186780
- },
186781
- "declarations": [
186782
- {
186783
- "fileName": "components/src/components/Activity/Activity.tsx",
186784
- "name": "ActivityProps"
186785
- }
186786
- ],
186787
- "required": false,
186788
- "type": {
186789
- "name": "boolean"
186790
- }
186791
- },
186792
- "inactiveDelay": {
186793
- "defaultValue": null,
186794
- "description": "",
186795
- "name": "inactiveDelay",
186796
- "parent": {
186797
- "fileName": "components/src/components/Activity/Activity.tsx",
186798
- "name": "ActivityProps"
186799
- },
186800
- "declarations": [
186801
- {
186802
- "fileName": "components/src/components/Activity/Activity.tsx",
186803
- "name": "ActivityProps"
186804
- }
186805
- ],
186806
- "required": false,
186807
- "type": {
186808
- "name": "number"
186809
- }
186810
- },
186811
- "children": {
186812
- "defaultValue": null,
186813
- "description": "",
186814
- "name": "children",
186815
- "declarations": [
186816
- {
186817
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
186818
- "name": "TypeLiteral"
186819
- }
186820
- ],
186821
- "required": false,
186822
- "type": {
186823
- "name": "ReactNode"
186824
- }
186825
- }
186826
- }
186827
- },
186828
186828
  {
186829
186829
  "tags": {
186830
186830
  "flr-generate": "all"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.2.0-alpha.296",
3
+ "version": "0.2.0-alpha.298",
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.4",
61
- "@mittwald/react-tunnel": "0.2.0-alpha.296",
61
+ "@mittwald/react-tunnel": "0.2.0-alpha.298",
62
62
  "@mittwald/react-use-promise": "^3.0.4",
63
63
  "@react-aria/form": "^3.0.16",
64
64
  "@react-aria/utils": "^3.29.0",
@@ -99,7 +99,7 @@
99
99
  "@faker-js/faker": "^9.8.0",
100
100
  "@internationalized/date": "^3.8.1",
101
101
  "@mittwald/flow-core": "",
102
- "@mittwald/flow-design-tokens": "0.2.0-alpha.296",
102
+ "@mittwald/flow-design-tokens": "0.2.0-alpha.298",
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": "",
@@ -181,5 +181,5 @@
181
181
  "optional": true
182
182
  }
183
183
  },
184
- "gitHead": "6d81bd9cc03db60707829d47e9d73804ee21ccf7"
184
+ "gitHead": "90afc6ad9ee25ee199fea1fba14d6b74e4b866d3"
185
185
  }