@mittwald/flow-react-components 0.2.0-alpha.312 → 0.2.0-alpha.314
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 +8 -0
- package/dist/assets/doc-properties.json +208 -208
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.314](https://github.com/mittwald/flow/compare/0.2.0-alpha.313...0.2.0-alpha.314) (2025-07-01)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
9
|
+
|
|
10
|
+
# [0.2.0-alpha.313](https://github.com/mittwald/flow/compare/0.2.0-alpha.312...0.2.0-alpha.313) (2025-07-01)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
13
|
+
|
|
6
14
|
# [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
15
|
|
|
8
16
|
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
@@ -145222,89 +145222,6 @@
|
|
|
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
|
-
},
|
|
145308
145225
|
{
|
|
145309
145226
|
"tags": {
|
|
145310
145227
|
"flr-generate": "all"
|
|
@@ -145683,6 +145600,89 @@
|
|
|
145683
145600
|
}
|
|
145684
145601
|
}
|
|
145685
145602
|
},
|
|
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,131 +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/ListItemView/ListItemView.tsx",
|
|
231111
|
-
"description": "",
|
|
231112
|
-
"displayName": "ListItemView",
|
|
231113
|
-
"methods": [],
|
|
231114
|
-
"props": {
|
|
231115
|
-
"children": {
|
|
231116
|
-
"defaultValue": null,
|
|
231117
|
-
"description": "",
|
|
231118
|
-
"name": "children",
|
|
231119
|
-
"declarations": [
|
|
231120
|
-
{
|
|
231121
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
231122
|
-
"name": "TypeLiteral"
|
|
231123
|
-
}
|
|
231124
|
-
],
|
|
231125
|
-
"required": false,
|
|
231126
|
-
"type": {
|
|
231127
|
-
"name": "ReactNode"
|
|
231128
|
-
}
|
|
231129
|
-
},
|
|
231130
|
-
"s": {
|
|
231131
|
-
"defaultValue": null,
|
|
231132
|
-
"description": "Column layout for container size s.",
|
|
231133
|
-
"name": "s",
|
|
231134
|
-
"parent": {
|
|
231135
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
231136
|
-
"name": "ColumnLayoutProps"
|
|
231137
|
-
},
|
|
231138
|
-
"declarations": [
|
|
231139
|
-
{
|
|
231140
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
231141
|
-
"name": "ColumnLayoutProps"
|
|
231142
|
-
}
|
|
231143
|
-
],
|
|
231144
|
-
"required": false,
|
|
231145
|
-
"type": {
|
|
231146
|
-
"name": "(number | null)[]"
|
|
231147
|
-
}
|
|
231148
|
-
},
|
|
231149
|
-
"m": {
|
|
231150
|
-
"defaultValue": null,
|
|
231151
|
-
"description": "Column layout for container size m.",
|
|
231152
|
-
"name": "m",
|
|
231153
|
-
"parent": {
|
|
231154
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
231155
|
-
"name": "ColumnLayoutProps"
|
|
231156
|
-
},
|
|
231157
|
-
"declarations": [
|
|
231158
|
-
{
|
|
231159
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
231160
|
-
"name": "ColumnLayoutProps"
|
|
231161
|
-
}
|
|
231162
|
-
],
|
|
231163
|
-
"required": false,
|
|
231164
|
-
"type": {
|
|
231165
|
-
"name": "(number | null)[]"
|
|
231166
|
-
}
|
|
231167
|
-
},
|
|
231168
|
-
"l": {
|
|
231169
|
-
"defaultValue": null,
|
|
231170
|
-
"description": "Column layout for container size l.",
|
|
231171
|
-
"name": "l",
|
|
231172
|
-
"parent": {
|
|
231173
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
231174
|
-
"name": "ColumnLayoutProps"
|
|
231175
|
-
},
|
|
231176
|
-
"declarations": [
|
|
231177
|
-
{
|
|
231178
|
-
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
231179
|
-
"name": "ColumnLayoutProps"
|
|
231180
|
-
}
|
|
231181
|
-
],
|
|
231182
|
-
"required": false,
|
|
231183
|
-
"type": {
|
|
231184
|
-
"name": "(number | null)[]"
|
|
231185
|
-
}
|
|
231186
|
-
}
|
|
231187
|
-
}
|
|
231188
|
-
},
|
|
231189
|
-
{
|
|
231190
|
-
"tags": {},
|
|
231191
|
-
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
|
|
231192
|
-
"description": "",
|
|
231193
|
-
"displayName": "Items",
|
|
231194
|
-
"methods": [],
|
|
231195
|
-
"props": {}
|
|
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
231108
|
{
|
|
231234
231109
|
"tags": {},
|
|
231235
231110
|
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Table/Table.tsx",
|
|
@@ -231361,6 +231236,131 @@
|
|
|
231361
231236
|
}
|
|
231362
231237
|
}
|
|
231363
231238
|
},
|
|
231239
|
+
{
|
|
231240
|
+
"tags": {},
|
|
231241
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/ListItemView/ListItemView.tsx",
|
|
231242
|
+
"description": "",
|
|
231243
|
+
"displayName": "ListItemView",
|
|
231244
|
+
"methods": [],
|
|
231245
|
+
"props": {
|
|
231246
|
+
"children": {
|
|
231247
|
+
"defaultValue": null,
|
|
231248
|
+
"description": "",
|
|
231249
|
+
"name": "children",
|
|
231250
|
+
"declarations": [
|
|
231251
|
+
{
|
|
231252
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.1.6/node_modules/@types/react/index.d.ts",
|
|
231253
|
+
"name": "TypeLiteral"
|
|
231254
|
+
}
|
|
231255
|
+
],
|
|
231256
|
+
"required": false,
|
|
231257
|
+
"type": {
|
|
231258
|
+
"name": "ReactNode"
|
|
231259
|
+
}
|
|
231260
|
+
},
|
|
231261
|
+
"s": {
|
|
231262
|
+
"defaultValue": null,
|
|
231263
|
+
"description": "Column layout for container size s.",
|
|
231264
|
+
"name": "s",
|
|
231265
|
+
"parent": {
|
|
231266
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
231267
|
+
"name": "ColumnLayoutProps"
|
|
231268
|
+
},
|
|
231269
|
+
"declarations": [
|
|
231270
|
+
{
|
|
231271
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
231272
|
+
"name": "ColumnLayoutProps"
|
|
231273
|
+
}
|
|
231274
|
+
],
|
|
231275
|
+
"required": false,
|
|
231276
|
+
"type": {
|
|
231277
|
+
"name": "(number | null)[]"
|
|
231278
|
+
}
|
|
231279
|
+
},
|
|
231280
|
+
"m": {
|
|
231281
|
+
"defaultValue": null,
|
|
231282
|
+
"description": "Column layout for container size m.",
|
|
231283
|
+
"name": "m",
|
|
231284
|
+
"parent": {
|
|
231285
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
231286
|
+
"name": "ColumnLayoutProps"
|
|
231287
|
+
},
|
|
231288
|
+
"declarations": [
|
|
231289
|
+
{
|
|
231290
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
231291
|
+
"name": "ColumnLayoutProps"
|
|
231292
|
+
}
|
|
231293
|
+
],
|
|
231294
|
+
"required": false,
|
|
231295
|
+
"type": {
|
|
231296
|
+
"name": "(number | null)[]"
|
|
231297
|
+
}
|
|
231298
|
+
},
|
|
231299
|
+
"l": {
|
|
231300
|
+
"defaultValue": null,
|
|
231301
|
+
"description": "Column layout for container size l.",
|
|
231302
|
+
"name": "l",
|
|
231303
|
+
"parent": {
|
|
231304
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
231305
|
+
"name": "ColumnLayoutProps"
|
|
231306
|
+
},
|
|
231307
|
+
"declarations": [
|
|
231308
|
+
{
|
|
231309
|
+
"fileName": "components/src/components/ColumnLayout/ColumnLayout.tsx",
|
|
231310
|
+
"name": "ColumnLayoutProps"
|
|
231311
|
+
}
|
|
231312
|
+
],
|
|
231313
|
+
"required": false,
|
|
231314
|
+
"type": {
|
|
231315
|
+
"name": "(number | null)[]"
|
|
231316
|
+
}
|
|
231317
|
+
}
|
|
231318
|
+
}
|
|
231319
|
+
},
|
|
231320
|
+
{
|
|
231321
|
+
"tags": {},
|
|
231322
|
+
"filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/Items.tsx",
|
|
231323
|
+
"description": "",
|
|
231324
|
+
"displayName": "Items",
|
|
231325
|
+
"methods": [],
|
|
231326
|
+
"props": {}
|
|
231327
|
+
},
|
|
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.314",
|
|
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.314",
|
|
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.314",
|
|
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": "4130291067faf3ebfec8dedd06c5cae1a71d0ecc"
|
|
185
185
|
}
|