@carlonicora/nextjs-jsonapi 3.9.0 → 3.11.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 (104) hide show
  1. package/dist/BlockNoteEditor-K55A4FS2.css +30 -0
  2. package/dist/BlockNoteEditor-K55A4FS2.css.map +1 -0
  3. package/dist/{BlockNoteEditor-RGMU2O24.mjs → BlockNoteEditor-NBHDEZ7W.mjs} +4 -4
  4. package/dist/{BlockNoteEditor-WY4LFMXQ.js → BlockNoteEditor-XOVNTXDY.js} +19 -19
  5. package/dist/{BlockNoteEditor-WY4LFMXQ.js.map → BlockNoteEditor-XOVNTXDY.js.map} +1 -1
  6. package/dist/{BlockNoteViewer-6N2GQWTI.js → BlockNoteViewer-C2UUOBAF.js} +17 -3
  7. package/dist/BlockNoteViewer-C2UUOBAF.js.map +1 -0
  8. package/dist/{BlockNoteViewer-IBQRJ3WM.mjs → BlockNoteViewer-TYLVTIUD.mjs} +17 -3
  9. package/dist/BlockNoteViewer-TYLVTIUD.mjs.map +1 -0
  10. package/dist/billing/index.css +22 -21
  11. package/dist/billing/index.css.map +1 -1
  12. package/dist/billing/index.js +398 -398
  13. package/dist/billing/index.mjs +3 -3
  14. package/dist/{chunk-UYLS3LJW.js → chunk-6J2SQZ3G.js} +11 -1
  15. package/dist/chunk-6J2SQZ3G.js.map +1 -0
  16. package/dist/{chunk-2D4MFVDV.mjs → chunk-IMSIVIIC.mjs} +2 -2
  17. package/dist/{chunk-HDZ2BL6D.mjs → chunk-M5QAHSCY.mjs} +11 -1
  18. package/dist/{chunk-HDZ2BL6D.mjs.map → chunk-M5QAHSCY.mjs.map} +1 -1
  19. package/dist/{chunk-TULJCLZA.js → chunk-V6CGCARD.js} +7 -7
  20. package/dist/{chunk-TULJCLZA.js.map → chunk-V6CGCARD.js.map} +1 -1
  21. package/dist/{chunk-7PNGCZES.mjs → chunk-XNGI4HDZ.mjs} +1529 -1286
  22. package/dist/chunk-XNGI4HDZ.mjs.map +1 -0
  23. package/dist/{chunk-DOLEXUO3.js → chunk-YN4LOVL4.js} +1301 -1058
  24. package/dist/chunk-YN4LOVL4.js.map +1 -0
  25. package/dist/client/index.css +22 -21
  26. package/dist/client/index.css.map +1 -1
  27. package/dist/client/index.js +4 -4
  28. package/dist/client/index.mjs +3 -3
  29. package/dist/components/index.css +22 -21
  30. package/dist/components/index.css.map +1 -1
  31. package/dist/components/index.d.mts +46 -14
  32. package/dist/components/index.d.ts +46 -14
  33. package/dist/components/index.js +8 -4
  34. package/dist/components/index.js.map +1 -1
  35. package/dist/components/index.mjs +7 -3
  36. package/dist/contexts/index.css +22 -21
  37. package/dist/contexts/index.css.map +1 -1
  38. package/dist/contexts/index.d.mts +28 -4
  39. package/dist/contexts/index.d.ts +28 -4
  40. package/dist/contexts/index.js +10 -4
  41. package/dist/contexts/index.js.map +1 -1
  42. package/dist/contexts/index.mjs +9 -3
  43. package/dist/core/index.d.mts +13 -0
  44. package/dist/core/index.d.ts +13 -0
  45. package/dist/core/index.js +2 -2
  46. package/dist/core/index.mjs +1 -1
  47. package/dist/features/help/index.css +22 -21
  48. package/dist/features/help/index.css.map +1 -1
  49. package/dist/features/help/index.d.mts +6 -1
  50. package/dist/features/help/index.d.ts +6 -1
  51. package/dist/features/help/index.js +39 -38
  52. package/dist/features/help/index.js.map +1 -1
  53. package/dist/features/help/index.mjs +4 -3
  54. package/dist/features/tokenusage/index.css +22 -21
  55. package/dist/features/tokenusage/index.css.map +1 -1
  56. package/dist/features/tokenusage/index.js +102 -102
  57. package/dist/features/tokenusage/index.js.map +1 -1
  58. package/dist/features/tokenusage/index.mjs +4 -4
  59. package/dist/features/tokenusage/index.mjs.map +1 -1
  60. package/dist/index.js +3 -3
  61. package/dist/index.mjs +2 -2
  62. package/dist/{onboarding.interface-Djyl9qYu.d.mts → onboarding.interface-DVUOUC4y.d.mts} +4 -1
  63. package/dist/{onboarding.interface-Djyl9qYu.d.ts → onboarding.interface-DVUOUC4y.d.ts} +4 -1
  64. package/dist/server/index.js +3 -3
  65. package/dist/server/index.mjs +1 -1
  66. package/package.json +2 -2
  67. package/src/components/containers/RoundPageContainer.tsx +2 -1
  68. package/src/components/containers/RoundPageContainerTitle.tsx +6 -1
  69. package/src/components/containers/TabsContainer.tsx +1 -0
  70. package/src/components/forms/EditorSheet.tsx +2 -1
  71. package/src/components/grids/ContentListGrid.tsx +1 -1
  72. package/src/components/navigations/Breadcrumb.tsx +21 -9
  73. package/src/components/navigations/Header.tsx +3 -1
  74. package/src/components/navigations/MobileNavigationBar.tsx +1 -0
  75. package/src/components/tables/ContentListTable.tsx +1 -1
  76. package/src/components/tables/ContentTableSearch.tsx +1 -0
  77. package/src/components/viewers/BlockNoteViewer.tsx +13 -2
  78. package/src/components/viewers/BlockNoteViewerContainer.tsx +4 -1
  79. package/src/contexts/BreadcrumbRootContext.tsx +28 -0
  80. package/src/contexts/index.ts +1 -0
  81. package/src/features/assistant/components/index.ts +2 -0
  82. package/src/features/assistant/components/parts/AssistantComposer.tsx +1 -1
  83. package/src/features/assistant/components/parts/__tests__/AssistantComposer.spec.tsx +2 -2
  84. package/src/features/assistant-action/components/ApprovalActionCard.tsx +325 -4
  85. package/src/features/assistant-action/components/__tests__/ApprovalActionCard.spec.tsx +268 -0
  86. package/src/features/assistant-action/data/AssistantAction.ts +12 -0
  87. package/src/features/assistant-action/data/AssistantActionInterface.ts +9 -0
  88. package/src/features/assistant-action/data/__tests__/AssistantAction.spec.ts +11 -0
  89. package/src/features/help/index.ts +1 -0
  90. package/src/features/onboarding/components/OnboardingCard.tsx +1 -2
  91. package/src/features/onboarding/contexts/OnboardingContext.spec.tsx +191 -0
  92. package/src/features/onboarding/contexts/OnboardingContext.tsx +176 -125
  93. package/src/features/onboarding/interfaces/onboarding.interface.ts +4 -0
  94. package/src/features/onboarding/styles/onboarding.css +25 -30
  95. package/src/features/tokenusage/components/TokenUsageReportFilterBar.tsx +1 -1
  96. package/dist/BlockNoteEditor-YOAJRPWU.css +0 -29
  97. package/dist/BlockNoteEditor-YOAJRPWU.css.map +0 -1
  98. package/dist/BlockNoteViewer-6N2GQWTI.js.map +0 -1
  99. package/dist/BlockNoteViewer-IBQRJ3WM.mjs.map +0 -1
  100. package/dist/chunk-7PNGCZES.mjs.map +0 -1
  101. package/dist/chunk-DOLEXUO3.js.map +0 -1
  102. package/dist/chunk-UYLS3LJW.js.map +0 -1
  103. /package/dist/{BlockNoteEditor-RGMU2O24.mjs.map → BlockNoteEditor-NBHDEZ7W.mjs.map} +0 -0
  104. /package/dist/{chunk-2D4MFVDV.mjs.map → chunk-IMSIVIIC.mjs.map} +0 -0
@@ -1,29 +1,30 @@
1
1
  /* src/features/onboarding/styles/onboarding.css */
