@genesislcap/ai-assistant 15.7.2 → 15.7.3-alpha-94532c4.0

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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +113 -113
  2. package/package.json +17 -17
@@ -5163,6 +5163,119 @@
5163
5163
  "declarations": [],
5164
5164
  "exports": []
5165
5165
  },
5166
+ {
5167
+ "kind": "javascript-module",
5168
+ "path": "src/components/activity-halo/activity-halo.ts",
5169
+ "declarations": [
5170
+ {
5171
+ "kind": "class",
5172
+ "description": "Wrapper component that shows an `<ai-halo-overlay>` when the AI assistant\nis executing one of the declared tool names.",
5173
+ "name": "AiActivityHalo",
5174
+ "members": [
5175
+ {
5176
+ "kind": "field",
5177
+ "name": "tools",
5178
+ "type": {
5179
+ "text": "string"
5180
+ },
5181
+ "default": "''",
5182
+ "description": "Comma-separated list of tool names this element reacts to."
5183
+ },
5184
+ {
5185
+ "kind": "field",
5186
+ "name": "minShowTime",
5187
+ "type": {
5188
+ "text": "number"
5189
+ },
5190
+ "default": "600",
5191
+ "description": "Minimum time in ms the halo stays visible after activation."
5192
+ },
5193
+ {
5194
+ "kind": "field",
5195
+ "name": "unsubBus",
5196
+ "type": {
5197
+ "text": "() => void | undefined"
5198
+ },
5199
+ "privacy": "private"
5200
+ },
5201
+ {
5202
+ "kind": "field",
5203
+ "name": "hideTimeout",
5204
+ "type": {
5205
+ "text": "ReturnType<typeof setTimeout> | undefined"
5206
+ },
5207
+ "privacy": "private"
5208
+ },
5209
+ {
5210
+ "kind": "field",
5211
+ "name": "startTime",
5212
+ "type": {
5213
+ "text": "number"
5214
+ },
5215
+ "privacy": "private",
5216
+ "default": "0"
5217
+ },
5218
+ {
5219
+ "kind": "method",
5220
+ "name": "activate",
5221
+ "privacy": "private"
5222
+ },
5223
+ {
5224
+ "kind": "method",
5225
+ "name": "scheduleDeactivate",
5226
+ "privacy": "private"
5227
+ }
5228
+ ],
5229
+ "attributes": [
5230
+ {
5231
+ "name": "tools",
5232
+ "type": {
5233
+ "text": "string"
5234
+ },
5235
+ "default": "''",
5236
+ "description": "Comma-separated list of tool names this element reacts to.",
5237
+ "fieldName": "tools"
5238
+ },
5239
+ {
5240
+ "name": "min-show-time",
5241
+ "type": {
5242
+ "text": "number"
5243
+ },
5244
+ "default": "DEFAULT_MIN_SHOW_TIME",
5245
+ "description": "Minimum time in ms the halo stays visible after activation.",
5246
+ "resolveInitializer": {
5247
+ "module": "src/components/activity-halo/activity-halo.ts"
5248
+ },
5249
+ "fieldName": "minShowTime"
5250
+ }
5251
+ ],
5252
+ "superclass": {
5253
+ "name": "GenesisElement",
5254
+ "package": "@genesislcap/web-core"
5255
+ },
5256
+ "tagName": "ai-activity-halo",
5257
+ "customElement": true
5258
+ }
5259
+ ],
5260
+ "exports": [
5261
+ {
5262
+ "kind": "js",
5263
+ "name": "AiActivityHalo",
5264
+ "declaration": {
5265
+ "name": "AiActivityHalo",
5266
+ "module": "src/components/activity-halo/activity-halo.ts"
5267
+ }
5268
+ },
5269
+ {
5270
+ "kind": "custom-element-definition",
5271
+ "name": "ai-activity-halo",
5272
+ "declaration": {
5273
+ "name": "AiActivityHalo",
5274
+ "module": "src/components/activity-halo/activity-halo.ts"
5275
+ }
5276
+ }
5277
+ ]
5278
+ },
5166
5279
  {
5167
5280
  "kind": "javascript-module",
5168
5281
  "path": "src/utils/animated-panel-toggle.ts",
@@ -6241,119 +6354,6 @@
6241
6354
  "declarations": [],
6242
6355
  "exports": []
6243
6356
  },
