@mittwald/flow-react-components 0.2.0-alpha.282 → 0.2.0-alpha.283

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.283](https://github.com/mittwald/flow/compare/0.2.0-alpha.282...0.2.0-alpha.283) (2025-06-18)
7
+
8
+ **Note:** Version bump only for package @mittwald/flow-react-components
9
+
6
10
  # [0.2.0-alpha.282](https://github.com/mittwald/flow/compare/0.2.0-alpha.281...0.2.0-alpha.282) (2025-06-18)
7
11
 
8
12
  **Note:** Version bump only for package @mittwald/flow-react-components
@@ -145600,89 +145600,6 @@
145600
145600
  }
145601
145601
  }
145602
145602
  },
145603
- {
145604
- "tags": {
145605
- "flr-generate": "all"
145606
- },
145607
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Div/Div.tsx",
145608
- "description": "",
145609
- "displayName": "Div",
145610
- "methods": [],
145611
- "props": {
145612
- "children": {
145613
- "defaultValue": null,
145614
- "description": "",
145615
- "name": "children",
145616
- "declarations": [
145617
- {
145618
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
145619
- "name": "TypeLiteral"
145620
- }
145621
- ],
145622
- "required": false,
145623
- "type": {
145624
- "name": "ReactNode"
145625
- }
145626
- },
145627
- "className": {
145628
- "defaultValue": null,
145629
- "description": "The elements class name.",
145630
- "name": "className",
145631
- "parent": {
145632
- "fileName": "components/src/lib/types/props.ts",
145633
- "name": "PropsWithClassName"
145634
- },
145635
- "declarations": [
145636
- {
145637
- "fileName": "components/src/lib/types/props.ts",
145638
- "name": "PropsWithClassName"
145639
- }
145640
- ],
145641
- "required": false,
145642
- "type": {
145643
- "name": "string"
145644
- }
145645
- },
145646
- "ref": {
145647
- "defaultValue": null,
145648
- "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
145649
- "name": "ref",
145650
- "parent": {
145651
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
145652
- "name": "RefAttributes"
145653
- },
145654
- "declarations": [
145655
- {
145656
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
145657
- "name": "RefAttributes"
145658
- }
145659
- ],
145660
- "required": false,
145661
- "type": {
145662
- "name": "Ref<HTMLDivElement>"
145663
- }
145664
- },
145665
- "key": {
145666
- "defaultValue": null,
145667
- "description": "",
145668
- "name": "key",
145669
- "parent": {
145670
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
145671
- "name": "Attributes"
145672
- },
145673
- "declarations": [
145674
- {
145675
- "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
145676
- "name": "Attributes"
145677
- }
145678
- ],
145679
- "required": false,
145680
- "type": {
145681
- "name": "Key | null"
145682
- }
145683
- }
145684
- }
145685
- },
145686
145603
  {
145687
145604
  "tags": {
145688
145605
  "flr-generate": "all",
@@ -146573,6 +146490,89 @@
146573
146490
  }
146574
146491
  }
146575
146492
  },
146493
+ {
146494
+ "tags": {
146495
+ "flr-generate": "all"
146496
+ },
146497
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/Div/Div.tsx",
146498
+ "description": "",
146499
+ "displayName": "Div",
146500
+ "methods": [],
146501
+ "props": {
146502
+ "children": {
146503
+ "defaultValue": null,
146504
+ "description": "",
146505
+ "name": "children",
146506
+ "declarations": [
146507
+ {
146508
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
146509
+ "name": "TypeLiteral"
146510
+ }
146511
+ ],
146512
+ "required": false,
146513
+ "type": {
146514
+ "name": "ReactNode"
146515
+ }
146516
+ },
146517
+ "className": {
146518
+ "defaultValue": null,
146519
+ "description": "The elements class name.",
146520
+ "name": "className",
146521
+ "parent": {
146522
+ "fileName": "components/src/lib/types/props.ts",
146523
+ "name": "PropsWithClassName"
146524
+ },
146525
+ "declarations": [
146526
+ {
146527
+ "fileName": "components/src/lib/types/props.ts",
146528
+ "name": "PropsWithClassName"
146529
+ }
146530
+ ],
146531
+ "required": false,
146532
+ "type": {
146533
+ "name": "string"
146534
+ }
146535
+ },
146536
+ "ref": {
146537
+ "defaultValue": null,
146538
+ "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
146539
+ "name": "ref",
146540
+ "parent": {
146541
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
146542
+ "name": "RefAttributes"
146543
+ },
146544
+ "declarations": [
146545
+ {
146546
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
146547
+ "name": "RefAttributes"
146548
+ }
146549
+ ],
146550
+ "required": false,
146551
+ "type": {
146552
+ "name": "Ref<HTMLDivElement>"
146553
+ }
146554
+ },
146555
+ "key": {
146556
+ "defaultValue": null,
146557
+ "description": "",
146558
+ "name": "key",
146559
+ "parent": {
146560
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
146561
+ "name": "Attributes"
146562
+ },
146563
+ "declarations": [
146564
+ {
146565
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
146566
+ "name": "Attributes"
146567
+ }
146568
+ ],
146569
+ "required": false,
146570
+ "type": {
146571
+ "name": "Key | null"
146572
+ }
146573
+ }
146574
+ }
146575
+ },
146576
146576
  {
146577
146577
  "tags": {
146578
146578
  "flr-generate": "all",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.2.0-alpha.282",
3
+ "version": "0.2.0-alpha.283",
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": "^2.1.4",
61
- "@mittwald/react-tunnel": "0.2.0-alpha.282",
61
+ "@mittwald/react-tunnel": "0.2.0-alpha.283",
62
62
  "@mittwald/react-use-promise": "^3.0.4",
63
63
  "@react-aria/form": "^3.0.16",
64
64
  "@react-aria/utils": "^3.29.0",
@@ -99,7 +99,7 @@
99
99
  "@faker-js/faker": "^9.8.0",
100
100
  "@internationalized/date": "^3.8.1",
101
101
  "@mittwald/flow-core": "",
102
- "@mittwald/flow-design-tokens": "0.2.0-alpha.282",
102
+ "@mittwald/flow-design-tokens": "0.2.0-alpha.283",
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": "",
@@ -181,5 +181,5 @@
181
181
  "optional": true
182
182
  }
183
183
  },
184
- "gitHead": "58114cc66ce40df520945d20ff2dc1da117050c8"
184
+ "gitHead": "a87c1e6825b8b6a48341be4b9f876dbc19d5122a"
185
185
  }