@mittwald/flow-react-components 0.2.0-alpha.165 → 0.2.0-alpha.166
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 +4 -0
- package/dist/assets/doc-properties.json +72 -72
- package/dist/css/all.css +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
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.166](https://github.com/mittwald/flow/compare/0.2.0-alpha.165...0.2.0-alpha.166) (2025-05-05)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
9
|
+
|
|
6
10
|
# [0.2.0-alpha.165](https://github.com/mittwald/flow/compare/0.2.0-alpha.164...0.2.0-alpha.165) (2025-04-30)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
@@ -30738,78 +30738,6 @@
|
|
|
30738
30738
|
}
|
|
30739
30739
|
}
|
|
30740
30740
|
},
|
|
30741
|
-
{
|
|
30742
|
-
"tags": {
|
|
30743
|
-
"flr-generate": "all"
|
|
30744
|
-
},
|
|
30745
|
-
"filePath": "src/components/Rating/Rating.tsx",
|
|
30746
|
-
"description": "",
|
|
30747
|
-
"displayName": "Rating",
|
|
30748
|
-
"methods": [],
|
|
30749
|
-
"props": {
|
|
30750
|
-
"value": {
|
|
30751
|
-
"defaultValue": {
|
|
30752
|
-
"value": ": 0"
|
|
30753
|
-
},
|
|
30754
|
-
"description": "The value sets the amount of filled stars.",
|
|
30755
|
-
"name": "value",
|
|
30756
|
-
"parent": {
|
|
30757
|
-
"fileName": "src/components/Rating/Rating.tsx",
|
|
30758
|
-
"name": "RatingProps"
|
|
30759
|
-
},
|
|
30760
|
-
"declarations": [
|
|
30761
|
-
{
|
|
30762
|
-
"fileName": "src/components/Rating/Rating.tsx",
|
|
30763
|
-
"name": "RatingProps"
|
|
30764
|
-
}
|
|
30765
|
-
],
|
|
30766
|
-
"required": false,
|
|
30767
|
-
"type": {
|
|
30768
|
-
"name": "0 | 2 | 1 | 3 | 4 | 5"
|
|
30769
|
-
}
|
|
30770
|
-
},
|
|
30771
|
-
"size": {
|
|
30772
|
-
"defaultValue": {
|
|
30773
|
-
"value": ": \"m\""
|
|
30774
|
-
},
|
|
30775
|
-
"description": "The size of the component.",
|
|
30776
|
-
"name": "size",
|
|
30777
|
-
"parent": {
|
|
30778
|
-
"fileName": "src/components/Rating/Rating.tsx",
|
|
30779
|
-
"name": "RatingProps"
|
|
30780
|
-
},
|
|
30781
|
-
"declarations": [
|
|
30782
|
-
{
|
|
30783
|
-
"fileName": "src/components/Rating/Rating.tsx",
|
|
30784
|
-
"name": "RatingProps"
|
|
30785
|
-
}
|
|
30786
|
-
],
|
|
30787
|
-
"required": false,
|
|
30788
|
-
"type": {
|
|
30789
|
-
"name": "\"s\" | \"m\""
|
|
30790
|
-
}
|
|
30791
|
-
},
|
|
30792
|
-
"className": {
|
|
30793
|
-
"defaultValue": null,
|
|
30794
|
-
"description": "The elements class name.",
|
|
30795
|
-
"name": "className",
|
|
30796
|
-
"parent": {
|
|
30797
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
30798
|
-
"name": "PropsWithClassName"
|
|
30799
|
-
},
|
|
30800
|
-
"declarations": [
|
|
30801
|
-
{
|
|
30802
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
30803
|
-
"name": "PropsWithClassName"
|
|
30804
|
-
}
|
|
30805
|
-
],
|
|
30806
|
-
"required": false,
|
|
30807
|
-
"type": {
|
|
30808
|
-
"name": "string"
|
|
30809
|
-
}
|
|
30810
|
-
}
|
|
30811
|
-
}
|
|
30812
|
-
},
|
|
30813
30741
|
{
|
|
30814
30742
|
"tags": {
|
|
30815
30743
|
"flr-generate": "all"
|
|
@@ -31410,6 +31338,78 @@
|
|
|
31410
31338
|
}
|
|
31411
31339
|
}
|
|
31412
31340
|
},
|
|
31341
|
+
{
|
|
31342
|
+
"tags": {
|
|
31343
|
+
"flr-generate": "all"
|
|
31344
|
+
},
|
|
31345
|
+
"filePath": "src/components/Rating/Rating.tsx",
|
|
31346
|
+
"description": "",
|
|
31347
|
+
"displayName": "Rating",
|
|
31348
|
+
"methods": [],
|
|
31349
|
+
"props": {
|
|
31350
|
+
"value": {
|
|
31351
|
+
"defaultValue": {
|
|
31352
|
+
"value": ": 0"
|
|
31353
|
+
},
|
|
31354
|
+
"description": "The value sets the amount of filled stars.",
|
|
31355
|
+
"name": "value",
|
|
31356
|
+
"parent": {
|
|
31357
|
+
"fileName": "src/components/Rating/Rating.tsx",
|
|
31358
|
+
"name": "RatingProps"
|
|
31359
|
+
},
|
|
31360
|
+
"declarations": [
|
|
31361
|
+
{
|
|
31362
|
+
"fileName": "src/components/Rating/Rating.tsx",
|
|
31363
|
+
"name": "RatingProps"
|
|
31364
|
+
}
|
|
31365
|
+
],
|
|
31366
|
+
"required": false,
|
|
31367
|
+
"type": {
|
|
31368
|
+
"name": "0 | 2 | 1 | 3 | 4 | 5"
|
|
31369
|
+
}
|
|
31370
|
+
},
|
|
31371
|
+
"size": {
|
|
31372
|
+
"defaultValue": {
|
|
31373
|
+
"value": ": \"m\""
|
|
31374
|
+
},
|
|
31375
|
+
"description": "The size of the component.",
|
|
31376
|
+
"name": "size",
|
|
31377
|
+
"parent": {
|
|
31378
|
+
"fileName": "src/components/Rating/Rating.tsx",
|
|
31379
|
+
"name": "RatingProps"
|
|
31380
|
+
},
|
|
31381
|
+
"declarations": [
|
|
31382
|
+
{
|
|
31383
|
+
"fileName": "src/components/Rating/Rating.tsx",
|
|
31384
|
+
"name": "RatingProps"
|
|
31385
|
+
}
|
|
31386
|
+
],
|
|
31387
|
+
"required": false,
|
|
31388
|
+
"type": {
|
|
31389
|
+
"name": "\"s\" | \"m\""
|
|
31390
|
+
}
|
|
31391
|
+
},
|
|
31392
|
+
"className": {
|
|
31393
|
+
"defaultValue": null,
|
|
31394
|
+
"description": "The elements class name.",
|
|
31395
|
+
"name": "className",
|
|
31396
|
+
"parent": {
|
|
31397
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
31398
|
+
"name": "PropsWithClassName"
|
|
31399
|
+
},
|
|
31400
|
+
"declarations": [
|
|
31401
|
+
{
|
|
31402
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
31403
|
+
"name": "PropsWithClassName"
|
|
31404
|
+
}
|
|
31405
|
+
],
|
|
31406
|
+
"required": false,
|
|
31407
|
+
"type": {
|
|
31408
|
+
"name": "string"
|
|
31409
|
+
}
|
|
31410
|
+
}
|
|
31411
|
+
}
|
|
31412
|
+
},
|
|
31413
31413
|
{
|
|
31414
31414
|
"tags": {
|
|
31415
31415
|
"flr-generate": "all",
|