@mittwald/flow-react-components 0.2.0-alpha.444 → 0.2.0-alpha.446
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 +8 -0
- package/dist/assets/doc-properties.json +215 -215
- package/package.json +4 -4
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.446](https://github.com/mittwald/flow/compare/0.2.0-alpha.445...0.2.0-alpha.446) (2025-08-29)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
9
|
+
|
|
10
|
+
# [0.2.0-alpha.445](https://github.com/mittwald/flow/compare/0.2.0-alpha.444...0.2.0-alpha.445) (2025-08-28)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
13
|
+
|
|
6
14
|
# [0.2.0-alpha.444](https://github.com/mittwald/flow/compare/0.2.0-alpha.443...0.2.0-alpha.444) (2025-08-27)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
@@ -295299,14 +295299,6 @@
|
|
|
295299
295299
|
}
|
|
295300
295300
|
}
|
|
295301
295301
|
},
|
|
295302
|
-
{
|
|
295303
|
-
"tags": {},
|
|
295304
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
|
|
295305
|
-
"description": "",
|
|
295306
|
-
"displayName": "Items",
|
|
295307
|
-
"methods": [],
|
|
295308
|
-
"props": {}
|
|
295309
|
-
},
|
|
295310
295302
|
{
|
|
295311
295303
|
"tags": {},
|
|
295312
295304
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/Header.tsx",
|
|
@@ -295335,6 +295327,14 @@
|
|
|
295335
295327
|
}
|
|
295336
295328
|
}
|
|
295337
295329
|
},
|
|
295330
|
+
{
|
|
295331
|
+
"tags": {},
|
|
295332
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
|
|
295333
|
+
"description": "",
|
|
295334
|
+
"displayName": "Items",
|
|
295335
|
+
"methods": [],
|
|
295336
|
+
"props": {}
|
|
295337
|
+
},
|
|
295338
295338
|
{
|
|
295339
295339
|
"tags": {},
|
|
295340
295340
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
|
|
@@ -321350,6 +321350,213 @@
|
|
|
321350
321350
|
}
|
|
321351
321351
|
}
|
|
321352
321352
|
},
|
|
321353
|
+
{
|
|
321354
|
+
"tags": {},
|
|
321355
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",
|
|
321356
|
+
"description": "",
|
|
321357
|
+
"displayName": "ViewModeMenuItem",
|
|
321358
|
+
"methods": [],
|
|
321359
|
+
"props": {
|
|
321360
|
+
"viewMode": {
|
|
321361
|
+
"defaultValue": null,
|
|
321362
|
+
"description": "",
|
|
321363
|
+
"name": "viewMode",
|
|
321364
|
+
"parent": {
|
|
321365
|
+
"fileName": "components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",
|
|
321366
|
+
"name": "Props"
|
|
321367
|
+
},
|
|
321368
|
+
"declarations": [
|
|
321369
|
+
{
|
|
321370
|
+
"fileName": "components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",
|
|
321371
|
+
"name": "Props"
|
|
321372
|
+
}
|
|
321373
|
+
],
|
|
321374
|
+
"required": true,
|
|
321375
|
+
"type": {
|
|
321376
|
+
"name": "ListViewMode"
|
|
321377
|
+
}
|
|
321378
|
+
}
|
|
321379
|
+
}
|
|
321380
|
+
},
|
|
321381
|
+
{
|
|
321382
|
+
"tags": {},
|
|
321383
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/ViewModeMenu.tsx",
|
|
321384
|
+
"description": "",
|
|
321385
|
+
"displayName": "ViewModeMenu",
|
|
321386
|
+
"methods": [],
|
|
321387
|
+
"props": {}
|
|
321388
|
+
},
|
|
321389
|
+
{
|
|
321390
|
+
"tags": {},
|
|
321391
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/SortingMenuItem.tsx",
|
|
321392
|
+
"description": "",
|
|
321393
|
+
"displayName": "SortingMenuItem",
|
|
321394
|
+
"methods": [],
|
|
321395
|
+
"props": {
|
|
321396
|
+
"sorting": {
|
|
321397
|
+
"defaultValue": null,
|
|
321398
|
+
"description": "",
|
|
321399
|
+
"name": "sorting",
|
|
321400
|
+
"parent": {
|
|
321401
|
+
"fileName": "components/src/components/List/components/Header/components/Settings/SortingMenuItem.tsx",
|
|
321402
|
+
"name": "Props"
|
|
321403
|
+
},
|
|
321404
|
+
"declarations": [
|
|
321405
|
+
{
|
|
321406
|
+
"fileName": "components/src/components/List/components/Header/components/Settings/SortingMenuItem.tsx",
|
|
321407
|
+
"name": "Props"
|
|
321408
|
+
}
|
|
321409
|
+
],
|
|
321410
|
+
"required": true,
|
|
321411
|
+
"type": {
|
|
321412
|
+
"name": "Sorting<never>"
|
|
321413
|
+
}
|
|
321414
|
+
}
|
|
321415
|
+
}
|
|
321416
|
+
},
|
|
321417
|
+
{
|
|
321418
|
+
"tags": {},
|
|
321419
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/SortingMenu.tsx",
|
|
321420
|
+
"description": "",
|
|
321421
|
+
"displayName": "SortingMenu",
|
|
321422
|
+
"methods": [],
|
|
321423
|
+
"props": {}
|
|
321424
|
+
},
|
|
321425
|
+
{
|
|
321426
|
+
"tags": {},
|
|
321427
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/SettingsMenu.tsx",
|
|
321428
|
+
"description": "",
|
|
321429
|
+
"displayName": "SettingsMenu",
|
|
321430
|
+
"methods": [],
|
|
321431
|
+
"props": {}
|
|
321432
|
+
},
|
|
321433
|
+
{
|
|
321434
|
+
"tags": {},
|
|
321435
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
321436
|
+
"description": "",
|
|
321437
|
+
"displayName": "SearchField",
|
|
321438
|
+
"methods": [],
|
|
321439
|
+
"props": {
|
|
321440
|
+
"search": {
|
|
321441
|
+
"defaultValue": null,
|
|
321442
|
+
"description": "",
|
|
321443
|
+
"name": "search",
|
|
321444
|
+
"parent": {
|
|
321445
|
+
"fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
321446
|
+
"name": "Props"
|
|
321447
|
+
},
|
|
321448
|
+
"declarations": [
|
|
321449
|
+
{
|
|
321450
|
+
"fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
321451
|
+
"name": "Props"
|
|
321452
|
+
}
|
|
321453
|
+
],
|
|
321454
|
+
"required": true,
|
|
321455
|
+
"type": {
|
|
321456
|
+
"name": "Search<never>"
|
|
321457
|
+
}
|
|
321458
|
+
},
|
|
321459
|
+
"className": {
|
|
321460
|
+
"defaultValue": null,
|
|
321461
|
+
"description": "The elements class name.",
|
|
321462
|
+
"name": "className",
|
|
321463
|
+
"parent": {
|
|
321464
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
321465
|
+
"name": "PropsWithClassName"
|
|
321466
|
+
},
|
|
321467
|
+
"declarations": [
|
|
321468
|
+
{
|
|
321469
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
321470
|
+
"name": "PropsWithClassName"
|
|
321471
|
+
}
|
|
321472
|
+
],
|
|
321473
|
+
"required": false,
|
|
321474
|
+
"type": {
|
|
321475
|
+
"name": "string"
|
|
321476
|
+
}
|
|
321477
|
+
}
|
|
321478
|
+
}
|
|
321479
|
+
},
|
|
321480
|
+
{
|
|
321481
|
+
"tags": {},
|
|
321482
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/FilterMenuList.tsx",
|
|
321483
|
+
"description": "",
|
|
321484
|
+
"displayName": "FilterMenuList",
|
|
321485
|
+
"methods": [],
|
|
321486
|
+
"props": {}
|
|
321487
|
+
},
|
|
321488
|
+
{
|
|
321489
|
+
"tags": {},
|
|
321490
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/FilterMenuItem.tsx",
|
|
321491
|
+
"description": "",
|
|
321492
|
+
"displayName": "FilterMenuItem",
|
|
321493
|
+
"methods": [],
|
|
321494
|
+
"props": {
|
|
321495
|
+
"filterValue": {
|
|
321496
|
+
"defaultValue": null,
|
|
321497
|
+
"description": "",
|
|
321498
|
+
"name": "filterValue",
|
|
321499
|
+
"parent": {
|
|
321500
|
+
"fileName": "components/src/components/List/components/Header/components/Filters/FilterMenuItem.tsx",
|
|
321501
|
+
"name": "Props"
|
|
321502
|
+
},
|
|
321503
|
+
"declarations": [
|
|
321504
|
+
{
|
|
321505
|
+
"fileName": "components/src/components/List/components/Header/components/Filters/FilterMenuItem.tsx",
|
|
321506
|
+
"name": "Props"
|
|
321507
|
+
}
|
|
321508
|
+
],
|
|
321509
|
+
"required": true,
|
|
321510
|
+
"type": {
|
|
321511
|
+
"name": "FilterValue"
|
|
321512
|
+
}
|
|
321513
|
+
}
|
|
321514
|
+
}
|
|
321515
|
+
},
|
|
321516
|
+
{
|
|
321517
|
+
"tags": {},
|
|
321518
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/FilterMenu.tsx",
|
|
321519
|
+
"description": "",
|
|
321520
|
+
"displayName": "FilterMenu",
|
|
321521
|
+
"methods": [],
|
|
321522
|
+
"props": {
|
|
321523
|
+
"filter": {
|
|
321524
|
+
"defaultValue": null,
|
|
321525
|
+
"description": "",
|
|
321526
|
+
"name": "filter",
|
|
321527
|
+
"parent": {
|
|
321528
|
+
"fileName": "components/src/components/List/components/Header/components/Filters/FilterMenu.tsx",
|
|
321529
|
+
"name": "Props"
|
|
321530
|
+
},
|
|
321531
|
+
"declarations": [
|
|
321532
|
+
{
|
|
321533
|
+
"fileName": "components/src/components/List/components/Header/components/Filters/FilterMenu.tsx",
|
|
321534
|
+
"name": "Props"
|
|
321535
|
+
}
|
|
321536
|
+
],
|
|
321537
|
+
"required": true,
|
|
321538
|
+
"type": {
|
|
321539
|
+
"name": "Filter<never, never, never>"
|
|
321540
|
+
}
|
|
321541
|
+
}
|
|
321542
|
+
}
|
|
321543
|
+
},
|
|
321544
|
+
{
|
|
321545
|
+
"tags": {},
|
|
321546
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/CombinedFilterMenu.tsx",
|
|
321547
|
+
"description": "",
|
|
321548
|
+
"displayName": "CombinedFilterMenu",
|
|
321549
|
+
"methods": [],
|
|
321550
|
+
"props": {}
|
|
321551
|
+
},
|
|
321552
|
+
{
|
|
321553
|
+
"tags": {},
|
|
321554
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
|
|
321555
|
+
"description": "",
|
|
321556
|
+
"displayName": "ActiveFilters",
|
|
321557
|
+
"methods": [],
|
|
321558
|
+
"props": {}
|
|
321559
|
+
},
|
|
321353
321560
|
{
|
|
321354
321561
|
"tags": {
|
|
321355
321562
|
"flr-generate": "all"
|
|
@@ -325156,213 +325363,6 @@
|
|
|
325156
325363
|
"methods": [],
|
|
325157
325364
|
"props": {}
|
|
325158
325365
|
},
|
|
325159
|
-
{
|
|
325160
|
-
"tags": {},
|
|
325161
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",
|
|
325162
|
-
"description": "",
|
|
325163
|
-
"displayName": "ViewModeMenuItem",
|
|
325164
|
-
"methods": [],
|
|
325165
|
-
"props": {
|
|
325166
|
-
"viewMode": {
|
|
325167
|
-
"defaultValue": null,
|
|
325168
|
-
"description": "",
|
|
325169
|
-
"name": "viewMode",
|
|
325170
|
-
"parent": {
|
|
325171
|
-
"fileName": "components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",
|
|
325172
|
-
"name": "Props"
|
|
325173
|
-
},
|
|
325174
|
-
"declarations": [
|
|
325175
|
-
{
|
|
325176
|
-
"fileName": "components/src/components/List/components/Header/components/Settings/ViewModeMenuItem.tsx",
|
|
325177
|
-
"name": "Props"
|
|
325178
|
-
}
|
|
325179
|
-
],
|
|
325180
|
-
"required": true,
|
|
325181
|
-
"type": {
|
|
325182
|
-
"name": "ListViewMode"
|
|
325183
|
-
}
|
|
325184
|
-
}
|
|
325185
|
-
}
|
|
325186
|
-
},
|
|
325187
|
-
{
|
|
325188
|
-
"tags": {},
|
|
325189
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/ViewModeMenu.tsx",
|
|
325190
|
-
"description": "",
|
|
325191
|
-
"displayName": "ViewModeMenu",
|
|
325192
|
-
"methods": [],
|
|
325193
|
-
"props": {}
|
|
325194
|
-
},
|
|
325195
|
-
{
|
|
325196
|
-
"tags": {},
|
|
325197
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/SortingMenuItem.tsx",
|
|
325198
|
-
"description": "",
|
|
325199
|
-
"displayName": "SortingMenuItem",
|
|
325200
|
-
"methods": [],
|
|
325201
|
-
"props": {
|
|
325202
|
-
"sorting": {
|
|
325203
|
-
"defaultValue": null,
|
|
325204
|
-
"description": "",
|
|
325205
|
-
"name": "sorting",
|
|
325206
|
-
"parent": {
|
|
325207
|
-
"fileName": "components/src/components/List/components/Header/components/Settings/SortingMenuItem.tsx",
|
|
325208
|
-
"name": "Props"
|
|
325209
|
-
},
|
|
325210
|
-
"declarations": [
|
|
325211
|
-
{
|
|
325212
|
-
"fileName": "components/src/components/List/components/Header/components/Settings/SortingMenuItem.tsx",
|
|
325213
|
-
"name": "Props"
|
|
325214
|
-
}
|
|
325215
|
-
],
|
|
325216
|
-
"required": true,
|
|
325217
|
-
"type": {
|
|
325218
|
-
"name": "Sorting<never>"
|
|
325219
|
-
}
|
|
325220
|
-
}
|
|
325221
|
-
}
|
|
325222
|
-
},
|
|
325223
|
-
{
|
|
325224
|
-
"tags": {},
|
|
325225
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/SortingMenu.tsx",
|
|
325226
|
-
"description": "",
|
|
325227
|
-
"displayName": "SortingMenu",
|
|
325228
|
-
"methods": [],
|
|
325229
|
-
"props": {}
|
|
325230
|
-
},
|
|
325231
|
-
{
|
|
325232
|
-
"tags": {},
|
|
325233
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Settings/SettingsMenu.tsx",
|
|
325234
|
-
"description": "",
|
|
325235
|
-
"displayName": "SettingsMenu",
|
|
325236
|
-
"methods": [],
|
|
325237
|
-
"props": {}
|
|
325238
|
-
},
|
|
325239
|
-
{
|
|
325240
|
-
"tags": {},
|
|
325241
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
325242
|
-
"description": "",
|
|
325243
|
-
"displayName": "SearchField",
|
|
325244
|
-
"methods": [],
|
|
325245
|
-
"props": {
|
|
325246
|
-
"search": {
|
|
325247
|
-
"defaultValue": null,
|
|
325248
|
-
"description": "",
|
|
325249
|
-
"name": "search",
|
|
325250
|
-
"parent": {
|
|
325251
|
-
"fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
325252
|
-
"name": "Props"
|
|
325253
|
-
},
|
|
325254
|
-
"declarations": [
|
|
325255
|
-
{
|
|
325256
|
-
"fileName": "components/src/components/List/components/Header/components/SearchField/SearchField.tsx",
|
|
325257
|
-
"name": "Props"
|
|
325258
|
-
}
|
|
325259
|
-
],
|
|
325260
|
-
"required": true,
|
|
325261
|
-
"type": {
|
|
325262
|
-
"name": "Search<never>"
|
|
325263
|
-
}
|
|
325264
|
-
},
|
|
325265
|
-
"className": {
|
|
325266
|
-
"defaultValue": null,
|
|
325267
|
-
"description": "The elements class name.",
|
|
325268
|
-
"name": "className",
|
|
325269
|
-
"parent": {
|
|
325270
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
325271
|
-
"name": "PropsWithClassName"
|
|
325272
|
-
},
|
|
325273
|
-
"declarations": [
|
|
325274
|
-
{
|
|
325275
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
325276
|
-
"name": "PropsWithClassName"
|
|
325277
|
-
}
|
|
325278
|
-
],
|
|
325279
|
-
"required": false,
|
|
325280
|
-
"type": {
|
|
325281
|
-
"name": "string"
|
|
325282
|
-
}
|
|
325283
|
-
}
|
|
325284
|
-
}
|
|
325285
|
-
},
|
|
325286
|
-
{
|
|
325287
|
-
"tags": {},
|
|
325288
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/FilterMenuList.tsx",
|
|
325289
|
-
"description": "",
|
|
325290
|
-
"displayName": "FilterMenuList",
|
|
325291
|
-
"methods": [],
|
|
325292
|
-
"props": {}
|
|
325293
|
-
},
|
|
325294
|
-
{
|
|
325295
|
-
"tags": {},
|
|
325296
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/FilterMenuItem.tsx",
|
|
325297
|
-
"description": "",
|
|
325298
|
-
"displayName": "FilterMenuItem",
|
|
325299
|
-
"methods": [],
|
|
325300
|
-
"props": {
|
|
325301
|
-
"filterValue": {
|
|
325302
|
-
"defaultValue": null,
|
|
325303
|
-
"description": "",
|
|
325304
|
-
"name": "filterValue",
|
|
325305
|
-
"parent": {
|
|
325306
|
-
"fileName": "components/src/components/List/components/Header/components/Filters/FilterMenuItem.tsx",
|
|
325307
|
-
"name": "Props"
|
|
325308
|
-
},
|
|
325309
|
-
"declarations": [
|
|
325310
|
-
{
|
|
325311
|
-
"fileName": "components/src/components/List/components/Header/components/Filters/FilterMenuItem.tsx",
|
|
325312
|
-
"name": "Props"
|
|
325313
|
-
}
|
|
325314
|
-
],
|
|
325315
|
-
"required": true,
|
|
325316
|
-
"type": {
|
|
325317
|
-
"name": "FilterValue"
|
|
325318
|
-
}
|
|
325319
|
-
}
|
|
325320
|
-
}
|
|
325321
|
-
},
|
|
325322
|
-
{
|
|
325323
|
-
"tags": {},
|
|
325324
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/FilterMenu.tsx",
|
|
325325
|
-
"description": "",
|
|
325326
|
-
"displayName": "FilterMenu",
|
|
325327
|
-
"methods": [],
|
|
325328
|
-
"props": {
|
|
325329
|
-
"filter": {
|
|
325330
|
-
"defaultValue": null,
|
|
325331
|
-
"description": "",
|
|
325332
|
-
"name": "filter",
|
|
325333
|
-
"parent": {
|
|
325334
|
-
"fileName": "components/src/components/List/components/Header/components/Filters/FilterMenu.tsx",
|
|
325335
|
-
"name": "Props"
|
|
325336
|
-
},
|
|
325337
|
-
"declarations": [
|
|
325338
|
-
{
|
|
325339
|
-
"fileName": "components/src/components/List/components/Header/components/Filters/FilterMenu.tsx",
|
|
325340
|
-
"name": "Props"
|
|
325341
|
-
}
|
|
325342
|
-
],
|
|
325343
|
-
"required": true,
|
|
325344
|
-
"type": {
|
|
325345
|
-
"name": "Filter<never, never, never>"
|
|
325346
|
-
}
|
|
325347
|
-
}
|
|
325348
|
-
}
|
|
325349
|
-
},
|
|
325350
|
-
{
|
|
325351
|
-
"tags": {},
|
|
325352
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/CombinedFilterMenu.tsx",
|
|
325353
|
-
"description": "",
|
|
325354
|
-
"displayName": "CombinedFilterMenu",
|
|
325355
|
-
"methods": [],
|
|
325356
|
-
"props": {}
|
|
325357
|
-
},
|
|
325358
|
-
{
|
|
325359
|
-
"tags": {},
|
|
325360
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
|
|
325361
|
-
"description": "",
|
|
325362
|
-
"displayName": "ActiveFilters",
|
|
325363
|
-
"methods": [],
|
|
325364
|
-
"props": {}
|
|
325365
|
-
},
|
|
325366
325366
|
{
|
|
325367
325367
|
"tags": {},
|
|
325368
325368
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.tsx",
|
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.446",
|
|
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.
|
|
60
|
+
"@mittwald/react-tunnel": "0.2.0-alpha.446",
|
|
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",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"@faker-js/faker": "^9.9.0",
|
|
100
100
|
"@internationalized/date": "^3.8.2",
|
|
101
101
|
"@mittwald/flow-core": "",
|
|
102
|
-
"@mittwald/flow-design-tokens": "0.2.0-alpha.
|
|
102
|
+
"@mittwald/flow-design-tokens": "0.2.0-alpha.446",
|
|
103
103
|
"@mittwald/react-use-promise": "^3.0.4",
|
|
104
104
|
"@mittwald/remote-dom-react": "1.2.2-mittwald.3",
|
|
105
105
|
"@mittwald/typescript-config": "",
|
|
@@ -172,5 +172,5 @@
|
|
|
172
172
|
"optional": true
|
|
173
173
|
}
|
|
174
174
|
},
|
|
175
|
-
"gitHead": "
|
|
175
|
+
"gitHead": "530c86372a17cc3c42049b253273d7aa093dedee"
|
|
176
176
|
}
|