@mittwald/flow-react-components 0.2.0-alpha.65 → 0.2.0-alpha.67
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 +10 -0
- package/dist/assets/doc-properties.json +46 -46
- package/dist/css/all.css +1 -1
- package/dist/js/index.mjs +1 -0
- package/dist/js/index.mjs.map +1 -1
- package/dist/types/components/public.d.ts +1 -0
- package/dist/types/components/public.d.ts.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,16 @@
|
|
|
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.67](https://github.com/mittwald/flow/compare/0.2.0-alpha.66...0.2.0-alpha.67) (2025-03-04)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
9
|
+
|
|
10
|
+
# [0.2.0-alpha.66](https://github.com/mittwald/flow/compare/0.2.0-alpha.65...0.2.0-alpha.66) (2025-03-03)
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* **General:** add missing export of activity component ([#1228](https://github.com/mittwald/flow/issues/1228)) ([1d8e2dc](https://github.com/mittwald/flow/commit/1d8e2dcd4687133ef3701a162972cbdd7e7998da))
|
|
15
|
+
|
|
6
16
|
# [0.2.0-alpha.65](https://github.com/mittwald/flow/compare/0.2.0-alpha.64...0.2.0-alpha.65) (2025-03-03)
|
|
7
17
|
|
|
8
18
|
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
@@ -72316,6 +72316,52 @@
|
|
|
72316
72316
|
}
|
|
72317
72317
|
}
|
|
72318
72318
|
},
|
|
72319
|
+
{
|
|
72320
|
+
"tags": {
|
|
72321
|
+
"flr-generate": "all",
|
|
72322
|
+
"flr-clear-props-context": ""
|
|
72323
|
+
},
|
|
72324
|
+
"filePath": "src/components/LabeledValue/LabeledValue.tsx",
|
|
72325
|
+
"description": "",
|
|
72326
|
+
"displayName": "LabeledValue",
|
|
72327
|
+
"methods": [],
|
|
72328
|
+
"props": {
|
|
72329
|
+
"children": {
|
|
72330
|
+
"defaultValue": null,
|
|
72331
|
+
"description": "",
|
|
72332
|
+
"name": "children",
|
|
72333
|
+
"declarations": [
|
|
72334
|
+
{
|
|
72335
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
72336
|
+
"name": "TypeLiteral"
|
|
72337
|
+
}
|
|
72338
|
+
],
|
|
72339
|
+
"required": false,
|
|
72340
|
+
"type": {
|
|
72341
|
+
"name": "ReactNode"
|
|
72342
|
+
}
|
|
72343
|
+
},
|
|
72344
|
+
"className": {
|
|
72345
|
+
"defaultValue": null,
|
|
72346
|
+
"description": "The elements class name.",
|
|
72347
|
+
"name": "className",
|
|
72348
|
+
"parent": {
|
|
72349
|
+
"fileName": "src/lib/types/props.ts",
|
|
72350
|
+
"name": "PropsWithClassName"
|
|
72351
|
+
},
|
|
72352
|
+
"declarations": [
|
|
72353
|
+
{
|
|
72354
|
+
"fileName": "src/lib/types/props.ts",
|
|
72355
|
+
"name": "PropsWithClassName"
|
|
72356
|
+
}
|
|
72357
|
+
],
|
|
72358
|
+
"required": false,
|
|
72359
|
+
"type": {
|
|
72360
|
+
"name": "string"
|
|
72361
|
+
}
|
|
72362
|
+
}
|
|
72363
|
+
}
|
|
72364
|
+
},
|
|
72319
72365
|
{
|
|
72320
72366
|
"tags": {
|
|
72321
72367
|
"flr-generate": "all",
|
|
@@ -77758,52 +77804,6 @@
|
|
|
77758
77804
|
}
|
|
77759
77805
|
}
|
|
77760
77806
|
},
|
|
77761
|
-
{
|
|
77762
|
-
"tags": {
|
|
77763
|
-
"flr-generate": "all",
|
|
77764
|
-
"flr-clear-props-context": ""
|
|
77765
|
-
},
|
|
77766
|
-
"filePath": "src/components/LabeledValue/LabeledValue.tsx",
|
|
77767
|
-
"description": "",
|
|
77768
|
-
"displayName": "LabeledValue",
|
|
77769
|
-
"methods": [],
|
|
77770
|
-
"props": {
|
|
77771
|
-
"children": {
|
|
77772
|
-
"defaultValue": null,
|
|
77773
|
-
"description": "",
|
|
77774
|
-
"name": "children",
|
|
77775
|
-
"declarations": [
|
|
77776
|
-
{
|
|
77777
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
77778
|
-
"name": "TypeLiteral"
|
|
77779
|
-
}
|
|
77780
|
-
],
|
|
77781
|
-
"required": false,
|
|
77782
|
-
"type": {
|
|
77783
|
-
"name": "ReactNode"
|
|
77784
|
-
}
|
|
77785
|
-
},
|
|
77786
|
-
"className": {
|
|
77787
|
-
"defaultValue": null,
|
|
77788
|
-
"description": "The elements class name.",
|
|
77789
|
-
"name": "className",
|
|
77790
|
-
"parent": {
|
|
77791
|
-
"fileName": "src/lib/types/props.ts",
|
|
77792
|
-
"name": "PropsWithClassName"
|
|
77793
|
-
},
|
|
77794
|
-
"declarations": [
|
|
77795
|
-
{
|
|
77796
|
-
"fileName": "src/lib/types/props.ts",
|
|
77797
|
-
"name": "PropsWithClassName"
|
|
77798
|
-
}
|
|
77799
|
-
],
|
|
77800
|
-
"required": false,
|
|
77801
|
-
"type": {
|
|
77802
|
-
"name": "string"
|
|
77803
|
-
}
|
|
77804
|
-
}
|
|
77805
|
-
}
|
|
77806
|
-
},
|
|
77807
77807
|
{
|
|
77808
77808
|
"tags": {
|
|
77809
77809
|
"flr-generate": "all",
|