@mittwald/flow-react-components 0.2.0-alpha.605 → 0.2.0-alpha.606

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 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.606](https://github.com/mittwald/flow/compare/0.2.0-alpha.605...0.2.0-alpha.606) (2025-12-18)
7
+
8
+ ### Features
9
+
10
+ * **Message:** support custom color in message ([#2214](https://github.com/mittwald/flow/issues/2214)) ([47c6690](https://github.com/mittwald/flow/commit/47c669042282f43eff4c10f9f9b29ca4cd2e3aca))
11
+
6
12
  # [0.2.0-alpha.605](https://github.com/mittwald/flow/compare/0.2.0-alpha.604...0.2.0-alpha.605) (2025-12-18)
7
13
 
8
14
  **Note:** Version bump only for package @mittwald/flow-react-components
@@ -79236,6 +79236,25 @@
79236
79236
  "name": "\"responder\" | \"sender\""
79237
79237
  }
79238
79238
  },
79239
+ "color": {
79240
+ "defaultValue": null,
79241
+ "description": "",
79242
+ "name": "color",
79243
+ "parent": {
79244
+ "fileName": "components/src/components/Message/Message.tsx",
79245
+ "name": "MessageProps"
79246
+ },
79247
+ "declarations": [
79248
+ {
79249
+ "fileName": "components/src/components/Message/Message.tsx",
79250
+ "name": "MessageProps"
79251
+ }
79252
+ ],
79253
+ "required": false,
79254
+ "type": {
79255
+ "name": "string"
79256
+ }
79257
+ },
79239
79258
  "children": {
79240
79259
  "defaultValue": null,
79241
79260
  "description": "",
@@ -318878,93 +318897,6 @@
318878
318897
  }
318879
318898
  }
318880
318899
  },
318881
- {
318882
- "tags": {
318883
- "flr-generate": "all"
318884
- },
318885
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/CartesianGrid/CartesianGrid.tsx",
318886
- "description": "",
318887
- "displayName": "CartesianGrid",
318888
- "methods": [],
318889
- "props": {
318890
- "className": {
318891
- "defaultValue": null,
318892
- "description": "",
318893
- "name": "className",
318894
- "parent": {
318895
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
318896
- "name": "HTMLAttributes"
318897
- },
318898
- "declarations": [
318899
- {
318900
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
318901
- "name": "HTMLAttributes"
318902
- }
318903
- ],
318904
- "required": false,
318905
- "type": {
318906
- "name": "string"
318907
- }
318908
- },
318909
- "horizontal": {
318910
- "defaultValue": null,
318911
- "description": "",
318912
- "name": "horizontal",
318913
- "parent": {
318914
- "fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.6_react-dom@19.2.0_react@19.2.0__react-is@19.2.0_react@19.2.0_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
318915
- "name": "CartesianGridProps"
318916
- },
318917
- "declarations": [
318918
- {
318919
- "fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.6_react-dom@19.2.0_react@19.2.0__react-is@19.2.0_react@19.2.0_redux@5.0.1/node_modules/recharts/types/cartesian/CartesianGrid.d.ts",
318920
- "name": "CartesianGridProps"
318921
- }
318922
- ],
318923
- "required": false,
318924
- "type": {
318925
- "name": "GridLineType"
318926
- }
318927
- },
318928
- "vertical": {
318929
- "defaultValue": null,
318930
- "description": "",
318931
- "name": "vertical",
318932
- "parent": {
318933
- "fileName": "flow/node_modules/.pnpm/recharts@3.4.1_@types+react@19.2.6_react-dom@19.2.0_react@19.2.0__react-is@19.2.0_react@19.2.0_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.6_react-dom@19.2.0_react@19.2.0__react-is@19.2.0_react@19.2.0_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
- "strokeDasharray": {
318948
- "defaultValue": null,
318949
- "description": "",
318950
- "name": "strokeDasharray",
318951
- "parent": {
318952
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
318953
- "name": "SVGAttributes"
318954
- },
318955
- "declarations": [
318956
- {
318957
- "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/node_modules/@types/react/index.d.ts",
318958
- "name": "SVGAttributes"
318959
- }
318960
- ],
318961
- "required": false,
318962
- "type": {
318963
- "name": "string | number"
318964
- }
318965
- }
318966
- }
318967
- },
318968
318900
  {
318969
318901
  "tags": {},
318970
318902
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/CartesianChart/components/AreaDot/AreaDot.tsx",
@@ -328246,6 +328178,93 @@
328246
328178
  }
328247
328179
  }
328248
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.6/node_modules/@types/react/index.d.ts",
328196
+ "name": "HTMLAttributes"
328197
+ },
328198
+ "declarations": [
328199
+ {
328200
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/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.6_react-dom@19.2.0_react@19.2.0__react-is@19.2.0_react@19.2.0_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.6_react-dom@19.2.0_react@19.2.0__react-is@19.2.0_react@19.2.0_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.6_react-dom@19.2.0_react@19.2.0__react-is@19.2.0_react@19.2.0_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.6_react-dom@19.2.0_react@19.2.0__react-is@19.2.0_react@19.2.0_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.6/node_modules/@types/react/index.d.ts",
328253
+ "name": "SVGAttributes"
328254
+ },
328255
+ "declarations": [
328256
+ {
328257
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.2.6/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
+ },
328249
328268
  {
328250
328269
  "tags": {
328251
328270
  "flr-generate": "all"