@mittwald/flow-react-components 0.2.0-alpha.181 → 0.2.0-alpha.183
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 +15 -0
- package/dist/assets/doc-properties.json +93 -17
- package/dist/css/all.css +1 -1
- package/dist/js/_virtual/_.locale.json@8d5024994f97657f895a4e2a188d2d8a.mjs +1 -1
- package/dist/js/components/src/components/IllustratedMessage/IllustratedMessage.mjs +8 -3
- package/dist/js/components/src/components/IllustratedMessage/IllustratedMessage.mjs.map +1 -1
- package/dist/js/components/src/components/IllustratedMessage/IllustratedMessage.module.scss.mjs +3 -3
- package/dist/js/components/src/components/ProgressBar/ProgressBar.mjs +3 -2
- package/dist/js/components/src/components/ProgressBar/ProgressBar.mjs.map +1 -1
- package/dist/js/components/src/components/Text/Text.mjs +2 -1
- package/dist/js/components/src/components/Text/Text.mjs.map +1 -1
- package/dist/js/components/src/components/Text/Text.module.scss.mjs +3 -1
- package/dist/js/components/src/components/Text/Text.module.scss.mjs.map +1 -1
- package/dist/js/components/src/components/propTypes/index.mjs +1 -0
- package/dist/js/components/src/components/propTypes/index.mjs.map +1 -1
- package/dist/js/flr-universal.mjs +1 -0
- package/dist/js/flr-universal.mjs.map +1 -1
- package/dist/types/components/IllustratedMessage/IllustratedMessage.d.ts.map +1 -1
- package/dist/types/components/IllustratedMessage/stories/Default.stories.d.ts +1 -0
- package/dist/types/components/IllustratedMessage/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/ProgressBar/ProgressBar.d.ts +4 -3
- package/dist/types/components/ProgressBar/ProgressBar.d.ts.map +1 -1
- package/dist/types/components/Text/Text.d.ts.map +1 -1
- package/dist/types/components/Text/stories/Default.stories.d.ts +1 -0
- package/dist/types/components/Text/stories/Default.stories.d.ts.map +1 -1
- package/dist/types/components/propTypes/index.d.ts +2 -0
- package/dist/types/components/propTypes/index.d.ts.map +1 -1
- package/dist/types/lib/propsContext/propsContext.d.ts +2 -0
- package/dist/types/lib/propsContext/propsContext.d.ts.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,21 @@
|
|
|
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.183](https://github.com/mittwald/flow/compare/0.2.0-alpha.182...0.2.0-alpha.183) (2025-05-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
9
|
+
|
|
10
|
+
# [0.2.0-alpha.182](https://github.com/mittwald/flow/compare/0.2.0-alpha.181...0.2.0-alpha.182) (2025-05-14)
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **List:** update tile translation ([097dc27](https://github.com/mittwald/flow/commit/097dc27d968f975df613dd27e26e7730df21e36b))
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
* **IllustratedMessage:** support progress bar in illustrated message ([8819fe0](https://github.com/mittwald/flow/commit/8819fe088f99981240906d905b70389b9096de10))
|
|
19
|
+
* **Text:** support icon in text ([6a847ca](https://github.com/mittwald/flow/commit/6a847cab8f17c9688d9b94422e63bf02437f63fb))
|
|
20
|
+
|
|
6
21
|
# [0.2.0-alpha.181](https://github.com/mittwald/flow/compare/0.2.0-alpha.180...0.2.0-alpha.181) (2025-05-13)
|
|
7
22
|
|
|
8
23
|
### Bug Fixes
|
|
@@ -31503,7 +31503,7 @@
|
|
|
31503
31503
|
"flr-generate": "all",
|
|
31504
31504
|
"flr-clear-props-context": ""
|
|
31505
31505
|
},
|
|
31506
|
-
"filePath": "src/components/ProgressBar/ProgressBar.tsx",
|
|
31506
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/ProgressBar/ProgressBar.tsx",
|
|
31507
31507
|
"description": "",
|
|
31508
31508
|
"displayName": "ProgressBar",
|
|
31509
31509
|
"methods": [],
|
|
@@ -31513,12 +31513,12 @@
|
|
|
31513
31513
|
"description": "Whether the max value should be displayed.",
|
|
31514
31514
|
"name": "showMaxValue",
|
|
31515
31515
|
"parent": {
|
|
31516
|
-
"fileName": "src/components/ProgressBar/ProgressBar.tsx",
|
|
31516
|
+
"fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
|
|
31517
31517
|
"name": "ProgressBarProps"
|
|
31518
31518
|
},
|
|
31519
31519
|
"declarations": [
|
|
31520
31520
|
{
|
|
31521
|
-
"fileName": "src/components/ProgressBar/ProgressBar.tsx",
|
|
31521
|
+
"fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
|
|
31522
31522
|
"name": "ProgressBarProps"
|
|
31523
31523
|
}
|
|
31524
31524
|
],
|
|
@@ -31534,12 +31534,12 @@
|
|
|
31534
31534
|
"description": "The size variant of the progress bar.",
|
|
31535
31535
|
"name": "size",
|
|
31536
31536
|
"parent": {
|
|
31537
|
-
"fileName": "src/components/ProgressBar/ProgressBar.tsx",
|
|
31537
|
+
"fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
|
|
31538
31538
|
"name": "ProgressBarProps"
|
|
31539
31539
|
},
|
|
31540
31540
|
"declarations": [
|
|
31541
31541
|
{
|
|
31542
|
-
"fileName": "src/components/ProgressBar/ProgressBar.tsx",
|
|
31542
|
+
"fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
|
|
31543
31543
|
"name": "ProgressBarProps"
|
|
31544
31544
|
}
|
|
31545
31545
|
],
|
|
@@ -31553,12 +31553,12 @@
|
|
|
31553
31553
|
"description": "Divides the fill of the progress bar into segments",
|
|
31554
31554
|
"name": "segments",
|
|
31555
31555
|
"parent": {
|
|
31556
|
-
"fileName": "src/components/ProgressBar/ProgressBar.tsx",
|
|
31556
|
+
"fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
|
|
31557
31557
|
"name": "ProgressBarProps"
|
|
31558
31558
|
},
|
|
31559
31559
|
"declarations": [
|
|
31560
31560
|
{
|
|
31561
|
-
"fileName": "src/components/ProgressBar/ProgressBar.tsx",
|
|
31561
|
+
"fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
|
|
31562
31562
|
"name": "ProgressBarProps"
|
|
31563
31563
|
}
|
|
31564
31564
|
],
|
|
@@ -31574,12 +31574,12 @@
|
|
|
31574
31574
|
"description": "Whether the legend component is shown when segments are used.",
|
|
31575
31575
|
"name": "showLegend",
|
|
31576
31576
|
"parent": {
|
|
31577
|
-
"fileName": "src/components/ProgressBar/ProgressBar.tsx",
|
|
31577
|
+
"fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
|
|
31578
31578
|
"name": "ProgressBarProps"
|
|
31579
31579
|
},
|
|
31580
31580
|
"declarations": [
|
|
31581
31581
|
{
|
|
31582
|
-
"fileName": "src/components/ProgressBar/ProgressBar.tsx",
|
|
31582
|
+
"fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
|
|
31583
31583
|
"name": "ProgressBarProps"
|
|
31584
31584
|
}
|
|
31585
31585
|
],
|
|
@@ -31891,6 +31891,82 @@
|
|
|
31891
31891
|
"type": {
|
|
31892
31892
|
"name": "Status"
|
|
31893
31893
|
}
|
|
31894
|
+
},
|
|
31895
|
+
"wrapWith": {
|
|
31896
|
+
"defaultValue": null,
|
|
31897
|
+
"description": "",
|
|
31898
|
+
"name": "wrapWith",
|
|
31899
|
+
"parent": {
|
|
31900
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
31901
|
+
"name": "FlowComponentProps"
|
|
31902
|
+
},
|
|
31903
|
+
"declarations": [
|
|
31904
|
+
{
|
|
31905
|
+
"fileName": "components/src/lib/componentFactory/flowComponent.tsx",
|
|
31906
|
+
"name": "FlowComponentProps"
|
|
31907
|
+
}
|
|
31908
|
+
],
|
|
31909
|
+
"required": false,
|
|
31910
|
+
"type": {
|
|
31911
|
+
"name": "ReactElement<unknown, string | JSXElementConstructor<any>>"
|
|
31912
|
+
}
|
|
31913
|
+
},
|
|
31914
|
+
"tunnelId": {
|
|
31915
|
+
"defaultValue": null,
|
|
31916
|
+
"description": "@internal",
|
|
31917
|
+
"name": "tunnelId",
|
|
31918
|
+
"parent": {
|
|
31919
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
31920
|
+
"name": "PropsWithTunnel"
|
|
31921
|
+
},
|
|
31922
|
+
"declarations": [
|
|
31923
|
+
{
|
|
31924
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
31925
|
+
"name": "PropsWithTunnel"
|
|
31926
|
+
}
|
|
31927
|
+
],
|
|
31928
|
+
"required": false,
|
|
31929
|
+
"type": {
|
|
31930
|
+
"name": "string | null"
|
|
31931
|
+
}
|
|
31932
|
+
},
|
|
31933
|
+
"ref": {
|
|
31934
|
+
"defaultValue": null,
|
|
31935
|
+
"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}",
|
|
31936
|
+
"name": "ref",
|
|
31937
|
+
"parent": {
|
|
31938
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
31939
|
+
"name": "RefAttributes"
|
|
31940
|
+
},
|
|
31941
|
+
"declarations": [
|
|
31942
|
+
{
|
|
31943
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
31944
|
+
"name": "RefAttributes"
|
|
31945
|
+
}
|
|
31946
|
+
],
|
|
31947
|
+
"required": false,
|
|
31948
|
+
"type": {
|
|
31949
|
+
"name": "Ref<HTMLDivElement>"
|
|
31950
|
+
}
|
|
31951
|
+
},
|
|
31952
|
+
"key": {
|
|
31953
|
+
"defaultValue": null,
|
|
31954
|
+
"description": "",
|
|
31955
|
+
"name": "key",
|
|
31956
|
+
"parent": {
|
|
31957
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
31958
|
+
"name": "Attributes"
|
|
31959
|
+
},
|
|
31960
|
+
"declarations": [
|
|
31961
|
+
{
|
|
31962
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
31963
|
+
"name": "Attributes"
|
|
31964
|
+
}
|
|
31965
|
+
],
|
|
31966
|
+
"required": false,
|
|
31967
|
+
"type": {
|
|
31968
|
+
"name": "Key | null"
|
|
31969
|
+
}
|
|
31894
31970
|
}
|
|
31895
31971
|
}
|
|
31896
31972
|
},
|
|
@@ -195148,12 +195224,12 @@
|
|
|
195148
195224
|
"description": "Whether the max value should be displayed.",
|
|
195149
195225
|
"name": "showMaxValue",
|
|
195150
195226
|
"parent": {
|
|
195151
|
-
"fileName": "src/components/ProgressBar/ProgressBar.tsx",
|
|
195227
|
+
"fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
|
|
195152
195228
|
"name": "ProgressBarProps"
|
|
195153
195229
|
},
|
|
195154
195230
|
"declarations": [
|
|
195155
195231
|
{
|
|
195156
|
-
"fileName": "src/components/ProgressBar/ProgressBar.tsx",
|
|
195232
|
+
"fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
|
|
195157
195233
|
"name": "ProgressBarProps"
|
|
195158
195234
|
}
|
|
195159
195235
|
],
|
|
@@ -195197,12 +195273,12 @@
|
|
|
195197
195273
|
"description": "Divides the fill of the progress bar into segments",
|
|
195198
195274
|
"name": "segments",
|
|
195199
195275
|
"parent": {
|
|
195200
|
-
"fileName": "src/components/ProgressBar/ProgressBar.tsx",
|
|
195276
|
+
"fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
|
|
195201
195277
|
"name": "ProgressBarProps"
|
|
195202
195278
|
},
|
|
195203
195279
|
"declarations": [
|
|
195204
195280
|
{
|
|
195205
|
-
"fileName": "src/components/ProgressBar/ProgressBar.tsx",
|
|
195281
|
+
"fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
|
|
195206
195282
|
"name": "ProgressBarProps"
|
|
195207
195283
|
}
|
|
195208
195284
|
],
|
|
@@ -195218,12 +195294,12 @@
|
|
|
195218
195294
|
"description": "Whether the legend component is shown when segments are used.",
|
|
195219
195295
|
"name": "showLegend",
|
|
195220
195296
|
"parent": {
|
|
195221
|
-
"fileName": "src/components/ProgressBar/ProgressBar.tsx",
|
|
195297
|
+
"fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
|
|
195222
195298
|
"name": "ProgressBarProps"
|
|
195223
195299
|
},
|
|
195224
195300
|
"declarations": [
|
|
195225
195301
|
{
|
|
195226
|
-
"fileName": "src/components/ProgressBar/ProgressBar.tsx",
|
|
195302
|
+
"fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
|
|
195227
195303
|
"name": "ProgressBarProps"
|
|
195228
195304
|
}
|
|
195229
195305
|
],
|
|
@@ -195284,12 +195360,12 @@
|
|
|
195284
195360
|
"description": "Divides the fill of the progress bar into segments",
|
|
195285
195361
|
"name": "segments",
|
|
195286
195362
|
"parent": {
|
|
195287
|
-
"fileName": "src/components/ProgressBar/ProgressBar.tsx",
|
|
195363
|
+
"fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
|
|
195288
195364
|
"name": "ProgressBarProps"
|
|
195289
195365
|
},
|
|
195290
195366
|
"declarations": [
|
|
195291
195367
|
{
|
|
195292
|
-
"fileName": "src/components/ProgressBar/ProgressBar.tsx",
|
|
195368
|
+
"fileName": "components/src/components/ProgressBar/ProgressBar.tsx",
|
|
195293
195369
|
"name": "ProgressBarProps"
|
|
195294
195370
|
}
|
|
195295
195371
|
],
|