@mittwald/flow-react-components 0.2.0-alpha.420 → 0.2.0-alpha.421

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.421](https://github.com/mittwald/flow/compare/0.2.0-alpha.420...0.2.0-alpha.421) (2025-08-18)
7
+
8
+ **Note:** Version bump only for package @mittwald/flow-react-components
9
+
6
10
  # [0.2.0-alpha.420](https://github.com/mittwald/flow/compare/0.2.0-alpha.419...0.2.0-alpha.420) (2025-08-18)
7
11
 
8
12
  ### Bug Fixes
@@ -327660,130 +327660,6 @@
327660
327660
  }
327661
327661
  }
327662
327662
  },
327663
- {
327664
- "tags": {},
327665
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
327666
- "description": "",
327667
- "displayName": "useGridItemProps",
327668
- "methods": [],
327669
- "props": {
327670
- "data": {
327671
- "defaultValue": null,
327672
- "description": "",
327673
- "name": "data",
327674
- "parent": {
327675
- "fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
327676
- "name": "P"
327677
- },
327678
- "declarations": [
327679
- {
327680
- "fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
327681
- "name": "P"
327682
- }
327683
- ],
327684
- "required": true,
327685
- "type": {
327686
- "name": "never"
327687
- }
327688
- },
327689
- "children": {
327690
- "defaultValue": null,
327691
- "description": "",
327692
- "name": "children",
327693
- "declarations": [
327694
- {
327695
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
327696
- "name": "TypeLiteral"
327697
- }
327698
- ],
327699
- "required": false,
327700
- "type": {
327701
- "name": "ReactNode"
327702
- }
327703
- }
327704
- }
327705
- },
327706
- {
327707
- "tags": {},
327708
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx",
327709
- "description": "",
327710
- "displayName": "AccordionButton",
327711
- "methods": [],
327712
- "props": {
327713
- "isExpanded": {
327714
- "defaultValue": null,
327715
- "description": "",
327716
- "name": "isExpanded",
327717
- "parent": {
327718
- "fileName": "components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx",
327719
- "name": "Props"
327720
- },
327721
- "declarations": [
327722
- {
327723
- "fileName": "components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx",
327724
- "name": "Props"
327725
- }
327726
- ],
327727
- "required": true,
327728
- "type": {
327729
- "name": "boolean"
327730
- }
327731
- },
327732
- "toggle": {
327733
- "defaultValue": null,
327734
- "description": "",
327735
- "name": "toggle",
327736
- "parent": {
327737
- "fileName": "components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx",
327738
- "name": "Props"
327739
- },
327740
- "declarations": [
327741
- {
327742
- "fileName": "components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx",
327743
- "name": "Props"
327744
- }
327745
- ],
327746
- "required": true,
327747
- "type": {
327748
- "name": "() => void"
327749
- }
327750
- },
327751
- "contentElementId": {
327752
- "defaultValue": null,
327753
- "description": "",
327754
- "name": "contentElementId",
327755
- "parent": {
327756
- "fileName": "components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx",
327757
- "name": "Props"
327758
- },
327759
- "declarations": [
327760
- {
327761
- "fileName": "components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx",
327762
- "name": "Props"
327763
- }
327764
- ],
327765
- "required": true,
327766
- "type": {
327767
- "name": "string"
327768
- }
327769
- },
327770
- "children": {
327771
- "defaultValue": null,
327772
- "description": "",
327773
- "name": "children",
327774
- "declarations": [
327775
- {
327776
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
327777
- "name": "TypeLiteral"
327778
- }
327779
- ],
327780
- "required": false,
327781
- "type": {
327782
- "name": "ReactNode"
327783
- }
327784
- }
327785
- }
327786
- },
327787
327663
  {
327788
327664
  "tags": {},
327789
327665
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/components/PaginationInfos/PaginationInfos.tsx",
@@ -333257,6 +333133,130 @@
333257
333133
  }
333258
333134
  }
333259
333135
  },
