@mittwald/flow-react-components 0.2.0-alpha.496 → 0.2.0-alpha.497

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,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.497](https://github.com/mittwald/flow/compare/0.2.0-alpha.496...0.2.0-alpha.497) (2025-09-30)
7
+
8
+ **Note:** Version bump only for package @mittwald/flow-react-components
9
+
6
10
  # [0.2.0-alpha.496](https://github.com/mittwald/flow/compare/0.2.0-alpha.495...0.2.0-alpha.496) (2025-09-30)
7
11
 
8
12
  **Note:** Version bump only for package @mittwald/flow-react-components
@@ -47835,6 +47835,78 @@
47835
47835
  }
47836
47836
  }
47837
47837
  },
47838
+ {
47839
+ "tags": {
47840
+ "flr-generate": "all"
47841
+ },
47842
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Rating/Rating.tsx",
47843
+ "description": "",
47844
+ "displayName": "Rating",
47845
+ "methods": [],
47846
+ "props": {
47847
+ "value": {
47848
+ "defaultValue": {
47849
+ "value": ": 0"
47850
+ },
47851
+ "description": "The value sets the amount of filled stars.",
47852
+ "name": "value",
47853
+ "parent": {
47854
+ "fileName": "components/src/components/Rating/Rating.tsx",
47855
+ "name": "RatingProps"
47856
+ },
47857
+ "declarations": [
47858
+ {
47859
+ "fileName": "components/src/components/Rating/Rating.tsx",
47860
+ "name": "RatingProps"
47861
+ }
47862
+ ],
47863
+ "required": false,
47864
+ "type": {
47865
+ "name": "0 | 1 | 2 | 3 | 4 | 5"
47866
+ }
47867
+ },
47868
+ "size": {
47869
+ "defaultValue": {
47870
+ "value": ": \"m\""
47871
+ },
47872
+ "description": "The size of the component.",
47873
+ "name": "size",
47874
+ "parent": {
47875
+ "fileName": "components/src/components/Rating/Rating.tsx",
47876
+ "name": "RatingProps"
47877
+ },
47878
+ "declarations": [
47879
+ {
47880
+ "fileName": "components/src/components/Rating/Rating.tsx",
47881
+ "name": "RatingProps"
47882
+ }
47883
+ ],
47884
+ "required": false,
47885
+ "type": {
47886
+ "name": "\"s\" | \"m\""
47887
+ }
47888
+ },
47889
+ "className": {
47890
+ "defaultValue": null,
47891
+ "description": "The elements class name.",
47892
+ "name": "className",
47893
+ "parent": {
47894
+ "fileName": "components/src/lib/types/props.ts",
47895
+ "name": "PropsWithClassName"
47896
+ },
47897
+ "declarations": [
47898
+ {
47899
+ "fileName": "components/src/lib/types/props.ts",
47900
+ "name": "PropsWithClassName"
47901
+ }
47902
+ ],
47903
+ "required": false,
47904
+ "type": {
47905
+ "name": "string"
47906
+ }
47907
+ }
47908
+ }
47909
+ },
47838
47910
  {
47839
47911
  "tags": {
47840
47912
  "flr-generate": "all"
@@ -83684,78 +83756,6 @@
83684
83756
  }
83685
83757
  }
83686
83758
  },
