@mittwald/flow-react-components 0.2.0-alpha.56 → 0.2.0-alpha.57

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,12 @@
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.57](https://github.com/mittwald/flow/compare/0.2.0-alpha.56...0.2.0-alpha.57) (2025-02-25)
7
+
8
+ ### Bug Fixes
9
+
10
+ * field description visibility in form fields ([#1215](https://github.com/mittwald/flow/issues/1215)) ([34995e5](https://github.com/mittwald/flow/commit/34995e55cb01dab2efe366c67385f8206825887a))
11
+
6
12
  # [0.2.0-alpha.56](https://github.com/mittwald/flow/compare/0.2.0-alpha.55...0.2.0-alpha.56) (2025-02-25)
7
13
 
8
14
  ### Bug Fixes
@@ -72316,6 +72316,52 @@
72316
72316
  }
72317
72317
  }
72318
72318
  },
72319
+ {
72320
+ "tags": {
72321
+ "flr-generate": "all",
72322
+ "flr-clear-props-context": ""
72323
+ },
72324
+ "filePath": "src/components/LabeledValue/LabeledValue.tsx",
72325
+ "description": "",
72326
+ "displayName": "LabeledValue",
72327
+ "methods": [],
72328
+ "props": {
72329
+ "children": {
72330
+ "defaultValue": null,
72331
+ "description": "",
72332
+ "name": "children",
72333
+ "declarations": [
72334
+ {
72335
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
72336
+ "name": "TypeLiteral"
72337
+ }
72338
+ ],
72339
+ "required": false,
72340
+ "type": {
72341
+ "name": "ReactNode"
72342
+ }
72343
+ },
72344
+ "className": {
72345
+ "defaultValue": null,
72346
+ "description": "The elements class name.",
72347
+ "name": "className",
72348
+ "parent": {
72349
+ "fileName": "src/lib/types/props.ts",
72350
+ "name": "PropsWithClassName"
72351
+ },
72352
+ "declarations": [
72353
+ {
72354
+ "fileName": "src/lib/types/props.ts",
72355
+ "name": "PropsWithClassName"
72356
+ }
72357
+ ],
72358
+ "required": false,
72359
+ "type": {
72360
+ "name": "string"
72361
+ }
72362
+ }
72363
+ }
72364
+ },
72319
72365
  {
72320
72366
  "tags": {
72321
72367
  "flr-generate": "all",
@@ -83056,52 +83102,6 @@
83056
83102
  }
83057
83103
  }
83058
83104
  },
83059
- {
83060
- "tags": {
83061
- "flr-generate": "all",
83062
- "flr-clear-props-context": ""
83063
- },
83064
- "filePath": "src/components/LabeledValue/LabeledValue.tsx",
83065
- "description": "",
83066
- "displayName": "LabeledValue",
83067
- "methods": [],
83068
- "props": {
83069
- "children": {
83070
- "defaultValue": null,
83071
- "description": "",
83072
- "name": "children",
83073
- "declarations": [
83074
- {
83075
- "fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
83076
- "name": "TypeLiteral"
83077
- }
83078
- ],
83079
- "required": false,
83080
- "type": {
83081
- "name": "ReactNode"
83082
- }
83083
- },
83084
- "className": {
83085
- "defaultValue": null,
83086
- "description": "The elements class name.",
83087
- "name": "className",
83088
- "parent": {
83089
- "fileName": "src/lib/types/props.ts",
83090
- "name": "PropsWithClassName"
83091
- },
83092
- "declarations": [
83093
- {
83094
- "fileName": "src/lib/types/props.ts",
83095
- "name": "PropsWithClassName"
83096
- }
83097
- ],
83098
- "required": false,
83099
- "type": {
83100
- "name": "string"
83101
- }
83102
- }
83103
- }
83104
- },
83105
83105
  {
83106
83106
  "tags": {
83107
83107
  "flr-generate": "all",
@@ -223366,34 +223366,6 @@
223366
223366
  }
223367
223367
  }
223368
223368
  },
223369
- {
223370
- "tags": {},
223371
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
223372
- "description": "",
223373
- "displayName": "ListItemSkeletonView",
223374
- "methods": [],
223375
- "props": {
223376
- "viewMode": {
223377
- "defaultValue": null,
223378
- "description": "",
223379
- "name": "viewMode",
223380
- "parent": {
223381
- "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
223382
- "name": "ListItemSkeletonViewProps"
223383
- },
223384
- "declarations": [
223385
- {
223386
- "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
223387
- "name": "ListItemSkeletonViewProps"
223388
- }
223389
- ],
223390
- "required": true,
223391
- "type": {
223392
- "name": "ListViewMode"
223393
- }
223394
- }
223395
- }
223396
- },
223397
223369
  {
223398
223370
  "tags": {},
223399
223371
  "filePath": "src/components/List/components/Items/components/Item/components/OptionsButton/index.tsx",
@@ -223479,5 +223451,33 @@
223479
223451
  }
223480
223452
  }
223481
223453
  }
223454
+ },
223455
+ {
223456
+ "tags": {},
223457
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
223458
+ "description": "",
223459
+ "displayName": "ListItemSkeletonView",
223460
+ "methods": [],
223461
+ "props": {
223462
+ "viewMode": {
223463
+ "defaultValue": null,
223464
+ "description": "",
223465
+ "name": "viewMode",
223466
+ "parent": {
223467
+ "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
223468
+ "name": "ListItemSkeletonViewProps"
223469
+ },
223470
+ "declarations": [
223471
+ {
223472
+ "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
223473
+ "name": "ListItemSkeletonViewProps"
223474
+ }
223475
+ ],
223476
+ "required": true,
223477
+ "type": {
223478
+ "name": "ListViewMode"
223479
+ }
223480
+ }
223481
+ }
223482
223482
  }
223483
223483
  ]