@zeniai/web-components 4.3.60 → 4.3.62-beta0ND

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 (26) hide show
  1. package/dist/{SessionTimeoutPopup-DOvBM1F6.cjs → SessionTimeoutPopup-CG3zQGql.cjs} +17283 -16427
  2. package/dist/{SessionTimeoutPopup-BmGGI1m1.js → SessionTimeoutPopup-G4OLmSKh.js} +90386 -88118
  3. package/dist/appLocale.d.ts +146 -0
  4. package/dist/cockpit.cjs.js +2 -2
  5. package/dist/cockpit.esm.js +79 -76
  6. package/dist/components/aiCfo/AiCfoPage.d.ts +68 -0
  7. package/dist/components/aiCfo/components/AiCfoCombobox.d.ts +24 -0
  8. package/dist/components/aiCfo/components/AiCfoRoutineDetail.d.ts +29 -0
  9. package/dist/components/aiCfo/components/AiCfoRoutineEditor.d.ts +46 -0
  10. package/dist/components/aiCfo/components/AiCfoRoutineRunsPanel.d.ts +42 -0
  11. package/dist/components/aiCfo/components/AiCfoRoutinesBrowser.d.ts +41 -0
  12. package/dist/components/aiCfo/components/AiCfoScrollArea.d.ts +11 -0
  13. package/dist/components/aiCfo/components/helpers/aiCfoRoutines.d.ts +197 -0
  14. package/dist/components/aiCfo/stories/hooks/useAiCfoStreamingState.d.ts +1 -0
  15. package/dist/components/appDrawerContent/AiCfoMenuContent.d.ts +29 -1
  16. package/dist/components/appDrawerContent/AppDrawerContent.d.ts +8 -1
  17. package/dist/components/appDrawerContent/MenuButton.d.ts +4 -3
  18. package/dist/components/appDrawerContent/MenuList.d.ts +8 -1
  19. package/dist/components/appDrawerContent/appDrawerContent.helpers.d.ts +5 -0
  20. package/dist/components/settingsPage/Notifications/NotificationSettingsPage.d.ts +9 -2
  21. package/dist/components/settingsPage/Notifications/{taskNotifications/TaskNotificationsSection.d.ts → notificationControls/NotificationControlsSection.d.ts} +4 -2
  22. package/dist/index.cjs.js +1 -1
  23. package/dist/index.d.ts +2 -0
  24. package/dist/index.esm.js +130 -127
  25. package/dist/strings/strings.d.ts +146 -0
  26. package/package.json +5 -5
