@mittwald/flow-react-components 0.2.0-alpha.545 → 0.2.0-alpha.547
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 +12 -0
- package/dist/assets/doc-properties.json +215 -215
- package/dist/js/components/src/components/IllustratedMessage/IllustratedMessage.mjs +1 -1
- package/dist/js/components/src/components/IllustratedMessage/IllustratedMessage.mjs.map +1 -1
- package/dist/js/components/src/components/Modal/Modal.mjs +4 -1
- package/dist/js/components/src/components/Modal/Modal.mjs.map +1 -1
- package/dist/types/components/IllustratedMessage/stories/Default.stories.d.ts +1 -0
- package/dist/types/components/IllustratedMessage/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/Modal/Modal.d.ts.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
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.547](https://github.com/mittwald/flow/compare/0.2.0-alpha.546...0.2.0-alpha.547) (2025-11-06)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **IllustratedMessage:** fix heading margin for illustrated messages in sections ([#2116](https://github.com/mittwald/flow/issues/2116)) ([88b3f73](https://github.com/mittwald/flow/commit/88b3f73e68586b3bd036c04e5404b1694bde2afc))
|
|
11
|
+
|
|
12
|
+
# [0.2.0-alpha.546](https://github.com/mittwald/flow/compare/0.2.0-alpha.545...0.2.0-alpha.546) (2025-11-05)
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* **Modal:** fix size of heading in sections in header within modals ([#2115](https://github.com/mittwald/flow/issues/2115)) ([986935e](https://github.com/mittwald/flow/commit/986935e8284fde7b73346eeb4ad1ced4b8c59c06))
|
|
17
|
+
|
|
6
18
|
# [0.2.0-alpha.545](https://github.com/mittwald/flow/compare/0.2.0-alpha.544...0.2.0-alpha.545) (2025-11-05)
|
|
7
19
|
|
|
8
20
|
### Bug Fixes
|
|
@@ -286621,14 +286621,6 @@
|
|
|
286621
286621
|
"methods": [],
|
|
286622
286622
|
"props": {}
|
|
286623
286623
|
},
|
|
286624
|
-
{
|
|
286625
|
-
"tags": {},
|
|
286626
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
|
|
286627
|
-
"description": "",
|
|
286628
|
-
"displayName": "Footer",
|
|
286629
|
-
"methods": [],
|
|
286630
|
-
"props": {}
|
|
286631
|
-
},
|
|
286632
286624
|
{
|
|
286633
286625
|
"tags": {},
|
|
286634
286626
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/Header.tsx",
|
|
@@ -286657,6 +286649,14 @@
|
|
|
286657
286649
|
}
|
|
286658
286650
|
}
|
|
286659
286651
|
},
|
|
286652
|
+
{
|
|
286653
|
+
"tags": {},
|
|
286654
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
|
|
286655
|
+
"description": "",
|
|
286656
|
+
"displayName": "Footer",
|
|
286657
|
+
"methods": [],
|
|
286658
|
+
"props": {}
|
|
286659
|
+
},
|
|
286660
286660
|
{
|
|
286661
286661
|
"tags": {},
|
|
286662
286662
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/DataLoader/DataLoaderSuspense.tsx",
|
|
@@ -328346,6 +328346,213 @@
|
|
|
328346
328346
|
"methods": [],
|
|
328347
328347
|
"props": {}
|
|
328348
328348
|
},
|
|
328349
|
+
{
|
|
328350
|
+
"tags": {},
|
|
328351
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",
|
|
328352
|
+
"description": "",
|
|
328353
|
+
"displayName": "ViewModeMenuItem",
|
|
328354
|
+
"methods": [],
|
|
328355
|
+
"props": {
|
|
328356
|
+
"viewMode": {
|
|
328357
|
+
"defaultValue": null,
|
|
328358
|
+
"description": "",
|
|
328359
|
+
"name": "viewMode",
|
|
328360
|
+
"parent": {
|
|
328361
|
+
"fileName": "components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",
|
|
328362
|
+
"name": "Props"
|
|
328363
|
+
},
|
|
328364
|
+
"declarations": [
|
|
328365
|
+
{
|
|
328366
|
+
"fileName": "components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",
|
|
328367
|
+
"name": "Props"
|
|
328368
|
+
}
|
|
328369
|
+
],
|
|
328370
|
+
"required": true,
|
|
328371
|
+
"type": {
|
|
328372
|
+
"name": "ListViewMode"
|
|
328373
|
+
}
|
|
328374
|
+
}
|
|
328375
|
+
}
|
|
328376
|
+
},
|
|
328377
|
+
{
|
|
328378
|
+
"tags": {},
|
|
328379
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/ViewModeMenu.tsx",
|
|
328380
|
+
"description": "",
|
|
328381
|
+
"displayName": "ViewModeMenu",
|
|
328382
|
+
"methods": [],
|
|
328383
|
+
"props": {}
|
|
328384
|
+
},
|
|
328385
|
+
{
|
|
328386
|
+
"tags": {},
|
|
328387
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/SortingMenuItem.tsx",
|
|
328388
|
+
"description": "",
|
|
328389
|
+
"displayName": "SortingMenuItem",
|
|
328390
|
+
"methods": [],
|
|
328391
|
+
"props": {
|
|
328392
|
+
"sorting": {
|
|
328393
|
+
"defaultValue": null,
|
|
328394
|
+
"description": "",
|
|
328395
|
+
"name": "sorting",
|
|
328396
|
+
"parent": {
|
|
328397
|
+
"fileName": "components/src/components/List/components/Header/components/Settings/SortingMenuItem.tsx",
|
|
328398
|
+
"name": "Props"
|
|
328399
|
+
},
|
|
328400
|
+
"declarations": [
|
|
328401
|
+
{
|
|
328402
|
+
"fileName": "components/src/components/List/components/Header/components/Settings/SortingMenuItem.tsx",
|
|
328403
|
+
"name": "Props"
|
|
328404
|
+
}
|
|
328405
|
+
],
|
|
328406
|
+
"required": true,
|
|
328407
|
+
"type": {
|
|
328408
|
+
"name": "Sorting<never>"
|
|
328409
|
+
}
|
|
328410
|
+
}
|
|
328411
|
+
}
|
|
328412
|
+
},
|
|
328413
|
+
{
|
|
328414
|
+
"tags": {},
|
|
328415
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/SortingMenu.tsx",
|
|
328416
|
+
"description": "",
|
|
328417
|
+
"displayName": "SortingMenu",
|
|
328418
|
+
"methods": [],
|
|
328419
|
+
"props": {}
|
|
328420
|
+
},
|
|
328421
|
+
{
|
|
328422
|
+
"tags": {},
|
|
328423
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/SettingsMenu.tsx",
|
|
328424
|
+
"description": "",
|
|
328425
|
+
"displayName": "SettingsMenu",
|
|
328426
|
+
"methods": [],
|
|
328427
|
+
"props": {}
|
|
328428
|
+
},
|
|
328429
|
+
{
|
|
328430
|
+
"tags": {},
|
|
328431
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
328432
|
+
"description": "",
|
|
328433
|
+
"displayName": "SearchField",
|
|
328434
|
+
"methods": [],
|
|
328435
|
+
"props": {
|
|
328436
|
+
"search": {
|
|
328437
|
+
"defaultValue": null,
|
|
328438
|
+
"description": "",
|
|
328439
|
+
"name": "search",
|
|
328440
|
+
"parent": {
|
|
328441
|
+
"fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
328442
|
+
"name": "Props"
|
|
328443
|
+
},
|
|
328444
|
+
"declarations": [
|
|
328445
|
+
{
|
|
328446
|
+
"fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
328447
|
+
"name": "Props"
|
|
328448
|
+
}
|
|
328449
|
+
],
|
|
328450
|
+
"required": true,
|
|
328451
|
+
"type": {
|
|
328452
|
+
"name": "Search<never>"
|
|
328453
|
+
}
|
|
328454
|
+
},
|
|
328455
|
+
"className": {
|
|
328456
|
+
"defaultValue": null,
|
|
328457
|
+
"description": "The elements class name.",
|
|
328458
|
+
"name": "className",
|
|
328459
|
+
"parent": {
|
|
328460
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
328461
|
+
"name": "PropsWithClassName"
|
|
328462
|
+
},
|
|
328463
|
+
"declarations": [
|
|
328464
|
+
{
|
|
328465
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
328466
|
+
"name": "PropsWithClassName"
|
|
328467
|
+
}
|
|
328468
|
+
],
|
|
328469
|
+
"required": false,
|
|
328470
|
+
"type": {
|
|
328471
|
+
"name": "string"
|
|
328472
|
+
}
|
|
328473
|
+
}
|
|
328474
|
+
}
|
|
328475
|
+
},
|
|
328476
|
+
{
|
|
328477
|
+
"tags": {},
|
|
328478
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/FilterMenuList.tsx",
|
|
328479
|
+
"description": "",
|
|
328480
|
+
"displayName": "FilterMenuList",
|
|
328481
|
+
"methods": [],
|
|
328482
|
+
"props": {}
|
|
328483
|
+
},
|
|
328484
|
+
{
|
|
328485
|
+
"tags": {},
|
|
328486
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/FilterMenuItem.tsx",
|
|
328487
|
+
"description": "",
|
|
328488
|
+
"displayName": "FilterMenuItem",
|
|
328489
|
+
"methods": [],
|
|
328490
|
+
"props": {
|
|
328491
|
+
"filterValue": {
|
|
328492
|
+
"defaultValue": null,
|
|
328493
|
+
"description": "",
|
|
328494
|
+
"name": "filterValue",
|
|
328495
|
+
"parent": {
|
|
328496
|
+
"fileName": "components/src/components/List/components/Header/components/Filters/FilterMenuItem.tsx",
|
|
328497
|
+
"name": "Props"
|
|
328498
|
+
},
|
|
328499
|
+
"declarations": [
|
|
328500
|
+
{
|
|
328501
|
+
"fileName": "components/src/components/List/components/Header/components/Filters/FilterMenuItem.tsx",
|
|
328502
|
+
"name": "Props"
|
|
328503
|
+
}
|
|
328504
|
+
],
|
|
328505
|
+
"required": true,
|
|
328506
|
+
"type": {
|
|
328507
|
+
"name": "FilterValue"
|
|
328508
|
+
}
|
|
328509
|
+
}
|
|
328510
|
+
}
|
|
328511
|
+
},
|
|
328512
|
+
{
|
|
328513
|
+
"tags": {},
|
|
328514
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/FilterMenu.tsx",
|
|
328515
|
+
"description": "",
|
|
328516
|
+
"displayName": "FilterMenu",
|
|
328517
|
+
"methods": [],
|
|
328518
|
+
"props": {
|
|
328519
|
+
"filter": {
|
|
328520
|
+
"defaultValue": null,
|
|
328521
|
+
"description": "",
|
|
328522
|
+
"name": "filter",
|
|
328523
|
+
"parent": {
|
|
328524
|
+
"fileName": "components/src/components/List/components/Header/components/Filters/FilterMenu.tsx",
|
|
328525
|
+
"name": "Props"
|
|
328526
|
+
},
|
|
328527
|
+
"declarations": [
|
|
328528
|
+
{
|
|
328529
|
+
"fileName": "components/src/components/List/components/Header/components/Filters/FilterMenu.tsx",
|
|
328530
|
+
"name": "Props"
|
|
328531
|
+
}
|
|
328532
|
+
],
|
|
328533
|
+
"required": true,
|
|
328534
|
+
"type": {
|
|
328535
|
+
"name": "Filter<never, never, never>"
|
|
328536
|
+
}
|
|
328537
|
+
}
|
|
328538
|
+
}
|
|
328539
|
+
},
|
|
328540
|
+
{
|
|
328541
|
+
"tags": {},
|
|
328542
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/CombinedFilterMenu.tsx",
|
|
328543
|
+
"description": "",
|
|
328544
|
+
"displayName": "CombinedFilterMenu",
|
|
328545
|
+
"methods": [],
|
|
328546
|
+
"props": {}
|
|
328547
|
+
},
|
|
328548
|
+
{
|
|
328549
|
+
"tags": {},
|
|
328550
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
|
|
328551
|
+
"description": "",
|
|
328552
|
+
"displayName": "ActiveFilters",
|
|
328553
|
+
"methods": [],
|
|
328554
|
+
"props": {}
|
|
328555
|
+
},
|
|
328349
328556
|
{
|
|
328350
328557
|
"tags": {},
|
|
328351
328558
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.tsx",
|
|
@@ -336173,213 +336380,6 @@
|
|
|
336173
336380
|
}
|
|
336174
336381
|
}
|
|
336175
336382
|
},
|
|
336176
|
-
{
|
|
336177
|
-
"tags": {},
|
|
336178
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",
|
|
336179
|
-
"description": "",
|
|
336180
|
-
"displayName": "ViewModeMenuItem",
|
|
336181
|
-
"methods": [],
|
|
336182
|
-
"props": {
|
|
336183
|
-
"viewMode": {
|
|
336184
|
-
"defaultValue": null,
|
|
336185
|
-
"description": "",
|
|
336186
|
-
"name": "viewMode",
|
|
336187
|
-
"parent": {
|
|
336188
|
-
"fileName": "components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",
|
|
336189
|
-
"name": "Props"
|
|
336190
|
-
},
|
|
336191
|
-
"declarations": [
|
|
336192
|
-
{
|
|
336193
|
-
"fileName": "components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",
|
|
336194
|
-
"name": "Props"
|
|
336195
|
-
}
|
|
336196
|
-
],
|
|
336197
|
-
"required": true,
|
|
336198
|
-
"type": {
|
|
336199
|
-
"name": "ListViewMode"
|
|
336200
|
-
}
|
|
336201
|
-
}
|
|
336202
|
-
}
|
|
336203
|
-
},
|
|
336204
|
-
{
|
|
336205
|
-
"tags": {},
|
|
336206
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/ViewModeMenu.tsx",
|
|
336207
|
-
"description": "",
|
|
336208
|
-
"displayName": "ViewModeMenu",
|
|
336209
|
-
"methods": [],
|
|
336210
|
-
"props": {}
|
|
336211
|
-
},
|
|
336212
|
-
{
|
|
336213
|
-
"tags": {},
|
|
336214
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/SortingMenuItem.tsx",
|
|
336215
|
-
"description": "",
|
|
336216
|
-
"displayName": "SortingMenuItem",
|
|
336217
|
-
"methods": [],
|
|
336218
|
-
"props": {
|
|
336219
|
-
"sorting": {
|
|
336220
|
-
"defaultValue": null,
|
|
336221
|
-
"description": "",
|
|
336222
|
-
"name": "sorting",
|
|
336223
|
-
"parent": {
|
|
336224
|
-
"fileName": "components/src/components/List/components/Header/components/Settings/SortingMenuItem.tsx",
|
|
336225
|
-
"name": "Props"
|
|
336226
|
-
},
|
|
336227
|
-
"declarations": [
|
|
336228
|
-
{
|
|
336229
|
-
"fileName": "components/src/components/List/components/Header/components/Settings/SortingMenuItem.tsx",
|
|
336230
|
-
"name": "Props"
|
|
336231
|
-
}
|
|
336232
|
-
],
|
|
336233
|
-
"required": true,
|
|
336234
|
-
"type": {
|
|
336235
|
-
"name": "Sorting<never>"
|
|
336236
|
-
}
|
|
336237
|
-
}
|
|
336238
|
-
}
|
|
336239
|
-
},
|
|
336240
|
-
{
|
|
336241
|
-
"tags": {},
|
|
336242
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/SortingMenu.tsx",
|
|
336243
|
-
"description": "",
|
|
336244
|
-
"displayName": "SortingMenu",
|
|
336245
|
-
"methods": [],
|
|
336246
|
-
"props": {}
|
|
336247
|
-
},
|
|
336248
|
-
{
|
|
336249
|
-
"tags": {},
|
|
336250
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/SettingsMenu.tsx",
|
|
336251
|
-
"description": "",
|
|
336252
|
-
"displayName": "SettingsMenu",
|
|
336253
|
-
"methods": [],
|
|
336254
|
-
"props": {}
|
|
336255
|
-
},
|
|
336256
|
-
{
|
|
336257
|
-
"tags": {},
|
|
336258
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
336259
|
-
"description": "",
|
|
336260
|
-
"displayName": "SearchField",
|
|
336261
|
-
"methods": [],
|
|
336262
|
-
"props": {
|
|
336263
|
-
"search": {
|
|
336264
|
-
"defaultValue": null,
|
|
336265
|
-
"description": "",
|
|
336266
|
-
"name": "search",
|
|
336267
|
-
"parent": {
|
|
336268
|
-
"fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
336269
|
-
"name": "Props"
|
|
336270
|
-
},
|
|
336271
|
-
"declarations": [
|
|
336272
|
-
{
|
|
336273
|
-
"fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
336274
|
-
"name": "Props"
|
|
336275
|
-
}
|
|
336276
|
-
],
|
|
336277
|
-
"required": true,
|
|
336278
|
-
"type": {
|
|
336279
|
-
"name": "Search<never>"
|
|
336280
|
-
}
|
|
336281
|
-
},
|
|
336282
|
-
"className": {
|
|
336283
|
-
"defaultValue": null,
|
|
336284
|
-
"description": "The elements class name.",
|
|
336285
|
-
"name": "className",
|
|
336286
|
-
"parent": {
|
|
336287
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
336288
|
-
"name": "PropsWithClassName"
|
|
336289
|
-
},
|
|
336290
|
-
"declarations": [
|
|
336291
|
-
{
|
|
336292
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
336293
|
-
"name": "PropsWithClassName"
|
|
336294
|
-
}
|
|
336295
|
-
],
|
|
336296
|
-
"required": false,
|
|
336297
|
-
"type": {
|
|
336298
|
-
"name": "string"
|
|
336299
|
-
}
|
|
336300
|
-
}
|
|
336301
|
-
}
|
|
336302
|
-
},
|
|
336303
|
-
{
|
|
336304
|
-
"tags": {},
|
|
336305
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/FilterMenuList.tsx",
|
|
336306
|
-
"description": "",
|
|
336307
|
-
"displayName": "FilterMenuList",
|
|
336308
|
-
"methods": [],
|
|
336309
|
-
"props": {}
|
|
336310
|
-
},
|
|
336311
|
-
{
|
|
336312
|
-
"tags": {},
|
|
336313
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/FilterMenuItem.tsx",
|
|
336314
|
-
"description": "",
|
|
336315
|
-
"displayName": "FilterMenuItem",
|
|
336316
|
-
"methods": [],
|
|
336317
|
-
"props": {
|
|
336318
|
-
"filterValue": {
|
|
336319
|
-
"defaultValue": null,
|
|
336320
|
-
"description": "",
|
|
336321
|
-
"name": "filterValue",
|
|
336322
|
-
"parent": {
|
|
336323
|
-
"fileName": "components/src/components/List/components/Header/components/Filters/FilterMenuItem.tsx",
|
|
336324
|
-
"name": "Props"
|
|
336325
|
-
},
|
|
336326
|
-
"declarations": [
|
|
336327
|
-
{
|
|
336328
|
-
"fileName": "components/src/components/List/components/Header/components/Filters/FilterMenuItem.tsx",
|
|
336329
|
-
"name": "Props"
|
|
336330
|
-
}
|
|
336331
|
-
],
|
|
336332
|
-
"required": true,
|
|
336333
|
-
"type": {
|
|
336334
|
-
"name": "FilterValue"
|
|
336335
|
-
}
|
|
336336
|
-
}
|
|
336337
|
-
}
|
|
336338
|
-
},
|
|
336339
|
-
{
|
|
336340
|
-
"tags": {},
|
|
336341
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/FilterMenu.tsx",
|
|
336342
|
-
"description": "",
|
|
336343
|
-
"displayName": "FilterMenu",
|
|
336344
|
-
"methods": [],
|
|
336345
|
-
"props": {
|
|
336346
|
-
"filter": {
|
|
336347
|
-
"defaultValue": null,
|
|
336348
|
-
"description": "",
|
|
336349
|
-
"name": "filter",
|
|
336350
|
-
"parent": {
|
|
336351
|
-
"fileName": "components/src/components/List/components/Header/components/Filters/FilterMenu.tsx",
|
|
336352
|
-
"name": "Props"
|
|
336353
|
-
},
|
|
336354
|
-
"declarations": [
|
|
336355
|
-
{
|
|
336356
|
-
"fileName": "components/src/components/List/components/Header/components/Filters/FilterMenu.tsx",
|
|
336357
|
-
"name": "Props"
|
|
336358
|
-
}
|
|
336359
|
-
],
|
|
336360
|
-
"required": true,
|
|
336361
|
-
"type": {
|
|
336362
|
-
"name": "Filter<never, never, never>"
|
|
336363
|
-
}
|
|
336364
|
-
}
|
|
336365
|
-
}
|
|
336366
|
-
},
|
|
336367
|
-
{
|
|
336368
|
-
"tags": {},
|
|
336369
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/CombinedFilterMenu.tsx",
|
|
336370
|
-
"description": "",
|
|
336371
|
-
"displayName": "CombinedFilterMenu",
|
|
336372
|
-
"methods": [],
|
|
336373
|
-
"props": {}
|
|
336374
|
-
},
|
|
336375
|
-
{
|
|
336376
|
-
"tags": {},
|
|
336377
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
|
|
336378
|
-
"description": "",
|
|
336379
|
-
"displayName": "ActiveFilters",
|
|
336380
|
-
"methods": [],
|
|
336381
|
-
"props": {}
|
|
336382
|
-
},
|
|
336383
336383
|
{
|
|
336384
336384
|
"tags": {},
|
|
336385
336385
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
|
|
@@ -35,7 +35,7 @@ const IllustratedMessage = (props) => {
|
|
|
35
35
|
},
|
|
36
36
|
ProgressBar: { className: styles.progressBar }
|
|
37
37
|
};
|
|
38
|
-
return /* @__PURE__ */ jsx("div", { ...rest, className: rootClassName, children: /* @__PURE__ */ jsx(PropsContextProvider, { props: propsContext, children }) });
|
|
38
|
+
return /* @__PURE__ */ jsx("div", { ...rest, className: rootClassName, children: /* @__PURE__ */ jsx(PropsContextProvider, { clear: true, props: propsContext, children }) });
|
|
39
39
|
};
|
|
40
40
|
|
|
41
41
|
export { IllustratedMessage, IllustratedMessage as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IllustratedMessage.mjs","sources":["../../../../../../src/components/IllustratedMessage/IllustratedMessage.tsx"],"sourcesContent":["import type { ComponentProps, FC, PropsWithChildren } from \"react\";\nimport styles from \"./IllustratedMessage.module.scss\";\nimport clsx from \"clsx\";\nimport type { PropsContext } from \"@/lib/propsContext\";\nimport { PropsContextProvider } from \"@/lib/propsContext\";\n\nexport interface IllustratedMessageProps\n extends PropsWithChildren<ComponentProps<\"div\">> {\n /** The color of the illustrated message. @default \"primary\" */\n color?: \"primary\" | \"danger\" | \"light\" | \"dark\";\n}\n\n/** @flr-generate all */\nexport const IllustratedMessage: FC<IllustratedMessageProps> = (props) => {\n const { className, children, color = \"primary\", ...rest } = props;\n\n const rootClassName = clsx(\n styles.illustratedMessage,\n className,\n styles[color],\n );\n\n const lightOrDarkColor =\n color === \"dark\" || color === \"light\" ? color : undefined;\n\n const propsContext: PropsContext = {\n Icon: {\n className: styles.icon,\n size: \"l\",\n },\n Heading: {\n className: styles.heading,\n color: lightOrDarkColor,\n },\n Text: {\n className: styles.text,\n color: lightOrDarkColor,\n },\n Button: {\n color: lightOrDarkColor ?? \"accent\",\n },\n ActionGroup: {\n className: styles.actionGroup,\n },\n ProgressBar: { className: styles.progressBar },\n };\n\n return (\n <div {...rest} className={rootClassName}>\n <PropsContextProvider props={propsContext}>\n {children}\n </PropsContextProvider>\n </div>\n );\n};\n\nexport default IllustratedMessage;\n"],"names":[],"mappings":";;;;;;AAaO,MAAM,kBAAA,GAAkD,CAAC,KAAA,KAAU;AACxE,EAAA,MAAM,EAAE,SAAA,EAAW,QAAA,EAAU,QAAQ,SAAA,EAAW,GAAG,MAAK,GAAI,KAAA;AAE5D,EAAA,MAAM,aAAA,GAAgB,IAAA;AAAA,IACpB,MAAA,CAAO,kBAAA;AAAA,IACP,SAAA;AAAA,IACA,OAAO,KAAK;AAAA,GACd;AAEA,EAAA,MAAM,gBAAA,GACJ,KAAA,KAAU,MAAA,IAAU,KAAA,KAAU,UAAU,KAAA,GAAQ,MAAA;AAElD,EAAA,MAAM,YAAA,GAA6B;AAAA,IACjC,IAAA,EAAM;AAAA,MACJ,WAAW,MAAA,CAAO,IAAA;AAAA,MAClB,IAAA,EAAM;AAAA,KACR;AAAA,IACA,OAAA,EAAS;AAAA,MACP,WAAW,MAAA,CAAO,OAAA;AAAA,MAClB,KAAA,EAAO;AAAA,KACT;AAAA,IACA,IAAA,EAAM;AAAA,MACJ,WAAW,MAAA,CAAO,IAAA;AAAA,MAClB,KAAA,EAAO;AAAA,KACT;AAAA,IACA,MAAA,EAAQ;AAAA,MACN,OAAO,gBAAA,IAAoB;AAAA,KAC7B;AAAA,IACA,WAAA,EAAa;AAAA,MACX,WAAW,MAAA,CAAO;AAAA,KACpB;AAAA,IACA,WAAA,EAAa,EAAE,SAAA,EAAW,MAAA,CAAO,WAAA;AAAY,GAC/C;AAEA,EAAA,uBACE,GAAA,CAAC,KAAA,EAAA,EAAK,GAAG,IAAA,EAAM,SAAA,EAAW,aAAA,EACxB,QAAA,kBAAA,GAAA,CAAC,oBAAA,EAAA,EAAqB,KAAA,EAAO,YAAA,
|
|
1
|
+
{"version":3,"file":"IllustratedMessage.mjs","sources":["../../../../../../src/components/IllustratedMessage/IllustratedMessage.tsx"],"sourcesContent":["import type { ComponentProps, FC, PropsWithChildren } from \"react\";\nimport styles from \"./IllustratedMessage.module.scss\";\nimport clsx from \"clsx\";\nimport type { PropsContext } from \"@/lib/propsContext\";\nimport { PropsContextProvider } from \"@/lib/propsContext\";\n\nexport interface IllustratedMessageProps\n extends PropsWithChildren<ComponentProps<\"div\">> {\n /** The color of the illustrated message. @default \"primary\" */\n color?: \"primary\" | \"danger\" | \"light\" | \"dark\";\n}\n\n/** @flr-generate all */\nexport const IllustratedMessage: FC<IllustratedMessageProps> = (props) => {\n const { className, children, color = \"primary\", ...rest } = props;\n\n const rootClassName = clsx(\n styles.illustratedMessage,\n className,\n styles[color],\n );\n\n const lightOrDarkColor =\n color === \"dark\" || color === \"light\" ? color : undefined;\n\n const propsContext: PropsContext = {\n Icon: {\n className: styles.icon,\n size: \"l\",\n },\n Heading: {\n className: styles.heading,\n color: lightOrDarkColor,\n },\n Text: {\n className: styles.text,\n color: lightOrDarkColor,\n },\n Button: {\n color: lightOrDarkColor ?? \"accent\",\n },\n ActionGroup: {\n className: styles.actionGroup,\n },\n ProgressBar: { className: styles.progressBar },\n };\n\n return (\n <div {...rest} className={rootClassName}>\n <PropsContextProvider clear props={propsContext}>\n {children}\n </PropsContextProvider>\n </div>\n );\n};\n\nexport default IllustratedMessage;\n"],"names":[],"mappings":";;;;;;AAaO,MAAM,kBAAA,GAAkD,CAAC,KAAA,KAAU;AACxE,EAAA,MAAM,EAAE,SAAA,EAAW,QAAA,EAAU,QAAQ,SAAA,EAAW,GAAG,MAAK,GAAI,KAAA;AAE5D,EAAA,MAAM,aAAA,GAAgB,IAAA;AAAA,IACpB,MAAA,CAAO,kBAAA;AAAA,IACP,SAAA;AAAA,IACA,OAAO,KAAK;AAAA,GACd;AAEA,EAAA,MAAM,gBAAA,GACJ,KAAA,KAAU,MAAA,IAAU,KAAA,KAAU,UAAU,KAAA,GAAQ,MAAA;AAElD,EAAA,MAAM,YAAA,GAA6B;AAAA,IACjC,IAAA,EAAM;AAAA,MACJ,WAAW,MAAA,CAAO,IAAA;AAAA,MAClB,IAAA,EAAM;AAAA,KACR;AAAA,IACA,OAAA,EAAS;AAAA,MACP,WAAW,MAAA,CAAO,OAAA;AAAA,MAClB,KAAA,EAAO;AAAA,KACT;AAAA,IACA,IAAA,EAAM;AAAA,MACJ,WAAW,MAAA,CAAO,IAAA;AAAA,MAClB,KAAA,EAAO;AAAA,KACT;AAAA,IACA,MAAA,EAAQ;AAAA,MACN,OAAO,gBAAA,IAAoB;AAAA,KAC7B;AAAA,IACA,WAAA,EAAa;AAAA,MACX,WAAW,MAAA,CAAO;AAAA,KACpB;AAAA,IACA,WAAA,EAAa,EAAE,SAAA,EAAW,MAAA,CAAO,WAAA;AAAY,GAC/C;AAEA,EAAA,uBACE,GAAA,CAAC,KAAA,EAAA,EAAK,GAAG,IAAA,EAAM,SAAA,EAAW,aAAA,EACxB,QAAA,kBAAA,GAAA,CAAC,oBAAA,EAAA,EAAqB,KAAA,EAAK,IAAA,EAAC,KAAA,EAAO,YAAA,EAChC,UACH,CAAA,EACF,CAAA;AAEJ;;;;"}
|
|
@@ -54,7 +54,10 @@ const Modal = flowComponent(
|
|
|
54
54
|
const nestedHeadingLevel = 3;
|
|
55
55
|
const nestedHeadingProps = {
|
|
56
56
|
Heading: { level: nestedHeadingLevel },
|
|
57
|
-
Section: {
|
|
57
|
+
Section: {
|
|
58
|
+
Header: { Heading: { level: nestedHeadingLevel } },
|
|
59
|
+
Heading: { level: nestedHeadingLevel }
|
|
60
|
+
},
|
|
58
61
|
Header: { Heading: { level: nestedHeadingLevel } }
|
|
59
62
|
};
|
|
60
63
|
const propsContext = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Modal.mjs","sources":["../../../../../../src/components/Modal/Modal.tsx"],"sourcesContent":["import { Suspense, type PropsWithChildren, type ReactNode } from \"react\";\nimport styles from \"./Modal.module.scss\";\nimport clsx from \"clsx\";\nimport {\n dynamic,\n type PropsContext,\n PropsContextProvider,\n} from \"@/lib/propsContext\";\nimport type { OverlayController } from \"@/lib/controller/overlay\";\nimport type { FlowComponentProps } from \"@/lib/componentFactory/flowComponent\";\nimport { flowComponent } from \"@/lib/componentFactory/flowComponent\";\nimport { Overlay } from \"@/components/Overlay/Overlay\";\nimport { Action } from \"@/components/Action\";\nimport { IconClose } from \"@/components/Icon/components/icons\";\nimport type { PropsWithClassName } from \"@/lib/types/props\";\nimport ButtonView from \"@/views/ButtonView\";\nimport { OffCanvasSuspenseFallback } from \"@/components/Modal/components/OffCanvasSuspenseFallback\";\nimport Wrap from \"@/components/Wrap\";\n\nexport interface ModalProps\n extends PropsWithChildren,\n FlowComponentProps,\n PropsWithClassName {\n /** The size of the modal. @default \"s\" */\n size?: \"s\" | \"m\" | \"l\";\n /** Whether the modal should be displayed as an off canvas. */\n offCanvas?: boolean;\n /**\n * Whether the off canvas should be displayed on the right or left side of the\n * screen. @default \"right\"\n */\n offCanvasOrientation?: \"left\" | \"right\";\n /** An overlay controller to control the modal state. */\n controller?: OverlayController;\n /**\n * Accepts \"actionConfirm\" to use the modal as a confirmation modal for an\n * action.\n */\n slot?: string;\n /** Whether the modal can be closed by clicking outside of it. */\n isDismissable?: boolean;\n}\n\nexport const Modal = flowComponent(\n \"Modal\",\n (props) => {\n const {\n size = \"s\",\n offCanvas,\n controller,\n children,\n ref,\n className,\n offCanvasOrientation = \"right\",\n ...rest\n } = props;\n\n const rootClassName = clsx(\n offCanvas ? styles.offCanvas : styles.modal,\n styles[`size-${size}`],\n offCanvasOrientation === \"left\" && styles[\"left\"],\n className,\n );\n\n const header = (children: ReactNode) => (\n <>\n {children}\n <Action closeOverlay=\"Modal\">\n <ButtonView\n variant=\"plain\"\n color=\"secondary\"\n onPress={controller?.close}\n >\n <IconClose />\n </ButtonView>\n </Action>\n </>\n );\n\n const nestedHeadingLevel = 3;\n\n const nestedHeadingProps: PropsContext = {\n Heading: { level: nestedHeadingLevel },\n Section: { Heading: { level: nestedHeadingLevel } },\n Header: { Heading: { level: nestedHeadingLevel } },\n };\n\n const propsContext: PropsContext = {\n Content: {\n ...nestedHeadingProps,\n className: styles.content,\n },\n ColumnLayout: {\n ...nestedHeadingProps,\n l: [2, 1],\n m: [1],\n className: styles.columnLayout,\n AccentBox: { className: styles.accentBox, color: \"neutral\" },\n },\n Heading: {\n className: styles.header,\n level: 2,\n slot: \"title\",\n children: dynamic((props) => header(props.children)),\n },\n ActionGroup: {\n className: styles.actionGroup,\n spacing: \"m\",\n },\n };\n\n return (\n <Overlay\n className={rootClassName}\n controller={controller}\n ref={ref}\n {...rest}\n >\n <PropsContextProvider props={propsContext}>\n <Wrap if={offCanvas}>\n <Suspense fallback={<OffCanvasSuspenseFallback />}>\n {children}\n </Suspense>\n </Wrap>\n </PropsContextProvider>\n </Overlay>\n );\n },\n {\n type: \"provider\",\n },\n);\n\nexport default Modal;\n"],"names":["children","props"],"mappings":";;;;;;;;;;;;;;;;;;;;AA2CO,MAAM,KAAA,GAAQ,aAAA;AAAA,EACnB,OAAA;AAAA,EACA,CAAC,KAAA,KAAU;AACT,IAAA,MAAM;AAAA,MACJ,IAAA,GAAO,GAAA;AAAA,MACP,SAAA;AAAA,MACA,UAAA;AAAA,MACA,QAAA;AAAA,MACA,GAAA;AAAA,MACA,SAAA;AAAA,MACA,oBAAA,GAAuB,OAAA;AAAA,MACvB,GAAG;AAAA,KACL,GAAI,KAAA;AAEJ,IAAA,MAAM,aAAA,GAAgB,IAAA;AAAA,MACpB,SAAA,GAAY,MAAA,CAAO,SAAA,GAAY,MAAA,CAAO,KAAA;AAAA,MACtC,MAAA,CAAO,CAAA,KAAA,EAAQ,IAAI,CAAA,CAAE,CAAA;AAAA,MACrB,oBAAA,KAAyB,MAAA,IAAU,MAAA,CAAO,MAAM,CAAA;AAAA,MAChD;AAAA,KACF;AAEA,IAAA,MAAM,MAAA,GAAS,CAACA,SAAAA,qBACd,IAAA,CAAA,QAAA,EAAA,EACG,QAAA,EAAA;AAAA,MAAAA,SAAAA;AAAA,sBACD,GAAA,CAAC,MAAA,EAAA,EAAO,YAAA,EAAa,OAAA,EACnB,QAAA,kBAAA,GAAA;AAAA,QAAC,UAAA;AAAA,QAAA;AAAA,UACC,OAAA,EAAQ,OAAA;AAAA,UACR,KAAA,EAAM,WAAA;AAAA,UACN,SAAS,UAAA,EAAY,KAAA;AAAA,UAErB,8BAAC,SAAA,EAAA,EAAU;AAAA;AAAA,OACb,EACF;AAAA,KAAA,EACF,CAAA;AAGF,IAAA,MAAM,kBAAA,GAAqB,CAAA;AAE3B,IAAA,MAAM,kBAAA,GAAmC;AAAA,MACvC,OAAA,EAAS,EAAE,KAAA,EAAO,kBAAA,EAAmB;AAAA,MACrC,
|
|
1
|
+
{"version":3,"file":"Modal.mjs","sources":["../../../../../../src/components/Modal/Modal.tsx"],"sourcesContent":["import { Suspense, type PropsWithChildren, type ReactNode } from \"react\";\nimport styles from \"./Modal.module.scss\";\nimport clsx from \"clsx\";\nimport {\n dynamic,\n type PropsContext,\n PropsContextProvider,\n} from \"@/lib/propsContext\";\nimport type { OverlayController } from \"@/lib/controller/overlay\";\nimport type { FlowComponentProps } from \"@/lib/componentFactory/flowComponent\";\nimport { flowComponent } from \"@/lib/componentFactory/flowComponent\";\nimport { Overlay } from \"@/components/Overlay/Overlay\";\nimport { Action } from \"@/components/Action\";\nimport { IconClose } from \"@/components/Icon/components/icons\";\nimport type { PropsWithClassName } from \"@/lib/types/props\";\nimport ButtonView from \"@/views/ButtonView\";\nimport { OffCanvasSuspenseFallback } from \"@/components/Modal/components/OffCanvasSuspenseFallback\";\nimport Wrap from \"@/components/Wrap\";\n\nexport interface ModalProps\n extends PropsWithChildren,\n FlowComponentProps,\n PropsWithClassName {\n /** The size of the modal. @default \"s\" */\n size?: \"s\" | \"m\" | \"l\";\n /** Whether the modal should be displayed as an off canvas. */\n offCanvas?: boolean;\n /**\n * Whether the off canvas should be displayed on the right or left side of the\n * screen. @default \"right\"\n */\n offCanvasOrientation?: \"left\" | \"right\";\n /** An overlay controller to control the modal state. */\n controller?: OverlayController;\n /**\n * Accepts \"actionConfirm\" to use the modal as a confirmation modal for an\n * action.\n */\n slot?: string;\n /** Whether the modal can be closed by clicking outside of it. */\n isDismissable?: boolean;\n}\n\nexport const Modal = flowComponent(\n \"Modal\",\n (props) => {\n const {\n size = \"s\",\n offCanvas,\n controller,\n children,\n ref,\n className,\n offCanvasOrientation = \"right\",\n ...rest\n } = props;\n\n const rootClassName = clsx(\n offCanvas ? styles.offCanvas : styles.modal,\n styles[`size-${size}`],\n offCanvasOrientation === \"left\" && styles[\"left\"],\n className,\n );\n\n const header = (children: ReactNode) => (\n <>\n {children}\n <Action closeOverlay=\"Modal\">\n <ButtonView\n variant=\"plain\"\n color=\"secondary\"\n onPress={controller?.close}\n >\n <IconClose />\n </ButtonView>\n </Action>\n </>\n );\n\n const nestedHeadingLevel = 3;\n\n const nestedHeadingProps: PropsContext = {\n Heading: { level: nestedHeadingLevel },\n Section: {\n Header: { Heading: { level: nestedHeadingLevel } },\n Heading: { level: nestedHeadingLevel },\n },\n Header: { Heading: { level: nestedHeadingLevel } },\n };\n\n const propsContext: PropsContext = {\n Content: {\n ...nestedHeadingProps,\n className: styles.content,\n },\n ColumnLayout: {\n ...nestedHeadingProps,\n l: [2, 1],\n m: [1],\n className: styles.columnLayout,\n AccentBox: { className: styles.accentBox, color: \"neutral\" },\n },\n Heading: {\n className: styles.header,\n level: 2,\n slot: \"title\",\n children: dynamic((props) => header(props.children)),\n },\n ActionGroup: {\n className: styles.actionGroup,\n spacing: \"m\",\n },\n };\n\n return (\n <Overlay\n className={rootClassName}\n controller={controller}\n ref={ref}\n {...rest}\n >\n <PropsContextProvider props={propsContext}>\n <Wrap if={offCanvas}>\n <Suspense fallback={<OffCanvasSuspenseFallback />}>\n {children}\n </Suspense>\n </Wrap>\n </PropsContextProvider>\n </Overlay>\n );\n },\n {\n type: \"provider\",\n },\n);\n\nexport default Modal;\n"],"names":["children","props"],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Default.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/IllustratedMessage/stories/Default.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,kBAAkB,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"Default.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/IllustratedMessage/stories/Default.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,kBAAkB,MAAM,uBAAuB,CAAC;AAWvD,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,kBAAkB,CAiBzC,CAAC;AACF,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEjD,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC;AAEjC,eAAO,MAAM,MAAM,EAAE,KASpB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,KAKlB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,KAKnB,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAc7B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,KAiB7B,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAUvB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Modal.d.ts","sourceRoot":"","sources":["../../../../src/components/Modal/Modal.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,iBAAiB,EAAkB,MAAM,OAAO,CAAC;AAQzE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAK/E,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAK5D,MAAM,WAAW,UACf,SAAQ,iBAAiB,EACvB,kBAAkB,EAClB,kBAAkB;IACpB,0CAA0C;IAC1C,IAAI,CAAC,EAAE,GAAG,GAAG,GAAG,GAAG,GAAG,CAAC;IACvB,8DAA8D;IAC9D,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;OAGG;IACH,oBAAoB,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IACxC,wDAAwD;IACxD,UAAU,CAAC,EAAE,iBAAiB,CAAC;IAC/B;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,iEAAiE;IACjE,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,eAAO,MAAM,KAAK,+
|
|
1
|
+
{"version":3,"file":"Modal.d.ts","sourceRoot":"","sources":["../../../../src/components/Modal/Modal.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,iBAAiB,EAAkB,MAAM,OAAO,CAAC;AAQzE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAK/E,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAK5D,MAAM,WAAW,UACf,SAAQ,iBAAiB,EACvB,kBAAkB,EAClB,kBAAkB;IACpB,0CAA0C;IAC1C,IAAI,CAAC,EAAE,GAAG,GAAG,GAAG,GAAG,GAAG,CAAC;IACvB,8DAA8D;IAC9D,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;OAGG;IACH,oBAAoB,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IACxC,wDAAwD;IACxD,UAAU,CAAC,EAAE,iBAAiB,CAAC;IAC/B;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,iEAAiE;IACjE,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAED,eAAO,MAAM,KAAK,+FA2FjB,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-react-components",
|
|
3
|
-
"version": "0.2.0-alpha.
|
|
3
|
+
"version": "0.2.0-alpha.547",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@internationalized/string-compiler": "^3.2.6",
|
|
60
60
|
"@mittwald/password-tools-js": "3.0.0-alpha.18",
|
|
61
|
-
"@mittwald/react-tunnel": "0.2.0-alpha.
|
|
61
|
+
"@mittwald/react-tunnel": "0.2.0-alpha.547",
|
|
62
62
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
63
63
|
"@react-aria/form": "^3.1.2",
|
|
64
64
|
"@react-aria/live-announcer": "^3.4.4",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"@faker-js/faker": "^10.1.0",
|
|
102
102
|
"@internationalized/date": "^3.10.0",
|
|
103
103
|
"@mittwald/flow-core": "",
|
|
104
|
-
"@mittwald/flow-design-tokens": "0.2.0-alpha.
|
|
104
|
+
"@mittwald/flow-design-tokens": "0.2.0-alpha.547",
|
|
105
105
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
106
106
|
"@mittwald/remote-dom-react": "1.2.2-mittwald.10",
|
|
107
107
|
"@mittwald/typescript-config": "",
|
|
@@ -174,5 +174,5 @@
|
|
|
174
174
|
"optional": true
|
|
175
175
|
}
|
|
176
176
|
},
|
|
177
|
-
"gitHead": "
|
|
177
|
+
"gitHead": "7b729fc2bfd301ec3b430fbb05e399eb7ce437eb"
|
|
178
178
|
}
|