2
- .shepherd-modal-overlay-container.shepherd-modal-is-visible {
3
- opacity: 1 !important;
2
+ .driver-popover.onboarding-popover {
3
+ background: transparent;
4
+ box-shadow: none;
5
+ padding: 0;
6
+ border-radius: 0;
7
+ max-width: none;
8
+ width: auto;
9
+ overflow: visible;
10
+ color: inherit;
4
11
  }
5
- .shepherd-modal-overlay-container path {
6
- fill: rgba(0, 0, 0, 0.75) !important;
12
+ .driver-popover.onboarding-popover .driver-popover-title,
13
+ .driver-popover.onboarding-popover .driver-popover-description,
14
+ .driver-popover.onboarding-popover .driver-popover-footer,
15
+ .driver-popover.onboarding-popover .driver-popover-close-btn {
16
+ display: none;
7
17
  }
8
- .shepherd-element {
9
- background: transparent !important;
10
- border: none !important;
11
- box-shadow: none !important;
12
- padding: 0 !important;
13
- max-width: none !important;
18
+ .driver-popover.onboarding-popover .driver-popover-arrow-side-top {
19
+ border-top-color: var(--card);
14
20
  }
15
- .shepherd-content,
16
- .shepherd-text {
17
- padding: 0 !important;
21
+ .driver-popover.onboarding-popover .driver-popover-arrow-side-bottom {
22
+ border-bottom-color: var(--card);
18
23
  }
19
- .shepherd-arrow::before {
20
- background: hsl(var(--card)) !important;
24
+ .driver-popover.onboarding-popover .driver-popover-arrow-side-left {
25
+ border-left-color: var(--card);
21
26
  }
22
- .shepherd-header,
23
- .shepherd-footer {
24
- display: none !important;
25
- }
26
- .dark .shepherd-arrow::before {
27
- background: hsl(var(--card)) !important;
27
+ .driver-popover.onboarding-popover .driver-popover-arrow-side-right {
28
+ border-right-color: var(--card);
28
29
  }
29
30
  /*# sourceMappingURL=index.css.map */
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/features/onboarding/styles/onboarding.css"],"sourcesContent":["/* Shepherd Modal Overlay */\n.shepherd-modal-overlay-container.shepherd-modal-is-visible {\n opacity: 1 !important;\n}\n\n.shepherd-modal-overlay-container path {\n fill: rgba(0, 0, 0, 0.75) !important;\n}\n\n/* Remove default shepherd styling - we use custom React card */\n.shepherd-element {\n background: transparent !important;\n border: none !important;\n box-shadow: none !important;\n padding: 0 !important;\n max-width: none !important;\n}\n\n.shepherd-content,\n.shepherd-text {\n padding: 0 !important;\n}\n\n/* Arrow styling to match card background */\n.shepherd-arrow::before {\n background: hsl(var(--card)) !important;\n}\n\n/* Hide default Shepherd header and footer - we render custom ones */\n.shepherd-header,\n.shepherd-footer {\n display: none !important;\n}\n\n/* Dark mode support */\n.dark .shepherd-arrow::before {\n background: hsl(var(--card)) !important;\n}\n"],"mappings":";AACA,CAAC,gCAAgC,CAAC;AAChC,WAAS;AACX;AAEA,CAJC,iCAIiC;AAChC,QAAM,KAAK,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE;AACtB;AAGA,CAAC;AACC,cAAY;AACZ,UAAQ;AACR,cAAY;AACZ,WAAS;AACT,aAAW;AACb;AAEA,CAAC;AACD,CAAC;AACC,WAAS;AACX;AAGA,CAAC,cAAc;AACb,cAAY,IAAI,IAAI;AACtB;AAGA,CAAC;AACD,CAAC;AACC,WAAS;AACX;AAGA,CAAC,KAAK,CAXL,cAWoB;AACnB,cAAY,IAAI,IAAI;AACtB;","names":[]}
1
+ {"version":3,"sources":["../../src/features/onboarding/styles/onboarding.css"],"sourcesContent":["/* driver.js chrome is hidden: the React card mounted by OnboardingContext is the whole popover. */\n.driver-popover.onboarding-popover {\n background: transparent;\n box-shadow: none;\n padding: 0;\n border-radius: 0;\n max-width: none;\n width: auto;\n /* The card is the popover; driver.js's own clipping would cut it off. */\n overflow: visible;\n color: inherit;\n}\n\n.driver-popover.onboarding-popover .driver-popover-title,\n.driver-popover.onboarding-popover .driver-popover-description,\n.driver-popover.onboarding-popover .driver-popover-footer,\n.driver-popover.onboarding-popover .driver-popover-close-btn {\n display: none;\n}\n\n/* Arrow colour follows the card surface so it reads as part of it. */\n.driver-popover.onboarding-popover .driver-popover-arrow-side-top {\n border-top-color: var(--card);\n}\n.driver-popover.onboarding-popover .driver-popover-arrow-side-bottom {\n border-bottom-color: var(--card);\n}\n.driver-popover.onboarding-popover .driver-popover-arrow-side-left {\n border-left-color: var(--card);\n}\n.driver-popover.onboarding-popover .driver-popover-arrow-side-right {\n border-right-color: var(--card);\n}\n"],"mappings":";AACA,CAAC,cAAc,CAAC;AACd,cAAY;AACZ,cAAY;AACZ,WAAS;AACT,iBAAe;AACf,aAAW;AACX,SAAO;AAEP,YAAU;AACV,SAAO;AACT;AAEA,CAZC,cAYc,CAZC,mBAYmB,CAAC;AACpC,CAbC,cAac,CAbC,mBAamB,CAAC;AACpC,CAdC,cAcc,CAdC,mBAcmB,CAAC;AACpC,CAfC,cAec,CAfC,mBAemB,CAAC;AAClC,WAAS;AACX;AAGA,CApBC,cAoBc,CApBC,mBAoBmB,CAAC;AAClC,oBAAkB,IAAI;AACxB;AACA,CAvBC,cAuBc,CAvBC,mBAuBmB,CAAC;AAClC,uBAAqB,IAAI;AAC3B;AACA,CA1BC,cA0Bc,CA1BC,mBA0BmB,CAAC;AAClC,qBAAmB,IAAI;AACzB;AACA,CA7BC,cA6Bc,CA7BC,mBA6BmB,CAAC;AAClC,sBAAoB,IAAI;AAC1B;","names":[]}
@@ -28,7 +28,7 @@
28
28
 
29
29
 
30
30
 
31
- var _chunkDOLEXUO3js = require('../chunk-DOLEXUO3.js');
31
+ var _chunkYN4LOVL4js = require('../chunk-YN4LOVL4.js');
32
32
 
33
33
 
34
34
 
@@ -43,7 +43,7 @@ var _chunkDOLEXUO3js = require('../chunk-DOLEXUO3.js');
43
43
 
44
44
 
45
45
 
46
- var _chunkTULJCLZAjs = require('../chunk-TULJCLZA.js');
46
+ var _chunkV6CGCARDjs = require('../chunk-V6CGCARD.js');
47
47
 
48
48
 
49
49
 
@@ -55,7 +55,7 @@ var _chunkTULJCLZAjs = require('../chunk-TULJCLZA.js');
55
55
 
56
56
 
57
57
 
58
- var _chunkUYLS3LJWjs = require('../chunk-UYLS3LJW.js');
58
+ var _chunk6J2SQZ3Gjs = require('../chunk-6J2SQZ3G.js');
59
59
 
60
60
 
61
61
  var _chunkLXKSUWAVjs = require('../chunk-LXKSUWAV.js');
@@ -125,5 +125,5 @@ require('../chunk-7QVYU63E.js');
125
125
 
126
126
 
127
127
 
128
- exports.ClientJsonApiDelete = _chunkUYLS3LJWjs.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunkUYLS3LJWjs.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunkUYLS3LJWjs.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunkUYLS3LJWjs.ClientJsonApiPost; exports.ClientJsonApiPut = _chunkUYLS3LJWjs.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider = _chunkDOLEXUO3js.JsonApiProvider; exports.TableGeneratorRegistry = _chunkDOLEXUO3js.TableGeneratorRegistry; exports.buildClientUrl = _chunkUYLS3LJWjs.buildClientUrl; exports.computeLayeredLayout = _chunkDOLEXUO3js.computeLayeredLayout; exports.configureClientConfig = _chunkTULJCLZAjs.configureClientConfig; exports.configureClientJsonApi = _chunkUYLS3LJWjs.configureClientJsonApi; exports.configureI18n = _chunkTULJCLZAjs.configureI18n; exports.configureJsonApi = _chunkTULJCLZAjs.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.fitLayeredLayoutToAspectRatio = _chunkDOLEXUO3js.fitLayeredLayoutToAspectRatio; exports.getApiUrl = _chunkTULJCLZAjs.getApiUrl; exports.getAppUrl = _chunkTULJCLZAjs.getAppUrl; exports.getClientApiUrl = _chunkUYLS3LJWjs.getClientApiUrl; exports.getClientAppUrl = _chunkUYLS3LJWjs.getClientAppUrl; exports.getClientToken = _chunkLXKSUWAVjs.getClientToken; exports.getClientTrackablePages = _chunkUYLS3LJWjs.getClientTrackablePages; exports.getI18nLink = _chunkTULJCLZAjs.getI18nLink; exports.getPublicApiUrl = _chunkTULJCLZAjs.getPublicApiUrl; exports.getStripePublishableKey = _chunkTULJCLZAjs.getStripePublishableKey; exports.getTrackablePages = _chunkTULJCLZAjs.getTrackablePages; exports.registerTableGenerator = _chunkDOLEXUO3js.registerTableGenerator; exports.tableGeneratorRegistry = _chunkDOLEXUO3js.tableGeneratorRegistry; exports.useContentTableStructure = _chunkDOLEXUO3js.useContentTableStructure; exports.useCustomD3Graph = _chunkDOLEXUO3js.useCustomD3Graph; exports.useDataListRetriever = _chunkDOLEXUO3js.useDataListRetriever; exports.useDebounce = _chunkDOLEXUO3js.useDebounce; exports.useI18nDateFnsLocale = _chunkTULJCLZAjs.useI18nDateFnsLocale; exports.useI18nLocale = _chunkTULJCLZAjs.useI18nLocale; exports.useI18nRouter = _chunkTULJCLZAjs.useI18nRouter; exports.useI18nTranslations = _chunkTULJCLZAjs.useI18nTranslations; exports.useJsonApiConfig = _chunk3EPNHTMHjs.useJsonApiConfig; exports.useJsonApiConfigOptional = _chunk3EPNHTMHjs.useJsonApiConfigOptional; exports.useJsonApiGet = _chunkDOLEXUO3js.useJsonApiGet; exports.useJsonApiMutation = _chunkDOLEXUO3js.useJsonApiMutation; exports.useNotificationSync = _chunkDOLEXUO3js.useNotificationSync; exports.useOAuthClient = _chunkDOLEXUO3js.useOAuthClient; exports.useOAuthClients = _chunkDOLEXUO3js.useOAuthClients; exports.useOAuthConsent = _chunkDOLEXUO3js.useOAuthConsent; exports.usePageTracker = _chunkDOLEXUO3js.usePageTracker; exports.usePageUrlGenerator = _chunkDOLEXUO3js.usePageUrlGenerator; exports.useRehydration = _chunkDOLEXUO3js.useRehydration; exports.useRehydrationList = _chunkDOLEXUO3js.useRehydrationList; exports.useRoleTableStructure = _chunkDOLEXUO3js.useRoleTableStructure; exports.useSocket = _chunkDOLEXUO3js.useSocket; exports.useSubscriptionStatus = _chunkDOLEXUO3js.useSubscriptionStatus; exports.useTableGenerator = _chunkDOLEXUO3js.useTableGenerator; exports.useUrlRewriter = _chunkDOLEXUO3js.useUrlRewriter; exports.useUserSearch = _chunkDOLEXUO3js.useUserSearch; exports.useUserTableStructure = _chunkDOLEXUO3js.useUserTableStructure;
128
+ exports.ClientJsonApiDelete = _chunk6J2SQZ3Gjs.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunk6J2SQZ3Gjs.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunk6J2SQZ3Gjs.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunk6J2SQZ3Gjs.ClientJsonApiPost; exports.ClientJsonApiPut = _chunk6J2SQZ3Gjs.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider = _chunkYN4LOVL4js.JsonApiProvider; exports.TableGeneratorRegistry = _chunkYN4LOVL4js.TableGeneratorRegistry; exports.buildClientUrl = _chunk6J2SQZ3Gjs.buildClientUrl; exports.computeLayeredLayout = _chunkYN4LOVL4js.computeLayeredLayout; exports.configureClientConfig = _chunkV6CGCARDjs.configureClientConfig; exports.configureClientJsonApi = _chunk6J2SQZ3Gjs.configureClientJsonApi; exports.configureI18n = _chunkV6CGCARDjs.configureI18n; exports.configureJsonApi = _chunkV6CGCARDjs.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.fitLayeredLayoutToAspectRatio = _chunkYN4LOVL4js.fitLayeredLayoutToAspectRatio; exports.getApiUrl = _chunkV6CGCARDjs.getApiUrl; exports.getAppUrl = _chunkV6CGCARDjs.getAppUrl; exports.getClientApiUrl = _chunk6J2SQZ3Gjs.getClientApiUrl; exports.getClientAppUrl = _chunk6J2SQZ3Gjs.getClientAppUrl; exports.getClientToken = _chunkLXKSUWAVjs.getClientToken; exports.getClientTrackablePages = _chunk6J2SQZ3Gjs.getClientTrackablePages; exports.getI18nLink = _chunkV6CGCARDjs.getI18nLink; exports.getPublicApiUrl = _chunkV6CGCARDjs.getPublicApiUrl; exports.getStripePublishableKey = _chunkV6CGCARDjs.getStripePublishableKey; exports.getTrackablePages = _chunkV6CGCARDjs.getTrackablePages; exports.registerTableGenerator = _chunkYN4LOVL4js.registerTableGenerator; exports.tableGeneratorRegistry = _chunkYN4LOVL4js.tableGeneratorRegistry; exports.useContentTableStructure = _chunkYN4LOVL4js.useContentTableStructure; exports.useCustomD3Graph = _chunkYN4LOVL4js.useCustomD3Graph; exports.useDataListRetriever = _chunkYN4LOVL4js.useDataListRetriever; exports.useDebounce = _chunkYN4LOVL4js.useDebounce; exports.useI18nDateFnsLocale = _chunkV6CGCARDjs.useI18nDateFnsLocale; exports.useI18nLocale = _chunkV6CGCARDjs.useI18nLocale; exports.useI18nRouter = _chunkV6CGCARDjs.useI18nRouter; exports.useI18nTranslations = _chunkV6CGCARDjs.useI18nTranslations; exports.useJsonApiConfig = _chunk3EPNHTMHjs.useJsonApiConfig; exports.useJsonApiConfigOptional = _chunk3EPNHTMHjs.useJsonApiConfigOptional; exports.useJsonApiGet = _chunkYN4LOVL4js.useJsonApiGet; exports.useJsonApiMutation = _chunkYN4LOVL4js.useJsonApiMutation; exports.useNotificationSync = _chunkYN4LOVL4js.useNotificationSync; exports.useOAuthClient = _chunkYN4LOVL4js.useOAuthClient; exports.useOAuthClients = _chunkYN4LOVL4js.useOAuthClients; exports.useOAuthConsent = _chunkYN4LOVL4js.useOAuthConsent; exports.usePageTracker = _chunkYN4LOVL4js.usePageTracker; exports.usePageUrlGenerator = _chunkYN4LOVL4js.usePageUrlGenerator; exports.useRehydration = _chunkYN4LOVL4js.useRehydration; exports.useRehydrationList = _chunkYN4LOVL4js.useRehydrationList; exports.useRoleTableStructure = _chunkYN4LOVL4js.useRoleTableStructure; exports.useSocket = _chunkYN4LOVL4js.useSocket; exports.useSubscriptionStatus = _chunkYN4LOVL4js.useSubscriptionStatus; exports.useTableGenerator = _chunkYN4LOVL4js.useTableGenerator; exports.useUrlRewriter = _chunkYN4LOVL4js.useUrlRewriter; exports.useUserSearch = _chunkYN4LOVL4js.useUserSearch; exports.useUserTableStructure = _chunkYN4LOVL4js.useUserTableStructure;
129
129
  //# sourceMappingURL=index.js.map
@@ -27,7 +27,7 @@ import {
27
27
  useUrlRewriter,
28
28
  useUserSearch,
29
29
  useUserTableStructure
30
- } from "../chunk-7PNGCZES.mjs";
30
+ } from "../chunk-XNGI4HDZ.mjs";
31
31
  import {
32
32
  configureClientConfig,
33
33
  configureI18n,
@@ -42,7 +42,7 @@ import {
42
42
  useI18nLocale,
43
43
  useI18nRouter,
44
44
  useI18nTranslations
45
- } from "../chunk-2D4MFVDV.mjs";
45
+ } from "../chunk-IMSIVIIC.mjs";
46
46
  import {
47
47
  ClientJsonApiDelete,
48
48
  ClientJsonApiGet,
@@ -54,7 +54,7 @@ import {
54
54
  getClientApiUrl,
55
55
  getClientAppUrl,
56
56
  getClientTrackablePages
57
- } from "../chunk-HDZ2BL6D.mjs";
57
+ } from "../chunk-M5QAHSCY.mjs";
58
58
  import {
59
59
  getClientToken
60
60
  } from "../chunk-AUXK7QSA.mjs";
@@ -1,29 +1,30 @@
1
1
  /* src/features/onboarding/styles/onboarding.css */
2
- .shepherd-modal-overlay-container.shepherd-modal-is-visible {
3
- opacity: 1 !important;
2
+ .driver-popover.onboarding-popover {
3
+ background: transparent;
4
+ box-shadow: none;
5
+ padding: 0;
6
+ border-radius: 0;
7
+ max-width: none;
8
+ width: auto;
9
+ overflow: visible;
10
+ color: inherit;
4
11
  }
5
- .shepherd-modal-overlay-container path {
6
- fill: rgba(0, 0, 0, 0.75) !important;
12
+ .driver-popover.onboarding-popover .driver-popover-title,
13
+ .driver-popover.onboarding-popover .driver-popover-description,
14
+ .driver-popover.onboarding-popover .driver-popover-footer,
15
+ .driver-popover.onboarding-popover .driver-popover-close-btn {
16
+ display: none;
7
17
  }
8
- .shepherd-element {
9
- background: transparent !important;
10
- border: none !important;
11
- box-shadow: none !important;
12
- padding: 0 !important;
13
- max-width: none !important;
18
+ .driver-popover.onboarding-popover .driver-popover-arrow-side-top {
19
+ border-top-color: var(--card);
14
20
  }
15
- .shepherd-content,
16
- .shepherd-text {
17
- padding: 0 !important;
21
+ .driver-popover.onboarding-popover .driver-popover-arrow-side-bottom {
22
+ border-bottom-color: var(--card);
18
23
  }
19
- .shepherd-arrow::before {
20
- background: hsl(var(--card)) !important;
24
+ .driver-popover.onboarding-popover .driver-popover-arrow-side-left {
25
+ border-left-color: var(--card);
21
26
  }
22
- .shepherd-header,
23
- .shepherd-footer {
24
- display: none !important;
25
- }
26
- .dark .shepherd-arrow::before {
27
- background: hsl(var(--card)) !important;
27
+ .driver-popover.onboarding-popover .driver-popover-arrow-side-right {
28
+ border-right-color: var(--card);
28
29
  }
29
30
  /*# sourceMappingURL=index.css.map */
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/features/onboarding/styles/onboarding.css"],"sourcesContent":["/* Shepherd Modal Overlay */\n.shepherd-modal-overlay-container.shepherd-modal-is-visible {\n opacity: 1 !important;\n}\n\n.shepherd-modal-overlay-container path {\n fill: rgba(0, 0, 0, 0.75) !important;\n}\n\n/* Remove default shepherd styling - we use custom React card */\n.shepherd-element {\n background: transparent !important;\n border: none !important;\n box-shadow: none !important;\n padding: 0 !important;\n max-width: none !important;\n}\n\n.shepherd-content,\n.shepherd-text {\n padding: 0 !important;\n}\n\n/* Arrow styling to match card background */\n.shepherd-arrow::before {\n background: hsl(var(--card)) !important;\n}\n\n/* Hide default Shepherd header and footer - we render custom ones */\n.shepherd-header,\n.shepherd-footer {\n display: none !important;\n}\n\n/* Dark mode support */\n.dark .shepherd-arrow::before {\n background: hsl(var(--card)) !important;\n}\n"],"mappings":";AACA,CAAC,gCAAgC,CAAC;AAChC,WAAS;AACX;AAEA,CAJC,iCAIiC;AAChC,QAAM,KAAK,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE;AACtB;AAGA,CAAC;AACC,cAAY;AACZ,UAAQ;AACR,cAAY;AACZ,WAAS;AACT,aAAW;AACb;AAEA,CAAC;AACD,CAAC;AACC,WAAS;AACX;AAGA,CAAC,cAAc;AACb,cAAY,IAAI,IAAI;AACtB;AAGA,CAAC;AACD,CAAC;AACC,WAAS;AACX;AAGA,CAAC,KAAK,CAXL,cAWoB;AACnB,cAAY,IAAI,IAAI;AACtB;","names":[]}
1
+ {"version":3,"sources":["../../src/features/onboarding/styles/onboarding.css"],"sourcesContent":["/* driver.js chrome is hidden: the React card mounted by OnboardingContext is the whole popover. */\n.driver-popover.onboarding-popover {\n background: transparent;\n box-shadow: none;\n padding: 0;\n border-radius: 0;\n max-width: none;\n width: auto;\n /* The card is the popover; driver.js's own clipping would cut it off. */\n overflow: visible;\n color: inherit;\n}\n\n.driver-popover.onboarding-popover .driver-popover-title,\n.driver-popover.onboarding-popover .driver-popover-description,\n.driver-popover.onboarding-popover .driver-popover-footer,\n.driver-popover.onboarding-popover .driver-popover-close-btn {\n display: none;\n}\n\n/* Arrow colour follows the card surface so it reads as part of it. */\n.driver-popover.onboarding-popover .driver-popover-arrow-side-top {\n border-top-color: var(--card);\n}\n.driver-popover.onboarding-popover .driver-popover-arrow-side-bottom {\n border-bottom-color: var(--card);\n}\n.driver-popover.onboarding-popover .driver-popover-arrow-side-left {\n border-left-color: var(--card);\n}\n.driver-popover.onboarding-popover .driver-popover-arrow-side-right {\n border-right-color: var(--card);\n}\n"],"mappings":";AACA,CAAC,cAAc,CAAC;AACd,cAAY;AACZ,cAAY;AACZ,WAAS;AACT,iBAAe;AACf,aAAW;AACX,SAAO;AAEP,YAAU;AACV,SAAO;AACT;AAEA,CAZC,cAYc,CAZC,mBAYmB,CAAC;AACpC,CAbC,cAac,CAbC,mBAamB,CAAC;AACpC,CAdC,cAcc,CAdC,mBAcmB,CAAC;AACpC,CAfC,cAec,CAfC,mBAemB,CAAC;AAClC,WAAS;AACX;AAGA,CApBC,cAoBc,CApBC,mBAoBmB,CAAC;AAClC,oBAAkB,IAAI;AACxB;AACA,CAvBC,cAuBc,CAvBC,mBAuBmB,CAAC;AAClC,uBAAqB,IAAI;AAC3B;AACA,CA1BC,cA0Bc,CA1BC,mBA0BmB,CAAC;AAClC,qBAAmB,IAAI;AACzB;AACA,CA7BC,cA6Bc,CA7BC,mBA6BmB,CAAC;AAClC,sBAAoB,IAAI;AAC1B;","names":[]}
@@ -25,7 +25,7 @@ import { J as JsonApiHydratedDataInterface, A as ApiDataInterface } from '../Api
25
25
  import { b as AuthInterface } from '../auth.interface-jYD8Gc4P.mjs';
26
26
  import { LucideIcon, Loader2Icon } from 'lucide-react';
27
27
  import z from 'zod';
28
- import { g as OnboardingCardRenderProps } from '../onboarding.interface-Djyl9qYu.mjs';
28
+ import { h as OnboardingCardRenderProps } from '../onboarding.interface-DVUOUC4y.mjs';
29
29
  import { e as OAuthScopeInfo, O as OAuthClientInterface, b as OAuthClientCreateRequest, d as OAuthConsentRequest } from '../oauth.interface-DRE3NAKc.mjs';
30
30
  import { Q as QuestionnaireField } from '../waitlist.config-kPfjImle.mjs';
31
31
  import { P as PermissionValue } from '../RbacTypes-BTbr27Ew.mjs';
@@ -485,6 +485,7 @@ declare function BlockNoteEditorMentionHoverCard({ containerRef, mentionResolveF
485
485
 
486
486
  declare const BlockNoteViewerContainer: React__default.MemoExoticComponent<(props: {
487
487
  content: unknown;
488
+ size?: "default" | "sm";
488
489
  }) => React__default.JSX.Element>;
489
490
 
490
491
  declare function ErrorDetails({ title, message, code }: {
@@ -1118,8 +1119,9 @@ declare function useEditorDialog(isFormDirty: () => boolean, options?: UseEditor
1118
1119
  type BreadcrumbProps = {
1119
1120
  items: BreadcrumbItemData[];
1120
1121
  rootLabel?: string;
1122
+ showRoot?: boolean;
1121
1123
  };
1122
- declare function BreadcrumbNavigation({ items, rootLabel }: BreadcrumbProps): React$1.JSX.Element;
1124
+ declare function BreadcrumbNavigation({ items, rootLabel, showRoot }: BreadcrumbProps): React$1.JSX.Element;
1123
1125
 
1124
1126
  type TitleProps = {
1125
1127
  type?: string | string[];
@@ -1870,7 +1872,7 @@ type MentionRenderer = (p: {
1870
1872
  id: string;
1871
1873
  alias: string;
1872
1874
  }) => ReactNode;
1873
- interface Props$8 {
1875
+ interface Props$a {
1874
1876
  message: AssistantMessageInterface;
1875
1877
  isLatestAssistant: boolean;
1876
1878
  onSelectFollowUp: (q: string) => void;
@@ -1879,9 +1881,9 @@ interface Props$8 {
1879
1881
  renderApprovalAction?: ApprovalActionRenderer;
1880
1882
  renderMention?: MentionRenderer;
1881
1883
  }
1882
- declare function MessageItem({ message, isLatestAssistant, onSelectFollowUp, failedMessageIds, onRetry, renderApprovalAction, renderMention, }: Props$8): React$1.JSX.Element;
1884
+ declare function MessageItem({ message, isLatestAssistant, onSelectFollowUp, failedMessageIds, onRetry, renderApprovalAction, renderMention, }: Props$a): React$1.JSX.Element;
1883
1885
 
1884
- interface Props$7 {
1886
+ interface Props$9 {
1885
1887
  /**
1886
1888
  * Optional renderer for `approval-request` messages (operator engine). The
1887
1889
  * approval card component lives in the consuming app, which registers the
@@ -1890,9 +1892,9 @@ interface Props$7 {
1890
1892
  */
1891
1893
  renderApprovalAction?: ApprovalActionRenderer;
1892
1894
  }
1893
- declare function AssistantContainer({ renderApprovalAction }?: Props$7): React$1.JSX.Element;
1895
+ declare function AssistantContainer({ renderApprovalAction }?: Props$9): React$1.JSX.Element;
1894
1896
 
1895
- interface Props$6 {
1897
+ interface Props$8 {
1896
1898
  renderApprovalAction?: ApprovalActionRenderer;
1897
1899
  renderMention?: MentionRenderer;
1898
1900
  mentionSearchFn?: (query: string, params?: Record<string, string>) => Promise<MentionItem[]>;
@@ -1919,9 +1921,9 @@ interface Props$6 {
1919
1921
  * the conversation fills the card. Unlike `AssistantContainer` the composer is
1920
1922
  * the BlockNote one, so the very first message of a thread can carry mentions.
1921
1923
  */
1922
- declare function AssistantPageContainer({ renderApprovalAction, renderMention, mentionSearchFn, mentionSearchParams, mentionResolveFn, suggestionMenuComponent, detailsTitle, detailsIcon, disabled, }: Props$6): React__default.JSX.Element;
1924
+ declare function AssistantPageContainer({ renderApprovalAction, renderMention, mentionSearchFn, mentionSearchParams, mentionResolveFn, suggestionMenuComponent, detailsTitle, detailsIcon, disabled, }: Props$8): React__default.JSX.Element;
1923
1925
 
1924
- interface Props$5 {
1926
+ interface Props$7 {
1925
1927
  onSend: (content: string, opts: {
1926
1928
  contentBlocks: unknown[];
1927
1929
  }) => Promise<void>;
@@ -1940,7 +1942,27 @@ interface Props$5 {
1940
1942
  * sends the BlockNote document alongside the flattened text, so the server can
1941
1943
  * resolve `@`-mentions to real entities and pin them into the agent's focus.
1942
1944
  */
1943
- declare function AssistantBlockNoteComposer({ onSend, disabled, mentionSearchFn, mentionSearchParams, mentionResolveFn, suggestionMenuComponent, }: Props$5): React$1.JSX.Element;
1945
+ declare function AssistantBlockNoteComposer({ onSend, disabled, mentionSearchFn, mentionSearchParams, mentionResolveFn, suggestionMenuComponent, }: Props$7): React$1.JSX.Element;
1946
+
1947
+ interface Props$6 {
1948
+ messages: AssistantMessageInterface[];
1949
+ sending: boolean;
1950
+ status?: string;
1951
+ onSelectFollowUp: (q: string) => void;
1952
+ failedMessageIds?: Set<string>;
1953
+ onRetry?: (tempId: string) => void;
1954
+ renderApprovalAction?: ApprovalActionRenderer;
1955
+ renderMention?: MentionRenderer;
1956
+ }
1957
+ declare function AssistantThread({ messages, sending, status, onSelectFollowUp, failedMessageIds, onRetry, renderApprovalAction, renderMention, }: Props$6): React$1.JSX.Element;
1958
+
1959
+ interface Props$5 {
1960
+ onSend: (content: string) => Promise<void>;
1961
+ disabled?: boolean;
1962
+ value?: string;
1963
+ onValueChange?: (v: string) => void;
1964
+ }
1965
+ declare function AssistantComposer({ onSend, disabled, value: controlled, onValueChange }: Props$5): React$1.JSX.Element;
1944
1966
 
1945
1967
  interface Props$4 {
1946
1968
  messages: AssistantMessageInterface[];
@@ -1975,18 +1997,28 @@ interface Props$2 {
1975
1997
  actionId: string;
1976
1998
  /** Human-readable summary fallback (the approval-request message content). */
1977
1999
  summary?: string;
2000
+ /**
2001
+ * Relationship keys from the proposal that must not be rendered as rows.
2002
+ *
2003
+ * The write tools discard the model's scope relationship and force the run's
2004
+ * own scope, so showing it is noise at best and wrong at worst (the proposal
2005
+ * may name a different record than the one that will actually be written).
2006
+ * The host app names the keys it forces — e.g. `["campaign"]`.
2007
+ */
2008
+ hiddenRelationshipKeys?: string[];
1978
2009
  /** Invoked with the resumed assistant message returned by approve/deny. */
1979
2010
  onResolved?: (message: AssistantMessageInterface) => void;
1980
2011
  }
1981
2012
  /**
1982
2013
  * Renders an `approval-request` assistant message as an action card:
1983
- * the destructive-tool summary plus Approve / Deny buttons. Buttons are
1984
- * only actionable while the underlying AssistantAction is `pending`.
2014
+ * the destructive-tool summary, the proposed record (what the assistant wants
2015
+ * to write), plus Approve / Deny buttons. Buttons are only actionable while the
2016
+ * underlying AssistantAction is `pending`.
1985
2017
  *
1986
2018
  * NOTE: plain `<Button>` elements on purpose — never wrapped inside any
1987
2019
  * Base UI trigger component (no nested buttons, no `asChild`).
1988
2020
  */
1989
- declare function ApprovalActionCard({ actionId, summary, onResolved }: Props$2): React$1.JSX.Element;
2021
+ declare function ApprovalActionCard({ actionId, summary, onResolved, hiddenRelationshipKeys }: Props$2): React$1.JSX.Element;
1990
2022
 
1991
2023
  /**
1992
2024
  * AssistantContainer with the operator approval card wired in. The container
@@ -3460,4 +3492,4 @@ interface MultipleSelectorRef {
3460
3492
  declare function useDebounce<T>(value: T, delay?: number): T;
3461
3493
  declare const MultipleSelector: React$1.ForwardRefExoticComponent<MultipleSelectorProps & React$1.RefAttributes<MultipleSelectorRef>>;
3462
3494
 
3463
- export { ADMINISTRATION_I18N_KEYS, AI_CONNECTIONS_ADMIN_PAGE_URL, AI_CONNECTIONS_I18N_KEYS, AI_CONNECTION_TYPE_ORDER, AcceptInvitation, Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActivateAccount, AddUserToRole, AdminCompanyContainer, type AdminGroup, AdminIndexContainer, AdminIndexGrid, type AdminSection, AdminUsersList, AiConnectionDeleter, type AiConnectionDeleterProps, AiConnectionEditor, type AiConnectionEditorProps, AiConnectionEnvDefaults, AiConnectionInterface, AiConnectionTypeCard, type AiConnectionTypeCardProps, AiConnectionsContainer, type AiConnectionsContextType, AiConnectionsProvider, type AiConnectionsProviderProps, AiProviderRegistry, Alert, AlertAction, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogMedia, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AllUsersListContainer, AllowedUsersDetails, ApprovalActionCard, type ApprovalActionRenderer, AssistantBlockNoteComposer, AssistantContainer, AssistantContainerWithApprovals, AssistantPageContainer, AttributeElement, AuthContainer, Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage, BackupCodesDialog, Badge, type BadgeProps, type BlockNoteAiConfig, BlockNoteEditorContainer, BlockNoteEditorMentionHoverCard, BlockNoteEditorMentionSuggestionMenu, type BlockNoteEditorProps, BlockNoteViewerContainer, KanbanBoard as Board, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbNavigation, BreadcrumbPage, BreadcrumbSeparator, Button, Calendar, CalendarDayButton, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, KanbanColumn as Column, KanbanColumnHandle as ColumnHandle, Combobox, ComboboxChip, ComboboxChips, ComboboxChipsInput, ComboboxCollection, ComboboxContent, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxLabel, ComboboxList, ComboboxSeparator, ComboboxTrigger, ComboboxValue, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommonAddTrigger, CommonAssociationCommandDialog, CommonAssociationTrigger, CommonDeleter, CommonEditorButtons, CommonEditorDiscardDialog, CommonEditorHeader, CommonEditorTrigger, CompaniesList, CompaniesListContainer, CompanyConfigurationEditor, CompanyContainer, CompanyContent, CompanyDeleter, CompanyDetails, CompanyEditor, CompanyUsersList, ConfirmDialog, type ConfirmDialogProps, ContentListGrid, type ContentListGridProps, ContentListTable, ContentTableSearch, ContentTitle, ContentsList, ContentsListById, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, ContributorsList, Cookies, CurrencyInput, type CurrencyInputProps, DatePickerPopover, DateRangeSelector, DetailField, type DetailFieldProps, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DisableTwoFactorDialog, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EditableAvatar, EditorSheet, type EditorSheetProps, EmptyState, EntityAvatar, EntityHero, EntityHeroAvatar, EntityHeroLayout, EntityHeroMetaRow, EntityMultiSelector, EntitySection, EntitySelector, ErrorDetails, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FileInput, FileUploader, FileUploaderContent, FileUploaderItem, FiscalDataDisplay, type FiscalDataHandle, ForgotPassword, Form, FormBlockNote, FormBody, FormCheckbox, FormCol, FormDate, FormDateTime, FormFeatures, FormFieldWrapper, FormInput, FormPassword, FormPlaceAutocomplete, FormRoles, FormRow, FormSection, FormSelect, FormSlider, FormSwitch, FormTextarea, GdprConsentCheckbox, GdprConsentSection, type GenerateTableStructureParams, HEADER_ROW_MIN_H, Header, HoverCard, HoverCardContent, HoverCardTrigger, HowToCommand, HowToCommandViewer, HowToContainer, HowToContent, HowToDeleter, HowToDetails, HowToEditor, HowToList, HowToListContainer, HowToMultiSelector, HowToSelector, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, ItalianFiscalData, ItalianFiscalDataDisplay, type ItalianFiscalDataProps, KanbanItem as Item, KanbanItemHandle as ItemHandle, KanbanRoot as Kanban, KanbanBoard, KanbanColumn, KanbanColumnHandle, KanbanItem, KanbanItemHandle, KanbanOverlay, Label, LandingComponent, Link, type LinkProps, Login, Logout, type MentionHoverCardProps, type MentionInsertFn, type MentionItem, type MentionNameResolver, type MentionRenderProps, type MentionRenderer, type MentionResolveFn, type MentionResolveResult, type MentionSearchFn, type MentionSuggestionItem, MessageItem, MessageList, MessageSourcesPanel, MicroLabel, type MicroLabelProps, MobileNavigationBar, ModeToggleSwitch, MultiFileUploader, MultiSelect, MultipleSelector, type MultipleSelectorProps, type MultipleSelectorRef, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuPositioner, NavigationMenuTrigger, NotificationErrorBoundary, NotificationMenuItem, NotificationModal, NotificationToast, NotificationsList, NotificationsListContainer, OAuthClientCard, type OAuthClientCardProps, OAuthClientDetail, type OAuthClientDetailProps, OAuthClientForm, type OAuthClientFormProps, OAuthClientList, type OAuthClientListProps, OAuthClientSecretDisplay, type OAuthClientSecretDisplayProps, OAuthConsentActions, type OAuthConsentActionsProps, OAuthConsentHeader, type OAuthConsentHeaderProps, OAuthConsentScreen, type OAuthConsentScreenProps, OAuthRedirectUriInput, type OAuthRedirectUriInputProps, OAuthScopeList, type OAuthScopeListProps, OAuthScopeSelector, type OAuthScopeSelectorProps, OnboardingCard, type Option, KanbanOverlay as Overlay, PageContainer, PageContainerContentDetails, type PageContainerItems, PageContentContainer, PageSection, type PartitionedTabs, PasskeyButton, PasskeyList, PasskeySetupDialog, PasswordInput, type PasswordInputProps, type PlaceAddressComponents, type PlaceSuggestion, PlatformUsersContainer, PlatformUsersList, Popover, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger, Progress, ProgressIndicator, ProgressLabel, ProgressTrack, ProgressValue, PushNotificationProvider, RadioGroup, RadioGroupItem, RbacByRoleContainer, RbacContainer, RbacPermissionCell, RbacPermissionPicker, ReactMarkdownContainer, RecentPagesNavigator, ReferralCodeCapture, ReferralDialog, type ReferralDialogProps, type ReferralDialogTranslations, ReferralWidget, type ReferralWidgetProps, type ReferralWidgetTranslations, RefreshUser, RelevantContentsList, RelevantUsersList, RemoveUserFromRole, ResetPassword, ResizableHandle, ResizablePanel, ResizablePanelGroup, RoleContainer, RoleDetails, RoleUsersList, RolesList, KanbanRoot as Root, RoundPageContainer, RoundPageContainerTitle, ScrollArea, ScrollBar, SectionHeader, type SectionHeaderProps, SecurityContainer, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, Spinner, Switch, type Tab, Table, TableBody, TableCaption, TableCell, TableCellAvatar, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContainer, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, Toggle, TokenStatusIndicator, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TotpAuthenticatorList, TotpInput, TotpSetupDialog, TwoFactorChallenge, TwoFactorSettings, UserAvatar, UserAvatarEditor, UserAvatarList, UserContainer, UserContent, UserDeleter, UserEditor, UserIndexContainer, UserIndexDetails, UserListInAdd, UserMultiSelect, UserReactivator, UserResentInvitationEmail, UserRoleAdd, UserRolesList, UserSearchPopover, UserSelector, UserStanadaloneDetails, UsersList, UsersListByContentIds, UsersListContainer, WaitlistConfirmation, WaitlistForm, WaitlistHeroSection, WaitlistList, WaitlistQuestionnaireRenderer, WaitlistSuccessState, badgeVariants, buttonVariants, cellComponent, cellDate, cellDateTime, cellId, cellLink, cellUrl, createMentionInlineContentSpec, errorToast, generateNotificationData, mentionDataAttrs, navigationMenuTriggerStyle, nextDateRange, parseFiscalData, parseMentionElement, partitionTabs, spinnerVariants, tabsListVariants, toggleVariants, triggerAssociationToast, useAiConnections, useCarousel, useComboboxAnchor, useDebounce, useEditorDialog, useFileUpload, useMentionInsert, useSidebar };
3495
+ export { ADMINISTRATION_I18N_KEYS, AI_CONNECTIONS_ADMIN_PAGE_URL, AI_CONNECTIONS_I18N_KEYS, AI_CONNECTION_TYPE_ORDER, AcceptInvitation, Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActivateAccount, AddUserToRole, AdminCompanyContainer, type AdminGroup, AdminIndexContainer, AdminIndexGrid, type AdminSection, AdminUsersList, AiConnectionDeleter, type AiConnectionDeleterProps, AiConnectionEditor, type AiConnectionEditorProps, AiConnectionEnvDefaults, AiConnectionInterface, AiConnectionTypeCard, type AiConnectionTypeCardProps, AiConnectionsContainer, type AiConnectionsContextType, AiConnectionsProvider, type AiConnectionsProviderProps, AiProviderRegistry, Alert, AlertAction, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogMedia, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AllUsersListContainer, AllowedUsersDetails, ApprovalActionCard, type ApprovalActionRenderer, AssistantBlockNoteComposer, AssistantComposer, AssistantContainer, AssistantContainerWithApprovals, AssistantPageContainer, AssistantThread, AttributeElement, AuthContainer, Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage, BackupCodesDialog, Badge, type BadgeProps, type BlockNoteAiConfig, BlockNoteEditorContainer, BlockNoteEditorMentionHoverCard, BlockNoteEditorMentionSuggestionMenu, type BlockNoteEditorProps, BlockNoteViewerContainer, KanbanBoard as Board, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbNavigation, BreadcrumbPage, BreadcrumbSeparator, Button, Calendar, CalendarDayButton, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, KanbanColumn as Column, KanbanColumnHandle as ColumnHandle, Combobox, ComboboxChip, ComboboxChips, ComboboxChipsInput, ComboboxCollection, ComboboxContent, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxLabel, ComboboxList, ComboboxSeparator, ComboboxTrigger, ComboboxValue, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommonAddTrigger, CommonAssociationCommandDialog, CommonAssociationTrigger, CommonDeleter, CommonEditorButtons, CommonEditorDiscardDialog, CommonEditorHeader, CommonEditorTrigger, CompaniesList, CompaniesListContainer, CompanyConfigurationEditor, CompanyContainer, CompanyContent, CompanyDeleter, CompanyDetails, CompanyEditor, CompanyUsersList, ConfirmDialog, type ConfirmDialogProps, ContentListGrid, type ContentListGridProps, ContentListTable, ContentTableSearch, ContentTitle, ContentsList, ContentsListById, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, ContributorsList, Cookies, CurrencyInput, type CurrencyInputProps, DatePickerPopover, DateRangeSelector, DetailField, type DetailFieldProps, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DisableTwoFactorDialog, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EditableAvatar, EditorSheet, type EditorSheetProps, EmptyState, EntityAvatar, EntityHero, EntityHeroAvatar, EntityHeroLayout, EntityHeroMetaRow, EntityMultiSelector, EntitySection, EntitySelector, ErrorDetails, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FileInput, FileUploader, FileUploaderContent, FileUploaderItem, FiscalDataDisplay, type FiscalDataHandle, ForgotPassword, Form, FormBlockNote, FormBody, FormCheckbox, FormCol, FormDate, FormDateTime, FormFeatures, FormFieldWrapper, FormInput, FormPassword, FormPlaceAutocomplete, FormRoles, FormRow, FormSection, FormSelect, FormSlider, FormSwitch, FormTextarea, GdprConsentCheckbox, GdprConsentSection, type GenerateTableStructureParams, HEADER_ROW_MIN_H, Header, HoverCard, HoverCardContent, HoverCardTrigger, HowToCommand, HowToCommandViewer, HowToContainer, HowToContent, HowToDeleter, HowToDetails, HowToEditor, HowToList, HowToListContainer, HowToMultiSelector, HowToSelector, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, ItalianFiscalData, ItalianFiscalDataDisplay, type ItalianFiscalDataProps, KanbanItem as Item, KanbanItemHandle as ItemHandle, KanbanRoot as Kanban, KanbanBoard, KanbanColumn, KanbanColumnHandle, KanbanItem, KanbanItemHandle, KanbanOverlay, Label, LandingComponent, Link, type LinkProps, Login, Logout, type MentionHoverCardProps, type MentionInsertFn, type MentionItem, type MentionNameResolver, type MentionRenderProps, type MentionRenderer, type MentionResolveFn, type MentionResolveResult, type MentionSearchFn, type MentionSuggestionItem, MessageItem, MessageList, MessageSourcesPanel, MicroLabel, type MicroLabelProps, MobileNavigationBar, ModeToggleSwitch, MultiFileUploader, MultiSelect, MultipleSelector, type MultipleSelectorProps, type MultipleSelectorRef, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuPositioner, NavigationMenuTrigger, NotificationErrorBoundary, NotificationMenuItem, NotificationModal, NotificationToast, NotificationsList, NotificationsListContainer, OAuthClientCard, type OAuthClientCardProps, OAuthClientDetail, type OAuthClientDetailProps, OAuthClientForm, type OAuthClientFormProps, OAuthClientList, type OAuthClientListProps, OAuthClientSecretDisplay, type OAuthClientSecretDisplayProps, OAuthConsentActions, type OAuthConsentActionsProps, OAuthConsentHeader, type OAuthConsentHeaderProps, OAuthConsentScreen, type OAuthConsentScreenProps, OAuthRedirectUriInput, type OAuthRedirectUriInputProps, OAuthScopeList, type OAuthScopeListProps, OAuthScopeSelector, type OAuthScopeSelectorProps, OnboardingCard, type Option, KanbanOverlay as Overlay, PageContainer, PageContainerContentDetails, type PageContainerItems, PageContentContainer, PageSection, type PartitionedTabs, PasskeyButton, PasskeyList, PasskeySetupDialog, PasswordInput, type PasswordInputProps, type PlaceAddressComponents, type PlaceSuggestion, PlatformUsersContainer, PlatformUsersList, Popover, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger, Progress, ProgressIndicator, ProgressLabel, ProgressTrack, ProgressValue, PushNotificationProvider, RadioGroup, RadioGroupItem, RbacByRoleContainer, RbacContainer, RbacPermissionCell, RbacPermissionPicker, ReactMarkdownContainer, RecentPagesNavigator, ReferralCodeCapture, ReferralDialog, type ReferralDialogProps, type ReferralDialogTranslations, ReferralWidget, type ReferralWidgetProps, type ReferralWidgetTranslations, RefreshUser, RelevantContentsList, RelevantUsersList, RemoveUserFromRole, ResetPassword, ResizableHandle, ResizablePanel, ResizablePanelGroup, RoleContainer, RoleDetails, RoleUsersList, RolesList, KanbanRoot as Root, RoundPageContainer, RoundPageContainerTitle, ScrollArea, ScrollBar, SectionHeader, type SectionHeaderProps, SecurityContainer, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, Spinner, Switch, type Tab, Table, TableBody, TableCaption, TableCell, TableCellAvatar, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContainer, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, Toggle, TokenStatusIndicator, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TotpAuthenticatorList, TotpInput, TotpSetupDialog, TwoFactorChallenge, TwoFactorSettings, UserAvatar, UserAvatarEditor, UserAvatarList, UserContainer, UserContent, UserDeleter, UserEditor, UserIndexContainer, UserIndexDetails, UserListInAdd, UserMultiSelect, UserReactivator, UserResentInvitationEmail, UserRoleAdd, UserRolesList, UserSearchPopover, UserSelector, UserStanadaloneDetails, UsersList, UsersListByContentIds, UsersListContainer, WaitlistConfirmation, WaitlistForm, WaitlistHeroSection, WaitlistList, WaitlistQuestionnaireRenderer, WaitlistSuccessState, badgeVariants, buttonVariants, cellComponent, cellDate, cellDateTime, cellId, cellLink, cellUrl, createMentionInlineContentSpec, errorToast, generateNotificationData, mentionDataAttrs, navigationMenuTriggerStyle, nextDateRange, parseFiscalData, parseMentionElement, partitionTabs, spinnerVariants, tabsListVariants, toggleVariants, triggerAssociationToast, useAiConnections, useCarousel, useComboboxAnchor, useDebounce, useEditorDialog, useFileUpload, useMentionInsert, useSidebar };
@@ -25,7 +25,7 @@ import { J as JsonApiHydratedDataInterface, A as ApiDataInterface } from '../Api
25
25
  import { b as AuthInterface } from '../auth.interface-B6ZQLGjS.js';
26
26
  import { LucideIcon, Loader2Icon } from 'lucide-react';
27
27
  import z from 'zod';
28
- import { g as OnboardingCardRenderProps } from '../onboarding.interface-Djyl9qYu.js';
28
+ import { h as OnboardingCardRenderProps } from '../onboarding.interface-DVUOUC4y.js';
29
29
  import { e as OAuthScopeInfo, O as OAuthClientInterface, b as OAuthClientCreateRequest, d as OAuthConsentRequest } from '../oauth.interface-CD90ycYz.js';
30
30
  import { Q as QuestionnaireField } from '../waitlist.config-kPfjImle.js';
31
31
  import { P as PermissionValue } from '../RbacTypes-BTbr27Ew.js';
@@ -485,6 +485,7 @@ declare function BlockNoteEditorMentionHoverCard({ containerRef, mentionResolveF
485
485
 
486
486
  declare const BlockNoteViewerContainer: React__default.MemoExoticComponent<(props: {
487
487
  content: unknown;
488
+ size?: "default" | "sm";
488
489
  }) => React__default.JSX.Element>;
489
490
 
490
491
  declare function ErrorDetails({ title, message, code }: {
@@ -1118,8 +1119,9 @@ declare function useEditorDialog(isFormDirty: () => boolean, options?: UseEditor
1118
1119
  type BreadcrumbProps = {
1119
1120
  items: BreadcrumbItemData[];
1120
1121
  rootLabel?: string;
1122
+ showRoot?: boolean;
1121
1123
  };
1122
- declare function BreadcrumbNavigation({ items, rootLabel }: BreadcrumbProps): React$1.JSX.Element;
1124
+ declare function BreadcrumbNavigation({ items, rootLabel, showRoot }: BreadcrumbProps): React$1.JSX.Element;
1123
1125
 
1124
1126
  type TitleProps = {
1125
1127
  type?: string | string[];
@@ -1870,7 +1872,7 @@ type MentionRenderer = (p: {
1870
1872
  id: string;
1871
1873
  alias: string;
1872
1874
  }) => ReactNode;
1873
- interface Props$8 {
1875
+ interface Props$a {
1874
1876
  message: AssistantMessageInterface;
1875
1877
  isLatestAssistant: boolean;
1876
1878
  onSelectFollowUp: (q: string) => void;
@@ -1879,9 +1881,9 @@ interface Props$8 {
1879
1881
  renderApprovalAction?: ApprovalActionRenderer;
1880
1882
  renderMention?: MentionRenderer;
1881
1883
  }
1882
- declare function MessageItem({ message, isLatestAssistant, onSelectFollowUp, failedMessageIds, onRetry, renderApprovalAction, renderMention, }: Props$8): React$1.JSX.Element;
1884
+ declare function MessageItem({ message, isLatestAssistant, onSelectFollowUp, failedMessageIds, onRetry, renderApprovalAction, renderMention, }: Props$a): React$1.JSX.Element;
1883
1885
 
1884
- interface Props$7 {
1886
+ interface Props$9 {
1885
1887
  /**
1886
1888
  * Optional renderer for `approval-request` messages (operator engine). The
1887
1889
  * approval card component lives in the consuming app, which registers the
@@ -1890,9 +1892,9 @@ interface Props$7 {
1890
1892
  */
1891
1893
  renderApprovalAction?: ApprovalActionRenderer;
1892
1894
  }
1893
- declare function AssistantContainer({ renderApprovalAction }?: Props$7): React$1.JSX.Element;
1895
+ declare function AssistantContainer({ renderApprovalAction }?: Props$9): React$1.JSX.Element;
1894
1896
 
1895
- interface Props$6 {
1897
+ interface Props$8 {
1896
1898
  renderApprovalAction?: ApprovalActionRenderer;
1897
1899
  renderMention?: MentionRenderer;
1898
1900
  mentionSearchFn?: (query: string, params?: Record<string, string>) => Promise<MentionItem[]>;
@@ -1919,9 +1921,9 @@ interface Props$6 {
1919
1921
  * the conversation fills the card. Unlike `AssistantContainer` the composer is
1920
1922
  * the BlockNote one, so the very first message of a thread can carry mentions.
1921
1923
  */
1922
- declare function AssistantPageContainer({ renderApprovalAction, renderMention, mentionSearchFn, mentionSearchParams, mentionResolveFn, suggestionMenuComponent, detailsTitle, detailsIcon, disabled, }: Props$6): React__default.JSX.Element;
1924
+ declare function AssistantPageContainer({ renderApprovalAction, renderMention, mentionSearchFn, mentionSearchParams, mentionResolveFn, suggestionMenuComponent, detailsTitle, detailsIcon, disabled, }: Props$8): React__default.JSX.Element;
1923
1925
 
1924
- interface Props$5 {
1926
+ interface Props$7 {
1925
1927
  onSend: (content: string, opts: {
1926
1928
  contentBlocks: unknown[];
1927
1929
  }) => Promise<void>;
@@ -1940,7 +1942,27 @@ interface Props$5 {
1940
1942
  * sends the BlockNote document alongside the flattened text, so the server can
1941
1943
  * resolve `@`-mentions to real entities and pin them into the agent's focus.
1942
1944
  */
1943
- declare function AssistantBlockNoteComposer({ onSend, disabled, mentionSearchFn, mentionSearchParams, mentionResolveFn, suggestionMenuComponent, }: Props$5): React$1.JSX.Element;
1945
+ declare function AssistantBlockNoteComposer({ onSend, disabled, mentionSearchFn, mentionSearchParams, mentionResolveFn, suggestionMenuComponent, }: Props$7): React$1.JSX.Element;
1946
+
1947
+ interface Props$6 {
1948
+ messages: AssistantMessageInterface[];
1949
+ sending: boolean;
1950
+ status?: string;
1951
+ onSelectFollowUp: (q: string) => void;
1952
+ failedMessageIds?: Set<string>;
1953
+ onRetry?: (tempId: string) => void;
1954
+ renderApprovalAction?: ApprovalActionRenderer;
1955
+ renderMention?: MentionRenderer;
1956
+ }
1957
+ declare function AssistantThread({ messages, sending, status, onSelectFollowUp, failedMessageIds, onRetry, renderApprovalAction, renderMention, }: Props$6): React$1.JSX.Element;
1958
+
1959
+ interface Props$5 {
1960
+ onSend: (content: string) => Promise<void>;
1961
+ disabled?: boolean;
1962
+ value?: string;
1963
+ onValueChange?: (v: string) => void;
1964
+ }
1965
+ declare function AssistantComposer({ onSend, disabled, value: controlled, onValueChange }: Props$5): React$1.JSX.Element;
1944
1966
 
1945
1967
  interface Props$4 {
1946
1968
  messages: AssistantMessageInterface[];
@@ -1975,18 +1997,28 @@ interface Props$2 {
1975
1997
  actionId: string;
1976
1998
  /** Human-readable summary fallback (the approval-request message content). */
1977
1999
  summary?: string;
2000
+ /**
2001
+ * Relationship keys from the proposal that must not be rendered as rows.
2002
+ *
2003
+ * The write tools discard the model's scope relationship and force the run's
2004
+ * own scope, so showing it is noise at best and wrong at worst (the proposal
2005
+ * may name a different record than the one that will actually be written).
2006
+ * The host app names the keys it forces — e.g. `["campaign"]`.
2007
+ */
2008
+ hiddenRelationshipKeys?: string[];
1978
2009
  /** Invoked with the resumed assistant message returned by approve/deny. */
1979
2010
  onResolved?: (message: AssistantMessageInterface) => void;
1980
2011
  }
1981
2012
  /**
1982
2013
  * Renders an `approval-request` assistant message as an action card:
1983
- * the destructive-tool summary plus Approve / Deny buttons. Buttons are
1984
- * only actionable while the underlying AssistantAction is `pending`.
2014
+ * the destructive-tool summary, the proposed record (what the assistant wants
2015
+ * to write), plus Approve / Deny buttons. Buttons are only actionable while the
2016
+ * underlying AssistantAction is `pending`.
1985
2017
  *
1986
2018
  * NOTE: plain `<Button>` elements on purpose — never wrapped inside any
1987
2019
  * Base UI trigger component (no nested buttons, no `asChild`).
1988
2020
  */
1989
- declare function ApprovalActionCard({ actionId, summary, onResolved }: Props$2): React$1.JSX.Element;
2021
+ declare function ApprovalActionCard({ actionId, summary, onResolved, hiddenRelationshipKeys }: Props$2): React$1.JSX.Element;
1990
2022
 
1991
2023
  /**
1992
2024
  * AssistantContainer with the operator approval card wired in. The container
@@ -3460,4 +3492,4 @@ interface MultipleSelectorRef {
3460
3492
  declare function useDebounce<T>(value: T, delay?: number): T;
3461
3493
  declare const MultipleSelector: React$1.ForwardRefExoticComponent<MultipleSelectorProps & React$1.RefAttributes<MultipleSelectorRef>>;
3462
3494
 
3463
- export { ADMINISTRATION_I18N_KEYS, AI_CONNECTIONS_ADMIN_PAGE_URL, AI_CONNECTIONS_I18N_KEYS, AI_CONNECTION_TYPE_ORDER, AcceptInvitation, Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActivateAccount, AddUserToRole, AdminCompanyContainer, type AdminGroup, AdminIndexContainer, AdminIndexGrid, type AdminSection, AdminUsersList, AiConnectionDeleter, type AiConnectionDeleterProps, AiConnectionEditor, type AiConnectionEditorProps, AiConnectionEnvDefaults, AiConnectionInterface, AiConnectionTypeCard, type AiConnectionTypeCardProps, AiConnectionsContainer, type AiConnectionsContextType, AiConnectionsProvider, type AiConnectionsProviderProps, AiProviderRegistry, Alert, AlertAction, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogMedia, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AllUsersListContainer, AllowedUsersDetails, ApprovalActionCard, type ApprovalActionRenderer, AssistantBlockNoteComposer, AssistantContainer, AssistantContainerWithApprovals, AssistantPageContainer, AttributeElement, AuthContainer, Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage, BackupCodesDialog, Badge, type BadgeProps, type BlockNoteAiConfig, BlockNoteEditorContainer, BlockNoteEditorMentionHoverCard, BlockNoteEditorMentionSuggestionMenu, type BlockNoteEditorProps, BlockNoteViewerContainer, KanbanBoard as Board, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbNavigation, BreadcrumbPage, BreadcrumbSeparator, Button, Calendar, CalendarDayButton, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, KanbanColumn as Column, KanbanColumnHandle as ColumnHandle, Combobox, ComboboxChip, ComboboxChips, ComboboxChipsInput, ComboboxCollection, ComboboxContent, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxLabel, ComboboxList, ComboboxSeparator, ComboboxTrigger, ComboboxValue, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommonAddTrigger, CommonAssociationCommandDialog, CommonAssociationTrigger, CommonDeleter, CommonEditorButtons, CommonEditorDiscardDialog, CommonEditorHeader, CommonEditorTrigger, CompaniesList, CompaniesListContainer, CompanyConfigurationEditor, CompanyContainer, CompanyContent, CompanyDeleter, CompanyDetails, CompanyEditor, CompanyUsersList, ConfirmDialog, type ConfirmDialogProps, ContentListGrid, type ContentListGridProps, ContentListTable, ContentTableSearch, ContentTitle, ContentsList, ContentsListById, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, ContributorsList, Cookies, CurrencyInput, type CurrencyInputProps, DatePickerPopover, DateRangeSelector, DetailField, type DetailFieldProps, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DisableTwoFactorDialog, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EditableAvatar, EditorSheet, type EditorSheetProps, EmptyState, EntityAvatar, EntityHero, EntityHeroAvatar, EntityHeroLayout, EntityHeroMetaRow, EntityMultiSelector, EntitySection, EntitySelector, ErrorDetails, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FileInput, FileUploader, FileUploaderContent, FileUploaderItem, FiscalDataDisplay, type FiscalDataHandle, ForgotPassword, Form, FormBlockNote, FormBody, FormCheckbox, FormCol, FormDate, FormDateTime, FormFeatures, FormFieldWrapper, FormInput, FormPassword, FormPlaceAutocomplete, FormRoles, FormRow, FormSection, FormSelect, FormSlider, FormSwitch, FormTextarea, GdprConsentCheckbox, GdprConsentSection, type GenerateTableStructureParams, HEADER_ROW_MIN_H, Header, HoverCard, HoverCardContent, HoverCardTrigger, HowToCommand, HowToCommandViewer, HowToContainer, HowToContent, HowToDeleter, HowToDetails, HowToEditor, HowToList, HowToListContainer, HowToMultiSelector, HowToSelector, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, ItalianFiscalData, ItalianFiscalDataDisplay, type ItalianFiscalDataProps, KanbanItem as Item, KanbanItemHandle as ItemHandle, KanbanRoot as Kanban, KanbanBoard, KanbanColumn, KanbanColumnHandle, KanbanItem, KanbanItemHandle, KanbanOverlay, Label, LandingComponent, Link, type LinkProps, Login, Logout, type MentionHoverCardProps, type MentionInsertFn, type MentionItem, type MentionNameResolver, type MentionRenderProps, type MentionRenderer, type MentionResolveFn, type MentionResolveResult, type MentionSearchFn, type MentionSuggestionItem, MessageItem, MessageList, MessageSourcesPanel, MicroLabel, type MicroLabelProps, MobileNavigationBar, ModeToggleSwitch, MultiFileUploader, MultiSelect, MultipleSelector, type MultipleSelectorProps, type MultipleSelectorRef, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuPositioner, NavigationMenuTrigger, NotificationErrorBoundary, NotificationMenuItem, NotificationModal, NotificationToast, NotificationsList, NotificationsListContainer, OAuthClientCard, type OAuthClientCardProps, OAuthClientDetail, type OAuthClientDetailProps, OAuthClientForm, type OAuthClientFormProps, OAuthClientList, type OAuthClientListProps, OAuthClientSecretDisplay, type OAuthClientSecretDisplayProps, OAuthConsentActions, type OAuthConsentActionsProps, OAuthConsentHeader, type OAuthConsentHeaderProps, OAuthConsentScreen, type OAuthConsentScreenProps, OAuthRedirectUriInput, type OAuthRedirectUriInputProps, OAuthScopeList, type OAuthScopeListProps, OAuthScopeSelector, type OAuthScopeSelectorProps, OnboardingCard, type Option, KanbanOverlay as Overlay, PageContainer, PageContainerContentDetails, type PageContainerItems, PageContentContainer, PageSection, type PartitionedTabs, PasskeyButton, PasskeyList, PasskeySetupDialog, PasswordInput, type PasswordInputProps, type PlaceAddressComponents, type PlaceSuggestion, PlatformUsersContainer, PlatformUsersList, Popover, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger, Progress, ProgressIndicator, ProgressLabel, ProgressTrack, ProgressValue, PushNotificationProvider, RadioGroup, RadioGroupItem, RbacByRoleContainer, RbacContainer, RbacPermissionCell, RbacPermissionPicker, ReactMarkdownContainer, RecentPagesNavigator, ReferralCodeCapture, ReferralDialog, type ReferralDialogProps, type ReferralDialogTranslations, ReferralWidget, type ReferralWidgetProps, type ReferralWidgetTranslations, RefreshUser, RelevantContentsList, RelevantUsersList, RemoveUserFromRole, ResetPassword, ResizableHandle, ResizablePanel, ResizablePanelGroup, RoleContainer, RoleDetails, RoleUsersList, RolesList, KanbanRoot as Root, RoundPageContainer, RoundPageContainerTitle, ScrollArea, ScrollBar, SectionHeader, type SectionHeaderProps, SecurityContainer, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, Spinner, Switch, type Tab, Table, TableBody, TableCaption, TableCell, TableCellAvatar, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContainer, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, Toggle, TokenStatusIndicator, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TotpAuthenticatorList, TotpInput, TotpSetupDialog, TwoFactorChallenge, TwoFactorSettings, UserAvatar, UserAvatarEditor, UserAvatarList, UserContainer, UserContent, UserDeleter, UserEditor, UserIndexContainer, UserIndexDetails, UserListInAdd, UserMultiSelect, UserReactivator, UserResentInvitationEmail, UserRoleAdd, UserRolesList, UserSearchPopover, UserSelector, UserStanadaloneDetails, UsersList, UsersListByContentIds, UsersListContainer, WaitlistConfirmation, WaitlistForm, WaitlistHeroSection, WaitlistList, WaitlistQuestionnaireRenderer, WaitlistSuccessState, badgeVariants, buttonVariants, cellComponent, cellDate, cellDateTime, cellId, cellLink, cellUrl, createMentionInlineContentSpec, errorToast, generateNotificationData, mentionDataAttrs, navigationMenuTriggerStyle, nextDateRange, parseFiscalData, parseMentionElement, partitionTabs, spinnerVariants, tabsListVariants, toggleVariants, triggerAssociationToast, useAiConnections, useCarousel, useComboboxAnchor, useDebounce, useEditorDialog, useFileUpload, useMentionInsert, useSidebar };
3495
+ export { ADMINISTRATION_I18N_KEYS, AI_CONNECTIONS_ADMIN_PAGE_URL, AI_CONNECTIONS_I18N_KEYS, AI_CONNECTION_TYPE_ORDER, AcceptInvitation, Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActivateAccount, AddUserToRole, AdminCompanyContainer, type AdminGroup, AdminIndexContainer, AdminIndexGrid, type AdminSection, AdminUsersList, AiConnectionDeleter, type AiConnectionDeleterProps, AiConnectionEditor, type AiConnectionEditorProps, AiConnectionEnvDefaults, AiConnectionInterface, AiConnectionTypeCard, type AiConnectionTypeCardProps, AiConnectionsContainer, type AiConnectionsContextType, AiConnectionsProvider, type AiConnectionsProviderProps, AiProviderRegistry, Alert, AlertAction, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogMedia, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AllUsersListContainer, AllowedUsersDetails, ApprovalActionCard, type ApprovalActionRenderer, AssistantBlockNoteComposer, AssistantComposer, AssistantContainer, AssistantContainerWithApprovals, AssistantPageContainer, AssistantThread, AttributeElement, AuthContainer, Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage, BackupCodesDialog, Badge, type BadgeProps, type BlockNoteAiConfig, BlockNoteEditorContainer, BlockNoteEditorMentionHoverCard, BlockNoteEditorMentionSuggestionMenu, type BlockNoteEditorProps, BlockNoteViewerContainer, KanbanBoard as Board, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbNavigation, BreadcrumbPage, BreadcrumbSeparator, Button, Calendar, CalendarDayButton, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, KanbanColumn as Column, KanbanColumnHandle as ColumnHandle, Combobox, ComboboxChip, ComboboxChips, ComboboxChipsInput, ComboboxCollection, ComboboxContent, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxLabel, ComboboxList, ComboboxSeparator, ComboboxTrigger, ComboboxValue, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommonAddTrigger, CommonAssociationCommandDialog, CommonAssociationTrigger, CommonDeleter, CommonEditorButtons, CommonEditorDiscardDialog, CommonEditorHeader, CommonEditorTrigger, CompaniesList, CompaniesListContainer, CompanyConfigurationEditor, CompanyContainer, CompanyContent, CompanyDeleter, CompanyDetails, CompanyEditor, CompanyUsersList, ConfirmDialog, type ConfirmDialogProps, ContentListGrid, type ContentListGridProps, ContentListTable, ContentTableSearch, ContentTitle, ContentsList, ContentsListById, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, ContributorsList, Cookies, CurrencyInput, type CurrencyInputProps, DatePickerPopover, DateRangeSelector, DetailField, type DetailFieldProps, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DisableTwoFactorDialog, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EditableAvatar, EditorSheet, type EditorSheetProps, EmptyState, EntityAvatar, EntityHero, EntityHeroAvatar, EntityHeroLayout, EntityHeroMetaRow, EntityMultiSelector, EntitySection, EntitySelector, ErrorDetails, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FileInput, FileUploader, FileUploaderContent, FileUploaderItem, FiscalDataDisplay, type FiscalDataHandle, ForgotPassword, Form, FormBlockNote, FormBody, FormCheckbox, FormCol, FormDate, FormDateTime, FormFeatures, FormFieldWrapper, FormInput, FormPassword, FormPlaceAutocomplete, FormRoles, FormRow, FormSection, FormSelect, FormSlider, FormSwitch, FormTextarea, GdprConsentCheckbox, GdprConsentSection, type GenerateTableStructureParams, HEADER_ROW_MIN_H, Header, HoverCard, HoverCardContent, HoverCardTrigger, HowToCommand, HowToCommandViewer, HowToContainer, HowToContent, HowToDeleter, HowToDetails, HowToEditor, HowToList, HowToListContainer, HowToMultiSelector, HowToSelector, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, ItalianFiscalData, ItalianFiscalDataDisplay, type ItalianFiscalDataProps, KanbanItem as Item, KanbanItemHandle as ItemHandle, KanbanRoot as Kanban, KanbanBoard, KanbanColumn, KanbanColumnHandle, KanbanItem, KanbanItemHandle, KanbanOverlay, Label, LandingComponent, Link, type LinkProps, Login, Logout, type MentionHoverCardProps, type MentionInsertFn, type MentionItem, type MentionNameResolver, type MentionRenderProps, type MentionRenderer, type MentionResolveFn, type MentionResolveResult, type MentionSearchFn, type MentionSuggestionItem, MessageItem, MessageList, MessageSourcesPanel, MicroLabel, type MicroLabelProps, MobileNavigationBar, ModeToggleSwitch, MultiFileUploader, MultiSelect, MultipleSelector, type MultipleSelectorProps, type MultipleSelectorRef, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuPositioner, NavigationMenuTrigger, NotificationErrorBoundary, NotificationMenuItem, NotificationModal, NotificationToast, NotificationsList, NotificationsListContainer, OAuthClientCard, type OAuthClientCardProps, OAuthClientDetail, type OAuthClientDetailProps, OAuthClientForm, type OAuthClientFormProps, OAuthClientList, type OAuthClientListProps, OAuthClientSecretDisplay, type OAuthClientSecretDisplayProps, OAuthConsentActions, type OAuthConsentActionsProps, OAuthConsentHeader, type OAuthConsentHeaderProps, OAuthConsentScreen, type OAuthConsentScreenProps, OAuthRedirectUriInput, type OAuthRedirectUriInputProps, OAuthScopeList, type OAuthScopeListProps, OAuthScopeSelector, type OAuthScopeSelectorProps, OnboardingCard, type Option, KanbanOverlay as Overlay, PageContainer, PageContainerContentDetails, type PageContainerItems, PageContentContainer, PageSection, type PartitionedTabs, PasskeyButton, PasskeyList, PasskeySetupDialog, PasswordInput, type PasswordInputProps, type PlaceAddressComponents, type PlaceSuggestion, PlatformUsersContainer, PlatformUsersList, Popover, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger, Progress, ProgressIndicator, ProgressLabel, ProgressTrack, ProgressValue, PushNotificationProvider, RadioGroup, RadioGroupItem, RbacByRoleContainer, RbacContainer, RbacPermissionCell, RbacPermissionPicker, ReactMarkdownContainer, RecentPagesNavigator, ReferralCodeCapture, ReferralDialog, type ReferralDialogProps, type ReferralDialogTranslations, ReferralWidget, type ReferralWidgetProps, type ReferralWidgetTranslations, RefreshUser, RelevantContentsList, RelevantUsersList, RemoveUserFromRole, ResetPassword, ResizableHandle, ResizablePanel, ResizablePanelGroup, RoleContainer, RoleDetails, RoleUsersList, RolesList, KanbanRoot as Root, RoundPageContainer, RoundPageContainerTitle, ScrollArea, ScrollBar, SectionHeader, type SectionHeaderProps, SecurityContainer, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, Spinner, Switch, type Tab, Table, TableBody, TableCaption, TableCell, TableCellAvatar, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContainer, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, Toggle, TokenStatusIndicator, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TotpAuthenticatorList, TotpInput, TotpSetupDialog, TwoFactorChallenge, TwoFactorSettings, UserAvatar, UserAvatarEditor, UserAvatarList, UserContainer, UserContent, UserDeleter, UserEditor, UserIndexContainer, UserIndexDetails, UserListInAdd, UserMultiSelect, UserReactivator, UserResentInvitationEmail, UserRoleAdd, UserRolesList, UserSearchPopover, UserSelector, UserStanadaloneDetails, UsersList, UsersListByContentIds, UsersListContainer, WaitlistConfirmation, WaitlistForm, WaitlistHeroSection, WaitlistList, WaitlistQuestionnaireRenderer, WaitlistSuccessState, badgeVariants, buttonVariants, cellComponent, cellDate, cellDateTime, cellId, cellLink, cellUrl, createMentionInlineContentSpec, errorToast, generateNotificationData, mentionDataAttrs, navigationMenuTriggerStyle, nextDateRange, parseFiscalData, parseMentionElement, partitionTabs, spinnerVariants, tabsListVariants, toggleVariants, triggerAssociationToast, useAiConnections, useCarousel, useComboboxAnchor, useDebounce, useEditorDialog, useFileUpload, useMentionInsert, useSidebar };