@mittwald/flow-react-components 0.2.0-alpha.43 → 0.2.0-alpha.45
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 +216 -216
- package/dist/css/all.css +1 -1
- package/dist/js/components/List/components/ListItemView/ListItemView.mjs +5 -0
- package/dist/js/components/List/components/ListItemView/ListItemView.mjs.map +1 -1
- package/dist/js/components/List/components/ListItemView/ListItemView.module.scss.mjs +3 -1
- package/dist/js/components/List/components/ListItemView/ListItemView.module.scss.mjs.map +1 -1
- package/dist/js/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.mjs +10 -8
- package/dist/js/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.mjs.map +1 -1
- package/dist/types/components/List/components/ListItemView/ListItemView.d.ts.map +1 -1
- package/dist/types/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.d.ts.map +1 -1
- package/dist/types/components/List/stories/EdgeCases.stories.d.ts +1 -0
- package/dist/types/components/List/stories/EdgeCases.stories.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.45](https://github.com/mittwald/flow/compare/0.2.0-alpha.44...0.2.0-alpha.45) (2025-02-20)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **List:** fix responsive list item behavior ([#1204](https://github.com/mittwald/flow/issues/1204)) ([8354ccf](https://github.com/mittwald/flow/commit/8354ccf0518f3ee77c6d2100ff3e33a839a09f63))
|
|
11
|
+
|
|
12
|
+
# [0.2.0-alpha.44](https://github.com/mittwald/flow/compare/0.2.0-alpha.43...0.2.0-alpha.44) (2025-02-20)
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* **AvatarStack:** add generated files ([#1201](https://github.com/mittwald/flow/issues/1201)) ([12e3b8f](https://github.com/mittwald/flow/commit/12e3b8ff1fb68727d89debae9de6a66100496d98))
|
|
17
|
+
|
|
6
18
|
# [0.2.0-alpha.43](https://github.com/mittwald/flow/compare/0.2.0-alpha.42...0.2.0-alpha.43) (2025-02-20)
|
|
7
19
|
|
|
8
20
|
### Features
|
|
@@ -207100,6 +207100,106 @@
|
|
|
207100
207100
|
}
|
|
207101
207101
|
}
|
|
207102
207102
|
},
|
|
207103
|
+
{
|
|
207104
|
+
"tags": {},
|
|
207105
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
|
|
207106
|
+
"description": "",
|
|
207107
|
+
"displayName": "ModalTrigger",
|
|
207108
|
+
"methods": [],
|
|
207109
|
+
"props": {
|
|
207110
|
+
"isDefaultOpen": {
|
|
207111
|
+
"defaultValue": null,
|
|
207112
|
+
"description": "Whether the overlay should be open initially.",
|
|
207113
|
+
"name": "isDefaultOpen",
|
|
207114
|
+
"parent": {
|
|
207115
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
207116
|
+
"name": "OverlayTriggerProps"
|
|
207117
|
+
},
|
|
207118
|
+
"declarations": [
|
|
207119
|
+
{
|
|
207120
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
207121
|
+
"name": "OverlayTriggerProps"
|
|
207122
|
+
}
|
|
207123
|
+
],
|
|
207124
|
+
"required": false,
|
|
207125
|
+
"type": {
|
|
207126
|
+
"name": "boolean"
|
|
207127
|
+
}
|
|
207128
|
+
},
|
|
207129
|
+
"controller": {
|
|
207130
|
+
"defaultValue": null,
|
|
207131
|
+
"description": "A controller to control the state of the overlay.",
|
|
207132
|
+
"name": "controller",
|
|
207133
|
+
"parent": {
|
|
207134
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
207135
|
+
"name": "OverlayTriggerProps"
|
|
207136
|
+
},
|
|
207137
|
+
"declarations": [
|
|
207138
|
+
{
|
|
207139
|
+
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
207140
|
+
"name": "OverlayTriggerProps"
|
|
207141
|
+
}
|
|
207142
|
+
],
|
|
207143
|
+
"required": false,
|
|
207144
|
+
"type": {
|
|
207145
|
+
"name": "OverlayController"
|
|
207146
|
+
}
|
|
207147
|
+
},
|
|
207148
|
+
"wrapWith": {
|
|
207149
|
+
"defaultValue": null,
|
|
207150
|
+
"description": "",
|
|
207151
|
+
"name": "wrapWith",
|
|
207152
|
+
"parent": {
|
|
207153
|
+
"fileName": "src/lib/componentFactory/flowComponent.tsx",
|
|
207154
|
+
"name": "FlowComponentProps"
|
|
207155
|
+
},
|
|
207156
|
+
"declarations": [
|
|
207157
|
+
{
|
|
207158
|
+
"fileName": "src/lib/componentFactory/flowComponent.tsx",
|
|
207159
|
+
"name": "FlowComponentProps"
|
|
207160
|
+
}
|
|
207161
|
+
],
|
|
207162
|
+
"required": false,
|
|
207163
|
+
"type": {
|
|
207164
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
207165
|
+
}
|
|
207166
|
+
},
|
|
207167
|
+
"tunnelId": {
|
|
207168
|
+
"defaultValue": null,
|
|
207169
|
+
"description": "@internal",
|
|
207170
|
+
"name": "tunnelId",
|
|
207171
|
+
"parent": {
|
|
207172
|
+
"fileName": "src/lib/types/props.ts",
|
|
207173
|
+
"name": "PropsWithTunnel"
|
|
207174
|
+
},
|
|
207175
|
+
"declarations": [
|
|
207176
|
+
{
|
|
207177
|
+
"fileName": "src/lib/types/props.ts",
|
|
207178
|
+
"name": "PropsWithTunnel"
|
|
207179
|
+
}
|
|
207180
|
+
],
|
|
207181
|
+
"required": false,
|
|
207182
|
+
"type": {
|
|
207183
|
+
"name": "string | null"
|
|
207184
|
+
}
|
|
207185
|
+
},
|
|
207186
|
+
"children": {
|
|
207187
|
+
"defaultValue": null,
|
|
207188
|
+
"description": "",
|
|
207189
|
+
"name": "children",
|
|
207190
|
+
"declarations": [
|
|
207191
|
+
{
|
|
207192
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
207193
|
+
"name": "TypeLiteral"
|
|
207194
|
+
}
|
|
207195
|
+
],
|
|
207196
|
+
"required": false,
|
|
207197
|
+
"type": {
|
|
207198
|
+
"name": "ReactNode"
|
|
207199
|
+
}
|
|
207200
|
+
}
|
|
207201
|
+
}
|
|
207202
|
+
},
|
|
207103
207203
|
{
|
|
207104
207204
|
"tags": {
|
|
207105
207205
|
"flr-generate": "all"
|
|
@@ -212416,106 +212516,6 @@
|
|
|
212416
212516
|
}
|
|
212417
212517
|
}
|
|
212418
212518
|
},
|
|
212419
|
-
{
|
|
212420
|
-
"tags": {},
|
|
212421
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Modal/components/ModalTrigger/ModalTrigger.tsx",
|
|
212422
|
-
"description": "",
|
|
212423
|
-
"displayName": "ModalTrigger",
|
|
212424
|
-
"methods": [],
|
|
212425
|
-
"props": {
|
|
212426
|
-
"isDefaultOpen": {
|
|
212427
|
-
"defaultValue": null,
|
|
212428
|
-
"description": "Whether the overlay should be open initially.",
|
|
212429
|
-
"name": "isDefaultOpen",
|
|
212430
|
-
"parent": {
|
|
212431
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
212432
|
-
"name": "OverlayTriggerProps"
|
|
212433
|
-
},
|
|
212434
|
-
"declarations": [
|
|
212435
|
-
{
|
|
212436
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
212437
|
-
"name": "OverlayTriggerProps"
|
|
212438
|
-
}
|
|
212439
|
-
],
|
|
212440
|
-
"required": false,
|
|
212441
|
-
"type": {
|
|
212442
|
-
"name": "boolean"
|
|
212443
|
-
}
|
|
212444
|
-
},
|
|
212445
|
-
"controller": {
|
|
212446
|
-
"defaultValue": null,
|
|
212447
|
-
"description": "A controller to control the state of the overlay.",
|
|
212448
|
-
"name": "controller",
|
|
212449
|
-
"parent": {
|
|
212450
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
212451
|
-
"name": "OverlayTriggerProps"
|
|
212452
|
-
},
|
|
212453
|
-
"declarations": [
|
|
212454
|
-
{
|
|
212455
|
-
"fileName": "components/src/components/OverlayTrigger/OverlayTrigger.tsx",
|
|
212456
|
-
"name": "OverlayTriggerProps"
|
|
212457
|
-
}
|
|
212458
|
-
],
|
|
212459
|
-
"required": false,
|
|
212460
|
-
"type": {
|
|
212461
|
-
"name": "OverlayController"
|
|
212462
|
-
}
|
|
212463
|
-
},
|
|
212464
|
-
"wrapWith": {
|
|
212465
|
-
"defaultValue": null,
|
|
212466
|
-
"description": "",
|
|
212467
|
-
"name": "wrapWith",
|
|
212468
|
-
"parent": {
|
|
212469
|
-
"fileName": "src/lib/componentFactory/flowComponent.tsx",
|
|
212470
|
-
"name": "FlowComponentProps"
|
|
212471
|
-
},
|
|
212472
|
-
"declarations": [
|
|
212473
|
-
{
|
|
212474
|
-
"fileName": "src/lib/componentFactory/flowComponent.tsx",
|
|
212475
|
-
"name": "FlowComponentProps"
|
|
212476
|
-
}
|
|
212477
|
-
],
|
|
212478
|
-
"required": false,
|
|
212479
|
-
"type": {
|
|
212480
|
-
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
212481
|
-
}
|
|
212482
|
-
},
|
|
212483
|
-
"tunnelId": {
|
|
212484
|
-
"defaultValue": null,
|
|
212485
|
-
"description": "@internal",
|
|
212486
|
-
"name": "tunnelId",
|
|
212487
|
-
"parent": {
|
|
212488
|
-
"fileName": "src/lib/types/props.ts",
|
|
212489
|
-
"name": "PropsWithTunnel"
|
|
212490
|
-
},
|
|
212491
|
-
"declarations": [
|
|
212492
|
-
{
|
|
212493
|
-
"fileName": "src/lib/types/props.ts",
|
|
212494
|
-
"name": "PropsWithTunnel"
|
|
212495
|
-
}
|
|
212496
|
-
],
|
|
212497
|
-
"required": false,
|
|
212498
|
-
"type": {
|
|
212499
|
-
"name": "string | null"
|
|
212500
|
-
}
|
|
212501
|
-
},
|
|
212502
|
-
"children": {
|
|
212503
|
-
"defaultValue": null,
|
|
212504
|
-
"description": "",
|
|
212505
|
-
"name": "children",
|
|
212506
|
-
"declarations": [
|
|
212507
|
-
{
|
|
212508
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
212509
|
-
"name": "TypeLiteral"
|
|
212510
|
-
}
|
|
212511
|
-
],
|
|
212512
|
-
"required": false,
|
|
212513
|
-
"type": {
|
|
212514
|
-
"name": "ReactNode"
|
|
212515
|
-
}
|
|
212516
|
-
}
|
|
212517
|
-
}
|
|
212518
|
-
},
|
|
212519
212519
|
{
|
|
212520
212520
|
"tags": {},
|
|
212521
212521
|
"filePath": "src/components/MenuItem/components/MenuItemContent/MenuItemContent.tsx",
|
|
@@ -215324,122 +215324,6 @@
|
|
|
215324
215324
|
}
|
|
215325
215325
|
}
|
|
215326
215326
|
},
|
|
215327
|
-
{
|
|
215328
|
-
"tags": {
|
|
215329
|
-
"flr-generate": "all"
|
|
215330
|
-
},
|
|
215331
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
215332
|
-
"description": "",
|
|
215333
|
-
"displayName": "ListItemViewContent",
|
|
215334
|
-
"methods": [],
|
|
215335
|
-
"props": {
|
|
215336
|
-
"children": {
|
|
215337
|
-
"defaultValue": null,
|
|
215338
|
-
"description": "",
|
|
215339
|
-
"name": "children",
|
|
215340
|
-
"declarations": [
|
|
215341
|
-
{
|
|
215342
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
215343
|
-
"name": "TypeLiteral"
|
|
215344
|
-
}
|
|
215345
|
-
],
|
|
215346
|
-
"required": false,
|
|
215347
|
-
"type": {
|
|
215348
|
-
"name": "ReactNode"
|
|
215349
|
-
}
|
|
215350
|
-
},
|
|
215351
|
-
"title": {
|
|
215352
|
-
"defaultValue": null,
|
|
215353
|
-
"description": "",
|
|
215354
|
-
"name": "title",
|
|
215355
|
-
"declarations": [
|
|
215356
|
-
{
|
|
215357
|
-
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
215358
|
-
"name": "TypeLiteral"
|
|
215359
|
-
}
|
|
215360
|
-
],
|
|
215361
|
-
"required": false,
|
|
215362
|
-
"type": {
|
|
215363
|
-
"name": "ReactNode"
|
|
215364
|
-
}
|
|
215365
|
-
},
|
|
215366
|
-
"subTitle": {
|
|
215367
|
-
"defaultValue": null,
|
|
215368
|
-
"description": "",
|
|
215369
|
-
"name": "subTitle",
|
|
215370
|
-
"declarations": [
|
|
215371
|
-
{
|
|
215372
|
-
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
215373
|
-
"name": "TypeLiteral"
|
|
215374
|
-
}
|
|
215375
|
-
],
|
|
215376
|
-
"required": false,
|
|
215377
|
-
"type": {
|
|
215378
|
-
"name": "ReactNode"
|
|
215379
|
-
}
|
|
215380
|
-
},
|
|
215381
|
-
"avatar": {
|
|
215382
|
-
"defaultValue": null,
|
|
215383
|
-
"description": "",
|
|
215384
|
-
"name": "avatar",
|
|
215385
|
-
"declarations": [
|
|
215386
|
-
{
|
|
215387
|
-
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
215388
|
-
"name": "TypeLiteral"
|
|
215389
|
-
}
|
|
215390
|
-
],
|
|
215391
|
-
"required": false,
|
|
215392
|
-
"type": {
|
|
215393
|
-
"name": "ReactNode"
|
|
215394
|
-
}
|
|
215395
|
-
},
|
|
215396
|
-
"button": {
|
|
215397
|
-
"defaultValue": null,
|
|
215398
|
-
"description": "",
|
|
215399
|
-
"name": "button",
|
|
215400
|
-
"declarations": [
|
|
215401
|
-
{
|
|
215402
|
-
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
215403
|
-
"name": "TypeLiteral"
|
|
215404
|
-
}
|
|
215405
|
-
],
|
|
215406
|
-
"required": false,
|
|
215407
|
-
"type": {
|
|
215408
|
-
"name": "ReactNode"
|
|
215409
|
-
}
|
|
215410
|
-
},
|
|
215411
|
-
"bottom": {
|
|
215412
|
-
"defaultValue": null,
|
|
215413
|
-
"description": "",
|
|
215414
|
-
"name": "bottom",
|
|
215415
|
-
"declarations": [
|
|
215416
|
-
{
|
|
215417
|
-
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
215418
|
-
"name": "TypeLiteral"
|
|
215419
|
-
}
|
|
215420
|
-
],
|
|
215421
|
-
"required": false,
|
|
215422
|
-
"type": {
|
|
215423
|
-
"name": "ReactNode"
|
|
215424
|
-
}
|
|
215425
|
-
},
|
|
215426
|
-
"viewMode": {
|
|
215427
|
-
"defaultValue": null,
|
|
215428
|
-
"description": "",
|
|
215429
|
-
"name": "viewMode",
|
|
215430
|
-
"declarations": [
|
|
215431
|
-
{
|
|
215432
|
-
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
215433
|
-
"name": "TypeLiteral"
|
|
215434
|
-
}
|
|
215435
|
-
],
|
|
215436
|
-
"required": false,
|
|
215437
|
-
"type": {
|
|
215438
|
-
"name": "ListViewMode"
|
|
215439
|
-
}
|
|
215440
|
-
}
|
|
215441
|
-
}
|
|
215442
|
-
},
|
|
215443
215327
|
{
|
|
215444
215328
|
"tags": {
|
|
215445
215329
|
"flr-generate": "all"
|
|
@@ -216332,6 +216216,122 @@
|
|
|
216332
216216
|
}
|
|
216333
216217
|
}
|
|
216334
216218
|
},
|
|
216219
|
+
{
|
|
216220
|
+
"tags": {
|
|
216221
|
+
"flr-generate": "all"
|
|
216222
|
+
},
|
|
216223
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
216224
|
+
"description": "",
|
|
216225
|
+
"displayName": "ListItemViewContent",
|
|
216226
|
+
"methods": [],
|
|
216227
|
+
"props": {
|
|
216228
|
+
"children": {
|
|
216229
|
+
"defaultValue": null,
|
|
216230
|
+
"description": "",
|
|
216231
|
+
"name": "children",
|
|
216232
|
+
"declarations": [
|
|
216233
|
+
{
|
|
216234
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
216235
|
+
"name": "TypeLiteral"
|
|
216236
|
+
}
|
|
216237
|
+
],
|
|
216238
|
+
"required": false,
|
|
216239
|
+
"type": {
|
|
216240
|
+
"name": "ReactNode"
|
|
216241
|
+
}
|
|
216242
|
+
},
|
|
216243
|
+
"title": {
|
|
216244
|
+
"defaultValue": null,
|
|
216245
|
+
"description": "",
|
|
216246
|
+
"name": "title",
|
|
216247
|
+
"declarations": [
|
|
216248
|
+
{
|
|
216249
|
+
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
216250
|
+
"name": "TypeLiteral"
|
|
216251
|
+
}
|
|
216252
|
+
],
|
|
216253
|
+
"required": false,
|
|
216254
|
+
"type": {
|
|
216255
|
+
"name": "ReactNode"
|
|
216256
|
+
}
|
|
216257
|
+
},
|
|
216258
|
+
"subTitle": {
|
|
216259
|
+
"defaultValue": null,
|
|
216260
|
+
"description": "",
|
|
216261
|
+
"name": "subTitle",
|
|
216262
|
+
"declarations": [
|
|
216263
|
+
{
|
|
216264
|
+
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
216265
|
+
"name": "TypeLiteral"
|
|
216266
|
+
}
|
|
216267
|
+
],
|
|
216268
|
+
"required": false,
|
|
216269
|
+
"type": {
|
|
216270
|
+
"name": "ReactNode"
|
|
216271
|
+
}
|
|
216272
|
+
},
|
|
216273
|
+
"avatar": {
|
|
216274
|
+
"defaultValue": null,
|
|
216275
|
+
"description": "",
|
|
216276
|
+
"name": "avatar",
|
|
216277
|
+
"declarations": [
|
|
216278
|
+
{
|
|
216279
|
+
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
216280
|
+
"name": "TypeLiteral"
|
|
216281
|
+
}
|
|
216282
|
+
],
|
|
216283
|
+
"required": false,
|
|
216284
|
+
"type": {
|
|
216285
|
+
"name": "ReactNode"
|
|
216286
|
+
}
|
|
216287
|
+
},
|
|
216288
|
+
"button": {
|
|
216289
|
+
"defaultValue": null,
|
|
216290
|
+
"description": "",
|
|
216291
|
+
"name": "button",
|
|
216292
|
+
"declarations": [
|
|
216293
|
+
{
|
|
216294
|
+
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
216295
|
+
"name": "TypeLiteral"
|
|
216296
|
+
}
|
|
216297
|
+
],
|
|
216298
|
+
"required": false,
|
|
216299
|
+
"type": {
|
|
216300
|
+
"name": "ReactNode"
|
|
216301
|
+
}
|
|
216302
|
+
},
|
|
216303
|
+
"bottom": {
|
|
216304
|
+
"defaultValue": null,
|
|
216305
|
+
"description": "",
|
|
216306
|
+
"name": "bottom",
|
|
216307
|
+
"declarations": [
|
|
216308
|
+
{
|
|
216309
|
+
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
216310
|
+
"name": "TypeLiteral"
|
|
216311
|
+
}
|
|
216312
|
+
],
|
|
216313
|
+
"required": false,
|
|
216314
|
+
"type": {
|
|
216315
|
+
"name": "ReactNode"
|
|
216316
|
+
}
|
|
216317
|
+
},
|
|
216318
|
+
"viewMode": {
|
|
216319
|
+
"defaultValue": null,
|
|
216320
|
+
"description": "",
|
|
216321
|
+
"name": "viewMode",
|
|
216322
|
+
"declarations": [
|
|
216323
|
+
{
|
|
216324
|
+
"fileName": "components/src/components/List/components/ListItemView/components/ListItemViewContent/ListItemViewContent.tsx",
|
|
216325
|
+
"name": "TypeLiteral"
|
|
216326
|
+
}
|
|
216327
|
+
],
|
|
216328
|
+
"required": false,
|
|
216329
|
+
"type": {
|
|
216330
|
+
"name": "ListViewMode"
|
|
216331
|
+
}
|
|
216332
|
+
}
|
|
216333
|
+
}
|
|
216334
|
+
},
|
|
216335
216335
|
{
|
|
216336
216336
|
"tags": {},
|
|
216337
216337
|
"filePath": "src/components/List/components/Items/components/Item/Item.tsx",
|