@mittwald/flow-react-components 0.2.0-alpha.200 → 0.2.0-alpha.202

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,19 @@
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.202](https://github.com/mittwald/flow/compare/0.2.0-alpha.201...0.2.0-alpha.202) (2025-05-22)
7
+
8
+ ### Bug Fixes
9
+
10
+ * **Checkbox:** fix alignment ([#1493](https://github.com/mittwald/flow/issues/1493)) ([a0ff663](https://github.com/mittwald/flow/commit/a0ff66348ae6c0ffd8aa75d0a8436c5fa52d0108))
11
+ * **List:** use cursor pointer on linked list items ([#1494](https://github.com/mittwald/flow/issues/1494)) ([2a58e5a](https://github.com/mittwald/flow/commit/2a58e5a94ec8091bd25859d6f21b895341c9fcd7))
12
+
13
+ # [0.2.0-alpha.201](https://github.com/mittwald/flow/compare/0.2.0-alpha.200...0.2.0-alpha.201) (2025-05-22)
14
+
15
+ ### Bug Fixes
16
+
17
+ * **List:** fix pagination ([#1491](https://github.com/mittwald/flow/issues/1491)) ([2772899](https://github.com/mittwald/flow/commit/277289938b800279677933f802fdc3728d931d73))
18
+
6
19
  # [0.2.0-alpha.200](https://github.com/mittwald/flow/compare/0.2.0-alpha.199...0.2.0-alpha.200) (2025-05-22)
7
20
 
8
21
  **Note:** Version bump only for package @mittwald/flow-react-components
@@ -61437,6 +61437,25 @@
61437
61437
  "name": "number"
61438
61438
  }
61439
61439
  },
61440
+ "hidePagination": {
61441
+ "defaultValue": null,
61442
+ "description": "",
61443
+ "name": "hidePagination",
61444
+ "parent": {
61445
+ "fileName": "components/src/components/List/List.tsx",
61446
+ "name": "ListProps"
61447
+ },
61448
+ "declarations": [
61449
+ {
61450
+ "fileName": "components/src/components/List/List.tsx",
61451
+ "name": "ListProps"
61452
+ }
61453
+ ],
61454
+ "required": false,
61455
+ "type": {
61456
+ "name": "boolean"
61457
+ }
61458
+ },
61440
61459
  "children": {
61441
61460
  "defaultValue": null,
61442
61461
  "description": "",