@mittwald/flow-react-components 0.2.0-alpha.111 → 0.2.0-alpha.113

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,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.113](https://github.com/mittwald/flow/compare/0.2.0-alpha.112...0.2.0-alpha.113) (2025-03-24)
7
+
8
+ **Note:** Version bump only for package @mittwald/flow-react-components
9
+
10
+ # [0.2.0-alpha.112](https://github.com/mittwald/flow/compare/0.2.0-alpha.111...0.2.0-alpha.112) (2025-03-21)
11
+
12
+ ### Bug Fixes
13
+
14
+ * **ContextualHelp:** fix ContextualHelp in Field Labels + Documentation ([#1293](https://github.com/mittwald/flow/issues/1293)) ([bab4356](https://github.com/mittwald/flow/commit/bab4356f859a16c87ffdb555d5f1540b22c47c3d))
15
+
6
16
  # [0.2.0-alpha.111](https://github.com/mittwald/flow/compare/0.2.0-alpha.110...0.2.0-alpha.111) (2025-03-21)
7
17
 
8
18
  **Note:** Version bump only for package @mittwald/flow-react-components
@@ -197685,72 +197685,6 @@
197685
197685
  }
197686
197686
  }
197687
197687
  },
197688
- {
197689
- "tags": {},
197690
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
197691
- "description": "",
197692
- "displayName": "TabList",
197693
- "methods": [],
197694
- "props": {
197695
- "selection": {
197696
- "defaultValue": null,
197697
- "description": "",
197698
- "name": "selection",
197699
- "parent": {
197700
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
197701
- "name": "Props"
197702
- },
197703
- "declarations": [
197704
- {
197705
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
197706
- "name": "Props"
197707
- }
197708
- ],
197709
- "required": true,
197710
- "type": {
197711
- "name": "Key | undefined"
197712
- }
197713
- },
197714
- "onContextMenuSelectionChange": {
197715
- "defaultValue": null,
197716
- "description": "",
197717
- "name": "onContextMenuSelectionChange",
197718
- "parent": {
197719
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
197720
- "name": "Props"
197721
- },
197722
- "declarations": [
197723
- {
197724
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
197725
- "name": "Props"
197726
- }
197727
- ],
197728
- "required": true,
197729
- "type": {
197730
- "name": "(key: Key) => void"
197731
- }
197732
- },
197733
- "disabledKeys": {
197734
- "defaultValue": null,
197735
- "description": "",
197736
- "name": "disabledKeys",
197737
- "parent": {
197738
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
197739
- "name": "Props"
197740
- },
197741
- "declarations": [
197742
- {
197743
- "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
197744
- "name": "Props"
197745
- }
197746
- ],
197747
- "required": false,
197748
- "type": {
197749
- "name": "Iterable<Key>"
197750
- }
197751
- }
197752
- }
197753
- },
197754
197688
  {
197755
197689
  "tags": {
197756
197690
  "flr-generate": "all",
@@ -197932,6 +197866,72 @@
197932
197866
  }
197933
197867
  }
197934
197868
  },
197869
+ {
197870
+ "tags": {},
197871
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Tabs/components/TabList/TabList.tsx",
197872
+ "description": "",
197873
+ "displayName": "TabList",
197874
+ "methods": [],
197875
+ "props": {
197876
+ "selection": {
197877
+ "defaultValue": null,
197878
+ "description": "",
197879
+ "name": "selection",
197880
+ "parent": {
197881
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
197882
+ "name": "Props"
197883
+ },
197884
+ "declarations": [
197885
+ {
197886
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
197887
+ "name": "Props"
197888
+ }
197889
+ ],
197890
+ "required": true,
197891
+ "type": {
197892
+ "name": "Key | undefined"
197893
+ }
197894
+ },
197895
+ "onContextMenuSelectionChange": {
197896
+ "defaultValue": null,
197897
+ "description": "",
197898
+ "name": "onContextMenuSelectionChange",
197899
+ "parent": {
197900
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
197901
+ "name": "Props"
197902
+ },
197903
+ "declarations": [
197904
+ {
197905
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
197906
+ "name": "Props"
197907
+ }
197908
+ ],
197909
+ "required": true,
197910
+ "type": {
197911
+ "name": "(key: Key) => void"
197912
+ }
197913
+ },
197914
+ "disabledKeys": {
197915
+ "defaultValue": null,
197916
+ "description": "",
197917
+ "name": "disabledKeys",
197918
+ "parent": {
197919
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
197920
+ "name": "Props"
197921
+ },
197922
+ "declarations": [
197923
+ {
197924
+ "fileName": "components/src/components/Tabs/components/TabList/TabList.tsx",
197925
+ "name": "Props"
197926
+ }
197927
+ ],
197928
+ "required": false,
197929
+ "type": {
197930
+ "name": "Iterable<Key>"
197931
+ }
197932
+ }
197933
+ }
197934
+ },
197935
197935
  {
197936
197936
  "tags": {
197937
197937
  "flr-generate": "all"