@mittwald/flow-react-components 0.2.0-alpha.500 → 0.2.0-alpha.502

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.502](https://github.com/mittwald/flow/compare/0.2.0-alpha.501...0.2.0-alpha.502) (2025-10-01)
7
+
8
+ ### Bug Fixes
9
+
10
+ * **InlineCode:** fix overflow ([#2047](https://github.com/mittwald/flow/issues/2047)) ([27e2863](https://github.com/mittwald/flow/commit/27e286364808eac83f4e3e0e0533eb8dda0745e6))
11
+
12
+ # [0.2.0-alpha.501](https://github.com/mittwald/flow/compare/0.2.0-alpha.500...0.2.0-alpha.501) (2025-09-30)
13
+
14
+ **Note:** Version bump only for package @mittwald/flow-react-components
15
+
6
16
  # [0.2.0-alpha.500](https://github.com/mittwald/flow/compare/0.2.0-alpha.499...0.2.0-alpha.500) (2025-09-30)
7
17
 
8
18
  ### Bug Fixes
@@ -291182,34 +291182,6 @@
291182
291182
  }
291183
291183
  }
291184
291184
  },
291185
- {
291186
- "tags": {},
291187
- "filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
291188
- "description": "",
291189
- "displayName": "PopoverTip",
291190
- "methods": [],
291191
- "props": {
291192
- "className": {
291193
- "defaultValue": null,
291194
- "description": "The elements class name.",
291195
- "name": "className",
291196
- "parent": {
291197
- "fileName": "components/src/lib/types/props.ts",
291198
- "name": "PropsWithClassName"
291199
- },
291200
- "declarations": [
291201
- {
291202
- "fileName": "components/src/lib/types/props.ts",
291203
- "name": "PropsWithClassName"
291204
- }
291205
- ],
291206
- "required": false,
291207
- "type": {
291208
- "name": "string"
291209
- }
291210
- }
291211
- }
291212
- },
291213
291185
  {
291214
291186
  "tags": {
291215
291187
  "flr-generate": "all"
@@ -291388,6 +291360,34 @@
291388
291360
  }
291389
291361
  }
291390
291362
  },
291363
+ {
291364
+ "tags": {},
291365
+ "filePath": "src/components/Popover/components/PopoverTip/PopoverTip.tsx",
291366
+ "description": "",
291367
+ "displayName": "PopoverTip",
291368
+ "methods": [],
291369
+ "props": {
291370
+ "className": {
291371
+ "defaultValue": null,
291372
+ "description": "The elements class name.",
291373
+ "name": "className",
291374
+ "parent": {
291375
+ "fileName": "components/src/lib/types/props.ts",
291376
+ "name": "PropsWithClassName"
291377
+ },
291378
+ "declarations": [
291379
+ {
291380
+ "fileName": "components/src/lib/types/props.ts",
291381
+ "name": "PropsWithClassName"
291382
+ }
291383
+ ],
291384
+ "required": false,
291385
+ "type": {
291386
+ "name": "string"
291387
+ }
291388
+ }
291389
+ }
291390
+ },
291391
291391
  {
291392
291392
  "tags": {
291393
291393
  "internal": ""