@mittwald/flow-remote-react-components 0.2.0-alpha.52 → 0.2.0-alpha.54

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.
@@ -0,0 +1,23 @@
1
+ "use client"
2
+ /* */
3
+ "use client";
4
+ import { createFlowRemoteComponent } from "../components/createFlowRemoteComponent.mjs";
5
+ import { RemoteMessageSeparatorElement } from "@mittwald/flow-remote-elements";
6
+ const MessageSeparator = createFlowRemoteComponent(
7
+ "flr-message-separator",
8
+ "MessageSeparator",
9
+ {
10
+ clearPropsContext: false
11
+ },
12
+ RemoteMessageSeparatorElement,
13
+ {
14
+ slotProps: {
15
+ wrapper: false
16
+ },
17
+ eventProps: {}
18
+ }
19
+ );
20
+ export {
21
+ MessageSeparator
22
+ };
23
+ //# sourceMappingURL=MessageSeparator.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MessageSeparator.mjs","sources":["../../../src/auto-generated/MessageSeparator.ts"],"sourcesContent":["/* prettier-ignore */\n/* This file is auto-generated with the remote-components-generator */\n\"use client\";\nimport createFlowRemoteComponent from \"@/components/createFlowRemoteComponent\";\nimport { RemoteMessageSeparatorElement } from \"@mittwald/flow-remote-elements\";\nexport { type RemoteMessageSeparatorElement } from \"@mittwald/flow-remote-elements\";\n\nexport const MessageSeparator = createFlowRemoteComponent(\n \"flr-message-separator\",\n \"MessageSeparator\",\n {\n clearPropsContext: false,\n },\n RemoteMessageSeparatorElement,\n {\n slotProps: {\n wrapper: false,\n },\n eventProps: {},\n },\n);\n"],"names":[],"mappings":";;;AAOO,MAAM,mBAAmB;AAAA,EAC9B;AAAA,EACA;AAAA,EACA;AAAA,IACE,mBAAmB;AAAA,EACrB;AAAA,EACA;AAAA,EACA;AAAA,IACE,WAAW;AAAA,MACT,SAAS;AAAA,IACX;AAAA,IACA,YAAY,CAAA;AAAA,EAAC;AAEjB;"}
@@ -0,0 +1,23 @@
1
+ "use client"
2
+ /* */
3
+ "use client";
4
+ import { createFlowRemoteComponent } from "../components/createFlowRemoteComponent.mjs";
5
+ import { RemoteMessageThreadElement } from "@mittwald/flow-remote-elements";
6
+ const MessageThread = createFlowRemoteComponent(
7
+ "flr-message-thread",
8
+ "MessageThread",
9
+ {
10
+ clearPropsContext: true
11
+ },
12
+ RemoteMessageThreadElement,
13
+ {
14
+ slotProps: {
15
+ wrapper: false
16
+ },
17
+ eventProps: {}
18
+ }
19
+ );
20
+ export {
21
+ MessageThread
22
+ };
23
+ //# sourceMappingURL=MessageThread.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MessageThread.mjs","sources":["../../../src/auto-generated/MessageThread.ts"],"sourcesContent":["/* prettier-ignore */\n/* This file is auto-generated with the remote-components-generator */\n\"use client\";\nimport createFlowRemoteComponent from \"@/components/createFlowRemoteComponent\";\nimport { RemoteMessageThreadElement } from \"@mittwald/flow-remote-elements\";\nexport { type RemoteMessageThreadElement } from \"@mittwald/flow-remote-elements\";\n\nexport const MessageThread = createFlowRemoteComponent(\n \"flr-message-thread\",\n \"MessageThread\",\n {\n clearPropsContext: true,\n },\n RemoteMessageThreadElement,\n {\n slotProps: {\n wrapper: false,\n },\n eventProps: {},\n },\n);\n"],"names":[],"mappings":";;;AAOO,MAAM,gBAAgB;AAAA,EAC3B;AAAA,EACA;AAAA,EACA;AAAA,IACE,mBAAmB;AAAA,EACrB;AAAA,EACA;AAAA,EACA;AAAA,IACE,WAAW;AAAA,MACT,SAAS;AAAA,IACX;AAAA,IACA,YAAY,CAAA;AAAA,EAAC;AAEjB;"}
@@ -56,6 +56,8 @@ import { Markdown } from "./Markdown.mjs";
56
56
  import { MenuItem } from "./MenuItem.mjs";
57
57
  import { MenuTrigger } from "./MenuTrigger.mjs";
58
58
  import { Message } from "./Message.mjs";
59
+ import { MessageSeparator } from "./MessageSeparator.mjs";
60
+ import { MessageThread } from "./MessageThread.mjs";
59
61
  import { Navigation } from "./Navigation.mjs";
60
62
  import { NavigationGroup } from "./NavigationGroup.mjs";
61
63
  import { Notification } from "./Notification.mjs";
