@mittwald/flow-react-components 0.2.0-alpha.887 → 0.2.0-alpha.889

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.
@@ -237352,110 +237352,6 @@
237352
237352
  }
237353
237353
  }
237354
237354
  },
237355
- {
237356
- "tags": {
237357
- "flr-generate": "all"
237358
- },
237359
- "filePath": "src/components/AvatarStack/AvatarStack.tsx",
237360
- "description": "",
237361
- "displayName": "AvatarStack",
237362
- "methods": [],
237363
- "props": {
237364
- "totalCount": {
237365
- "defaultValue": null,
237366
- "description": "The total count of items, as avatars should only be displayed for the first\nview",
237367
- "name": "totalCount",
237368
- "parent": {
237369
- "fileName": "src/components/AvatarStack/AvatarStack.tsx",
237370
- "name": "AvatarStackProps"
237371
- },
237372
- "declarations": [
237373
- {
237374
- "fileName": "src/components/AvatarStack/AvatarStack.tsx",
237375
- "name": "AvatarStackProps"
237376
- }
237377
- ],
237378
- "required": false,
237379
- "type": {
237380
- "name": "number"
237381
- }
237382
- },
237383
- "onCountPress": {
237384
- "defaultValue": null,
237385
- "description": "The onPress action of the additional items count element",
237386
- "name": "onCountPress",
237387
- "parent": {
237388
- "fileName": "src/components/AvatarStack/AvatarStack.tsx",
237389
- "name": "AvatarStackProps"
237390
- },
237391
- "declarations": [
237392
- {
237393
- "fileName": "src/components/AvatarStack/AvatarStack.tsx",
237394
- "name": "AvatarStackProps"
237395
- }
237396
- ],
237397
- "required": false,
237398
- "type": {
237399
- "name": "(() => void)"
237400
- }
237401
- },
237402
- "size": {
237403
- "defaultValue": {
237404
- "value": "\"m\""
237405
- },
237406
- "description": "The size of the avatars inside the stack.",
237407
- "name": "size",
237408
- "parent": {
237409
- "fileName": "src/components/AvatarStack/AvatarStack.tsx",
237410
- "name": "AvatarStackProps"
237411
- },
237412
- "declarations": [
237413
- {
237414
- "fileName": "src/components/AvatarStack/AvatarStack.tsx",
237415
- "name": "AvatarStackProps"
237416
- }
237417
- ],
237418
- "required": false,
237419
- "type": {
237420
- "name": "\"s\" | \"xs\" | \"m\" | \"l\""
237421
- }
237422
- },
237423
- "className": {
237424
- "defaultValue": null,
237425
- "description": "The elements class name.",
237426
- "name": "className",
237427
- "parent": {
237428
- "fileName": "components/src/lib/types/props.ts",
237429
- "name": "PropsWithClassName"
237430
- },
237431
- "declarations": [
237432
- {
237433
- "fileName": "components/src/lib/types/props.ts",
237434
- "name": "PropsWithClassName"
237435
- }
237436
- ],
237437
- "required": false,
237438
- "type": {
237439
- "name": "string"
237440
- }
237441
- },
237442
- "children": {
237443
- "defaultValue": null,
237444
- "description": "",
237445
- "name": "children",
237446
- "declarations": [
237447
- {
237448
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
237449
- "name": "TypeLiteral"
237450
- }
237451
- ],
237452
- "required": false,
237453
- "type": {
237454
- "name": "ReactNode"
237455
- }
237456
- }
237457
- }
237458
- },
237459
237355
  {
237460
237356
  "tags": {
237461
237357
  "flr-generate": "all"
@@ -237636,6 +237532,110 @@
237636
237532
  }
237637
237533
  }
237638
237534
  },
237535
+ {
237536
+ "tags": {
237537
+ "flr-generate": "all"
237538
+ },
237539
+ "filePath": "src/components/AvatarStack/AvatarStack.tsx",
237540
+ "description": "",
237541
+ "displayName": "AvatarStack",
237542
+ "methods": [],
237543
+ "props": {
237544
+ "totalCount": {
237545
+ "defaultValue": null,
237546
+ "description": "The total count of items, as avatars should only be displayed for the first\nview",
237547
+ "name": "totalCount",
237548
+ "parent": {
237549
+ "fileName": "src/components/AvatarStack/AvatarStack.tsx",
237550
+ "name": "AvatarStackProps"
237551
+ },
237552
+ "declarations": [
237553
+ {
237554
+ "fileName": "src/components/AvatarStack/AvatarStack.tsx",
237555
+ "name": "AvatarStackProps"
237556
+ }
237557
+ ],
237558
+ "required": false,
237559
+ "type": {
237560
+ "name": "number"
237561
+ }
237562
+ },
237563
+ "onCountPress": {
237564
+ "defaultValue": null,
237565
+ "description": "The onPress action of the additional items count element",
237566
+ "name": "onCountPress",
237567
+ "parent": {
237568
+ "fileName": "src/components/AvatarStack/AvatarStack.tsx",
237569
+ "name": "AvatarStackProps"
237570
+ },
237571
+ "declarations": [
237572
+ {
237573
+ "fileName": "src/components/AvatarStack/AvatarStack.tsx",
237574
+ "name": "AvatarStackProps"
237575
+ }
237576
+ ],
237577
+ "required": false,
237578
+ "type": {
237579
+ "name": "(() => void)"
237580
+ }
237581
+ },
237582
+ "size": {
237583
+ "defaultValue": {
237584
+ "value": "\"m\""
237585
+ },
237586
+ "description": "The size of the avatars inside the stack.",
237587
+ "name": "size",
237588
+ "parent": {
237589
+ "fileName": "src/components/AvatarStack/AvatarStack.tsx",
237590
+ "name": "AvatarStackProps"
237591
+ },
237592
+ "declarations": [
237593
+ {
237594
+ "fileName": "src/components/AvatarStack/AvatarStack.tsx",
237595
+ "name": "AvatarStackProps"
237596
+ }
237597
+ ],
237598
+ "required": false,
237599
+ "type": {
237600
+ "name": "\"s\" | \"xs\" | \"m\" | \"l\""
237601
+ }
237602
+ },
237603
+ "className": {
237604
+ "defaultValue": null,
237605
+ "description": "The elements class name.",
237606
+ "name": "className",
237607
+ "parent": {
237608
+ "fileName": "components/src/lib/types/props.ts",
237609
+ "name": "PropsWithClassName"
237610
+ },
237611
+ "declarations": [
237612
+ {
237613
+ "fileName": "components/src/lib/types/props.ts",
237614
+ "name": "PropsWithClassName"
237615
+ }
237616
+ ],
237617
+ "required": false,
237618
+ "type": {
237619
+ "name": "string"
237620
+ }
237621
+ },
237622
+ "children": {
237623
+ "defaultValue": null,
237624
+ "description": "",
237625
+ "name": "children",
237626
+ "declarations": [
237627
+ {
237628
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
237629
+ "name": "TypeLiteral"
237630
+ }
237631
+ ],
237632
+ "required": false,
237633
+ "type": {
237634
+ "name": "ReactNode"
237635
+ }
237636
+ }
237637
+ }
237638
+ },
237639
237639
  {
237640
237640
  "tags": {
237641
237641
  "flr-generate": "all"
@@ -253175,339 +253175,6 @@
253175
253175
  }
253176
253176
  }
