@mittwald/flow-react-components 0.2.0-alpha.421 → 0.2.0-alpha.422
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 +6 -0
- package/dist/assets/doc-properties.json +307 -307
- package/dist/js/components/src/components/ColumnLayout/ColumnLayout.mjs +3 -1
- package/dist/js/components/src/components/ColumnLayout/ColumnLayout.mjs.map +1 -1
- package/dist/types/components/ColumnLayout/ColumnLayout.d.ts.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
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.422](https://github.com/mittwald/flow/compare/0.2.0-alpha.421...0.2.0-alpha.422) (2025-08-18)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **Remote:** <ColumnLayout/> is not hidden when suspended ([#1893](https://github.com/mittwald/flow/issues/1893)) ([7d49d63](https://github.com/mittwald/flow/commit/7d49d630aa15d690fc697b105c6e6a3a5b74b009))
|
|
11
|
+
|
|
6
12
|
# [0.2.0-alpha.421](https://github.com/mittwald/flow/compare/0.2.0-alpha.420...0.2.0-alpha.421) (2025-08-18)
|
|
7
13
|
|
|
8
14
|
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
@@ -297402,6 +297402,49 @@
|
|
|
297402
297402
|
}
|
|
297403
297403
|
}
|
|
297404
297404
|
},
|
|
297405
|
+
{
|
|
297406
|
+
"tags": {},
|
|
297407
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Legend/components/LegendItem/LegendItem.tsx",
|
|
297408
|
+
"description": "",
|
|
297409
|
+
"displayName": "LegendItem",
|
|
297410
|
+
"methods": [],
|
|
297411
|
+
"props": {
|
|
297412
|
+
"color": {
|
|
297413
|
+
"defaultValue": null,
|
|
297414
|
+
"description": "",
|
|
297415
|
+
"name": "color",
|
|
297416
|
+
"parent": {
|
|
297417
|
+
"fileName": "components/src/components/Legend/components/LegendItem/LegendItem.tsx",
|
|
297418
|
+
"name": "LegendItemProps"
|
|
297419
|
+
},
|
|
297420
|
+
"declarations": [
|
|
297421
|
+
{
|
|
297422
|
+
"fileName": "components/src/components/Legend/components/LegendItem/LegendItem.tsx",
|
|
297423
|
+
"name": "LegendItemProps"
|
|
297424
|
+
}
|
|
297425
|
+
],
|
|
297426
|
+
"required": false,
|
|
297427
|
+
"type": {
|
|
297428
|
+
"name": "\"sea-green\" | \"palatinate-blue\" | \"tangerine\" | \"magenta\" | \"tropical-indigo\" | \"malachite\" | \"azure\" | \"violet\" | \"yellow\" | \"alloy-orange\" | \"green\" | \"lime\""
|
|
297429
|
+
}
|
|
297430
|
+
},
|
|
297431
|
+
"children": {
|
|
297432
|
+
"defaultValue": null,
|
|
297433
|
+
"description": "",
|
|
297434
|
+
"name": "children",
|
|
297435
|
+
"declarations": [
|
|
297436
|
+
{
|
|
297437
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
297438
|
+
"name": "TypeLiteral"
|
|
297439
|
+
}
|
|
297440
|
+
],
|
|
297441
|
+
"required": false,
|
|
297442
|
+
"type": {
|
|
297443
|
+
"name": "ReactNode"
|
|
297444
|
+
}
|
|
297445
|
+
}
|
|
297446
|
+
}
|
|
297447
|
+
},
|
|
297405
297448
|
{
|
|
297406
297449
|
"tags": {},
|
|
297407
297450
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/LightBox/components/LightBoxTrigger/LightBoxTrigger.tsx",
|
|
@@ -297540,49 +297583,6 @@
|
|
|
297540
297583
|
}
|
|
297541
297584
|
}
|
|
297542
297585
|
},
|
|
297543
|
-
{
|
|
297544
|
-
"tags": {},
|
|
297545
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Legend/components/LegendItem/LegendItem.tsx",
|
|
297546
|
-
"description": "",
|
|
297547
|
-
"displayName": "LegendItem",
|
|
297548
|
-
"methods": [],
|
|
297549
|
-
"props": {
|
|
297550
|
-
"color": {
|
|
297551
|
-
"defaultValue": null,
|
|
297552
|
-
"description": "",
|
|
297553
|
-
"name": "color",
|
|
297554
|
-
"parent": {
|
|
297555
|
-
"fileName": "components/src/components/Legend/components/LegendItem/LegendItem.tsx",
|
|
297556
|
-
"name": "LegendItemProps"
|
|
297557
|
-
},
|
|
297558
|
-
"declarations": [
|
|
297559
|
-
{
|
|
297560
|
-
"fileName": "components/src/components/Legend/components/LegendItem/LegendItem.tsx",
|
|
297561
|
-
"name": "LegendItemProps"
|
|
297562
|
-
}
|
|
297563
|
-
],
|
|
297564
|
-
"required": false,
|
|
297565
|
-
"type": {
|
|
297566
|
-
"name": "\"sea-green\" | \"palatinate-blue\" | \"tangerine\" | \"magenta\" | \"tropical-indigo\" | \"malachite\" | \"azure\" | \"violet\" | \"yellow\" | \"alloy-orange\" | \"green\" | \"lime\""
|
|
297567
|
-
}
|
|
297568
|
-
},
|
|
297569
|
-
"children": {
|
|
297570
|
-
"defaultValue": null,
|
|
297571
|
-
"description": "",
|
|
297572
|
-
"name": "children",
|
|
297573
|
-
"declarations": [
|
|
297574
|
-
{
|
|
297575
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
297576
|
-
"name": "TypeLiteral"
|
|
297577
|
-
}
|
|
297578
|
-
],
|
|
297579
|
-
"required": false,
|
|
297580
|
-
"type": {
|
|
297581
|
-
"name": "ReactNode"
|
|
297582
|
-
}
|
|
297583
|
-
}
|
|
297584
|
-
}
|
|
297585
|
-
},
|
|
297586
297586
|
{
|
|
297587
297587
|
"tags": {},
|
|
297588
297588
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/FileCard/components/FileSizeText/FileSizeText.tsx",
|
|
@@ -300238,11 +300238,32 @@
|
|
|
300238
300238
|
"tags": {
|
|
300239
300239
|
"flr-generate": "all"
|
|
300240
300240
|
},
|
|
300241
|
-
"filePath": "src/components/CartesianChart/components/
|
|
300241
|
+
"filePath": "src/components/CartesianChart/components/Line/Line.tsx",
|
|
300242
300242
|
"description": "",
|
|
300243
|
-
"displayName": "
|
|
300243
|
+
"displayName": "Line",
|
|
300244
300244
|
"methods": [],
|
|
300245
300245
|
"props": {
|
|
300246
|
+
"color": {
|
|
300247
|
+
"defaultValue": {
|
|
300248
|
+
"value": "\"sea-green\""
|
|
300249
|
+
},
|
|
300250
|
+
"description": "The color of the line.",
|
|
300251
|
+
"name": "color",
|
|
300252
|
+
"parent": {
|
|
300253
|
+
"fileName": "src/components/CartesianChart/components/Line/Line.tsx",
|
|
300254
|
+
"name": "LineProps"
|
|
300255
|
+
},
|
|
300256
|
+
"declarations": [
|
|
300257
|
+
{
|
|
300258
|
+
"fileName": "src/components/CartesianChart/components/Line/Line.tsx",
|
|
300259
|
+
"name": "LineProps"
|
|
300260
|
+
}
|
|
300261
|
+
],
|
|
300262
|
+
"required": false,
|
|
300263
|
+
"type": {
|
|
300264
|
+
"name": "\"sea-green\" | \"palatinate-blue\" | \"tangerine\" | \"magenta\" | \"tropical-indigo\" | \"malachite\" | \"azure\" | \"violet\" | \"yellow\" | \"alloy-orange\" | \"green\" | \"lime\""
|
|
300265
|
+
}
|
|
300266
|
+
},
|
|
300246
300267
|
"className": {
|
|
300247
300268
|
"defaultValue": null,
|
|
300248
300269
|
"description": "",
|
|
@@ -300262,162 +300283,177 @@
|
|
|
300262
300283
|
"name": "string"
|
|
300263
300284
|
}
|
|
300264
300285
|
},
|
|
300265
|
-
"
|
|
300286
|
+
"key": {
|
|
300266
300287
|
"defaultValue": null,
|
|
300267
300288
|
"description": "",
|
|
300268
|
-
"name": "
|
|
300289
|
+
"name": "key",
|
|
300269
300290
|
"parent": {
|
|
300270
300291
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
300271
|
-
"name": "
|
|
300292
|
+
"name": "Attributes"
|
|
300272
300293
|
},
|
|
300273
300294
|
"declarations": [
|
|
300274
300295
|
{
|
|
300275
300296
|
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
300276
|
-
"name": "
|
|
300297
|
+
"name": "Attributes"
|
|
300277
300298
|
}
|
|
300278
300299
|
],
|
|
300279
300300
|
"required": false,
|
|
300280
300301
|
"type": {
|
|
300281
|
-
"name": "
|
|
300302
|
+
"name": "Key | null"
|
|
300282
300303
|
}
|
|
300283
300304
|
},
|
|
300284
|
-
"
|
|
300305
|
+
"type": {
|
|
300285
300306
|
"defaultValue": null,
|
|
300286
|
-
"description": "
|
|
300287
|
-
"name": "
|
|
300307
|
+
"description": "",
|
|
300308
|
+
"name": "type",
|
|
300288
300309
|
"parent": {
|
|
300289
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/
|
|
300290
|
-
"name": "
|
|
300310
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
|
|
300311
|
+
"name": "CurveProps"
|
|
300291
300312
|
},
|
|
300292
300313
|
"declarations": [
|
|
300293
300314
|
{
|
|
300294
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/
|
|
300295
|
-
"name": "
|
|
300315
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
|
|
300316
|
+
"name": "CurveProps"
|
|
300317
|
+
},
|
|
300318
|
+
{
|
|
300319
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
300320
|
+
"name": "LineProps"
|
|
300296
300321
|
}
|
|
300297
300322
|
],
|
|
300298
300323
|
"required": false,
|
|
300299
300324
|
"type": {
|
|
300300
|
-
"name": "
|
|
300325
|
+
"name": "CurveType"
|
|
300301
300326
|
}
|
|
300302
300327
|
},
|
|
300303
|
-
"
|
|
300328
|
+
"dataKey": {
|
|
300304
300329
|
"defaultValue": null,
|
|
300305
300330
|
"description": "",
|
|
300306
|
-
"name": "
|
|
300331
|
+
"name": "dataKey",
|
|
300307
300332
|
"parent": {
|
|
300308
|
-
"fileName": "flow/node_modules/.pnpm
|
|
300309
|
-
"name": "
|
|
300333
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
300334
|
+
"name": "LineProps"
|
|
300310
300335
|
},
|
|
300311
300336
|
"declarations": [
|
|
300312
300337
|
{
|
|
300313
|
-
"fileName": "flow/node_modules/.pnpm
|
|
300314
|
-
"name": "
|
|
300338
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
300339
|
+
"name": "LineProps"
|
|
300315
300340
|
}
|
|
300316
300341
|
],
|
|
300317
300342
|
"required": false,
|
|
300318
300343
|
"type": {
|
|
300319
|
-
"name": "
|
|
300344
|
+
"name": "DataKey<any>"
|
|
300320
300345
|
}
|
|
300321
300346
|
},
|
|
300322
|
-
"
|
|
300347
|
+
"unit": {
|
|
300323
300348
|
"defaultValue": null,
|
|
300324
|
-
"description": "
|
|
300325
|
-
"name": "
|
|
300349
|
+
"description": "",
|
|
300350
|
+
"name": "unit",
|
|
300326
300351
|
"parent": {
|
|
300327
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/
|
|
300328
|
-
"name": "
|
|
300352
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
300353
|
+
"name": "LineProps"
|
|
300329
300354
|
},
|
|
300330
300355
|
"declarations": [
|
|
300331
300356
|
{
|
|
300332
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/
|
|
300333
|
-
"name": "
|
|
300357
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
300358
|
+
"name": "LineProps"
|
|
300334
300359
|
}
|
|
300335
300360
|
],
|
|
300336
300361
|
"required": false,
|
|
300337
300362
|
"type": {
|
|
300338
|
-
"name": "
|
|
300363
|
+
"name": "string | number"
|
|
300339
300364
|
}
|
|
300340
300365
|
},
|
|
300341
|
-
"
|
|
300366
|
+
"xAxisId": {
|
|
300342
300367
|
"defaultValue": null,
|
|
300343
|
-
"description": "
|
|
300344
|
-
"name": "
|
|
300368
|
+
"description": "",
|
|
300369
|
+
"name": "xAxisId",
|
|
300345
300370
|
"parent": {
|
|
300346
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/
|
|
300347
|
-
"name": "
|
|
300371
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
300372
|
+
"name": "LineProps"
|
|
300348
300373
|
},
|
|
300349
300374
|
"declarations": [
|
|
300350
300375
|
{
|
|
300351
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/
|
|
300352
|
-
"name": "
|
|
300376
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
300377
|
+
"name": "LineProps"
|
|
300353
300378
|
}
|
|
300354
300379
|
],
|
|
300355
300380
|
"required": false,
|
|
300356
300381
|
"type": {
|
|
300357
|
-
"name": "
|
|
300382
|
+
"name": "AxisId"
|
|
300358
300383
|
}
|
|
300359
300384
|
},
|
|
300360
|
-
"
|
|
300385
|
+
"yAxisId": {
|
|
300361
300386
|
"defaultValue": null,
|
|
300362
|
-
"description": "
|
|
300363
|
-
"name": "
|
|
300387
|
+
"description": "",
|
|
300388
|
+
"name": "yAxisId",
|
|
300364
300389
|
"parent": {
|
|
300365
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/
|
|
300366
|
-
"name": "
|
|
300390
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
300391
|
+
"name": "LineProps"
|
|
300367
300392
|
},
|
|
300368
300393
|
"declarations": [
|
|
300369
300394
|
{
|
|
300370
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/
|
|
300371
|
-
"name": "
|
|
300395
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
300396
|
+
"name": "LineProps"
|
|
300372
300397
|
}
|
|
300373
300398
|
],
|
|
300374
300399
|
"required": false,
|
|
300375
300400
|
"type": {
|
|
300376
|
-
"name": "
|
|
300401
|
+
"name": "AxisId"
|
|
300377
300402
|
}
|
|
300378
|
-
}
|
|
300379
|
-
|
|
300403
|
+
}
|
|
300404
|
+
}
|
|
300405
|
+
},
|
|
300406
|
+
{
|
|
300407
|
+
"tags": {
|
|
300408
|
+
"flr-generate": "all"
|
|
300409
|
+
},
|
|
300410
|
+
"filePath": "src/components/CartesianChart/components/XAxis/XAxis.tsx",
|
|
300411
|
+
"description": "",
|
|
300412
|
+
"displayName": "XAxis",
|
|
300413
|
+
"methods": [],
|
|
300414
|
+
"props": {
|
|
300415
|
+
"className": {
|
|
300380
300416
|
"defaultValue": null,
|
|
300381
300417
|
"description": "",
|
|
300382
|
-
"name": "
|
|
300418
|
+
"name": "className",
|
|
300383
300419
|
"parent": {
|
|
300384
|
-
"fileName": "flow/node_modules/.pnpm
|
|
300385
|
-
"name": "
|
|
300420
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
300421
|
+
"name": "HTMLAttributes"
|
|
300386
300422
|
},
|
|
300387
300423
|
"declarations": [
|
|
300388
300424
|
{
|
|
300389
|
-
"fileName": "flow/node_modules/.pnpm
|
|
300390
|
-
"name": "
|
|
300425
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
300426
|
+
"name": "HTMLAttributes"
|
|
300391
300427
|
}
|
|
300392
300428
|
],
|
|
300393
300429
|
"required": false,
|
|
300394
300430
|
"type": {
|
|
300395
|
-
"name": "
|
|
300431
|
+
"name": "string"
|
|
300396
300432
|
}
|
|
300397
300433
|
},
|
|
300398
|
-
"
|
|
300434
|
+
"type": {
|
|
300399
300435
|
"defaultValue": null,
|
|
300400
300436
|
"description": "",
|
|
300401
|
-
"name": "
|
|
300437
|
+
"name": "type",
|
|
300402
300438
|
"parent": {
|
|
300403
|
-
"fileName": "flow/node_modules/.pnpm
|
|
300404
|
-
"name": "
|
|
300439
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
300440
|
+
"name": "SVGAttributes"
|
|
300405
300441
|
},
|
|
300406
300442
|
"declarations": [
|
|
300407
300443
|
{
|
|
300408
|
-
"fileName": "flow/node_modules/.pnpm
|
|
300409
|
-
"name": "
|
|
300444
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
300445
|
+
"name": "SVGAttributes"
|
|
300410
300446
|
}
|
|
300411
300447
|
],
|
|
300412
300448
|
"required": false,
|
|
300413
300449
|
"type": {
|
|
300414
|
-
"name": "
|
|
300450
|
+
"name": "string"
|
|
300415
300451
|
}
|
|
300416
300452
|
},
|
|
300417
|
-
"
|
|
300453
|
+
"hide": {
|
|
300418
300454
|
"defaultValue": null,
|
|
300419
|
-
"description": "
|
|
300420
|
-
"name": "
|
|
300455
|
+
"description": "Whether display the axis",
|
|
300456
|
+
"name": "hide",
|
|
300421
300457
|
"parent": {
|
|
300422
300458
|
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
300423
300459
|
"name": "BaseAxisProps"
|
|
@@ -300430,32 +300466,32 @@
|
|
|
300430
300466
|
],
|
|
300431
300467
|
"required": false,
|
|
300432
300468
|
"type": {
|
|
300433
|
-
"name": "
|
|
300469
|
+
"name": "boolean"
|
|
300434
300470
|
}
|
|
300435
300471
|
},
|
|
300436
|
-
"
|
|
300472
|
+
"orientation": {
|
|
300437
300473
|
"defaultValue": null,
|
|
300438
|
-
"description": "
|
|
300439
|
-
"name": "
|
|
300474
|
+
"description": "",
|
|
300475
|
+
"name": "orientation",
|
|
300440
300476
|
"parent": {
|
|
300441
|
-
"fileName": "flow/node_modules/.pnpm
|
|
300442
|
-
"name": "
|
|
300477
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
300478
|
+
"name": "SVGAttributes"
|
|
300443
300479
|
},
|
|
300444
300480
|
"declarations": [
|
|
300445
300481
|
{
|
|
300446
|
-
"fileName": "flow/node_modules/.pnpm
|
|
300447
|
-
"name": "
|
|
300482
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
300483
|
+
"name": "SVGAttributes"
|
|
300448
300484
|
}
|
|
300449
300485
|
],
|
|
300450
300486
|
"required": false,
|
|
300451
300487
|
"type": {
|
|
300452
|
-
"name": "string"
|
|
300488
|
+
"name": "string | number"
|
|
300453
300489
|
}
|
|
300454
300490
|
},
|
|
300455
|
-
"
|
|
300491
|
+
"scale": {
|
|
300456
300492
|
"defaultValue": null,
|
|
300457
|
-
"description": "The
|
|
300458
|
-
"name": "
|
|
300493
|
+
"description": "The scale type as a string, or scale function",
|
|
300494
|
+
"name": "scale",
|
|
300459
300495
|
"parent": {
|
|
300460
300496
|
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
300461
300497
|
"name": "BaseAxisProps"
|
|
@@ -300468,13 +300504,13 @@
|
|
|
300468
300504
|
],
|
|
300469
300505
|
"required": false,
|
|
300470
300506
|
"type": {
|
|
300471
|
-
"name": "
|
|
300507
|
+
"name": "ScaleType | RechartsScale"
|
|
300472
300508
|
}
|
|
300473
300509
|
},
|
|
300474
|
-
"
|
|
300510
|
+
"dataKey": {
|
|
300475
300511
|
"defaultValue": null,
|
|
300476
|
-
"description": "
|
|
300477
|
-
"name": "
|
|
300512
|
+
"description": "The key of data displayed in the axis",
|
|
300513
|
+
"name": "dataKey",
|
|
300478
300514
|
"parent": {
|
|
300479
300515
|
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
300480
300516
|
"name": "BaseAxisProps"
|
|
@@ -300487,176 +300523,140 @@
|
|
|
300487
300523
|
],
|
|
300488
300524
|
"required": false,
|
|
300489
300525
|
"type": {
|
|
300490
|
-
"name": "
|
|
300491
|
-
}
|
|
300492
|
-
}
|
|
300493
|
-
}
|
|
300494
|
-
},
|
|
300495
|
-
{
|
|
300496
|
-
"tags": {
|
|
300497
|
-
"flr-generate": "all"
|
|
300498
|
-
},
|
|
300499
|
-
"filePath": "src/components/CartesianChart/components/Line/Line.tsx",
|
|
300500
|
-
"description": "",
|
|
300501
|
-
"displayName": "Line",
|
|
300502
|
-
"methods": [],
|
|
300503
|
-
"props": {
|
|
300504
|
-
"color": {
|
|
300505
|
-
"defaultValue": {
|
|
300506
|
-
"value": "\"sea-green\""
|
|
300507
|
-
},
|
|
300508
|
-
"description": "The color of the line.",
|
|
300509
|
-
"name": "color",
|
|
300510
|
-
"parent": {
|
|
300511
|
-
"fileName": "src/components/CartesianChart/components/Line/Line.tsx",
|
|
300512
|
-
"name": "LineProps"
|
|
300513
|
-
},
|
|
300514
|
-
"declarations": [
|
|
300515
|
-
{
|
|
300516
|
-
"fileName": "src/components/CartesianChart/components/Line/Line.tsx",
|
|
300517
|
-
"name": "LineProps"
|
|
300518
|
-
}
|
|
300519
|
-
],
|
|
300520
|
-
"required": false,
|
|
300521
|
-
"type": {
|
|
300522
|
-
"name": "\"sea-green\" | \"palatinate-blue\" | \"tangerine\" | \"magenta\" | \"tropical-indigo\" | \"malachite\" | \"azure\" | \"violet\" | \"yellow\" | \"alloy-orange\" | \"green\" | \"lime\""
|
|
300526
|
+
"name": "DataKey<any>"
|
|
300523
300527
|
}
|
|
300524
300528
|
},
|
|
300525
|
-
"
|
|
300529
|
+
"allowDecimals": {
|
|
300526
300530
|
"defaultValue": null,
|
|
300527
|
-
"description": "",
|
|
300528
|
-
"name": "
|
|
300531
|
+
"description": "Allow the ticks of axis to be decimals or not.",
|
|
300532
|
+
"name": "allowDecimals",
|
|
300529
300533
|
"parent": {
|
|
300530
|
-
"fileName": "flow/node_modules/.pnpm
|
|
300531
|
-
"name": "
|
|
300534
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
300535
|
+
"name": "BaseAxisProps"
|
|
300532
300536
|
},
|
|
300533
300537
|
"declarations": [
|
|
300534
300538
|
{
|
|
300535
|
-
"fileName": "flow/node_modules/.pnpm
|
|
300536
|
-
"name": "
|
|
300539
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
300540
|
+
"name": "BaseAxisProps"
|
|
300537
300541
|
}
|
|
300538
300542
|
],
|
|
300539
300543
|
"required": false,
|
|
300540
300544
|
"type": {
|
|
300541
|
-
"name": "
|
|
300545
|
+
"name": "boolean"
|
|
300542
300546
|
}
|
|
300543
300547
|
},
|
|
300544
|
-
"
|
|
300548
|
+
"interval": {
|
|
300545
300549
|
"defaultValue": null,
|
|
300546
300550
|
"description": "",
|
|
300547
|
-
"name": "
|
|
300551
|
+
"name": "interval",
|
|
300548
300552
|
"parent": {
|
|
300549
|
-
"fileName": "flow/node_modules/.pnpm
|
|
300550
|
-
"name": "
|
|
300553
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
300554
|
+
"name": "XAxisProps"
|
|
300551
300555
|
},
|
|
300552
300556
|
"declarations": [
|
|
300553
300557
|
{
|
|
300554
|
-
"fileName": "flow/node_modules/.pnpm
|
|
300555
|
-
"name": "
|
|
300558
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
300559
|
+
"name": "XAxisProps"
|
|
300556
300560
|
}
|
|
300557
300561
|
],
|
|
300558
300562
|
"required": false,
|
|
300559
300563
|
"type": {
|
|
300560
|
-
"name": "
|
|
300564
|
+
"name": "AxisInterval"
|
|
300561
300565
|
}
|
|
300562
300566
|
},
|
|
300563
|
-
"
|
|
300567
|
+
"minTickGap": {
|
|
300564
300568
|
"defaultValue": null,
|
|
300565
300569
|
"description": "",
|
|
300566
|
-
"name": "
|
|
300570
|
+
"name": "minTickGap",
|
|
300567
300571
|
"parent": {
|
|
300568
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/
|
|
300569
|
-
"name": "
|
|
300572
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
300573
|
+
"name": "XAxisProps"
|
|
300570
300574
|
},
|
|
300571
300575
|
"declarations": [
|
|
300572
300576
|
{
|
|
300573
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/
|
|
300574
|
-
"name": "
|
|
300575
|
-
},
|
|
300576
|
-
{
|
|
300577
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
300578
|
-
"name": "LineProps"
|
|
300577
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/XAxis.d.ts",
|
|
300578
|
+
"name": "XAxisProps"
|
|
300579
300579
|
}
|
|
300580
300580
|
],
|
|
300581
300581
|
"required": false,
|
|
300582
300582
|
"type": {
|
|
300583
|
-
"name": "
|
|
300583
|
+
"name": "number"
|
|
300584
300584
|
}
|
|
300585
300585
|
},
|
|
300586
|
-
"
|
|
300586
|
+
"domain": {
|
|
300587
300587
|
"defaultValue": null,
|
|
300588
|
-
"description": "",
|
|
300589
|
-
"name": "
|
|
300588
|
+
"description": "The domain of scale in this axis",
|
|
300589
|
+
"name": "domain",
|
|
300590
300590
|
"parent": {
|
|
300591
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/
|
|
300592
|
-
"name": "
|
|
300591
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
300592
|
+
"name": "BaseAxisProps"
|
|
300593
300593
|
},
|
|
300594
300594
|
"declarations": [
|
|
300595
300595
|
{
|
|
300596
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/
|
|
300597
|
-
"name": "
|
|
300596
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
300597
|
+
"name": "BaseAxisProps"
|
|
300598
300598
|
}
|
|
300599
300599
|
],
|
|
300600
300600
|
"required": false,
|
|
300601
300601
|
"type": {
|
|
300602
|
-
"name": "
|
|
300602
|
+
"name": "AxisDomain"
|
|
300603
300603
|
}
|
|
300604
300604
|
},
|
|
300605
300605
|
"unit": {
|
|
300606
300606
|
"defaultValue": null,
|
|
300607
|
-
"description": "",
|
|
300607
|
+
"description": "The unit of data displayed in the axis",
|
|
300608
300608
|
"name": "unit",
|
|
300609
300609
|
"parent": {
|
|
300610
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/
|
|
300611
|
-
"name": "
|
|
300610
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
300611
|
+
"name": "BaseAxisProps"
|
|
300612
300612
|
},
|
|
300613
300613
|
"declarations": [
|
|
300614
300614
|
{
|
|
300615
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/
|
|
300616
|
-
"name": "
|
|
300615
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
300616
|
+
"name": "BaseAxisProps"
|
|
300617
300617
|
}
|
|
300618
300618
|
],
|
|
300619
300619
|
"required": false,
|
|
300620
300620
|
"type": {
|
|
300621
|
-
"name": "string
|
|
300621
|
+
"name": "string"
|
|
300622
300622
|
}
|
|
300623
300623
|
},
|
|
300624
|
-
"
|
|
300624
|
+
"tickFormatter": {
|
|
300625
300625
|
"defaultValue": null,
|
|
300626
|
-
"description": "",
|
|
300627
|
-
"name": "
|
|
300626
|
+
"description": "The formatter function of tick",
|
|
300627
|
+
"name": "tickFormatter",
|
|
300628
300628
|
"parent": {
|
|
300629
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/
|
|
300630
|
-
"name": "
|
|
300629
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
300630
|
+
"name": "BaseAxisProps"
|
|
300631
300631
|
},
|
|
300632
300632
|
"declarations": [
|
|
300633
300633
|
{
|
|
300634
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/
|
|
300635
|
-
"name": "
|
|
300634
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
300635
|
+
"name": "BaseAxisProps"
|
|
300636
300636
|
}
|
|
300637
300637
|
],
|
|
300638
300638
|
"required": false,
|
|
300639
300639
|
"type": {
|
|
300640
|
-
"name": "
|
|
300640
|
+
"name": "((value: any, index: number) => string)"
|
|
300641
300641
|
}
|
|
300642
300642
|
},
|
|
300643
|
-
"
|
|
300643
|
+
"allowDataOverflow": {
|
|
300644
300644
|
"defaultValue": null,
|
|
300645
|
-
"description": "",
|
|
300646
|
-
"name": "
|
|
300645
|
+
"description": "When domain of the axis is specified and the type of the axis is 'number',\nif allowDataOverflow is set to be false,\nthe domain will be adjusted when the minimum value of data is smaller than domain[0] or\nthe maximum value of data is greater than domain[1] so that the axis displays all data values.\nIf set to true, graphic elements (line, area, bars) will be clipped to conform to the specified domain.",
|
|
300646
|
+
"name": "allowDataOverflow",
|
|
300647
300647
|
"parent": {
|
|
300648
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/
|
|
300649
|
-
"name": "
|
|
300648
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
300649
|
+
"name": "BaseAxisProps"
|
|
300650
300650
|
},
|
|
300651
300651
|
"declarations": [
|
|
300652
300652
|
{
|
|
300653
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/
|
|
300654
|
-
"name": "
|
|
300653
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/util/types.d.ts",
|
|
300654
|
+
"name": "BaseAxisProps"
|
|
300655
300655
|
}
|
|
300656
300656
|
],
|
|
300657
300657
|
"required": false,
|
|
300658
300658
|
"type": {
|
|
300659
|
-
"name": "
|
|
300659
|
+
"name": "boolean"
|
|
300660
300660
|
}
|
|
300661
300661
|
}
|
|
300662
300662
|
}
|
|
@@ -309743,93 +309743,6 @@
|
|
|
309743
309743
|
}
|
|
309744
309744
|
}
|
|
309745
309745
|
},
|
|
309746
|
-
{
|
|
309747
|
-
"tags": {
|
|
309748
|
-
"flr-generate": "all"
|
|
309749
|
-
},
|
|
309750
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/CartesianGrid/CartesianGrid.tsx",
|
|
309751
|
-
"description": "",
|
|
309752
|
-
"displayName": "CartesianGrid",
|
|
309753
|
-
"methods": [],
|
|
309754
|
-
"props": {
|
|
309755
|
-
"className": {
|
|
309756
|
-
"defaultValue": null,
|
|
309757
|
-
"description": "",
|
|
309758
|
-
"name": "className",
|
|
309759
|
-
"parent": {
|
|
309760
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
309761
|
-
"name": "HTMLAttributes"
|
|
309762
|
-
},
|
|
309763
|
-
"declarations": [
|
|
309764
|
-
{
|
|
309765
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
309766
|
-
"name": "HTMLAttributes"
|
|
309767
|
-
}
|
|
309768
|
-
],
|
|
309769
|
-
"required": false,
|
|
309770
|
-
"type": {
|
|
309771
|
-
"name": "string"
|
|
309772
|
-
}
|
|
309773
|
-
},
|
|
309774
|
-
"horizontal": {
|
|
309775
|
-
"defaultValue": null,
|
|
309776
|
-
"description": "",
|
|
309777
|
-
"name": "horizontal",
|
|
309778
|
-
"parent": {
|
|
309779
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
|
|
309780
|
-
"name": "CartesianGridProps"
|
|
309781
|
-
},
|
|
309782
|
-
"declarations": [
|
|
309783
|
-
{
|
|
309784
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
|
|
309785
|
-
"name": "CartesianGridProps"
|
|
309786
|
-
}
|
|
309787
|
-
],
|
|
309788
|
-
"required": false,
|
|
309789
|
-
"type": {
|
|
309790
|
-
"name": "GridLineType"
|
|
309791
|
-
}
|
|
309792
|
-
},
|
|
309793
|
-
"vertical": {
|
|
309794
|
-
"defaultValue": null,
|
|
309795
|
-
"description": "",
|
|
309796
|
-
"name": "vertical",
|
|
309797
|
-
"parent": {
|
|
309798
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
|
|
309799
|
-
"name": "CartesianGridProps"
|
|
309800
|
-
},
|
|
309801
|
-
"declarations": [
|
|
309802
|
-
{
|
|
309803
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
|
|
309804
|
-
"name": "CartesianGridProps"
|
|
309805
|
-
}
|
|
309806
|
-
],
|
|
309807
|
-
"required": false,
|
|
309808
|
-
"type": {
|
|
309809
|
-
"name": "GridLineType"
|
|
309810
|
-
}
|
|
309811
|
-
},
|
|
309812
|
-
"strokeDasharray": {
|
|
309813
|
-
"defaultValue": null,
|
|
309814
|
-
"description": "",
|
|
309815
|
-
"name": "strokeDasharray",
|
|
309816
|
-
"parent": {
|
|
309817
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
309818
|
-
"name": "SVGAttributes"
|
|
309819
|
-
},
|
|
309820
|
-
"declarations": [
|
|
309821
|
-
{
|
|
309822
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
309823
|
-
"name": "SVGAttributes"
|
|
309824
|
-
}
|
|
309825
|
-
],
|
|
309826
|
-
"required": false,
|
|
309827
|
-
"type": {
|
|
309828
|
-
"name": "string | number"
|
|
309829
|
-
}
|
|
309830
|
-
}
|
|
309831
|
-
}
|
|
309832
|
-
},
|
|
309833
309746
|
{
|
|
309834
309747
|
"tags": {},
|
|
309835
309748
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/AreaDot/AreaDot.tsx",
|
|
@@ -319111,6 +319024,93 @@
|
|
|
319111
319024
|
}
|
|
319112
319025
|
}
|
|
319113
319026
|
},
|
|
319027
|
+
{
|
|
319028
|
+
"tags": {
|
|
319029
|
+
"flr-generate": "all"
|
|
319030
|
+
},
|
|
319031
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/CartesianGrid/CartesianGrid.tsx",
|
|
319032
|
+
"description": "",
|
|
319033
|
+
"displayName": "CartesianGrid",
|
|
319034
|
+
"methods": [],
|
|
319035
|
+
"props": {
|
|
319036
|
+
"className": {
|
|
319037
|
+
"defaultValue": null,
|
|
319038
|
+
"description": "",
|
|
319039
|
+
"name": "className",
|
|
319040
|
+
"parent": {
|
|
319041
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
319042
|
+
"name": "HTMLAttributes"
|
|
319043
|
+
},
|
|
319044
|
+
"declarations": [
|
|
319045
|
+
{
|
|
319046
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
319047
|
+
"name": "HTMLAttributes"
|
|
319048
|
+
}
|
|
319049
|
+
],
|
|
319050
|
+
"required": false,
|
|
319051
|
+
"type": {
|
|
319052
|
+
"name": "string"
|
|
319053
|
+
}
|
|
319054
|
+
},
|
|
319055
|
+
"horizontal": {
|
|
319056
|
+
"defaultValue": null,
|
|
319057
|
+
"description": "",
|
|
319058
|
+
"name": "horizontal",
|
|
319059
|
+
"parent": {
|
|
319060
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
|
|
319061
|
+
"name": "CartesianGridProps"
|
|
319062
|
+
},
|
|
319063
|
+
"declarations": [
|
|
319064
|
+
{
|
|
319065
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
|
|
319066
|
+
"name": "CartesianGridProps"
|
|
319067
|
+
}
|
|
319068
|
+
],
|
|
319069
|
+
"required": false,
|
|
319070
|
+
"type": {
|
|
319071
|
+
"name": "GridLineType"
|
|
319072
|
+
}
|
|
319073
|
+
},
|
|
319074
|
+
"vertical": {
|
|
319075
|
+
"defaultValue": null,
|
|
319076
|
+
"description": "",
|
|
319077
|
+
"name": "vertical",
|
|
319078
|
+
"parent": {
|
|
319079
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
|
|
319080
|
+
"name": "CartesianGridProps"
|
|
319081
|
+
},
|
|
319082
|
+
"declarations": [
|
|
319083
|
+
{
|
|
319084
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.8_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
|
|
319085
|
+
"name": "CartesianGridProps"
|
|
319086
|
+
}
|
|
319087
|
+
],
|
|
319088
|
+
"required": false,
|
|
319089
|
+
"type": {
|
|
319090
|
+
"name": "GridLineType"
|
|
319091
|
+
}
|
|
319092
|
+
},
|
|
319093
|
+
"strokeDasharray": {
|
|
319094
|
+
"defaultValue": null,
|
|
319095
|
+
"description": "",
|
|
319096
|
+
"name": "strokeDasharray",
|
|
319097
|
+
"parent": {
|
|
319098
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
319099
|
+
"name": "SVGAttributes"
|
|
319100
|
+
},
|
|
319101
|
+
"declarations": [
|
|
319102
|
+
{
|
|
319103
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
|
|
319104
|
+
"name": "SVGAttributes"
|
|
319105
|
+
}
|
|
319106
|
+
],
|
|
319107
|
+
"required": false,
|
|
319108
|
+
"type": {
|
|
319109
|
+
"name": "string | number"
|
|
319110
|
+
}
|
|
319111
|
+
}
|
|
319112
|
+
}
|
|
319113
|
+
},
|
|
319114
319114
|
{
|
|
319115
319115
|
"tags": {
|
|
319116
319116
|
"flr-generate": "all"
|
|
@@ -325245,6 +325245,14 @@
|
|
|
325245
325245
|
}
|
|
325246
325246
|
}
|
|
325247
325247
|
},
|
|
325248
|
+
{
|
|
325249
|
+
"tags": {},
|
|
325250
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
|
|
325251
|
+
"description": "",
|
|
325252
|
+
"displayName": "ActiveFilters",
|
|
325253
|
+
"methods": [],
|
|
325254
|
+
"props": {}
|
|
325255
|
+
},
|
|
325248
325256
|
{
|
|
325249
325257
|
"tags": {},
|
|
325250
325258
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/Filters/FilterMenuList.tsx",
|
|
@@ -325317,14 +325325,6 @@
|
|
|
325317
325325
|
"methods": [],
|
|
325318
325326
|
"props": {}
|
|
325319
325327
|
},
|
|
325320
|
-
{
|
|
325321
|
-
"tags": {},
|
|
325322
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ActiveFilters/ActiveFilters.tsx",
|
|
325323
|
-
"description": "",
|
|
325324
|
-
"displayName": "ActiveFilters",
|
|
325325
|
-
"methods": [],
|
|
325326
|
-
"props": {}
|
|
325327
|
-
},
|
|
325328
325328
|
{
|
|
325329
325329
|
"tags": {},
|
|
325330
325330
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/ShowNextBatchButton/ShowNextBatchButton.tsx",
|
|
@@ -23,7 +23,8 @@ const ColumnLayout = flowComponent("ColumnLayout", (props) => {
|
|
|
23
23
|
elementType = "div",
|
|
24
24
|
"aria-label": ariaLabel,
|
|
25
25
|
ref,
|
|
26
|
-
mergeInParentContext
|
|
26
|
+
mergeInParentContext,
|
|
27
|
+
style: styleFromProps
|
|
27
28
|
} = props;
|
|
28
29
|
let elementClassName = styles.columnLayout;
|
|
29
30
|
s?.map((v, i) => {
|
|
@@ -45,6 +46,7 @@ const ColumnLayout = flowComponent("ColumnLayout", (props) => {
|
|
|
45
46
|
const columnsM = m ? getColumns(m) : s ? columnsS : "1fr 1fr";
|
|
46
47
|
const columnsL = l ? getColumns(l) : m || s ? columnsM : "1fr 1fr 1fr";
|
|
47
48
|
const style = {
|
|
49
|
+
...styleFromProps,
|
|
48
50
|
"--column-layout--columns-s": columnsS,
|
|
49
51
|
"--column-layout--columns-m": columnsM,
|
|
50
52
|
"--column-layout--columns-l": columnsL,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ColumnLayout.mjs","sources":["../../../../../../src/components/ColumnLayout/ColumnLayout.tsx"],"sourcesContent":["import type { CSSProperties, PropsWithChildren } from \"react\";\nimport React from \"react\";\nimport styles from \"./ColumnLayout.module.scss\";\nimport { getColumns } from \"./lib/getColumns\";\nimport clsx from \"clsx\";\nimport type {\n PropsWithClassName,\n PropsWithElementType,\n} from \"@/lib/types/props\";\nimport type { PropsContext } from \"@/lib/propsContext\";\nimport { PropsContextProvider } from \"@/lib/propsContext\";\nimport {\n flowComponent,\n type FlowComponentProps,\n} from \"@/lib/componentFactory/flowComponent\";\n\ntype GapSize = \"s\" | \"m\" | \"l\" | \"xl\";\n\nexport interface ColumnLayoutProps<\n T extends keyof HTMLElementTagNameMap = \"div\" | \"ul\",\n> extends PropsWithChildren,\n PropsWithElementType<T>,\n PropsWithClassName,\n FlowComponentProps<HTMLElementTagNameMap[T]> {\n /** Column layout for container size s. */\n s?: (number | null)[];\n /** Column layout for container size m. */\n m?: (number | null)[];\n /** Column layout for container size l. */\n l?: (number | null)[];\n /**\n * Size of the row and column gap between the content blocks inside the column\n * layout.\n *\n * @default \"m\"\n */\n gap?: GapSize;\n /** Size of the row gap between the content blocks inside the column layout. */\n rowGap?: GapSize;\n /** Size of the column gap between the content blocks inside the column layout. */\n columnGap?: GapSize;\n /* @internal */\n mergeInParentContext?: boolean;\n}\n\n/**\n * @flr-generate all\n * @flr-clear-props-context\n */\nexport const ColumnLayout = flowComponent(\"ColumnLayout\", (props) => {\n const {\n children,\n className,\n s,\n m,\n l,\n gap = \"m\",\n rowGap = gap,\n columnGap = gap,\n elementType = \"div\",\n \"aria-label\": ariaLabel,\n ref,\n mergeInParentContext,\n } = props;\n\n let elementClassName = styles.columnLayout;\n\n s?.map((v, i) => {\n if (v === null) {\n elementClassName = clsx(elementClassName, styles[`hide-s-${i + 1}`]);\n }\n });\n m?.map((v, i) => {\n if (v === null) {\n elementClassName = clsx(elementClassName, styles[`hide-m-${i + 1}`]);\n }\n });\n l?.map((v, i) => {\n if (v === null) {\n elementClassName = clsx(elementClassName, styles[`hide-l-${i + 1}`]);\n }\n });\n\n const columnsS = s ? getColumns(s) : \"1fr\";\n const columnsM = m ? getColumns(m) : s ? columnsS : \"1fr 1fr\";\n const columnsL = l ? getColumns(l) : m || s ? columnsM : \"1fr 1fr 1fr\";\n\n const style = {\n \"--column-layout--columns-s\": columnsS,\n \"--column-layout--columns-m\": columnsM,\n \"--column-layout--columns-l\": columnsL,\n \"--column-layout--row-gap\": `var(--column-layout--gap--${rowGap})`,\n \"--column-layout--column-gap\": `var(--column-layout--gap--${columnGap})`,\n } as CSSProperties;\n\n const rootClassName = clsx(styles.columnLayoutContainer, className);\n\n const Element = elementType;\n\n const propsContext: PropsContext = {\n Section: {\n hideSeparator: true,\n },\n };\n\n return (\n <div className={rootClassName} style={style}>\n <Element\n ref={ref as never}\n aria-label={ariaLabel}\n className={elementClassName}\n >\n <PropsContextProvider\n props={propsContext}\n mergeInParentContext={mergeInParentContext}\n >\n {children}\n </PropsContextProvider>\n </Element>\n </div>\n );\n});\n\nexport default ColumnLayout;\n"],"names":[],"mappings":";;;;;;;;;;AAiDO,MAAM,YAAe,GAAA,aAAA,CAAc,cAAgB,EAAA,CAAC,KAAU,KAAA;AACnE,EAAM,MAAA;AAAA,IACJ,QAAA;AAAA,IACA,SAAA;AAAA,IACA,CAAA;AAAA,IACA,CAAA;AAAA,IACA,CAAA;AAAA,IACA,GAAM,GAAA,GAAA;AAAA,IACN,MAAS,GAAA,GAAA;AAAA,IACT,SAAY,GAAA,GAAA;AAAA,IACZ,WAAc,GAAA,KAAA;AAAA,IACd,YAAc,EAAA,SAAA;AAAA,IACd,GAAA;AAAA,IACA;AAAA,
|
|
1
|
+
{"version":3,"file":"ColumnLayout.mjs","sources":["../../../../../../src/components/ColumnLayout/ColumnLayout.tsx"],"sourcesContent":["import type { CSSProperties, PropsWithChildren } from \"react\";\nimport React from \"react\";\nimport styles from \"./ColumnLayout.module.scss\";\nimport { getColumns } from \"./lib/getColumns\";\nimport clsx from \"clsx\";\nimport type {\n PropsWithClassName,\n PropsWithElementType,\n} from \"@/lib/types/props\";\nimport type { PropsContext } from \"@/lib/propsContext\";\nimport { PropsContextProvider } from \"@/lib/propsContext\";\nimport {\n flowComponent,\n type FlowComponentProps,\n} from \"@/lib/componentFactory/flowComponent\";\n\ntype GapSize = \"s\" | \"m\" | \"l\" | \"xl\";\n\nexport interface ColumnLayoutProps<\n T extends keyof HTMLElementTagNameMap = \"div\" | \"ul\",\n> extends PropsWithChildren,\n PropsWithElementType<T>,\n PropsWithClassName,\n FlowComponentProps<HTMLElementTagNameMap[T]> {\n /** Column layout for container size s. */\n s?: (number | null)[];\n /** Column layout for container size m. */\n m?: (number | null)[];\n /** Column layout for container size l. */\n l?: (number | null)[];\n /**\n * Size of the row and column gap between the content blocks inside the column\n * layout.\n *\n * @default \"m\"\n */\n gap?: GapSize;\n /** Size of the row gap between the content blocks inside the column layout. */\n rowGap?: GapSize;\n /** Size of the column gap between the content blocks inside the column layout. */\n columnGap?: GapSize;\n /* @internal */\n mergeInParentContext?: boolean;\n}\n\n/**\n * @flr-generate all\n * @flr-clear-props-context\n */\nexport const ColumnLayout = flowComponent(\"ColumnLayout\", (props) => {\n const {\n children,\n className,\n s,\n m,\n l,\n gap = \"m\",\n rowGap = gap,\n columnGap = gap,\n elementType = \"div\",\n \"aria-label\": ariaLabel,\n ref,\n mergeInParentContext,\n style: styleFromProps,\n } = props;\n\n let elementClassName = styles.columnLayout;\n\n s?.map((v, i) => {\n if (v === null) {\n elementClassName = clsx(elementClassName, styles[`hide-s-${i + 1}`]);\n }\n });\n m?.map((v, i) => {\n if (v === null) {\n elementClassName = clsx(elementClassName, styles[`hide-m-${i + 1}`]);\n }\n });\n l?.map((v, i) => {\n if (v === null) {\n elementClassName = clsx(elementClassName, styles[`hide-l-${i + 1}`]);\n }\n });\n\n const columnsS = s ? getColumns(s) : \"1fr\";\n const columnsM = m ? getColumns(m) : s ? columnsS : \"1fr 1fr\";\n const columnsL = l ? getColumns(l) : m || s ? columnsM : \"1fr 1fr 1fr\";\n\n const style = {\n ...styleFromProps,\n \"--column-layout--columns-s\": columnsS,\n \"--column-layout--columns-m\": columnsM,\n \"--column-layout--columns-l\": columnsL,\n \"--column-layout--row-gap\": `var(--column-layout--gap--${rowGap})`,\n \"--column-layout--column-gap\": `var(--column-layout--gap--${columnGap})`,\n } as CSSProperties;\n\n const rootClassName = clsx(styles.columnLayoutContainer, className);\n\n const Element = elementType;\n\n const propsContext: PropsContext = {\n Section: {\n hideSeparator: true,\n },\n };\n\n return (\n <div className={rootClassName} style={style}>\n <Element\n ref={ref as never}\n aria-label={ariaLabel}\n className={elementClassName}\n >\n <PropsContextProvider\n props={propsContext}\n mergeInParentContext={mergeInParentContext}\n >\n {children}\n </PropsContextProvider>\n </Element>\n </div>\n );\n});\n\nexport default ColumnLayout;\n"],"names":[],"mappings":";;;;;;;;;;AAiDO,MAAM,YAAe,GAAA,aAAA,CAAc,cAAgB,EAAA,CAAC,KAAU,KAAA;AACnE,EAAM,MAAA;AAAA,IACJ,QAAA;AAAA,IACA,SAAA;AAAA,IACA,CAAA;AAAA,IACA,CAAA;AAAA,IACA,CAAA;AAAA,IACA,GAAM,GAAA,GAAA;AAAA,IACN,MAAS,GAAA,GAAA;AAAA,IACT,SAAY,GAAA,GAAA;AAAA,IACZ,WAAc,GAAA,KAAA;AAAA,IACd,YAAc,EAAA,SAAA;AAAA,IACd,GAAA;AAAA,IACA,oBAAA;AAAA,IACA,KAAO,EAAA;AAAA,GACL,GAAA,KAAA;AAEJ,EAAA,IAAI,mBAAmB,MAAO,CAAA,YAAA;AAE9B,EAAG,CAAA,EAAA,GAAA,CAAI,CAAC,CAAA,EAAG,CAAM,KAAA;AACf,IAAA,IAAI,MAAM,IAAM,EAAA;AACd,MAAA,gBAAA,GAAmB,KAAK,gBAAkB,EAAA,MAAA,CAAO,UAAU,CAAI,GAAA,CAAC,EAAE,CAAC,CAAA;AAAA;AACrE,GACD,CAAA;AACD,EAAG,CAAA,EAAA,GAAA,CAAI,CAAC,CAAA,EAAG,CAAM,KAAA;AACf,IAAA,IAAI,MAAM,IAAM,EAAA;AACd,MAAA,gBAAA,GAAmB,KAAK,gBAAkB,EAAA,MAAA,CAAO,UAAU,CAAI,GAAA,CAAC,EAAE,CAAC,CAAA;AAAA;AACrE,GACD,CAAA;AACD,EAAG,CAAA,EAAA,GAAA,CAAI,CAAC,CAAA,EAAG,CAAM,KAAA;AACf,IAAA,IAAI,MAAM,IAAM,EAAA;AACd,MAAA,gBAAA,GAAmB,KAAK,gBAAkB,EAAA,MAAA,CAAO,UAAU,CAAI,GAAA,CAAC,EAAE,CAAC,CAAA;AAAA;AACrE,GACD,CAAA;AAED,EAAA,MAAM,QAAW,GAAA,CAAA,GAAI,UAAW,CAAA,CAAC,CAAI,GAAA,KAAA;AACrC,EAAA,MAAM,WAAW,CAAI,GAAA,UAAA,CAAW,CAAC,CAAA,GAAI,IAAI,QAAW,GAAA,SAAA;AACpD,EAAA,MAAM,WAAW,CAAI,GAAA,UAAA,CAAW,CAAC,CAAI,GAAA,CAAA,IAAK,IAAI,QAAW,GAAA,aAAA;AAEzD,EAAA,MAAM,KAAQ,GAAA;AAAA,IACZ,GAAG,cAAA;AAAA,IACH,4BAA8B,EAAA,QAAA;AAAA,IAC9B,4BAA8B,EAAA,QAAA;AAAA,IAC9B,4BAA8B,EAAA,QAAA;AAAA,IAC9B,0BAAA,EAA4B,6BAA6B,MAAM,CAAA,CAAA,CAAA;AAAA,IAC/D,6BAAA,EAA+B,6BAA6B,SAAS,CAAA,CAAA;AAAA,GACvE;AAEA,EAAA,MAAM,aAAgB,GAAA,IAAA,CAAK,MAAO,CAAA,qBAAA,EAAuB,SAAS,CAAA;AAElE,EAAA,MAAM,OAAU,GAAA,WAAA;AAEhB,EAAA,MAAM,YAA6B,GAAA;AAAA,IACjC,OAAS,EAAA;AAAA,MACP,aAAe,EAAA;AAAA;AACjB,GACF;AAEA,EAAA,uBACG,GAAA,CAAA,KAAA,EAAA,EAAI,SAAW,EAAA,aAAA,EAAe,KAC7B,EAAA,QAAA,kBAAA,GAAA;AAAA,IAAC,OAAA;AAAA,IAAA;AAAA,MACC,GAAA;AAAA,MACA,YAAY,EAAA,SAAA;AAAA,MACZ,SAAW,EAAA,gBAAA;AAAA,MAEX,QAAA,kBAAA,GAAA;AAAA,QAAC,oBAAA;AAAA,QAAA;AAAA,UACC,KAAO,EAAA,YAAA;AAAA,UACP,oBAAA;AAAA,UAEC;AAAA;AAAA;AACH;AAAA,GAEJ,EAAA,CAAA;AAEJ,CAAC;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ColumnLayout.d.ts","sourceRoot":"","sources":["../../../../src/components/ColumnLayout/ColumnLayout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAiB,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC9D,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,KAAK,EACV,kBAAkB,EAClB,oBAAoB,EACrB,MAAM,mBAAmB,CAAC;AAG3B,OAAO,EAEL,KAAK,kBAAkB,EACxB,MAAM,sCAAsC,CAAC;AAE9C,KAAK,OAAO,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,CAAC;AAEtC,MAAM,WAAW,iBAAiB,CAChC,CAAC,SAAS,MAAM,qBAAqB,GAAG,KAAK,GAAG,IAAI,CACpD,SAAQ,iBAAiB,EACvB,oBAAoB,CAAC,CAAC,CAAC,EACvB,kBAAkB,EAClB,kBAAkB,CAAC,qBAAqB,CAAC,CAAC,CAAC,CAAC;IAC9C,0CAA0C;IAC1C,CAAC,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,EAAE,CAAC;IACtB,0CAA0C;IAC1C,CAAC,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,EAAE,CAAC;IACtB,0CAA0C;IAC1C,CAAC,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,EAAE,CAAC;IACtB;;;;;OAKG;IACH,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,+EAA+E;IAC/E,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,kFAAkF;IAClF,SAAS,CAAC,EAAE,OAAO,CAAC;CAGrB;AAED;;;GAGG;AACH,eAAO,MAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"ColumnLayout.d.ts","sourceRoot":"","sources":["../../../../src/components/ColumnLayout/ColumnLayout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAiB,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC9D,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,KAAK,EACV,kBAAkB,EAClB,oBAAoB,EACrB,MAAM,mBAAmB,CAAC;AAG3B,OAAO,EAEL,KAAK,kBAAkB,EACxB,MAAM,sCAAsC,CAAC;AAE9C,KAAK,OAAO,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,CAAC;AAEtC,MAAM,WAAW,iBAAiB,CAChC,CAAC,SAAS,MAAM,qBAAqB,GAAG,KAAK,GAAG,IAAI,CACpD,SAAQ,iBAAiB,EACvB,oBAAoB,CAAC,CAAC,CAAC,EACvB,kBAAkB,EAClB,kBAAkB,CAAC,qBAAqB,CAAC,CAAC,CAAC,CAAC;IAC9C,0CAA0C;IAC1C,CAAC,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,EAAE,CAAC;IACtB,0CAA0C;IAC1C,CAAC,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,EAAE,CAAC;IACtB,0CAA0C;IAC1C,CAAC,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,CAAC,EAAE,CAAC;IACtB;;;;;OAKG;IACH,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,+EAA+E;IAC/E,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,kFAAkF;IAClF,SAAS,CAAC,EAAE,OAAO,CAAC;CAGrB;AAED;;;GAGG;AACH,eAAO,MAAM,YAAY,mHA0EvB,CAAC;AAEH,eAAe,YAAY,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.422",
|
|
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
|
"@chakra-ui/live-region": "^2.1.0",
|
|
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.422",
|
|
62
62
|
"@mittwald/react-use-promise": "^3.0.4",
|
|
63
63
|
"@react-aria/form": "^3.1.0",
|
|
64
64
|
"@react-aria/utils": "^3.30.0",
|
|
@@ -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.422",
|
|
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": "585882c137ae15dfd3beee689910bd2728a308dc"
|
|
176
176
|
}
|