@mittwald/flow-react-components 0.2.0-alpha.247 → 0.2.0-alpha.249

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,19 @@
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.249](https://github.com/mittwald/flow/compare/0.2.0-alpha.248...0.2.0-alpha.249) (2025-06-10)
7
+
8
+ ### Bug Fixes
9
+
10
+ * **ComboBox:** fix combo box height ([#1576](https://github.com/mittwald/flow/issues/1576)) ([481d048](https://github.com/mittwald/flow/commit/481d048df0e60b3fbc6d48544435bdc812729916))
11
+
12
+ # [0.2.0-alpha.248](https://github.com/mittwald/flow/compare/0.2.0-alpha.247...0.2.0-alpha.248) (2025-06-10)
13
+
14
+ ### Bug Fixes
15
+
16
+ * **MenuItem:** fix switch ([#1578](https://github.com/mittwald/flow/issues/1578)) ([203b83d](https://github.com/mittwald/flow/commit/203b83db89259ef931bc8e6ccd2a395ac925b267))
17
+ * **ProgressBar:** fix value higher than max value ([#1579](https://github.com/mittwald/flow/issues/1579)) ([43c53b2](https://github.com/mittwald/flow/commit/43c53b26a58fb5d2423f0f62c0750ac06295de01))
18
+
6
19
  # [0.2.0-alpha.247](https://github.com/mittwald/flow/compare/0.2.0-alpha.246...0.2.0-alpha.247) (2025-06-06)
7
20
 
8
21
  **Note:** Version bump only for package @mittwald/flow-react-components
@@ -31758,7 +31758,7 @@
31758
31758
  ],
31759
31759
  "required": false,
31760
31760
  "type": {
31761
- "name": "{ value: number; title: string; color?: \"sea-green\" | \"palatinate-blue\" | \"tangerine\" | \"magenta\" | \"tropical-indigo\" | \"malachite\" | \"azure\" | \"violet\" | \"yellow\" | \"alloy-orange\" | \"green\" | \"lime\"; }[]"
31761
+ "name": "{ value: number; title: string; color?: \"sea-green\" | \"palatinate-blue\" | \"tangerine\" | \"magenta\" | \"tropical-indigo\" | \"malachite\" | \"azure\" | \"violet\" | \"yellow\" | \"alloy-orange\" | \"green\" | \"lime\"; valueText?: string; }[] | undefined"
31762
31762
  }
31763
31763
  },
31764
31764
  "showLegend": {
@@ -170999,100 +170999,82 @@
170999
170999
  },
171000
171000
  {
171001
171001
  "tags": {
171002
- "flr-generate": "all",
171003
- "flr-clear-props-context": ""
171002
+ "flr-generate": "all"
171004
171003
  },
171005
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Avatar/Avatar.tsx",
171004
+ "filePath": "src/components/AreaChart/AreaChart.tsx",
171006
171005
  "description": "",
171007
- "displayName": "Avatar",
171006
+ "displayName": "AreaChart",
171008
171007
  "methods": [],
171009
171008
  "props": {
171010
- "size": {
171011
- "defaultValue": {
171012
- "value": "\"m\""
171013
- },
171014
- "description": "The size of the avatar.",
171015
- "name": "size",
171009
+ "height": {
171010
+ "defaultValue": null,
171011
+ "description": "",
171012
+ "name": "height",
171016
171013
  "parent": {
171017
- "fileName": "components/src/components/Avatar/Avatar.tsx",
171018
- "name": "AvatarProps"
171014
+ "fileName": "src/components/AreaChart/AreaChart.tsx",
171015
+ "name": "AreaChartProps"
171019
171016
  },
171020
171017
  "declarations": [
171021
171018
  {
171022
- "fileName": "components/src/components/Avatar/Avatar.tsx",
171023
- "name": "AvatarProps"
171019
+ "fileName": "src/components/AreaChart/AreaChart.tsx",
171020
+ "name": "AreaChartProps"
171024
171021
  }
171025
171022
  ],
171026
171023
  "required": false,
171027
171024
  "type": {
171028
- "name": "\"s\" | \"xs\" | \"m\" | \"l\""
171025
+ "name": "string"
171029
171026
  }
171030
171027
  },
171031
- "color": {
171028
+ "emptyView": {
171032
171029
  "defaultValue": null,
171033
- "description": "The color of icons and initials inside the avatar.",
171034
- "name": "color",
171030
+ "description": "View that is provided when data is empty/undefined",
171031
+ "name": "emptyView",
171035
171032
  "parent": {
171036
- "fileName": "components/src/components/Avatar/Avatar.tsx",
171037
- "name": "AvatarProps"
171033
+ "fileName": "src/components/AreaChart/AreaChart.tsx",
171034
+ "name": "AreaChartProps"
171038
171035
  },
171039
171036
  "declarations": [
171040
171037
  {
171041
- "fileName": "components/src/components/Avatar/Avatar.tsx",
171042
- "name": "AvatarProps"
171038
+ "fileName": "src/components/AreaChart/AreaChart.tsx",
171039
+ "name": "AreaChartProps"
171043
171040
  }
171044
171041
  ],
171045
171042
  "required": false,
171046
171043
  "type": {
171047
- "name": "\"violet\" | \"green\" | \"blue\" | \"teal\" | \"lilac\""
171044
+ "name": "ComponentType<AreaChartEmptyViewProps>"
171048
171045
  }
171049
171046
  },
171050
- "status": {
171047
+ "flexGrow": {
171051
171048
  "defaultValue": null,
171052
- "description": "Adds status icon and color to the avatar. May only be used if the status is\nexplained by an element (like text or label) nearby.",
171053
- "name": "status",
171049
+ "description": "Allow the height controlling container to set flex-grow: 1. Can only be\nused in combination with `height`",
171050
+ "name": "flexGrow",
171054
171051
  "parent": {
171055
- "fileName": "components/src/components/Avatar/Avatar.tsx",
171056
- "name": "AvatarProps"
171052
+ "fileName": "src/components/AreaChart/AreaChart.tsx",
171053
+ "name": "AreaChartProps"
171057
171054
  },
171058
171055
  "declarations": [
171059
171056
  {
171060
- "fileName": "components/src/components/Avatar/Avatar.tsx",
171061
- "name": "AvatarProps"
171062
- }
171063
- ],
171064
- "required": false,
171065
- "type": {
171066
- "name": "Status"
171067
- }
171068
- },
171069
- "children": {
171070
- "defaultValue": null,
171071
- "description": "",
171072
- "name": "children",
171073
- "declarations": [
171074
- {
171075
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
171076
- "name": "TypeLiteral"
171057
+ "fileName": "src/components/AreaChart/AreaChart.tsx",
171058
+ "name": "AreaChartProps"
171077
171059
  }
171078
171060
  ],
171079
171061
  "required": false,
171080
171062
  "type": {
171081
- "name": "ReactNode"
171063
+ "name": "boolean"
171082
171064
  }
171083
171065
  },
171084
171066
  "className": {
171085
171067
  "defaultValue": null,
171086
- "description": "The elements class name.",
171068
+ "description": "",
171087
171069
  "name": "className",
171088
171070
  "parent": {
171089
- "fileName": "components/src/lib/types/props.ts",
171090
- "name": "PropsWithClassName"
171071
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/chart/generateCategoricalChart.d.ts",
171072
+ "name": "CategoricalChartProps"
171091
171073
  },
171092
171074
  "declarations": [
171093
171075
  {
171094
- "fileName": "components/src/lib/types/props.ts",
171095
- "name": "PropsWithClassName"
171076
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/chart/generateCategoricalChart.d.ts",
171077
+ "name": "CategoricalChartProps"
171096
171078
  }
171097
171079
  ],
171098
171080
  "required": false,
@@ -171100,162 +171082,176 @@
171100
171082
  "name": "string"
171101
171083
  }
171102
171084
  },
171103
- "wrapWith": {
171085
+ "data": {
171104
171086
  "defaultValue": null,
171105
171087
  "description": "",
171106
- "name": "wrapWith",
171088
+ "name": "data",
171107
171089
  "parent": {
171108
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
171109
- "name": "FlowComponentProps"
171090
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/chart/generateCategoricalChart.d.ts",
171091
+ "name": "CategoricalChartProps"
171110
171092
  },
171111
171093
  "declarations": [
171112
171094
  {
171113
- "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
171114
- "name": "FlowComponentProps"
171095
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/chart/generateCategoricalChart.d.ts",
171096
+ "name": "CategoricalChartProps"
171115
171097
  }
171116
171098
  ],
171117
171099
  "required": false,
171118
171100
  "type": {
171119
- "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
171101
+ "name": "any[]"
171120
171102
  }
171121
171103
  },
171122
- "tunnelId": {
171104
+ "syncId": {
171123
171105
  "defaultValue": null,
171124
- "description": "@internal",
171125
- "name": "tunnelId",
171106
+ "description": "",
171107
+ "name": "syncId",
171126
171108
  "parent": {
171127
- "fileName": "components/src/lib/types/props.ts",
171128
- "name": "PropsWithTunnel"
171109
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/chart/generateCategoricalChart.d.ts",
171110
+ "name": "CategoricalChartProps"
171129
171111
  },
171130
171112
  "declarations": [
171131
171113
  {
171132
- "fileName": "components/src/lib/types/props.ts",
171133
- "name": "PropsWithTunnel"
171114
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/chart/generateCategoricalChart.d.ts",
171115
+ "name": "CategoricalChartProps"
171134
171116
  }
171135
171117
  ],
171136
171118
  "required": false,
171137
171119
  "type": {
171138
- "name": "string | null"
171120
+ "name": "string | number"
171139
171121
  }
171140
171122
  },
171141
- "ref": {
171123
+ "syncMethod": {
171142
171124
  "defaultValue": null,
171143
- "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
171144
- "name": "ref",
171125
+ "description": "",
171126
+ "name": "syncMethod",
171145
171127
  "parent": {
171146
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
171147
- "name": "RefAttributes"
171128
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/chart/generateCategoricalChart.d.ts",
171129
+ "name": "CategoricalChartProps"
171148
171130
  },
171149
171131
  "declarations": [
171150
171132
  {
171151
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
171152
- "name": "RefAttributes"
171133
+ "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/chart/generateCategoricalChart.d.ts",
171134
+ "name": "CategoricalChartProps"
171153
171135
  }
171154
171136
  ],
171155
171137
  "required": false,
171156
171138
  "type": {
171157
- "name": "Ref<HTMLDivElement>"
171139
+ "name": "SyncMethod"
171158
171140
  }
171159
171141
  },
171160
- "key": {
171142
+ "children": {
171161
171143
  "defaultValue": null,
171162
171144
  "description": "",
171163
- "name": "key",
171164
- "parent": {
171165
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
171166
- "name": "Attributes"
171167
- },
171145
+ "name": "children",
171168
171146
  "declarations": [
171169
171147
  {
171170
171148
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
171171
- "name": "Attributes"
171149
+ "name": "TypeLiteral"
171172
171150
  }
171173
171151
  ],
171174
171152
  "required": false,
171175
171153
  "type": {
171176
- "name": "Key | null"
171154
+ "name": "ReactNode"
171177
171155
  }
171178
171156
  }
171179
171157
  }
171180
171158
  },
171181
171159
  {
171182
171160
  "tags": {
171183
- "flr-generate": "all"
171161
+ "flr-generate": "all",
171162
+ "flr-clear-props-context": ""
171184
171163
  },
171185
- "filePath": "src/components/AreaChart/AreaChart.tsx",
171164
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Avatar/Avatar.tsx",
171186
171165
  "description": "",
171187
- "displayName": "AreaChart",
171166
+ "displayName": "Avatar",
171188
171167
  "methods": [],
171189
171168
  "props": {
171190
- "height": {
171191
- "defaultValue": null,
171192
- "description": "",
171193
- "name": "height",
171169
+ "size": {
171170
+ "defaultValue": {
171171
+ "value": "\"m\""
171172
+ },
171173
+ "description": "The size of the avatar.",
171174
+ "name": "size",
171194
171175
  "parent": {
171195
- "fileName": "src/components/AreaChart/AreaChart.tsx",
171196
- "name": "AreaChartProps"
171176
+ "fileName": "components/src/components/Avatar/Avatar.tsx",
171177
+ "name": "AvatarProps"
171197
171178
  },
171198
171179
  "declarations": [
171199
171180
  {
171200
- "fileName": "src/components/AreaChart/AreaChart.tsx",
171201
- "name": "AreaChartProps"
171181
+ "fileName": "components/src/components/Avatar/Avatar.tsx",
171182
+ "name": "AvatarProps"
171202
171183
  }
171203
171184
  ],
171204
171185
  "required": false,
171205
171186
  "type": {
171206
- "name": "string"
171187
+ "name": "\"s\" | \"xs\" | \"m\" | \"l\""
171207
171188
  }
171208
171189
  },
171209
- "emptyView": {
171190
+ "color": {
171210
171191
  "defaultValue": null,
171211
- "description": "View that is provided when data is empty/undefined",
171212
- "name": "emptyView",
171192
+ "description": "The color of icons and initials inside the avatar.",
171193
+ "name": "color",
171213
171194
  "parent": {
171214
- "fileName": "src/components/AreaChart/AreaChart.tsx",
171215
- "name": "AreaChartProps"
171195
+ "fileName": "components/src/components/Avatar/Avatar.tsx",
171196
+ "name": "AvatarProps"
171216
171197
  },
171217
171198
  "declarations": [
171218
171199
  {
171219
- "fileName": "src/components/AreaChart/AreaChart.tsx",
171220
- "name": "AreaChartProps"
171200
+ "fileName": "components/src/components/Avatar/Avatar.tsx",
171201
+ "name": "AvatarProps"
171221
171202
  }
171222
171203
  ],
171223
171204
  "required": false,
171224
171205
  "type": {
171225
- "name": "ComponentType<AreaChartEmptyViewProps>"
171206
+ "name": "\"violet\" | \"green\" | \"blue\" | \"teal\" | \"lilac\""
171226
171207
  }
171227
171208
  },
171228
- "flexGrow": {
171209
+ "status": {
171229
171210
  "defaultValue": null,
171230
- "description": "Allow the height controlling container to set flex-grow: 1. Can only be\nused in combination with `height`",
171231
- "name": "flexGrow",
171211
+ "description": "Adds status icon and color to the avatar. May only be used if the status is\nexplained by an element (like text or label) nearby.",
171212
+ "name": "status",
171232
171213
  "parent": {
171233
- "fileName": "src/components/AreaChart/AreaChart.tsx",
171234
- "name": "AreaChartProps"
171214
+ "fileName": "components/src/components/Avatar/Avatar.tsx",
171215
+ "name": "AvatarProps"
171235
171216
  },
171236
171217
  "declarations": [
171237
171218
  {
171238
- "fileName": "src/components/AreaChart/AreaChart.tsx",
171239
- "name": "AreaChartProps"
171219
+ "fileName": "components/src/components/Avatar/Avatar.tsx",
171220
+ "name": "AvatarProps"
171240
171221
  }
171241
171222
  ],
171242
171223
  "required": false,
171243
171224
  "type": {
171244
- "name": "boolean"
171225
+ "name": "Status"
171245
171226
  }
171246
171227
  },
171247
- "className": {
171228
+ "children": {
171248
171229
  "defaultValue": null,
171249
171230
  "description": "",
171231
+ "name": "children",
171232
+ "declarations": [
171233
+ {
171234
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
171235
+ "name": "TypeLiteral"
171236
+ }
171237
+ ],
171238
+ "required": false,
171239
+ "type": {
171240
+ "name": "ReactNode"
171241
+ }
171242
+ },
171243
+ "className": {
171244
+ "defaultValue": null,
171245
+ "description": "The elements class name.",
171250
171246
  "name": "className",
171251
171247
  "parent": {
171252
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/chart/generateCategoricalChart.d.ts",
171253
- "name": "CategoricalChartProps"
171248
+ "fileName": "components/src/lib/types/props.ts",
171249
+ "name": "PropsWithClassName"
171254
171250
  },
171255
171251
  "declarations": [
171256
171252
  {
171257
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/chart/generateCategoricalChart.d.ts",
171258
- "name": "CategoricalChartProps"
171253
+ "fileName": "components/src/lib/types/props.ts",
171254
+ "name": "PropsWithClassName"
171259
171255
  }
171260
171256
  ],
171261
171257
  "required": false,
@@ -171263,76 +171259,80 @@
171263
171259
  "name": "string"
171264
171260
  }
171265
171261
  },
171266
- "data": {
171262
+ "wrapWith": {
171267
171263
  "defaultValue": null,
171268
171264
  "description": "",
171269
- "name": "data",
171265
+ "name": "wrapWith",
171270
171266
  "parent": {
171271
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/chart/generateCategoricalChart.d.ts",
171272
- "name": "CategoricalChartProps"
171267
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
171268
+ "name": "FlowComponentProps"
171273
171269
  },
171274
171270
  "declarations": [
171275
171271
  {
171276
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/chart/generateCategoricalChart.d.ts",
171277
- "name": "CategoricalChartProps"
171272
+ "fileName": "components/src/lib/componentFactory/flowComponent.tsx",
171273
+ "name": "FlowComponentProps"
171278
171274
  }
171279
171275
  ],
171280
171276
  "required": false,
171281
171277
  "type": {
171282
- "name": "any[]"
171278
+ "name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
171283
171279
  }
171284
171280
  },
171285
- "syncId": {
171281
+ "tunnelId": {
171286
171282
  "defaultValue": null,
171287
- "description": "",
171288
- "name": "syncId",
171283
+ "description": "@internal",
171284
+ "name": "tunnelId",
171289
171285
  "parent": {
171290
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/chart/generateCategoricalChart.d.ts",
171291
- "name": "CategoricalChartProps"
171286
+ "fileName": "components/src/lib/types/props.ts",
171287
+ "name": "PropsWithTunnel"
171292
171288
  },
171293
171289
  "declarations": [
171294
171290
  {
171295
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/chart/generateCategoricalChart.d.ts",
171296
- "name": "CategoricalChartProps"
171291
+ "fileName": "components/src/lib/types/props.ts",
171292
+ "name": "PropsWithTunnel"
171297
171293
  }
171298
171294
  ],
171299
171295
  "required": false,
171300
171296
  "type": {
171301
- "name": "string | number"
171297
+ "name": "string | null"
171302
171298
  }
171303
171299
  },
171304
- "syncMethod": {
171300
+ "ref": {
171305
171301
  "defaultValue": null,
171306
- "description": "",
171307
- "name": "syncMethod",
171302
+ "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
171303
+ "name": "ref",
171308
171304
  "parent": {
171309
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/chart/generateCategoricalChart.d.ts",
171310
- "name": "CategoricalChartProps"
171305
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
171306
+ "name": "RefAttributes"
171311
171307
  },
171312
171308
  "declarations": [
171313
171309
  {
171314
- "fileName": "flow/node_modules/.pnpm/recharts@3.0.0-beta.1_@types+react@19.1.6_redux@5.0.1/node_modules/recharts/types/chart/generateCategoricalChart.d.ts",
171315
- "name": "CategoricalChartProps"
171310
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
171311
+ "name": "RefAttributes"
171316
171312
  }
171317
171313
  ],
171318
171314
  "required": false,
171319
171315
  "type": {
171320
- "name": "SyncMethod"
171316
+ "name": "Ref<HTMLDivElement>"
171321
171317
  }
171322
171318
  },
171323
- "children": {
171319
+ "key": {
171324
171320
  "defaultValue": null,
171325
171321
  "description": "",
171326
- "name": "children",
171322
+ "name": "key",
171323
+ "parent": {
171324
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
171325
+ "name": "Attributes"
171326
+ },
171327
171327
  "declarations": [
171328
171328
  {
171329
171329
  "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
171330
- "name": "TypeLiteral"
171330
+ "name": "Attributes"
171331
171331
  }
171332
171332
  ],
171333
171333
  "required": false,
171334
171334
  "type": {
171335
- "name": "ReactNode"
171335
+ "name": "Key | null"
171336
171336
  }
171337
171337
  }
171338
171338
  }
@@ -197589,10 +197589,10 @@
197589
197589
  "displayName": "ProgressBarValue",
197590
197590
  "methods": [],
197591
197591
  "props": {
197592
- "valueText": {
197592
+ "value": {
197593
197593
  "defaultValue": null,
197594
197594
  "description": "",
197595
- "name": "valueText",
197595
+ "name": "value",
197596
197596
  "parent": {
197597
197597
  "fileName": "components/src/components/ProgressBar/components/ProgressBarValue.tsx",
197598
197598
  "name": "Props"
@@ -197605,7 +197605,26 @@
197605
197605
  ],
197606
197606
  "required": false,
197607
197607
  "type": {
197608
- "name": "string"
197608
+ "name": "number"
197609
+ }
197610
+ },
197611
+ "valueLabel": {
197612
+ "defaultValue": null,
197613
+ "description": "",
197614
+ "name": "valueLabel",
197615
+ "parent": {
197616
+ "fileName": "components/src/components/ProgressBar/components/ProgressBarValue.tsx",
197617
+ "name": "Props"
197618
+ },
197619
+ "declarations": [
197620
+ {
197621
+ "fileName": "components/src/components/ProgressBar/components/ProgressBarValue.tsx",
197622
+ "name": "Props"
197623
+ }
197624
+ ],
197625
+ "required": false,
197626
+ "type": {
197627
+ "name": "ReactNode"
197609
197628
  }
197610
197629
  },
197611
197630
  "maxValue": {
@@ -197715,7 +197734,7 @@
197715
197734
  ],
197716
197735
  "required": false,
197717
197736
  "type": {
197718
- "name": "{ value: number; title: string; color?: \"sea-green\" | \"palatinate-blue\" | \"tangerine\" | \"magenta\" | \"tropical-indigo\" | \"malachite\" | \"azure\" | \"violet\" | \"yellow\" | \"alloy-orange\" | \"green\" | \"lime\"; }[]"
197737
+ "name": "{ value: number; title: string; color?: \"sea-green\" | \"palatinate-blue\" | \"tangerine\" | \"magenta\" | \"tropical-indigo\" | \"malachite\" | \"azure\" | \"violet\" | \"yellow\" | \"alloy-orange\" | \"green\" | \"lime\"; valueText?: string; }[] | undefined"
197719
197738
  }
197720
197739
  },
197721
197740
  "showLegend": {
@@ -197802,7 +197821,7 @@
197802
197821
  ],
197803
197822
  "required": false,
197804
197823
  "type": {
197805
- "name": "{ value: number; title: string; color?: \"sea-green\" | \"palatinate-blue\" | \"tangerine\" | \"magenta\" | \"tropical-indigo\" | \"malachite\" | \"azure\" | \"violet\" | \"yellow\" | \"alloy-orange\" | \"green\" | \"lime\"; }[]"
197824
+ "name": "{ value: number; title: string; color?: \"sea-green\" | \"palatinate-blue\" | \"tangerine\" | \"magenta\" | \"tropical-indigo\" | \"malachite\" | \"azure\" | \"violet\" | \"yellow\" | \"alloy-orange\" | \"green\" | \"lime\"; valueText?: string; }[] | undefined"
197806
197825
  }
197807
197826
  }
197808
197827
  }