253177
253177
  },
253178
- {
253179
- "tags": {},
253180
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Action/ActionBatch.tsx",
253181
- "description": "Batches multiple actions together and shows feedback when all actions have\ncompleted.\n\nBy default function actions are automatically batched. You can use this\ncomponent to split function actions into multiple batches with separate\nfeedback.",
253182
- "displayName": "ActionBatch",
253183
- "methods": [],
253184
- "props": {
253185
- "children": {
253186
- "defaultValue": null,
253187
- "description": "",
253188
- "name": "children",
253189
- "declarations": [
253190
- {
253191
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
253192
- "name": "TypeLiteral"
253193
- }
253194
- ],
253195
- "required": false,
253196
- "type": {
253197
- "name": "ReactNode"
253198
- }
253199
- }
253200
- }
253201
- },
253202
- {
253203
- "tags": {},
253204
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Action/Action.tsx",
253205
- "description": "",
253206
- "displayName": "Action",
253207
- "methods": [],
253208
- "props": {
253209
- "onAction": {
253210
- "defaultValue": null,
253211
- "description": "",
253212
- "name": "onAction",
253213
- "parent": {
253214
- "fileName": "components/src/components/Action/types.ts",
253215
- "name": "ActionProps"
253216
- },
253217
- "declarations": [
253218
- {
253219
- "fileName": "components/src/components/Action/types.ts",
253220
- "name": "ActionProps"
253221
- }
253222
- ],
253223
- "required": false,
253224
- "type": {
253225
- "name": "ActionFn"
253226
- }
253227
- },
253228
- "actionModel": {
253229
- "defaultValue": null,
253230
- "description": "",
253231
- "name": "actionModel",
253232
- "parent": {
253233
- "fileName": "components/src/components/Action/types.ts",
253234
- "name": "ActionProps"
253235
- },
253236
- "declarations": [
253237
- {
253238
- "fileName": "components/src/components/Action/types.ts",
253239
- "name": "ActionProps"
253240
- }
253241
- ],
253242
- "required": false,
253243
- "type": {
253244
- "name": "ActionModel"
253245
- }
253246
- },
253247
- "closeOverlay": {
253248
- "defaultValue": null,
253249
- "description": "",
253250
- "name": "closeOverlay",
253251
- "parent": {
253252
- "fileName": "components/src/components/Action/types.ts",
253253
- "name": "ActionProps"
253254
- },
253255
- "declarations": [
253256
- {
253257
- "fileName": "components/src/components/Action/types.ts",
253258
- "name": "ActionProps"
253259
- }
253260
- ],
253261
- "required": false,
253262
- "type": {
253263
- "name": "keyof FlowComponentPropsTypes | OverlayController | CloseOverlayOptions"
253264
- }
253265
- },
253266
- "openOverlay": {
253267
- "defaultValue": null,
253268
- "description": "",
253269
- "name": "openOverlay",
253270
- "parent": {
253271
- "fileName": "components/src/components/Action/types.ts",
253272
- "name": "ActionProps"
253273
- },
253274
- "declarations": [
253275
- {
253276
- "fileName": "components/src/components/Action/types.ts",
253277
- "name": "ActionProps"
253278
- }
253279
- ],
253280
- "required": false,
253281
- "type": {
253282
- "name": "keyof FlowComponentPropsTypes | OverlayController"
253283
- }
253284
- },
253285
- "toggleOverlay": {
253286
- "defaultValue": null,
253287
- "description": "",
253288
- "name": "toggleOverlay",
253289
- "parent": {
253290
- "fileName": "components/src/components/Action/types.ts",
253291
- "name": "ActionProps"
253292
- },
253293
- "declarations": [
253294
- {
253295
- "fileName": "components/src/components/Action/types.ts",
253296
- "name": "ActionProps"
253297
- }
253298
- ],
253299
- "required": false,
253300
- "type": {
253301
- "name": "keyof FlowComponentPropsTypes | OverlayController"
253302
- }
253303
- },
253304
- "closeModal": {
253305
- "defaultValue": null,
253306
- "description": "",
253307
- "name": "closeModal",
253308
- "parent": {
253309
- "fileName": "components/src/components/Action/types.ts",
253310
- "name": "ActionProps"
253311
- },
253312
- "declarations": [
253313
- {
253314
- "fileName": "components/src/components/Action/types.ts",
253315
- "name": "ActionProps"
253316
- }
253317
- ],
253318
- "required": false,
253319
- "type": {
253320
- "name": "boolean | CloseModalOptions"
253321
- }
253322
- },
253323
- "openModal": {
253324
- "defaultValue": null,
253325
- "description": "",
253326
- "name": "openModal",
253327
- "parent": {
253328
- "fileName": "components/src/components/Action/types.ts",
253329
- "name": "ActionProps"
253330
- },
253331
- "declarations": [
253332
- {
253333
- "fileName": "components/src/components/Action/types.ts",
253334
- "name": "ActionProps"
253335
- }
253336
- ],
253337
- "required": false,
253338
- "type": {
253339
- "name": "boolean"
253340
- }
253341
- },
253342
- "toggleModal": {
253343
- "defaultValue": null,
253344
- "description": "",
253345
- "name": "toggleModal",
253346
- "parent": {
253347
- "fileName": "components/src/components/Action/types.ts",
253348
- "name": "ActionProps"
253349
- },
253350
- "declarations": [
253351
- {
253352
- "fileName": "components/src/components/Action/types.ts",
253353
- "name": "ActionProps"
253354
- }
253355
- ],
253356
- "required": false,
253357
- "type": {
253358
- "name": "boolean"
253359
- }
253360
- },
253361
- "break": {
253362
- "defaultValue": null,
253363
- "description": "",
253364
- "name": "break",
253365
- "parent": {
253366
- "fileName": "components/src/components/Action/types.ts",
253367
- "name": "ActionProps"
253368
- },
253369
- "declarations": [
253370
- {
253371
- "fileName": "components/src/components/Action/types.ts",
253372
- "name": "ActionProps"
253373
- }
253374
- ],
253375
- "required": false,
253376
- "type": {
253377
- "name": "boolean"
253378
- }
253379
- },
253380
- "skip": {
253381
- "defaultValue": null,
253382
- "description": "",
253383
- "name": "skip",
253384
- "parent": {
253385
- "fileName": "components/src/components/Action/types.ts",
253386
- "name": "ActionProps"
253387
- },
253388
- "declarations": [
253389
- {
253390
- "fileName": "components/src/components/Action/types.ts",
253391
- "name": "ActionProps"
253392
- }
253393
- ],
253394
- "required": false,
253395
- "type": {
253396
- "name": "number | boolean"
253397
- }
253398
- },
253399
- "showFeedback": {
253400
- "defaultValue": null,
253401
- "description": "",
253402
- "name": "showFeedback",
253403
- "parent": {
253404
- "fileName": "components/src/components/Action/types.ts",
253405
- "name": "ActionProps"
253406
- },
253407
- "declarations": [
253408
- {
253409
- "fileName": "components/src/components/Action/types.ts",
253410
- "name": "ActionProps"
253411
- }
253412
- ],
253413
- "required": false,
253414
- "type": {
253415
- "name": "boolean"
253416
- }
253417
- },
253418
- "children": {
253419
- "defaultValue": null,
253420
- "description": "",
253421
- "name": "children",
253422
- "declarations": [
253423
- {
253424
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
253425
- "name": "TypeLiteral"
253426
- }
253427
- ],
253428
- "required": false,
253429
- "type": {
253430
- "name": "ReactNode"
253431
- }
253432
- },
253433
- "wrapWith": {
253434
- "defaultValue": null,
253435
- "description": "",
253436
- "name": "wrapWith",
253437
- "parent": {
253438
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
253439
- "name": "FlowComponentProps"
253440
- },
253441
- "declarations": [
253442
- {
253443
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
253444
- "name": "FlowComponentProps"
253445
- }
253446
- ],
253447
- "required": false,
253448
- "type": {
253449
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
253450
- }
253451
- },
253452
- "tunnel": {
253453
- "defaultValue": null,
253454
- "description": "@internal",
253455
- "name": "tunnel",
253456
- "parent": {
253457
- "fileName": "components/src/lib/types/props.ts",
253458
- "name": "PropsWithTunnel"
253459
- },
253460
- "declarations": [
253461
- {
253462
- "fileName": "components/src/lib/types/props.ts",
253463
- "name": "PropsWithTunnel"
253464
- }
253465
- ],
253466
- "required": false,
253467
- "type": {
253468
- "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
253469
- }
253470
- },
253471
- "ref": {
253472
- "defaultValue": null,
253473
- "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}",
253474
- "name": "ref",
253475
- "parent": {
253476
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
253477
- "name": "RefAttributes"
253478
- },
253479
- "declarations": [
253480
- {
253481
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
253482
- "name": "RefAttributes"
253483
- }
253484
- ],
253485
- "required": false,
253486
- "type": {
253487
- "name": "Ref<HTMLSpanElement>"
253488
- }
253489
- },
253490
- "key": {
253491
- "defaultValue": null,
253492
- "description": "",
253493
- "name": "key",
253494
- "parent": {
253495
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
253496
- "name": "Attributes"
253497
- },
253498
- "declarations": [
253499
- {
253500
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
253501
- "name": "Attributes"
253502
- }
253503
- ],
253504
- "required": false,
253505
- "type": {
253506
- "name": "Key | null"
253507
- }
253508
- }
253509
- }
253510
- },
253511
253178
  {
253512
253179
  "tags": {
253513
253180
  "flr-generate": "all"
@@ -258879,6 +258546,339 @@
258879
258546
  }
258880
258547
  }
