@mittwald/flow-react-components 0.2.0-alpha.311 → 0.2.0-alpha.312
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 +4 -0
- package/dist/assets/doc-properties.json +127 -127
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
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.312](https://github.com/mittwald/flow/compare/0.2.0-alpha.311...0.2.0-alpha.312) (2025-07-01)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
9
|
+
|
|
6
10
|
# [0.2.0-alpha.311](https://github.com/mittwald/flow/compare/0.2.0-alpha.310...0.2.0-alpha.311) (2025-07-01)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
@@ -145222,6 +145222,89 @@
|
|
|
145222
145222
|
}
|
|
145223
145223
|
}
|
|
145224
145224
|
},
|
|
145225
|
+
{
|
|
145226
|
+
"tags": {
|
|
145227
|
+
"flr-generate": "all"
|
|
145228
|
+
},
|
|
145229
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Div/Div.tsx",
|
|
145230
|
+
"description": "",
|
|
145231
|
+
"displayName": "Div",
|
|
145232
|
+
"methods": [],
|
|
145233
|
+
"props": {
|
|
145234
|
+
"children": {
|
|
145235
|
+
"defaultValue": null,
|
|
145236
|
+
"description": "",
|
|
145237
|
+
"name": "children",
|
|
145238
|
+
"declarations": [
|
|
145239
|
+
{
|
|
145240
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
145241
|
+
"name": "TypeLiteral"
|
|
145242
|
+
}
|
|
145243
|
+
],
|
|
145244
|
+
"required": false,
|
|
145245
|
+
"type": {
|
|
145246
|
+
"name": "ReactNode"
|
|
145247
|
+
}
|
|
145248
|
+
},
|
|
145249
|
+
"className": {
|
|
145250
|
+
"defaultValue": null,
|
|
145251
|
+
"description": "The elements class name.",
|
|
145252
|
+
"name": "className",
|
|
145253
|
+
"parent": {
|
|
145254
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
145255
|
+
"name": "PropsWithClassName"
|
|
145256
|
+
},
|
|
145257
|
+
"declarations": [
|
|
145258
|
+
{
|
|
145259
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
145260
|
+
"name": "PropsWithClassName"
|
|
145261
|
+
}
|
|
145262
|
+
],
|
|
145263
|
+
"required": false,
|
|
145264
|
+
"type": {
|
|
145265
|
+
"name": "string"
|
|
145266
|
+
}
|
|
145267
|
+
},
|
|
145268
|
+
"ref": {
|
|
145269
|
+
"defaultValue": null,
|
|
145270
|
+
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
145271
|
+
"name": "ref",
|
|
145272
|
+
"parent": {
|
|
145273
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
145274
|
+
"name": "RefAttributes"
|
|
145275
|
+
},
|
|
145276
|
+
"declarations": [
|
|
145277
|
+
{
|
|
145278
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
145279
|
+
"name": "RefAttributes"
|
|
145280
|
+
}
|
|
145281
|
+
],
|
|
145282
|
+
"required": false,
|
|
145283
|
+
"type": {
|
|
145284
|
+
"name": "Ref<HTMLDivElement>"
|
|
145285
|
+
}
|
|
145286
|
+
},
|
|
145287
|
+
"key": {
|
|
145288
|
+
"defaultValue": null,
|
|
145289
|
+
"description": "",
|
|
145290
|
+
"name": "key",
|
|
145291
|
+
"parent": {
|
|
145292
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
145293
|
+
"name": "Attributes"
|
|
145294
|
+
},
|
|
145295
|
+
"declarations": [
|
|
145296
|
+
{
|
|
145297
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
145298
|
+
"name": "Attributes"
|
|
145299
|
+
}
|
|
145300
|
+
],
|
|
145301
|
+
"required": false,
|
|
145302
|
+
"type": {
|
|
145303
|
+
"name": "Key | null"
|
|
145304
|
+
}
|
|
145305
|
+
}
|
|
145306
|
+
}
|
|
145307
|
+
},
|
|
145225
145308
|
{
|
|
145226
145309
|
"tags": {
|
|
145227
145310
|
"flr-generate": "all"
|
|
@@ -145600,89 +145683,6 @@
|
|
|
145600
145683
|
}
|
|
145601
145684
|
}
|
|
145602
145685
|
},
|
|
145603
|
-
{
|
|
145604
|
-
"tags": {
|
|
145605
|
-
"flr-generate": "all"
|
|
145606
|
-
},
|
|
145607
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Div/Div.tsx",
|
|
145608
|
-
"description": "",
|
|
145609
|
-
"displayName": "Div",
|
|
145610
|
-
"methods": [],
|
|
145611
|
-
"props": {
|
|
145612
|
-
"children": {
|
|
145613
|
-
"defaultValue": null,
|
|
145614
|
-
"description": "",
|
|
145615
|
-
"name": "children",
|
|
145616
|
-
"declarations": [
|
|
145617
|
-
{
|
|
145618
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
145619
|
-
"name": "TypeLiteral"
|
|
145620
|
-
}
|
|
145621
|
-
],
|
|
145622
|
-
"required": false,
|
|
145623
|
-
"type": {
|
|
145624
|
-
"name": "ReactNode"
|
|
145625
|
-
}
|
|
145626
|
-
},
|
|
145627
|
-
"className": {
|
|
145628
|
-
"defaultValue": null,
|
|
145629
|
-
"description": "The elements class name.",
|
|
145630
|
-
"name": "className",
|
|
145631
|
-
"parent": {
|
|
145632
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
145633
|
-
"name": "PropsWithClassName"
|
|
145634
|
-
},
|
|
145635
|
-
"declarations": [
|
|
145636
|
-
{
|
|
145637
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
145638
|
-
"name": "PropsWithClassName"
|
|
145639
|
-
}
|
|
145640
|
-
],
|
|
145641
|
-
"required": false,
|
|
145642
|
-
"type": {
|
|
145643
|
-
"name": "string"
|
|
145644
|
-
}
|
|
145645
|
-
},
|
|
145646
|
-
"ref": {
|
|
145647
|
-
"defaultValue": null,
|
|
145648
|
-
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null`\n(or call the ref with `null` if you passed a callback ref).\n@see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}",
|
|
145649
|
-
"name": "ref",
|
|
145650
|
-
"parent": {
|
|
145651
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
145652
|
-
"name": "RefAttributes"
|
|
145653
|
-
},
|
|
145654
|
-
"declarations": [
|
|
145655
|
-
{
|
|
145656
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
145657
|
-
"name": "RefAttributes"
|
|
145658
|
-
}
|
|
145659
|
-
],
|
|
145660
|
-
"required": false,
|
|
145661
|
-
"type": {
|
|
145662
|
-
"name": "Ref<HTMLDivElement>"
|
|
145663
|
-
}
|
|
145664
|
-
},
|
|
145665
|
-
"key": {
|
|
145666
|
-
"defaultValue": null,
|
|
145667
|
-
"description": "",
|
|
145668
|
-
"name": "key",
|
|
145669
|
-
"parent": {
|
|
145670
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
145671
|
-
"name": "Attributes"
|
|
145672
|
-
},
|
|
145673
|
-
"declarations": [
|
|
145674
|
-
{
|
|
145675
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
145676
|
-
"name": "Attributes"
|
|
145677
|
-
}
|
|
145678
|
-
],
|
|
145679
|
-
"required": false,
|
|
145680
|
-
"type": {
|
|
145681
|
-
"name": "Key | null"
|
|
145682
|
-
}
|
|
145683
|
-
}
|
|
145684
|
-
}
|
|
145685
|
-
},
|
|
145686
145686
|
{
|
|
145687
145687
|
"tags": {
|
|
145688
145688
|
"flr-generate": "all",
|
|
@@ -231105,14 +231105,6 @@
|
|
|
231105
231105
|
"methods": [],
|
|
231106
231106
|
"props": {}
|
|
231107
231107
|
},
|
|
231108
|
-
{
|
|
231109
|
-
"tags": {},
|
|
231110
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/Table.tsx",
|
|
231111
|
-
"description": "",
|
|
231112
|
-
"displayName": "Table",
|
|
231113
|
-
"methods": [],
|
|
231114
|
-
"props": {}
|
|
231115
|
-
},
|
|
231116
231108
|
{
|
|
231117
231109
|
"tags": {},
|
|
231118
231110
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
|
|
@@ -231202,6 +231194,50 @@
|
|
|
231202
231194
|
"methods": [],
|
|
231203
231195
|
"props": {}
|
|
231204
231196
|
},
|
|
231197
|
+
{
|
|
231198
|
+
"tags": {},
|
|
231199
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/Header.tsx",
|
|
231200
|
+
"description": "",
|
|
231201
|
+
"displayName": "Header",
|
|
231202
|
+
"methods": [],
|
|
231203
|
+
"props": {
|
|
231204
|
+
"className": {
|
|
231205
|
+
"defaultValue": null,
|
|
231206
|
+
"description": "The elements class name.",
|
|
231207
|
+
"name": "className",
|
|
231208
|
+
"parent": {
|
|
231209
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
231210
|
+
"name": "PropsWithClassName"
|
|
231211
|
+
},
|
|
231212
|
+
"declarations": [
|
|
231213
|
+
{
|
|
231214
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
231215
|
+
"name": "PropsWithClassName"
|
|
231216
|
+
}
|
|
231217
|
+
],
|
|
231218
|
+
"required": false,
|
|
231219
|
+
"type": {
|
|
231220
|
+
"name": "string"
|
|
231221
|
+
}
|
|
231222
|
+
}
|
|
231223
|
+
}
|
|
231224
|
+
},
|
|
231225
|
+
{
|
|
231226
|
+
"tags": {},
|
|
231227
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
|
|
231228
|
+
"description": "",
|
|
231229
|
+
"displayName": "Footer",
|
|
231230
|
+
"methods": [],
|
|
231231
|
+
"props": {}
|
|
231232
|
+
},
|
|
231233
|
+
{
|
|
231234
|
+
"tags": {},
|
|
231235
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/Table.tsx",
|
|
231236
|
+
"description": "",
|
|
231237
|
+
"displayName": "Table",
|
|
231238
|
+
"methods": [],
|
|
231239
|
+
"props": {}
|
|
231240
|
+
},
|
|
231205
231241
|
{
|
|
231206
231242
|
"tags": {
|
|
231207
231243
|
"flr-generate": "all"
|
|
@@ -231325,42 +231361,6 @@
|
|
|
231325
231361
|
}
|
|
231326
231362
|
}
|
|
231327
231363
|
},
|
|
231328
|
-
{
|
|
231329
|
-
"tags": {},
|
|
231330
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Header/Header.tsx",
|
|
231331
|
-
"description": "",
|
|
231332
|
-
"displayName": "Header",
|
|
231333
|
-
"methods": [],
|
|
231334
|
-
"props": {
|
|
231335
|
-
"className": {
|
|
231336
|
-
"defaultValue": null,
|
|
231337
|
-
"description": "The elements class name.",
|
|
231338
|
-
"name": "className",
|
|
231339
|
-
"parent": {
|
|
231340
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
231341
|
-
"name": "PropsWithClassName"
|
|
231342
|
-
},
|
|
231343
|
-
"declarations": [
|
|
231344
|
-
{
|
|
231345
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
231346
|
-
"name": "PropsWithClassName"
|
|
231347
|
-
}
|
|
231348
|
-
],
|
|
231349
|
-
"required": false,
|
|
231350
|
-
"type": {
|
|
231351
|
-
"name": "string"
|
|
231352
|
-
}
|
|
231353
|
-
}
|
|
231354
|
-
}
|
|
231355
|
-
},
|
|
231356
|
-
{
|
|
231357
|
-
"tags": {},
|
|
231358
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Footer/Footer.tsx",
|
|
231359
|
-
"description": "",
|
|
231360
|
-
"displayName": "Footer",
|
|
231361
|
-
"methods": [],
|
|
231362
|
-
"props": {}
|
|
231363
|
-
},
|
|
231364
231364
|
{
|
|
231365
231365
|
"tags": {},
|
|
231366
231366
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/Link/components/LinkIcon/LinkIcon.tsx",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-react-components",
|
|
3
|
-
"version": "0.2.0-alpha.
|
|
3
|
+
"version": "0.2.0-alpha.312",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"@chakra-ui/live-region": "^2.1.0",
|
|
59
59
|
"@internationalized/string-compiler": "^3.2.6",
|
|
60
60
|
"@mittwald/password-tools-js": "^2.1.4",
|
|
61
|
-
"@mittwald/react-tunnel": "0.2.0-alpha.
|
|
61
|
+
"@mittwald/react-tunnel": "0.2.0-alpha.312",
|
|
62
62
|
"@mittwald/react-use-promise": "^3.0.4",
|
|
63
63
|
"@react-aria/form": "^3.0.16",
|
|
64
64
|
"@react-aria/utils": "^3.29.0",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"@faker-js/faker": "^9.8.0",
|
|
100
100
|
"@internationalized/date": "^3.8.1",
|
|
101
101
|
"@mittwald/flow-core": "",
|
|
102
|
-
"@mittwald/flow-design-tokens": "0.2.0-alpha.
|
|
102
|
+
"@mittwald/flow-design-tokens": "0.2.0-alpha.312",
|
|
103
103
|
"@mittwald/react-use-promise": "^3.0.4",
|
|
104
104
|
"@mittwald/remote-dom-react": "1.2.2-mittwald.3",
|
|
105
105
|
"@mittwald/typescript-config": "",
|
|
@@ -181,5 +181,5 @@
|
|
|
181
181
|
"optional": true
|
|
182
182
|
}
|
|
183
183
|
},
|
|
184
|
-
"gitHead": "
|
|
184
|
+
"gitHead": "252cad6ec6924dfef3b0f9e7467f1b95712d3bdb"
|
|
185
185
|
}
|