@mittwald/flow-react-components 0.2.0-alpha.475 → 0.2.0-alpha.477

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.2.0-alpha.477](https://github.com/mittwald/flow/compare/0.2.0-alpha.476...0.2.0-alpha.477) (2025-09-16)
7
+
8
+ **Note:** Version bump only for package @mittwald/flow-react-components
9
+
10
+ # [0.2.0-alpha.476](https://github.com/mittwald/flow/compare/0.2.0-alpha.475...0.2.0-alpha.476) (2025-09-15)
11
+
12
+ **Note:** Version bump only for package @mittwald/flow-react-components
13
+
6
14
  # [0.2.0-alpha.475](https://github.com/mittwald/flow/compare/0.2.0-alpha.474...0.2.0-alpha.475) (2025-09-15)
7
15
 
8
16
  ### Bug Fixes
@@ -56093,125 +56093,6 @@
56093
56093
  }
56094
56094
  }
56095
56095
  },
56096
- {
56097
- "tags": {},
56098
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Overlay/Overlay.tsx",
56099
- "description": "",
56100
- "displayName": "Overlay",
56101
- "methods": [],
56102
- "props": {
56103
- "ref": {
56104
- "defaultValue": null,
56105
- "description": "",
56106
- "name": "ref",
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": "Ref<HTMLDivElement>"
56120
- }
56121
- },
56122
- "controller": {
56123
- "defaultValue": null,
56124
- "description": "The controller to control the overlay state.",
56125
- "name": "controller",
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": "OverlayController"
56139
- }
56140
- },
56141
- "isDismissable": {
56142
- "defaultValue": null,
56143
- "description": "Whether the overlay can be closed by clicking outside of it.",
56144
- "name": "isDismissable",
56145
- "parent": {
56146
- "fileName": "components/src/components/Overlay/Overlay.tsx",
56147
- "name": "OverlayProps"
56148
- },
56149
- "declarations": [
56150
- {
56151
- "fileName": "components/src/components/Overlay/Overlay.tsx",
56152
- "name": "OverlayProps"
56153
- }
56154
- ],
56155
- "required": false,
56156
- "type": {
56157
- "name": "boolean"
56158
- }
56159
- },
56160
- "overlayType": {
56161
- "defaultValue": null,
56162
- "description": "Whether the overlay is a modal or a light box.",
56163
- "name": "overlayType",
56164
- "parent": {
56165
- "fileName": "components/src/components/Overlay/Overlay.tsx",
56166
- "name": "OverlayProps"
56167
- },
56168
- "declarations": [
56169
- {
56170
- "fileName": "components/src/components/Overlay/Overlay.tsx",
56171
- "name": "OverlayProps"
56172
- }
56173
- ],
56174
- "required": false,
56175
- "type": {
56176
- "name": "\"LightBox\" | \"Modal\""
56177
- }
56178
- },
56179
- "children": {
56180
- "defaultValue": null,
56181
- "description": "",
56182
- "name": "children",
56183
- "declarations": [
56184
- {
56185
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
56186
- "name": "TypeLiteral"
56187
- }
56188
- ],
56189
- "required": false,
56190
- "type": {
56191
- "name": "ReactNode"
56192
- }
56193
- },
56194
- "className": {
56195
- "defaultValue": null,
56196
- "description": "The elements class name.",
56197
- "name": "className",
56198
- "parent": {
56199
- "fileName": "components/src/lib/types/props.ts",
56200
- "name": "PropsWithClassName"
56201
- },
56202
- "declarations": [
56203
- {
56204
- "fileName": "components/src/lib/types/props.ts",
56205
- "name": "PropsWithClassName"
56206
- }
56207
- ],
56208
- "required": false,
56209
- "type": {
56210
- "name": "string"
56211
- }
56212
- }
56213
- }
56214
- },
56215
56096
  {
56216
56097
  "tags": {},
56217
56098
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/OverlayTrigger.tsx",
@@ -56388,6 +56269,125 @@
56388
56269
  }
56389
56270
  }
56390
56271
  },