258881
258548
  },
258549
+ {
258550
+ "tags": {},
258551
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Action/ActionBatch.tsx",
258552
+ "description": "Batches multiple actions together and shows feedback when all actions have\ncompleted.\n\nBy default function actions are automatically batched. You can use this\ncomponent to split function actions into multiple batches with separate\nfeedback.",
258553
+ "displayName": "ActionBatch",
258554
+ "methods": [],
258555
+ "props": {
258556
+ "children": {
258557
+ "defaultValue": null,
258558
+ "description": "",
258559
+ "name": "children",
258560
+ "declarations": [
258561
+ {
258562
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
258563
+ "name": "TypeLiteral"
258564
+ }
258565
+ ],
258566
+ "required": false,
258567
+ "type": {
258568
+ "name": "ReactNode"
258569
+ }
258570
+ }
258571
+ }
258572
+ },
258573
+ {
258574
+ "tags": {},
258575
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Action/Action.tsx",
258576
+ "description": "",
258577
+ "displayName": "Action",
258578
+ "methods": [],
258579
+ "props": {
258580
+ "onAction": {
258581
+ "defaultValue": null,
258582
+ "description": "",
258583
+ "name": "onAction",
258584
+ "parent": {
258585
+ "fileName": "components/src/components/Action/types.ts",
258586
+ "name": "ActionProps"
258587
+ },
258588
+ "declarations": [
258589
+ {
258590
+ "fileName": "components/src/components/Action/types.ts",
258591
+ "name": "ActionProps"
258592
+ }
258593
+ ],
258594
+ "required": false,
258595
+ "type": {
258596
+ "name": "ActionFn"
258597
+ }
258598
+ },
258599
+ "actionModel": {
258600
+ "defaultValue": null,
258601
+ "description": "",
258602
+ "name": "actionModel",
258603
+ "parent": {
258604
+ "fileName": "components/src/components/Action/types.ts",
258605
+ "name": "ActionProps"
258606
+ },
258607
+ "declarations": [
258608
+ {
258609
+ "fileName": "components/src/components/Action/types.ts",
258610
+ "name": "ActionProps"
258611
+ }
258612
+ ],
258613
+ "required": false,
258614
+ "type": {
258615
+ "name": "ActionModel"
258616
+ }
258617
+ },
258618
+ "closeOverlay": {
258619
+ "defaultValue": null,
258620
+ "description": "",
258621
+ "name": "closeOverlay",
258622
+ "parent": {
258623
+ "fileName": "components/src/components/Action/types.ts",
258624
+ "name": "ActionProps"
258625
+ },
258626
+ "declarations": [
258627
+ {
258628
+ "fileName": "components/src/components/Action/types.ts",
258629
+ "name": "ActionProps"
258630
+ }
258631
+ ],
258632
+ "required": false,
258633
+ "type": {
258634
+ "name": "keyof FlowComponentPropsTypes | OverlayController | CloseOverlayOptions"
258635
+ }
258636
+ },
258637
+ "openOverlay": {
258638
+ "defaultValue": null,
258639
+ "description": "",
258640
+ "name": "openOverlay",
258641
+ "parent": {
258642
+ "fileName": "components/src/components/Action/types.ts",
258643
+ "name": "ActionProps"
258644
+ },
258645
+ "declarations": [
258646
+ {
258647
+ "fileName": "components/src/components/Action/types.ts",
258648
+ "name": "ActionProps"
258649
+ }
258650
+ ],
258651
+ "required": false,
258652
+ "type": {
258653
+ "name": "keyof FlowComponentPropsTypes | OverlayController"
258654
+ }
258655
+ },
258656
+ "toggleOverlay": {
258657
+ "defaultValue": null,
258658
+ "description": "",
258659
+ "name": "toggleOverlay",
258660
+ "parent": {
258661
+ "fileName": "components/src/components/Action/types.ts",
258662
+ "name": "ActionProps"
258663
+ },
258664
+ "declarations": [
258665
+ {
258666
+ "fileName": "components/src/components/Action/types.ts",
258667
+ "name": "ActionProps"
258668
+ }
258669
+ ],
258670
+ "required": false,
258671
+ "type": {
258672
+ "name": "keyof FlowComponentPropsTypes | OverlayController"
258673
+ }
258674
+ },
258675
+ "closeModal": {
258676
+ "defaultValue": null,
258677
+ "description": "",
258678
+ "name": "closeModal",
258679
+ "parent": {
258680
+ "fileName": "components/src/components/Action/types.ts",
258681
+ "name": "ActionProps"
258682
+ },
258683
+ "declarations": [
258684
+ {
258685
+ "fileName": "components/src/components/Action/types.ts",
258686
+ "name": "ActionProps"
258687
+ }
258688
+ ],
258689
+ "required": false,
258690
+ "type": {
258691
+ "name": "boolean | CloseModalOptions"
258692
+ }
258693
+ },
258694
+ "openModal": {
258695
+ "defaultValue": null,
258696
+ "description": "",
258697
+ "name": "openModal",
258698
+ "parent": {
258699
+ "fileName": "components/src/components/Action/types.ts",
258700
+ "name": "ActionProps"
258701
+ },
258702
+ "declarations": [
258703
+ {
258704
+ "fileName": "components/src/components/Action/types.ts",
258705
+ "name": "ActionProps"
258706
+ }
258707
+ ],
258708
+ "required": false,
258709
+ "type": {
258710
+ "name": "boolean"
258711
+ }
258712
+ },
258713
+ "toggleModal": {
258714
+ "defaultValue": null,
258715
+ "description": "",
258716
+ "name": "toggleModal",
258717
+ "parent": {
258718
+ "fileName": "components/src/components/Action/types.ts",
258719
+ "name": "ActionProps"
258720
+ },
258721
+ "declarations": [
258722
+ {
258723
+ "fileName": "components/src/components/Action/types.ts",
258724
+ "name": "ActionProps"
258725
+ }
258726
+ ],
258727
+ "required": false,
258728
+ "type": {
258729
+ "name": "boolean"
258730
+ }
258731
+ },
258732
+ "break": {
258733
+ "defaultValue": null,
258734
+ "description": "",
258735
+ "name": "break",
258736
+ "parent": {
258737
+ "fileName": "components/src/components/Action/types.ts",
258738
+ "name": "ActionProps"
258739
+ },
258740
+ "declarations": [
258741
+ {
258742
+ "fileName": "components/src/components/Action/types.ts",
258743
+ "name": "ActionProps"
258744
+ }
258745
+ ],
258746
+ "required": false,
258747
+ "type": {
258748
+ "name": "boolean"
258749
+ }
258750
+ },
258751
+ "skip": {
258752
+ "defaultValue": null,
258753
+ "description": "",
258754
+ "name": "skip",
258755
+ "parent": {
258756
+ "fileName": "components/src/components/Action/types.ts",
258757
+ "name": "ActionProps"
258758
+ },
258759
+ "declarations": [
258760
+ {
258761
+ "fileName": "components/src/components/Action/types.ts",
258762
+ "name": "ActionProps"
258763
+ }
258764
+ ],
258765
+ "required": false,
258766
+ "type": {
258767
+ "name": "number | boolean"
258768
+ }
258769
+ },
258770
+ "showFeedback": {
258771
+ "defaultValue": null,
258772
+ "description": "",
258773
+ "name": "showFeedback",
258774
+ "parent": {
258775
+ "fileName": "components/src/components/Action/types.ts",
258776
+ "name": "ActionProps"
258777
+ },
258778
+ "declarations": [
258779
+ {
258780
+ "fileName": "components/src/components/Action/types.ts",
258781
+ "name": "ActionProps"
258782
+ }
258783
+ ],
258784
+ "required": false,
258785
+ "type": {
258786
+ "name": "boolean"
258787
+ }
258788
+ },
258789
+ "children": {
258790
+ "defaultValue": null,
258791
+ "description": "",
258792
+ "name": "children",
258793
+ "declarations": [
258794
+ {
258795
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
258796
+ "name": "TypeLiteral"
258797
+ }
258798
+ ],
258799
+ "required": false,
258800
+ "type": {
258801
+ "name": "ReactNode"
258802
+ }
258803
+ },
258804
+ "wrapWith": {
258805
+ "defaultValue": null,
258806
+ "description": "",
258807
+ "name": "wrapWith",
258808
+ "parent": {
258809
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
258810
+ "name": "FlowComponentProps"
258811
+ },
258812
+ "declarations": [
258813
+ {
258814
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
258815
+ "name": "FlowComponentProps"
258816
+ }
258817
+ ],
258818
+ "required": false,
258819
+ "type": {
258820
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
258821
+ }
258822
+ },
258823
+ "tunnel": {
258824
+ "defaultValue": null,
258825
+ "description": "@internal",
258826
+ "name": "tunnel",
258827
+ "parent": {
258828
+ "fileName": "components/src/lib/types/props.ts",
258829
+ "name": "PropsWithTunnel"
258830
+ },
258831
+ "declarations": [
258832
+ {
258833
+ "fileName": "components/src/lib/types/props.ts",
258834
+ "name": "PropsWithTunnel"
258835
+ }
258836
+ ],
258837
+ "required": false,
258838
+ "type": {
258839
+ "name": "{ id: string; component: keyof FlowComponentPropsTypes; } | null"
258840
+ }
258841
+ },
258842
+ "ref": {
258843
+ "defaultValue": null,
258844
+ "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}",
258845
+ "name": "ref",
258846
+ "parent": {
258847
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
258848
+ "name": "RefAttributes"
258849
+ },
258850
+ "declarations": [
258851
+ {
258852
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
258853
+ "name": "RefAttributes"
258854
+ }
258855
+ ],
258856
+ "required": false,
258857
+ "type": {
258858
+ "name": "Ref<HTMLSpanElement>"
258859
+ }
258860
+ },
258861
+ "key": {
258862
+ "defaultValue": null,
258863
+ "description": "",
258864
+ "name": "key",
258865
+ "parent": {
258866
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
258867
+ "name": "Attributes"
258868
+ },
258869
+ "declarations": [
258870
+ {
258871
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
258872
+ "name": "Attributes"
258873
+ }
258874
+ ],
258875
+ "required": false,
258876
+ "type": {
258877
+ "name": "Key | null"
258878
+ }
258879
+ }
258880
+ }
258881
+ },
258882
258882
  {
258883
258883
  "tags": {
258884
258884
  "flr-generate": "all"
@@ -291349,33 +291349,7 @@
291349
291349
  "tags": {
291350
291350
  "deprecated": "Use RouterProvider instead"
291351
291351
  },
291352
- "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
291353
- "description": "",
291354
- "displayName": "LinkProvider",
291355
- "methods": [],
291356
- "props": {
291357
- "children": {
291358
- "defaultValue": null,
291359
- "description": "",
291360
- "name": "children",
291361
- "declarations": [
291362
- {
291363
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
291364
- "name": "TypeLiteral"
291365
- }
291366
- ],
291367
- "required": false,
291368
- "type": {
291369
- "name": "ReactNode"
291370
- }
291371
- }
291372
- }
291373
- },
291374
- {
291375
- "tags": {
291376
- "deprecated": "Use RouterProvider instead"
291377
- },
291378
- "filePath": "/home/runner/work/flow/flow/packages/components/src/integrations/nextjs/components/Link/Link.tsx",
291352
+ "filePath": "src/integrations/nextjs/components/Link/Link.tsx",
291379
291353
  "description": "",
291380
291354
  "displayName": "Link",
291381
291355
  "methods": [],
@@ -291385,12 +291359,12 @@
291385
291359
  "description": "",
291386
291360
  "name": "ref",
291387
291361
  "parent": {
291388
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
291362
+ "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
291389
291363
  "name": "Props"
291390
291364
  },
291391
291365
  "declarations": [
291392
291366
  {
291393
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
291367
+ "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
291394
291368
  "name": "Props"
291395
291369
  }
291396
291370
  ],
@@ -291404,12 +291378,12 @@
291404
291378
  "description": "",
291405
291379
  "name": "isDisabled",
291406
291380
  "parent": {
291407
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
291381
+ "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
291408
291382
  "name": "Props"
291409
291383
  },
291410
291384
  "declarations": [
291411
291385
  {
291412
- "fileName": "components/src/integrations/nextjs/components/Link/Link.tsx",
291386
+ "fileName": "src/integrations/nextjs/components/Link/Link.tsx",
291413
291387
  "name": "Props"
291414
291388
  }
291415
291389
  ],
@@ -296873,6 +296847,32 @@
296873
296847
  }
296874
296848
  }