@@ -153,6 +155,8 @@ export {
153
155
  MenuItem,
154
156
  MenuTrigger,
155
157
  Message,
158
+ MessageSeparator,
159
+ MessageThread,
156
160
  Navigation,
157
161
  NavigationGroup,
158
162
  Notification,
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/dist/js/index.mjs CHANGED
@@ -56,6 +56,8 @@ import { Markdown } from "./auto-generated/Markdown.mjs";
56
56
  import { MenuItem } from "./auto-generated/MenuItem.mjs";
57
57
  import { MenuTrigger } from "./auto-generated/MenuTrigger.mjs";
58
58
  import { Message } from "./auto-generated/Message.mjs";
59
+ import { MessageSeparator } from "./auto-generated/MessageSeparator.mjs";
60
+ import { MessageThread } from "./auto-generated/MessageThread.mjs";
59
61
  import { Navigation } from "./auto-generated/Navigation.mjs";
60
62
  import { NavigationGroup } from "./auto-generated/NavigationGroup.mjs";
61
63
  import { Notification } from "./auto-generated/Notification.mjs";
@@ -156,6 +158,8 @@ export {
156
158
  MenuItem,
157
159
  MenuTrigger,
158
160
  Message,
161
+ MessageSeparator,
162
+ MessageThread,
159
163
  Navigation,
160
164
  NavigationGroup,
161
165
  Notification,
@@ -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,4 @@
1
+ import { RemoteMessageSeparatorElement } from '@mittwald/flow-remote-elements';
2
+ export { type RemoteMessageSeparatorElement } from '@mittwald/flow-remote-elements';
3
+ export declare const MessageSeparator: import('@mfalkenberg/remote-dom-react').RemoteComponentTypeFromElementConstructor<typeof RemoteMessageSeparatorElement>;
4
+ //# sourceMappingURL=MessageSeparator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MessageSeparator.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/MessageSeparator.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,6BAA6B,EAAE,MAAM,gCAAgC,CAAC;AAC/E,OAAO,EAAE,KAAK,6BAA6B,EAAE,MAAM,gCAAgC,CAAC;AAEpF,eAAO,MAAM,gBAAgB,yHAa5B,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { RemoteMessageThreadElement } from '@mittwald/flow-remote-elements';
2
+ export { type RemoteMessageThreadElement } from '@mittwald/flow-remote-elements';
3
+ export declare const MessageThread: import('@mfalkenberg/remote-dom-react').RemoteComponentTypeFromElementConstructor<typeof RemoteMessageThreadElement>;
4
+ //# sourceMappingURL=MessageThread.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MessageThread.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/MessageThread.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,0BAA0B,EAAE,MAAM,gCAAgC,CAAC;AAC5E,OAAO,EAAE,KAAK,0BAA0B,EAAE,MAAM,gCAAgC,CAAC;AAEjF,eAAO,MAAM,aAAa,sHAazB,CAAC"}
@@ -56,6 +56,8 @@ export * from './Markdown';
56
56
  export * from './MenuItem';
57
57
  export * from './MenuTrigger';
58
58
  export * from './Message';
59
+ export * from './MessageSeparator';
60
+ export * from './MessageThread';
59
61
  export * from './Navigation';
60
62
  export * from './NavigationGroup';
61
63
  export * from './Notification';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/auto-generated/index.ts"],"names":[],"mappings":"AAEA,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,OAAO,CAAC;AACtB,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,oBAAoB,CAAC;AACnC,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,sBAAsB,CAAC;AACrC,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,QAAQ,CAAC;AACvB,cAAc,iBAAiB,CAAC;AAChC,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC;AACjC,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,wBAAwB,CAAC;AACvC,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,oBAAoB,CAAC;AACnC,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC"}
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": "0.2.0-alpha.52",
3
+ "version": "0.2.0-alpha.54",
4
4
  "type": "module",
5
5
  "description": "React components that can be used in a remote environment",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -33,13 +33,13 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@mfalkenberg/remote-dom-react": "^1.2.3",
36
- "@mittwald/flow-react-components": "0.2.0-alpha.52",
37
- "@mittwald/flow-remote-core": "0.2.0-alpha.52",
38
- "@mittwald/flow-remote-elements": "0.2.0-alpha.52",
36
+ "@mittwald/flow-react-components": "0.2.0-alpha.54",
37
+ "@mittwald/flow-remote-core": "0.2.0-alpha.54",
38
+ "@mittwald/flow-remote-elements": "0.2.0-alpha.54",
39
39
  "@types/react": "^19.0.10"
40
40
  },
41
41
  "devDependencies": {
42
- "@mittwald/flow-remote-react-renderer": "0.2.0-alpha.52",
42
+ "@mittwald/flow-remote-react-renderer": "0.2.0-alpha.54",
43
43
  "@mittwald/typescript-config": "",
44
44
  "@types/node": "^22.13.4",
45
45
  "nx": "^20.4.5",
@@ -69,5 +69,5 @@
69
69
  "optional": true
70
70
  }
71
71
  },
72
- "gitHead": "0a66b6bd29cedc806d0166982654c705fe1847b9"
72
+ "gitHead": "ad7320572cb86d0a5350f07bfa2ee4c03e85b21f"
73
73
  }