@@ -754,6 +754,7 @@ export declare const zeniStrings: {
754
754
  signInSecurelyViaPlaid: string;
755
755
  signUpForFree: string;
756
756
  siteDefault: string;
757
+ routines: string;
757
758
  skills: string;
758
759
  skipGoToMyDashboard: string;
759
760
  snooze: string;
@@ -2553,6 +2554,7 @@ export declare const zeniStrings: {
2553
2554
  };
2554
2555
  taskNotifications: {
2555
2556
  sectionTitle: string;
2557
+ commentingSectionTitle: string;
2556
2558
  groupCount: string;
2557
2559
  channelLabels: {
2558
2560
  slack: string;
@@ -9078,6 +9080,150 @@ export declare const zeniStrings: {
9078
9080
  examplePrefix: string;
9079
9081
  tip: string;
9080
9082
  };
9083
+ routines: {
9084
+ title: string;
9085
+ am: string;
9086
+ pm: string;
9087
+ subtitle: string;
9088
+ empty: string;
9089
+ loading: string;
9090
+ loadFailed: string;
9091
+ newRoutine: string;
9092
+ capReached: string;
9093
+ everyDayAt: string;
9094
+ everyWeekAt: string;
9095
+ everyMonthAt: string;
9096
+ unknownSchedule: string;
9097
+ weekdays: string[];
9098
+ ordinalSuffixes: {
9099
+ one: string;
9100
+ two: string;
9101
+ few: string;
9102
+ other: string;
9103
+ };
9104
+ unknownScheduleHint: string;
9105
+ inTimezone: string;
9106
+ nextRun: string;
9107
+ neverRun: string;
9108
+ lastRunSucceeded: string;
9109
+ lastRunSucceededNoDate: string;
9110
+ lastRunFailedNoDate: string;
9111
+ lastRunTimeoutNoDate: string;
9112
+ lastRunFailed: string;
9113
+ lastRunTimeout: string;
9114
+ pausedBadge: string;
9115
+ autoPaused: string;
9116
+ adHocBadge: string;
9117
+ brokenSkill: string;
9118
+ pause: string;
9119
+ resume: string;
9120
+ pauseRoutine: string;
9121
+ resumeRoutine: string;
9122
+ editRoutine: string;
9123
+ deleteRoutine: string;
9124
+ openThread: string;
9125
+ run: string;
9126
+ runRoutine: string;
9127
+ running: string;
9128
+ runQueued: string;
9129
+ runFailed: string;
9130
+ history: string;
9131
+ hideHistory: string;
9132
+ historyLoading: string;
9133
+ historyFailed: string;
9134
+ historyEmpty: string;
9135
+ runManual: string;
9136
+ runScheduled: string;
9137
+ runInFlight: string;
9138
+ runSucceeded: string;
9139
+ runFailedStatus: string;
9140
+ runTimedOut: string;
9141
+ runUnknownStatus: string;
9142
+ runAt: string;
9143
+ runAttempt: string;
9144
+ openRun: string;
9145
+ openRunLabel: string;
9146
+ backToRoutines: string;
9147
+ configuration: string;
9148
+ enabledLabel: string;
9149
+ enabledOn: string;
9150
+ enabledOff: string;
9151
+ enabledOnHint: string;
9152
+ enabledOffHint: string;
9153
+ scheduleRow: string;
9154
+ oneOffSource: string;
9155
+ instructionsHeading: string;
9156
+ showAll: string;
9157
+ showLess: string;
9158
+ runsHeading: string;
9159
+ successRatio: string;
9160
+ neverRunStatus: string;
9161
+ openRoutine: string;
9162
+ openRoutinePage: string;
9163
+ breadcrumbRoot: string;
9164
+ edit: string;
9165
+ runRowLabel: string;
9166
+ newRuns: string;
9167
+ scheduledSection: string;
9168
+ cadenceDaily: string;
9169
+ cadenceWeekly: string;
9170
+ cadenceMonthly: string;
9171
+ cadenceCustom: string;
9172
+ showRuns: string;
9173
+ hideRuns: string;
9174
+ panelRuns: string;
9175
+ panelDetails: string;
9176
+ panelSkill: string;
9177
+ composerPlaceholder: string;
9178
+ composerSubmit: string;
9179
+ composerExamples: string[];
9180
+ deleteConfirm: string;
9181
+ deleteConfirmBody: string;
9182
+ deleting: string;
9183
+ deleteFailed: string;
9184
+ saveFailed: string;
9185
+ nameLabel: string;
9186
+ namePlaceholder: string;
9187
+ sourceLabel: string;
9188
+ sourceSkill: string;
9189
+ sourcePrompt: string;
9190
+ promptPlaceholder: string;
9191
+ promptHint: string;
9192
+ skillLabel: string;
9193
+ skillHint: string;
9194
+ cadenceLabel: string;
9195
+ daily: string;
9196
+ weekly: string;
9197
+ monthly: string;
9198
+ weekdayLabel: string;
9199
+ dayOfMonthLabel: string;
9200
+ dayOfMonthHint: string;
9201
+ hourLabel: string;
9202
+ minuteLabel: string;
9203
+ timeLabel: string;
9204
+ scheduleLabel: string;
9205
+ runsSummary: string;
9206
+ timezoneLabel: string;
9207
+ timezonePlaceholder: string;
9208
+ timezoneHint: string;
9209
+ timezoneInvalid: string;
9210
+ skillPlaceholder: string;
9211
+ skillUnknown: string;
9212
+ templateLabel: string;
9213
+ templatePlaceholder: string;
9214
+ templateHint: string;
9215
+ templateLoading: string;
9216
+ templateFailed: string;
9217
+ skillInstructionsLabel: string;
9218
+ skillInstructionsLoading: string;
9219
+ skillInstructionsFailed: string;
9220
+ editACopy: string;
9221
+ editACopyHint: string;
9222
+ noMatches: string;
9223
+ deliveryNote: string;
9224
+ save: string;
9225
+ saving: string;
9226
+ };
9081
9227
  skills: {
9082
9228
  subtitle: string;
9083
9229
  byZeni: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeniai/web-components",
3
- "version": "4.3.60",
3
+ "version": "4.3.62-beta0ND",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "sideEffects": [
@@ -47,8 +47,8 @@
47
47
  "@statsig/react-bindings": "^3.14.0",
48
48
  "@stripe/react-stripe-js": "^2.7.3",
49
49
  "@stripe/stripe-js": "^4.4.0",
50
- "@zeniai/client-analytics": "2.0.88",
51
- "@zeniai/client-epic-state": "5.2.33",
50
+ "@zeniai/client-analytics": "2.0.87",
51
+ "@zeniai/client-epic-state": "5.2.34-beta0ND",
52
52
  "autosuggest-highlight": "^3.2.1",
53
53
  "browser-image-compression": "^2.0.2",
54
54
  "countries-list": "^2.6.1",
@@ -166,8 +166,8 @@
166
166
  "@types/color": "^3.0.2",
167
167
  "@types/react-select": "^4.0.18",
168
168
  "@types/react-window": "^1.8.8",
169
- "@zeniai/client-analytics": "2.0.88",
170
- "@zeniai/client-epic-state": "5.2.33",
169
+ "@zeniai/client-analytics": "2.0.87",
170
+ "@zeniai/client-epic-state": "5.2.34-beta0ND",
171
171
  "color": "^3.1.3",
172
172
  "react": "18.3.1",
173
173
  "react-dom": "18.3.1",