56272
+ {
56273
+ "tags": {},
56274
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Overlay/Overlay.tsx",
56275
+ "description": "",
56276
+ "displayName": "Overlay",
56277
+ "methods": [],
56278
+ "props": {
56279
+ "ref": {
56280
+ "defaultValue": null,
56281
+ "description": "",
56282
+ "name": "ref",
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": "Ref<HTMLDivElement>"
56296
+ }
56297
+ },
56298
+ "controller": {
56299
+ "defaultValue": null,
56300
+ "description": "The controller to control the overlay state.",
56301
+ "name": "controller",
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": "OverlayController"
56315
+ }
56316
+ },
56317
+ "isDismissable": {
56318
+ "defaultValue": null,
56319
+ "description": "Whether the overlay can be closed by clicking outside of it.",
56320
+ "name": "isDismissable",
56321
+ "parent": {
56322
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
56323
+ "name": "OverlayProps"
56324
+ },
56325
+ "declarations": [
56326
+ {
56327
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
56328
+ "name": "OverlayProps"
56329
+ }
56330
+ ],
56331
+ "required": false,
56332
+ "type": {
56333
+ "name": "boolean"
56334
+ }
56335
+ },
56336
+ "overlayType": {
56337
+ "defaultValue": null,
56338
+ "description": "Whether the overlay is a modal or a light box.",
56339
+ "name": "overlayType",
56340
+ "parent": {
56341
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
56342
+ "name": "OverlayProps"
56343
+ },
56344
+ "declarations": [
56345
+ {
56346
+ "fileName": "components/src/components/Overlay/Overlay.tsx",
56347
+ "name": "OverlayProps"
56348
+ }
56349
+ ],
56350
+ "required": false,
56351
+ "type": {
56352
+ "name": "\"LightBox\" | \"Modal\""
56353
+ }
56354
+ },
56355
+ "children": {
56356
+ "defaultValue": null,
56357
+ "description": "",
56358
+ "name": "children",
56359
+ "declarations": [
56360
+ {
56361
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
56362
+ "name": "TypeLiteral"
56363
+ }
56364
+ ],
56365
+ "required": false,
56366
+ "type": {
56367
+ "name": "ReactNode"
56368
+ }
56369
+ },
56370
+ "className": {
56371
+ "defaultValue": null,
56372
+ "description": "The elements class name.",
56373
+ "name": "className",
56374
+ "parent": {
56375
+ "fileName": "components/src/lib/types/props.ts",
56376
+ "name": "PropsWithClassName"
56377
+ },
56378
+ "declarations": [
56379
+ {
56380
+ "fileName": "components/src/lib/types/props.ts",
56381
+ "name": "PropsWithClassName"
56382
+ }
56383
+ ],
56384
+ "required": false,
56385
+ "type": {
56386
+ "name": "string"
56387
+ }
56388
+ }
56389
+ }
56390
+ },
56391
56391
  {
56392
56392
  "tags": {},
56393
56393
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Options/Options.tsx",
@@ -222430,6 +222430,110 @@
222430
222430
  }
222431
222431
  }
222432
222432
  },
222433
+ {
222434
+ "tags": {
222435
+ "flr-generate": "all"
222436
+ },
222437
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/AvatarStack/AvatarStack.tsx",
222438
+ "description": "",
222439
+ "displayName": "AvatarStack",
222440
+ "methods": [],
222441
+ "props": {
222442
+ "totalCount": {
222443
+ "defaultValue": null,
222444
+ "description": "The total count of items, as avatars should only be displayed for the first\nview",
222445
+ "name": "totalCount",
222446
+ "parent": {
222447
+ "fileName": "components/src/components/AvatarStack/AvatarStack.tsx",
222448
+ "name": "AvatarStackProps"
222449
+ },
222450
+ "declarations": [
222451
+ {
222452
+ "fileName": "components/src/components/AvatarStack/AvatarStack.tsx",
222453
+ "name": "AvatarStackProps"
222454
+ }
222455
+ ],
222456
+ "required": false,
222457
+ "type": {
222458
+ "name": "number"
222459
+ }
222460
+ },
222461
+ "onCountPress": {
222462
+ "defaultValue": null,
222463
+ "description": "The onPress action of the additional items count element",
222464
+ "name": "onCountPress",
222465
+ "parent": {
222466
+ "fileName": "components/src/components/AvatarStack/AvatarStack.tsx",
222467
+ "name": "AvatarStackProps"
222468
+ },
222469
+ "declarations": [
222470
+ {
222471
+ "fileName": "components/src/components/AvatarStack/AvatarStack.tsx",
222472
+ "name": "AvatarStackProps"
222473
+ }
222474
+ ],
222475
+ "required": false,
222476
+ "type": {
222477
+ "name": "(() => void)"
222478
+ }
222479
+ },
222480
+ "size": {
222481
+ "defaultValue": {
222482
+ "value": "\"m\""
222483
+ },
222484
+ "description": "The size of the avatars inside the stack.",
222485
+ "name": "size",
222486
+ "parent": {
222487
+ "fileName": "components/src/components/AvatarStack/AvatarStack.tsx",
222488
+ "name": "AvatarStackProps"
222489
+ },
222490
+ "declarations": [
222491
+ {
222492
+ "fileName": "components/src/components/AvatarStack/AvatarStack.tsx",
222493
+ "name": "AvatarStackProps"
222494
+ }
222495
+ ],
222496
+ "required": false,
222497
+ "type": {
222498
+ "name": "\"s\" | \"xs\" | \"m\" | \"l\""
222499
+ }
222500
+ },
222501
+ "className": {
222502
+ "defaultValue": null,
222503
+ "description": "The elements class name.",
222504
+ "name": "className",
222505
+ "parent": {
222506
+ "fileName": "components/src/lib/types/props.ts",
222507
+ "name": "PropsWithClassName"
222508
+ },
222509
+ "declarations": [
222510
+ {
222511
+ "fileName": "components/src/lib/types/props.ts",
222512
+ "name": "PropsWithClassName"
222513
+ }
222514
+ ],
222515
+ "required": false,
222516
+ "type": {
222517
+ "name": "string"
222518
+ }
222519
+ },
222520
+ "children": {
222521
+ "defaultValue": null,
222522
+ "description": "",
222523
+ "name": "children",
222524
+ "declarations": [
222525
+ {
222526
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
222527
+ "name": "TypeLiteral"
222528
+ }
222529
+ ],
222530
+ "required": false,
222531
+ "type": {
222532
+ "name": "ReactNode"
222533
+ }
222534
+ }
222535
+ }
222536
+ },
222433
222537
  {
222434
222538
  "tags": {
222435
222539
  "flr-generate": "all",
@@ -222611,110 +222715,6 @@
222611
222715
  }
222612
222716
  }
