@genesislcap/ai-assistant 15.10.5 → 15.10.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.
@@ -9132,67 +9132,6 @@
9132
9132
  }
9133
9133
  ]
9134
9134
  },
9135
- {
9136
- "kind": "javascript-module",
9137
- "path": "src/components/chat-markdown/chat-markdown.ts",
9138
- "declarations": [
9139
- {
9140
- "kind": "class",
9141
- "description": "",
9142
- "name": "AiChatMarkdown",
9143
- "members": [
9144
- {
9145
- "kind": "field",
9146
- "name": "content",
9147
- "type": {
9148
- "text": "string"
9149
- },
9150
- "default": "''",
9151
- "description": "The markdown string to render."
9152
- }
9153
- ],
9154
- "superclass": {
9155
- "name": "GenesisElement",
9156
- "package": "@genesislcap/web-core"
9157
- },
9158
- "tagName": "ai-chat-markdown",
9159
- "customElement": true
9160
- }
9161
- ],
9162
- "exports": [
9163
- {
9164
- "kind": "js",
9165
- "name": "AiChatMarkdown",
9166
- "declaration": {
9167
- "name": "AiChatMarkdown",
9168
- "module": "src/components/chat-markdown/chat-markdown.ts"
9169
- }
9170
- },
9171
- {
9172
- "kind": "custom-element-definition",
9173
- "name": "ai-chat-markdown",
9174
- "declaration": {
9175
- "name": "AiChatMarkdown",
9176
- "module": "src/components/chat-markdown/chat-markdown.ts"
9177
- }
9178
- }
9179
- ]
9180
- },
9181
- {
9182
- "kind": "javascript-module",
9183
- "path": "src/components/chat-markdown/index.ts",
9184
- "declarations": [],
9185
- "exports": [
9186
- {
9187
- "kind": "js",
9188
- "name": "*",
9189
- "declaration": {
9190
- "name": "*",
9191
- "package": "./chat-markdown"
9192
- }
9193
- }
9194
- ]
9195
- },
9196
9135
  {
9197
9136
  "kind": "javascript-module",
9198
9137
  "path": "src/components/orchestrating-driver/index.ts",
@@ -10117,6 +10056,67 @@
10117
10056
  }
10118
10057
  ]
10119
10058
  },