296875
296849
  },
296850
+ {
296851
+ "tags": {
296852
+ "deprecated": "Use RouterProvider instead"
296853
+ },
296854
+ "filePath": "src/integrations/nextjs/components/LinkProvider/LinkProvider.tsx",
296855
+ "description": "",
296856
+ "displayName": "LinkProvider",
296857
+ "methods": [],
296858
+ "props": {
296859
+ "children": {
296860
+ "defaultValue": null,
296861
+ "description": "",
296862
+ "name": "children",
296863
+ "declarations": [
296864
+ {
296865
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
296866
+ "name": "TypeLiteral"
296867
+ }
296868
+ ],
296869
+ "required": false,
296870
+ "type": {
296871
+ "name": "ReactNode"
296872
+ }
296873
+ }
296874
+ }
296875
+ },
296876
296876
  {
296877
296877
  "tags": {
296878
296878
  "flr-generate": "all"
@@ -330089,256 +330089,6 @@
330089
330089
  }
330090
330090
  }
330091
330091
  },
330092
- {
330093
- "tags": {
330094
- "flr-generate": "all"
330095
- },
330096
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
330097
- "description": "",
330098
- "displayName": "XAxis",
330099
- "methods": [],
330100
- "props": {
330101
- "className": {
330102
- "defaultValue": null,
330103
- "description": "",
330104
- "name": "className",
330105
- "parent": {
330106
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
330107
- "name": "HTMLAttributes"
330108
- },
330109
- "declarations": [
330110
- {
330111
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
330112
- "name": "HTMLAttributes"
330113
- }
330114
- ],
330115
- "required": false,
330116
- "type": {
330117
- "name": "string"
330118
- }
330119
- },
330120
- "type": {
330121
- "defaultValue": null,
330122
- "description": "",
330123
- "name": "type",
330124
- "parent": {
330125
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
330126
- "name": "SVGAttributes"
330127
- },
330128
- "declarations": [
330129
- {
330130
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
330131
- "name": "SVGAttributes"
330132
- }
330133
- ],
330134
- "required": false,
330135
- "type": {
330136
- "name": "string"
330137
- }
330138
- },
330139
- "hide": {
330140
- "defaultValue": null,
330141
- "description": "If set true, the axis do not display in the chart.\n@defaultValue false",
330142
- "name": "hide",
330143
- "parent": {
330144
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
330145
- "name": "RenderableAxisProps"
330146
- },
330147
- "declarations": [
330148
- {
330149
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
330150
- "name": "RenderableAxisProps"
330151
- }
330152
- ],
330153
- "required": false,
330154
- "type": {
330155
- "name": "boolean"
330156
- }
330157
- },
330158
- "orientation": {
330159
- "defaultValue": null,
330160
- "description": "",
330161
- "name": "orientation",
330162
- "parent": {
330163
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
330164
- "name": "SVGAttributes"
330165
- },
330166
- "declarations": [
330167
- {
330168
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
330169
- "name": "SVGAttributes"
330170
- }
330171
- ],
330172
- "required": false,
330173
- "type": {
330174
- "name": "string | number"
330175
- }
330176
- },
330177
- "scale": {
330178
- "defaultValue": null,
330179
- "description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <XAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<XAxis scale={scale} />",
330180
- "name": "scale",
330181
- "parent": {
330182
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
330183
- "name": "XAxisProps"
330184
- },
330185
- "declarations": [
330186
- {
330187
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
330188
- "name": "XAxisProps"
330189
- }
330190
- ],
330191
- "required": false,
330192
- "type": {
330193
- "name": "ScaleType | CustomScaleDefinition<CategoricalDomainItem> | CustomScaleDefinition<string> | CustomScaleDefinition<...> | CustomScaleDefinition<...>"
330194
- }
330195
- },
330196
- "allowDecimals": {
330197
- "defaultValue": null,
330198
- "description": "Allow the ticks of axis to be decimals or not.\n@defaultValue true",
330199
- "name": "allowDecimals",
330200
- "parent": {
330201
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
330202
- "name": "RenderableAxisProps"
330203
- },
330204
- "declarations": [
330205
- {
330206
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
330207
- "name": "RenderableAxisProps"
330208
- }
330209
- ],
330210
- "required": false,
330211
- "type": {
330212
- "name": "boolean"
330213
- }
330214
- },
330215
- "interval": {
330216
- "defaultValue": null,
330217
- "description": "If set 0, all the ticks will be shown. If set preserveStart\", \"preserveEnd\" or \"preserveStartEnd\", the ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
330218
- "name": "interval",
330219
- "parent": {
330220
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
330221
- "name": "XAxisProps"
330222
- },
330223
- "declarations": [
330224
- {
330225
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
330226
- "name": "XAxisProps"
330227
- }
330228
- ],
330229
- "required": false,
330230
- "type": {
330231
- "name": "AxisInterval"
330232
- }
330233
- },
330234
- "minTickGap": {
330235
- "defaultValue": null,
330236
- "description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
330237
- "name": "minTickGap",
330238
- "parent": {
330239
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
330240
- "name": "XAxisProps"
330241
- },
330242
- "declarations": [
330243
- {
330244
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
330245
- "name": "XAxisProps"
330246
- }
330247
- ],
330248
- "required": false,
330249
- "type": {
330250
- "name": "number"
330251
- }
330252
- },
330253
- "domain": {
330254
- "defaultValue": null,
330255
- "description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <XAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <XAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <XAxis type=\"number\" domain={['auto', 'auto']} />\n@example <XAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <XAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <XAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <XAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <XAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
330256
- "name": "domain",
330257
- "parent": {
330258
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
330259
- "name": "XAxisProps"
330260
- },
330261
- "declarations": [
330262
- {
330263
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
330264
- "name": "XAxisProps"
330265
- }
330266
- ],
330267
- "required": false,
330268
- "type": {
330269
- "name": "AxisDomain"
330270
- }
330271
- },
330272
- "unit": {
330273
- "defaultValue": null,
330274
- "description": "The unit of data. This option will be used in tooltip.",
330275
- "name": "unit",
330276
- "parent": {
330277
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
330278
- "name": "BaseAxisProps"
330279
- },
330280
- "declarations": [
330281
- {
330282
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
330283
- "name": "BaseAxisProps"
330284
- }
330285
- ],
330286
- "required": false,
330287
- "type": {
330288
- "name": "string"
330289
- }
330290
- },
330291
- "allowDataOverflow": {
330292
- "defaultValue": null,
330293
- "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.\n@defaultValue false",
330294
- "name": "allowDataOverflow",
330295
- "parent": {
330296
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
330297
- "name": "RenderableAxisProps"
330298
- },
330299
- "declarations": [
330300
- {
330301
- "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
330302
- "name": "RenderableAxisProps"
330303
- }
330304
- ],
330305
- "required": false,
330306
- "type": {
330307
- "name": "boolean"
330308
- }
330309
- },
330310
- "dataKey": {
330311
- "defaultValue": null,
330312
- "description": "",
330313
- "name": "dataKey",
330314
- "declarations": [
330315
- {
330316
- "fileName": "components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
330317
- "name": "TypeLiteral"
330318
- }
330319
- ],
330320
- "required": false,
330321
- "type": {
330322
- "name": "DataKey<ChartDataValue>"
330323
- }
330324
- },
330325
- "tickFormatter": {
330326
- "defaultValue": null,
330327
- "description": "",
330328
- "name": "tickFormatter",
330329
- "declarations": [
330330
- {
330331
- "fileName": "components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
330332
- "name": "TypeLiteral"
330333
- }
330334
- ],
330335
- "required": false,
330336
- "type": {
330337
- "name": "((value: unknown, index: number) => string)"
330338
- }
330339
- }
330340
- }
330341
- },
330342
330092
  {
330343
330093
  "tags": {
330344
330094
  "flr-generate": "all"
@@ -330508,6 +330258,256 @@
330508
330258
  }
330509
330259
  }
