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

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,10 @@
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.476](https://github.com/mittwald/flow/compare/0.2.0-alpha.475...0.2.0-alpha.476) (2025-09-15)
7
+
8
+ **Note:** Version bump only for package @mittwald/flow-react-components
9
+
6
10
  # [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
11
 
8
12
  ### 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"
@@ -1 +1 @@
1
- {"version":3,"file":"ListItem.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/List/stories/ListItem.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,KAAK,IAAI,MAAM,SAAS,CAAC;AAoBhC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,IAAI,CA4B3B,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC;AAEjC,eAAO,MAAM,cAAc,EAAE,KA4B5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,KAyB/B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KA+B7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,KAsB/B,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,KAsBpC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,KAoBlC,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KA6C1B,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,KAmC9B,CAAC"}
1
+ {"version":3,"file":"ListItem.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/List/stories/ListItem.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,KAAK,IAAI,MAAM,SAAS,CAAC;AAoBhC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,IAAI,CA4B3B,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC;AAEjC,eAAO,MAAM,cAAc,EAAE,KA4B5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,KA2B/B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KA+B7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,KAsB/B,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,KAsBpC,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,KAoBlC,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KA6C1B,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,KAmC9B,CAAC"}
@@ -14,4 +14,5 @@ export declare const WithForm: Story;
14
14
  export declare const OffCanvasWithForm: Story;
15
15
  export declare const WithFormInside: Story;
16
16
  export declare const LargeOffCanvas: Story;
17
+ export declare const WithSubHeadings: Story;
17
18
  //# sourceMappingURL=Default.stories.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Default.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/Modal/stories/Default.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAOvD,OAAO,KAAuB,MAAM,oBAAoB,CAAC;AAczD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,KAAK,CA8C5B,CAAC;AACF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,KAAK,CAAC,CAAC;AAEpC,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC;AAEjC,eAAO,MAAM,cAAc,EAAE,KAmC5B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KAoBzB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,KAEpB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAEvB,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,KAEtC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAG7B,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAoCtB,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,KAoC/B,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAqC5B,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAqC5B,CAAC"}
1
+ {"version":3,"file":"Default.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/Modal/stories/Default.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAOvD,OAAO,KAAuB,MAAM,oBAAoB,CAAC;AAiBzD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,KAAK,CA8C5B,CAAC;AACF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,KAAK,CAAC,CAAC;AAEpC,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC;AAEjC,eAAO,MAAM,cAAc,EAAE,KAmC5B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,KAoBzB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,KAEpB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAEvB,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,KAEtC,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAG7B,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAoCtB,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,KAoC/B,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAqC5B,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAqC5B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAiE7B,CAAC"}
@@ -13,4 +13,5 @@ export declare const RadioButtonDisabled: Story;
13
13
  export declare const RadioButtonsWithContent: Story;
14
14
  export declare const WithFieldError: Story;
15
15
  export declare const ColumnLayout: Story;
16
+ export declare const RadioButtonsWithTextInContent: Story;
16
17
  //# sourceMappingURL=Default.stories.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Default.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/RadioGroup/stories/Default.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,EAAsB,UAAU,EAAE,MAAM,UAAU,CAAC;AAQ1D,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,UAAU,CAiBjC,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,UAAU,CAAC,CAAC;AAEzC,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC;AAEjC,eAAO,MAAM,kBAAkB,EAAE,KAAsC,CAAC;AAExE,eAAO,MAAM,QAAQ,EAAE,KAAsC,CAAC;AAE9D,eAAO,MAAM,aAAa,EAAE,KAW3B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAS1B,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,KAUlC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,KAWjC,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,KAyBrC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAU5B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAY1B,CAAC"}
1
+ {"version":3,"file":"Default.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/RadioGroup/stories/Default.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,EAAsB,UAAU,EAAE,MAAM,UAAU,CAAC;AAQ1D,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,UAAU,CAiBjC,CAAC;AAEF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,UAAU,CAAC,CAAC;AAEzC,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC;AAEjC,eAAO,MAAM,kBAAkB,EAAE,KAAsC,CAAC;AAExE,eAAO,MAAM,QAAQ,EAAE,KAAsC,CAAC;AAE9D,eAAO,MAAM,aAAa,EAAE,KAW3B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAS1B,CAAC;AAEF,eAAO,MAAM,oBAAoB,EAAE,KAUlC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,KAWjC,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,KAyBrC,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,KAU5B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAY1B,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,KAa3C,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.2.0-alpha.475",
3
+ "version": "0.2.0-alpha.476",
4
4
  "type": "module",
5
5
  "description": "A React implementation of Flow, mittwald’s design system",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -57,7 +57,7 @@
57
57
  "dependencies": {
58
58
  "@internationalized/string-compiler": "^3.2.6",
59
59
  "@mittwald/password-tools-js": "3.0.0-alpha.18",
60
- "@mittwald/react-tunnel": "0.2.0-alpha.475",
60
+ "@mittwald/react-tunnel": "0.2.0-alpha.476",
61
61
  "@mittwald/react-use-promise": "^3.0.4",
62
62
  "@react-aria/form": "^3.1.0",
63
63
  "@react-aria/live-announcer": "^3.4.4",
@@ -100,7 +100,7 @@
100
100
  "@faker-js/faker": "^9.9.0",
101
101
  "@internationalized/date": "^3.8.2",
102
102
  "@mittwald/flow-core": "",
103
- "@mittwald/flow-design-tokens": "0.2.0-alpha.475",
103
+ "@mittwald/flow-design-tokens": "0.2.0-alpha.476",
104
104
  "@mittwald/react-use-promise": "^3.0.4",
105
105
  "@mittwald/remote-dom-react": "1.2.2-mittwald.3",
106
106
  "@mittwald/typescript-config": "",
@@ -173,5 +173,5 @@
173
173
  "optional": true
174
174
  }
175
175
  },
176
- "gitHead": "541acfc9cc8a06799c8ebd96fa70abb1b80364ab"
176
+ "gitHead": "550f128b4635e3018e77d0657aabb851abf87712"
177
177
  }