@mittwald/flow-react-components 0.2.0-alpha.463 → 0.2.0-alpha.464

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.
@@ -56055,125 +56055,6 @@
56055
56055
  }
56056
56056
  }
56057
56057
  },
56058
- {
56059
- "tags": {},
56060
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Overlay/Overlay.tsx",
56061
- "description": "",
56062
- "displayName": "Overlay",
56063
- "methods": [],
56064
- "props": {
56065
- "ref": {
56066
- "defaultValue": null,
56067
- "description": "",
56068
- "name": "ref",
56069
- "parent": {
56070
- "fileName": "components/src/components/Overlay/Overlay.tsx",
56071
- "name": "OverlayProps"
56072
- },
56073
- "declarations": [
56074
- {
56075
- "fileName": "components/src/components/Overlay/Overlay.tsx",
56076
- "name": "OverlayProps"
56077
- }
56078
- ],
56079
- "required": false,
56080
- "type": {
56081
- "name": "Ref<HTMLDivElement>"
56082
- }
56083
- },
56084
- "controller": {
56085
- "defaultValue": null,
56086
- "description": "The controller to control the overlay state.",
56087
- "name": "controller",
56088
- "parent": {
56089
- "fileName": "components/src/components/Overlay/Overlay.tsx",
56090
- "name": "OverlayProps"
56091
- },
56092
- "declarations": [
56093
- {
56094
- "fileName": "components/src/components/Overlay/Overlay.tsx",
56095
- "name": "OverlayProps"
56096
- }
56097
- ],
56098
- "required": false,
56099
- "type": {
56100
- "name": "OverlayController"
56101
- }
56102
- },
56103
- "isDismissable": {
56104
- "defaultValue": null,
56105
- "description": "Whether the overlay can be closed by clicking outside of it.",
56106
- "name": "isDismissable",
56107
- "parent": {
56108
- "fileName": "components/src/components/Overlay/Overlay.tsx",
56109
- "name": "OverlayProps"
56110
- },
56111
- "declarations": [
56112
- {
56113
- "fileName": "components/src/components/Overlay/Overlay.tsx",
56114
- "name": "OverlayProps"
56115
- }
56116
- ],
56117
- "required": false,
56118
- "type": {
56119
- "name": "boolean"
56120
- }
56121
- },
56122
- "overlayType": {
56123
- "defaultValue": null,
56124
- "description": "Whether the overlay is a modal or a light box.",
56125
- "name": "overlayType",
56126
- "parent": {
56127
- "fileName": "components/src/components/Overlay/Overlay.tsx",
56128
- "name": "OverlayProps"
56129
- },
56130
- "declarations": [
56131
- {
56132
- "fileName": "components/src/components/Overlay/Overlay.tsx",
56133
- "name": "OverlayProps"
56134
- }
56135
- ],
56136
- "required": false,
56137
- "type": {
56138
- "name": "\"LightBox\" | \"Modal\""
56139
- }
56140
- },
56141
- "children": {
56142
- "defaultValue": null,
56143
- "description": "",
56144
- "name": "children",
56145
- "declarations": [
56146
- {
56147
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
56148
- "name": "TypeLiteral"
56149
- }
56150
- ],
56151
- "required": false,
56152
- "type": {
56153
- "name": "ReactNode"
56154
- }
56155
- },
56156
- "className": {
56157
- "defaultValue": null,
56158
- "description": "The elements class name.",
56159
- "name": "className",
56160
- "parent": {
56161
- "fileName": "components/src/lib/types/props.ts",
56162
- "name": "PropsWithClassName"
56163
- },
56164
- "declarations": [
56165
- {
56166
- "fileName": "components/src/lib/types/props.ts",
56167
- "name": "PropsWithClassName"
56168
- }
56169
- ],
56170
- "required": false,
56171
- "type": {
56172
- "name": "string"
56173
- }
56174
- }
56175
- }
56176
- },
56177
56058
  {
56178
56059
  "tags": {},
56179
56060
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/OverlayTrigger.tsx",
@@ -56350,6 +56231,125 @@
56350
56231
  }
56351
56232
  }
56352
56233
  },
