@zeniai/web-components 4.3.30 → 4.3.31
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/{SessionTimeoutPopup-BwidPHWK.cjs → SessionTimeoutPopup-C1r2PmeB.cjs} +15834 -15588
- package/dist/{SessionTimeoutPopup-HwnNPD2l.js → SessionTimeoutPopup-evLVE3bs.js} +72674 -71708
- package/dist/appLocale.d.ts +80 -0
- package/dist/cockpit.cjs.js +2 -2
- package/dist/cockpit.esm.js +595 -594
- package/dist/common/util.d.ts +8 -0
- package/dist/components/aiCfo/AiCfoPage.d.ts +48 -2
- package/dist/components/aiCfo/components/AiCfoSkillEditor.d.ts +24 -0
- package/dist/components/aiCfo/components/AiCfoSkillVersionHistory.d.ts +18 -0
- package/dist/components/aiCfo/components/AiCfoSkillsBrowser.d.ts +61 -0
- package/dist/components/aiCfo/stories/hooks/useAiCfoStreamingState.d.ts +1 -0
- package/dist/components/appDrawerContent/AiCfoMenuContent.d.ts +3 -1
- package/dist/components/appDrawerContent/AppDrawerContent.d.ts +3 -1
- package/dist/components/appDrawerContent/MenuButton.d.ts +3 -3
- package/dist/components/appDrawerContent/MenuList.d.ts +3 -1
- package/dist/components/taskManagement/TaskDetailPage.d.ts +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.esm.js +406 -405
- package/dist/strings/strings.d.ts +80 -0
- package/package.json +3 -3
|
@@ -345,6 +345,8 @@ export declare const zeniStrings: {
|
|
|
345
345
|
aboutField: string;
|
|
346
346
|
dot: string;
|
|
347
347
|
dividerDot: string;
|
|
348
|
+
middleDot: string;
|
|
349
|
+
leftArrow: string;
|
|
348
350
|
hyphen: string;
|
|
349
351
|
plus: string;
|
|
350
352
|
colon: string;
|
|
@@ -2499,6 +2501,7 @@ export declare const zeniStrings: {
|
|
|
2499
2501
|
ai_cfo: string;
|
|
2500
2502
|
new_chat: string;
|
|
2501
2503
|
explore: string;
|
|
2504
|
+
skills: string;
|
|
2502
2505
|
search_chats: string;
|
|
2503
2506
|
treasury: string;
|
|
2504
2507
|
command_center: string;
|
|
@@ -10236,6 +10239,83 @@ export declare const zeniStrings: {
|
|
|
10236
10239
|
examplePrefix: string;
|
|
10237
10240
|
tip: string;
|
|
10238
10241
|
};
|
|
10242
|
+
skills: {
|
|
10243
|
+
title: string;
|
|
10244
|
+
subtitle: string;
|
|
10245
|
+
byZeni: string;
|
|
10246
|
+
byTenant: string;
|
|
10247
|
+
empty: string;
|
|
10248
|
+
emptyTenant: string;
|
|
10249
|
+
loading: string;
|
|
10250
|
+
loadingPrompt: string;
|
|
10251
|
+
loadFailed: string;
|
|
10252
|
+
detailLoadFailed: string;
|
|
10253
|
+
back: string;
|
|
10254
|
+
backToSkill: string;
|
|
10255
|
+
audienceCurrentPrivate: string;
|
|
10256
|
+
audienceCurrentTenant: string;
|
|
10257
|
+
publish: string;
|
|
10258
|
+
unpublish: string;
|
|
10259
|
+
publishing: string;
|
|
10260
|
+
unpublishing: string;
|
|
10261
|
+
publishFailed: string;
|
|
10262
|
+
run: string;
|
|
10263
|
+
runHint: string;
|
|
10264
|
+
instructionsHeading: string;
|
|
10265
|
+
privateBadge: string;
|
|
10266
|
+
tenantBadge: string;
|
|
10267
|
+
zeniBadge: string;
|
|
10268
|
+
lastUpdated: string;
|
|
10269
|
+
neverUpdated: string;
|
|
10270
|
+
newSkill: string;
|
|
10271
|
+
fork: string;
|
|
10272
|
+
forkHint: string;
|
|
10273
|
+
forkNameSeed: string;
|
|
10274
|
+
deleteConfirm: string;
|
|
10275
|
+
deleteConfirmBody: string;
|
|
10276
|
+
deleting: string;
|
|
10277
|
+
deleteFailed: string;
|
|
10278
|
+
nameLabel: string;
|
|
10279
|
+
namePlaceholder: string;
|
|
10280
|
+
nameHint: string;
|
|
10281
|
+
audienceLabel: string;
|
|
10282
|
+
audiencePrivate: string;
|
|
10283
|
+
audiencePrivateHint: string;
|
|
10284
|
+
audienceTenant: string;
|
|
10285
|
+
audienceTenantHint: string;
|
|
10286
|
+
audiencePublishWarning: string;
|
|
10287
|
+
descriptionLabel: string;
|
|
10288
|
+
descriptionPlaceholder: string;
|
|
10289
|
+
descriptionHint: string;
|
|
10290
|
+
instructionsLabel: string;
|
|
10291
|
+
instructionsPlaceholder: string;
|
|
10292
|
+
instructionsHint: string;
|
|
10293
|
+
charCount: string;
|
|
10294
|
+
create: string;
|
|
10295
|
+
creating: string;
|
|
10296
|
+
saveNewVersion: string;
|
|
10297
|
+
saving: string;
|
|
10298
|
+
saveFailed: string;
|
|
10299
|
+
unsavedTitle: string;
|
|
10300
|
+
unsavedBody: string;
|
|
10301
|
+
discard: string;
|
|
10302
|
+
keepEditing: string;
|
|
10303
|
+
nameRequired: string;
|
|
10304
|
+
instructionsRequired: string;
|
|
10305
|
+
instructionsTooShort: string;
|
|
10306
|
+
renameWarning: string;
|
|
10307
|
+
historyHeading: string;
|
|
10308
|
+
historyLoading: string;
|
|
10309
|
+
historyFailed: string;
|
|
10310
|
+
historyEmpty: string;
|
|
10311
|
+
versionLabel: string;
|
|
10312
|
+
currentVersion: string;
|
|
10313
|
+
restore: string;
|
|
10314
|
+
restoreHint: string;
|
|
10315
|
+
restoreLoading: string;
|
|
10316
|
+
restoreFailed: string;
|
|
10317
|
+
emptyTenantCta: string;
|
|
10318
|
+
};
|
|
10239
10319
|
texts: {
|
|
10240
10320
|
analyzing: string;
|
|
10241
10321
|
generating: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zeniai/web-components",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.31",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": [
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@stripe/react-stripe-js": "^2.7.3",
|
|
49
49
|
"@stripe/stripe-js": "^4.4.0",
|
|
50
50
|
"@zeniai/client-analytics": "2.0.78",
|
|
51
|
-
"@zeniai/client-epic-state": "5.2.
|
|
51
|
+
"@zeniai/client-epic-state": "5.2.5",
|
|
52
52
|
"autosuggest-highlight": "^3.2.1",
|
|
53
53
|
"browser-image-compression": "^2.0.2",
|
|
54
54
|
"countries-list": "^2.6.1",
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
"@types/react-select": "^4.0.18",
|
|
168
168
|
"@types/react-window": "^1.8.8",
|
|
169
169
|
"@zeniai/client-analytics": "2.0.78",
|
|
170
|
-
"@zeniai/client-epic-state": "5.2.
|
|
170
|
+
"@zeniai/client-epic-state": "5.2.5",
|
|
171
171
|
"color": "^3.1.3",
|
|
172
172
|
"react": "18.3.1",
|
|
173
173
|
"react-dom": "18.3.1",
|