330510
330260
  },
330261
+ {
330262
+ "tags": {
330263
+ "flr-generate": "all"
330264
+ },
330265
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
330266
+ "description": "",
330267
+ "displayName": "XAxis",
330268
+ "methods": [],
330269
+ "props": {
330270
+ "className": {
330271
+ "defaultValue": null,
330272
+ "description": "",
330273
+ "name": "className",
330274
+ "parent": {
330275
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
330276
+ "name": "HTMLAttributes"
330277
+ },
330278
+ "declarations": [
330279
+ {
330280
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
330281
+ "name": "HTMLAttributes"
330282
+ }
330283
+ ],
330284
+ "required": false,
330285
+ "type": {
330286
+ "name": "string"
330287
+ }
330288
+ },
330289
+ "type": {
330290
+ "defaultValue": null,
330291
+ "description": "",
330292
+ "name": "type",
330293
+ "parent": {
330294
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
330295
+ "name": "SVGAttributes"
330296
+ },
330297
+ "declarations": [
330298
+ {
330299
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
330300
+ "name": "SVGAttributes"
330301
+ }
330302
+ ],
330303
+ "required": false,
330304
+ "type": {
330305
+ "name": "string"
330306
+ }
330307
+ },
330308
+ "hide": {
330309
+ "defaultValue": null,
330310
+ "description": "If set true, the axis do not display in the chart.\n@defaultValue false",
330311
+ "name": "hide",
330312
+ "parent": {
330313
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
330314
+ "name": "RenderableAxisProps"
330315
+ },
330316
+ "declarations": [
330317
+ {
330318
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
330319
+ "name": "RenderableAxisProps"
330320
+ }
330321
+ ],
330322
+ "required": false,
330323
+ "type": {
330324
+ "name": "boolean"
330325
+ }
330326
+ },
330327
+ "orientation": {
330328
+ "defaultValue": null,
330329
+ "description": "",
330330
+ "name": "orientation",
330331
+ "parent": {
330332
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
330333
+ "name": "SVGAttributes"
330334
+ },
330335
+ "declarations": [
330336
+ {
330337
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.17/node_modules/@types/react/index.d.ts",
330338
+ "name": "SVGAttributes"
330339
+ }
330340
+ ],
330341
+ "required": false,
330342
+ "type": {
330343
+ "name": "string | number"
330344
+ }
330345
+ },
330346
+ "scale": {
330347
+ "defaultValue": null,
330348
+ "description": "Scale function determines how data values are mapped to visual values.\nIn other words, decided the mapping between data domain and coordinate range.\n\nIf undefined, or 'auto', the scale function is created internally according to the type of axis and data.\n\nYou can define a custom scale, either as a string shortcut to a d3 scale, or as a complete scale definition object.\n@defaultValue auto\n@example <XAxis scale=\"log\" />\n@example import { scaleLog } from 'd3-scale';\nconst scale = scaleLog().base(Math.E);\n<XAxis scale={scale} />",
330349
+ "name": "scale",
330350
+ "parent": {
330351
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
330352
+ "name": "XAxisProps"
330353
+ },
330354
+ "declarations": [
330355
+ {
330356
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
330357
+ "name": "XAxisProps"
330358
+ }
330359
+ ],
330360
+ "required": false,
330361
+ "type": {
330362
+ "name": "ScaleType | CustomScaleDefinition<CategoricalDomainItem> | CustomScaleDefinition<string> | CustomScaleDefinition<...> | CustomScaleDefinition<...>"
330363
+ }
330364
+ },
330365
+ "allowDecimals": {
330366
+ "defaultValue": null,
330367
+ "description": "Allow the ticks of axis to be decimals or not.\n@defaultValue true",
330368
+ "name": "allowDecimals",
330369
+ "parent": {
330370
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
330371
+ "name": "RenderableAxisProps"
330372
+ },
330373
+ "declarations": [
330374
+ {
330375
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
330376
+ "name": "RenderableAxisProps"
330377
+ }
330378
+ ],
330379
+ "required": false,
330380
+ "type": {
330381
+ "name": "boolean"
330382
+ }
330383
+ },
330384
+ "interval": {
330385
+ "defaultValue": null,
330386
+ "description": "If set 0, all the ticks will be shown. If set preserveStart\", \"preserveEnd\" or \"preserveStartEnd\", the ticks which is to be shown or hidden will be calculated automatically.\n@defaultValue preserveEnd",
330387
+ "name": "interval",
330388
+ "parent": {
330389
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
330390
+ "name": "XAxisProps"
330391
+ },
330392
+ "declarations": [
330393
+ {
330394
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
330395
+ "name": "XAxisProps"
330396
+ }
330397
+ ],
330398
+ "required": false,
330399
+ "type": {
330400
+ "name": "AxisInterval"
330401
+ }
330402
+ },
330403
+ "minTickGap": {
330404
+ "defaultValue": null,
330405
+ "description": "The minimum gap between two adjacent tick labels\n@defaultValue 5",
330406
+ "name": "minTickGap",
330407
+ "parent": {
330408
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
330409
+ "name": "XAxisProps"
330410
+ },
330411
+ "declarations": [
330412
+ {
330413
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
330414
+ "name": "XAxisProps"
330415
+ }
330416
+ ],
330417
+ "required": false,
330418
+ "type": {
330419
+ "name": "number"
330420
+ }
330421
+ },
330422
+ "domain": {
330423
+ "defaultValue": null,
330424
+ "description": "Specify the domain of axis when the axis is a number axis.\n\nIf undefined, then the domain is calculated based on the data and dataKeys.\n\nThe length of domain should be 2, and we will validate the values in domain.\n\nEach element in the array can be a number, 'auto', 'dataMin', 'dataMax', a string like 'dataMin - 20', 'dataMax + 100',\nor a function that accepts a single argument and returns a number.\n\nIf any element of domain is set to be 'auto', comprehensible scale ticks will be calculated, and the final domain of axis is generated by the ticks.\nIf a function, receives '[dataMin, dataMax]', and must return a computed domain as '[min, max]'.\n@example <XAxis type=\"number\" domain={['dataMin', 'dataMax']} />\n@example <XAxis type=\"number\" domain={[0, 'dataMax']} />\n@example <XAxis type=\"number\" domain={['auto', 'auto']} />\n@example <XAxis type=\"number\" domain={[0, 'dataMax + 1000']} />\n@example <XAxis type=\"number\" domain={['dataMin - 100', 'dataMax + 100']} />\n@example <XAxis type=\"number\" domain={[dataMin => (0 - Math.abs(dataMin)), dataMax => (dataMax * 2)]} />\n@example <XAxis type=\"number\" domain={([dataMin, dataMax]) => { const absMax = Math.max(Math.abs(dataMin), Math.abs(dataMax)); return [-absMax, absMax]; }} />\n@example <XAxis type=\"number\" domain={[0, 100]} allowDataOverflow />",
330425
+ "name": "domain",
330426
+ "parent": {
330427
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
330428
+ "name": "XAxisProps"
330429
+ },
330430
+ "declarations": [
330431
+ {
330432
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
330433
+ "name": "XAxisProps"
330434
+ }
330435
+ ],
330436
+ "required": false,
330437
+ "type": {
330438
+ "name": "AxisDomain"
330439
+ }
330440
+ },
330441
+ "unit": {
330442
+ "defaultValue": null,
330443
+ "description": "The unit of data. This option will be used in tooltip.",
330444
+ "name": "unit",
330445
+ "parent": {
330446
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
330447
+ "name": "BaseAxisProps"
330448
+ },
330449
+ "declarations": [
330450
+ {
330451
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
330452
+ "name": "BaseAxisProps"
330453
+ }
330454
+ ],
330455
+ "required": false,
330456
+ "type": {
330457
+ "name": "string"
330458
+ }
330459
+ },
330460
+ "allowDataOverflow": {
330461
+ "defaultValue": null,
330462
+ "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.\n@defaultValue false",
330463
+ "name": "allowDataOverflow",
330464
+ "parent": {
330465
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
330466
+ "name": "RenderableAxisProps"
330467
+ },
330468
+ "declarations": [
330469
+ {
330470
+ "fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.17_react-dom@19.2.7_react@19.2.7__react-is@19.2.0_react@19.2.7_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
330471
+ "name": "RenderableAxisProps"
330472
+ }
330473
+ ],
330474
+ "required": false,
330475
+ "type": {
330476
+ "name": "boolean"
330477
+ }
330478
+ },
330479
+ "dataKey": {
330480
+ "defaultValue": null,
330481
+ "description": "",
330482
+ "name": "dataKey",
330483
+ "declarations": [
330484
+ {
330485
+ "fileName": "components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
330486
+ "name": "TypeLiteral"
330487
+ }
330488
+ ],
330489
+ "required": false,
330490
+ "type": {
330491
+ "name": "DataKey<ChartDataValue>"
330492
+ }
330493
+ },
330494
+ "tickFormatter": {
330495
+ "defaultValue": null,
330496
+ "description": "",
330497
+ "name": "tickFormatter",
330498
+ "declarations": [
330499
+ {
330500
+ "fileName": "components/src/components/CartesianChart/components/XAxis/XAxis.tsx",
330501
+ "name": "TypeLiteral"
330502
+ }
330503
+ ],
330504
+ "required": false,
330505
+ "type": {
330506
+ "name": "((value: unknown, index: number) => string)"
330507
+ }
330508
+ }
330509
+ }
330510
+ },
330511
330511
  {
330512
330512
  "tags": {},
330513
330513
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/ChartTooltip/TooltipProgressBar.tsx",
@@ -364719,34 +364719,6 @@
364719
364719
  }