222613
222717
  },
222614
- {
222615
- "tags": {
222616
- "flr-generate": "all"
222617
- },
222618
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/AvatarStack/AvatarStack.tsx",
222619
- "description": "",
222620
- "displayName": "AvatarStack",
222621
- "methods": [],
222622
- "props": {
222623
- "totalCount": {
222624
- "defaultValue": null,
222625
- "description": "The total count of items, as avatars should only be displayed for the first\nview",
222626
- "name": "totalCount",
222627
- "parent": {
222628
- "fileName": "components/src/components/AvatarStack/AvatarStack.tsx",
222629
- "name": "AvatarStackProps"
222630
- },
222631
- "declarations": [
222632
- {
222633
- "fileName": "components/src/components/AvatarStack/AvatarStack.tsx",
222634
- "name": "AvatarStackProps"
222635
- }
222636
- ],
222637
- "required": false,
222638
- "type": {
222639
- "name": "number"
222640
- }
222641
- },
222642
- "onCountPress": {
222643
- "defaultValue": null,
222644
- "description": "The onPress action of the additional items count element",
222645
- "name": "onCountPress",
222646
- "parent": {
222647
- "fileName": "components/src/components/AvatarStack/AvatarStack.tsx",
222648
- "name": "AvatarStackProps"
222649
- },
222650
- "declarations": [
222651
- {
222652
- "fileName": "components/src/components/AvatarStack/AvatarStack.tsx",
222653
- "name": "AvatarStackProps"
222654
- }
222655
- ],
222656
- "required": false,
222657
- "type": {
222658
- "name": "(() => void)"
222659
- }
222660
- },
222661
- "size": {
222662
- "defaultValue": {
222663
- "value": "\"m\""
222664
- },
222665
- "description": "The size of the avatars inside the stack.",
222666
- "name": "size",
222667
- "parent": {
222668
- "fileName": "components/src/components/AvatarStack/AvatarStack.tsx",
222669
- "name": "AvatarStackProps"
222670
- },
222671
- "declarations": [
222672
- {
222673
- "fileName": "components/src/components/AvatarStack/AvatarStack.tsx",
222674
- "name": "AvatarStackProps"
222675
- }
222676
- ],
222677
- "required": false,
222678
- "type": {
222679
- "name": "\"s\" | \"xs\" | \"m\" | \"l\""
222680
- }
222681
- },
222682
- "className": {
222683
- "defaultValue": null,
222684
- "description": "The elements class name.",
222685
- "name": "className",
222686
- "parent": {
222687
- "fileName": "components/src/lib/types/props.ts",
222688
- "name": "PropsWithClassName"
222689
- },
222690
- "declarations": [
222691
- {
222692
- "fileName": "components/src/lib/types/props.ts",
222693
- "name": "PropsWithClassName"
222694
- }
222695
- ],
222696
- "required": false,
222697
- "type": {
222698
- "name": "string"
222699
- }
222700
- },
222701
- "children": {
222702
- "defaultValue": null,
222703
- "description": "",
222704
- "name": "children",
222705
- "declarations": [
222706
- {
222707
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
222708
- "name": "TypeLiteral"
222709
- }
222710
- ],
222711
- "required": false,
222712
- "type": {
222713
- "name": "ReactNode"
222714
- }
222715
- }
222716
- }
222717
- },
222718
222718
  {
222719
222719
  "tags": {
222720
222720
  "flr-generate": "all"