@mittwald/flow-react-components 0.2.0-alpha.176 → 0.2.0-alpha.178

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.178](https://github.com/mittwald/flow/compare/0.2.0-alpha.177...0.2.0-alpha.178) (2025-05-12)
7
+
8
+ ### Features
9
+
10
+ * **text:** add support for wrap property ([912cd2a](https://github.com/mittwald/flow/commit/912cd2a82766f90bffbfe3cf60ba087b9d395818))
11
+
12
+ # [0.2.0-alpha.177](https://github.com/mittwald/flow/compare/0.2.0-alpha.176...0.2.0-alpha.177) (2025-05-09)
13
+
14
+ **Note:** Version bump only for package @mittwald/flow-react-components
15
+
6
16
  # [0.2.0-alpha.176](https://github.com/mittwald/flow/compare/0.2.0-alpha.175...0.2.0-alpha.176) (2025-05-09)
7
17
 
8
18
  **Note:** Version bump only for package @mittwald/flow-react-components
@@ -4909,6 +4909,25 @@
4909
4909
  "name": "\"end\" | \"start\" | \"center\""
4910
4910
  }
4911
4911
  },
4912
+ "wrap": {
4913
+ "defaultValue": null,
4914
+ "description": "",
4915
+ "name": "wrap",
4916
+ "parent": {
4917
+ "fileName": "components/src/components/Text/Text.tsx",
4918
+ "name": "TextProps"
4919
+ },
4920
+ "declarations": [
4921
+ {
4922
+ "fileName": "components/src/components/Text/Text.tsx",
4923
+ "name": "TextProps"
4924
+ }
4925
+ ],
4926
+ "required": false,
4927
+ "type": {
4928
+ "name": "\"wrap\" | \"balance\" | \"pretty\""
4929
+ }
4930
+ },
4912
4931
  "children": {
4913
4932
  "defaultValue": null,
4914
4933
  "description": "",
@@ -99209,6 +99228,27 @@
99209
99228
  "name": "\"light\" | \"dark\" | \"primary\""
99210
99229
  }
99211
99230
  },
99231
+ "wrap": {
99232
+ "defaultValue": {
99233
+ "value": "undefined"
99234
+ },
99235
+ "description": "The text-wrap property of the text.",
99236
+ "name": "wrap",
99237
+ "parent": {
99238
+ "fileName": "components/src/components/Heading/Heading.tsx",
99239
+ "name": "HeadingProps"
99240
+ },
99241
+ "declarations": [
99242
+ {
99243
+ "fileName": "components/src/components/Heading/Heading.tsx",
99244
+ "name": "HeadingProps"
99245
+ }
99246
+ ],
99247
+ "required": false,
99248
+ "type": {
99249
+ "name": "\"wrap\" | \"balance\""
99250
+ }
99251
+ },
99212
99252
  "level": {
99213
99253
  "defaultValue": null,
99214
99254
  "description": "",
@@ -132278,6 +132318,25 @@
132278
132318
  "name": "\"end\" | \"start\" | \"center\""
132279
132319
  }
132280
132320
  },
132321
+ "wrap": {
132322
+ "defaultValue": null,
132323
+ "description": "",
132324
+ "name": "wrap",
132325
+ "parent": {
132326
+ "fileName": "components/src/components/Text/Text.tsx",
132327
+ "name": "TextProps"
132328
+ },
132329
+ "declarations": [
132330
+ {
132331
+ "fileName": "components/src/components/Text/Text.tsx",
132332
+ "name": "TextProps"
132333
+ }
132334
+ ],
132335
+ "required": false,
132336
+ "type": {
132337
+ "name": "\"wrap\" | \"balance\" | \"pretty\""
132338
+ }
132339
+ },
132281
132340
  "children": {
132282
132341
  "defaultValue": null,
132283
132342
  "description": "",
@@ -250563,6 +250622,25 @@
250563
250622
  "name": "\"end\" | \"start\" | \"center\""
250564
250623
  }
250565
250624
  },
250625
+ "wrap": {
250626
+ "defaultValue": null,
250627
+ "description": "",
250628
+ "name": "wrap",
250629
+ "parent": {
250630
+ "fileName": "components/src/components/Text/Text.tsx",
250631
+ "name": "TextProps"
250632
+ },
250633
+ "declarations": [
250634
+ {
250635
+ "fileName": "components/src/components/Text/Text.tsx",
250636
+ "name": "TextProps"
250637
+ }
250638
+ ],
250639
+ "required": false,
250640
+ "type": {
250641
+ "name": "\"wrap\" | \"balance\" | \"pretty\""
250642
+ }
250643
+ },
250566
250644
  "children": {
250567
250645
  "defaultValue": null,
250568
250646
  "description": "",