@mittwald/flow-remote-react-components 1.2.0-next.5 → 1.2.0-next.6
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/dist/js/auto-generated/Bar.mjs +14 -0
- package/dist/js/auto-generated/Bar.mjs.map +1 -0
- package/dist/js/auto-generated/index.mjs +3 -1
- package/dist/js/auto-generated/index.mjs.map +1 -1
- package/dist/js/index.mjs +2 -1
- package/dist/js/version.mjs +1 -1
- package/dist/types/auto-generated/Bar.d.ts +4 -0
- package/dist/types/auto-generated/Bar.d.ts.map +1 -0
- package/dist/types/auto-generated/index.d.ts +1 -0
- package/dist/types/auto-generated/index.d.ts.map +1 -1
- package/package.json +10 -10
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use client"
|
|
2
|
+
/* */
|
|
3
|
+
"use client";
|
|
4
|
+
import { createFlowRemoteComponent } from "../components/createFlowRemoteComponent.mjs";
|
|
5
|
+
import { RemoteBarElement } from "@mittwald/flow-remote-elements";
|
|
6
|
+
//#region src/auto-generated/Bar.ts
|
|
7
|
+
var Bar = createFlowRemoteComponent("flr-bar", "Bar", RemoteBarElement, {
|
|
8
|
+
slotProps: { wrapper: "flr-slot-root-wrapper" },
|
|
9
|
+
eventProps: {}
|
|
10
|
+
});
|
|
11
|
+
//#endregion
|
|
12
|
+
export { Bar };
|
|
13
|
+
|
|
14
|
+
//# sourceMappingURL=Bar.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Bar.mjs","names":[],"sources":["../../../src/auto-generated/Bar.ts"],"sourcesContent":["/* prettier-ignore */\n/* This file is auto-generated with the remote-components-generator */\n\"use client\";\nimport createFlowRemoteComponent from \"@/components/createFlowRemoteComponent\";\nimport { RemoteBarElement } from \"@mittwald/flow-remote-elements\";\nexport { type RemoteBarElement } from \"@mittwald/flow-remote-elements\";\n\nexport const Bar = createFlowRemoteComponent(\n \"flr-bar\",\n \"Bar\",\n RemoteBarElement,\n {\n slotProps: {\n wrapper: \"flr-slot-root-wrapper\",\n },\n eventProps: {},\n },\n);\n"],"mappings":";;;;;;AAOA,IAAa,MAAM,0BACjB,WACA,OACA,kBACA;CACE,WAAW,EACT,SAAS,wBACX;CACA,YAAY,CAAC;AACf,CACF"}
|
|
@@ -13,6 +13,7 @@ import { Autocomplete } from "./Autocomplete.mjs";
|
|
|
13
13
|
import { Avatar } from "./Avatar.mjs";
|
|
14
14
|
import { AvatarStack } from "./AvatarStack.mjs";
|
|
15
15
|
import { Badge } from "./Badge.mjs";
|
|
16
|
+
import { Bar } from "./Bar.mjs";
|
|
16
17
|
import { BigNumber } from "./BigNumber.mjs";
|
|
17
18
|
import { Breadcrumb } from "./Breadcrumb.mjs";
|
|
18
19
|
import { Button } from "./Button.mjs";
|
|
@@ -148,6 +149,7 @@ var auto_generated_exports = /* @__PURE__ */ __exportAll({
|
|
|
148
149
|
Avatar: () => Avatar,
|
|
149
150
|
AvatarStack: () => AvatarStack,
|
|
150
151
|
Badge: () => Badge,
|
|
152
|
+
Bar: () => Bar,
|
|
151
153
|
BigNumber: () => BigNumber,
|
|
152
154
|
Breadcrumb: () => Breadcrumb,
|
|
153
155
|
Button: () => Button,
|
|
@@ -270,6 +272,6 @@ var auto_generated_exports = /* @__PURE__ */ __exportAll({
|
|
|
270
272
|
YAxis: () => YAxis
|
|
271
273
|
});
|
|
272
274
|
//#endregion
|
|
273
|
-
export { AccentBox, Accordion, ActionGroup, Alert, AlertBadge, AlertIcon, AlertText, Align, Area, Autocomplete, Avatar, AvatarStack, Badge, BigNumber, Breadcrumb, Button, CartesianChart, CartesianGrid, ChartGrid, ChartLegend, ChartTooltip, Chat, Checkbox, CheckboxButton, CheckboxGroup, ClearPropsContext, CodeBlock, CodeEditor, Color, ColumnLayout, Combine, ComboBox, ComponentPropsContextProvider, Content, ContextMenu, ContextMenuContent, ContextMenuSection, ContextMenuTrigger, ContextualHelp, ContextualHelpTrigger, CopyButton, CounterBadge, DatePicker, DateRangePicker, DialogTrigger, Div, DonutChart, FieldDescription, FieldError, FileCard, FileCardList, FileDropZone, FileField, Flex, Header, HeaderNavigation, Heading, Icon, IllustratedMessage, Image, ImageCropper, Initials, InlineCode, ItemsGridList, ItemsGridListItem, Kbd, Label, LabeledValue, LayoutCard, Legend, LightBoxGallery, LightBoxGalleryItem, Line, Link, ListEmptyView, ListEmptyViewContainer, ListItemViewContent, ListSummary, LoadingSpinner, Markdown, MarkdownEditor, MenuItem, MenuTrigger, Message, MessageSeparator, MessageThread, Navigation, NavigationGroup, Notification, NumberField, Option, OverlayContent, PasswordCreationField, PopoverContent, ProgressBar, Radio, RadioButton, RadioGroup, RangeCalendar, Rating, RatingSegment, SearchField, Section, Segment, SegmentedControl, Select, Separator, Skeleton, SkeletonText, Slider, Switch, Tab, TabNavigation, TabTitle, Table, TableBody, TableCell, TableColumn, TableFooterRow, TableHeader, TableRow, Tabs, Text, TextArea, TextField, TimeField, Tooltip, TooltipTrigger, TranslationProvider, Truncate, TunnelEntry, XAxis, YAxis, auto_generated_exports };
|
|
275
|
+
export { AccentBox, Accordion, ActionGroup, Alert, AlertBadge, AlertIcon, AlertText, Align, Area, Autocomplete, Avatar, AvatarStack, Badge, Bar, BigNumber, Breadcrumb, Button, CartesianChart, CartesianGrid, ChartGrid, ChartLegend, ChartTooltip, Chat, Checkbox, CheckboxButton, CheckboxGroup, ClearPropsContext, CodeBlock, CodeEditor, Color, ColumnLayout, Combine, ComboBox, ComponentPropsContextProvider, Content, ContextMenu, ContextMenuContent, ContextMenuSection, ContextMenuTrigger, ContextualHelp, ContextualHelpTrigger, CopyButton, CounterBadge, DatePicker, DateRangePicker, DialogTrigger, Div, DonutChart, FieldDescription, FieldError, FileCard, FileCardList, FileDropZone, FileField, Flex, Header, HeaderNavigation, Heading, Icon, IllustratedMessage, Image, ImageCropper, Initials, InlineCode, ItemsGridList, ItemsGridListItem, Kbd, Label, LabeledValue, LayoutCard, Legend, LightBoxGallery, LightBoxGalleryItem, Line, Link, ListEmptyView, ListEmptyViewContainer, ListItemViewContent, ListSummary, LoadingSpinner, Markdown, MarkdownEditor, MenuItem, MenuTrigger, Message, MessageSeparator, MessageThread, Navigation, NavigationGroup, Notification, NumberField, Option, OverlayContent, PasswordCreationField, PopoverContent, ProgressBar, Radio, RadioButton, RadioGroup, RangeCalendar, Rating, RatingSegment, SearchField, Section, Segment, SegmentedControl, Select, Separator, Skeleton, SkeletonText, Slider, Switch, Tab, TabNavigation, TabTitle, Table, TableBody, TableCell, TableColumn, TableFooterRow, TableHeader, TableRow, Tabs, Text, TextArea, TextField, TimeField, Tooltip, TooltipTrigger, TranslationProvider, Truncate, TunnelEntry, XAxis, YAxis, auto_generated_exports };
|
|
274
276
|
|
|
275
277
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","names":[],"sources":["../../../src/auto-generated/index.ts"],"sourcesContent":["/* prettier-ignore */\n/* This file is auto-generated with the remote-components-generator */\nexport * from \"./AccentBox\";\nexport * from \"./Accordion\";\nexport * from \"./ActionGroup\";\nexport * from \"./Alert\";\nexport * from \"./AlertBadge\";\nexport * from \"./AlertIcon\";\nexport * from \"./AlertText\";\nexport * from \"./Align\";\nexport * from \"./Area\";\nexport * from \"./Autocomplete\";\nexport * from \"./Avatar\";\nexport * from \"./AvatarStack\";\nexport * from \"./Badge\";\nexport * from \"./BigNumber\";\nexport * from \"./Breadcrumb\";\nexport * from \"./Button\";\nexport * from \"./CartesianChart\";\nexport * from \"./CartesianGrid\";\nexport * from \"./ChartGrid\";\nexport * from \"./ChartLegend\";\nexport * from \"./ChartTooltip\";\nexport * from \"./Chat\";\nexport * from \"./Checkbox\";\nexport * from \"./CheckboxButton\";\nexport * from \"./CheckboxGroup\";\nexport * from \"./ClearPropsContext\";\nexport * from \"./CodeBlock\";\nexport * from \"./CodeEditor\";\nexport * from \"./Color\";\nexport * from \"./ColumnLayout\";\nexport * from \"./Combine\";\nexport * from \"./ComboBox\";\nexport * from \"./ComponentPropsContextProvider\";\nexport * from \"./Content\";\nexport * from \"./ContextMenu\";\nexport * from \"./ContextMenuContent\";\nexport * from \"./ContextMenuSection\";\nexport * from \"./ContextMenuTrigger\";\nexport * from \"./ContextualHelp\";\nexport * from \"./ContextualHelpTrigger\";\nexport * from \"./CopyButton\";\nexport * from \"./CounterBadge\";\nexport * from \"./DatePicker\";\nexport * from \"./DateRangePicker\";\nexport * from \"./DialogTrigger\";\nexport * from \"./Div\";\nexport * from \"./DonutChart\";\nexport * from \"./FieldDescription\";\nexport * from \"./FieldError\";\nexport * from \"./FileCard\";\nexport * from \"./FileCardList\";\nexport * from \"./FileDropZone\";\nexport * from \"./FileField\";\nexport * from \"./Flex\";\nexport * from \"./Header\";\nexport * from \"./HeaderNavigation\";\nexport * from \"./Heading\";\nexport * from \"./Icon\";\nexport * from \"./IllustratedMessage\";\nexport * from \"./Image\";\nexport * from \"./ImageCropper\";\nexport * from \"./Initials\";\nexport * from \"./InlineCode\";\nexport * from \"./ItemsGridList\";\nexport * from \"./ItemsGridListItem\";\nexport * from \"./Kbd\";\nexport * from \"./Label\";\nexport * from \"./LabeledValue\";\nexport * from \"./LayoutCard\";\nexport * from \"./Legend\";\nexport * from \"./LightBoxGallery\";\nexport * from \"./LightBoxGalleryItem\";\nexport * from \"./Line\";\nexport * from \"./Link\";\nexport * from \"./ListEmptyView\";\nexport * from \"./ListEmptyViewContainer\";\nexport * from \"./ListItemViewContent\";\nexport * from \"./ListSummary\";\nexport * from \"./LoadingSpinner\";\nexport * from \"./Markdown\";\nexport * from \"./MarkdownEditor\";\nexport * from \"./MenuItem\";\nexport * from \"./MenuTrigger\";\nexport * from \"./Message\";\nexport * from \"./MessageSeparator\";\nexport * from \"./MessageThread\";\nexport * from \"./Navigation\";\nexport * from \"./NavigationGroup\";\nexport * from \"./Notification\";\nexport * from \"./NumberField\";\nexport * from \"./Option\";\nexport * from \"./OverlayContent\";\nexport * from \"./PasswordCreationField\";\nexport * from \"./PopoverContent\";\nexport * from \"./ProgressBar\";\nexport * from \"./Radio\";\nexport * from \"./RadioButton\";\nexport * from \"./RadioGroup\";\nexport * from \"./RangeCalendar\";\nexport * from \"./Rating\";\nexport * from \"./RatingSegment\";\nexport * from \"./SearchField\";\nexport * from \"./Section\";\nexport * from \"./Segment\";\nexport * from \"./SegmentedControl\";\nexport * from \"./Select\";\nexport * from \"./Separator\";\nexport * from \"./Skeleton\";\nexport * from \"./SkeletonText\";\nexport * from \"./Slider\";\nexport * from \"./Switch\";\nexport * from \"./Tab\";\nexport * from \"./TabNavigation\";\nexport * from \"./TabTitle\";\nexport * from \"./Table\";\nexport * from \"./TableBody\";\nexport * from \"./TableCell\";\nexport * from \"./TableColumn\";\nexport * from \"./TableFooterRow\";\nexport * from \"./TableHeader\";\nexport * from \"./TableRow\";\nexport * from \"./Tabs\";\nexport * from \"./Text\";\nexport * from \"./TextArea\";\nexport * from \"./TextField\";\nexport * from \"./TimeField\";\nexport * from \"./Tooltip\";\nexport * from \"./TooltipTrigger\";\nexport * from \"./TranslationProvider\";\nexport * from \"./Truncate\";\nexport * from \"./TunnelEntry\";\nexport * from \"./XAxis\";\nexport * from \"./YAxis\";\n"],"mappings":""}
|
|
1
|
+
{"version":3,"file":"index.mjs","names":[],"sources":["../../../src/auto-generated/index.ts"],"sourcesContent":["/* prettier-ignore */\n/* This file is auto-generated with the remote-components-generator */\nexport * from \"./AccentBox\";\nexport * from \"./Accordion\";\nexport * from \"./ActionGroup\";\nexport * from \"./Alert\";\nexport * from \"./AlertBadge\";\nexport * from \"./AlertIcon\";\nexport * from \"./AlertText\";\nexport * from \"./Align\";\nexport * from \"./Area\";\nexport * from \"./Autocomplete\";\nexport * from \"./Avatar\";\nexport * from \"./AvatarStack\";\nexport * from \"./Badge\";\nexport * from \"./Bar\";\nexport * from \"./BigNumber\";\nexport * from \"./Breadcrumb\";\nexport * from \"./Button\";\nexport * from \"./CartesianChart\";\nexport * from \"./CartesianGrid\";\nexport * from \"./ChartGrid\";\nexport * from \"./ChartLegend\";\nexport * from \"./ChartTooltip\";\nexport * from \"./Chat\";\nexport * from \"./Checkbox\";\nexport * from \"./CheckboxButton\";\nexport * from \"./CheckboxGroup\";\nexport * from \"./ClearPropsContext\";\nexport * from \"./CodeBlock\";\nexport * from \"./CodeEditor\";\nexport * from \"./Color\";\nexport * from \"./ColumnLayout\";\nexport * from \"./Combine\";\nexport * from \"./ComboBox\";\nexport * from \"./ComponentPropsContextProvider\";\nexport * from \"./Content\";\nexport * from \"./ContextMenu\";\nexport * from \"./ContextMenuContent\";\nexport * from \"./ContextMenuSection\";\nexport * from \"./ContextMenuTrigger\";\nexport * from \"./ContextualHelp\";\nexport * from \"./ContextualHelpTrigger\";\nexport * from \"./CopyButton\";\nexport * from \"./CounterBadge\";\nexport * from \"./DatePicker\";\nexport * from \"./DateRangePicker\";\nexport * from \"./DialogTrigger\";\nexport * from \"./Div\";\nexport * from \"./DonutChart\";\nexport * from \"./FieldDescription\";\nexport * from \"./FieldError\";\nexport * from \"./FileCard\";\nexport * from \"./FileCardList\";\nexport * from \"./FileDropZone\";\nexport * from \"./FileField\";\nexport * from \"./Flex\";\nexport * from \"./Header\";\nexport * from \"./HeaderNavigation\";\nexport * from \"./Heading\";\nexport * from \"./Icon\";\nexport * from \"./IllustratedMessage\";\nexport * from \"./Image\";\nexport * from \"./ImageCropper\";\nexport * from \"./Initials\";\nexport * from \"./InlineCode\";\nexport * from \"./ItemsGridList\";\nexport * from \"./ItemsGridListItem\";\nexport * from \"./Kbd\";\nexport * from \"./Label\";\nexport * from \"./LabeledValue\";\nexport * from \"./LayoutCard\";\nexport * from \"./Legend\";\nexport * from \"./LightBoxGallery\";\nexport * from \"./LightBoxGalleryItem\";\nexport * from \"./Line\";\nexport * from \"./Link\";\nexport * from \"./ListEmptyView\";\nexport * from \"./ListEmptyViewContainer\";\nexport * from \"./ListItemViewContent\";\nexport * from \"./ListSummary\";\nexport * from \"./LoadingSpinner\";\nexport * from \"./Markdown\";\nexport * from \"./MarkdownEditor\";\nexport * from \"./MenuItem\";\nexport * from \"./MenuTrigger\";\nexport * from \"./Message\";\nexport * from \"./MessageSeparator\";\nexport * from \"./MessageThread\";\nexport * from \"./Navigation\";\nexport * from \"./NavigationGroup\";\nexport * from \"./Notification\";\nexport * from \"./NumberField\";\nexport * from \"./Option\";\nexport * from \"./OverlayContent\";\nexport * from \"./PasswordCreationField\";\nexport * from \"./PopoverContent\";\nexport * from \"./ProgressBar\";\nexport * from \"./Radio\";\nexport * from \"./RadioButton\";\nexport * from \"./RadioGroup\";\nexport * from \"./RangeCalendar\";\nexport * from \"./Rating\";\nexport * from \"./RatingSegment\";\nexport * from \"./SearchField\";\nexport * from \"./Section\";\nexport * from \"./Segment\";\nexport * from \"./SegmentedControl\";\nexport * from \"./Select\";\nexport * from \"./Separator\";\nexport * from \"./Skeleton\";\nexport * from \"./SkeletonText\";\nexport * from \"./Slider\";\nexport * from \"./Switch\";\nexport * from \"./Tab\";\nexport * from \"./TabNavigation\";\nexport * from \"./TabTitle\";\nexport * from \"./Table\";\nexport * from \"./TableBody\";\nexport * from \"./TableCell\";\nexport * from \"./TableColumn\";\nexport * from \"./TableFooterRow\";\nexport * from \"./TableHeader\";\nexport * from \"./TableRow\";\nexport * from \"./Tabs\";\nexport * from \"./Text\";\nexport * from \"./TextArea\";\nexport * from \"./TextField\";\nexport * from \"./TimeField\";\nexport * from \"./Tooltip\";\nexport * from \"./TooltipTrigger\";\nexport * from \"./TranslationProvider\";\nexport * from \"./Truncate\";\nexport * from \"./TunnelEntry\";\nexport * from \"./XAxis\";\nexport * from \"./YAxis\";\n"],"mappings":""}
|
package/dist/js/index.mjs
CHANGED
|
@@ -13,6 +13,7 @@ import { Autocomplete } from "./auto-generated/Autocomplete.mjs";
|
|
|
13
13
|
import { Avatar } from "./auto-generated/Avatar.mjs";
|
|
14
14
|
import { AvatarStack } from "./auto-generated/AvatarStack.mjs";
|
|
15
15
|
import { Badge } from "./auto-generated/Badge.mjs";
|
|
16
|
+
import { Bar } from "./auto-generated/Bar.mjs";
|
|
16
17
|
import { BigNumber } from "./auto-generated/BigNumber.mjs";
|
|
17
18
|
import { Breadcrumb } from "./auto-generated/Breadcrumb.mjs";
|
|
18
19
|
import { Button } from "./auto-generated/Button.mjs";
|
|
@@ -136,4 +137,4 @@ import { YAxis } from "./auto-generated/YAxis.mjs";
|
|
|
136
137
|
import { Form } from "./components/Form.mjs";
|
|
137
138
|
import { LoadingFallbackTrigger } from "./components/LoadingFallbackTrigger.mjs";
|
|
138
139
|
export * from "@mittwald/flow-react-components/flr-universal";
|
|
139
|
-
export { AccentBox, Accordion, ActionGroup, Alert, AlertBadge, AlertIcon, AlertText, Align, Area, Autocomplete, Avatar, AvatarStack, Badge, BigNumber, Breadcrumb, Button, CartesianChart, CartesianGrid, ChartGrid, ChartLegend, ChartTooltip, Chat, Checkbox, CheckboxButton, CheckboxGroup, ClearPropsContext, CodeBlock, CodeEditor, Color, ColumnLayout, Combine, ComboBox, ComponentPropsContextProvider, Content, ContextMenu, ContextMenuContent, ContextMenuSection, ContextMenuTrigger, ContextualHelp, ContextualHelpTrigger, CopyButton, CounterBadge, DatePicker, DateRangePicker, DialogTrigger, Div, DonutChart, FieldDescription, FieldError, FileCard, FileCardList, FileDropZone, FileField, Flex, Form, Header, HeaderNavigation, Heading, Icon, IllustratedMessage, Image, ImageCropper, Initials, InlineCode, ItemsGridList, ItemsGridListItem, Kbd, Label, LabeledValue, LayoutCard, Legend, LightBoxGallery, LightBoxGalleryItem, Line, Link, ListEmptyView, ListEmptyViewContainer, ListItemViewContent, ListSummary, LoadingFallbackTrigger, LoadingSpinner, Markdown, MarkdownEditor, MenuItem, MenuTrigger, Message, MessageSeparator, MessageThread, Navigation, NavigationGroup, Notification, NumberField, Option, OverlayContent, PasswordCreationField, PopoverContent, ProgressBar, Radio, RadioButton, RadioGroup, RangeCalendar, Rating, RatingSegment, SearchField, Section, Segment, SegmentedControl, Select, Separator, Skeleton, SkeletonText, Slider, Switch, Tab, TabNavigation, TabTitle, Table, TableBody, TableCell, TableColumn, TableFooterRow, TableHeader, TableRow, Tabs, Text, TextArea, TextField, TimeField, Tooltip, TooltipTrigger, TranslationProvider, Truncate, TunnelEntry, XAxis, YAxis };
|
|
140
|
+
export { AccentBox, Accordion, ActionGroup, Alert, AlertBadge, AlertIcon, AlertText, Align, Area, Autocomplete, Avatar, AvatarStack, Badge, Bar, BigNumber, Breadcrumb, Button, CartesianChart, CartesianGrid, ChartGrid, ChartLegend, ChartTooltip, Chat, Checkbox, CheckboxButton, CheckboxGroup, ClearPropsContext, CodeBlock, CodeEditor, Color, ColumnLayout, Combine, ComboBox, ComponentPropsContextProvider, Content, ContextMenu, ContextMenuContent, ContextMenuSection, ContextMenuTrigger, ContextualHelp, ContextualHelpTrigger, CopyButton, CounterBadge, DatePicker, DateRangePicker, DialogTrigger, Div, DonutChart, FieldDescription, FieldError, FileCard, FileCardList, FileDropZone, FileField, Flex, Form, Header, HeaderNavigation, Heading, Icon, IllustratedMessage, Image, ImageCropper, Initials, InlineCode, ItemsGridList, ItemsGridListItem, Kbd, Label, LabeledValue, LayoutCard, Legend, LightBoxGallery, LightBoxGalleryItem, Line, Link, ListEmptyView, ListEmptyViewContainer, ListItemViewContent, ListSummary, LoadingFallbackTrigger, LoadingSpinner, Markdown, MarkdownEditor, MenuItem, MenuTrigger, Message, MessageSeparator, MessageThread, Navigation, NavigationGroup, Notification, NumberField, Option, OverlayContent, PasswordCreationField, PopoverContent, ProgressBar, Radio, RadioButton, RadioGroup, RangeCalendar, Rating, RatingSegment, SearchField, Section, Segment, SegmentedControl, Select, Separator, Skeleton, SkeletonText, Slider, Switch, Tab, TabNavigation, TabTitle, Table, TableBody, TableCell, TableColumn, TableFooterRow, TableHeader, TableRow, Tabs, Text, TextArea, TextField, TimeField, Tooltip, TooltipTrigger, TranslationProvider, Truncate, TunnelEntry, XAxis, YAxis };
|
package/dist/js/version.mjs
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import { Version } from "@mittwald/flow-remote-core";
|
|
4
4
|
//#region src/version.ts
|
|
5
5
|
var communicationVersion = Version.v5;
|
|
6
|
-
var packageVersion = "1.2.0-next.
|
|
6
|
+
var packageVersion = "1.2.0-next.6";
|
|
7
7
|
var version = communicationVersion;
|
|
8
8
|
//#endregion
|
|
9
9
|
export { communicationVersion, packageVersion, version };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { RemoteBarElement } from '@mittwald/flow-remote-elements';
|
|
2
|
+
export { type RemoteBarElement } from '@mittwald/flow-remote-elements';
|
|
3
|
+
export declare const Bar: import('@mittwald/remote-dom-react').RemoteComponentTypeFromElementConstructor<typeof RemoteBarElement>;
|
|
4
|
+
//# sourceMappingURL=Bar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Bar.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/Bar.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAClE,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAEvE,eAAO,MAAM,GAAG,yGAUf,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/index.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-remote-react-components",
|
|
3
|
-
"version": "1.2.0-next.
|
|
3
|
+
"version": "1.2.0-next.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "React components that can be used in a remote environment",
|
|
6
6
|
"homepage": "https://flow.mittwald.de",
|
|
@@ -51,19 +51,19 @@
|
|
|
51
51
|
"test:visual:update": "vitest run --project=visual --browser.headless --update"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@mittwald/flow-react-components": "1.2.0-next.
|
|
55
|
-
"@mittwald/flow-remote-core": "1.2.0-next.
|
|
56
|
-
"@mittwald/flow-remote-elements": "1.2.0-next.
|
|
54
|
+
"@mittwald/flow-react-components": "1.2.0-next.6",
|
|
55
|
+
"@mittwald/flow-remote-core": "1.2.0-next.6",
|
|
56
|
+
"@mittwald/flow-remote-elements": "1.2.0-next.6",
|
|
57
57
|
"@mittwald/remote-dom-react": "1.2.2-mittwald.10",
|
|
58
58
|
"@types/react": "^19.2",
|
|
59
59
|
"react-error-boundary": "^6.1.3"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@internationalized/date": "^3.12.3",
|
|
63
|
-
"@mittwald/ext-bridge": "1.2.0-next.
|
|
64
|
-
"@mittwald/flow-core": "1.2.0-next.
|
|
65
|
-
"@mittwald/flow-remote-react-renderer": "1.2.0-next.
|
|
66
|
-
"@mittwald/typescript-config": "1.2.0-next.
|
|
63
|
+
"@mittwald/ext-bridge": "1.2.0-next.6",
|
|
64
|
+
"@mittwald/flow-core": "1.2.0-next.6",
|
|
65
|
+
"@mittwald/flow-remote-react-renderer": "1.2.0-next.6",
|
|
66
|
+
"@mittwald/typescript-config": "1.2.0-next.6",
|
|
67
67
|
"@quilted/threads": "^3.3.1",
|
|
68
68
|
"@tabler/icons-react": "^3.44.0",
|
|
69
69
|
"@types/node": "^25.9.3",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
},
|
|
90
90
|
"peerDependencies": {
|
|
91
91
|
"@internationalized/date": "^3.12.2",
|
|
92
|
-
"@mittwald/ext-bridge": "1.2.0-next.
|
|
92
|
+
"@mittwald/ext-bridge": "1.2.0-next.6",
|
|
93
93
|
"react": "^19.2.0",
|
|
94
94
|
"react-hook-form": "^7.65.0"
|
|
95
95
|
},
|
|
@@ -104,5 +104,5 @@
|
|
|
104
104
|
"optional": true
|
|
105
105
|
}
|
|
106
106
|
},
|
|
107
|
-
"gitHead": "
|
|
107
|
+
"gitHead": "9e74f995ca1e430f85aaff420759d73f47fec6bc"
|
|
108
108
|
}
|