@mittwald/flow-react-components 0.2.0-alpha.119 → 0.2.0-alpha.120
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 +6 -0
- package/dist/assets/doc-properties.json +141 -46
- package/dist/css/all.css +1 -1
- package/dist/js/components/src/components/Flex/Flex.mjs +11 -2
- package/dist/js/components/src/components/Flex/Flex.mjs.map +1 -1
- package/dist/types/components/Flex/Flex.d.ts +10 -0
- package/dist/types/components/Flex/Flex.d.ts.map +1 -1
- package/dist/types/components/Flex/stories/Default.stories.d.ts +1 -0
- package/dist/types/components/Flex/stories/Default.stories.d.ts.map +1 -1
- package/package.json +4 -4
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.120](https://github.com/mittwald/flow/compare/0.2.0-alpha.119...0.2.0-alpha.120) (2025-03-27)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **Flex:** add padding ([#1328](https://github.com/mittwald/flow/issues/1328)) ([81e964b](https://github.com/mittwald/flow/commit/81e964bccbcd2e23c5a0feefa52c72e12559a46f))
|
|
11
|
+
|
|
6
12
|
# [0.2.0-alpha.119](https://github.com/mittwald/flow/compare/0.2.0-alpha.118...0.2.0-alpha.119) (2025-03-27)
|
|
7
13
|
|
|
8
14
|
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
@@ -67615,52 +67615,6 @@
|
|
|
67615
67615
|
}
|
|
67616
67616
|
}
|
|
67617
67617
|
},
|
|
67618
|
-
{
|
|
67619
|
-
"tags": {
|
|
67620
|
-
"flr-generate": "all",
|
|
67621
|
-
"flr-clear-props-context": ""
|
|
67622
|
-
},
|
|
67623
|
-
"filePath": "src/components/LabeledValue/LabeledValue.tsx",
|
|
67624
|
-
"description": "",
|
|
67625
|
-
"displayName": "LabeledValue",
|
|
67626
|
-
"methods": [],
|
|
67627
|
-
"props": {
|
|
67628
|
-
"children": {
|
|
67629
|
-
"defaultValue": null,
|
|
67630
|
-
"description": "",
|
|
67631
|
-
"name": "children",
|
|
67632
|
-
"declarations": [
|
|
67633
|
-
{
|
|
67634
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
67635
|
-
"name": "TypeLiteral"
|
|
67636
|
-
}
|
|
67637
|
-
],
|
|
67638
|
-
"required": false,
|
|
67639
|
-
"type": {
|
|
67640
|
-
"name": "ReactNode"
|
|
67641
|
-
}
|
|
67642
|
-
},
|
|
67643
|
-
"className": {
|
|
67644
|
-
"defaultValue": null,
|
|
67645
|
-
"description": "The elements class name.",
|
|
67646
|
-
"name": "className",
|
|
67647
|
-
"parent": {
|
|
67648
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
67649
|
-
"name": "PropsWithClassName"
|
|
67650
|
-
},
|
|
67651
|
-
"declarations": [
|
|
67652
|
-
{
|
|
67653
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
67654
|
-
"name": "PropsWithClassName"
|
|
67655
|
-
}
|
|
67656
|
-
],
|
|
67657
|
-
"required": false,
|
|
67658
|
-
"type": {
|
|
67659
|
-
"name": "string"
|
|
67660
|
-
}
|
|
67661
|
-
}
|
|
67662
|
-
}
|
|
67663
|
-
},
|
|
67664
67618
|
{
|
|
67665
67619
|
"tags": {
|
|
67666
67620
|
"flr-generate": "all",
|
|
@@ -73004,6 +72958,52 @@
|
|
|
73004
72958
|
}
|
|
73005
72959
|
}
|
|
73006
72960
|
},
|
|
72961
|
+
{
|
|
72962
|
+
"tags": {
|
|
72963
|
+
"flr-generate": "all",
|
|
72964
|
+
"flr-clear-props-context": ""
|
|
72965
|
+
},
|
|
72966
|
+
"filePath": "src/components/LabeledValue/LabeledValue.tsx",
|
|
72967
|
+
"description": "",
|
|
72968
|
+
"displayName": "LabeledValue",
|
|
72969
|
+
"methods": [],
|
|
72970
|
+
"props": {
|
|
72971
|
+
"children": {
|
|
72972
|
+
"defaultValue": null,
|
|
72973
|
+
"description": "",
|
|
72974
|
+
"name": "children",
|
|
72975
|
+
"declarations": [
|
|
72976
|
+
{
|
|
72977
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
72978
|
+
"name": "TypeLiteral"
|
|
72979
|
+
}
|
|
72980
|
+
],
|
|
72981
|
+
"required": false,
|
|
72982
|
+
"type": {
|
|
72983
|
+
"name": "ReactNode"
|
|
72984
|
+
}
|
|
72985
|
+
},
|
|
72986
|
+
"className": {
|
|
72987
|
+
"defaultValue": null,
|
|
72988
|
+
"description": "The elements class name.",
|
|
72989
|
+
"name": "className",
|
|
72990
|
+
"parent": {
|
|
72991
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
72992
|
+
"name": "PropsWithClassName"
|
|
72993
|
+
},
|
|
72994
|
+
"declarations": [
|
|
72995
|
+
{
|
|
72996
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
72997
|
+
"name": "PropsWithClassName"
|
|
72998
|
+
}
|
|
72999
|
+
],
|
|
73000
|
+
"required": false,
|
|
73001
|
+
"type": {
|
|
73002
|
+
"name": "string"
|
|
73003
|
+
}
|
|
73004
|
+
}
|
|
73005
|
+
}
|
|
73006
|
+
},
|
|
73007
73007
|
{
|
|
73008
73008
|
"tags": {
|
|
73009
73009
|
"flr-generate": "all",
|
|
@@ -120301,6 +120301,101 @@
|
|
|
120301
120301
|
"name": "FlexWrap"
|
|
120302
120302
|
}
|
|
120303
120303
|
},
|
|
120304
|
+
"padding": {
|
|
120305
|
+
"defaultValue": null,
|
|
120306
|
+
"description": "The padding of the element.",
|
|
120307
|
+
"name": "padding",
|
|
120308
|
+
"parent": {
|
|
120309
|
+
"fileName": "src/components/Flex/Flex.tsx",
|
|
120310
|
+
"name": "FlexProps"
|
|
120311
|
+
},
|
|
120312
|
+
"declarations": [
|
|
120313
|
+
{
|
|
120314
|
+
"fileName": "src/components/Flex/Flex.tsx",
|
|
120315
|
+
"name": "FlexProps"
|
|
120316
|
+
}
|
|
120317
|
+
],
|
|
120318
|
+
"required": false,
|
|
120319
|
+
"type": {
|
|
120320
|
+
"name": "\"s\" | \"m\" | \"l\" | \"xs\" | \"xl\""
|
|
120321
|
+
}
|
|
120322
|
+
},
|
|
120323
|
+
"paddingTop": {
|
|
120324
|
+
"defaultValue": null,
|
|
120325
|
+
"description": "The padding top of the element.",
|
|
120326
|
+
"name": "paddingTop",
|
|
120327
|
+
"parent": {
|
|
120328
|
+
"fileName": "src/components/Flex/Flex.tsx",
|
|
120329
|
+
"name": "FlexProps"
|
|
120330
|
+
},
|
|
120331
|
+
"declarations": [
|
|
120332
|
+
{
|
|
120333
|
+
"fileName": "src/components/Flex/Flex.tsx",
|
|
120334
|
+
"name": "FlexProps"
|
|
120335
|
+
}
|
|
120336
|
+
],
|
|
120337
|
+
"required": false,
|
|
120338
|
+
"type": {
|
|
120339
|
+
"name": "\"s\" | \"m\" | \"l\" | \"xs\" | \"xl\""
|
|
120340
|
+
}
|
|
120341
|
+
},
|
|
120342
|
+
"paddingBottom": {
|
|
120343
|
+
"defaultValue": null,
|
|
120344
|
+
"description": "The padding bottom of the element.",
|
|
120345
|
+
"name": "paddingBottom",
|
|
120346
|
+
"parent": {
|
|
120347
|
+
"fileName": "src/components/Flex/Flex.tsx",
|
|
120348
|
+
"name": "FlexProps"
|
|
120349
|
+
},
|
|
120350
|
+
"declarations": [
|
|
120351
|
+
{
|
|
120352
|
+
"fileName": "src/components/Flex/Flex.tsx",
|
|
120353
|
+
"name": "FlexProps"
|
|
120354
|
+
}
|
|
120355
|
+
],
|
|
120356
|
+
"required": false,
|
|
120357
|
+
"type": {
|
|
120358
|
+
"name": "\"s\" | \"m\" | \"l\" | \"xs\" | \"xl\""
|
|
120359
|
+
}
|
|
120360
|
+
},
|
|
120361
|
+
"paddingLeft": {
|
|
120362
|
+
"defaultValue": null,
|
|
120363
|
+
"description": "The padding left of the element.",
|
|
120364
|
+
"name": "paddingLeft",
|
|
120365
|
+
"parent": {
|
|
120366
|
+
"fileName": "src/components/Flex/Flex.tsx",
|
|
120367
|
+
"name": "FlexProps"
|
|
120368
|
+
},
|
|
120369
|
+
"declarations": [
|
|
120370
|
+
{
|
|
120371
|
+
"fileName": "src/components/Flex/Flex.tsx",
|
|
120372
|
+
"name": "FlexProps"
|
|
120373
|
+
}
|
|
120374
|
+
],
|
|
120375
|
+
"required": false,
|
|
120376
|
+
"type": {
|
|
120377
|
+
"name": "\"s\" | \"m\" | \"l\" | \"xs\" | \"xl\""
|
|
120378
|
+
}
|
|
120379
|
+
},
|
|
120380
|
+
"paddingRight": {
|
|
120381
|
+
"defaultValue": null,
|
|
120382
|
+
"description": "The padding right of the element.",
|
|
120383
|
+
"name": "paddingRight",
|
|
120384
|
+
"parent": {
|
|
120385
|
+
"fileName": "src/components/Flex/Flex.tsx",
|
|
120386
|
+
"name": "FlexProps"
|
|
120387
|
+
},
|
|
120388
|
+
"declarations": [
|
|
120389
|
+
{
|
|
120390
|
+
"fileName": "src/components/Flex/Flex.tsx",
|
|
120391
|
+
"name": "FlexProps"
|
|
120392
|
+
}
|
|
120393
|
+
],
|
|
120394
|
+
"required": false,
|
|
120395
|
+
"type": {
|
|
120396
|
+
"name": "\"s\" | \"m\" | \"l\" | \"xs\" | \"xl\""
|
|
120397
|
+
}
|
|
120398
|
+
},
|
|
120304
120399
|
"children": {
|
|
120305
120400
|
"defaultValue": null,
|
|
120306
120401
|
"description": "",
|