@mittwald/flow-react-components 0.2.0-alpha.170 → 0.2.0-alpha.172
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 +10 -0
- package/dist/assets/doc-properties.json +334 -265
- package/dist/js/components/src/components/TunnelEntry/TunnelEntry.mjs +9 -0
- package/dist/js/components/src/components/TunnelEntry/TunnelEntry.mjs.map +1 -0
- package/dist/js/index.mjs +1 -0
- package/dist/js/index.mjs.map +1 -1
- package/dist/types/components/TunnelEntry/TunnelEntry.d.ts +10 -0
- package/dist/types/components/TunnelEntry/TunnelEntry.d.ts.map +1 -0
- package/dist/types/components/TunnelEntry/index.d.ts +4 -0
- package/dist/types/components/TunnelEntry/index.d.ts.map +1 -0
- package/dist/types/components/TunnelEntry/view.d.ts +8 -0
- package/dist/types/components/TunnelEntry/view.d.ts.map +1 -0
- package/dist/types/components/public.d.ts +1 -0
- package/dist/types/components/public.d.ts.map +1 -1
- package/dist/types/views/TunnelEntryView.d.ts +5 -0
- package/dist/types/views/TunnelEntryView.d.ts.map +1 -0
- package/package.json +4 -4
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.172](https://github.com/mittwald/flow/compare/0.2.0-alpha.171...0.2.0-alpha.172) (2025-05-07)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **Remote:** add RemoteTunnelEntry ([ce63c57](https://github.com/mittwald/flow/commit/ce63c57f5194b4d7acae34aa993d209bebe7cfcf))
|
|
11
|
+
|
|
12
|
+
# [0.2.0-alpha.171](https://github.com/mittwald/flow/compare/0.2.0-alpha.170...0.2.0-alpha.171) (2025-05-07)
|
|
13
|
+
|
|
14
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
15
|
+
|
|
6
16
|
# [0.2.0-alpha.170](https://github.com/mittwald/flow/compare/0.2.0-alpha.169...0.2.0-alpha.170) (2025-05-06)
|
|
7
17
|
|
|
8
18
|
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
@@ -491,6 +491,75 @@
|
|
|
491
491
|
}
|
|
492
492
|
}
|
|
493
493
|
},
|
|
494
|
+
{
|
|
495
|
+
"tags": {
|
|
496
|
+
"flr-generate": "all",
|
|
497
|
+
"flr-clear-props-context": ""
|
|
498
|
+
},
|
|
499
|
+
"filePath": "src/components/TunnelEntry/TunnelEntry.tsx",
|
|
500
|
+
"description": "",
|
|
501
|
+
"displayName": "TunnelEntry",
|
|
502
|
+
"methods": [],
|
|
503
|
+
"props": {
|
|
504
|
+
"id": {
|
|
505
|
+
"defaultValue": null,
|
|
506
|
+
"description": "",
|
|
507
|
+
"name": "id",
|
|
508
|
+
"parent": {
|
|
509
|
+
"fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
|
|
510
|
+
"name": "Props"
|
|
511
|
+
},
|
|
512
|
+
"declarations": [
|
|
513
|
+
{
|
|
514
|
+
"fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
|
|
515
|
+
"name": "Props"
|
|
516
|
+
}
|
|
517
|
+
],
|
|
518
|
+
"required": false,
|
|
519
|
+
"type": {
|
|
520
|
+
"name": "string"
|
|
521
|
+
}
|
|
522
|
+
},
|
|
523
|
+
"children": {
|
|
524
|
+
"defaultValue": null,
|
|
525
|
+
"description": "",
|
|
526
|
+
"name": "children",
|
|
527
|
+
"parent": {
|
|
528
|
+
"fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
|
|
529
|
+
"name": "Props"
|
|
530
|
+
},
|
|
531
|
+
"declarations": [
|
|
532
|
+
{
|
|
533
|
+
"fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
|
|
534
|
+
"name": "Props"
|
|
535
|
+
}
|
|
536
|
+
],
|
|
537
|
+
"required": false,
|
|
538
|
+
"type": {
|
|
539
|
+
"name": "TunnelChildren"
|
|
540
|
+
}
|
|
541
|
+
},
|
|
542
|
+
"staticEntryId": {
|
|
543
|
+
"defaultValue": null,
|
|
544
|
+
"description": "Static entry ID instead of generated ID by `useId`",
|
|
545
|
+
"name": "staticEntryId",
|
|
546
|
+
"parent": {
|
|
547
|
+
"fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
|
|
548
|
+
"name": "Props"
|
|
549
|
+
},
|
|
550
|
+
"declarations": [
|
|
551
|
+
{
|
|
552
|
+
"fileName": "packages/react-tunnel/dist/types/components/TunnelEntry.d.ts",
|
|
553
|
+
"name": "Props"
|
|
554
|
+
}
|
|
555
|
+
],
|
|
556
|
+
"required": false,
|
|
557
|
+
"type": {
|
|
558
|
+
"name": "string"
|
|
559
|
+
}
|
|
560
|
+
}
|
|
561
|
+
}
|
|
562
|
+
},
|
|
494
563
|
{
|
|
495
564
|
"tags": {
|
|
496
565
|
"flr-generate": "all"
|
|
@@ -120640,106 +120709,6 @@
|
|
|
120640
120709
|
}
|
|
120641
120710
|
}
|
|
120642
120711
|
},
|
|
120643
|
-
{
|
|
120644
|
-
"tags": {},
|
|
120645
|
-
"filePath": "src/components/FileDropZone/FileDropZone.tsx",
|
|
120646
|
-
"description": "",
|
|
120647
|
-
"displayName": "FileDropZone",
|
|
120648
|
-
"methods": [],
|
|
120649
|
-
"props": {
|
|
120650
|
-
"onChange": {
|
|
120651
|
-
"defaultValue": null,
|
|
120652
|
-
"description": "",
|
|
120653
|
-
"name": "onChange",
|
|
120654
|
-
"parent": {
|
|
120655
|
-
"fileName": "src/components/FileDropZone/FileDropZone.tsx",
|
|
120656
|
-
"name": "FileDropZoneProps"
|
|
120657
|
-
},
|
|
120658
|
-
"declarations": [
|
|
120659
|
-
{
|
|
120660
|
-
"fileName": "src/components/FileDropZone/FileDropZone.tsx",
|
|
120661
|
-
"name": "FileDropZoneProps"
|
|
120662
|
-
}
|
|
120663
|
-
],
|
|
120664
|
-
"required": false,
|
|
120665
|
-
"type": {
|
|
120666
|
-
"name": "FileInputOnChangeHandler"
|
|
120667
|
-
}
|
|
120668
|
-
},
|
|
120669
|
-
"className": {
|
|
120670
|
-
"defaultValue": null,
|
|
120671
|
-
"description": "The elements class name.",
|
|
120672
|
-
"name": "className",
|
|
120673
|
-
"parent": {
|
|
120674
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
120675
|
-
"name": "PropsWithClassName"
|
|
120676
|
-
},
|
|
120677
|
-
"declarations": [
|
|
120678
|
-
{
|
|
120679
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
120680
|
-
"name": "PropsWithClassName"
|
|
120681
|
-
}
|
|
120682
|
-
],
|
|
120683
|
-
"required": false,
|
|
120684
|
-
"type": {
|
|
120685
|
-
"name": "string"
|
|
120686
|
-
}
|
|
120687
|
-
},
|
|
120688
|
-
"children": {
|
|
120689
|
-
"defaultValue": null,
|
|
120690
|
-
"description": "",
|
|
120691
|
-
"name": "children",
|
|
120692
|
-
"declarations": [
|
|
120693
|
-
{
|
|
120694
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
120695
|
-
"name": "TypeLiteral"
|
|
120696
|
-
}
|
|
120697
|
-
],
|
|
120698
|
-
"required": false,
|
|
120699
|
-
"type": {
|
|
120700
|
-
"name": "ReactNode"
|
|
120701
|
-
}
|
|
120702
|
-
},
|
|
120703
|
-
"accept": {
|
|
120704
|
-
"defaultValue": null,
|
|
120705
|
-
"description": "",
|
|
120706
|
-
"name": "accept",
|
|
120707
|
-
"parent": {
|
|
120708
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
120709
|
-
"name": "InputHTMLAttributes"
|
|
120710
|
-
},
|
|
120711
|
-
"declarations": [
|
|
120712
|
-
{
|
|
120713
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
120714
|
-
"name": "InputHTMLAttributes"
|
|
120715
|
-
}
|
|
120716
|
-
],
|
|
120717
|
-
"required": false,
|
|
120718
|
-
"type": {
|
|
120719
|
-
"name": "string"
|
|
120720
|
-
}
|
|
120721
|
-
},
|
|
120722
|
-
"multiple": {
|
|
120723
|
-
"defaultValue": null,
|
|
120724
|
-
"description": "",
|
|
120725
|
-
"name": "multiple",
|
|
120726
|
-
"parent": {
|
|
120727
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
120728
|
-
"name": "InputHTMLAttributes"
|
|
120729
|
-
},
|
|
120730
|
-
"declarations": [
|
|
120731
|
-
{
|
|
120732
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
120733
|
-
"name": "InputHTMLAttributes"
|
|
120734
|
-
}
|
|
120735
|
-
],
|
|
120736
|
-
"required": false,
|
|
120737
|
-
"type": {
|
|
120738
|
-
"name": "boolean"
|
|
120739
|
-
}
|
|
120740
|
-
}
|
|
120741
|
-
}
|
|
120742
|
-
},
|
|
120743
120712
|
{
|
|
120744
120713
|
"tags": {
|
|
120745
120714
|
"flr-generate": "all",
|
|
@@ -120997,6 +120966,106 @@
|
|
|
120997
120966
|
}
|
|
120998
120967
|
}
|
|
120999
120968
|
},
|
|
120969
|
+
{
|
|
120970
|
+
"tags": {},
|
|
120971
|
+
"filePath": "src/components/FileDropZone/FileDropZone.tsx",
|
|
120972
|
+
"description": "",
|
|
120973
|
+
"displayName": "FileDropZone",
|
|
120974
|
+
"methods": [],
|
|
120975
|
+
"props": {
|
|
120976
|
+
"onChange": {
|
|
120977
|
+
"defaultValue": null,
|
|
120978
|
+
"description": "",
|
|
120979
|
+
"name": "onChange",
|
|
120980
|
+
"parent": {
|
|
120981
|
+
"fileName": "src/components/FileDropZone/FileDropZone.tsx",
|
|
120982
|
+
"name": "FileDropZoneProps"
|
|
120983
|
+
},
|
|
120984
|
+
"declarations": [
|
|
120985
|
+
{
|
|
120986
|
+
"fileName": "src/components/FileDropZone/FileDropZone.tsx",
|
|
120987
|
+
"name": "FileDropZoneProps"
|
|
120988
|
+
}
|
|
120989
|
+
],
|
|
120990
|
+
"required": false,
|
|
120991
|
+
"type": {
|
|
120992
|
+
"name": "FileInputOnChangeHandler"
|
|
120993
|
+
}
|
|
120994
|
+
},
|
|
120995
|
+
"className": {
|
|
120996
|
+
"defaultValue": null,
|
|
120997
|
+
"description": "The elements class name.",
|
|
120998
|
+
"name": "className",
|
|
120999
|
+
"parent": {
|
|
121000
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
121001
|
+
"name": "PropsWithClassName"
|
|
121002
|
+
},
|
|
121003
|
+
"declarations": [
|
|
121004
|
+
{
|
|
121005
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
121006
|
+
"name": "PropsWithClassName"
|
|
121007
|
+
}
|
|
121008
|
+
],
|
|
121009
|
+
"required": false,
|
|
121010
|
+
"type": {
|
|
121011
|
+
"name": "string"
|
|
121012
|
+
}
|
|
121013
|
+
},
|
|
121014
|
+
"children": {
|
|
121015
|
+
"defaultValue": null,
|
|
121016
|
+
"description": "",
|
|
121017
|
+
"name": "children",
|
|
121018
|
+
"declarations": [
|
|
121019
|
+
{
|
|
121020
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
121021
|
+
"name": "TypeLiteral"
|
|
121022
|
+
}
|
|
121023
|
+
],
|
|
121024
|
+
"required": false,
|
|
121025
|
+
"type": {
|
|
121026
|
+
"name": "ReactNode"
|
|
121027
|
+
}
|
|
121028
|
+
},
|
|
121029
|
+
"accept": {
|
|
121030
|
+
"defaultValue": null,
|
|
121031
|
+
"description": "",
|
|
121032
|
+
"name": "accept",
|
|
121033
|
+
"parent": {
|
|
121034
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
121035
|
+
"name": "InputHTMLAttributes"
|
|
121036
|
+
},
|
|
121037
|
+
"declarations": [
|
|
121038
|
+
{
|
|
121039
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
121040
|
+
"name": "InputHTMLAttributes"
|
|
121041
|
+
}
|
|
121042
|
+
],
|
|
121043
|
+
"required": false,
|
|
121044
|
+
"type": {
|
|
121045
|
+
"name": "string"
|
|
121046
|
+
}
|
|
121047
|
+
},
|
|
121048
|
+
"multiple": {
|
|
121049
|
+
"defaultValue": null,
|
|
121050
|
+
"description": "",
|
|
121051
|
+
"name": "multiple",
|
|
121052
|
+
"parent": {
|
|
121053
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
121054
|
+
"name": "InputHTMLAttributes"
|
|
121055
|
+
},
|
|
121056
|
+
"declarations": [
|
|
121057
|
+
{
|
|
121058
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
121059
|
+
"name": "InputHTMLAttributes"
|
|
121060
|
+
}
|
|
121061
|
+
],
|
|
121062
|
+
"required": false,
|
|
121063
|
+
"type": {
|
|
121064
|
+
"name": "boolean"
|
|
121065
|
+
}
|
|
121066
|
+
}
|
|
121067
|
+
}
|
|
121068
|
+
},
|
|
121000
121069
|
{
|
|
121001
121070
|
"tags": {
|
|
121002
121071
|
"flr-generate": "all",
|
|
@@ -166516,81 +166585,62 @@
|
|
|
166516
166585
|
"tags": {
|
|
166517
166586
|
"flr-generate": "all"
|
|
166518
166587
|
},
|
|
166519
|
-
"filePath": "src/components/
|
|
166588
|
+
"filePath": "src/components/Chat/Chat.tsx",
|
|
166520
166589
|
"description": "",
|
|
166521
|
-
"displayName": "
|
|
166590
|
+
"displayName": "Chat",
|
|
166522
166591
|
"methods": [],
|
|
166523
166592
|
"props": {
|
|
166524
|
-
"
|
|
166593
|
+
"height": {
|
|
166525
166594
|
"defaultValue": null,
|
|
166526
166595
|
"description": "",
|
|
166527
|
-
"name": "
|
|
166596
|
+
"name": "height",
|
|
166528
166597
|
"parent": {
|
|
166529
|
-
"fileName": "
|
|
166530
|
-
"name": "
|
|
166598
|
+
"fileName": "src/components/Chat/Chat.tsx",
|
|
166599
|
+
"name": "ChatProps"
|
|
166531
166600
|
},
|
|
166532
166601
|
"declarations": [
|
|
166533
166602
|
{
|
|
166534
|
-
"fileName": "
|
|
166535
|
-
"name": "
|
|
166603
|
+
"fileName": "src/components/Chat/Chat.tsx",
|
|
166604
|
+
"name": "ChatProps"
|
|
166536
166605
|
}
|
|
166537
166606
|
],
|
|
166538
166607
|
"required": false,
|
|
166539
166608
|
"type": {
|
|
166540
|
-
"name": "string"
|
|
166609
|
+
"name": "Height<string | number>"
|
|
166541
166610
|
}
|
|
166542
166611
|
},
|
|
166543
|
-
"
|
|
166612
|
+
"children": {
|
|
166544
166613
|
"defaultValue": null,
|
|
166545
166614
|
"description": "",
|
|
166546
|
-
"name": "
|
|
166615
|
+
"name": "children",
|
|
166547
166616
|
"declarations": [
|
|
166548
166617
|
{
|
|
166549
|
-
"fileName": "flow/node_modules/.pnpm
|
|
166618
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
166550
166619
|
"name": "TypeLiteral"
|
|
166551
166620
|
}
|
|
166552
166621
|
],
|
|
166553
166622
|
"required": false,
|
|
166554
166623
|
"type": {
|
|
166555
|
-
"name": "
|
|
166556
|
-
}
|
|
166557
|
-
},
|
|
166558
|
-
"formatter": {
|
|
166559
|
-
"defaultValue": null,
|
|
166560
|
-
"description": "A formatter function for the lines in the tooltip. Can be used for purposes\nlike translations.",
|
|
166561
|
-
"name": "formatter",
|
|
166562
|
-
"parent": {
|
|
166563
|
-
"fileName": "src/components/ChartTooltip/ChartTooltip.tsx",
|
|
166564
|
-
"name": "WithTooltipFormatters"
|
|
166565
|
-
},
|
|
166566
|
-
"declarations": [
|
|
166567
|
-
{
|
|
166568
|
-
"fileName": "src/components/ChartTooltip/ChartTooltip.tsx",
|
|
166569
|
-
"name": "WithTooltipFormatters"
|
|
166570
|
-
}
|
|
166571
|
-
],
|
|
166572
|
-
"required": false,
|
|
166573
|
-
"type": {
|
|
166574
|
-
"name": "TooltipLineFormatter"
|
|
166624
|
+
"name": "ReactNode"
|
|
166575
166625
|
}
|
|
166576
166626
|
},
|
|
166577
|
-
"
|
|
166627
|
+
"className": {
|
|
166578
166628
|
"defaultValue": null,
|
|
166579
|
-
"description": "
|
|
166580
|
-
"name": "
|
|
166629
|
+
"description": "The elements class name.",
|
|
166630
|
+
"name": "className",
|
|
166581
166631
|
"parent": {
|
|
166582
|
-
"fileName": "src/
|
|
166583
|
-
"name": "
|
|
166632
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
166633
|
+
"name": "PropsWithClassName"
|
|
166584
166634
|
},
|
|
166585
166635
|
"declarations": [
|
|
166586
166636
|
{
|
|
166587
|
-
"fileName": "src/
|
|
166588
|
-
"name": "
|
|
166637
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
166638
|
+
"name": "PropsWithClassName"
|
|
166589
166639
|
}
|
|
166590
166640
|
],
|
|
166591
166641
|
"required": false,
|
|
166592
166642
|
"type": {
|
|
166593
|
-
"name": "
|
|
166643
|
+
"name": "string"
|
|
166594
166644
|
}
|
|
166595
166645
|
}
|
|
166596
166646
|
}
|
|
@@ -166599,62 +166649,81 @@
|
|
|
166599
166649
|
"tags": {
|
|
166600
166650
|
"flr-generate": "all"
|
|
166601
166651
|
},
|
|
166602
|
-
"filePath": "src/components/
|
|
166652
|
+
"filePath": "src/components/ChartTooltip/ChartTooltip.tsx",
|
|
166603
166653
|
"description": "",
|
|
166604
|
-
"displayName": "
|
|
166654
|
+
"displayName": "ChartTooltip",
|
|
166605
166655
|
"methods": [],
|
|
166606
166656
|
"props": {
|
|
166607
|
-
"
|
|
166657
|
+
"wrapperClassName": {
|
|
166608
166658
|
"defaultValue": null,
|
|
166609
166659
|
"description": "",
|
|
166610
|
-
"name": "
|
|
166660
|
+
"name": "wrapperClassName",
|
|
166611
166661
|
"parent": {
|
|
166612
|
-
"fileName": "
|
|
166613
|
-
"name": "
|
|
166662
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-alpha.9_@types+react@19.0.10_redux@5.0.1/node_modules/recharts/types/component/DefaultTooltipContent.d.ts",
|
|
166663
|
+
"name": "Props"
|
|
166614
166664
|
},
|
|
166615
166665
|
"declarations": [
|
|
166616
166666
|
{
|
|
166617
|
-
"fileName": "
|
|
166618
|
-
"name": "
|
|
166667
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-alpha.9_@types+react@19.0.10_redux@5.0.1/node_modules/recharts/types/component/DefaultTooltipContent.d.ts",
|
|
166668
|
+
"name": "Props"
|
|
166619
166669
|
}
|
|
166620
166670
|
],
|
|
166621
166671
|
"required": false,
|
|
166622
166672
|
"type": {
|
|
166623
|
-
"name": "
|
|
166673
|
+
"name": "string"
|
|
166624
166674
|
}
|
|
166625
166675
|
},
|
|
166626
|
-
"
|
|
166676
|
+
"allowEscapeViewBox": {
|
|
166627
166677
|
"defaultValue": null,
|
|
166628
166678
|
"description": "",
|
|
166629
|
-
"name": "
|
|
166679
|
+
"name": "allowEscapeViewBox",
|
|
166630
166680
|
"declarations": [
|
|
166631
166681
|
{
|
|
166632
|
-
"fileName": "flow/node_modules/.pnpm
|
|
166682
|
+
"fileName": "flow/node_modules/.pnpm/recharts@3.0.0-alpha.9_@types+react@19.0.10_redux@5.0.1/node_modules/recharts/types/component/Tooltip.d.ts",
|
|
166633
166683
|
"name": "TypeLiteral"
|
|
166634
166684
|
}
|
|
166635
166685
|
],
|
|
166636
166686
|
"required": false,
|
|
166637
166687
|
"type": {
|
|
166638
|
-
"name": "
|
|
166688
|
+
"name": "AllowInDimension"
|
|
166639
166689
|
}
|
|
166640
166690
|
},
|
|
166641
|
-
"
|
|
166691
|
+
"formatter": {
|
|
166642
166692
|
"defaultValue": null,
|
|
166643
|
-
"description": "
|
|
166644
|
-
"name": "
|
|
166693
|
+
"description": "A formatter function for the lines in the tooltip. Can be used for purposes\nlike translations.",
|
|
166694
|
+
"name": "formatter",
|
|
166645
166695
|
"parent": {
|
|
166646
|
-
"fileName": "
|
|
166647
|
-
"name": "
|
|
166696
|
+
"fileName": "src/components/ChartTooltip/ChartTooltip.tsx",
|
|
166697
|
+
"name": "WithTooltipFormatters"
|
|
166648
166698
|
},
|
|
166649
166699
|
"declarations": [
|
|
166650
166700
|
{
|
|
166651
|
-
"fileName": "
|
|
166652
|
-
"name": "
|
|
166701
|
+
"fileName": "src/components/ChartTooltip/ChartTooltip.tsx",
|
|
166702
|
+
"name": "WithTooltipFormatters"
|
|
166653
166703
|
}
|
|
166654
166704
|
],
|
|
166655
166705
|
"required": false,
|
|
166656
166706
|
"type": {
|
|
166657
|
-
"name": "
|
|
166707
|
+
"name": "TooltipLineFormatter"
|
|
166708
|
+
}
|
|
166709
|
+
},
|
|
166710
|
+
"headingFormatter": {
|
|
166711
|
+
"defaultValue": null,
|
|
166712
|
+
"description": "A formatter function for the heading of the tooltip. Can be used for\npurposes like translations.",
|
|
166713
|
+
"name": "headingFormatter",
|
|
166714
|
+
"parent": {
|
|
166715
|
+
"fileName": "src/components/ChartTooltip/ChartTooltip.tsx",
|
|
166716
|
+
"name": "WithTooltipFormatters"
|
|
166717
|
+
},
|
|
166718
|
+
"declarations": [
|
|
166719
|
+
{
|
|
166720
|
+
"fileName": "src/components/ChartTooltip/ChartTooltip.tsx",
|
|
166721
|
+
"name": "WithTooltipFormatters"
|
|
166722
|
+
}
|
|
166723
|
+
],
|
|
166724
|
+
"required": false,
|
|
166725
|
+
"type": {
|
|
166726
|
+
"name": "TooltipHeadingFormatter"
|
|
166658
166727
|
}
|
|
166659
166728
|
}
|
|
166660
166729
|
}
|
|
@@ -168406,6 +168475,110 @@
|
|
|
168406
168475
|
}
|
|
168407
168476
|
}
|
|
168408
168477
|
},
|
|
168478
|
+
{
|
|
168479
|
+
"tags": {
|
|
168480
|
+
"flr-generate": "all"
|
|
168481
|
+
},
|
|
168482
|
+
"filePath": "src/components/AvatarStack/AvatarStack.tsx",
|
|
168483
|
+
"description": "",
|
|
168484
|
+
"displayName": "AvatarStack",
|
|
168485
|
+
"methods": [],
|
|
168486
|
+
"props": {
|
|
168487
|
+
"totalCount": {
|
|
168488
|
+
"defaultValue": null,
|
|
168489
|
+
"description": "The total count of items, as avatars should only be displayed for the first\nview",
|
|
168490
|
+
"name": "totalCount",
|
|
168491
|
+
"parent": {
|
|
168492
|
+
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
168493
|
+
"name": "AvatarStackProps"
|
|
168494
|
+
},
|
|
168495
|
+
"declarations": [
|
|
168496
|
+
{
|
|
168497
|
+
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
168498
|
+
"name": "AvatarStackProps"
|
|
168499
|
+
}
|
|
168500
|
+
],
|
|
168501
|
+
"required": false,
|
|
168502
|
+
"type": {
|
|
168503
|
+
"name": "number"
|
|
168504
|
+
}
|
|
168505
|
+
},
|
|
168506
|
+
"onCountPress": {
|
|
168507
|
+
"defaultValue": null,
|
|
168508
|
+
"description": "The onPress action of the additional items count element",
|
|
168509
|
+
"name": "onCountPress",
|
|
168510
|
+
"parent": {
|
|
168511
|
+
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
168512
|
+
"name": "AvatarStackProps"
|
|
168513
|
+
},
|
|
168514
|
+
"declarations": [
|
|
168515
|
+
{
|
|
168516
|
+
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
168517
|
+
"name": "AvatarStackProps"
|
|
168518
|
+
}
|
|
168519
|
+
],
|
|
168520
|
+
"required": false,
|
|
168521
|
+
"type": {
|
|
168522
|
+
"name": "(() => void)"
|
|
168523
|
+
}
|
|
168524
|
+
},
|
|
168525
|
+
"size": {
|
|
168526
|
+
"defaultValue": {
|
|
168527
|
+
"value": "\"m\""
|
|
168528
|
+
},
|
|
168529
|
+
"description": "The size of the avatars inside the stack.",
|
|
168530
|
+
"name": "size",
|
|
168531
|
+
"parent": {
|
|
168532
|
+
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
168533
|
+
"name": "AvatarStackProps"
|
|
168534
|
+
},
|
|
168535
|
+
"declarations": [
|
|
168536
|
+
{
|
|
168537
|
+
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
168538
|
+
"name": "AvatarStackProps"
|
|
168539
|
+
}
|
|
168540
|
+
],
|
|
168541
|
+
"required": false,
|
|
168542
|
+
"type": {
|
|
168543
|
+
"name": "\"s\" | \"xs\" | \"m\" | \"l\""
|
|
168544
|
+
}
|
|
168545
|
+
},
|
|
168546
|
+
"className": {
|
|
168547
|
+
"defaultValue": null,
|
|
168548
|
+
"description": "The elements class name.",
|
|
168549
|
+
"name": "className",
|
|
168550
|
+
"parent": {
|
|
168551
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
168552
|
+
"name": "PropsWithClassName"
|
|
168553
|
+
},
|
|
168554
|
+
"declarations": [
|
|
168555
|
+
{
|
|
168556
|
+
"fileName": "components/src/lib/types/props.ts",
|
|
168557
|
+
"name": "PropsWithClassName"
|
|
168558
|
+
}
|
|
168559
|
+
],
|
|
168560
|
+
"required": false,
|
|
168561
|
+
"type": {
|
|
168562
|
+
"name": "string"
|
|
168563
|
+
}
|
|
168564
|
+
},
|
|
168565
|
+
"children": {
|
|
168566
|
+
"defaultValue": null,
|
|
168567
|
+
"description": "",
|
|
168568
|
+
"name": "children",
|
|
168569
|
+
"declarations": [
|
|
168570
|
+
{
|
|
168571
|
+
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
168572
|
+
"name": "TypeLiteral"
|
|
168573
|
+
}
|
|
168574
|
+
],
|
|
168575
|
+
"required": false,
|
|
168576
|
+
"type": {
|
|
168577
|
+
"name": "ReactNode"
|
|
168578
|
+
}
|
|
168579
|
+
}
|
|
168580
|
+
}
|
|
168581
|
+
},
|
|
168409
168582
|
{
|
|
168410
168583
|
"tags": {
|
|
168411
168584
|
"flr-generate": "all",
|
|
@@ -168587,110 +168760,6 @@
|
|
|
168587
168760
|
}
|
|
168588
168761
|
}
|
|
168589
168762
|
},
|
|
168590
|
-
{
|
|
168591
|
-
"tags": {
|
|
168592
|
-
"flr-generate": "all"
|
|
168593
|
-
},
|
|
168594
|
-
"filePath": "src/components/AvatarStack/AvatarStack.tsx",
|
|
168595
|
-
"description": "",
|
|
168596
|
-
"displayName": "AvatarStack",
|
|
168597
|
-
"methods": [],
|
|
168598
|
-
"props": {
|
|
168599
|
-
"totalCount": {
|
|
168600
|
-
"defaultValue": null,
|
|
168601
|
-
"description": "The total count of items, as avatars should only be displayed for the first\nview",
|
|
168602
|
-
"name": "totalCount",
|
|
168603
|
-
"parent": {
|
|
168604
|
-
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
168605
|
-
"name": "AvatarStackProps"
|
|
168606
|
-
},
|
|
168607
|
-
"declarations": [
|
|
168608
|
-
{
|
|
168609
|
-
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
168610
|
-
"name": "AvatarStackProps"
|
|
168611
|
-
}
|
|
168612
|
-
],
|
|
168613
|
-
"required": false,
|
|
168614
|
-
"type": {
|
|
168615
|
-
"name": "number"
|
|
168616
|
-
}
|
|
168617
|
-
},
|
|
168618
|
-
"onCountPress": {
|
|
168619
|
-
"defaultValue": null,
|
|
168620
|
-
"description": "The onPress action of the additional items count element",
|
|
168621
|
-
"name": "onCountPress",
|
|
168622
|
-
"parent": {
|
|
168623
|
-
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
168624
|
-
"name": "AvatarStackProps"
|
|
168625
|
-
},
|
|
168626
|
-
"declarations": [
|
|
168627
|
-
{
|
|
168628
|
-
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
168629
|
-
"name": "AvatarStackProps"
|
|
168630
|
-
}
|
|
168631
|
-
],
|
|
168632
|
-
"required": false,
|
|
168633
|
-
"type": {
|
|
168634
|
-
"name": "(() => void)"
|
|
168635
|
-
}
|
|
168636
|
-
},
|
|
168637
|
-
"size": {
|
|
168638
|
-
"defaultValue": {
|
|
168639
|
-
"value": "\"m\""
|
|
168640
|
-
},
|
|
168641
|
-
"description": "The size of the avatars inside the stack.",
|
|
168642
|
-
"name": "size",
|
|
168643
|
-
"parent": {
|
|
168644
|
-
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
168645
|
-
"name": "AvatarStackProps"
|
|
168646
|
-
},
|
|
168647
|
-
"declarations": [
|
|
168648
|
-
{
|
|
168649
|
-
"fileName": "src/components/AvatarStack/AvatarStack.tsx",
|
|
168650
|
-
"name": "AvatarStackProps"
|
|
168651
|
-
}
|
|
168652
|
-
],
|
|
168653
|
-
"required": false,
|
|
168654
|
-
"type": {
|
|
168655
|
-
"name": "\"s\" | \"xs\" | \"m\" | \"l\""
|
|
168656
|
-
}
|
|
168657
|
-
},
|
|
168658
|
-
"className": {
|
|
168659
|
-
"defaultValue": null,
|
|
168660
|
-
"description": "The elements class name.",
|
|
168661
|
-
"name": "className",
|
|
168662
|
-
"parent": {
|
|
168663
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
168664
|
-
"name": "PropsWithClassName"
|
|
168665
|
-
},
|
|
168666
|
-
"declarations": [
|
|
168667
|
-
{
|
|
168668
|
-
"fileName": "components/src/lib/types/props.ts",
|
|
168669
|
-
"name": "PropsWithClassName"
|
|
168670
|
-
}
|
|
168671
|
-
],
|
|
168672
|
-
"required": false,
|
|
168673
|
-
"type": {
|
|
168674
|
-
"name": "string"
|
|
168675
|
-
}
|
|
168676
|
-
},
|
|
168677
|
-
"children": {
|
|
168678
|
-
"defaultValue": null,
|
|
168679
|
-
"description": "",
|
|
168680
|
-
"name": "children",
|
|
168681
|
-
"declarations": [
|
|
168682
|
-
{
|
|
168683
|
-
"fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
|
|
168684
|
-
"name": "TypeLiteral"
|
|
168685
|
-
}
|
|
168686
|
-
],
|
|
168687
|
-
"required": false,
|
|
168688
|
-
"type": {
|
|
168689
|
-
"name": "ReactNode"
|
|
168690
|
-
}
|
|
168691
|
-
}
|
|
168692
|
-
}
|
|
168693
|
-
},
|
|
168694
168763
|
{
|
|
168695
168764
|
"tags": {
|
|
168696
168765
|
"flr-generate": "all"
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
/* */
|
|
3
|
+
import { jsx } from 'react/jsx-runtime';
|
|
4
|
+
import { TunnelEntry as TunnelEntry$1 } from '@mittwald/react-tunnel';
|
|
5
|
+
|
|
6
|
+
const TunnelEntry = (props) => /* @__PURE__ */ jsx(TunnelEntry$1, { ...props });
|
|
7
|
+
|
|
8
|
+
export { TunnelEntry, TunnelEntry as default };
|
|
9
|
+
//# sourceMappingURL=TunnelEntry.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TunnelEntry.mjs","sources":["../../../../../../src/components/TunnelEntry/TunnelEntry.tsx"],"sourcesContent":["import type { ComponentProps, FC } from \"react\";\nimport { TunnelEntry as ReactTunnelEntry } from \"@mittwald/react-tunnel\";\n\nexport type TunnelEntryProps = ComponentProps<typeof ReactTunnelEntry>;\n\n/**\n * @flr-generate all\n * @flr-clear-props-context\n */\nexport const TunnelEntry: FC<TunnelEntryProps> = (props) => (\n <ReactTunnelEntry {...props} />\n);\n\nexport default TunnelEntry;\n"],"names":["ReactTunnelEntry"],"mappings":";;;AASO,MAAM,cAAoC,CAAC,KAAA,qBAC/C,GAAA,CAAAA,aAAA,EAAA,EAAkB,GAAG,KAAO,EAAA;;;;"}
|
package/dist/js/index.mjs
CHANGED
|
@@ -244,6 +244,7 @@ export { TextField } from './components/src/components/TextField/TextField.mjs';
|
|
|
244
244
|
export { TimeField } from './components/src/components/TimeField/TimeField.mjs';
|
|
245
245
|
export { TooltipTrigger } from './components/src/components/Tooltip/components/TooltipTrigger/TooltipTrigger.mjs';
|
|
246
246
|
export { Tooltip } from './components/src/components/Tooltip/Tooltip.mjs';
|
|
247
|
+
export { TunnelEntry } from './components/src/components/TunnelEntry/TunnelEntry.mjs';
|
|
247
248
|
export { Wrap } from './components/src/components/Wrap/Wrap.mjs';
|
|
248
249
|
export { XAxis } from './components/src/components/XAxis/XAxis.mjs';
|
|
249
250
|
export { YAxis } from './components/src/components/YAxis/YAxis.mjs';
|
package/dist/js/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ComponentProps, FC } from 'react';
|
|
2
|
+
import { TunnelEntry as ReactTunnelEntry } from '@mittwald/react-tunnel';
|
|
3
|
+
export type TunnelEntryProps = ComponentProps<typeof ReactTunnelEntry>;
|
|
4
|
+
/**
|
|
5
|
+
* @flr-generate all
|
|
6
|
+
* @flr-clear-props-context
|
|
7
|
+
*/
|
|
8
|
+
export declare const TunnelEntry: FC<TunnelEntryProps>;
|
|
9
|
+
export default TunnelEntry;
|
|
10
|
+
//# sourceMappingURL=TunnelEntry.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TunnelEntry.d.ts","sourceRoot":"","sources":["../../../../src/components/TunnelEntry/TunnelEntry.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAChD,OAAO,EAAE,WAAW,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAEzE,MAAM,MAAM,gBAAgB,GAAG,cAAc,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEvE;;;GAGG;AACH,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CAE5C,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/TunnelEntry/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AAEvB,OAAO,EAAE,KAAK,gBAAgB,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACnE,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"view.d.ts","sourceRoot":"","sources":["../../../../src/components/TunnelEntry/view.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAEhE,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,kBAAkB;QAC1B,WAAW,EAAE,aAAa,CAAC,OAAO,WAAW,CAAC,CAAC;KAChD;CACF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"public.d.ts","sourceRoot":"","sources":["../../../src/components/public.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC;AACpC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,kBAAkB,CAAC;AACjC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oCAAoC,CAAC;AACnD,cAAc,iCAAiC,CAAC;AAChD,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oBAAoB,CAAC;AACnC,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mCAAmC,CAAC;AAClD,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AAEnC,cAAc,+BAA+B,CAAC"}
|
|
1
|
+
{"version":3,"file":"public.d.ts","sourceRoot":"","sources":["../../../src/components/public.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TunnelEntryView.d.ts","sourceRoot":"","sources":["../../../src/views/TunnelEntryView.tsx"],"names":[],"mappings":"AAEA,OAAc,EAAE,KAAK,EAAE,EAAc,MAAM,OAAO,CAAC;AACnD,OAAO,EAAe,KAAK,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAG9E,QAAA,MAAM,eAAe,EAAE,EAAE,CAAC,gBAAgB,CAGzC,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
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.172",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@chakra-ui/live-region": "^2.1.0",
|
|
55
55
|
"@internationalized/string-compiler": "^3.2.6",
|
|
56
|
-
"@mittwald/react-tunnel": "0.2.0-alpha.
|
|
56
|
+
"@mittwald/react-tunnel": "0.2.0-alpha.172",
|
|
57
57
|
"@mittwald/react-use-promise": "^3.0.4",
|
|
58
58
|
"@react-aria/form": "^3.0.14",
|
|
59
59
|
"@react-aria/utils": "^3.28.1",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"devDependencies": {
|
|
93
93
|
"@faker-js/faker": "^9.6.0",
|
|
94
94
|
"@internationalized/date": "^3.7.0",
|
|
95
|
-
"@mittwald/flow-design-tokens": "0.2.0-alpha.
|
|
95
|
+
"@mittwald/flow-design-tokens": "0.2.0-alpha.172",
|
|
96
96
|
"@mittwald/react-use-promise": "^2.6.0",
|
|
97
97
|
"@mittwald/remote-dom-react": "1.2.2-mittwald.3",
|
|
98
98
|
"@mittwald/typescript-config": "",
|
|
@@ -173,5 +173,5 @@
|
|
|
173
173
|
"optional": true
|
|
174
174
|
}
|
|
175
175
|
},
|
|
176
|
-
"gitHead": "
|
|
176
|
+
"gitHead": "6a428ee73d5ccf2eca78d570600c58126fddaede"
|
|
177
177
|
}
|