6244
- {
6245
- "kind": "javascript-module",
6246
- "path": "src/components/activity-halo/activity-halo.ts",
6247
- "declarations": [
6248
- {
6249
- "kind": "class",
6250
- "description": "Wrapper component that shows an `<ai-halo-overlay>` when the AI assistant\nis executing one of the declared tool names.",
6251
- "name": "AiActivityHalo",
6252
- "members": [
6253
- {
6254
- "kind": "field",
6255
- "name": "tools",
6256
- "type": {
6257
- "text": "string"
6258
- },
6259
- "default": "''",
6260
- "description": "Comma-separated list of tool names this element reacts to."
6261
- },
6262
- {
6263
- "kind": "field",
6264
- "name": "minShowTime",
6265
- "type": {
6266
- "text": "number"
6267
- },
6268
- "default": "600",
6269
- "description": "Minimum time in ms the halo stays visible after activation."
6270
- },
6271
- {
6272
- "kind": "field",
6273
- "name": "unsubBus",
6274
- "type": {
6275
- "text": "() => void | undefined"
6276
- },
6277
- "privacy": "private"
6278
- },
6279
- {
6280
- "kind": "field",
6281
- "name": "hideTimeout",
6282
- "type": {
6283
- "text": "ReturnType<typeof setTimeout> | undefined"
6284
- },
6285
- "privacy": "private"
6286
- },
6287
- {
6288
- "kind": "field",
6289
- "name": "startTime",
6290
- "type": {
6291
- "text": "number"
6292
- },
6293
- "privacy": "private",
6294
- "default": "0"
6295
- },
6296
- {
6297
- "kind": "method",
6298
- "name": "activate",
6299
- "privacy": "private"
6300
- },
6301
- {
6302
- "kind": "method",
6303
- "name": "scheduleDeactivate",
6304
- "privacy": "private"
6305
- }
6306
- ],
6307
- "attributes": [
6308
- {
6309
- "name": "tools",
6310
- "type": {
6311
- "text": "string"
6312
- },
6313
- "default": "''",
6314
- "description": "Comma-separated list of tool names this element reacts to.",
6315
- "fieldName": "tools"
6316
- },
6317
- {
6318
- "name": "min-show-time",
6319
- "type": {
6320
- "text": "number"
6321
- },
6322
- "default": "DEFAULT_MIN_SHOW_TIME",
6323
- "description": "Minimum time in ms the halo stays visible after activation.",
6324
- "resolveInitializer": {
6325
- "module": "src/components/activity-halo/activity-halo.ts"
6326
- },
6327
- "fieldName": "minShowTime"
6328
- }
6329
- ],
6330
- "superclass": {
6331
- "name": "GenesisElement",
6332
- "package": "@genesislcap/web-core"
6333
- },
6334
- "tagName": "ai-activity-halo",
6335
- "customElement": true
6336
- }
6337
- ],
6338
- "exports": [
6339
- {
6340
- "kind": "js",
6341
- "name": "AiActivityHalo",
6342
- "declaration": {
6343
- "name": "AiActivityHalo",
6344
- "module": "src/components/activity-halo/activity-halo.ts"
6345
- }
6346
- },
6347
- {
6348
- "kind": "custom-element-definition",
6349
- "name": "ai-activity-halo",
6350
- "declaration": {
6351
- "name": "AiActivityHalo",
6352
- "module": "src/components/activity-halo/activity-halo.ts"
6353
- }
6354
- }
6355
- ]
6356
- },
6357
6357
  {
6358
6358
  "kind": "javascript-module",
6359
6359
  "path": "src/components/agent-picker/agent-picker.constants.ts",
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.7.2",
4
+ "version": "15.7.3-alpha-94532c4.0",
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.7.2",
77
- "@genesislcap/genx": "15.7.2",
78
- "@genesislcap/rollup-builder": "15.7.2",
79
- "@genesislcap/ts-builder": "15.7.2",
80
- "@genesislcap/uvu-playwright-builder": "15.7.2",
81
- "@genesislcap/vite-builder": "15.7.2",
82
- "@genesislcap/webpack-builder": "15.7.2",
76
+ "@genesislcap/foundation-testing": "15.7.3-alpha-94532c4.0",
77
+ "@genesislcap/genx": "15.7.3-alpha-94532c4.0",
78
+ "@genesislcap/rollup-builder": "15.7.3-alpha-94532c4.0",
79
+ "@genesislcap/ts-builder": "15.7.3-alpha-94532c4.0",
80
+ "@genesislcap/uvu-playwright-builder": "15.7.3-alpha-94532c4.0",
81
+ "@genesislcap/vite-builder": "15.7.3-alpha-94532c4.0",
82
+ "@genesislcap/webpack-builder": "15.7.3-alpha-94532c4.0",
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.7.2",
89
- "@genesislcap/foundation-logger": "15.7.2",
90
- "@genesislcap/foundation-notifications": "15.7.2",
91
- "@genesislcap/foundation-redux": "15.7.2",
92
- "@genesislcap/foundation-ui": "15.7.2",
93
- "@genesislcap/foundation-utils": "15.7.2",
94
- "@genesislcap/rapid-design-system": "15.7.2",
95
- "@genesislcap/web-core": "15.7.2",
88
+ "@genesislcap/foundation-ai": "15.7.3-alpha-94532c4.0",
89
+ "@genesislcap/foundation-logger": "15.7.3-alpha-94532c4.0",
90
+ "@genesislcap/foundation-notifications": "15.7.3-alpha-94532c4.0",
91
+ "@genesislcap/foundation-redux": "15.7.3-alpha-94532c4.0",
92
+ "@genesislcap/foundation-ui": "15.7.3-alpha-94532c4.0",
93
+ "@genesislcap/foundation-utils": "15.7.3-alpha-94532c4.0",
94
+ "@genesislcap/rapid-design-system": "15.7.3-alpha-94532c4.0",
95
+ "@genesislcap/web-core": "15.7.3-alpha-94532c4.0",
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": "fff7bda0cf8c4ce2e9a7b5363d991fd63e4ecd3a"
108
+ "gitHead": "85a871e7a46382dbfc7cc262a508e0cc95d3b3e3"
109
109
  }