@mittwald/flow-react-components 0.2.0-alpha.853 → 0.2.0-alpha.854
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 +249 -249
- package/dist/js/default.mjs +1 -0
- package/dist/js/default.mjs.map +1 -1
- package/dist/js/flr-universal.mjs +1 -0
- package/dist/js/flr-universal.mjs.map +1 -1
- package/dist/js/packages/components/src/components/Icon/components/icons/IconStack.mjs +17 -0
- package/dist/js/packages/components/src/components/Icon/components/icons/IconStack.mjs.map +1 -0
- package/dist/types/components/Icon/components/icons/IconStack.d.ts +5 -0
- package/dist/types/components/Icon/components/icons/IconStack.d.ts.map +1 -0
- package/dist/types/components/Icon/components/icons/index.d.ts +1 -0
- package/dist/types/components/Icon/components/icons/index.d.ts.map +1 -1
- package/package.json +6 -6
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.854](https://github.com/mittwald/flow/compare/0.2.0-alpha.853...0.2.0-alpha.854) (2026-06-17)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **Icon:** add stack icon ([#2553](https://github.com/mittwald/flow/issues/2553)) ([a8becec](https://github.com/mittwald/flow/commit/a8bececefc8ca50a5fd25de68d96dc2cb9d95e1e))
|
|
11
|
+
|
|
6
12
|
# [0.2.0-alpha.853](https://github.com/mittwald/flow/compare/0.2.0-alpha.852...0.2.0-alpha.853) (2026-06-16)
|
|
7
13
|
|
|
8
14
|
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
@@ -265796,7 +265796,7 @@
|
|
|
265796
265796
|
],
|
|
265797
265797
|
"required": false,
|
|
265798
265798
|
"type": {
|
|
265799
|
-
"name": "{ readonly Ascending: FC<{}>; readonly Attachment: FC<{}>; readonly BackLink: FC<{}>; readonly Bold: FC<{}>; readonly Check: FC<{}>; readonly CheckboxChecked: FC<{}>; ...
|
|
265799
|
+
"name": "{ readonly Ascending: FC<{}>; readonly Attachment: FC<{}>; readonly BackLink: FC<{}>; readonly Bold: FC<{}>; readonly Check: FC<{}>; readonly CheckboxChecked: FC<{}>; ... 124 more ...; readonly Warning: FC<...>; }"
|
|
265800
265800
|
}
|
|
265801
265801
|
},
|
|
265802
265802
|
"children": {
|
|
@@ -334408,6 +334408,232 @@
|
|
|
334408
334408
|
}
|
|
334409
334409
|
}
|
|
334410
334410
|
},
|
|
334411
|
+
{
|
|
334412
|
+
"tags": {
|
|
334413
|
+
"flr-generate": "all"
|
|
334414
|
+
},
|
|
334415
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Area/Area.tsx",
|
|
334416
|
+
"description": "",
|
|
334417
|
+
"displayName": "Area",
|
|
334418
|
+
"methods": [],
|
|
334419
|
+
"props": {
|
|
334420
|
+
"className": {
|
|
334421
|
+
"defaultValue": null,
|
|
334422
|
+
"description": "",
|
|
334423
|
+
"name": "className",
|
|
334424
|
+
"parent": {
|
|
334425
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
334426
|
+
"name": "HTMLAttributes"
|
|
334427
|
+
},
|
|
334428
|
+
"declarations": [
|
|
334429
|
+
{
|
|
334430
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
334431
|
+
"name": "HTMLAttributes"
|
|
334432
|
+
}
|
|
334433
|
+
],
|
|
334434
|
+
"required": false,
|
|
334435
|
+
"type": {
|
|
334436
|
+
"name": "string"
|
|
334437
|
+
}
|
|
334438
|
+
},
|
|
334439
|
+
"key": {
|
|
334440
|
+
"defaultValue": null,
|
|
334441
|
+
"description": "",
|
|
334442
|
+
"name": "key",
|
|
334443
|
+
"parent": {
|
|
334444
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
334445
|
+
"name": "Attributes"
|
|
334446
|
+
},
|
|
334447
|
+
"declarations": [
|
|
334448
|
+
{
|
|
334449
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
334450
|
+
"name": "Attributes"
|
|
334451
|
+
}
|
|
334452
|
+
],
|
|
334453
|
+
"required": false,
|
|
334454
|
+
"type": {
|
|
334455
|
+
"name": "Key | null"
|
|
334456
|
+
}
|
|
334457
|
+
},
|
|
334458
|
+
"type": {
|
|
334459
|
+
"defaultValue": null,
|
|
334460
|
+
"description": "The interpolation type of curve. Allows custom interpolation function.\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}",
|
|
334461
|
+
"name": "type",
|
|
334462
|
+
"parent": {
|
|
334463
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
|
|
334464
|
+
"name": "CurveProps"
|
|
334465
|
+
},
|
|
334466
|
+
"declarations": [
|
|
334467
|
+
{
|
|
334468
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
|
|
334469
|
+
"name": "CurveProps"
|
|
334470
|
+
},
|
|
334471
|
+
{
|
|
334472
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
334473
|
+
"name": "LineProps"
|
|
334474
|
+
}
|
|
334475
|
+
],
|
|
334476
|
+
"required": false,
|
|
334477
|
+
"type": {
|
|
334478
|
+
"name": "CurveType"
|
|
334479
|
+
}
|
|
334480
|
+
},
|
|
334481
|
+
"fillOpacity": {
|
|
334482
|
+
"defaultValue": null,
|
|
334483
|
+
"description": "",
|
|
334484
|
+
"name": "fillOpacity",
|
|
334485
|
+
"parent": {
|
|
334486
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
334487
|
+
"name": "SVGAttributes"
|
|
334488
|
+
},
|
|
334489
|
+
"declarations": [
|
|
334490
|
+
{
|
|
334491
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
334492
|
+
"name": "SVGAttributes"
|
|
334493
|
+
}
|
|
334494
|
+
],
|
|
334495
|
+
"required": false,
|
|
334496
|
+
"type": {
|
|
334497
|
+
"name": "string | number"
|
|
334498
|
+
}
|
|
334499
|
+
},
|
|
334500
|
+
"unit": {
|
|
334501
|
+
"defaultValue": null,
|
|
334502
|
+
"description": "The unit of data. This option will be used in tooltip.",
|
|
334503
|
+
"name": "unit",
|
|
334504
|
+
"parent": {
|
|
334505
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
334506
|
+
"name": "AreaProps"
|
|
334507
|
+
},
|
|
334508
|
+
"declarations": [
|
|
334509
|
+
{
|
|
334510
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
334511
|
+
"name": "AreaProps"
|
|
334512
|
+
}
|
|
334513
|
+
],
|
|
334514
|
+
"required": false,
|
|
334515
|
+
"type": {
|
|
334516
|
+
"name": "string | number"
|
|
334517
|
+
}
|
|
334518
|
+
},
|
|
334519
|
+
"xAxisId": {
|
|
334520
|
+
"defaultValue": null,
|
|
334521
|
+
"description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
|
|
334522
|
+
"name": "xAxisId",
|
|
334523
|
+
"parent": {
|
|
334524
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
334525
|
+
"name": "AreaProps"
|
|
334526
|
+
},
|
|
334527
|
+
"declarations": [
|
|
334528
|
+
{
|
|
334529
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
334530
|
+
"name": "AreaProps"
|
|
334531
|
+
}
|
|
334532
|
+
],
|
|
334533
|
+
"required": false,
|
|
334534
|
+
"type": {
|
|
334535
|
+
"name": "AxisId"
|
|
334536
|
+
}
|
|
334537
|
+
},
|
|
334538
|
+
"yAxisId": {
|
|
334539
|
+
"defaultValue": null,
|
|
334540
|
+
"description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
|
|
334541
|
+
"name": "yAxisId",
|
|
334542
|
+
"parent": {
|
|
334543
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
334544
|
+
"name": "AreaProps"
|
|
334545
|
+
},
|
|
334546
|
+
"declarations": [
|
|
334547
|
+
{
|
|
334548
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
334549
|
+
"name": "AreaProps"
|
|
334550
|
+
}
|
|
334551
|
+
],
|
|
334552
|
+
"required": false,
|
|
334553
|
+
"type": {
|
|
334554
|
+
"name": "AxisId"
|
|
334555
|
+
}
|
|
334556
|
+
},
|
|
334557
|
+
"stackId": {
|
|
334558
|
+
"defaultValue": null,
|
|
334559
|
+
"description": "When two Areas have the same axisId and same stackId, then the two Areas are stacked in the chart.",
|
|
334560
|
+
"name": "stackId",
|
|
334561
|
+
"parent": {
|
|
334562
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
334563
|
+
"name": "AreaProps"
|
|
334564
|
+
},
|
|
334565
|
+
"declarations": [
|
|
334566
|
+
{
|
|
334567
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
334568
|
+
"name": "AreaProps"
|
|
334569
|
+
}
|
|
334570
|
+
],
|
|
334571
|
+
"required": false,
|
|
334572
|
+
"type": {
|
|
334573
|
+
"name": "StackId"
|
|
334574
|
+
}
|
|
334575
|
+
},
|
|
334576
|
+
"color": {
|
|
334577
|
+
"defaultValue": {
|
|
334578
|
+
"value": "\"sea-green\""
|
|
334579
|
+
},
|
|
334580
|
+
"description": "The color of the area.",
|
|
334581
|
+
"name": "color",
|
|
334582
|
+
"declarations": [
|
|
334583
|
+
{
|
|
334584
|
+
"fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
|
|
334585
|
+
"name": "TypeLiteral"
|
|
334586
|
+
}
|
|
334587
|
+
],
|
|
334588
|
+
"required": false,
|
|
334589
|
+
"type": {
|
|
334590
|
+
"name": "CategoricalWithCustomColor"
|
|
334591
|
+
}
|
|
334592
|
+
},
|
|
334593
|
+
"dataKey": {
|
|
334594
|
+
"defaultValue": null,
|
|
334595
|
+
"description": "",
|
|
334596
|
+
"name": "dataKey",
|
|
334597
|
+
"parent": {
|
|
334598
|
+
"fileName": "components/src/components/CartesianChart/types.ts",
|
|
334599
|
+
"name": "DataKeyWithLabel"
|
|
334600
|
+
},
|
|
334601
|
+
"declarations": [
|
|
334602
|
+
{
|
|
334603
|
+
"fileName": "components/src/components/CartesianChart/types.ts",
|
|
334604
|
+
"name": "DataKeyWithLabel"
|
|
334605
|
+
},
|
|
334606
|
+
{
|
|
334607
|
+
"fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
|
|
334608
|
+
"name": "AreaPropsByDataKeyProp"
|
|
334609
|
+
}
|
|
334610
|
+
],
|
|
334611
|
+
"required": true,
|
|
334612
|
+
"type": {
|
|
334613
|
+
"name": "string | DataKeyFn<ChartDataValue, unknown>"
|
|
334614
|
+
}
|
|
334615
|
+
},
|
|
334616
|
+
"dataKeyLabel": {
|
|
334617
|
+
"defaultValue": null,
|
|
334618
|
+
"description": "",
|
|
334619
|
+
"name": "dataKeyLabel",
|
|
334620
|
+
"parent": {
|
|
334621
|
+
"fileName": "components/src/components/CartesianChart/types.ts",
|
|
334622
|
+
"name": "DataKeyWithLabel"
|
|
334623
|
+
},
|
|
334624
|
+
"declarations": [
|
|
334625
|
+
{
|
|
334626
|
+
"fileName": "components/src/components/CartesianChart/types.ts",
|
|
334627
|
+
"name": "DataKeyWithLabel"
|
|
334628
|
+
}
|
|
334629
|
+
],
|
|
334630
|
+
"required": true,
|
|
334631
|
+
"type": {
|
|
334632
|
+
"name": "string"
|
|
334633
|
+
}
|
|
334634
|
+
}
|
|
334635
|
+
}
|
|
334636
|
+
},
|
|
334411
334637
|
{
|
|
334412
334638
|
"tags": {},
|
|
334413
334639
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/AreaDot/AreaDot.tsx",
|
|
@@ -343750,232 +343976,6 @@
|
|
|
343750
343976
|
}
|
|
343751
343977
|
}
|
|
343752
343978
|
},
|
|
343753
|
-
{
|
|
343754
|
-
"tags": {
|
|
343755
|
-
"flr-generate": "all"
|
|
343756
|
-
},
|
|
343757
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/Area/Area.tsx",
|
|
343758
|
-
"description": "",
|
|
343759
|
-
"displayName": "Area",
|
|
343760
|
-
"methods": [],
|
|
343761
|
-
"props": {
|
|
343762
|
-
"className": {
|
|
343763
|
-
"defaultValue": null,
|
|
343764
|
-
"description": "",
|
|
343765
|
-
"name": "className",
|
|
343766
|
-
"parent": {
|
|
343767
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
343768
|
-
"name": "HTMLAttributes"
|
|
343769
|
-
},
|
|
343770
|
-
"declarations": [
|
|
343771
|
-
{
|
|
343772
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
343773
|
-
"name": "HTMLAttributes"
|
|
343774
|
-
}
|
|
343775
|
-
],
|
|
343776
|
-
"required": false,
|
|
343777
|
-
"type": {
|
|
343778
|
-
"name": "string"
|
|
343779
|
-
}
|
|
343780
|
-
},
|
|
343781
|
-
"key": {
|
|
343782
|
-
"defaultValue": null,
|
|
343783
|
-
"description": "",
|
|
343784
|
-
"name": "key",
|
|
343785
|
-
"parent": {
|
|
343786
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
343787
|
-
"name": "Attributes"
|
|
343788
|
-
},
|
|
343789
|
-
"declarations": [
|
|
343790
|
-
{
|
|
343791
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
343792
|
-
"name": "Attributes"
|
|
343793
|
-
}
|
|
343794
|
-
],
|
|
343795
|
-
"required": false,
|
|
343796
|
-
"type": {
|
|
343797
|
-
"name": "Key | null"
|
|
343798
|
-
}
|
|
343799
|
-
},
|
|
343800
|
-
"type": {
|
|
343801
|
-
"defaultValue": null,
|
|
343802
|
-
"description": "The interpolation type of curve. Allows custom interpolation function.\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}\n@defaultValue linear\n@link https://d3js.org/d3-shape/curve\n@see {@link https://recharts.github.io/en-US/examples/CardinalAreaChart/ An AreaChart which has two area with different interpolation.}",
|
|
343803
|
-
"name": "type",
|
|
343804
|
-
"parent": {
|
|
343805
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
|
|
343806
|
-
"name": "CurveProps"
|
|
343807
|
-
},
|
|
343808
|
-
"declarations": [
|
|
343809
|
-
{
|
|
343810
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/shape/Curve.d.ts",
|
|
343811
|
-
"name": "CurveProps"
|
|
343812
|
-
},
|
|
343813
|
-
{
|
|
343814
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Line.d.ts",
|
|
343815
|
-
"name": "LineProps"
|
|
343816
|
-
}
|
|
343817
|
-
],
|
|
343818
|
-
"required": false,
|
|
343819
|
-
"type": {
|
|
343820
|
-
"name": "CurveType"
|
|
343821
|
-
}
|
|
343822
|
-
},
|
|
343823
|
-
"fillOpacity": {
|
|
343824
|
-
"defaultValue": null,
|
|
343825
|
-
"description": "",
|
|
343826
|
-
"name": "fillOpacity",
|
|
343827
|
-
"parent": {
|
|
343828
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
343829
|
-
"name": "SVGAttributes"
|
|
343830
|
-
},
|
|
343831
|
-
"declarations": [
|
|
343832
|
-
{
|
|
343833
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.10/node_modules/@types/react/index.d.ts",
|
|
343834
|
-
"name": "SVGAttributes"
|
|
343835
|
-
}
|
|
343836
|
-
],
|
|
343837
|
-
"required": false,
|
|
343838
|
-
"type": {
|
|
343839
|
-
"name": "string | number"
|
|
343840
|
-
}
|
|
343841
|
-
},
|
|
343842
|
-
"unit": {
|
|
343843
|
-
"defaultValue": null,
|
|
343844
|
-
"description": "The unit of data. This option will be used in tooltip.",
|
|
343845
|
-
"name": "unit",
|
|
343846
|
-
"parent": {
|
|
343847
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
343848
|
-
"name": "AreaProps"
|
|
343849
|
-
},
|
|
343850
|
-
"declarations": [
|
|
343851
|
-
{
|
|
343852
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
343853
|
-
"name": "AreaProps"
|
|
343854
|
-
}
|
|
343855
|
-
],
|
|
343856
|
-
"required": false,
|
|
343857
|
-
"type": {
|
|
343858
|
-
"name": "string | number"
|
|
343859
|
-
}
|
|
343860
|
-
},
|
|
343861
|
-
"xAxisId": {
|
|
343862
|
-
"defaultValue": null,
|
|
343863
|
-
"description": "The id of XAxis which is corresponding to the data. Required when there are multiple XAxes.\n@defaultValue 0",
|
|
343864
|
-
"name": "xAxisId",
|
|
343865
|
-
"parent": {
|
|
343866
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
343867
|
-
"name": "AreaProps"
|
|
343868
|
-
},
|
|
343869
|
-
"declarations": [
|
|
343870
|
-
{
|
|
343871
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
343872
|
-
"name": "AreaProps"
|
|
343873
|
-
}
|
|
343874
|
-
],
|
|
343875
|
-
"required": false,
|
|
343876
|
-
"type": {
|
|
343877
|
-
"name": "AxisId"
|
|
343878
|
-
}
|
|
343879
|
-
},
|
|
343880
|
-
"yAxisId": {
|
|
343881
|
-
"defaultValue": null,
|
|
343882
|
-
"description": "The id of YAxis which is corresponding to the data. Required when there are multiple YAxes.\n@defaultValue 0",
|
|
343883
|
-
"name": "yAxisId",
|
|
343884
|
-
"parent": {
|
|
343885
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
343886
|
-
"name": "AreaProps"
|
|
343887
|
-
},
|
|
343888
|
-
"declarations": [
|
|
343889
|
-
{
|
|
343890
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
343891
|
-
"name": "AreaProps"
|
|
343892
|
-
}
|
|
343893
|
-
],
|
|
343894
|
-
"required": false,
|
|
343895
|
-
"type": {
|
|
343896
|
-
"name": "AxisId"
|
|
343897
|
-
}
|
|
343898
|
-
},
|
|
343899
|
-
"stackId": {
|
|
343900
|
-
"defaultValue": null,
|
|
343901
|
-
"description": "When two Areas have the same axisId and same stackId, then the two Areas are stacked in the chart.",
|
|
343902
|
-
"name": "stackId",
|
|
343903
|
-
"parent": {
|
|
343904
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
343905
|
-
"name": "AreaProps"
|
|
343906
|
-
},
|
|
343907
|
-
"declarations": [
|
|
343908
|
-
{
|
|
343909
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.7.0_@types+react@19.2.10_react-dom@19.2.4_react@19.2.4__react-is@19.2.0_react@19.2.4_redux@5.0.1/node_modules/recharts/types/cartesian/Area.d.ts",
|
|
343910
|
-
"name": "AreaProps"
|
|
343911
|
-
}
|
|
343912
|
-
],
|
|
343913
|
-
"required": false,
|
|
343914
|
-
"type": {
|
|
343915
|
-
"name": "StackId"
|
|
343916
|
-
}
|
|
343917
|
-
},
|
|
343918
|
-
"color": {
|
|
343919
|
-
"defaultValue": {
|
|
343920
|
-
"value": "\"sea-green\""
|
|
343921
|
-
},
|
|
343922
|
-
"description": "The color of the area.",
|
|
343923
|
-
"name": "color",
|
|
343924
|
-
"declarations": [
|
|
343925
|
-
{
|
|
343926
|
-
"fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
|
|
343927
|
-
"name": "TypeLiteral"
|
|
343928
|
-
}
|
|
343929
|
-
],
|
|
343930
|
-
"required": false,
|
|
343931
|
-
"type": {
|
|
343932
|
-
"name": "CategoricalWithCustomColor"
|
|
343933
|
-
}
|
|
343934
|
-
},
|
|
343935
|
-
"dataKey": {
|
|
343936
|
-
"defaultValue": null,
|
|
343937
|
-
"description": "",
|
|
343938
|
-
"name": "dataKey",
|
|
343939
|
-
"parent": {
|
|
343940
|
-
"fileName": "components/src/components/CartesianChart/types.ts",
|
|
343941
|
-
"name": "DataKeyWithLabel"
|
|
343942
|
-
},
|
|
343943
|
-
"declarations": [
|
|
343944
|
-
{
|
|
343945
|
-
"fileName": "components/src/components/CartesianChart/types.ts",
|
|
343946
|
-
"name": "DataKeyWithLabel"
|
|
343947
|
-
},
|
|
343948
|
-
{
|
|
343949
|
-
"fileName": "components/src/components/CartesianChart/components/Area/Area.tsx",
|
|
343950
|
-
"name": "AreaPropsByDataKeyProp"
|
|
343951
|
-
}
|
|
343952
|
-
],
|
|
343953
|
-
"required": true,
|
|
343954
|
-
"type": {
|
|
343955
|
-
"name": "string | DataKeyFn<ChartDataValue, unknown>"
|
|
343956
|
-
}
|
|
343957
|
-
},
|
|
343958
|
-
"dataKeyLabel": {
|
|
343959
|
-
"defaultValue": null,
|
|
343960
|
-
"description": "",
|
|
343961
|
-
"name": "dataKeyLabel",
|
|
343962
|
-
"parent": {
|
|
343963
|
-
"fileName": "components/src/components/CartesianChart/types.ts",
|
|
343964
|
-
"name": "DataKeyWithLabel"
|
|
343965
|
-
},
|
|
343966
|
-
"declarations": [
|
|
343967
|
-
{
|
|
343968
|
-
"fileName": "components/src/components/CartesianChart/types.ts",
|
|
343969
|
-
"name": "DataKeyWithLabel"
|
|
343970
|
-
}
|
|
343971
|
-
],
|
|
343972
|
-
"required": true,
|
|
343973
|
-
"type": {
|
|
343974
|
-
"name": "string"
|
|
343975
|
-
}
|
|
343976
|
-
}
|
|
343977
|
-
}
|
|
343978
|
-
},
|
|
343979
343979
|
{
|
|
343980
343980
|
"tags": {
|
|
343981
343981
|
"flr-generate": "all"
|
|
@@ -349979,37 +349979,37 @@
|
|
|
349979
349979
|
},
|
|
349980
349980
|
{
|
|
349981
349981
|
"tags": {},
|
|
349982
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/
|
|
349982
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
349983
349983
|
"description": "",
|
|
349984
|
-
"displayName": "
|
|
349984
|
+
"displayName": "SortingMenuItem",
|
|
349985
349985
|
"methods": [],
|
|
349986
349986
|
"props": {
|
|
349987
|
-
"
|
|
349987
|
+
"sorting": {
|
|
349988
349988
|
"defaultValue": null,
|
|
349989
349989
|
"description": "",
|
|
349990
|
-
"name": "
|
|
349990
|
+
"name": "sorting",
|
|
349991
349991
|
"parent": {
|
|
349992
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
349992
|
+
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
349993
349993
|
"name": "Props"
|
|
349994
349994
|
},
|
|
349995
349995
|
"declarations": [
|
|
349996
349996
|
{
|
|
349997
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
349997
|
+
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingMenuItem.tsx",
|
|
349998
349998
|
"name": "Props"
|
|
349999
349999
|
}
|
|
350000
350000
|
],
|
|
350001
350001
|
"required": true,
|
|
350002
350002
|
"type": {
|
|
350003
|
-
"name": "
|
|
350003
|
+
"name": "Sorting<never>"
|
|
350004
350004
|
}
|
|
350005
350005
|
}
|
|
350006
350006
|
}
|
|
350007
350007
|
},
|
|
350008
350008
|
{
|
|
350009
350009
|
"tags": {},
|
|
350010
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/
|
|
350010
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
350011
350011
|
"description": "",
|
|
350012
|
-
"displayName": "
|
|
350012
|
+
"displayName": "SortingContextMenu",
|
|
350013
350013
|
"methods": [],
|
|
350014
350014
|
"props": {
|
|
350015
350015
|
"isDisabled": {
|
|
@@ -350017,12 +350017,12 @@
|
|
|
350017
350017
|
"description": "",
|
|
350018
350018
|
"name": "isDisabled",
|
|
350019
350019
|
"parent": {
|
|
350020
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
350020
|
+
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
350021
350021
|
"name": "Props"
|
|
350022
350022
|
},
|
|
350023
350023
|
"declarations": [
|
|
350024
350024
|
{
|
|
350025
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
350025
|
+
"fileName": "components/src/components/List/components/Header/components/SortingContextMenu/SortingContextMenu.tsx",
|
|
350026
350026
|
"name": "Props"
|
|
350027
350027
|
}
|
|
350028
350028
|
],
|
|
@@ -350035,37 +350035,37 @@
|
|
|
350035
350035
|
},
|
|
350036
350036
|
{
|
|
350037
350037
|
"tags": {},
|
|
350038
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/
|
|
350038
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|
|
350039
350039
|
"description": "",
|
|
350040
|
-
"displayName": "
|
|
350040
|
+
"displayName": "ViewModeMenuItem",
|
|
350041
350041
|
"methods": [],
|
|
350042
350042
|
"props": {
|
|
350043
|
-
"
|
|
350043
|
+
"viewMode": {
|
|
350044
350044
|
"defaultValue": null,
|
|
350045
350045
|
"description": "",
|
|
350046
|
-
"name": "
|
|
350046
|
+
"name": "viewMode",
|
|
350047
350047
|
"parent": {
|
|
350048
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
350048
|
+
"fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|
|
350049
350049
|
"name": "Props"
|
|
350050
350050
|
},
|
|
350051
350051
|
"declarations": [
|
|
350052
350052
|
{
|
|
350053
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
350053
|
+
"fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeMenuItem.tsx",
|
|
350054
350054
|
"name": "Props"
|
|
350055
350055
|
}
|
|
350056
350056
|
],
|
|
350057
350057
|
"required": true,
|
|
350058
350058
|
"type": {
|
|
350059
|
-
"name": "
|
|
350059
|
+
"name": "ListViewMode"
|
|
350060
350060
|
}
|
|
350061
350061
|
}
|
|
350062
350062
|
}
|
|
350063
350063
|
},
|
|
350064
350064
|
{
|
|
350065
350065
|
"tags": {},
|
|
350066
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/
|
|
350066
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
|
|
350067
350067
|
"description": "",
|
|
350068
|
-
"displayName": "
|
|
350068
|
+
"displayName": "ViewModeContextMenu",
|
|
350069
350069
|
"methods": [],
|
|
350070
350070
|
"props": {
|
|
350071
350071
|
"isDisabled": {
|
|
@@ -350073,12 +350073,12 @@
|
|
|
350073
350073
|
"description": "",
|
|
350074
350074
|
"name": "isDisabled",
|
|
350075
350075
|
"parent": {
|
|
350076
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
350076
|
+
"fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
|
|
350077
350077
|
"name": "Props"
|
|
350078
350078
|
},
|
|
350079
350079
|
"declarations": [
|
|
350080
350080
|
{
|
|
350081
|
-
"fileName": "components/src/components/List/components/Header/components/
|
|
350081
|
+
"fileName": "components/src/components/List/components/Header/components/ViewModeContextMenu/ViewModeContextMenu.tsx",
|
|
350082
350082
|
"name": "Props"
|
|
350083
350083
|
}
|
|
350084
350084
|
],
|
package/dist/js/default.mjs
CHANGED
|
@@ -186,6 +186,7 @@ export { IconServer } from './packages/components/src/components/Icon/components
|
|
|
186
186
|
export { IconSsh } from './packages/components/src/components/Icon/components/icons/IconSsh.mjs';
|
|
187
187
|
export { IconSshKey } from './packages/components/src/components/Icon/components/icons/IconSshKey.mjs';
|
|
188
188
|
export { IconSshSftp } from './packages/components/src/components/Icon/components/icons/IconSshSftp.mjs';
|
|
189
|
+
export { IconStack } from './packages/components/src/components/Icon/components/icons/IconStack.mjs';
|
|
189
190
|
export { IconStar } from './packages/components/src/components/Icon/components/icons/IconStar.mjs';
|
|
190
191
|
export { IconStarFilled } from './packages/components/src/components/Icon/components/icons/IconStarFilled.mjs';
|
|
191
192
|
export { IconSubdomain } from './packages/components/src/components/Icon/components/icons/IconSubdomain.mjs';
|
package/dist/js/default.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"default.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"default.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -112,6 +112,7 @@ export { IconServer } from './packages/components/src/components/Icon/components
|
|
|
112
112
|
export { IconSsh } from './packages/components/src/components/Icon/components/icons/IconSsh.mjs';
|
|
113
113
|
export { IconSshKey } from './packages/components/src/components/Icon/components/icons/IconSshKey.mjs';
|
|
114
114
|
export { IconSshSftp } from './packages/components/src/components/Icon/components/icons/IconSshSftp.mjs';
|
|
115
|
+
export { IconStack } from './packages/components/src/components/Icon/components/icons/IconStack.mjs';
|
|
115
116
|
export { IconStar } from './packages/components/src/components/Icon/components/icons/IconStar.mjs';
|
|
116
117
|
export { IconStarFilled } from './packages/components/src/components/Icon/components/icons/IconStarFilled.mjs';
|
|
117
118
|
export { IconSubdomain } from './packages/components/src/components/Icon/components/icons/IconSubdomain.mjs';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"flr-universal.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"flr-universal.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
/* */
|
|
3
|
+
import { jsx } from 'react/jsx-runtime';
|
|
4
|
+
import 'react';
|
|
5
|
+
import { IconStack as IconStack$1 } from '@mittwald/flow-icons';
|
|
6
|
+
import { useContextIcon } from '../IconSetProvider.mjs';
|
|
7
|
+
import '../../Icon.mjs';
|
|
8
|
+
import IconView from '../../../../views/IconView.mjs';
|
|
9
|
+
|
|
10
|
+
const IconStack = (props) => {
|
|
11
|
+
const fromContext = useContextIcon("Stack");
|
|
12
|
+
const Icon = fromContext ?? IconStack$1;
|
|
13
|
+
return /* @__PURE__ */ jsx(IconView, { ...props, children: /* @__PURE__ */ jsx(Icon, {}) });
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
export { IconStack };
|
|
17
|
+
//# sourceMappingURL=IconStack.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconStack.mjs","sources":["../../../../../../../../../src/components/Icon/components/icons/IconStack.tsx"],"sourcesContent":["/* auto-generated file */\nimport React, { type ComponentProps, type FC } from \"react\";\nimport { IconStack as IconImport } from \"@mittwald/flow-icons\";\nimport { type Icon } from \"@/components/Icon\";\nimport View from \"@/views/IconView\";\nimport { useContextIcon } from \"../IconSetProvider\";\n\nexport const IconStack: FC<Omit<ComponentProps<typeof Icon>, \"children\">> = (\n props,\n) => {\n const fromContext = useContextIcon(\"Stack\");\n const Icon = fromContext ?? IconImport;\n return (\n <View {...props}>\n <Icon />\n </View>\n );\n};\n\nexport default IconStack;\n"],"names":["IconImport","View"],"mappings":";;;;;;;AAOO,MAAM,SAAA,GAA+D,CAC1E,KAAA,KACG;AACH,EAAA,MAAM,WAAA,GAAc,eAAe,OAAO,CAAA;AAC1C,EAAA,MAAM,OAAO,WAAA,IAAeA,WAAA;AAC5B,EAAA,2BACGC,QAAA,EAAA,EAAM,GAAG,KAAA,EACR,QAAA,kBAAA,GAAA,CAAC,QAAK,CAAA,EACR,CAAA;AAEJ;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconStack.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Icon/components/icons/IconStack.tsx"],"names":[],"mappings":"AACA,OAAc,EAAE,KAAK,cAAc,EAAE,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAE5D,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,mBAAmB,CAAC;AAI9C,eAAO,MAAM,SAAS,EAAE,EAAE,CAAC,IAAI,CAAC,cAAc,CAAC,OAAO,IAAI,CAAC,EAAE,UAAU,CAAC,CAUvE,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -110,6 +110,7 @@ export { IconServer } from './IconServer';
|
|
|
110
110
|
export { IconSsh } from './IconSsh';
|
|
111
111
|
export { IconSshKey } from './IconSshKey';
|
|
112
112
|
export { IconSshSftp } from './IconSshSftp';
|
|
113
|
+
export { IconStack } from './IconStack';
|
|
113
114
|
export { IconStar } from './IconStar';
|
|
114
115
|
export { IconStarFilled } from './IconStarFilled';
|
|
115
116
|
export { IconSubdomain } from './IconSubdomain';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Icon/components/icons/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Icon/components/icons/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,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.854",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -63,9 +63,9 @@
|
|
|
63
63
|
"@internationalized/string": "^3.2.7",
|
|
64
64
|
"@internationalized/string-compiler": "^3.3.0",
|
|
65
65
|
"@lezer/highlight": "^1.2.3",
|
|
66
|
-
"@mittwald/flow-icons": "0.2.0-alpha.
|
|
66
|
+
"@mittwald/flow-icons": "0.2.0-alpha.854",
|
|
67
67
|
"@mittwald/password-tools-js": "3.0.0-alpha.30",
|
|
68
|
-
"@mittwald/react-tunnel": "0.2.0-alpha.
|
|
68
|
+
"@mittwald/react-tunnel": "0.2.0-alpha.854",
|
|
69
69
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
70
70
|
"@react-aria/form": "^3.1.5",
|
|
71
71
|
"@react-aria/i18n": "^3.12.16",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"@lezer/generator": "^1.8.0",
|
|
120
120
|
"@lezer/lr": "^1.4.8",
|
|
121
121
|
"@mittwald/flow-core": "",
|
|
122
|
-
"@mittwald/flow-design-tokens": "0.2.0-alpha.
|
|
122
|
+
"@mittwald/flow-design-tokens": "0.2.0-alpha.854",
|
|
123
123
|
"@mittwald/flow-icons-base": "",
|
|
124
124
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
125
125
|
"@mittwald/remote-dom-react": "1.2.2-mittwald.10",
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
},
|
|
175
175
|
"peerDependencies": {
|
|
176
176
|
"@internationalized/date": "^3.12.2",
|
|
177
|
-
"@mittwald/flow-icons-pro": "0.2.0-alpha.
|
|
177
|
+
"@mittwald/flow-icons-pro": "0.2.0-alpha.853",
|
|
178
178
|
"@mittwald/react-use-promise": "^4.2.2",
|
|
179
179
|
"next": "^16.2.3",
|
|
180
180
|
"react": "^19.2.0",
|
|
@@ -195,5 +195,5 @@
|
|
|
195
195
|
"optional": true
|
|
196
196
|
}
|
|
197
197
|
},
|
|
198
|
-
"gitHead": "
|
|
198
|
+
"gitHead": "544ee09fbdbef472accf9c51cb9211fe6db879e0"
|
|
199
199
|
}
|