333136
+ {
333137
+ "tags": {},
333138
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
333139
+ "description": "",
333140
+ "displayName": "useGridItemProps",
333141
+ "methods": [],
333142
+ "props": {
333143
+ "data": {
333144
+ "defaultValue": null,
333145
+ "description": "",
333146
+ "name": "data",
333147
+ "parent": {
333148
+ "fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
333149
+ "name": "P"
333150
+ },
333151
+ "declarations": [
333152
+ {
333153
+ "fileName": "components/src/components/List/components/Items/components/Item/hooks/useGridItemProps.tsx",
333154
+ "name": "P"
333155
+ }
333156
+ ],
333157
+ "required": true,
333158
+ "type": {
333159
+ "name": "never"
333160
+ }
333161
+ },
333162
+ "children": {
333163
+ "defaultValue": null,
333164
+ "description": "",
333165
+ "name": "children",
333166
+ "declarations": [
333167
+ {
333168
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
333169
+ "name": "TypeLiteral"
333170
+ }
333171
+ ],
333172
+ "required": false,
333173
+ "type": {
333174
+ "name": "ReactNode"
333175
+ }
333176
+ }
333177
+ }
333178
+ },
333179
+ {
333180
+ "tags": {},
333181
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx",
333182
+ "description": "",
333183
+ "displayName": "AccordionButton",
333184
+ "methods": [],
333185
+ "props": {
333186
+ "isExpanded": {
333187
+ "defaultValue": null,
333188
+ "description": "",
333189
+ "name": "isExpanded",
333190
+ "parent": {
333191
+ "fileName": "components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx",
333192
+ "name": "Props"
333193
+ },
333194
+ "declarations": [
333195
+ {
333196
+ "fileName": "components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx",
333197
+ "name": "Props"
333198
+ }
333199
+ ],
333200
+ "required": true,
333201
+ "type": {
333202
+ "name": "boolean"
333203
+ }
333204
+ },
333205
+ "toggle": {
333206
+ "defaultValue": null,
333207
+ "description": "",
333208
+ "name": "toggle",
333209
+ "parent": {
333210
+ "fileName": "components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx",
333211
+ "name": "Props"
333212
+ },
333213
+ "declarations": [
333214
+ {
333215
+ "fileName": "components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx",
333216
+ "name": "Props"
333217
+ }
333218
+ ],
333219
+ "required": true,
333220
+ "type": {
333221
+ "name": "() => void"
333222
+ }
333223
+ },
333224
+ "contentElementId": {
333225
+ "defaultValue": null,
333226
+ "description": "",
333227
+ "name": "contentElementId",
333228
+ "parent": {
333229
+ "fileName": "components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx",
333230
+ "name": "Props"
333231
+ },
333232
+ "declarations": [
333233
+ {
333234
+ "fileName": "components/src/components/List/components/Items/components/Item/components/AccordionButton.tsx",
333235
+ "name": "Props"
333236
+ }
333237
+ ],
333238
+ "required": true,
333239
+ "type": {
333240
+ "name": "string"
333241
+ }
333242
+ },
333243
+ "children": {
333244
+ "defaultValue": null,
333245
+ "description": "",
333246
+ "name": "children",
333247
+ "declarations": [
333248
+ {
333249
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.8/node_modules/@types/react/index.d.ts",
333250
+ "name": "TypeLiteral"
333251
+ }
333252
+ ],
333253
+ "required": false,
333254
+ "type": {
333255
+ "name": "ReactNode"
333256
+ }
333257
+ }
333258
+ }
333259
+ },
333260
333260
  {
333261
333261
  "tags": {},
333262
333262
  "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/OptionsButton/index.tsx",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.2.0-alpha.420",
3
+ "version": "0.2.0-alpha.421",
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
  "@chakra-ui/live-region": "^2.1.0",
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.420",
61
+ "@mittwald/react-tunnel": "0.2.0-alpha.421",
62
62
  "@mittwald/react-use-promise": "^3.0.4",
63
63
  "@react-aria/form": "^3.1.0",
64
64
  "@react-aria/utils": "^3.30.0",
@@ -99,7 +99,7 @@
99
99
  "@faker-js/faker": "^9.9.0",
100
100
  "@internationalized/date": "^3.8.2",
101
101
  "@mittwald/flow-core": "",
102
- "@mittwald/flow-design-tokens": "0.2.0-alpha.420",
102
+ "@mittwald/flow-design-tokens": "0.2.0-alpha.421",
103
103
  "@mittwald/react-use-promise": "^3.0.4",
104
104
  "@mittwald/remote-dom-react": "1.2.2-mittwald.3",
105
105
  "@mittwald/typescript-config": "",
@@ -172,5 +172,5 @@
172
172
  "optional": true
173
173
  }
174
174
  },
175
- "gitHead": "46102e1ce0d5996a932db77d7aa76484c7f2d4a4"
175
+ "gitHead": "252b01b0954bbbc40ede812012890a963941c510"
176
176
  }