364720
364720
  }
364721
364721
  },
364722
- {
364723
- "tags": {},
364724
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
364725
- "description": "",
364726
- "displayName": "ListItemSkeletonView",
364727
- "methods": [],
364728
- "props": {
364729
- "viewMode": {
364730
- "defaultValue": null,
364731
- "description": "",
364732
- "name": "viewMode",
364733
- "parent": {
364734
- "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
364735
- "name": "ListItemSkeletonViewProps"
364736
- },
364737
- "declarations": [
364738
- {
364739
- "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
364740
- "name": "ListItemSkeletonViewProps"
364741
- }
364742
- ],
364743
- "required": true,
364744
- "type": {
364745
- "name": "ListViewMode"
364746
- }
364747
- }
364748
- }
364749
- },
364750
364722
  {
364751
364723
  "tags": {},
364752
364724
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/index.tsx",
@@ -364832,5 +364804,33 @@
364832
364804
  }
364833
364805
  }
364834
364806
  }
364807
+ },
364808
+ {
364809
+ "tags": {},
364810
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
364811
+ "description": "",
364812
+ "displayName": "ListItemSkeletonView",
364813
+ "methods": [],
364814
+ "props": {
364815
+ "viewMode": {
364816
+ "defaultValue": null,
364817
+ "description": "",
364818
+ "name": "viewMode",
364819
+ "parent": {
364820
+ "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
364821
+ "name": "ListItemSkeletonViewProps"
364822
+ },
364823
+ "declarations": [
364824
+ {
364825
+ "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
364826
+ "name": "ListItemSkeletonViewProps"
364827
+ }
364828
+ ],
364829
+ "required": true,
364830
+ "type": {
364831
+ "name": "ListViewMode"
364832
+ }
364833
+ }
364834
+ }
364835
364835
  }
364836
364836
  ]