56234
+ {
56235
+ "tags": {},
56236
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Overlay/Overlay.tsx",
56237
+ "description": "",
56238
+ "displayName": "Overlay",
56239
+ "methods": [],
56240
+ "props": {
56241
+ "ref": {
56242
+ "defaultValue": null,
56243
+ "description": "",
56244
+ "name": "ref",
56245
+ "parent": {
56246
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
56247
+ "name": "OverlayProps"
56248
+ },
56249
+ "declarations": [
56250
+ {
56251
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
56252
+ "name": "OverlayProps"
56253
+ }
56254
+ ],
56255
+ "required": false,
56256
+ "type": {
56257
+ "name": "Ref<HTMLDivElement>"
56258
+ }
56259
+ },
56260
+ "controller": {
56261
+ "defaultValue": null,
56262
+ "description": "The controller to control the overlay state.",
56263
+ "name": "controller",
56264
+ "parent": {
56265
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
56266
+ "name": "OverlayProps"
56267
+ },
56268
+ "declarations": [
56269
+ {
56270
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
56271
+ "name": "OverlayProps"
56272
+ }
56273
+ ],
56274
+ "required": false,
56275
+ "type": {
56276
+ "name": "OverlayController"
56277
+ }
56278
+ },
56279
+ "isDismissable": {
56280
+ "defaultValue": null,
56281
+ "description": "Whether the overlay can be closed by clicking outside of it.",
56282
+ "name": "isDismissable",
56283
+ "parent": {
56284
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
56285
+ "name": "OverlayProps"
56286
+ },
56287
+ "declarations": [
56288
+ {
56289
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
56290
+ "name": "OverlayProps"
56291
+ }
56292
+ ],
56293
+ "required": false,
56294
+ "type": {
56295
+ "name": "boolean"
56296
+ }
56297
+ },
56298
+ "overlayType": {
56299
+ "defaultValue": null,
56300
+ "description": "Whether the overlay is a modal or a light box.",
56301
+ "name": "overlayType",
56302
+ "parent": {
56303
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
56304
+ "name": "OverlayProps"
56305
+ },
56306
+ "declarations": [
56307
+ {
56308
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
56309
+ "name": "OverlayProps"
56310
+ }
56311
+ ],
56312
+ "required": false,
56313
+ "type": {
56314
+ "name": "\"LightBox\" | \"Modal\""
56315
+ }
56316
+ },
56317
+ "children": {
56318
+ "defaultValue": null,
56319
+ "description": "",
56320
+ "name": "children",
56321
+ "declarations": [
56322
+ {
56323
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
56324
+ "name": "TypeLiteral"
56325
+ }
56326
+ ],
56327
+ "required": false,
56328
+ "type": {
56329
+ "name": "ReactNode"
56330
+ }
56331
+ },
56332
+ "className": {
56333
+ "defaultValue": null,
56334
+ "description": "The elements class name.",
56335
+ "name": "className",
56336
+ "parent": {
56337
+ "fileName": "components/src/lib/types/props.ts",
56338
+ "name": "PropsWithClassName"
56339
+ },
56340
+ "declarations": [
56341
+ {
56342
+ "fileName": "components/src/lib/types/props.ts",
56343
+ "name": "PropsWithClassName"
56344
+ }
56345
+ ],
56346
+ "required": false,
56347
+ "type": {
56348
+ "name": "string"
56349
+ }
56350
+ }
56351
+ }
56352
+ },
56353
56353
  {
56354
56354
  "tags": {},
56355
56355
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Options/Options.tsx",
@@ -211195,6 +211195,53 @@
211195
211195
  }
211196
211196
  }
211197
211197
  },
211198
+ {
211199
+ "tags": {
211200
+ "flr-generate": "all"
211201
+ },
211202
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Color/Color.tsx",
211203
+ "description": "",
211204
+ "displayName": "Color",
211205
+ "methods": [],
211206
+ "props": {
211207
+ "color": {
211208
+ "defaultValue": {
211209
+ "value": "\"blue\""
211210
+ },
211211
+ "description": "The color of the element.",
211212
+ "name": "color",
211213
+ "parent": {
211214
+ "fileName": "components/src/components/Color/Color.tsx",
211215
+ "name": "ColorProps"
211216
+ },
211217
+ "declarations": [
211218
+ {
211219
+ "fileName": "components/src/components/Color/Color.tsx",
211220
+ "name": "ColorProps"
211221
+ }
211222
+ ],
211223
+ "required": false,
211224
+ "type": {
211225
+ "name": "\"violet\" | \"blue\" | \"teal\" | \"lilac\""
211226
+ }
211227
+ },
211228
+ "children": {
211229
+ "defaultValue": null,
211230
+ "description": "",
211231
+ "name": "children",
211232
+ "declarations": [
211233
+ {
211234
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
211235
+ "name": "TypeLiteral"
211236
+ }
211237
+ ],
211238
+ "required": false,
211239
+ "type": {
211240
+ "name": "ReactNode"
211241
+ }
211242
+ }
211243
+ }
211244
+ },
211198
211245
  {
211199
211246
  "tags": {
211200
211247
  "flr-generate": "all"
@@ -211588,53 +211635,6 @@
211588
211635
  }
211589
211636
  }
211590
211637
  },
211591
- {
211592
- "tags": {
211593
- "flr-generate": "all"
211594
- },
211595
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Color/Color.tsx",
211596
- "description": "",
211597
- "displayName": "Color",
211598
- "methods": [],
211599
- "props": {
211600
- "color": {
211601
- "defaultValue": {
211602
- "value": "\"blue\""
211603
- },
211604
- "description": "The color of the element.",
211605
- "name": "color",
211606
- "parent": {
211607
- "fileName": "components/src/components/Color/Color.tsx",
211608
- "name": "ColorProps"
211609
- },
211610
- "declarations": [
211611
- {
211612
- "fileName": "components/src/components/Color/Color.tsx",
211613
- "name": "ColorProps"
211614
- }
211615
- ],
211616
- "required": false,
211617
- "type": {
211618
- "name": "\"violet\" | \"blue\" | \"teal\" | \"lilac\""
211619
- }
211620
- },
211621
- "children": {
211622
- "defaultValue": null,
211623
- "description": "",
211624
- "name": "children",
211625
- "declarations": [
211626
- {
211627
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
211628
- "name": "TypeLiteral"
211629
- }
211630
- ],
211631
- "required": false,
211632
- "type": {
211633
- "name": "ReactNode"
211634
- }
211635
- }
211636
- }
211637
- },
211638
211638
  {
211639
211639
  "tags": {},
211640
211640
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ClearPropsContext/ClearPropsContext.tsx",
@@ -300631,9 +300631,9 @@
300631
300631
  },