83687
- {
83688
- "tags": {
83689
- "flr-generate": "all"
83690
- },
83691
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Rating/Rating.tsx",
83692
- "description": "",
83693
- "displayName": "Rating",
83694
- "methods": [],
83695
- "props": {
83696
- "value": {
83697
- "defaultValue": {
83698
- "value": ": 0"
83699
- },
83700
- "description": "The value sets the amount of filled stars.",
83701
- "name": "value",
83702
- "parent": {
83703
- "fileName": "components/src/components/Rating/Rating.tsx",
83704
- "name": "RatingProps"
83705
- },
83706
- "declarations": [
83707
- {
83708
- "fileName": "components/src/components/Rating/Rating.tsx",
83709
- "name": "RatingProps"
83710
- }
83711
- ],
83712
- "required": false,
83713
- "type": {
83714
- "name": "0 | 1 | 2 | 3 | 4 | 5"
83715
- }
83716
- },
83717
- "size": {
83718
- "defaultValue": {
83719
- "value": ": \"m\""
83720
- },
83721
- "description": "The size of the component.",
83722
- "name": "size",
83723
- "parent": {
83724
- "fileName": "components/src/components/Rating/Rating.tsx",
83725
- "name": "RatingProps"
83726
- },
83727
- "declarations": [
83728
- {
83729
- "fileName": "components/src/components/Rating/Rating.tsx",
83730
- "name": "RatingProps"
83731
- }
83732
- ],
83733
- "required": false,
83734
- "type": {
83735
- "name": "\"s\" | \"m\""
83736
- }
83737
- },
83738
- "className": {
83739
- "defaultValue": null,
83740
- "description": "The elements class name.",
83741
- "name": "className",
83742
- "parent": {
83743
- "fileName": "components/src/lib/types/props.ts",
83744
- "name": "PropsWithClassName"
83745
- },
83746
- "declarations": [
83747
- {
83748
- "fileName": "components/src/lib/types/props.ts",
83749
- "name": "PropsWithClassName"
83750
- }
83751
- ],
83752
- "required": false,
83753
- "type": {
83754
- "name": "string"
83755
- }
83756
- }
83757
- }
83758
- },
83759
83759
  {
83760
83760
  "tags": {
83761
83761
  "flr-generate": "all"
@@ -256296,10 +256296,10 @@
256296
256296
  "name": "() => ArrayIterator<any>"
256297
256297
  }
256298
256298
  },
256299
- "__@unscopables@3136": {
256299
+ "__@unscopables@3144": {
256300
256300
  "defaultValue": null,
256301
256301
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
256302
- "name": "__@unscopables@3136",
256302
+ "name": "__@unscopables@3144",
256303
256303
  "parent": {
256304
256304
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
256305
256305
  "name": "Array"
@@ -257132,10 +257132,10 @@
257132
257132
  "name": "() => ArrayIterator<any>"
257133
257133
  }
257134
257134
  },
257135
- "__@unscopables@3136": {
257135
+ "__@unscopables@3144": {
257136
257136
  "defaultValue": null,
257137
257137
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
257138
- "name": "__@unscopables@3136",
257138
+ "name": "__@unscopables@3144",
257139
257139
  "parent": {
257140
257140
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
257141
257141
  "name": "Array"
@@ -257968,10 +257968,10 @@
257968
257968
  "name": "() => ArrayIterator<any>"
257969
257969
  }
257970
257970
  },
257971
- "__@unscopables@3136": {
257971
+ "__@unscopables@3144": {
257972
257972
  "defaultValue": null,
257973
257973
  "description": "Is an object whose properties have the value 'true'\nwhen they will be absent when used in a 'with' statement.",
257974
- "name": "__@unscopables@3136",
257974
+ "name": "__@unscopables@3144",
257975
257975
  "parent": {
257976
257976
  "fileName": "flow/node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts",
257977
257977
  "name": "Array"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.2.0-alpha.496",
3
+ "version": "0.2.0-alpha.497",
4
4
  "type": "module",
5
5
  "description": "A React implementation of Flow, mittwald’s design system",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -58,7 +58,7 @@
58
58
  "dependencies": {
59
59
  "@internationalized/string-compiler": "^3.2.6",
60
60
  "@mittwald/password-tools-js": "3.0.0-alpha.18",
61
- "@mittwald/react-tunnel": "0.2.0-alpha.496",
61
+ "@mittwald/react-tunnel": "0.2.0-alpha.497",
62
62
  "@mittwald/react-use-promise": "^3.0.4",
63
63
  "@react-aria/form": "^3.1.1",
64
64
  "@react-aria/live-announcer": "^3.4.4",
@@ -101,7 +101,7 @@
101
101
  "@faker-js/faker": "^9.9.0",
102
102
  "@internationalized/date": "^3.9.0",
103
103
  "@mittwald/flow-core": "",
104
- "@mittwald/flow-design-tokens": "0.2.0-alpha.496",
104
+ "@mittwald/flow-design-tokens": "0.2.0-alpha.497",
105
105
  "@mittwald/react-use-promise": "^3.0.4",
106
106
  "@mittwald/remote-dom-react": "1.2.2-mittwald.3",
107
107
  "@mittwald/typescript-config": "",
@@ -174,5 +174,5 @@
174
174
  "optional": true
175
175
  }
176
176
  },
177
- "gitHead": "fe9048b825e6e48708a360c5ee0773173522af50"
177
+ "gitHead": "fa5e492bb00addf344ef549a06801ac7f1f93ab8"
178
178
  }