@mittwald/flow-react-components 0.2.0-alpha.610 → 0.2.0-alpha.612
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/dist/assets/doc-properties.json +202 -202
- package/dist/css/all.css +1 -1
- package/dist/js/components/src/components/Message/Message.mjs +13 -2
- package/dist/js/components/src/components/Message/Message.mjs.map +1 -1
- package/dist/js/components/src/components/Message/Message.module.scss.mjs +9 -3
- package/dist/js/components/src/components/Message/Message.module.scss.mjs.map +1 -1
- package/dist/js/components/src/components/Navigation/Navigation.mjs +3 -1
- package/dist/js/components/src/components/Navigation/Navigation.mjs.map +1 -1
- package/dist/js/components/src/components/Navigation/Navigation.module.scss.mjs +5 -2
- package/dist/js/components/src/components/Navigation/Navigation.module.scss.mjs.map +1 -1
- package/dist/types/components/Message/Message.d.ts.map +1 -1
- package/dist/types/components/Message/stories/Default.stories.d.ts +1 -0
- package/dist/types/components/Message/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/Navigation/Navigation.d.ts.map +1 -1
- package/dist/types/components/Navigation/stories/Default.stories.d.ts +1 -0
- package/dist/types/components/Navigation/stories/Default.stories.d.ts.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [0.2.0-alpha.612](https://github.com/mittwald/flow/compare/0.2.0-alpha.611...0.2.0-alpha.612) (2025-12-22)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **Message:** support action group and button ([#2216](https://github.com/mittwald/flow/issues/2216)) ([d0c75c1](https://github.com/mittwald/flow/commit/d0c75c155726aefe2ef2f4a2b56112bf6a5a3646))
|
|
11
|
+
|
|
12
|
+
# [0.2.0-alpha.611](https://github.com/mittwald/flow/compare/0.2.0-alpha.610...0.2.0-alpha.611) (2025-12-22)
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* **Navigation:** support badge and counter badge ([#2218](https://github.com/mittwald/flow/issues/2218)) ([d6c63f4](https://github.com/mittwald/flow/commit/d6c63f45ce7fd64298301481cedc00249723e928))
|
|
17
|
+
|
|
6
18
|
# [0.2.0-alpha.610](https://github.com/mittwald/flow/compare/0.2.0-alpha.609...0.2.0-alpha.610) (2025-12-22)
|
|
7
19
|
|
|
8
20
|
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
@@ -297426,6 +297426,34 @@
|
|
|
297426
297426
|
}
|
|
297427
297427
|
}
|
|
297428
297428
|
},
|
|
297429
|
+
{
|
|
297430
|
+
"tags": {},
|
|
297431
|
+
"filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
|
|
297432
|
+
"description": "",
|
|
297433
|
+
"displayName": "PopoverTip",
|
|
297434
|
+
"methods": [],
|
|
297435
|
+
"props": {
|
|
297436
|
+
"className": {
|
|
297437
|
+
"defaultValue": null,
|
|
297438
|
+
"description": "The elements class name.",
|
|
297439
|
+
"name": "className",
|
|
297440
|
+
"parent": {
|
|
297441
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
297442
|
+
"name": "PropsWithClassName"
|
|
297443
|
+
},
|
|
297444
|
+
"declarations": [
|
|
297445
|
+
{
|
|
297446
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
297447
|
+
"name": "PropsWithClassName"
|
|
297448
|
+
}
|
|
297449
|
+
],
|
|
297450
|
+
"required": false,
|
|
297451
|
+
"type": {
|
|
297452
|
+
"name": "string"
|
|
297453
|
+
}
|
|
297454
|
+
}
|
|
297455
|
+
}
|
|
297456
|
+
},
|
|
297429
297457
|
{
|
|
297430
297458
|
"tags": {
|
|
297431
297459
|
"flr-generate": "all"
|
|
@@ -297604,34 +297632,6 @@
|
|
|
297604
297632
|
}
|
|
297605
297633
|
}
|
|
297606
297634
|
},
|
|
297607
|
-
{
|
|
297608
|
-
"tags": {},
|
|
297609
|
-
"filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
|
|
297610
|
-
"description": "",
|
|
297611
|
-
"displayName": "PopoverTip",
|
|
297612
|
-
"methods": [],
|
|
297613
|
-
"props": {
|
|
297614
|
-
"className": {
|
|
297615
|
-
"defaultValue": null,
|
|
297616
|
-
"description": "The elements class name.",
|
|
297617
|
-
"name": "className",
|
|
297618
|
-
"parent": {
|
|
297619
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
297620
|
-
"name": "PropsWithClassName"
|
|
297621
|
-
},
|
|
297622
|
-
"declarations": [
|
|
297623
|
-
{
|
|
297624
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
297625
|
-
"name": "PropsWithClassName"
|
|
297626
|
-
}
|
|
297627
|
-
],
|
|
297628
|
-
"required": false,
|
|
297629
|
-
"type": {
|
|
297630
|
-
"name": "string"
|
|
297631
|
-
}
|
|
297632
|
-
}
|
|
297633
|
-
}
|
|
297634
|
-
},
|
|
297635
297635
|
{
|
|
297636
297636
|
"tags": {
|
|
297637
297637
|
"internal": ""
|
|
@@ -297989,6 +297989,93 @@
|
|
|
297989
297989
|
}
|
|
297990
297990
|
}
|
|
297991
297991
|
},
|
|
297992
|
+
{
|
|
297993
|
+
"tags": {
|
|
297994
|
+
"flr-generate": "all"
|
|
297995
|
+
},
|
|
297996
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
|
|
297997
|
+
"description": "",
|
|
297998
|
+
"displayName": "DialogTrigger",
|
|
297999
|
+
"methods": [],
|
|
298000
|
+
"props": {
|
|
298001
|
+
"children": {
|
|
298002
|
+
"defaultValue": null,
|
|
298003
|
+
"description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
|
|
298004
|
+
"name": "children",
|
|
298005
|
+
"parent": {
|
|
298006
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
298007
|
+
"name": "TableProps"
|
|
298008
|
+
},
|
|
298009
|
+
"declarations": [
|
|
298010
|
+
{
|
|
298011
|
+
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
298012
|
+
"name": "TableProps"
|
|
298013
|
+
}
|
|
298014
|
+
],
|
|
298015
|
+
"required": false,
|
|
298016
|
+
"type": {
|
|
298017
|
+
"name": "ReactNode"
|
|
298018
|
+
}
|
|
298019
|
+
},
|
|
298020
|
+
"isOpen": {
|
|
298021
|
+
"defaultValue": null,
|
|
298022
|
+
"description": "Whether the element is rendered.",
|
|
298023
|
+
"name": "isOpen",
|
|
298024
|
+
"parent": {
|
|
298025
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
|
|
298026
|
+
"name": "PositionProps"
|
|
298027
|
+
},
|
|
298028
|
+
"declarations": [
|
|
298029
|
+
{
|
|
298030
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
|
|
298031
|
+
"name": "PositionProps"
|
|
298032
|
+
}
|
|
298033
|
+
],
|
|
298034
|
+
"required": false,
|
|
298035
|
+
"type": {
|
|
298036
|
+
"name": "boolean"
|
|
298037
|
+
}
|
|
298038
|
+
},
|
|
298039
|
+
"defaultOpen": {
|
|
298040
|
+
"defaultValue": null,
|
|
298041
|
+
"description": "Whether the overlay is open by default (uncontrolled).",
|
|
298042
|
+
"name": "defaultOpen",
|
|
298043
|
+
"parent": {
|
|
298044
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
|
|
298045
|
+
"name": "OverlayTriggerProps"
|
|
298046
|
+
},
|
|
298047
|
+
"declarations": [
|
|
298048
|
+
{
|
|
298049
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
|
|
298050
|
+
"name": "OverlayTriggerProps"
|
|
298051
|
+
}
|
|
298052
|
+
],
|
|
298053
|
+
"required": false,
|
|
298054
|
+
"type": {
|
|
298055
|
+
"name": "boolean"
|
|
298056
|
+
}
|
|
298057
|
+
},
|
|
298058
|
+
"onOpenChange": {
|
|
298059
|
+
"defaultValue": null,
|
|
298060
|
+
"description": "Handler that is called when the overlay's open state changes.",
|
|
298061
|
+
"name": "onOpenChange",
|
|
298062
|
+
"parent": {
|
|
298063
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
|
|
298064
|
+
"name": "OverlayTriggerProps"
|
|
298065
|
+
},
|
|
298066
|
+
"declarations": [
|
|
298067
|
+
{
|
|
298068
|
+
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
|
|
298069
|
+
"name": "OverlayTriggerProps"
|
|
298070
|
+
}
|
|
298071
|
+
],
|
|
298072
|
+
"required": false,
|
|
298073
|
+
"type": {
|
|
298074
|
+
"name": "((isOpen: boolean) => void)"
|
|
298075
|
+
}
|
|
298076
|
+
}
|
|
298077
|
+
}
|
|
298078
|
+
},
|
|
297992
298079
|
{
|
|
297993
298080
|
"tags": {
|
|
297994
298081
|
"flr-generate": "all"
|
|
@@ -298173,93 +298260,6 @@
|
|
|
298173
298260
|
}
|
|
298174
298261
|
}
|
|
298175
298262
|
},
|
|
298176
|
-
{
|
|
298177
|
-
"tags": {
|
|
298178
|
-
"flr-generate": "all"
|
|
298179
|
-
},
|
|
298180
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/OverlayTrigger/components/DialogTrigger/DialogTrigger.tsx",
|
|
298181
|
-
"description": "",
|
|
298182
|
-
"displayName": "DialogTrigger",
|
|
298183
|
-
"methods": [],
|
|
298184
|
-
"props": {
|
|
298185
|
-
"children": {
|
|
298186
|
-
"defaultValue": null,
|
|
298187
|
-
"description": "The elements that make up the table. Includes the TableHeader, TableBody, Columns, and Rows.",
|
|
298188
|
-
"name": "children",
|
|
298189
|
-
"parent": {
|
|
298190
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
298191
|
-
"name": "TableProps"
|
|
298192
|
-
},
|
|
298193
|
-
"declarations": [
|
|
298194
|
-
{
|
|
298195
|
-
"fileName": "flow/node_modules/.pnpm/react-aria-components@1.13.0_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/react-aria-components/dist/types.d.ts",
|
|
298196
|
-
"name": "TableProps"
|
|
298197
|
-
}
|
|
298198
|
-
],
|
|
298199
|
-
"required": false,
|
|
298200
|
-
"type": {
|
|
298201
|
-
"name": "ReactNode"
|
|
298202
|
-
}
|
|
298203
|
-
},
|
|
298204
|
-
"isOpen": {
|
|
298205
|
-
"defaultValue": null,
|
|
298206
|
-
"description": "Whether the element is rendered.",
|
|
298207
|
-
"name": "isOpen",
|
|
298208
|
-
"parent": {
|
|
298209
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
|
|
298210
|
-
"name": "PositionProps"
|
|
298211
|
-
},
|
|
298212
|
-
"declarations": [
|
|
298213
|
-
{
|
|
298214
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
|
|
298215
|
-
"name": "PositionProps"
|
|
298216
|
-
}
|
|
298217
|
-
],
|
|
298218
|
-
"required": false,
|
|
298219
|
-
"type": {
|
|
298220
|
-
"name": "boolean"
|
|
298221
|
-
}
|
|
298222
|
-
},
|
|
298223
|
-
"defaultOpen": {
|
|
298224
|
-
"defaultValue": null,
|
|
298225
|
-
"description": "Whether the overlay is open by default (uncontrolled).",
|
|
298226
|
-
"name": "defaultOpen",
|
|
298227
|
-
"parent": {
|
|
298228
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
|
|
298229
|
-
"name": "OverlayTriggerProps"
|
|
298230
|
-
},
|
|
298231
|
-
"declarations": [
|
|
298232
|
-
{
|
|
298233
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
|
|
298234
|
-
"name": "OverlayTriggerProps"
|
|
298235
|
-
}
|
|
298236
|
-
],
|
|
298237
|
-
"required": false,
|
|
298238
|
-
"type": {
|
|
298239
|
-
"name": "boolean"
|
|
298240
|
-
}
|
|
298241
|
-
},
|
|
298242
|
-
"onOpenChange": {
|
|
298243
|
-
"defaultValue": null,
|
|
298244
|
-
"description": "Handler that is called when the overlay's open state changes.",
|
|
298245
|
-
"name": "onOpenChange",
|
|
298246
|
-
"parent": {
|
|
298247
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
|
|
298248
|
-
"name": "OverlayTriggerProps"
|
|
298249
|
-
},
|
|
298250
|
-
"declarations": [
|
|
298251
|
-
{
|
|
298252
|
-
"fileName": "flow/node_modules/.pnpm/@react-types+overlays@3.9.2_react@19.2.1/node_modules/@react-types/overlays/src/index.d.ts",
|
|
298253
|
-
"name": "OverlayTriggerProps"
|
|
298254
|
-
}
|
|
298255
|
-
],
|
|
298256
|
-
"required": false,
|
|
298257
|
-
"type": {
|
|
298258
|
-
"name": "((isOpen: boolean) => void)"
|
|
298259
|
-
}
|
|
298260
|
-
}
|
|
298261
|
-
}
|
|
298262
|
-
},
|
|
298263
298263
|
{
|
|
298264
298264
|
"tags": {
|
|
298265
298265
|
"flr-generate": "all"
|
|
@@ -318897,93 +318897,6 @@
|
|
|
318897
318897
|
}
|
|
318898
318898
|
}
|
|
318899
318899
|
},
|
|
318900
|
-
{
|
|
318901
|
-
"tags": {
|
|
318902
|
-
"flr-generate": "all"
|
|
318903
|
-
},
|
|
318904
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/CartesianGrid/CartesianGrid.tsx",
|
|
318905
|
-
"description": "",
|
|
318906
|
-
"displayName": "CartesianGrid",
|
|
318907
|
-
"methods": [],
|
|
318908
|
-
"props": {
|
|
318909
|
-
"className": {
|
|
318910
|
-
"defaultValue": null,
|
|
318911
|
-
"description": "",
|
|
318912
|
-
"name": "className",
|
|
318913
|
-
"parent": {
|
|
318914
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
318915
|
-
"name": "HTMLAttributes"
|
|
318916
|
-
},
|
|
318917
|
-
"declarations": [
|
|
318918
|
-
{
|
|
318919
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
318920
|
-
"name": "HTMLAttributes"
|
|
318921
|
-
}
|
|
318922
|
-
],
|
|
318923
|
-
"required": false,
|
|
318924
|
-
"type": {
|
|
318925
|
-
"name": "string"
|
|
318926
|
-
}
|
|
318927
|
-
},
|
|
318928
|
-
"horizontal": {
|
|
318929
|
-
"defaultValue": null,
|
|
318930
|
-
"description": "",
|
|
318931
|
-
"name": "horizontal",
|
|
318932
|
-
"parent": {
|
|
318933
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.7_react-dom@19.2.1_react@19.2.1__react-is@19.2.0_react@19.2.1_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
|
|
318934
|
-
"name": "CartesianGridProps"
|
|
318935
|
-
},
|
|
318936
|
-
"declarations": [
|
|
318937
|
-
{
|
|
318938
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.7_react-dom@19.2.1_react@19.2.1__react-is@19.2.0_react@19.2.1_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
|
|
318939
|
-
"name": "CartesianGridProps"
|
|
318940
|
-
}
|
|
318941
|
-
],
|
|
318942
|
-
"required": false,
|
|
318943
|
-
"type": {
|
|
318944
|
-
"name": "GridLineType"
|
|
318945
|
-
}
|
|
318946
|
-
},
|
|
318947
|
-
"vertical": {
|
|
318948
|
-
"defaultValue": null,
|
|
318949
|
-
"description": "",
|
|
318950
|
-
"name": "vertical",
|
|
318951
|
-
"parent": {
|
|
318952
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.7_react-dom@19.2.1_react@19.2.1__react-is@19.2.0_react@19.2.1_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
|
|
318953
|
-
"name": "CartesianGridProps"
|
|
318954
|
-
},
|
|
318955
|
-
"declarations": [
|
|
318956
|
-
{
|
|
318957
|
-
"fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.7_react-dom@19.2.1_react@19.2.1__react-is@19.2.0_react@19.2.1_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
|
|
318958
|
-
"name": "CartesianGridProps"
|
|
318959
|
-
}
|
|
318960
|
-
],
|
|
318961
|
-
"required": false,
|
|
318962
|
-
"type": {
|
|
318963
|
-
"name": "GridLineType"
|
|
318964
|
-
}
|
|
318965
|
-
},
|
|
318966
|
-
"strokeDasharray": {
|
|
318967
|
-
"defaultValue": null,
|
|
318968
|
-
"description": "",
|
|
318969
|
-
"name": "strokeDasharray",
|
|
318970
|
-
"parent": {
|
|
318971
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
318972
|
-
"name": "SVGAttributes"
|
|
318973
|
-
},
|
|
318974
|
-
"declarations": [
|
|
318975
|
-
{
|
|
318976
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
318977
|
-
"name": "SVGAttributes"
|
|
318978
|
-
}
|
|
318979
|
-
],
|
|
318980
|
-
"required": false,
|
|
318981
|
-
"type": {
|
|
318982
|
-
"name": "string | number"
|
|
318983
|
-
}
|
|
318984
|
-
}
|
|
318985
|
-
}
|
|
318986
|
-
},
|
|
318987
318900
|
{
|
|
318988
318901
|
"tags": {},
|
|
318989
318902
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/AreaDot/AreaDot.tsx",
|
|
@@ -328265,6 +328178,93 @@
|
|
|
328265
328178
|
}
|
|
328266
328179
|
}
|
|
328267
328180
|
},
|
|
328181
|
+
{
|
|
328182
|
+
"tags": {
|
|
328183
|
+
"flr-generate": "all"
|
|
328184
|
+
},
|
|
328185
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/CartesianGrid/CartesianGrid.tsx",
|
|
328186
|
+
"description": "",
|
|
328187
|
+
"displayName": "CartesianGrid",
|
|
328188
|
+
"methods": [],
|
|
328189
|
+
"props": {
|
|
328190
|
+
"className": {
|
|
328191
|
+
"defaultValue": null,
|
|
328192
|
+
"description": "",
|
|
328193
|
+
"name": "className",
|
|
328194
|
+
"parent": {
|
|
328195
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
328196
|
+
"name": "HTMLAttributes"
|
|
328197
|
+
},
|
|
328198
|
+
"declarations": [
|
|
328199
|
+
{
|
|
328200
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
328201
|
+
"name": "HTMLAttributes"
|
|
328202
|
+
}
|
|
328203
|
+
],
|
|
328204
|
+
"required": false,
|
|
328205
|
+
"type": {
|
|
328206
|
+
"name": "string"
|
|
328207
|
+
}
|
|
328208
|
+
},
|
|
328209
|
+
"horizontal": {
|
|
328210
|
+
"defaultValue": null,
|
|
328211
|
+
"description": "",
|
|
328212
|
+
"name": "horizontal",
|
|
328213
|
+
"parent": {
|
|
328214
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.7_react-dom@19.2.1_react@19.2.1__react-is@19.2.0_react@19.2.1_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
|
|
328215
|
+
"name": "CartesianGridProps"
|
|
328216
|
+
},
|
|
328217
|
+
"declarations": [
|
|
328218
|
+
{
|
|
328219
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.7_react-dom@19.2.1_react@19.2.1__react-is@19.2.0_react@19.2.1_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
|
|
328220
|
+
"name": "CartesianGridProps"
|
|
328221
|
+
}
|
|
328222
|
+
],
|
|
328223
|
+
"required": false,
|
|
328224
|
+
"type": {
|
|
328225
|
+
"name": "GridLineType"
|
|
328226
|
+
}
|
|
328227
|
+
},
|
|
328228
|
+
"vertical": {
|
|
328229
|
+
"defaultValue": null,
|
|
328230
|
+
"description": "",
|
|
328231
|
+
"name": "vertical",
|
|
328232
|
+
"parent": {
|
|
328233
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.7_react-dom@19.2.1_react@19.2.1__react-is@19.2.0_react@19.2.1_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
|
|
328234
|
+
"name": "CartesianGridProps"
|
|
328235
|
+
},
|
|
328236
|
+
"declarations": [
|
|
328237
|
+
{
|
|
328238
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.7_react-dom@19.2.1_react@19.2.1__react-is@19.2.0_react@19.2.1_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
|
|
328239
|
+
"name": "CartesianGridProps"
|
|
328240
|
+
}
|
|
328241
|
+
],
|
|
328242
|
+
"required": false,
|
|
328243
|
+
"type": {
|
|
328244
|
+
"name": "GridLineType"
|
|
328245
|
+
}
|
|
328246
|
+
},
|
|
328247
|
+
"strokeDasharray": {
|
|
328248
|
+
"defaultValue": null,
|
|
328249
|
+
"description": "",
|
|
328250
|
+
"name": "strokeDasharray",
|
|
328251
|
+
"parent": {
|
|
328252
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
328253
|
+
"name": "SVGAttributes"
|
|
328254
|
+
},
|
|
328255
|
+
"declarations": [
|
|
328256
|
+
{
|
|
328257
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.2.7/node_modules/@types/react/index.d.ts",
|
|
328258
|
+
"name": "SVGAttributes"
|
|
328259
|
+
}
|
|
328260
|
+
],
|
|
328261
|
+
"required": false,
|
|
328262
|
+
"type": {
|
|
328263
|
+
"name": "string | number"
|
|
328264
|
+
}
|
|
328265
|
+
}
|
|
328266
|
+
}
|
|
328267
|
+
},
|
|
328268
328268
|
{
|
|
328269
328269
|
"tags": {
|
|
328270
328270
|
"flr-generate": "all"
|