10059
+ {
10060
+ "kind": "javascript-module",
10061
+ "path": "src/components/chat-markdown/chat-markdown.ts",
10062
+ "declarations": [
10063
+ {
10064
+ "kind": "class",
10065
+ "description": "",
10066
+ "name": "AiChatMarkdown",
10067
+ "members": [
10068
+ {
10069
+ "kind": "field",
10070
+ "name": "content",
10071
+ "type": {
10072
+ "text": "string"
10073
+ },
10074
+ "default": "''",
10075
+ "description": "The markdown string to render."
10076
+ }
10077
+ ],
10078
+ "superclass": {
10079
+ "name": "GenesisElement",
10080
+ "package": "@genesislcap/web-core"
10081
+ },
10082
+ "tagName": "ai-chat-markdown",
10083
+ "customElement": true
10084
+ }
10085
+ ],
10086
+ "exports": [
10087
+ {
10088
+ "kind": "js",
10089
+ "name": "AiChatMarkdown",
10090
+ "declaration": {
10091
+ "name": "AiChatMarkdown",
10092
+ "module": "src/components/chat-markdown/chat-markdown.ts"
10093
+ }
10094
+ },
10095
+ {
10096
+ "kind": "custom-element-definition",
10097
+ "name": "ai-chat-markdown",
10098
+ "declaration": {
10099
+ "name": "AiChatMarkdown",
10100
+ "module": "src/components/chat-markdown/chat-markdown.ts"
10101
+ }
10102
+ }
10103
+ ]
10104
+ },
10105
+ {
10106
+ "kind": "javascript-module",
10107
+ "path": "src/components/chat-markdown/index.ts",
10108
+ "declarations": [],
10109
+ "exports": [
10110
+ {
10111
+ "kind": "js",
10112
+ "name": "*",
10113
+ "declaration": {
10114
+ "name": "*",
10115
+ "package": "./chat-markdown"
10116
+ }
10117
+ }
10118
+ ]
10119
+ },
10120
10120
  {
10121
10121
  "kind": "javascript-module",
10122
10122
  "path": "src/state/persistence/build-timeline-entries.ts",
@@ -142,22 +142,22 @@ export declare const AiChatInteractionWrapper: React.ForwardRefExoticComponent<
142
142
  >;
143
143
  export type AiChatInteractionWrapperRef = AiChatInteractionWrapperWC;
144
144
 
145
- export declare const AiChatMarkdown: React.ForwardRefExoticComponent<
145
+ export declare const FoundationAiPopoutManager: React.ForwardRefExoticComponent<
146
146
  React.PropsWithChildren<
147
- Omit<PublicOf<AiChatMarkdownWC>, 'children' | 'style'> &
147
+ Omit<PublicOf<FoundationAiPopoutManagerWC>, 'children' | 'style'> &
148
148
  HTMLWCProps & {
149
149
  }
150
- > & React.RefAttributes<AiChatMarkdownWC>
150
+ > & React.RefAttributes<FoundationAiPopoutManagerWC>
151
151
  >;
152
- export type AiChatMarkdownRef = AiChatMarkdownWC;
152
+ export type FoundationAiPopoutManagerRef = FoundationAiPopoutManagerWC;
153
153
 
154
- export declare const FoundationAiPopoutManager: React.ForwardRefExoticComponent<
154
+ export declare const AiChatMarkdown: React.ForwardRefExoticComponent<
155
155
  React.PropsWithChildren<
156
- Omit<PublicOf<FoundationAiPopoutManagerWC>, 'children' | 'style'> &
156
+ Omit<PublicOf<AiChatMarkdownWC>, 'children' | 'style'> &
157
157
  HTMLWCProps & {
158
158
  }
159
- > & React.RefAttributes<FoundationAiPopoutManagerWC>
159
+ > & React.RefAttributes<AiChatMarkdownWC>
160
160
  >;
161
- export type FoundationAiPopoutManagerRef = FoundationAiPopoutManagerWC;
161
+ export type AiChatMarkdownRef = AiChatMarkdownWC;
162
162
 
163
163
  export {};
package/dist/react.cjs CHANGED
@@ -124,14 +124,14 @@ const AiChatInteractionWrapper = React.forwardRef(function AiChatInteractionWrap
124
124
  return React.createElement(customElements.getName(AiChatInteractionWrapperWC) ?? 'ai-chat-interaction-wrapper', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
125
125
  });
126
126
 
127
- const AiChatMarkdown = React.forwardRef(function AiChatMarkdown(props, ref) {
127
+ const FoundationAiPopoutManager = React.forwardRef(function FoundationAiPopoutManager(props, ref) {
128
128
  const { children, ...rest } = props;
129
- return React.createElement(customElements.getName(AiChatMarkdownWC) ?? 'ai-chat-markdown', { ...rest, ref }, children);
129
+ return React.createElement(customElements.getName(FoundationAiPopoutManagerWC) ?? 'foundation-ai-popout-manager', { ...rest, ref }, children);
130
130
  });
131
131
 
132
- const FoundationAiPopoutManager = React.forwardRef(function FoundationAiPopoutManager(props, ref) {
132
+ const AiChatMarkdown = React.forwardRef(function AiChatMarkdown(props, ref) {
133
133
  const { children, ...rest } = props;
134
- return React.createElement(customElements.getName(FoundationAiPopoutManagerWC) ?? 'foundation-ai-popout-manager', { ...rest, ref }, children);
134
+ return React.createElement(customElements.getName(AiChatMarkdownWC) ?? 'ai-chat-markdown', { ...rest, ref }, children);
135
135
  });
136
136
 
137
137
  module.exports = {
@@ -145,6 +145,6 @@ module.exports = {
145
145
  AgentPicker,
146
146
  AiChatBubble,
147
147
  AiChatInteractionWrapper,
148
- AiChatMarkdown,
149
148
  FoundationAiPopoutManager,
149
+ AiChatMarkdown,
150
150
  };
package/dist/react.mjs CHANGED
@@ -122,12 +122,12 @@ export const AiChatInteractionWrapper = React.forwardRef(function AiChatInteract
122
122
  return React.createElement(customElements.getName(AiChatInteractionWrapperWC) ?? 'ai-chat-interaction-wrapper', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
123
123
  });
124
124
 
125
- export const AiChatMarkdown = React.forwardRef(function AiChatMarkdown(props, ref) {
125
+ export const FoundationAiPopoutManager = React.forwardRef(function FoundationAiPopoutManager(props, ref) {
126
126
  const { children, ...rest } = props;
127
- return React.createElement(customElements.getName(AiChatMarkdownWC) ?? 'ai-chat-markdown', { ...rest, ref }, children);
127
+ return React.createElement(customElements.getName(FoundationAiPopoutManagerWC) ?? 'foundation-ai-popout-manager', { ...rest, ref }, children);
128
128
  });
129
129
 
130
- export const FoundationAiPopoutManager = React.forwardRef(function FoundationAiPopoutManager(props, ref) {
130
+ export const AiChatMarkdown = React.forwardRef(function AiChatMarkdown(props, ref) {
131
131
  const { children, ...rest } = props;
132
- return React.createElement(customElements.getName(FoundationAiPopoutManagerWC) ?? 'foundation-ai-popout-manager', { ...rest, ref }, children);
132
+ return React.createElement(customElements.getName(AiChatMarkdownWC) ?? 'ai-chat-markdown', { ...rest, ref }, children);
133
133
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/ai-assistant",
3
3
  "description": "Genesis AI Assistant micro-frontend",
4
- "version": "15.10.5",
4
+ "version": "15.10.6",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/ai-assistant.d.ts",
@@ -73,26 +73,26 @@
73
73
  }
74
74
  },
75
75
  "devDependencies": {
76
- "@genesislcap/foundation-testing": "15.10.5",
77
- "@genesislcap/genx": "15.10.5",
78
- "@genesislcap/rollup-builder": "15.10.5",
79
- "@genesislcap/ts-builder": "15.10.5",
80
- "@genesislcap/uvu-playwright-builder": "15.10.5",
81
- "@genesislcap/vite-builder": "15.10.5",
82
- "@genesislcap/webpack-builder": "15.10.5",
76
+ "@genesislcap/foundation-testing": "15.10.6",
77
+ "@genesislcap/genx": "15.10.6",
78
+ "@genesislcap/rollup-builder": "15.10.6",
79
+ "@genesislcap/ts-builder": "15.10.6",
80
+ "@genesislcap/uvu-playwright-builder": "15.10.6",
81
+ "@genesislcap/vite-builder": "15.10.6",
82
+ "@genesislcap/webpack-builder": "15.10.6",
83
83
  "@types/dompurify": "^3.0.5",
84
84
  "@types/marked": "^5.0.2",
85
85
  "esbuild": "0.25.12"
86
86
  },
87
87
  "dependencies": {
88
- "@genesislcap/foundation-ai": "15.10.5",
89
- "@genesislcap/foundation-logger": "15.10.5",
90
- "@genesislcap/foundation-notifications": "15.10.5",
91
- "@genesislcap/foundation-redux": "15.10.5",
92
- "@genesislcap/foundation-ui": "15.10.5",
93
- "@genesislcap/foundation-utils": "15.10.5",
94
- "@genesislcap/rapid-design-system": "15.10.5",
95
- "@genesislcap/web-core": "15.10.5",
88
+ "@genesislcap/foundation-ai": "15.10.6",
89
+ "@genesislcap/foundation-logger": "15.10.6",
90
+ "@genesislcap/foundation-notifications": "15.10.6",
91
+ "@genesislcap/foundation-redux": "15.10.6",
92
+ "@genesislcap/foundation-ui": "15.10.6",
93
+ "@genesislcap/foundation-utils": "15.10.6",
94
+ "@genesislcap/rapid-design-system": "15.10.6",
95
+ "@genesislcap/web-core": "15.10.6",
96
96
  "dompurify": "^3.3.1",
97
97
  "marked": "^17.0.3"
98
98
  },
@@ -105,5 +105,5 @@
105
105
  "access": "public"
106
106
  },
107
107
  "customElements": "dist/custom-elements.json",
108
- "gitHead": "3d50e0bb42cbf0f4a92b4bc74114c2bc7f581e4d"
108
+ "gitHead": "2fd12f28a04c8dc20974ab54d3ea143b80229510"
109
109
  }