300632
300632
  {
300633
300633
  "tags": {},
300634
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DatePicker/components/DateInput/DateInput.tsx",
300634
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
300635
300635
  "description": "",
300636
- "displayName": "DateInput",
300636
+ "displayName": "DateRangeInput",
300637
300637
  "methods": [],
300638
300638
  "props": {
300639
300639
  "isDisabled": {
@@ -300641,12 +300641,12 @@
300641
300641
  "description": "",
300642
300642
  "name": "isDisabled",
300643
300643
  "parent": {
300644
- "fileName": "components/src/components/DatePicker/components/DateInput/DateInput.tsx",
300644
+ "fileName": "components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
300645
300645
  "name": "DateInputProps"
300646
300646
  },
300647
300647
  "declarations": [
300648
300648
  {
300649
- "fileName": "components/src/components/DatePicker/components/DateInput/DateInput.tsx",
300649
+ "fileName": "components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
300650
300650
  "name": "DateInputProps"
300651
300651
  }
300652
300652
  ],
@@ -300659,9 +300659,9 @@
300659
300659
  },
300660
300660
  {
300661
300661
  "tags": {},
300662
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
300662
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/DatePicker/components/DateInput/DateInput.tsx",
300663
300663
  "description": "",
300664
- "displayName": "DateRangeInput",
300664
+ "displayName": "DateInput",
300665
300665
  "methods": [],
300666
300666
  "props": {
300667
300667
  "isDisabled": {
@@ -300669,12 +300669,12 @@
300669
300669
  "description": "",
300670
300670
  "name": "isDisabled",
300671
300671
  "parent": {
300672
- "fileName": "components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
300672
+ "fileName": "components/src/components/DatePicker/components/DateInput/DateInput.tsx",
300673
300673
  "name": "DateInputProps"
300674
300674
  },
300675
300675
  "declarations": [
300676
300676
  {
300677
- "fileName": "components/src/components/DateRangePicker/components/DateRangeInput/DateRangeInput.tsx",
300677
+ "fileName": "components/src/components/DatePicker/components/DateInput/DateInput.tsx",
300678
300678
  "name": "DateInputProps"
300679
300679
  }
300680
300680
  ],
@@ -300689,9 +300689,9 @@
300689
300689
  "tags": {
300690
300690
  "flr-generate": "all"
300691
300691
  },
300692
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
300692
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextualHelp/components/ContextualHelpTrigger/ContextualHelpTrigger.tsx",
300693
300693
  "description": "",
300694
- "displayName": "ContextMenuTrigger",
300694
+ "displayName": "ContextualHelpTrigger",
300695
300695
  "methods": [],
300696
300696
  "props": {
300697
300697
  "isDefaultOpen": {
@@ -300829,9 +300829,9 @@
300829
300829
  "tags": {
300830
300830
  "flr-generate": "all"
300831
300831
  },
300832
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextualHelp/components/ContextualHelpTrigger/ContextualHelpTrigger.tsx",
300832
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/ContextMenu/components/ContextMenuTrigger/ContextMenuTrigger.tsx",
300833
300833
  "description": "",
300834
- "displayName": "ContextualHelpTrigger",
300834
+ "displayName": "ContextMenuTrigger",
300835
300835
  "methods": [],
300836
300836
  "props": {
300837
300837
  "isDefaultOpen": {
@@ -302923,9 +302923,9 @@
302923
302923
  "tags": {
302924
302924
  "flr-generate": "all"
302925
302925
  },
302926
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
302926
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
302927
302927
  "description": "",
302928
- "displayName": "XAxis",
302928
+ "displayName": "YAxis",
302929
302929
  "methods": [],
302930
302930
  "props": {
302931
302931
  "className": {
@@ -303061,10 +303061,230 @@
303061
303061
  "name": "boolean"
303062
303062
  }
303063
303063
  },
303064
- "allowDataOverflow": {
303064
+ "interval": {
303065
303065
  "defaultValue": null,
303066
- "description": "When domain of the axis is specified and the type of the axis is 'number',\nif allowDataOverflow is set to be false,\nthe domain will be adjusted when the minimum value of data is smaller than domain[0] or\nthe maximum value of data is greater than domain[1] so that the axis displays all data values.\nIf set to true, graphic elements (line, area, bars) will be clipped to conform to the specified domain.",
303067
- "name": "allowDataOverflow",
303066
+ "description": "",
303067
+ "name": "interval",
303068
+ "parent": {
303069
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
303070
+ "name": "YAxisProps"
303071
+ },
303072
+ "declarations": [
303073
+ {
303074
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
303075
+ "name": "YAxisProps"
303076
+ }
303077
+ ],
303078
+ "required": false,
303079
+ "type": {
303080
+ "name": "AxisInterval"
303081
+ }
303082
+ },
303083
+ "minTickGap": {
303084
+ "defaultValue": null,
303085
+ "description": "",
303086
+ "name": "minTickGap",
303087
+ "parent": {
303088
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
303089
+ "name": "YAxisProps"
303090
+ },
303091
+ "declarations": [
303092
+ {
303093
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
303094
+ "name": "YAxisProps"
303095
+ }
303096
+ ],
303097
+ "required": false,
303098
+ "type": {
303099
+ "name": "number"
303100
+ }
303101
+ },
303102
+ "domain": {
303103
+ "defaultValue": null,
303104
+ "description": "The domain of scale in this axis",
303105
+ "name": "domain",
303106
+ "parent": {
303107
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
303108
+ "name": "BaseAxisProps"
303109
+ },
303110
+ "declarations": [
303111
+ {
303112
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
303113
+ "name": "BaseAxisProps"
303114
+ }
303115
+ ],
303116
+ "required": false,
303117
+ "type": {
303118
+ "name": "AxisDomain"
303119
+ }
303120
+ },
303121
+ "unit": {
303122
+ "defaultValue": null,
303123
+ "description": "The unit of data displayed in the axis",
303124
+ "name": "unit",
303125
+ "parent": {
303126
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
303127
+ "name": "BaseAxisProps"
303128
+ },
303129
+ "declarations": [
303130
+ {
303131
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
303132
+ "name": "BaseAxisProps"
303133
+ }
303134
+ ],
303135
+ "required": false,
303136
+ "type": {
303137
+ "name": "string"
303138
+ }
303139
+ },
303140
+ "tickFormatter": {
303141
+ "defaultValue": null,
303142
+ "description": "The formatter function of tick",
303143
+ "name": "tickFormatter",
303144
+ "parent": {
303145
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
303146
+ "name": "BaseAxisProps"
303147
+ },
303148
+ "declarations": [
303149
+ {
303150
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
303151
+ "name": "BaseAxisProps"
303152
+ }
303153
+ ],
303154
+ "required": false,
303155
+ "type": {
303156
+ "name": "((value: any, index: number) => string)"
303157
+ }
303158
+ }
303159
+ }
303160
+ },
303161
+ {
303162
+ "tags": {
303163
+ "flr-generate": "all"
303164
+ },
303165
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
303166
+ "description": "",
303167
+ "displayName": "XAxis",
303168
+ "methods": [],
303169
+ "props": {
303170
+ "className": {
303171
+ "defaultValue": null,
303172
+ "description": "",
303173
+ "name": "className",
303174
+ "parent": {
303175
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
303176
+ "name": "HTMLAttributes"
303177
+ },
303178
+ "declarations": [
303179
+ {
303180
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
303181
+ "name": "HTMLAttributes"
303182
+ }
303183
+ ],
303184
+ "required": false,
303185
+ "type": {
303186
+ "name": "string"
303187
+ }
303188
+ },
303189
+ "type": {
303190
+ "defaultValue": null,
303191
+ "description": "",
303192
+ "name": "type",
303193
+ "parent": {
303194
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
303195
+ "name": "SVGAttributes"
303196
+ },
303197
+ "declarations": [
303198
+ {
303199
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
303200
+ "name": "SVGAttributes"
303201
+ }
303202
+ ],
303203
+ "required": false,
303204
+ "type": {
303205
+ "name": "string"
303206
+ }
303207
+ },
303208
+ "hide": {
303209
+ "defaultValue": null,
303210
+ "description": "Whether display the axis",
303211
+ "name": "hide",
303212
+ "parent": {
303213
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
303214
+ "name": "BaseAxisProps"
303215
+ },
303216
+ "declarations": [
303217
+ {
303218
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
303219
+ "name": "BaseAxisProps"
303220
+ }
303221
+ ],
303222
+ "required": false,
303223
+ "type": {
303224
+ "name": "boolean"
303225
+ }
303226
+ },
303227
+ "orientation": {
303228
+ "defaultValue": null,
303229
+ "description": "",
303230
+ "name": "orientation",
303231
+ "parent": {
303232
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
303233
+ "name": "SVGAttributes"
303234
+ },
303235
+ "declarations": [
303236
+ {
303237
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
303238
+ "name": "SVGAttributes"
303239
+ }
303240
+ ],
303241
+ "required": false,
303242
+ "type": {
303243
+ "name": "string | number"
303244
+ }
303245
+ },
303246
+ "scale": {
303247
+ "defaultValue": null,
303248
+ "description": "The scale type as a string, or scale function",
303249
+ "name": "scale",
303250
+ "parent": {
303251
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
303252
+ "name": "BaseAxisProps"
303253
+ },
303254
+ "declarations": [
303255
+ {
303256
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
303257
+ "name": "BaseAxisProps"
303258
+ }
303259
+ ],
303260
+ "required": false,
303261
+ "type": {
303262
+ "name": "ScaleType | RechartsScale"
303263
+ }
303264
+ },
303265
+ "dataKey": {
303266
+ "defaultValue": null,
303267
+ "description": "The key of data displayed in the axis",
303268
+ "name": "dataKey",
303269
+ "parent": {
303270
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
303271
+ "name": "BaseAxisProps"
303272
+ },
303273
+ "declarations": [
303274
+ {
303275
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
303276
+ "name": "BaseAxisProps"
303277
+ }
303278
+ ],
303279
+ "required": false,
303280
+ "type": {
303281
+ "name": "DataKey<any>"
303282
+ }
303283
+ },
303284
+ "allowDecimals": {
303285
+ "defaultValue": null,
303286
+ "description": "Allow the ticks of axis to be decimals or not.",
303287
+ "name": "allowDecimals",
303068
303288
  "parent": {
303069
303289
  "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
303070
303290
  "name": "BaseAxisProps"
@@ -303174,136 +303394,11 @@
303174
303394
  "type": {
303175
303395
  "name": "((value: any, index: number) => string)"
303176
303396
  }
303177
- }
303178
- }
303179
- },
303180
- {
303181
- "tags": {
303182
- "flr-generate": "all"
303183
- },
303184
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/YAxis/YAxis.tsx",
303185
- "description": "",
303186
- "displayName": "YAxis",
303187
- "methods": [],
303188
- "props": {
303189
- "className": {
303190
- "defaultValue": null,
303191
- "description": "",
303192
- "name": "className",
303193
- "parent": {
303194
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
303195
- "name": "HTMLAttributes"
303196
- },
303197
- "declarations": [
303198
- {
303199
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
303200
- "name": "HTMLAttributes"
303201
- }
303202
- ],
303203
- "required": false,
303204
- "type": {
303205
- "name": "string"
303206
- }
303207
303397
  },
303208
- "type": {
303209
- "defaultValue": null,
303210
- "description": "",
303211
- "name": "type",
303212
- "parent": {
303213
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
303214
- "name": "SVGAttributes"
303215
- },
303216
- "declarations": [
303217
- {
303218
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
303219
- "name": "SVGAttributes"
303220
- }
303221
- ],
303222
- "required": false,
303223
- "type": {
303224
- "name": "string"
303225
- }
303226
- },
303227
- "hide": {
303228
- "defaultValue": null,
303229
- "description": "Whether display the axis",
303230
- "name": "hide",
303231
- "parent": {
303232
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
303233
- "name": "BaseAxisProps"
303234
- },
303235
- "declarations": [
303236
- {
303237
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
303238
- "name": "BaseAxisProps"
303239
- }
303240
- ],
303241
- "required": false,
303242
- "type": {
303243
- "name": "boolean"
303244
- }
303245
- },
303246
- "orientation": {
303247
- "defaultValue": null,
303248
- "description": "",
303249
- "name": "orientation",
303250
- "parent": {
303251
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
303252
- "name": "SVGAttributes"
303253
- },
303254
- "declarations": [
303255
- {
303256
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
303257
- "name": "SVGAttributes"
303258
- }
303259
- ],
303260
- "required": false,
303261
- "type": {
303262
- "name": "string | number"
303263
- }
303264
- },
303265
- "scale": {
303266
- "defaultValue": null,
303267
- "description": "The scale type as a string, or scale function",
303268
- "name": "scale",
303269
- "parent": {
303270
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
303271
- "name": "BaseAxisProps"
303272
- },
303273
- "declarations": [
303274
- {
303275
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
303276
- "name": "BaseAxisProps"
303277
- }
303278
- ],
303279
- "required": false,
303280
- "type": {
303281
- "name": "ScaleType | RechartsScale"
303282
- }
303283
- },
303284
- "dataKey": {
303285
- "defaultValue": null,
303286
- "description": "The key of data displayed in the axis",
303287
- "name": "dataKey",
303288
- "parent": {
303289
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
303290
- "name": "BaseAxisProps"
303291
- },
303292
- "declarations": [
303293
- {
303294
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
303295
- "name": "BaseAxisProps"
303296
- }
303297
- ],
303298
- "required": false,
303299
- "type": {
303300
- "name": "DataKey<any>"
303301
- }
303302
- },
303303
- "allowDecimals": {
303398
+ "allowDataOverflow": {
303304
303399
  "defaultValue": null,
303305
- "description": "Allow the ticks of axis to be decimals or not.",
303306
- "name": "allowDecimals",
303400
+ "description": "When domain of the axis is specified and the type of the axis is 'number',\nif allowDataOverflow is set to be false,\nthe domain will be adjusted when the minimum value of data is smaller than domain[0] or\nthe maximum value of data is greater than domain[1] so that the axis displays all data values.\nIf set to true, graphic elements (line, area, bars) will be clipped to conform to the specified domain.",
303401
+ "name": "allowDataOverflow",
303307
303402
  "parent": {
303308
303403
  "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
303309
303404
  "name": "BaseAxisProps"
@@ -303318,101 +303413,6 @@
303318
303413
  "type": {
303319
303414
  "name": "boolean"
303320
303415
  }
303321
- },
303322
- "interval": {
303323
- "defaultValue": null,
303324
- "description": "",
303325
- "name": "interval",
303326
- "parent": {
303327
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
303328
- "name": "YAxisProps"
303329
- },
303330
- "declarations": [
303331
- {
303332
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
303333
- "name": "YAxisProps"
303334
- }
303335
- ],
303336
- "required": false,
303337
- "type": {
303338
- "name": "AxisInterval"
303339
- }
303340
- },
303341
- "minTickGap": {
303342
- "defaultValue": null,
303343
- "description": "",
303344
- "name": "minTickGap",
303345
- "parent": {
303346
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
303347
- "name": "YAxisProps"
303348
- },
303349
- "declarations": [
303350
- {
303351
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/YAxis.d.ts",
303352
- "name": "YAxisProps"
303353
- }
303354
- ],
303355
- "required": false,
303356
- "type": {
303357
- "name": "number"
303358
- }
303359
- },
303360
- "domain": {
303361
- "defaultValue": null,
303362
- "description": "The domain of scale in this axis",
303363
- "name": "domain",
303364
- "parent": {
303365
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
303366
- "name": "BaseAxisProps"
303367
- },
303368
- "declarations": [
303369
- {
303370
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
303371
- "name": "BaseAxisProps"
303372
- }
303373
- ],
303374
- "required": false,
303375
- "type": {
303376
- "name": "AxisDomain"
303377
- }
303378
- },
303379
- "unit": {
303380
- "defaultValue": null,
303381
- "description": "The unit of data displayed in the axis",
303382
- "name": "unit",
303383
- "parent": {
303384
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
303385
- "name": "BaseAxisProps"
303386
- },
303387
- "declarations": [
303388
- {
303389
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
303390
- "name": "BaseAxisProps"
303391
- }
303392
- ],
303393
- "required": false,
303394
- "type": {
303395
- "name": "string"
303396
- }
303397
- },
303398
- "tickFormatter": {
303399
- "defaultValue": null,
303400
- "description": "The formatter function of tick",
303401
- "name": "tickFormatter",
303402
- "parent": {
303403
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
303404
- "name": "BaseAxisProps"
303405
- },
303406
- "declarations": [
303407
- {
303408
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
303409
- "name": "BaseAxisProps"
303410
- }
303411
- ],
303412
- "required": false,
303413
- "type": {
303414
- "name": "((value: any, index: number) => string)"
303415
- }
303416
303416
  }
303417
303417
  }
303418
303418
  },
@@ -303783,93 +303783,6 @@
303783
303783
  }
303784
303784
  }
303785
303785
  },
303786
- {
303787
- "tags": {
303788
- "flr-generate": "all"
303789
- },
303790
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/CartesianGrid/CartesianGrid.tsx",
303791
- "description": "",
303792
- "displayName": "CartesianGrid",
303793
- "methods": [],
303794
- "props": {
303795
- "className": {
303796
- "defaultValue": null,
303797
- "description": "",
303798
- "name": "className",
303799
- "parent": {
303800
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
303801
- "name": "HTMLAttributes"
303802
- },
303803
- "declarations": [
303804
- {
303805
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
303806
- "name": "HTMLAttributes"
303807
- }
303808
- ],
303809
- "required": false,
303810
- "type": {
303811
- "name": "string"
303812
- }
303813
- },
303814
- "horizontal": {
303815
- "defaultValue": null,
303816
- "description": "",
303817
- "name": "horizontal",
303818
- "parent": {
303819
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
303820
- "name": "CartesianGridProps"
303821
- },
303822
- "declarations": [
303823
- {
303824
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
303825
- "name": "CartesianGridProps"
303826
- }
303827
- ],
303828
- "required": false,
303829
- "type": {
303830
- "name": "GridLineType"
303831
- }
303832
- },
303833
- "vertical": {
303834
- "defaultValue": null,
303835
- "description": "",
303836
- "name": "vertical",
303837
- "parent": {
303838
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
303839
- "name": "CartesianGridProps"
303840
- },
303841
- "declarations": [
303842
- {
303843
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
303844
- "name": "CartesianGridProps"
303845
- }
303846
- ],
303847
- "required": false,
303848
- "type": {
303849
- "name": "GridLineType"
303850
- }
303851
- },
303852
- "strokeDasharray": {
303853
- "defaultValue": null,
303854
- "description": "",
303855
- "name": "strokeDasharray",
303856
- "parent": {
303857
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
303858
- "name": "SVGAttributes"
303859
- },
303860
- "declarations": [
303861
- {
303862
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
303863
- "name": "SVGAttributes"
303864
- }
303865
- ],
303866
- "required": false,
303867
- "type": {
303868
- "name": "string | number"
303869
- }
303870
- }
303871
- }
303872
- },
303873
303786
  {
303874
303787
  "tags": {},
303875
303788
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartLegend/LegendContent.tsx",
@@ -312758,51 +312671,11 @@
312758
312671
  "tags": {
312759
312672
  "flr-generate": "all"
312760
312673
  },
312761
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Area/Area.tsx",
312674
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/CartesianGrid/CartesianGrid.tsx",
312762
312675
  "description": "",
312763
- "displayName": "Area",
312676
+ "displayName": "CartesianGrid",
312764
312677
  "methods": [],
312765
312678
  "props": {
312766
- "color": {
312767
- "defaultValue": {
312768
- "value": "\"sea-green\""
312769
- },
312770
- "description": "The color of the area.",
312771
- "name": "color",
312772
- "parent": {
312773
- "fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
312774
- "name": "AreaProps"
312775
- },
312776
- "declarations": [
312777
- {
312778
- "fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
312779
- "name": "AreaProps"
312780
- }
312781
- ],
312782
- "required": false,
312783
- "type": {
312784
- "name": "\"sea-green\" | \"palatinate-blue\" | \"tangerine\" | \"magenta\" | \"tropical-indigo\" | \"malachite\" | \"azure\" | \"violet\" | \"yellow\" | \"alloy-orange\" | \"green\" | \"lime\""
312785
- }
312786
- },
312787
- "onlyDots": {
312788
- "defaultValue": null,
312789
- "description": "@internal",
312790
- "name": "onlyDots",
312791
- "parent": {
312792
- "fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
312793
- "name": "AreaProps"
312794
- },
312795
- "declarations": [
312796
- {
312797
- "fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
312798
- "name": "AreaProps"
312799
- }
312800
- ],
312801
- "required": false,
312802
- "type": {
312803
- "name": "boolean"
312804
- }
312805
- },
312806
312679
  "className": {
312807
312680
  "defaultValue": null,
312808
312681
  "description": "",
@@ -312822,48 +312695,48 @@
312822
312695
  "name": "string"
312823
312696
  }
312824
312697
  },
312825
- "key": {
312698
+ "horizontal": {
312826
312699
  "defaultValue": null,
312827
312700
  "description": "",
312828
- "name": "key",
312701
+ "name": "horizontal",
312829
312702
  "parent": {
312830
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
312831
- "name": "Attributes"
312703
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
312704
+ "name": "CartesianGridProps"
312832
312705
  },
312833
312706
  "declarations": [
312834
312707
  {
312835
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
312836
- "name": "Attributes"
312708
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
312709
+ "name": "CartesianGridProps"
312837
312710
  }
312838
312711
  ],
312839
312712
  "required": false,
312840
312713
  "type": {
312841
- "name": "Key | null"
312714
+ "name": "GridLineType"
312842
312715
  }
312843
312716
  },
312844
- "type": {
312717
+ "vertical": {
312845
312718
  "defaultValue": null,
312846
312719
  "description": "",
312847
- "name": "type",
312720
+ "name": "vertical",
312848
312721
  "parent": {
312849
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
312850
- "name": "AreaProps"
312722
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
312723
+ "name": "CartesianGridProps"
312851
312724
  },
312852
312725
  "declarations": [
312853
312726
  {
312854
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
312855
- "name": "AreaProps"
312727
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
312728
+ "name": "CartesianGridProps"
312856
312729
  }
312857
312730
  ],
312858
312731
  "required": false,
312859
312732
  "type": {
312860
- "name": "CurveType"
312733
+ "name": "GridLineType"
312861
312734
  }
312862
312735
  },
312863
- "fillOpacity": {
312736
+ "strokeDasharray": {
312864
312737
  "defaultValue": null,
312865
312738
  "description": "",
312866
- "name": "fillOpacity",
312739
+ "name": "strokeDasharray",
312867
312740
  "parent": {
312868
312741
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
312869
312742
  "name": "SVGAttributes"
@@ -312878,101 +312751,6 @@
312878
312751
  "type": {
312879
312752
  "name": "string | number"
312880
312753
  }
312881
- },
312882
- "dataKey": {
312883
- "defaultValue": null,
312884
- "description": "",
312885
- "name": "dataKey",
312886
- "parent": {
312887
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
312888
- "name": "AreaProps"
312889
- },
312890
- "declarations": [
312891
- {
312892
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
312893
- "name": "AreaProps"
312894
- }
312895
- ],
312896
- "required": true,
312897
- "type": {
312898
- "name": "DataKey<any>"
312899
- }
312900
- },
312901
- "unit": {
312902
- "defaultValue": null,
312903
- "description": "",
312904
- "name": "unit",
312905
- "parent": {
312906
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
312907
- "name": "AreaProps"
312908
- },
312909
- "declarations": [
312910
- {
312911
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
312912
- "name": "AreaProps"
312913
- }
312914
- ],
312915
- "required": false,
312916
- "type": {
312917
- "name": "string | number"
312918
- }
312919
- },
312920
- "xAxisId": {
312921
- "defaultValue": null,
312922
- "description": "",
312923
- "name": "xAxisId",
312924
- "parent": {
312925
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
312926
- "name": "AreaProps"
312927
- },
312928
- "declarations": [
312929
- {
312930
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
312931
- "name": "AreaProps"
312932
- }
312933
- ],
312934
- "required": false,
312935
- "type": {
312936
- "name": "string | number"
312937
- }
312938
- },
312939
- "yAxisId": {
312940
- "defaultValue": null,
312941
- "description": "",
312942
- "name": "yAxisId",
312943
- "parent": {
312944
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
312945
- "name": "AreaProps"
312946
- },
312947
- "declarations": [
312948
- {
312949
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
312950
- "name": "AreaProps"
312951
- }
312952
- ],
312953
- "required": false,
312954
- "type": {
312955
- "name": "string | number"
312956
- }
312957
- },
312958
- "stackId": {
312959
- "defaultValue": null,
312960
- "description": "",
312961
- "name": "stackId",
312962
- "parent": {
312963
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
312964
- "name": "AreaProps"
312965
- },
312966
- "declarations": [
312967
- {
312968
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
312969
- "name": "AreaProps"
312970
- }
312971
- ],
312972
- "required": false,
312973
- "type": {
312974
- "name": "string | number"
312975
- }
312976
312754
  }
312977
312755
  }
312978
312756
  },
@@ -322258,25 +322036,223 @@
322258
322036
  }
322259
322037
  },
322260
322038
  {
322261
- "tags": {},
322262
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Breadcrumb/components/BreadcrumbItem/BreadcrumbItem.tsx",
322039
+ "tags": {
322040
+ "flr-generate": "all"
322041
+ },
322042
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Area/Area.tsx",
322263
322043
  "description": "",
322264
- "displayName": "BreadcrumbItem",
322044
+ "displayName": "Area",
322265
322045
  "methods": [],
322266
322046
  "props": {
322267
- "children": {
322047
+ "color": {
322048
+ "defaultValue": {
322049
+ "value": "\"sea-green\""
322050
+ },
322051
+ "description": "The color of the area.",
322052
+ "name": "color",
322053
+ "parent": {
322054
+ "fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
322055
+ "name": "AreaProps"
322056
+ },
322057
+ "declarations": [
322058
+ {
322059
+ "fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
322060
+ "name": "AreaProps"
322061
+ }
322062
+ ],
322063
+ "required": false,
322064
+ "type": {
322065
+ "name": "\"sea-green\" | \"palatinate-blue\" | \"tangerine\" | \"magenta\" | \"tropical-indigo\" | \"malachite\" | \"azure\" | \"violet\" | \"yellow\" | \"alloy-orange\" | \"green\" | \"lime\""
322066
+ }
322067
+ },
322068
+ "onlyDots": {
322069
+ "defaultValue": null,
322070
+ "description": "@internal",
322071
+ "name": "onlyDots",
322072
+ "parent": {
322073
+ "fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
322074
+ "name": "AreaProps"
322075
+ },
322076
+ "declarations": [
322077
+ {
322078
+ "fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
322079
+ "name": "AreaProps"
322080
+ }
322081
+ ],
322082
+ "required": false,
322083
+ "type": {
322084
+ "name": "boolean"
322085
+ }
322086
+ },
322087
+ "className": {
322268
322088
  "defaultValue": null,
322269
322089
  "description": "",
322270
- "name": "children",
322090
+ "name": "className",
322091
+ "parent": {
322092
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
322093
+ "name": "HTMLAttributes"
322094
+ },
322271
322095
  "declarations": [
322272
322096
  {
322273
322097
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
322274
- "name": "TypeLiteral"
322098
+ "name": "HTMLAttributes"
322275
322099
  }
322276
322100
  ],
322277
322101
  "required": false,
322278
322102
  "type": {
322279
- "name": "ReactNode"
322103
+ "name": "string"
322104
+ }
322105
+ },
322106
+ "key": {
322107
+ "defaultValue": null,
322108
+ "description": "",
322109
+ "name": "key",
322110
+ "parent": {
322111
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
322112
+ "name": "Attributes"
322113
+ },
322114
+ "declarations": [
322115
+ {
322116
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
322117
+ "name": "Attributes"
322118
+ }
322119
+ ],
322120
+ "required": false,
322121
+ "type": {
322122
+ "name": "Key | null"
322123
+ }
322124
+ },
322125
+ "type": {
322126
+ "defaultValue": null,
322127
+ "description": "",
322128
+ "name": "type",
322129
+ "parent": {
322130
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
322131
+ "name": "AreaProps"
322132
+ },
322133
+ "declarations": [
322134
+ {
322135
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
322136
+ "name": "AreaProps"
322137
+ }
322138
+ ],
322139
+ "required": false,
322140
+ "type": {
322141
+ "name": "CurveType"
322142
+ }
322143
+ },
322144
+ "fillOpacity": {
322145
+ "defaultValue": null,
322146
+ "description": "",
322147
+ "name": "fillOpacity",
322148
+ "parent": {
322149
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
322150
+ "name": "SVGAttributes"
322151
+ },
322152
+ "declarations": [
322153
+ {
322154
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
322155
+ "name": "SVGAttributes"
322156
+ }
322157
+ ],
322158
+ "required": false,
322159
+ "type": {
322160
+ "name": "string | number"
322161
+ }
322162
+ },
322163
+ "dataKey": {
322164
+ "defaultValue": null,
322165
+ "description": "",
322166
+ "name": "dataKey",
322167
+ "parent": {
322168
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
322169
+ "name": "AreaProps"
322170
+ },
322171
+ "declarations": [
322172
+ {
322173
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
322174
+ "name": "AreaProps"
322175
+ }
322176
+ ],
322177
+ "required": true,
322178
+ "type": {
322179
+ "name": "DataKey<any>"
322180
+ }
322181
+ },
322182
+ "unit": {
322183
+ "defaultValue": null,
322184
+ "description": "",
322185
+ "name": "unit",
322186
+ "parent": {
322187
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
322188
+ "name": "AreaProps"
322189
+ },
322190
+ "declarations": [
322191
+ {
322192
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
322193
+ "name": "AreaProps"
322194
+ }
322195
+ ],
322196
+ "required": false,
322197
+ "type": {
322198
+ "name": "string | number"
322199
+ }
322200
+ },
322201
+ "xAxisId": {
322202
+ "defaultValue": null,
322203
+ "description": "",
322204
+ "name": "xAxisId",
322205
+ "parent": {
322206
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
322207
+ "name": "AreaProps"
322208
+ },
322209
+ "declarations": [
322210
+ {
322211
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
322212
+ "name": "AreaProps"
322213
+ }
322214
+ ],
322215
+ "required": false,
322216
+ "type": {
322217
+ "name": "string | number"
322218
+ }
322219
+ },
322220
+ "yAxisId": {
322221
+ "defaultValue": null,
322222
+ "description": "",
322223
+ "name": "yAxisId",
322224
+ "parent": {
322225
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
322226
+ "name": "AreaProps"
322227
+ },
322228
+ "declarations": [
322229
+ {
322230
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
322231
+ "name": "AreaProps"
322232
+ }
322233
+ ],
322234
+ "required": false,
322235
+ "type": {
322236
+ "name": "string | number"
322237
+ }
322238
+ },
322239
+ "stackId": {
322240
+ "defaultValue": null,
322241
+ "description": "",
322242
+ "name": "stackId",
322243
+ "parent": {
322244
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
322245
+ "name": "AreaProps"
322246
+ },
322247
+ "declarations": [
322248
+ {
322249
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
322250
+ "name": "AreaProps"
322251
+ }
322252
+ ],
322253
+ "required": false,
322254
+ "type": {
322255
+ "name": "string | number"
322280
322256
  }
322281
322257
  }
322282
322258
  }
@@ -322289,6 +322265,30 @@
322289
322265
  "methods": [],
322290
322266
  "props": {}
322291
322267
  },
322268
+ {
322269
+ "tags": {},
322270
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Breadcrumb/components/BreadcrumbItem/BreadcrumbItem.tsx",
322271
+ "description": "",
322272
+ "displayName": "BreadcrumbItem",
322273
+ "methods": [],
322274
+ "props": {
322275
+ "children": {
322276
+ "defaultValue": null,
322277
+ "description": "",
322278
+ "name": "children",
322279
+ "declarations": [
322280
+ {
322281
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
322282
+ "name": "TypeLiteral"
322283
+ }
322284
+ ],
322285
+ "required": false,
322286
+ "type": {
322287
+ "name": "ReactNode"
322288
+ }
322289
+ }
322290
+ }
322291
+ },
322292
322292
  {
322293
322293
  "tags": {},
322294
322294
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/components/TableLoadingView.tsx",