@corva/ui 3.54.0-9 → 3.54.0-rc.1

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 (326) hide show
  1. package/README.md +70 -0
  2. package/cjs-bundle/clients/api/AuthRecovery.js +2 -0
  3. package/cjs-bundle/clients/api/AuthRecovery.js.map +1 -0
  4. package/cjs-bundle/clients/api/apiCore.js +1 -1
  5. package/cjs-bundle/clients/api/apiCore.js.map +1 -1
  6. package/cjs-bundle/clients/jsonApi/index.js +1 -1
  7. package/cjs-bundle/clients/jsonApi/index.js.map +1 -1
  8. package/cjs-bundle/components/OffsetWellPickerV5/OffsetWellPickerV5.js +1 -1
  9. package/cjs-bundle/components/OffsetWellPickerV5/api/shared/fetchers/getAllAssets.js +1 -1
  10. package/cjs-bundle/components/OffsetWellPickerV5/api/shared/fetchers/getAssetsByBounds.js +1 -1
  11. package/cjs-bundle/components/OffsetWellPickerV5/api/shared/fetchers/getAssetsByIds.js +1 -1
  12. package/cjs-bundle/components/OffsetWellPickerV5/api/wells/fetchWellsByRigIds.js +1 -1
  13. package/cjs-bundle/components/OffsetWellPickerV5/components/AppHeader/AppHeader.module.css.js +1 -1
  14. package/cjs-bundle/components/OffsetWellPickerV5/components/AppHeader/components/HeaderActions/HeaderActions.js +1 -1
  15. package/cjs-bundle/components/OffsetWellPickerV5/components/AppHeader/components/HeaderActions/HeaderActions.module.css.js +2 -0
  16. package/cjs-bundle/components/OffsetWellPickerV5/components/AppHeader/components/HeaderActions/HeaderActions.module.css.js.map +1 -0
  17. package/cjs-bundle/components/OffsetWellPickerV5/components/CustomInfoIcon/CustomInfoIcon.js +1 -1
  18. package/cjs-bundle/components/OffsetWellPickerV5/components/Filter/Filter.js +1 -1
  19. package/cjs-bundle/components/OffsetWellPickerV5/components/Filter/Filter.module.css.js +1 -1
  20. package/cjs-bundle/components/OffsetWellPickerV5/components/Filter/components/FilterOptionsList/FilterItem.js +2 -0
  21. package/cjs-bundle/components/OffsetWellPickerV5/components/Filter/components/FilterOptionsList/FilterItem.js.map +1 -0
  22. package/cjs-bundle/components/OffsetWellPickerV5/components/Filter/components/FilterOptionsList/FilterOptionsList.js +1 -1
  23. package/cjs-bundle/components/OffsetWellPickerV5/components/Filter/components/MultiFilterSelect/MultiFilterSelect.js +1 -1
  24. package/cjs-bundle/components/OffsetWellPickerV5/components/Filter/components/PeriodFilterSelect/PeriodFilterSelect.js +1 -1
  25. package/cjs-bundle/components/OffsetWellPickerV5/components/Filter/components/SingleFilterSelect/SingleFilterSelect.js +1 -1
  26. package/cjs-bundle/components/OffsetWellPickerV5/components/Filter/components/StatusFilterSelect/StatusFilterSelect.js +1 -1
  27. package/cjs-bundle/components/OffsetWellPickerV5/components/Filter/components/VirtualizedListBox/VirtualizedListBox.js +1 -1
  28. package/cjs-bundle/components/OffsetWellPickerV5/components/Filter/components/VirtualizedListBox/VirtualizedListBox.module.css.js +1 -1
  29. package/cjs-bundle/components/OffsetWellPickerV5/components/Filter/components/VirtualizedListBox/hooks/useContainerMaxHeight.js +2 -0
  30. package/cjs-bundle/components/OffsetWellPickerV5/components/Filter/components/VirtualizedListBox/hooks/useContainerMaxHeight.js.map +1 -0
  31. package/cjs-bundle/components/OffsetWellPickerV5/components/Map/OffsetWellMap/OffsetWellMap.js +1 -1
  32. package/cjs-bundle/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/MapControls/MapControls.js +1 -1
  33. package/cjs-bundle/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/MapOverlayControls/MapOverlayControls.js +1 -1
  34. package/cjs-bundle/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/WellTooltip/WellTooltip.js +1 -1
  35. package/cjs-bundle/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/WellTooltip/WellTooltip.module.css.js +1 -1
  36. package/cjs-bundle/components/OffsetWellPickerV5/components/Map/OffsetWellMap/hooks/useMapCameraControl.js +1 -1
  37. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellPickerV5WithStore/components/CompanySafeguardWrapper/CompanySafeguardWrapper.js +1 -1
  38. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.js +1 -1
  39. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.module.css.js +1 -1
  40. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/components/AssetResultSection/AssetResultSection.js +1 -1
  41. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/components/AssetTypesSection/AssetTypesSection.js +1 -1
  42. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/components/AutoCompleteAssetSearch/AutoCompleteAssetSearch.js +1 -1
  43. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/hooks/useAssetsFilter.js +1 -1
  44. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/hooks/useAdvancedSearchHandler.js +1 -1
  45. package/cjs-bundle/components/OffsetWellPickerV5/components/PickerModalActions/PickerModalActions.js +1 -1
  46. package/cjs-bundle/components/OffsetWellPickerV5/hooks/use-well-selection/useFilterPruneEffect.js +1 -1
  47. package/cjs-bundle/components/OffsetWellPickerV5/hooks/use-well-selection/useSelectionHandlers.js +1 -1
  48. package/cjs-bundle/components/OffsetWellPickerV5/hooks/use-well-selection/useWellSelection.js +1 -1
  49. package/cjs-bundle/components/OffsetWellPickerV5/hooks/useFilteredWells.js +1 -1
  50. package/cjs-bundle/components/OffsetWellPickerV5/hooks/useIsAdmin.js +2 -0
  51. package/cjs-bundle/components/OffsetWellPickerV5/hooks/useIsAdmin.js.map +1 -0
  52. package/cjs-bundle/components/OffsetWellPickerV5/hooks/useWellsToDisplay.js +1 -1
  53. package/cjs-bundle/components/OffsetWellPickerV5/stores/filter-store/createFilterStore.js +1 -1
  54. package/cjs-bundle/components/OffsetWellPickerV5/stores/filter-store/types.js +1 -1
  55. package/cjs-bundle/components/OffsetWellPickerV5/stores/filter-store/utils/createFilterResetActions.js +1 -1
  56. package/cjs-bundle/components/OffsetWellPickerV5/utils/checkIsUserAdmin.js +2 -0
  57. package/cjs-bundle/components/OffsetWellPickerV5/utils/checkIsUserAdmin.js.map +1 -0
  58. package/cjs-bundle/components/OffsetWellPickerV5/utils/isAssetVisibleToUser.js +2 -0
  59. package/cjs-bundle/components/OffsetWellPickerV5/utils/isAssetVisibleToUser.js.map +1 -0
  60. package/cjs-bundle/componentsV2/Autocomplete/AutocompleteInput/AutocompleteInput.js +1 -1
  61. package/clients/api/AuthRecovery.d.ts +38 -0
  62. package/clients/api/AuthRecovery.d.ts.map +1 -0
  63. package/clients/api/AuthRecovery.js +2 -0
  64. package/clients/api/AuthRecovery.js.map +1 -0
  65. package/clients/api/__tests__/AuthRecovery.test.d.ts +2 -0
  66. package/clients/api/__tests__/AuthRecovery.test.d.ts.map +1 -0
  67. package/clients/api/__tests__/apiCore.test.d.ts +2 -0
  68. package/clients/api/__tests__/apiCore.test.d.ts.map +1 -0
  69. package/clients/api/apiCore.d.ts +8 -0
  70. package/clients/api/apiCore.d.ts.map +1 -1
  71. package/clients/api/apiCore.js +1 -1
  72. package/clients/api/apiCore.js.map +1 -1
  73. package/clients/jsonApi/index.d.ts +5 -0
  74. package/clients/jsonApi/index.d.ts.map +1 -1
  75. package/clients/jsonApi/index.js +1 -1
  76. package/clients/jsonApi/index.js.map +1 -1
  77. package/components/AdvancedSlider/AdvancedSlider.figma.d.ts +2 -0
  78. package/components/AdvancedSlider/AdvancedSlider.figma.d.ts.map +1 -0
  79. package/components/FileIcon/FileIcon.figma.d.ts +2 -0
  80. package/components/FileIcon/FileIcon.figma.d.ts.map +1 -0
  81. package/components/FilesLoaderV2/FilesLoaderV2.figma.d.ts +2 -0
  82. package/components/FilesLoaderV2/FilesLoaderV2.figma.d.ts.map +1 -0
  83. package/components/Notifications/Notifications.figma.d.ts +2 -0
  84. package/components/Notifications/Notifications.figma.d.ts.map +1 -0
  85. package/components/OffsetWellPickerV5/OffsetWellPickerV5.d.ts.map +1 -1
  86. package/components/OffsetWellPickerV5/OffsetWellPickerV5.js +1 -1
  87. package/components/OffsetWellPickerV5/OffsetWellPickerV5.types.d.ts +5 -7
  88. package/components/OffsetWellPickerV5/OffsetWellPickerV5.types.d.ts.map +1 -1
  89. package/components/OffsetWellPickerV5/api/shared/fetchers/getAllAssets.d.ts.map +1 -1
  90. package/components/OffsetWellPickerV5/api/shared/fetchers/getAllAssets.js +1 -1
  91. package/components/OffsetWellPickerV5/api/shared/fetchers/getAssetsByBounds.d.ts.map +1 -1
  92. package/components/OffsetWellPickerV5/api/shared/fetchers/getAssetsByBounds.js +1 -1
  93. package/components/OffsetWellPickerV5/api/shared/fetchers/getAssetsByIds.d.ts.map +1 -1
  94. package/components/OffsetWellPickerV5/api/shared/fetchers/getAssetsByIds.js +1 -1
  95. package/components/OffsetWellPickerV5/api/wells/fetchWellsByRigIds.d.ts.map +1 -1
  96. package/components/OffsetWellPickerV5/api/wells/fetchWellsByRigIds.js +1 -1
  97. package/components/OffsetWellPickerV5/components/AppHeader/AppHeader.module.css.js +1 -1
  98. package/components/OffsetWellPickerV5/components/AppHeader/components/HeaderActions/HeaderActions.d.ts.map +1 -1
  99. package/components/OffsetWellPickerV5/components/AppHeader/components/HeaderActions/HeaderActions.js +1 -1
  100. package/components/OffsetWellPickerV5/components/AppHeader/components/HeaderActions/HeaderActions.module.css.js +2 -0
  101. package/components/OffsetWellPickerV5/components/AppHeader/components/HeaderActions/HeaderActions.module.css.js.map +1 -0
  102. package/components/OffsetWellPickerV5/components/CustomInfoIcon/CustomInfoIcon.d.ts.map +1 -1
  103. package/components/OffsetWellPickerV5/components/CustomInfoIcon/CustomInfoIcon.js +1 -1
  104. package/components/OffsetWellPickerV5/components/Filter/Filter.d.ts.map +1 -1
  105. package/components/OffsetWellPickerV5/components/Filter/Filter.js +1 -1
  106. package/components/OffsetWellPickerV5/components/Filter/Filter.module.css.js +1 -1
  107. package/components/OffsetWellPickerV5/components/Filter/components/FilterOptionsList/FilterItem.d.ts +12 -0
  108. package/components/OffsetWellPickerV5/components/Filter/components/FilterOptionsList/FilterItem.d.ts.map +1 -0
  109. package/components/OffsetWellPickerV5/components/Filter/components/FilterOptionsList/FilterItem.js +2 -0
  110. package/components/OffsetWellPickerV5/components/Filter/components/FilterOptionsList/FilterItem.js.map +1 -0
  111. package/components/OffsetWellPickerV5/components/Filter/components/FilterOptionsList/FilterOptionsList.d.ts.map +1 -1
  112. package/components/OffsetWellPickerV5/components/Filter/components/FilterOptionsList/FilterOptionsList.js +1 -1
  113. package/components/OffsetWellPickerV5/components/Filter/components/MultiFilterSelect/MultiFilterSelect.d.ts.map +1 -1
  114. package/components/OffsetWellPickerV5/components/Filter/components/MultiFilterSelect/MultiFilterSelect.js +1 -1
  115. package/components/OffsetWellPickerV5/components/Filter/components/PeriodFilterSelect/PeriodFilterSelect.js +1 -1
  116. package/components/OffsetWellPickerV5/components/Filter/components/SingleFilterSelect/SingleFilterSelect.js +1 -1
  117. package/components/OffsetWellPickerV5/components/Filter/components/StatusFilterSelect/StatusFilterSelect.d.ts.map +1 -1
  118. package/components/OffsetWellPickerV5/components/Filter/components/StatusFilterSelect/StatusFilterSelect.js +1 -1
  119. package/components/OffsetWellPickerV5/components/Filter/components/VirtualizedListBox/VirtualizedListBox.d.ts.map +1 -1
  120. package/components/OffsetWellPickerV5/components/Filter/components/VirtualizedListBox/VirtualizedListBox.js +1 -1
  121. package/components/OffsetWellPickerV5/components/Filter/components/VirtualizedListBox/VirtualizedListBox.module.css.js +1 -1
  122. package/components/OffsetWellPickerV5/components/Filter/components/VirtualizedListBox/hooks/useContainerMaxHeight.d.ts +2 -0
  123. package/components/OffsetWellPickerV5/components/Filter/components/VirtualizedListBox/hooks/useContainerMaxHeight.d.ts.map +1 -0
  124. package/components/OffsetWellPickerV5/components/Filter/components/VirtualizedListBox/hooks/useContainerMaxHeight.js +2 -0
  125. package/components/OffsetWellPickerV5/components/Filter/components/VirtualizedListBox/hooks/useContainerMaxHeight.js.map +1 -0
  126. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/OffsetWellMap.d.ts.map +1 -1
  127. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/OffsetWellMap.js +1 -1
  128. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/MapControls/MapControls.d.ts +1 -0
  129. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/MapControls/MapControls.d.ts.map +1 -1
  130. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/MapControls/MapControls.js +1 -1
  131. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/MapOverlayControls/MapOverlayControls.d.ts +1 -0
  132. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/MapOverlayControls/MapOverlayControls.d.ts.map +1 -1
  133. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/MapOverlayControls/MapOverlayControls.js +1 -1
  134. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/WellTooltip/WellTooltip.d.ts.map +1 -1
  135. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/WellTooltip/WellTooltip.js +1 -1
  136. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/components/WellTooltip/WellTooltip.module.css.js +1 -1
  137. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/hooks/useMapCameraControl.d.ts +1 -0
  138. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/hooks/useMapCameraControl.d.ts.map +1 -1
  139. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/hooks/useMapCameraControl.js +1 -1
  140. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/hooks/useOffsetWellMapState.d.ts +1 -0
  141. package/components/OffsetWellPickerV5/components/Map/OffsetWellMap/hooks/useOffsetWellMapState.d.ts.map +1 -1
  142. package/components/OffsetWellPickerV5/components/OffsetWellPickerV5WithStore/components/CompanySafeguardWrapper/CompanySafeguardWrapper.js +1 -1
  143. package/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.d.ts.map +1 -1
  144. package/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.js +1 -1
  145. package/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/AdvancedSearch.module.css.js +1 -1
  146. package/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/components/AssetResultSection/AssetResultSection.d.ts.map +1 -1
  147. package/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/components/AssetResultSection/AssetResultSection.js +1 -1
  148. package/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/components/AssetTypesSection/AssetTypesSection.d.ts.map +1 -1
  149. package/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/components/AssetTypesSection/AssetTypesSection.js +1 -1
  150. package/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/components/AutoCompleteAssetSearch/AutoCompleteAssetSearch.d.ts.map +1 -1
  151. package/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/components/AutoCompleteAssetSearch/AutoCompleteAssetSearch.js +1 -1
  152. package/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/hooks/useAssetsData.types.d.ts +1 -1
  153. package/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/hooks/useAssetsData.types.d.ts.map +1 -1
  154. package/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/hooks/useAssetsFilter.d.ts.map +1 -1
  155. package/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/hooks/useAssetsFilter.js +1 -1
  156. package/components/OffsetWellPickerV5/components/OffsetWellsTable/hooks/useAdvancedSearchHandler.d.ts +2 -1
  157. package/components/OffsetWellPickerV5/components/OffsetWellsTable/hooks/useAdvancedSearchHandler.d.ts.map +1 -1
  158. package/components/OffsetWellPickerV5/components/OffsetWellsTable/hooks/useAdvancedSearchHandler.js +1 -1
  159. package/components/OffsetWellPickerV5/components/PickerModalActions/PickerModalActions.js +1 -1
  160. package/components/OffsetWellPickerV5/hooks/index.d.ts +1 -0
  161. package/components/OffsetWellPickerV5/hooks/index.d.ts.map +1 -1
  162. package/components/OffsetWellPickerV5/hooks/use-well-selection/useFilterPruneEffect.d.ts +2 -1
  163. package/components/OffsetWellPickerV5/hooks/use-well-selection/useFilterPruneEffect.d.ts.map +1 -1
  164. package/components/OffsetWellPickerV5/hooks/use-well-selection/useFilterPruneEffect.js +1 -1
  165. package/components/OffsetWellPickerV5/hooks/use-well-selection/useSelectionHandlers.d.ts.map +1 -1
  166. package/components/OffsetWellPickerV5/hooks/use-well-selection/useSelectionHandlers.js +1 -1
  167. package/components/OffsetWellPickerV5/hooks/use-well-selection/useWellSelection.d.ts.map +1 -1
  168. package/components/OffsetWellPickerV5/hooks/use-well-selection/useWellSelection.js +1 -1
  169. package/components/OffsetWellPickerV5/hooks/use-well-selection/useWellSelection.types.d.ts +1 -0
  170. package/components/OffsetWellPickerV5/hooks/use-well-selection/useWellSelection.types.d.ts.map +1 -1
  171. package/components/OffsetWellPickerV5/hooks/useFilteredWells.d.ts +2 -1
  172. package/components/OffsetWellPickerV5/hooks/useFilteredWells.d.ts.map +1 -1
  173. package/components/OffsetWellPickerV5/hooks/useFilteredWells.js +1 -1
  174. package/components/OffsetWellPickerV5/hooks/useIsAdmin.d.ts +2 -0
  175. package/components/OffsetWellPickerV5/hooks/useIsAdmin.d.ts.map +1 -0
  176. package/components/OffsetWellPickerV5/hooks/useIsAdmin.js +2 -0
  177. package/components/OffsetWellPickerV5/hooks/useIsAdmin.js.map +1 -0
  178. package/components/OffsetWellPickerV5/hooks/usePickerStoreSelectors.d.ts +1 -6
  179. package/components/OffsetWellPickerV5/hooks/usePickerStoreSelectors.d.ts.map +1 -1
  180. package/components/OffsetWellPickerV5/hooks/useWellsToDisplay.d.ts +1 -1
  181. package/components/OffsetWellPickerV5/hooks/useWellsToDisplay.d.ts.map +1 -1
  182. package/components/OffsetWellPickerV5/hooks/useWellsToDisplay.js +1 -1
  183. package/components/OffsetWellPickerV5/stores/filter-store/createFilterStore.d.ts.map +1 -1
  184. package/components/OffsetWellPickerV5/stores/filter-store/createFilterStore.js +1 -1
  185. package/components/OffsetWellPickerV5/stores/filter-store/types.d.ts +2 -0
  186. package/components/OffsetWellPickerV5/stores/filter-store/types.d.ts.map +1 -1
  187. package/components/OffsetWellPickerV5/stores/filter-store/types.js +1 -1
  188. package/components/OffsetWellPickerV5/stores/filter-store/utils/createFilterResetActions.d.ts.map +1 -1
  189. package/components/OffsetWellPickerV5/stores/filter-store/utils/createFilterResetActions.js +1 -1
  190. package/components/OffsetWellPickerV5/stores/picker-props-store/createPickerPropsStore.d.ts +3 -12
  191. package/components/OffsetWellPickerV5/stores/picker-props-store/createPickerPropsStore.d.ts.map +1 -1
  192. package/components/OffsetWellPickerV5/utils/checkIsUserAdmin.d.ts +14 -0
  193. package/components/OffsetWellPickerV5/utils/checkIsUserAdmin.d.ts.map +1 -0
  194. package/components/OffsetWellPickerV5/utils/checkIsUserAdmin.js +2 -0
  195. package/components/OffsetWellPickerV5/utils/checkIsUserAdmin.js.map +1 -0
  196. package/components/OffsetWellPickerV5/utils/index.d.ts +2 -0
  197. package/components/OffsetWellPickerV5/utils/index.d.ts.map +1 -1
  198. package/components/OffsetWellPickerV5/utils/isAssetVisibleToUser.d.ts +8 -0
  199. package/components/OffsetWellPickerV5/utils/isAssetVisibleToUser.d.ts.map +1 -0
  200. package/components/OffsetWellPickerV5/utils/isAssetVisibleToUser.js +2 -0
  201. package/components/OffsetWellPickerV5/utils/isAssetVisibleToUser.js.map +1 -0
  202. package/components/PadModeSelect/PadModeSelect.figma.d.ts +2 -0
  203. package/components/PadModeSelect/PadModeSelect.figma.d.ts.map +1 -0
  204. package/components/Popover/Popover.figma.d.ts +2 -0
  205. package/components/Popover/Popover.figma.d.ts.map +1 -0
  206. package/components/RangeSlider/RangeSlider.figma.d.ts +2 -0
  207. package/components/RangeSlider/RangeSlider.figma.d.ts.map +1 -0
  208. package/components/Search/Search.figma.d.ts +2 -0
  209. package/components/Search/Search.figma.d.ts.map +1 -0
  210. package/components/StatusBadge/StatusBadge.figma.d.ts +2 -0
  211. package/components/StatusBadge/StatusBadge.figma.d.ts.map +1 -0
  212. package/components/Table/TableToolbar/TableToolbar.figma.d.ts +2 -0
  213. package/components/Table/TableToolbar/TableToolbar.figma.d.ts.map +1 -0
  214. package/componentsV2/Accordion/Accordion.figma.d.ts +2 -0
  215. package/componentsV2/Accordion/Accordion.figma.d.ts.map +1 -0
  216. package/componentsV2/AppFooter/AppFooter.figma.d.ts +2 -0
  217. package/componentsV2/AppFooter/AppFooter.figma.d.ts.map +1 -0
  218. package/componentsV2/AppHeader/V3/AppHeaderV3.figma.d.ts +2 -0
  219. package/componentsV2/AppHeader/V3/AppHeaderV3.figma.d.ts.map +1 -0
  220. package/componentsV2/Autocomplete/Autocomplete.stories.d.ts.map +1 -1
  221. package/componentsV2/Autocomplete/AutocompleteInput/AutocompleteInput.d.ts.map +1 -1
  222. package/componentsV2/Autocomplete/AutocompleteInput/AutocompleteInput.js +1 -1
  223. package/componentsV2/Autocomplete/AutocompleteNext.stories.d.ts.map +1 -1
  224. package/componentsV2/Avatar/Avatar.figma.d.ts +2 -0
  225. package/componentsV2/Avatar/Avatar.figma.d.ts.map +1 -0
  226. package/componentsV2/Breadcrumbs/Breadcrumbs.figma.d.ts +2 -0
  227. package/componentsV2/Breadcrumbs/Breadcrumbs.figma.d.ts.map +1 -0
  228. package/componentsV2/Button/Button.figma.d.ts +2 -0
  229. package/componentsV2/Button/Button.figma.d.ts.map +1 -0
  230. package/componentsV2/Button/Button.stories.d.ts.map +1 -1
  231. package/componentsV2/ButtonIcon/ButtonIcon.figma.d.ts +2 -0
  232. package/componentsV2/ButtonIcon/ButtonIcon.figma.d.ts.map +1 -0
  233. package/componentsV2/ButtonLive/ButtonLive.figma.d.ts +2 -0
  234. package/componentsV2/ButtonLive/ButtonLive.figma.d.ts.map +1 -0
  235. package/componentsV2/ButtonText/ButtonText.figma.d.ts +2 -0
  236. package/componentsV2/ButtonText/ButtonText.figma.d.ts.map +1 -0
  237. package/componentsV2/Checkbox/Checkbox.figma.d.ts +2 -0
  238. package/componentsV2/Checkbox/Checkbox.figma.d.ts.map +1 -0
  239. package/componentsV2/Chip/Chip.figma.d.ts +2 -0
  240. package/componentsV2/Chip/Chip.figma.d.ts.map +1 -0
  241. package/componentsV2/ColorPicker/ColorPicker.figma.d.ts +2 -0
  242. package/componentsV2/ColorPicker/ColorPicker.figma.d.ts.map +1 -0
  243. package/componentsV2/Counter/Counter.figma.d.ts +2 -0
  244. package/componentsV2/Counter/Counter.figma.d.ts.map +1 -0
  245. package/componentsV2/DatePicker/DatePicker.figma.d.ts +2 -0
  246. package/componentsV2/DatePicker/DatePicker.figma.d.ts.map +1 -0
  247. package/componentsV2/FilesDropzone/FilesDropzone.figma.d.ts +2 -0
  248. package/componentsV2/FilesDropzone/FilesDropzone.figma.d.ts.map +1 -0
  249. package/componentsV2/FilesLoader/FilesLoader.figma.d.ts +2 -0
  250. package/componentsV2/FilesLoader/FilesLoader.figma.d.ts.map +1 -0
  251. package/componentsV2/Hint/Hint.figma.d.ts +2 -0
  252. package/componentsV2/Hint/Hint.figma.d.ts.map +1 -0
  253. package/componentsV2/IndicatorLive/IndicatorLive.figma.d.ts +2 -0
  254. package/componentsV2/IndicatorLive/IndicatorLive.figma.d.ts.map +1 -0
  255. package/componentsV2/Label/Label.figma.d.ts +2 -0
  256. package/componentsV2/Label/Label.figma.d.ts.map +1 -0
  257. package/componentsV2/LoaderLinear/LoaderLinear.figma.d.ts +2 -0
  258. package/componentsV2/LoaderLinear/LoaderLinear.figma.d.ts.map +1 -0
  259. package/componentsV2/Menu/Menu.figma.d.ts +2 -0
  260. package/componentsV2/Menu/Menu.figma.d.ts.map +1 -0
  261. package/componentsV2/Menu/MenuItem/MenuItem.figma.d.ts +2 -0
  262. package/componentsV2/Menu/MenuItem/MenuItem.figma.d.ts.map +1 -0
  263. package/componentsV2/Modal/Modal.figma.d.ts +2 -0
  264. package/componentsV2/Modal/Modal.figma.d.ts.map +1 -0
  265. package/componentsV2/OffsetWellsButton/OffsetWellsButton.figma.d.ts +2 -0
  266. package/componentsV2/OffsetWellsButton/OffsetWellsButton.figma.d.ts.map +1 -0
  267. package/componentsV2/Radio/Radio.figma.d.ts +2 -0
  268. package/componentsV2/Radio/Radio.figma.d.ts.map +1 -0
  269. package/componentsV2/Select/Select.figma.d.ts +2 -0
  270. package/componentsV2/Select/Select.figma.d.ts.map +1 -0
  271. package/componentsV2/Skeleton/Skeleton.figma.d.ts +2 -0
  272. package/componentsV2/Skeleton/Skeleton.figma.d.ts.map +1 -0
  273. package/componentsV2/Slider/Slider.figma.d.ts +2 -0
  274. package/componentsV2/Slider/Slider.figma.d.ts.map +1 -0
  275. package/componentsV2/Stepper/Stepper.figma.d.ts +2 -0
  276. package/componentsV2/Stepper/Stepper.figma.d.ts.map +1 -0
  277. package/componentsV2/Switch/Switch.figma.d.ts +2 -0
  278. package/componentsV2/Switch/Switch.figma.d.ts.map +1 -0
  279. package/componentsV2/Tabs/Tabs.figma.d.ts +2 -0
  280. package/componentsV2/Tabs/Tabs.figma.d.ts.map +1 -0
  281. package/componentsV2/Tag/Tag.figma.d.ts +2 -0
  282. package/componentsV2/Tag/Tag.figma.d.ts.map +1 -0
  283. package/componentsV2/TemplatesControl/TemplatesControl.figma.d.ts +2 -0
  284. package/componentsV2/TemplatesControl/TemplatesControl.figma.d.ts.map +1 -0
  285. package/componentsV2/TextInput/TextInput.figma.d.ts +2 -0
  286. package/componentsV2/TextInput/TextInput.figma.d.ts.map +1 -0
  287. package/componentsV2/TextInputNext/TextInputNext.figma.d.ts +2 -0
  288. package/componentsV2/TextInputNext/TextInputNext.figma.d.ts.map +1 -0
  289. package/componentsV2/ToggleButtons/ToggleButtons.figma.d.ts +2 -0
  290. package/componentsV2/ToggleButtons/ToggleButtons.figma.d.ts.map +1 -0
  291. package/componentsV2/Tooltip/Tooltip.figma.d.ts +2 -0
  292. package/componentsV2/Tooltip/Tooltip.figma.d.ts.map +1 -0
  293. package/icons/customIcons/icons/Archive.figma.d.ts +2 -0
  294. package/icons/customIcons/icons/Archive.figma.d.ts.map +1 -0
  295. package/icons/customIcons/icons/CautionFilled.figma.d.ts +2 -0
  296. package/icons/customIcons/icons/CautionFilled.figma.d.ts.map +1 -0
  297. package/icons/customIcons/icons/Dashboard.figma.d.ts +2 -0
  298. package/icons/customIcons/icons/Dashboard.figma.d.ts.map +1 -0
  299. package/icons/customIcons/icons/DrilloutUnit.figma.d.ts +2 -0
  300. package/icons/customIcons/icons/DrilloutUnit.figma.d.ts.map +1 -0
  301. package/icons/customIcons/icons/FolderClosed.figma.d.ts +2 -0
  302. package/icons/customIcons/icons/FolderClosed.figma.d.ts.map +1 -0
  303. package/icons/customIcons/icons/FolderOpened.figma.d.ts +2 -0
  304. package/icons/customIcons/icons/FolderOpened.figma.d.ts.map +1 -0
  305. package/icons/customIcons/icons/FracFleet.figma.d.ts +2 -0
  306. package/icons/customIcons/icons/FracFleet.figma.d.ts.map +1 -0
  307. package/icons/customIcons/icons/InterventionUnit.figma.d.ts +2 -0
  308. package/icons/customIcons/icons/InterventionUnit.figma.d.ts.map +1 -0
  309. package/icons/customIcons/icons/Lasso.figma.d.ts +2 -0
  310. package/icons/customIcons/icons/Lasso.figma.d.ts.map +1 -0
  311. package/icons/customIcons/icons/Pad.figma.d.ts +2 -0
  312. package/icons/customIcons/icons/Pad.figma.d.ts.map +1 -0
  313. package/icons/customIcons/icons/Pin.figma.d.ts +2 -0
  314. package/icons/customIcons/icons/Pin.figma.d.ts.map +1 -0
  315. package/icons/customIcons/icons/Program.figma.d.ts +2 -0
  316. package/icons/customIcons/icons/Program.figma.d.ts.map +1 -0
  317. package/icons/customIcons/icons/SimulFrac.figma.d.ts +2 -0
  318. package/icons/customIcons/icons/SimulFrac.figma.d.ts.map +1 -0
  319. package/icons/customIcons/icons/Well.figma.d.ts +2 -0
  320. package/icons/customIcons/icons/Well.figma.d.ts.map +1 -0
  321. package/icons/customIcons/icons/ZipperFrac.figma.d.ts +2 -0
  322. package/icons/customIcons/icons/ZipperFrac.figma.d.ts.map +1 -0
  323. package/mcp-server/server.mjs +2309 -245
  324. package/package.json +14 -5
  325. package/tsconfig.tsbuildinfo +1 -1
  326. package/mcp-server/server.mjs.map +0 -1
@@ -11,9 +11,10 @@ import { randomUUID } from 'crypto';
11
11
  import { Resource } from '@opentelemetry/resources';
12
12
  import { ATTR_SERVICE_NAME, ATTR_SERVICE_VERSION } from '@opentelemetry/semantic-conventions';
13
13
  import { readFile } from 'fs/promises';
14
- import { join, dirname } from 'path';
14
+ import { join as join$1, dirname, resolve } from 'path';
15
15
  import { fileURLToPath } from 'url';
16
16
  import { z } from 'zod';
17
+ import { readFileSync } from 'fs';
17
18
 
18
19
  const LOG_SYMBOLS = {
19
20
  success: '✓',
@@ -225,9 +226,9 @@ const validateDsn = (dsn) => {
225
226
  return url.href;
226
227
  };
227
228
 
228
- const MCP_SERVER_VERSION = '1.0.0';
229
+ const MCP_SERVER_VERSION = '1.1.0';
229
230
 
230
- var version = "3.54.0-9";
231
+ var version = "3.54.0-rc.1";
231
232
 
232
233
  const CORVA_UI_VERSION = version;
233
234
 
@@ -268,16 +269,24 @@ const createMetricsClient = (meter) => {
268
269
  recordToolEmptyResult: toolName => {
269
270
  emptyResultCounter.add(1, { 'gen_ai.tool.name': toolName });
270
271
  },
271
- recordSession: (clientName, clientVersion) => {
272
+ recordSession: (clientName, clientVersion, projectIdentity) => {
272
273
  sessionCounter.add(1, {
273
274
  'mcp.client.name': clientName || UNKNOWN_CLIENT_ATTR,
274
275
  'mcp.client.version': clientVersion || UNKNOWN_CLIENT_ATTR,
276
+ ...(projectIdentity?.appKey ? { 'corva.app.key': projectIdentity.appKey } : {}),
277
+ ...(projectIdentity?.packageName
278
+ ? { 'corva.package.name': projectIdentity.packageName }
279
+ : {}),
275
280
  });
276
281
  },
277
- recordSessionEnd: (durationMs, toolCount, clientName, clientVersion) => {
282
+ recordSessionEnd: (durationMs, toolCount, clientName, clientVersion, projectIdentity) => {
278
283
  const attrs = {
279
284
  'mcp.client.name': clientName || UNKNOWN_CLIENT_ATTR,
280
285
  'mcp.client.version': clientVersion || UNKNOWN_CLIENT_ATTR,
286
+ ...(projectIdentity?.appKey ? { 'corva.app.key': projectIdentity.appKey } : {}),
287
+ ...(projectIdentity?.packageName
288
+ ? { 'corva.package.name': projectIdentity.packageName }
289
+ : {}),
281
290
  };
282
291
  sessionDuration.record(durationMs, attrs);
283
292
  sessionToolCount.record(toolCount, attrs);
@@ -375,6 +384,12 @@ const recordInitSpan = (tracer, attrs) => {
375
384
  if (attrs.networkTransport) {
376
385
  span.setAttribute('network.transport', attrs.networkTransport);
377
386
  }
387
+ if (attrs.appKey) {
388
+ span.setAttribute('corva.app.key', attrs.appKey);
389
+ }
390
+ if (attrs.packageName) {
391
+ span.setAttribute('corva.package.name', attrs.packageName);
392
+ }
378
393
  }
379
394
  finally {
380
395
  span.end();
@@ -445,7 +460,7 @@ const createTracerTelemetryClient = (tracer, sessionId, metrics, providerShutdow
445
460
  };
446
461
  };
447
462
 
448
- const getLocalConfigPath = () => join(dirname(fileURLToPath(import.meta.url)), 'telemetry-config.local.json');
463
+ const getLocalConfigPath = () => join$1(dirname(fileURLToPath(import.meta.url)), 'telemetry-config.local.json');
449
464
 
450
465
  const validateLocalConfig = (data) => {
451
466
  if (!data || typeof data !== 'object') {
@@ -1004,7 +1019,7 @@ var componentsV2Data = [
1004
1019
  modulePath: "componentsV2/AppFooter",
1005
1020
  importPath: "@corva/ui/componentsV2",
1006
1021
  category: "v2",
1007
- description: "Application footer. DataQuality Popover is described [here](https://www.figma.com/design/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=83011-88407&m=dev)",
1022
+ description: "Application footer. DataQuality Popover is described [here](https://www.figma.com/design/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=83011-88407)",
1008
1023
  isExperimental: true,
1009
1024
  isDeprecated: false,
1010
1025
  props: [
@@ -1094,7 +1109,7 @@ var componentsV2Data = [
1094
1109
  "dataquality",
1095
1110
  "popover",
1096
1111
  "described",
1097
- "[here](https://www.figma.com/design/pugbxjnswqqg1yyu6oqerz/corva-design-system?node-id=83011-88407&m=dev)"
1112
+ "[here](https://www.figma.com/design/pugbxjnswqqg1yyu6oqerz/corva-design-system?node-id=83011-88407)"
1098
1113
  ]
1099
1114
  },
1100
1115
  {
@@ -1419,7 +1434,7 @@ var componentsV2Data = [
1419
1434
  {
1420
1435
  name: "Default",
1421
1436
  description: "",
1422
- code: "{\n const [value, setValue] = useState<number[]>([]);\n\n return (\n <Autocomplete\n {...props}\n options={options}\n value={value}\n onChange={(newValue, reason, event) => {\n props.onChange?.(newValue as never, reason, event);\n // These type castings is generally not needed, Autocomplete will determine its type based on `multiple` prop\n // Which generally should be statically analyzable\n if (newValue instanceof Array) {\n setValue((newValue as Option[]).map(({ id }) => id));\n } else if (newValue) {\n setValue([(newValue as Option)?.id]);\n }\n }}\n filterOptions={undefined}\n />\n );\n}"
1437
+ code: "{\n const [value, setValue] = useState<number[]>([]);\n\n return (\n <Autocomplete\n {...props}\n options={options}\n value={value}\n onChange={(newValue, reason, event) => {\n props.onChange?.(newValue as never, reason, event);\n // These type castings is generally not needed, Autocomplete will determine its type based on `multiple` prop\n // Which generally should be statically analyzable\n if (newValue instanceof Array) {\n setValue((newValue as Option[]).map(({ id }) => id));\n } else if (newValue) {\n setValue([(newValue as Option)?.id]);\n } else {\n setValue([]);\n }\n }}\n filterOptions={undefined}\n />\n );\n}"
1423
1438
  },
1424
1439
  {
1425
1440
  name: "Types",
@@ -1528,7 +1543,7 @@ var componentsV2Data = [
1528
1543
  }
1529
1544
  ],
1530
1545
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/Autocomplete/Autocomplete.tsx",
1531
- figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=30021-123040",
1546
+ figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=30021-123203",
1532
1547
  keywords: [
1533
1548
  "autocomplete",
1534
1549
  "search",
@@ -1780,7 +1795,9 @@ var componentsV2Data = [
1780
1795
  figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=98744-14653",
1781
1796
  keywords: [
1782
1797
  "badgecomment",
1783
- "comment"
1798
+ "comment",
1799
+ "annotation",
1800
+ "note"
1784
1801
  ]
1785
1802
  },
1786
1803
  {
@@ -1868,9 +1885,13 @@ var componentsV2Data = [
1868
1885
  figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=19105-59511",
1869
1886
  keywords: [
1870
1887
  "badgecounter",
1888
+ "counter",
1889
+ "count",
1890
+ "number",
1891
+ "indicator",
1892
+ "badge",
1871
1893
  "statusbadge",
1872
1894
  "status",
1873
- "badge",
1874
1895
  "status badge",
1875
1896
  "component",
1876
1897
  "displaying",
@@ -1945,8 +1966,11 @@ var componentsV2Data = [
1945
1966
  figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=19105-59511",
1946
1967
  keywords: [
1947
1968
  "badgedot",
1948
- "statusbadge",
1969
+ "dot",
1949
1970
  "status",
1971
+ "notification",
1972
+ "indicator",
1973
+ "statusbadge",
1950
1974
  "badge",
1951
1975
  "status badge",
1952
1976
  "component",
@@ -2011,7 +2035,11 @@ var componentsV2Data = [
2011
2035
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/Breadcrumbs/Breadcrumbs.tsx",
2012
2036
  figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=30300-122821",
2013
2037
  keywords: [
2014
- "breadcrumbs"
2038
+ "breadcrumbs",
2039
+ "navigation",
2040
+ "path",
2041
+ "trail",
2042
+ "breadcrumb"
2015
2043
  ]
2016
2044
  },
2017
2045
  {
@@ -2143,7 +2171,7 @@ var componentsV2Data = [
2143
2171
  }
2144
2172
  ],
2145
2173
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/Button/Button.tsx",
2146
- figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=19105-59490&node-type=frame&m=dev",
2174
+ figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=19105-59490&node-type=frame",
2147
2175
  keywords: [
2148
2176
  "button",
2149
2177
  "action",
@@ -2262,7 +2290,7 @@ var componentsV2Data = [
2262
2290
  }
2263
2291
  ],
2264
2292
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/ButtonIcon/ButtonIcon.tsx",
2265
- figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=65793-37026",
2293
+ figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=11980-17002",
2266
2294
  keywords: [
2267
2295
  "buttonicon",
2268
2296
  "iconbutton",
@@ -2359,7 +2387,7 @@ var componentsV2Data = [
2359
2387
  }
2360
2388
  ],
2361
2389
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/ButtonLive/ButtonLive.tsx",
2362
- figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=69896-51646",
2390
+ figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=37968-137488",
2363
2391
  keywords: [
2364
2392
  "buttonlive"
2365
2393
  ]
@@ -2461,7 +2489,7 @@ var componentsV2Data = [
2461
2489
  }
2462
2490
  ],
2463
2491
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/ButtonText/ButtonText.tsx",
2464
- figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=36517-144850&m=dev",
2492
+ figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=36517-144850",
2465
2493
  keywords: [
2466
2494
  "buttontext"
2467
2495
  ]
@@ -2741,7 +2769,7 @@ var componentsV2Data = [
2741
2769
  }
2742
2770
  ],
2743
2771
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/Chip/Chip.tsx",
2744
- figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=131635-139275&m=dev",
2772
+ figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=131635-139275",
2745
2773
  keywords: [
2746
2774
  "chip",
2747
2775
  "tag",
@@ -2926,7 +2954,7 @@ var componentsV2Data = [
2926
2954
  }
2927
2955
  ],
2928
2956
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/ChipIndicator/ChipIndicator.tsx",
2929
- figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=131054-63682&m=dev",
2957
+ figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=131054-63682",
2930
2958
  keywords: [
2931
2959
  "chipindicator"
2932
2960
  ]
@@ -3062,9 +3090,13 @@ var componentsV2Data = [
3062
3090
  }
3063
3091
  ],
3064
3092
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/ColorPicker/ColorPicker.tsx",
3065
- figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=157241-27474&m=dev",
3093
+ figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=157241-27474",
3066
3094
  keywords: [
3067
- "colorpicker"
3095
+ "colorpicker",
3096
+ "color",
3097
+ "palette",
3098
+ "pick",
3099
+ "swatch"
3068
3100
  ]
3069
3101
  },
3070
3102
  {
@@ -3190,7 +3222,10 @@ var componentsV2Data = [
3190
3222
  ],
3191
3223
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/CopyToClipboard/CopyToClipboard.tsx",
3192
3224
  keywords: [
3193
- "copytoclipboard"
3225
+ "copytoclipboard",
3226
+ "copy",
3227
+ "clipboard",
3228
+ "duplicate"
3194
3229
  ]
3195
3230
  },
3196
3231
  {
@@ -3296,7 +3331,11 @@ var componentsV2Data = [
3296
3331
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/Counter/Counter.tsx",
3297
3332
  figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=19105-59511",
3298
3333
  keywords: [
3299
- "counter"
3334
+ "counter",
3335
+ "count",
3336
+ "number",
3337
+ "badge",
3338
+ "indicator"
3300
3339
  ]
3301
3340
  },
3302
3341
  {
@@ -3352,7 +3391,7 @@ var componentsV2Data = [
3352
3391
  }
3353
3392
  ],
3354
3393
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/DatePicker/DatePicker.tsx",
3355
- figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=103431-4455&m=dev",
3394
+ figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=103431-4455",
3356
3395
  keywords: [
3357
3396
  "datepicker",
3358
3397
  "date",
@@ -3428,9 +3467,12 @@ var componentsV2Data = [
3428
3467
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/src/componentsV2/DragHandle/DragHandle.tsx",
3429
3468
  keywords: [
3430
3469
  "draghandle",
3431
- "common",
3432
3470
  "drag",
3471
+ "reorder",
3472
+ "sort",
3473
+ "move",
3433
3474
  "handle",
3475
+ "common",
3434
3476
  "drag-and-drop",
3435
3477
  "applications"
3436
3478
  ]
@@ -3495,7 +3537,12 @@ var componentsV2Data = [
3495
3537
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/EmptyState/EmptyState.tsx",
3496
3538
  figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=9662-18",
3497
3539
  keywords: [
3498
- "emptystate"
3540
+ "emptystate",
3541
+ "empty",
3542
+ "no data",
3543
+ "placeholder",
3544
+ "blank",
3545
+ "no results"
3499
3546
  ]
3500
3547
  },
3501
3548
  {
@@ -3631,8 +3678,12 @@ var componentsV2Data = [
3631
3678
  figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=92818-11759",
3632
3679
  keywords: [
3633
3680
  "filesdropzone",
3634
- "dropzone",
3681
+ "upload",
3682
+ "drag",
3683
+ "drop",
3635
3684
  "file",
3685
+ "attachment",
3686
+ "dropzone",
3636
3687
  "uploads.",
3637
3688
  "most",
3638
3689
  "likely",
@@ -3970,7 +4021,11 @@ var componentsV2Data = [
3970
4021
  ],
3971
4022
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/Grid/Grid.tsx",
3972
4023
  keywords: [
3973
- "grid"
4024
+ "grid",
4025
+ "layout",
4026
+ "columns",
4027
+ "rows",
4028
+ "responsive"
3974
4029
  ]
3975
4030
  },
3976
4031
  {
@@ -4173,9 +4228,14 @@ var componentsV2Data = [
4173
4228
  }
4174
4229
  ],
4175
4230
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/Hint/Hint.tsx",
4176
- figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=9597-20397&m=dev",
4231
+ figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=9597-20397",
4177
4232
  keywords: [
4178
4233
  "hint",
4234
+ "help",
4235
+ "info",
4236
+ "question",
4237
+ "tooltip",
4238
+ "information",
4179
4239
  "used",
4180
4240
  "attracting",
4181
4241
  "user's",
@@ -4402,7 +4462,7 @@ var componentsV2Data = [
4402
4462
  }
4403
4463
  ],
4404
4464
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/src/componentsV2/Label/Label.tsx",
4405
- figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=128629-7086&m=dev",
4465
+ figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=128629-7086",
4406
4466
  keywords: [
4407
4467
  "label",
4408
4468
  "labelscounter",
@@ -4603,7 +4663,7 @@ var componentsV2Data = [
4603
4663
  }
4604
4664
  ],
4605
4665
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/LoaderLinear/LoaderLinear.tsx",
4606
- figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=114392-19904&m=dev",
4666
+ figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=114392-19904",
4607
4667
  keywords: [
4608
4668
  "loaderlinear",
4609
4669
  "loading",
@@ -4663,8 +4723,11 @@ var componentsV2Data = [
4663
4723
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/LoaderLogo/LoaderLogo.tsx",
4664
4724
  keywords: [
4665
4725
  "loaderlogo",
4666
- "loadingindicator",
4667
4726
  "loading",
4727
+ "splash",
4728
+ "brand",
4729
+ "startup",
4730
+ "loadingindicator",
4668
4731
  "indicator",
4669
4732
  "loading indicator",
4670
4733
  "used",
@@ -5102,7 +5165,7 @@ var componentsV2Data = [
5102
5165
  }
5103
5166
  ],
5104
5167
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/OffsetWellsButton/OffsetWellsButton.tsx",
5105
- figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=133682-1140&m=dev",
5168
+ figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=133682-1140",
5106
5169
  keywords: [
5107
5170
  "offsetwellsbutton"
5108
5171
  ]
@@ -5213,10 +5276,13 @@ var componentsV2Data = [
5213
5276
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/Paper/Paper.tsx",
5214
5277
  keywords: [
5215
5278
  "paper",
5279
+ "card",
5280
+ "container",
5281
+ "panel",
5282
+ "surface",
5216
5283
  "low-level",
5217
5284
  "component",
5218
5285
  "serves",
5219
- "container",
5220
5286
  "cards,",
5221
5287
  "popovers,",
5222
5288
  "modals,"
@@ -5364,6 +5430,10 @@ var componentsV2Data = [
5364
5430
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/Popover/Popover.tsx",
5365
5431
  keywords: [
5366
5432
  "popover",
5433
+ "popup",
5434
+ "overlay",
5435
+ "floating",
5436
+ "hover",
5367
5437
  "low-level",
5368
5438
  "component",
5369
5439
  "creating",
@@ -5464,6 +5534,10 @@ var componentsV2Data = [
5464
5534
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/Popper/Popper.tsx",
5465
5535
  keywords: [
5466
5536
  "popper",
5537
+ "floating",
5538
+ "positioned",
5539
+ "overlay",
5540
+ "popup",
5467
5541
  "low-level",
5468
5542
  "component",
5469
5543
  "displaying",
@@ -5892,7 +5966,7 @@ var componentsV2Data = [
5892
5966
  }
5893
5967
  ],
5894
5968
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/Select/Select.tsx",
5895
- figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=142449-52520&m=dev",
5969
+ figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=162399-10653",
5896
5970
  keywords: [
5897
5971
  "select",
5898
5972
  "dropdown",
@@ -6546,10 +6620,14 @@ var componentsV2Data = [
6546
6620
  }
6547
6621
  ],
6548
6622
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/Tag/Tag.tsx",
6549
- figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=131053-12637&m=dev",
6623
+ figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=131053-12637",
6550
6624
  keywords: [
6551
6625
  "tag",
6552
- "chip"
6626
+ "label",
6627
+ "badge",
6628
+ "chip",
6629
+ "pill",
6630
+ "indicator"
6553
6631
  ]
6554
6632
  },
6555
6633
  {
@@ -7420,7 +7498,7 @@ var componentsV2Data = [
7420
7498
  }
7421
7499
  ],
7422
7500
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/TextInputNext/TextInputNext.tsx",
7423
- figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=142449-52520&m=dev",
7501
+ figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=162399-8404",
7424
7502
  keywords: [
7425
7503
  "textinputnext",
7426
7504
  "latest",
@@ -7544,6 +7622,10 @@ var componentsV2Data = [
7544
7622
  keywords: [
7545
7623
  "textlink",
7546
7624
  "link",
7625
+ "anchor",
7626
+ "hyperlink",
7627
+ "navigate",
7628
+ "url",
7547
7629
  "component.",
7548
7630
  "integrated",
7549
7631
  "routing",
@@ -7721,7 +7803,12 @@ var componentsV2Data = [
7721
7803
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/componentsV2/ToggleButtonGroup/ToggleButtons.tsx",
7722
7804
  figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=19162-59815",
7723
7805
  keywords: [
7724
- "togglebuttons"
7806
+ "togglebuttons",
7807
+ "segment",
7808
+ "pill",
7809
+ "button group",
7810
+ "segmented control",
7811
+ "toggle"
7725
7812
  ]
7726
7813
  },
7727
7814
  {
@@ -8822,9 +8909,12 @@ var componentsV1Data = [
8822
8909
  figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=31967%3A122781&mode=dev",
8823
8910
  keywords: [
8824
8911
  "breadcrumbs",
8912
+ "navigation",
8913
+ "path",
8914
+ "trail",
8915
+ "breadcrumb",
8825
8916
  "used",
8826
8917
  "hierarchical",
8827
- "navigation",
8828
8918
  "element",
8829
8919
  "page"
8830
8920
  ]
@@ -9227,10 +9317,13 @@ var componentsV1Data = [
9227
9317
  figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=19119%3A59766&mode=dev",
9228
9318
  keywords: [
9229
9319
  "colorpicker",
9320
+ "color",
9321
+ "palette",
9322
+ "pick",
9323
+ "swatch",
9230
9324
  "used",
9231
9325
  "provide",
9232
9326
  "rich",
9233
- "color",
9234
9327
  "input"
9235
9328
  ]
9236
9329
  },
@@ -9752,7 +9845,10 @@ var componentsV1Data = [
9752
9845
  ],
9753
9846
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/components/CopyToClipboard/CopyToClipboard.js",
9754
9847
  keywords: [
9755
- "copytoclipboard"
9848
+ "copytoclipboard",
9849
+ "copy",
9850
+ "clipboard",
9851
+ "duplicate"
9756
9852
  ]
9757
9853
  },
9758
9854
  {
@@ -9832,7 +9928,11 @@ var componentsV1Data = [
9832
9928
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/components/Counter/index.tsx",
9833
9929
  figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=19105%3A59511",
9834
9930
  keywords: [
9835
- "counter"
9931
+ "counter",
9932
+ "count",
9933
+ "number",
9934
+ "badge",
9935
+ "indicator"
9836
9936
  ]
9837
9937
  },
9838
9938
  {
@@ -10168,7 +10268,12 @@ var componentsV1Data = [
10168
10268
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/components/EmptyState/EmptyState.tsx",
10169
10269
  figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=9662-18&t=C6zKC8YvzxNUJ5ka-0",
10170
10270
  keywords: [
10171
- "emptystate"
10271
+ "emptystate",
10272
+ "empty",
10273
+ "no data",
10274
+ "placeholder",
10275
+ "blank",
10276
+ "no results"
10172
10277
  ]
10173
10278
  },
10174
10279
  {
@@ -10430,7 +10535,12 @@ var componentsV1Data = [
10430
10535
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/components/FilesDropzone/FilesDropzone.tsx",
10431
10536
  figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=74032-69042",
10432
10537
  keywords: [
10433
- "filesdropzone"
10538
+ "filesdropzone",
10539
+ "upload",
10540
+ "drag",
10541
+ "drop",
10542
+ "file",
10543
+ "attachment"
10434
10544
  ]
10435
10545
  },
10436
10546
  {
@@ -11086,6 +11196,11 @@ var componentsV1Data = [
11086
11196
  figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=62479-3491",
11087
11197
  keywords: [
11088
11198
  "hint",
11199
+ "help",
11200
+ "info",
11201
+ "question",
11202
+ "tooltip",
11203
+ "information",
11089
11204
  "used",
11090
11205
  "attracting",
11091
11206
  "user's",
@@ -12344,6 +12459,10 @@ var componentsV1Data = [
12344
12459
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/components/Popover/Popover.tsx",
12345
12460
  keywords: [
12346
12461
  "popover",
12462
+ "popup",
12463
+ "overlay",
12464
+ "floating",
12465
+ "hover",
12347
12466
  "popover.",
12348
12467
  "read",
12349
12468
  "more",
@@ -12411,6 +12530,10 @@ var componentsV1Data = [
12411
12530
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/components/Popper/Popper.tsx",
12412
12531
  keywords: [
12413
12532
  "popper",
12533
+ "floating",
12534
+ "positioned",
12535
+ "overlay",
12536
+ "popup",
12414
12537
  "wrapper",
12415
12538
  "over",
12416
12539
  "barebones",
@@ -13288,7 +13411,7 @@ var componentsV1Data = [
13288
13411
  }
13289
13412
  ],
13290
13413
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/components/Stepper/Stepper.tsx",
13291
- figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=70173-98742&m=dev",
13414
+ figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=70173-98742",
13292
13415
  keywords: [
13293
13416
  "stepper",
13294
13417
  "wizard",
@@ -13648,7 +13771,12 @@ var componentsV1Data = [
13648
13771
  sourceUrl: "https://github.com/corva-ai/corva-ui/blob/develop/src/components/TextLink/index.tsx",
13649
13772
  figmaUrl: "https://www.figma.com/file/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=9694%3A126",
13650
13773
  keywords: [
13651
- "textlink"
13774
+ "textlink",
13775
+ "link",
13776
+ "anchor",
13777
+ "hyperlink",
13778
+ "navigate",
13779
+ "url"
13652
13780
  ]
13653
13781
  },
13654
13782
  {
@@ -14545,6 +14673,29 @@ var hooksData = [
14545
14673
  ],
14546
14674
  isDeprecated: false
14547
14675
  },
14676
+ {
14677
+ name: "useAppCommons",
14678
+ modulePath: "effects/useAppCommons",
14679
+ importPath: "@corva/ui/effects",
14680
+ description: "",
14681
+ parameters: [
14682
+ ],
14683
+ returnType: "unknown",
14684
+ examples: [
14685
+ ],
14686
+ keywords: [
14687
+ "useappcommons",
14688
+ "appcommons",
14689
+ "app",
14690
+ "commons",
14691
+ "context",
14692
+ "well",
14693
+ "rig",
14694
+ "asset",
14695
+ "settings"
14696
+ ],
14697
+ isDeprecated: false
14698
+ },
14548
14699
  {
14549
14700
  name: "useAppSettingPinning",
14550
14701
  modulePath: "effects/useAppSettingPinning",
@@ -16067,6 +16218,14 @@ var palette = {
16067
16218
  value: "#7CC5FF"
16068
16219
  }
16069
16220
  },
16221
+ charts: {
16222
+ background: {
16223
+ value: "#2a2e2e"
16224
+ },
16225
+ gaugeArrow: {
16226
+ value: "white"
16227
+ }
16228
+ },
16070
16229
  pastel: {
16071
16230
  p1: {
16072
16231
  value: "#A92E26"
@@ -16116,34 +16275,983 @@ var palette = {
16116
16275
  p16: {
16117
16276
  value: "#7D909B"
16118
16277
  }
16278
+ }
16279
+ };
16280
+ var lightPalette = {
16281
+ primary: {
16282
+ main: {
16283
+ value: "#03BCD4"
16284
+ },
16285
+ dark: {
16286
+ value: "#008BA3"
16287
+ },
16288
+ light: {
16289
+ value: "#63EFFF"
16290
+ },
16291
+ contrastText: {
16292
+ value: "#000000"
16293
+ },
16294
+ text1: {
16295
+ value: "#000"
16296
+ },
16297
+ text6: {
16298
+ value: "#393939"
16299
+ },
16300
+ text7: {
16301
+ value: "#575757"
16302
+ },
16303
+ text8: {
16304
+ value: "#757575"
16305
+ },
16306
+ text9: {
16307
+ value: "#9e9e9e"
16308
+ }
16309
+ },
16310
+ secondary: {
16311
+ main: {
16312
+ value: "#F50056"
16313
+ },
16314
+ dark: {
16315
+ value: "#BB002E"
16316
+ },
16317
+ light: {
16318
+ value: "#FF5982"
16319
+ }
16320
+ },
16321
+ background: {
16322
+ b1: {
16323
+ value: "#fff"
16324
+ },
16325
+ b2: {
16326
+ value: "#fff"
16327
+ },
16328
+ b3: {
16329
+ value: "#fff"
16330
+ },
16331
+ b4: {
16332
+ value: "#fff"
16333
+ },
16334
+ b5: {
16335
+ value: "#f5f5f5"
16336
+ },
16337
+ b6: {
16338
+ value: "#eeeeee"
16339
+ },
16340
+ b7: {
16341
+ value: "#e7e7e7"
16342
+ },
16343
+ b8: {
16344
+ value: "#e0e0e0"
16345
+ },
16346
+ b9: {
16347
+ value: "#d6d6d6"
16348
+ },
16349
+ b10: {
16350
+ value: "#c7c7c7"
16351
+ },
16352
+ b11: {
16353
+ value: "#bdbdbd"
16354
+ }
16355
+ },
16356
+ error: {
16357
+ main: {
16358
+ value: "#F44336"
16359
+ },
16360
+ dark: {
16361
+ value: "#D32F2F"
16362
+ },
16363
+ light: {
16364
+ value: "#E57373"
16365
+ },
16366
+ alert: {
16367
+ value: "#EA6E52"
16368
+ }
16369
+ },
16370
+ success: {
16371
+ main: {
16372
+ value: "#4CAF50"
16373
+ },
16374
+ dark: {
16375
+ value: "#388E3C"
16376
+ },
16377
+ light: {
16378
+ value: "#88DA8B"
16379
+ },
16380
+ bright: {
16381
+ value: "#75DB29"
16382
+ }
16383
+ },
16384
+ warning: {
16385
+ main: {
16386
+ value: "#FFC107"
16387
+ },
16388
+ dark: {
16389
+ value: "#DA8F0F"
16390
+ },
16391
+ light: {
16392
+ value: "#FFE679"
16393
+ },
16394
+ bright: {
16395
+ value: "#FFA500"
16396
+ }
16397
+ },
16398
+ info: {
16399
+ main: {
16400
+ value: "#239EFF"
16401
+ },
16402
+ dark: {
16403
+ value: "#117ED4"
16404
+ },
16405
+ light: {
16406
+ value: "#7CC5FF"
16407
+ }
16119
16408
  },
16120
16409
  charts: {
16121
16410
  background: {
16122
- value: "#FFFFFF"
16411
+ value: "#d5d9d9"
16123
16412
  },
16124
16413
  gaugeArrow: {
16125
- value: "#2a2e2e"
16414
+ value: "black"
16415
+ }
16416
+ },
16417
+ pastel: {
16418
+ p1: {
16419
+ value: "#A92E26"
16420
+ },
16421
+ p2: {
16422
+ value: "#E06C92"
16423
+ },
16424
+ p3: {
16425
+ value: "#801797"
16426
+ },
16427
+ p4: {
16428
+ value: "#C336F0"
16429
+ },
16430
+ p5: {
16431
+ value: "#9078C8"
16432
+ },
16433
+ p6: {
16434
+ value: "#29388E"
16435
+ },
16436
+ p7: {
16437
+ value: "#77B5F1"
16438
+ },
16439
+ p8: {
16440
+ value: "#38818D"
16441
+ },
16442
+ p9: {
16443
+ value: "#91C9C4"
16444
+ },
16445
+ p10: {
16446
+ value: "#62893D"
16447
+ },
16448
+ p11: {
16449
+ value: "#A6CA72"
16450
+ },
16451
+ p12: {
16452
+ value: "#EEAB46"
16453
+ },
16454
+ p13: {
16455
+ value: "#EE7850"
16456
+ },
16457
+ p14: {
16458
+ value: "#F3AE96"
16459
+ },
16460
+ p15: {
16461
+ value: "#896F65"
16462
+ },
16463
+ p16: {
16464
+ value: "#7D909B"
16126
16465
  }
16127
16466
  }
16128
16467
  };
16129
16468
  var cssVariables = [
16130
- "--palette-primary-main",
16131
- "--palette-primary-dark",
16132
- "--palette-primary-light",
16133
- "--palette-secondary-main",
16134
- "--palette-error-main",
16135
- "--palette-success-main",
16136
- "--palette-warning-main",
16137
- "--palette-info-main",
16138
- "--palette-background-b1",
16139
- "--palette-background-b2",
16140
- "--palette-background-b3",
16141
- "--palette-background-b4",
16142
- "--palette-background-b5"
16469
+ {
16470
+ name: "--palette-background-b-1",
16471
+ darkValue: "#000000",
16472
+ lightValue: "#fff",
16473
+ category: "palette",
16474
+ scssAlias: "$palette_b1"
16475
+ },
16476
+ {
16477
+ name: "--palette-background-b-10",
16478
+ darkValue: "#4E4E4E",
16479
+ lightValue: "#c7c7c7",
16480
+ category: "palette",
16481
+ scssAlias: "$palette_b10"
16482
+ },
16483
+ {
16484
+ name: "--palette-background-b-11",
16485
+ darkValue: "#373737",
16486
+ lightValue: "#bdbdbd",
16487
+ category: "palette",
16488
+ scssAlias: "$palette_b11"
16489
+ },
16490
+ {
16491
+ name: "--palette-background-b-2",
16492
+ darkValue: "#141414",
16493
+ lightValue: "#fff",
16494
+ category: "palette",
16495
+ scssAlias: "$palette_b2"
16496
+ },
16497
+ {
16498
+ name: "--palette-background-b-3",
16499
+ darkValue: "#191919",
16500
+ lightValue: "#fff",
16501
+ category: "palette",
16502
+ scssAlias: "$palette_b3"
16503
+ },
16504
+ {
16505
+ name: "--palette-background-b-4",
16506
+ darkValue: "#212121",
16507
+ lightValue: "#fff",
16508
+ category: "palette",
16509
+ scssAlias: "$palette_b4"
16510
+ },
16511
+ {
16512
+ name: "--palette-background-b-5",
16513
+ darkValue: "#272727",
16514
+ lightValue: "#f5f5f5",
16515
+ category: "palette",
16516
+ scssAlias: "$palette_b5"
16517
+ },
16518
+ {
16519
+ name: "--palette-background-b-6",
16520
+ darkValue: "#2C2C2C",
16521
+ lightValue: "#eeeeee",
16522
+ category: "palette",
16523
+ scssAlias: "$palette_b6"
16524
+ },
16525
+ {
16526
+ name: "--palette-background-b-7",
16527
+ darkValue: "#333333",
16528
+ lightValue: "#e7e7e7",
16529
+ category: "palette",
16530
+ scssAlias: "$palette_b7"
16531
+ },
16532
+ {
16533
+ name: "--palette-background-b-8",
16534
+ darkValue: "#3B3B3B",
16535
+ lightValue: "#e0e0e0",
16536
+ category: "palette",
16537
+ scssAlias: "$palette_b8"
16538
+ },
16539
+ {
16540
+ name: "--palette-background-b-9",
16541
+ darkValue: "#414141",
16542
+ lightValue: "#d6d6d6",
16543
+ category: "palette",
16544
+ scssAlias: "$palette_b9"
16545
+ },
16546
+ {
16547
+ name: "--palette-charts-background",
16548
+ darkValue: "#2a2e2e",
16549
+ lightValue: "#d5d9d9",
16550
+ category: "palette"
16551
+ },
16552
+ {
16553
+ name: "--palette-charts-gauge-arrow",
16554
+ darkValue: "white",
16555
+ lightValue: "black",
16556
+ category: "palette"
16557
+ },
16558
+ {
16559
+ name: "--palette-error-alert",
16560
+ darkValue: "#EA6E52",
16561
+ lightValue: "#EA6E52",
16562
+ category: "palette",
16563
+ scssAlias: "$palette_error_alert"
16564
+ },
16565
+ {
16566
+ name: "--palette-error-dark",
16567
+ darkValue: "#D32F2F",
16568
+ lightValue: "#D32F2F",
16569
+ category: "palette",
16570
+ scssAlias: "$palette_error_dark"
16571
+ },
16572
+ {
16573
+ name: "--palette-error-light",
16574
+ darkValue: "#E57373",
16575
+ lightValue: "#E57373",
16576
+ category: "palette",
16577
+ scssAlias: "$palette_error_light"
16578
+ },
16579
+ {
16580
+ name: "--palette-error-main",
16581
+ darkValue: "#F44336",
16582
+ lightValue: "#F44336",
16583
+ category: "palette",
16584
+ scssAlias: "$palette_error_main"
16585
+ },
16586
+ {
16587
+ name: "--palette-info-dark",
16588
+ darkValue: "#117ED4",
16589
+ lightValue: "#117ED4",
16590
+ category: "palette",
16591
+ scssAlias: "$palette_info_dark"
16592
+ },
16593
+ {
16594
+ name: "--palette-info-light",
16595
+ darkValue: "#7CC5FF",
16596
+ lightValue: "#7CC5FF",
16597
+ category: "palette",
16598
+ scssAlias: "$palette_info_light"
16599
+ },
16600
+ {
16601
+ name: "--palette-info-main",
16602
+ darkValue: "#239EFF",
16603
+ lightValue: "#239EFF",
16604
+ category: "palette",
16605
+ scssAlias: "$palette_info_main"
16606
+ },
16607
+ {
16608
+ name: "--palette-pastel-p-1",
16609
+ darkValue: "#A92E26",
16610
+ lightValue: "#A92E26",
16611
+ category: "palette",
16612
+ scssAlias: "$palette_p1"
16613
+ },
16614
+ {
16615
+ name: "--palette-pastel-p-10",
16616
+ darkValue: "#62893D",
16617
+ lightValue: "#62893D",
16618
+ category: "palette",
16619
+ scssAlias: "$palette_p10"
16620
+ },
16621
+ {
16622
+ name: "--palette-pastel-p-11",
16623
+ darkValue: "#A6CA72",
16624
+ lightValue: "#A6CA72",
16625
+ category: "palette",
16626
+ scssAlias: "$palette_p11"
16627
+ },
16628
+ {
16629
+ name: "--palette-pastel-p-12",
16630
+ darkValue: "#EEAB46",
16631
+ lightValue: "#EEAB46",
16632
+ category: "palette",
16633
+ scssAlias: "$palette_p12"
16634
+ },
16635
+ {
16636
+ name: "--palette-pastel-p-13",
16637
+ darkValue: "#EE7850",
16638
+ lightValue: "#EE7850",
16639
+ category: "palette",
16640
+ scssAlias: "$palette_p13"
16641
+ },
16642
+ {
16643
+ name: "--palette-pastel-p-14",
16644
+ darkValue: "#F3AE96",
16645
+ lightValue: "#F3AE96",
16646
+ category: "palette",
16647
+ scssAlias: "$palette_p14"
16648
+ },
16649
+ {
16650
+ name: "--palette-pastel-p-15",
16651
+ darkValue: "#896F65",
16652
+ lightValue: "#896F65",
16653
+ category: "palette",
16654
+ scssAlias: "$palette_p15"
16655
+ },
16656
+ {
16657
+ name: "--palette-pastel-p-16",
16658
+ darkValue: "#7D909B",
16659
+ lightValue: "#7D909B",
16660
+ category: "palette",
16661
+ scssAlias: "$palette_p16"
16662
+ },
16663
+ {
16664
+ name: "--palette-pastel-p-2",
16665
+ darkValue: "#E06C92",
16666
+ lightValue: "#E06C92",
16667
+ category: "palette",
16668
+ scssAlias: "$palette_p2"
16669
+ },
16670
+ {
16671
+ name: "--palette-pastel-p-3",
16672
+ darkValue: "#801797",
16673
+ lightValue: "#801797",
16674
+ category: "palette",
16675
+ scssAlias: "$palette_p3"
16676
+ },
16677
+ {
16678
+ name: "--palette-pastel-p-4",
16679
+ darkValue: "#C336F0",
16680
+ lightValue: "#C336F0",
16681
+ category: "palette",
16682
+ scssAlias: "$palette_p4"
16683
+ },
16684
+ {
16685
+ name: "--palette-pastel-p-5",
16686
+ darkValue: "#9078C8",
16687
+ lightValue: "#9078C8",
16688
+ category: "palette",
16689
+ scssAlias: "$palette_p5"
16690
+ },
16691
+ {
16692
+ name: "--palette-pastel-p-6",
16693
+ darkValue: "#29388E",
16694
+ lightValue: "#29388E",
16695
+ category: "palette",
16696
+ scssAlias: "$palette_p6"
16697
+ },
16698
+ {
16699
+ name: "--palette-pastel-p-7",
16700
+ darkValue: "#77B5F1",
16701
+ lightValue: "#77B5F1",
16702
+ category: "palette",
16703
+ scssAlias: "$palette_p7"
16704
+ },
16705
+ {
16706
+ name: "--palette-pastel-p-8",
16707
+ darkValue: "#38818D",
16708
+ lightValue: "#38818D",
16709
+ category: "palette",
16710
+ scssAlias: "$palette_p8"
16711
+ },
16712
+ {
16713
+ name: "--palette-pastel-p-9",
16714
+ darkValue: "#91C9C4",
16715
+ lightValue: "#91C9C4",
16716
+ category: "palette",
16717
+ scssAlias: "$palette_p9"
16718
+ },
16719
+ {
16720
+ name: "--palette-primary-contrast-text",
16721
+ darkValue: "#FFFFFF",
16722
+ lightValue: "#000000",
16723
+ category: "palette"
16724
+ },
16725
+ {
16726
+ name: "--palette-primary-dark",
16727
+ darkValue: "#008BA3",
16728
+ lightValue: "#008BA3",
16729
+ category: "palette",
16730
+ scssAlias: "$palette_primary_dark"
16731
+ },
16732
+ {
16733
+ name: "--palette-primary-light",
16734
+ darkValue: "#63EFFF",
16735
+ lightValue: "#63EFFF",
16736
+ category: "palette",
16737
+ scssAlias: "$palette_primary_light"
16738
+ },
16739
+ {
16740
+ name: "--palette-primary-main",
16741
+ darkValue: "#03BCD4",
16742
+ lightValue: "#03BCD4",
16743
+ category: "palette",
16744
+ scssAlias: "$palette_primary_main"
16745
+ },
16746
+ {
16747
+ name: "--palette-primary-text-1",
16748
+ darkValue: "#FFFFFF",
16749
+ lightValue: "#000",
16750
+ category: "palette",
16751
+ scssAlias: "$palette_t1"
16752
+ },
16753
+ {
16754
+ name: "--palette-primary-text-6",
16755
+ darkValue: "#BDBDBD",
16756
+ lightValue: "#393939",
16757
+ category: "palette",
16758
+ scssAlias: "$palette_t6"
16759
+ },
16760
+ {
16761
+ name: "--palette-primary-text-7",
16762
+ darkValue: "#9E9E9E",
16763
+ lightValue: "#575757",
16764
+ category: "palette",
16765
+ scssAlias: "$palette_t7"
16766
+ },
16767
+ {
16768
+ name: "--palette-primary-text-8",
16769
+ darkValue: "#808080",
16770
+ lightValue: "#757575",
16771
+ category: "palette",
16772
+ scssAlias: "$palette_t8"
16773
+ },
16774
+ {
16775
+ name: "--palette-primary-text-9",
16776
+ darkValue: "#616161",
16777
+ lightValue: "#9e9e9e",
16778
+ category: "palette",
16779
+ scssAlias: "$palette_t9"
16780
+ },
16781
+ {
16782
+ name: "--palette-secondary-dark",
16783
+ darkValue: "#BB002E",
16784
+ lightValue: "#BB002E",
16785
+ category: "palette"
16786
+ },
16787
+ {
16788
+ name: "--palette-secondary-light",
16789
+ darkValue: "#FF5982",
16790
+ lightValue: "#FF5982",
16791
+ category: "palette"
16792
+ },
16793
+ {
16794
+ name: "--palette-secondary-main",
16795
+ darkValue: "#F50056",
16796
+ lightValue: "#F50056",
16797
+ category: "palette"
16798
+ },
16799
+ {
16800
+ name: "--palette-success-bright",
16801
+ darkValue: "#75DB29",
16802
+ lightValue: "#75DB29",
16803
+ category: "palette",
16804
+ scssAlias: "$palette_success_bright"
16805
+ },
16806
+ {
16807
+ name: "--palette-success-dark",
16808
+ darkValue: "#388E3C",
16809
+ lightValue: "#388E3C",
16810
+ category: "palette",
16811
+ scssAlias: "$palette_success_dark"
16812
+ },
16813
+ {
16814
+ name: "--palette-success-light",
16815
+ darkValue: "#88DA8B",
16816
+ lightValue: "#88DA8B",
16817
+ category: "palette",
16818
+ scssAlias: "$palette_success_light"
16819
+ },
16820
+ {
16821
+ name: "--palette-success-main",
16822
+ darkValue: "#4CAF50",
16823
+ lightValue: "#4CAF50",
16824
+ category: "palette",
16825
+ scssAlias: "$palette_success_main"
16826
+ },
16827
+ {
16828
+ name: "--palette-warning-bright",
16829
+ darkValue: "#FFA500",
16830
+ lightValue: "#FFA500",
16831
+ category: "palette",
16832
+ scssAlias: "$palette_warning_bright"
16833
+ },
16834
+ {
16835
+ name: "--palette-warning-dark",
16836
+ darkValue: "#DA8F0F",
16837
+ lightValue: "#DA8F0F",
16838
+ category: "palette",
16839
+ scssAlias: "$palette_warning_dark"
16840
+ },
16841
+ {
16842
+ name: "--palette-warning-light",
16843
+ darkValue: "#FFE679",
16844
+ lightValue: "#FFE679",
16845
+ category: "palette",
16846
+ scssAlias: "$palette_warning_light"
16847
+ },
16848
+ {
16849
+ name: "--palette-warning-main",
16850
+ darkValue: "#FFC107",
16851
+ lightValue: "#FFC107",
16852
+ category: "palette",
16853
+ scssAlias: "$palette_warning_main"
16854
+ },
16855
+ {
16856
+ name: "--status-login-button",
16857
+ darkValue: "#03BCD4",
16858
+ lightValue: "#03BCD4",
16859
+ category: "status"
16860
+ },
16861
+ {
16862
+ name: "--status-login-button-hovered",
16863
+ darkValue: "#03BCD4",
16864
+ lightValue: "#03BCD4",
16865
+ category: "status"
16866
+ },
16867
+ {
16868
+ name: "--status-login-button-label",
16869
+ darkValue: "#ffffff",
16870
+ lightValue: "#000000",
16871
+ category: "status"
16872
+ },
16873
+ {
16874
+ name: "--z-index-app-bar",
16875
+ darkValue: "1100",
16876
+ lightValue: "1100",
16877
+ category: "z-index",
16878
+ scssAlias: "$zIndex_app_bar"
16879
+ },
16880
+ {
16881
+ name: "--z-index-drawer",
16882
+ darkValue: "1200",
16883
+ lightValue: "1200",
16884
+ category: "z-index",
16885
+ scssAlias: "$zIndex_drawer"
16886
+ },
16887
+ {
16888
+ name: "--z-index-mobile-stepper",
16889
+ darkValue: "1000",
16890
+ lightValue: "1000",
16891
+ category: "z-index",
16892
+ scssAlias: "$zIndex_mobile_stepper"
16893
+ },
16894
+ {
16895
+ name: "--z-index-modal",
16896
+ darkValue: "1300",
16897
+ lightValue: "1300",
16898
+ category: "z-index",
16899
+ scssAlias: "$zIndex_modal"
16900
+ },
16901
+ {
16902
+ name: "--z-index-snackbar",
16903
+ darkValue: "1400",
16904
+ lightValue: "1400",
16905
+ category: "z-index",
16906
+ scssAlias: "$zIndex_snackbar"
16907
+ },
16908
+ {
16909
+ name: "--z-index-speed-dial",
16910
+ darkValue: "1050",
16911
+ lightValue: "1050",
16912
+ category: "z-index",
16913
+ scssAlias: "$zIndex_speed_dial"
16914
+ },
16915
+ {
16916
+ name: "--z-index-tooltip",
16917
+ darkValue: "1500",
16918
+ lightValue: "1500",
16919
+ category: "z-index",
16920
+ scssAlias: "$zIndex_tooltip"
16921
+ }
16143
16922
  ];
16923
+ var scssVariables = [
16924
+ {
16925
+ name: "$palette_b1",
16926
+ mapsTo: "var(--palette-background-b-1)"
16927
+ },
16928
+ {
16929
+ name: "$palette_b10",
16930
+ mapsTo: "var(--palette-background-b-10)"
16931
+ },
16932
+ {
16933
+ name: "$palette_b11",
16934
+ mapsTo: "var(--palette-background-b-11)"
16935
+ },
16936
+ {
16937
+ name: "$palette_b2",
16938
+ mapsTo: "var(--palette-background-b-2)"
16939
+ },
16940
+ {
16941
+ name: "$palette_b3",
16942
+ mapsTo: "var(--palette-background-b-3)"
16943
+ },
16944
+ {
16945
+ name: "$palette_b4",
16946
+ mapsTo: "var(--palette-background-b-4)"
16947
+ },
16948
+ {
16949
+ name: "$palette_b5",
16950
+ mapsTo: "var(--palette-background-b-5)"
16951
+ },
16952
+ {
16953
+ name: "$palette_b6",
16954
+ mapsTo: "var(--palette-background-b-6)"
16955
+ },
16956
+ {
16957
+ name: "$palette_b7",
16958
+ mapsTo: "var(--palette-background-b-7)"
16959
+ },
16960
+ {
16961
+ name: "$palette_b8",
16962
+ mapsTo: "var(--palette-background-b-8)"
16963
+ },
16964
+ {
16965
+ name: "$palette_b9",
16966
+ mapsTo: "var(--palette-background-b-9)"
16967
+ },
16968
+ {
16969
+ name: "$palette_error_alert",
16970
+ mapsTo: "var(--palette-error-alert)"
16971
+ },
16972
+ {
16973
+ name: "$palette_error_dark",
16974
+ mapsTo: "var(--palette-error-dark)"
16975
+ },
16976
+ {
16977
+ name: "$palette_error_light",
16978
+ mapsTo: "var(--palette-error-light)"
16979
+ },
16980
+ {
16981
+ name: "$palette_error_main",
16982
+ mapsTo: "var(--palette-error-main)"
16983
+ },
16984
+ {
16985
+ name: "$palette_info_dark",
16986
+ mapsTo: "var(--palette-info-dark)"
16987
+ },
16988
+ {
16989
+ name: "$palette_info_light",
16990
+ mapsTo: "var(--palette-info-light)"
16991
+ },
16992
+ {
16993
+ name: "$palette_info_main",
16994
+ mapsTo: "var(--palette-info-main)"
16995
+ },
16996
+ {
16997
+ name: "$palette_p1",
16998
+ mapsTo: "var(--palette-pastel-p-1)"
16999
+ },
17000
+ {
17001
+ name: "$palette_p10",
17002
+ mapsTo: "var(--palette-pastel-p-10)"
17003
+ },
17004
+ {
17005
+ name: "$palette_p11",
17006
+ mapsTo: "var(--palette-pastel-p-11)"
17007
+ },
17008
+ {
17009
+ name: "$palette_p12",
17010
+ mapsTo: "var(--palette-pastel-p-12)"
17011
+ },
17012
+ {
17013
+ name: "$palette_p13",
17014
+ mapsTo: "var(--palette-pastel-p-13)"
17015
+ },
17016
+ {
17017
+ name: "$palette_p14",
17018
+ mapsTo: "var(--palette-pastel-p-14)"
17019
+ },
17020
+ {
17021
+ name: "$palette_p15",
17022
+ mapsTo: "var(--palette-pastel-p-15)"
17023
+ },
17024
+ {
17025
+ name: "$palette_p16",
17026
+ mapsTo: "var(--palette-pastel-p-16)"
17027
+ },
17028
+ {
17029
+ name: "$palette_p2",
17030
+ mapsTo: "var(--palette-pastel-p-2)"
17031
+ },
17032
+ {
17033
+ name: "$palette_p3",
17034
+ mapsTo: "var(--palette-pastel-p-3)"
17035
+ },
17036
+ {
17037
+ name: "$palette_p4",
17038
+ mapsTo: "var(--palette-pastel-p-4)"
17039
+ },
17040
+ {
17041
+ name: "$palette_p5",
17042
+ mapsTo: "var(--palette-pastel-p-5)"
17043
+ },
17044
+ {
17045
+ name: "$palette_p6",
17046
+ mapsTo: "var(--palette-pastel-p-6)"
17047
+ },
17048
+ {
17049
+ name: "$palette_p7",
17050
+ mapsTo: "var(--palette-pastel-p-7)"
17051
+ },
17052
+ {
17053
+ name: "$palette_p8",
17054
+ mapsTo: "var(--palette-pastel-p-8)"
17055
+ },
17056
+ {
17057
+ name: "$palette_p9",
17058
+ mapsTo: "var(--palette-pastel-p-9)"
17059
+ },
17060
+ {
17061
+ name: "$palette_primary_dark",
17062
+ mapsTo: "var(--palette-primary-dark)"
17063
+ },
17064
+ {
17065
+ name: "$palette_primary_light",
17066
+ mapsTo: "var(--palette-primary-light)"
17067
+ },
17068
+ {
17069
+ name: "$palette_primary_main",
17070
+ mapsTo: "var(--palette-primary-main)"
17071
+ },
17072
+ {
17073
+ name: "$palette_t1",
17074
+ mapsTo: "var(--palette-primary-text-1)"
17075
+ },
17076
+ {
17077
+ name: "$palette_t6",
17078
+ mapsTo: "var(--palette-primary-text-6)"
17079
+ },
17080
+ {
17081
+ name: "$palette_t7",
17082
+ mapsTo: "var(--palette-primary-text-7)"
17083
+ },
17084
+ {
17085
+ name: "$palette_t8",
17086
+ mapsTo: "var(--palette-primary-text-8)"
17087
+ },
17088
+ {
17089
+ name: "$palette_t9",
17090
+ mapsTo: "var(--palette-primary-text-9)"
17091
+ },
17092
+ {
17093
+ name: "$palette_success_bright",
17094
+ mapsTo: "var(--palette-success-bright)"
17095
+ },
17096
+ {
17097
+ name: "$palette_success_dark",
17098
+ mapsTo: "var(--palette-success-dark)"
17099
+ },
17100
+ {
17101
+ name: "$palette_success_light",
17102
+ mapsTo: "var(--palette-success-light)"
17103
+ },
17104
+ {
17105
+ name: "$palette_success_main",
17106
+ mapsTo: "var(--palette-success-main)"
17107
+ },
17108
+ {
17109
+ name: "$palette_warning_bright",
17110
+ mapsTo: "var(--palette-warning-bright)"
17111
+ },
17112
+ {
17113
+ name: "$palette_warning_dark",
17114
+ mapsTo: "var(--palette-warning-dark)"
17115
+ },
17116
+ {
17117
+ name: "$palette_warning_light",
17118
+ mapsTo: "var(--palette-warning-light)"
17119
+ },
17120
+ {
17121
+ name: "$palette_warning_main",
17122
+ mapsTo: "var(--palette-warning-main)"
17123
+ },
17124
+ {
17125
+ name: "$zIndex_app_bar",
17126
+ mapsTo: "var(--z-index-app-bar)"
17127
+ },
17128
+ {
17129
+ name: "$zIndex_drawer",
17130
+ mapsTo: "var(--z-index-drawer)"
17131
+ },
17132
+ {
17133
+ name: "$zIndex_mobile_stepper",
17134
+ mapsTo: "var(--z-index-mobile-stepper)"
17135
+ },
17136
+ {
17137
+ name: "$zIndex_modal",
17138
+ mapsTo: "var(--z-index-modal)"
17139
+ },
17140
+ {
17141
+ name: "$zIndex_snackbar",
17142
+ mapsTo: "var(--z-index-snackbar)"
17143
+ },
17144
+ {
17145
+ name: "$zIndex_speed_dial",
17146
+ mapsTo: "var(--z-index-speed-dial)"
17147
+ },
17148
+ {
17149
+ name: "$zIndex_tooltip",
17150
+ mapsTo: "var(--z-index-tooltip)"
17151
+ }
17152
+ ];
17153
+ var scssFunctions = [
17154
+ {
17155
+ name: "colorAlpha",
17156
+ signature: "colorAlpha($color, $opacity)",
17157
+ description: "Apply alpha transparency to a color using CSS rgb() color function.",
17158
+ example: "background: colorAlpha($palette_primary_main, 0.5);"
17159
+ },
17160
+ {
17161
+ name: "spacing",
17162
+ signature: "spacing($top, $right: '', $bottom: '', $left: '')",
17163
+ description: "Multiply values by the base spacing unit ($spacing: 8px). Supports 1-4 arguments like CSS margin/padding shorthand.",
17164
+ example: "padding: spacing(2); // 16px\nmargin: spacing(1, 2); // 8px 16px"
17165
+ },
17166
+ {
17167
+ name: "transition",
17168
+ signature: "transition($properties...)",
17169
+ description: "Generate CSS transition value with standard easing. Accepts one or more property names.",
17170
+ example: "transition: transition(opacity, transform);\n// → opacity cubic-bezier(0.4, 0, 0.2, 1) 0.15s, transform ..."
17171
+ }
17172
+ ];
17173
+ var scssMixins = [
17174
+ {
17175
+ name: "verticalFadePseudoElements",
17176
+ signature: "verticalFadePseudoElements($size)",
17177
+ description: "Add gradient fade pseudo-elements to the top and bottom of a scrollable container. Requires --corvaui-background CSS variable."
17178
+ },
17179
+ {
17180
+ name: "transparencyCheckerboard",
17181
+ signature: "transparencyCheckerboard($checkerboardSize)",
17182
+ description: "Add a checkerboard pattern background to indicate transparency."
17183
+ },
17184
+ {
17185
+ name: "transparencyTransparentIndicator",
17186
+ signature: "transparencyTransparentIndicator($borderWidth: 1px)",
17187
+ description: "Add a diagonal red line indicator for transparent/no-color state."
17188
+ }
17189
+ ];
17190
+ var spacing = {
17191
+ baseUnit: "8px",
17192
+ scssVariable: "$spacing",
17193
+ scssFunction: {
17194
+ name: "spacing",
17195
+ signature: "spacing($top, $right: '', $bottom: '', $left: '')",
17196
+ description: "Multiply values by the base spacing unit ($spacing: 8px). Supports 1-4 arguments like CSS margin/padding shorthand.",
17197
+ example: "padding: spacing(2); // 16px\nmargin: spacing(1, 2); // 8px 16px"
17198
+ }
17199
+ };
17200
+ var typography = {
17201
+ fontFamily: "'Roboto', sans-serif",
17202
+ scssVariable: "$fontFamily"
17203
+ };
17204
+ var transition = {
17205
+ parameters: "cubic-bezier(0.4, 0, 0.2, 1) 0.15s",
17206
+ scssVariable: "$transition_parameters",
17207
+ scssFunction: {
17208
+ name: "transition",
17209
+ signature: "transition($properties...)",
17210
+ description: "Generate CSS transition value with standard easing. Accepts one or more property names.",
17211
+ example: "transition: transition(opacity, transform);\n// → opacity cubic-bezier(0.4, 0, 0.2, 1) 0.15s, transform ..."
17212
+ }
17213
+ };
17214
+ var zIndex = {
17215
+ mobileStepper: {
17216
+ cssVariable: "--z-index-mobile-stepper",
17217
+ value: 1000
17218
+ },
17219
+ speedDial: {
17220
+ cssVariable: "--z-index-speed-dial",
17221
+ value: 1050
17222
+ },
17223
+ appBar: {
17224
+ cssVariable: "--z-index-app-bar",
17225
+ value: 1100
17226
+ },
17227
+ drawer: {
17228
+ cssVariable: "--z-index-drawer",
17229
+ value: 1200
17230
+ },
17231
+ modal: {
17232
+ cssVariable: "--z-index-modal",
17233
+ value: 1300
17234
+ },
17235
+ snackbar: {
17236
+ cssVariable: "--z-index-snackbar",
17237
+ value: 1400
17238
+ },
17239
+ tooltip: {
17240
+ cssVariable: "--z-index-tooltip",
17241
+ value: 1500
17242
+ }
17243
+ };
16144
17244
  var themeData = {
16145
17245
  palette: palette,
16146
- cssVariables: cssVariables
17246
+ lightPalette: lightPalette,
17247
+ cssVariables: cssVariables,
17248
+ scssVariables: scssVariables,
17249
+ scssFunctions: scssFunctions,
17250
+ scssMixins: scssMixins,
17251
+ spacing: spacing,
17252
+ typography: typography,
17253
+ transition: transition,
17254
+ zIndex: zIndex
16147
17255
  };
16148
17256
 
16149
17257
  var constantsData = [
@@ -16966,6 +18074,7 @@ var clientsData = [
16966
18074
  "audits",
16967
18075
  "dataset_audits",
16968
18076
  "permission_audits",
18077
+ "group_membership_audits",
16969
18078
  "provisioning_subscription_audits",
16970
18079
  "platform_subscription_audits",
16971
18080
  "purchase_subscription_audits",
@@ -39534,9 +40643,114 @@ var clientsData = [
39534
40643
  }
39535
40644
  },
39536
40645
  {
39537
- path: "/v2/permission_audits",
40646
+ path: "/v2/permission_audits",
40647
+ method: "GET",
40648
+ summary: "List Permission Audits",
40649
+ tags: [
40650
+ "Audits"
40651
+ ],
40652
+ parameters: [
40653
+ {
40654
+ name: "action_name",
40655
+ "in": "query",
40656
+ type: "string",
40657
+ required: false,
40658
+ description: "Search by action"
40659
+ },
40660
+ {
40661
+ name: "user_email",
40662
+ "in": "query",
40663
+ type: "string",
40664
+ required: false,
40665
+ description: "Searches by user email"
40666
+ },
40667
+ {
40668
+ name: "ability",
40669
+ "in": "query",
40670
+ type: "string",
40671
+ required: false,
40672
+ description: "Search by ability"
40673
+ },
40674
+ {
40675
+ name: "owner_name",
40676
+ "in": "query",
40677
+ type: "string",
40678
+ required: false,
40679
+ description: "Search by owner name"
40680
+ },
40681
+ {
40682
+ name: "company_id",
40683
+ "in": "query",
40684
+ type: "integer",
40685
+ required: false,
40686
+ description: "Filter by company"
40687
+ },
40688
+ {
40689
+ name: "start",
40690
+ "in": "query",
40691
+ type: "integer",
40692
+ required: false,
40693
+ description: "Search by start time as a Unix timestamp"
40694
+ },
40695
+ {
40696
+ name: "end",
40697
+ "in": "query",
40698
+ type: "integer",
40699
+ required: false,
40700
+ description: "Search by end time as a Unix timestamp"
40701
+ },
40702
+ {
40703
+ name: "page",
40704
+ "in": "query",
40705
+ type: "integer",
40706
+ required: false,
40707
+ description: "Number of page"
40708
+ },
40709
+ {
40710
+ name: "per_page",
40711
+ "in": "query",
40712
+ type: "integer",
40713
+ required: false,
40714
+ description: "Number of items to list per page"
40715
+ },
40716
+ {
40717
+ name: "sort",
40718
+ "in": "query",
40719
+ type: "string",
40720
+ required: false,
40721
+ description: "One or more fields to sort by. Prefix with a - for descending order. Ex: action, -created_at"
40722
+ },
40723
+ {
40724
+ name: "order",
40725
+ "in": "query",
40726
+ type: "string",
40727
+ required: false,
40728
+ description: "A sorting direction"
40729
+ }
40730
+ ],
40731
+ responses: {
40732
+ "200": {
40733
+ description: "Successful response",
40734
+ schema: "any"
40735
+ },
40736
+ "401": {
40737
+ description: "Authentication error",
40738
+ schema: "any"
40739
+ },
40740
+ "403": {
40741
+ description: "Authorization error",
40742
+ schema: "any"
40743
+ },
40744
+ "404": {
40745
+ description: "Not found error",
40746
+ schema: "any"
40747
+ }
40748
+ }
40749
+ },
40750
+ {
40751
+ path: "/v2/group_membership_audits",
39538
40752
  method: "GET",
39539
- summary: "List Permission Audits",
40753
+ summary: "List Group Membership Audits",
39540
40754
  tags: [
39541
40755
  "Audits"
39542
40756
  ],
@@ -39546,28 +40760,28 @@ var clientsData = [
39546
40760
  "in": "query",
39547
40761
  type: "string",
39548
40762
  required: false,
39549
- description: "Search by action"
40763
+ description: "Search by action (add, remove)"
39550
40764
  },
39551
40765
  {
39552
40766
  name: "user_email",
39553
40767
  "in": "query",
39554
40768
  type: "string",
39555
40769
  required: false,
39556
- description: "Searches by user email"
40770
+ description: "Searches by performer email"
39557
40771
  },
39558
40772
  {
39559
- name: "ability",
40773
+ name: "target_user_email",
39560
40774
  "in": "query",
39561
40775
  type: "string",
39562
40776
  required: false,
39563
- description: "Search by ability"
40777
+ description: "Search by target user email"
39564
40778
  },
39565
40779
  {
39566
- name: "owner_name",
40780
+ name: "group_name",
39567
40781
  "in": "query",
39568
40782
  type: "string",
39569
40783
  required: false,
39570
- description: "Search by owner name"
40784
+ description: "Search by group name"
39571
40785
  },
39572
40786
  {
39573
40787
  name: "company_id",
@@ -40103,6 +41317,13 @@ var clientsData = [
40103
41317
  required: false,
40104
41318
  description: "Filter by corva_v3"
40105
41319
  },
41320
+ {
41321
+ name: "corva_next",
41322
+ "in": "query",
41323
+ type: "boolean",
41324
+ required: false,
41325
+ description: "Filter by corva_next (iOS app)"
41326
+ },
40106
41327
  {
40107
41328
  name: "user_group",
40108
41329
  "in": "query",
@@ -50832,6 +52053,13 @@ var clientsData = [
50832
52053
  required: false,
50833
52054
  description: "Filter by corva_v3"
50834
52055
  },
52056
+ {
52057
+ name: "corva_next",
52058
+ "in": "query",
52059
+ type: "boolean",
52060
+ required: false,
52061
+ description: "Filter by corva_next (iOS app)"
52062
+ },
50835
52063
  {
50836
52064
  name: "user_group",
50837
52065
  "in": "query",
@@ -58027,6 +59255,111 @@ var clientsData = [
58027
59255
  }
58028
59256
  }
58029
59257
  },
59258
+ {
59259
+ path: "/v2/group_membership_audits",
59260
+ method: "GET",
59261
+ summary: "List Group Membership Audits",
59262
+ tags: [
59263
+ "Audits"
59264
+ ],
59265
+ parameters: [
59266
+ {
59267
+ name: "action_name",
59268
+ "in": "query",
59269
+ type: "string",
59270
+ required: false,
59271
+ description: "Search by action (add, remove)"
59272
+ },
59273
+ {
59274
+ name: "user_email",
59275
+ "in": "query",
59276
+ type: "string",
59277
+ required: false,
59278
+ description: "Searches by performer email"
59279
+ },
59280
+ {
59281
+ name: "target_user_email",
59282
+ "in": "query",
59283
+ type: "string",
59284
+ required: false,
59285
+ description: "Search by target user email"
59286
+ },
59287
+ {
59288
+ name: "group_name",
59289
+ "in": "query",
59290
+ type: "string",
59291
+ required: false,
59292
+ description: "Search by group name"
59293
+ },
59294
+ {
59295
+ name: "company_id",
59296
+ "in": "query",
59297
+ type: "integer",
59298
+ required: false,
59299
+ description: "Filter by company"
59300
+ },
59301
+ {
59302
+ name: "start",
59303
+ "in": "query",
59304
+ type: "integer",
59305
+ required: false,
59306
+ description: "Search by start time as a Unix timestamp"
59307
+ },
59308
+ {
59309
+ name: "end",
59310
+ "in": "query",
59311
+ type: "integer",
59312
+ required: false,
59313
+ description: "Search by end time as a Unix timestamp"
59314
+ },
59315
+ {
59316
+ name: "page",
59317
+ "in": "query",
59318
+ type: "integer",
59319
+ required: false,
59320
+ description: "Number of page"
59321
+ },
59322
+ {
59323
+ name: "per_page",
59324
+ "in": "query",
59325
+ type: "integer",
59326
+ required: false,
59327
+ description: "Number of items to list per page"
59328
+ },
59329
+ {
59330
+ name: "sort",
59331
+ "in": "query",
59332
+ type: "string",
59333
+ required: false,
59334
+ description: "One or more fields to sort by. Prefix with a - for descending order. Ex: action, -created_at"
59335
+ },
59336
+ {
59337
+ name: "order",
59338
+ "in": "query",
59339
+ type: "string",
59340
+ required: false,
59341
+ description: "A sorting direction"
59342
+ }
59343
+ ],
59344
+ responses: {
59345
+ "200": {
59346
+ description: "Successful response",
59347
+ schema: "any"
59348
+ },
59349
+ "401": {
59350
+ description: "Authentication error",
59351
+ schema: "any"
59352
+ },
59353
+ "403": {
59354
+ description: "Authorization error",
59355
+ schema: "any"
59356
+ },
59357
+ "404": {
59358
+ description: "Not found error",
59359
+ schema: "any"
59360
+ }
59361
+ }
59362
+ },
58030
59363
  {
58031
59364
  path: "/v2/package_audits",
58032
59365
  method: "GET",
@@ -79181,7 +80514,7 @@ var entries = [
79181
80514
  id: "component-v2-AppFooter",
79182
80515
  type: "component",
79183
80516
  name: "AppFooter",
79184
- description: "Application footer. DataQuality Popover is described [here](https://www.figma.com/design/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=83011-88407&m=dev)",
80517
+ description: "Application footer. DataQuality Popover is described [here](https://www.figma.com/design/PUgBxjNswqqG1yyU6OQERZ/Corva-Design-System?node-id=83011-88407)",
79185
80518
  keywords: [
79186
80519
  "appfooter",
79187
80520
  "application",
@@ -79189,14 +80522,14 @@ var entries = [
79189
80522
  "dataquality",
79190
80523
  "popover",
79191
80524
  "described",
79192
- "[here](https://www.figma.com/design/pugbxjnswqqg1yyu6oqerz/corva-design-system?node-id=83011-88407&m=dev)"
80525
+ "[here](https://www.figma.com/design/pugbxjnswqqg1yyu6oqerz/corva-design-system?node-id=83011-88407)"
79193
80526
  ],
79194
80527
  tags: [
79195
80528
  "experimental"
79196
80529
  ],
79197
80530
  category: "components-v2",
79198
80531
  importPath: "@corva/ui/componentsV2",
79199
- searchText: "appfooter application footer. dataquality popover is described [here](https://www.figma.com/design/pugbxjnswqqg1yyu6oqerz/corva-design-system?node-id=83011-88407&m=dev) appfooter application footer. dataquality popover described [here](https://www.figma.com/design/pugbxjnswqqg1yyu6oqerz/corva-design-system?node-id=83011-88407&m=dev)"
80532
+ searchText: "appfooter application footer. dataquality popover is described [here](https://www.figma.com/design/pugbxjnswqqg1yyu6oqerz/corva-design-system?node-id=83011-88407) appfooter application footer. dataquality popover described [here](https://www.figma.com/design/pugbxjnswqqg1yyu6oqerz/corva-design-system?node-id=83011-88407)"
79200
80533
  },
79201
80534
  {
79202
80535
  id: "component-v2-AppHeader",
@@ -79353,14 +80686,16 @@ var entries = [
79353
80686
  description: "",
79354
80687
  keywords: [
79355
80688
  "badgecomment",
79356
- "comment"
80689
+ "comment",
80690
+ "annotation",
80691
+ "note"
79357
80692
  ],
79358
80693
  tags: [
79359
80694
  "experimental"
79360
80695
  ],
79361
80696
  category: "components-v2",
79362
80697
  importPath: "@corva/ui/componentsV2",
79363
- searchText: "badgecomment badgecomment comment"
80698
+ searchText: "badgecomment badgecomment comment annotation note"
79364
80699
  },
79365
80700
  {
79366
80701
  id: "component-v2-BadgeCounter",
@@ -79369,9 +80704,13 @@ var entries = [
79369
80704
  description: "A component for displaying a badge over icons/buttons/etc",
79370
80705
  keywords: [
79371
80706
  "badgecounter",
80707
+ "counter",
80708
+ "count",
80709
+ "number",
80710
+ "indicator",
80711
+ "badge",
79372
80712
  "statusbadge",
79373
80713
  "status",
79374
- "badge",
79375
80714
  "status badge",
79376
80715
  "component",
79377
80716
  "displaying",
@@ -79383,7 +80722,7 @@ var entries = [
79383
80722
  ],
79384
80723
  category: "components-v2",
79385
80724
  importPath: "@corva/ui/componentsV2",
79386
- searchText: "badgecounter a component for displaying a badge over icons/buttons/etc badgecounter statusbadge status badge status badge component displaying over icons/buttons/etc"
80725
+ searchText: "badgecounter a component for displaying a badge over icons/buttons/etc badgecounter counter count number indicator badge statusbadge status status badge component displaying over icons/buttons/etc"
79387
80726
  },
79388
80727
  {
79389
80728
  id: "component-v2-BadgeDot",
@@ -79392,8 +80731,11 @@ var entries = [
79392
80731
  description: "A component for displaying a badge over icons/buttons/etc",
79393
80732
  keywords: [
79394
80733
  "badgedot",
79395
- "statusbadge",
80734
+ "dot",
79396
80735
  "status",
80736
+ "notification",
80737
+ "indicator",
80738
+ "statusbadge",
79397
80739
  "badge",
79398
80740
  "status badge",
79399
80741
  "component",
@@ -79406,7 +80748,7 @@ var entries = [
79406
80748
  ],
79407
80749
  category: "components-v2",
79408
80750
  importPath: "@corva/ui/componentsV2",
79409
- searchText: "badgedot a component for displaying a badge over icons/buttons/etc badgedot statusbadge status badge status badge component displaying over icons/buttons/etc"
80751
+ searchText: "badgedot a component for displaying a badge over icons/buttons/etc badgedot dot status notification indicator statusbadge badge status badge component displaying over icons/buttons/etc"
79410
80752
  },
79411
80753
  {
79412
80754
  id: "component-v2-Breadcrumbs",
@@ -79414,14 +80756,18 @@ var entries = [
79414
80756
  name: "Breadcrumbs",
79415
80757
  description: "",
79416
80758
  keywords: [
79417
- "breadcrumbs"
80759
+ "breadcrumbs",
80760
+ "navigation",
80761
+ "path",
80762
+ "trail",
80763
+ "breadcrumb"
79418
80764
  ],
79419
80765
  tags: [
79420
80766
  "experimental"
79421
80767
  ],
79422
80768
  category: "components-v2",
79423
80769
  importPath: "@corva/ui/componentsV2",
79424
- searchText: "breadcrumbs breadcrumbs"
80770
+ searchText: "breadcrumbs breadcrumbs navigation path trail breadcrumb"
79425
80771
  },
79426
80772
  {
79427
80773
  id: "component-v2-Button",
@@ -79606,14 +80952,18 @@ var entries = [
79606
80952
  name: "ColorPicker",
79607
80953
  description: "",
79608
80954
  keywords: [
79609
- "colorpicker"
80955
+ "colorpicker",
80956
+ "color",
80957
+ "palette",
80958
+ "pick",
80959
+ "swatch"
79610
80960
  ],
79611
80961
  tags: [
79612
80962
  "experimental"
79613
80963
  ],
79614
80964
  category: "components-v2",
79615
80965
  importPath: "@corva/ui/componentsV2",
79616
- searchText: "colorpicker colorpicker"
80966
+ searchText: "colorpicker colorpicker color palette pick swatch"
79617
80967
  },
79618
80968
  {
79619
80969
  id: "component-v2-CompletionsOffsetWellPicker",
@@ -79645,14 +80995,17 @@ var entries = [
79645
80995
  name: "CopyToClipboard",
79646
80996
  description: "",
79647
80997
  keywords: [
79648
- "copytoclipboard"
80998
+ "copytoclipboard",
80999
+ "copy",
81000
+ "clipboard",
81001
+ "duplicate"
79649
81002
  ],
79650
81003
  tags: [
79651
81004
  "experimental"
79652
81005
  ],
79653
81006
  category: "components-v2",
79654
81007
  importPath: "@corva/ui/componentsV2",
79655
- searchText: "copytoclipboard copytoclipboard"
81008
+ searchText: "copytoclipboard copytoclipboard copy clipboard duplicate"
79656
81009
  },
79657
81010
  {
79658
81011
  id: "component-v2-Counter",
@@ -79660,14 +81013,18 @@ var entries = [
79660
81013
  name: "Counter",
79661
81014
  description: "",
79662
81015
  keywords: [
79663
- "counter"
81016
+ "counter",
81017
+ "count",
81018
+ "number",
81019
+ "badge",
81020
+ "indicator"
79664
81021
  ],
79665
81022
  tags: [
79666
81023
  "experimental"
79667
81024
  ],
79668
81025
  category: "components-v2",
79669
81026
  importPath: "@corva/ui/componentsV2",
79670
- searchText: "counter counter"
81027
+ searchText: "counter counter count number badge indicator"
79671
81028
  },
79672
81029
  {
79673
81030
  id: "component-v2-DatePicker",
@@ -79695,9 +81052,12 @@ var entries = [
79695
81052
  description: "A common drag handle for all drag-and-drop applications",
79696
81053
  keywords: [
79697
81054
  "draghandle",
79698
- "common",
79699
81055
  "drag",
81056
+ "reorder",
81057
+ "sort",
81058
+ "move",
79700
81059
  "handle",
81060
+ "common",
79701
81061
  "drag-and-drop",
79702
81062
  "applications"
79703
81063
  ],
@@ -79706,7 +81066,7 @@ var entries = [
79706
81066
  ],
79707
81067
  category: "components-v2",
79708
81068
  importPath: "@corva/ui/componentsV2",
79709
- searchText: "draghandle a common drag handle for all drag-and-drop applications draghandle common drag handle drag-and-drop applications"
81069
+ searchText: "draghandle a common drag handle for all drag-and-drop applications draghandle drag reorder sort move handle common drag-and-drop applications"
79710
81070
  },
79711
81071
  {
79712
81072
  id: "component-v2-EmptyState",
@@ -79714,14 +81074,19 @@ var entries = [
79714
81074
  name: "EmptyState",
79715
81075
  description: "",
79716
81076
  keywords: [
79717
- "emptystate"
81077
+ "emptystate",
81078
+ "empty",
81079
+ "no data",
81080
+ "placeholder",
81081
+ "blank",
81082
+ "no results"
79718
81083
  ],
79719
81084
  tags: [
79720
81085
  "experimental"
79721
81086
  ],
79722
81087
  category: "components-v2",
79723
81088
  importPath: "@corva/ui/componentsV2",
79724
- searchText: "emptystate emptystate"
81089
+ searchText: "emptystate emptystate empty no data placeholder blank no results"
79725
81090
  },
79726
81091
  {
79727
81092
  id: "component-v2-FileIcon",
@@ -79745,8 +81110,12 @@ var entries = [
79745
81110
  description: "A dropzone for file uploads. Most likely you will need `<FilesProcessor/>`",
79746
81111
  keywords: [
79747
81112
  "filesdropzone",
79748
- "dropzone",
81113
+ "upload",
81114
+ "drag",
81115
+ "drop",
79749
81116
  "file",
81117
+ "attachment",
81118
+ "dropzone",
79750
81119
  "uploads.",
79751
81120
  "most",
79752
81121
  "likely",
@@ -79759,7 +81128,7 @@ var entries = [
79759
81128
  ],
79760
81129
  category: "components-v2",
79761
81130
  importPath: "@corva/ui/componentsV2",
79762
- searchText: "filesdropzone a dropzone for file uploads. most likely you will need `<filesprocessor/>` filesdropzone dropzone file uploads. most likely will need `<filesprocessor/>`"
81131
+ searchText: "filesdropzone a dropzone for file uploads. most likely you will need `<filesprocessor/>` filesdropzone upload drag drop file attachment dropzone uploads. most likely will need `<filesprocessor/>`"
79763
81132
  },
79764
81133
  {
79765
81134
  id: "component-v2-FilesLoader",
@@ -79814,14 +81183,18 @@ var entries = [
79814
81183
  name: "Grid",
79815
81184
  description: "",
79816
81185
  keywords: [
79817
- "grid"
81186
+ "grid",
81187
+ "layout",
81188
+ "columns",
81189
+ "rows",
81190
+ "responsive"
79818
81191
  ],
79819
81192
  tags: [
79820
81193
  "experimental"
79821
81194
  ],
79822
81195
  category: "components-v2",
79823
81196
  importPath: "@corva/ui/componentsV2",
79824
- searchText: "grid grid"
81197
+ searchText: "grid grid layout columns rows responsive"
79825
81198
  },
79826
81199
  {
79827
81200
  id: "component-v2-Header",
@@ -79857,6 +81230,11 @@ var entries = [
79857
81230
  description: "Used for attracting user's attention to new features, providing usage hints, etc",
79858
81231
  keywords: [
79859
81232
  "hint",
81233
+ "help",
81234
+ "info",
81235
+ "question",
81236
+ "tooltip",
81237
+ "information",
79860
81238
  "used",
79861
81239
  "attracting",
79862
81240
  "user's",
@@ -79870,7 +81248,7 @@ var entries = [
79870
81248
  ],
79871
81249
  category: "components-v2",
79872
81250
  importPath: "@corva/ui/componentsV2",
79873
- searchText: "hint used for attracting user's attention to new features, providing usage hints, etc hint used attracting user's attention features, providing usage hints,"
81251
+ searchText: "hint used for attracting user's attention to new features, providing usage hints, etc hint help info question tooltip information used attracting user's attention features, providing usage hints,"
79874
81252
  },
79875
81253
  {
79876
81254
  id: "component-v2-IndicatorLive",
@@ -79983,8 +81361,11 @@ var entries = [
79983
81361
  description: "Used to provide a visual clue that the page/app/large UI block is in loading state",
79984
81362
  keywords: [
79985
81363
  "loaderlogo",
79986
- "loadingindicator",
79987
81364
  "loading",
81365
+ "splash",
81366
+ "brand",
81367
+ "startup",
81368
+ "loadingindicator",
79988
81369
  "indicator",
79989
81370
  "loading indicator",
79990
81371
  "used",
@@ -80000,7 +81381,7 @@ var entries = [
80000
81381
  ],
80001
81382
  category: "components-v2",
80002
81383
  importPath: "@corva/ui/componentsV2",
80003
- searchText: "loaderlogo used to provide a visual clue that the page/app/large ui block is in loading state loaderlogo loadingindicator loading indicator loading indicator used provide visual clue page/app/large block state"
81384
+ searchText: "loaderlogo used to provide a visual clue that the page/app/large ui block is in loading state loaderlogo loading splash brand startup loadingindicator indicator loading indicator used provide visual clue page/app/large block state"
80004
81385
  },
80005
81386
  {
80006
81387
  id: "component-v2-Menu",
@@ -80116,10 +81497,13 @@ var entries = [
80116
81497
  description: "A low-level component that serves as a container for cards, popovers, modals, etc",
80117
81498
  keywords: [
80118
81499
  "paper",
81500
+ "card",
81501
+ "container",
81502
+ "panel",
81503
+ "surface",
80119
81504
  "low-level",
80120
81505
  "component",
80121
81506
  "serves",
80122
- "container",
80123
81507
  "cards,",
80124
81508
  "popovers,",
80125
81509
  "modals,"
@@ -80129,7 +81513,7 @@ var entries = [
80129
81513
  ],
80130
81514
  category: "components-v2",
80131
81515
  importPath: "@corva/ui/componentsV2",
80132
- searchText: "paper a low-level component that serves as a container for cards, popovers, modals, etc paper low-level component serves container cards, popovers, modals,"
81516
+ searchText: "paper a low-level component that serves as a container for cards, popovers, modals, etc paper card container panel surface low-level component serves cards, popovers, modals,"
80133
81517
  },
80134
81518
  {
80135
81519
  id: "component-v2-Popover",
@@ -80138,6 +81522,10 @@ var entries = [
80138
81522
  description: "A low-level component for creating popovers with a backdrop. Provides very little own styling by default",
80139
81523
  keywords: [
80140
81524
  "popover",
81525
+ "popup",
81526
+ "overlay",
81527
+ "floating",
81528
+ "hover",
80141
81529
  "low-level",
80142
81530
  "component",
80143
81531
  "creating",
@@ -80154,7 +81542,7 @@ var entries = [
80154
81542
  ],
80155
81543
  category: "components-v2",
80156
81544
  importPath: "@corva/ui/componentsV2",
80157
- searchText: "popover a low-level component for creating popovers with a backdrop. provides very little own styling by default popover low-level component creating popovers backdrop. provides very little styling default"
81545
+ searchText: "popover a low-level component for creating popovers with a backdrop. provides very little own styling by default popover popup overlay floating hover low-level component creating popovers backdrop. provides very little styling default"
80158
81546
  },
80159
81547
  {
80160
81548
  id: "component-v2-Popper",
@@ -80163,6 +81551,10 @@ var entries = [
80163
81551
  description: "A low-level component for displaying popups, tooltips, etc. You will most likely need `<Popover/>`, `<Menu/>` or `<Tooltip/>`",
80164
81552
  keywords: [
80165
81553
  "popper",
81554
+ "floating",
81555
+ "positioned",
81556
+ "overlay",
81557
+ "popup",
80166
81558
  "low-level",
80167
81559
  "component",
80168
81560
  "displaying",
@@ -80179,7 +81571,7 @@ var entries = [
80179
81571
  ],
80180
81572
  category: "components-v2",
80181
81573
  importPath: "@corva/ui/componentsV2",
80182
- searchText: "popper a low-level component for displaying popups, tooltips, etc. you will most likely need `<popover/>`, `<menu/>` or `<tooltip/>` popper low-level component displaying popups, tooltips, etc. will most likely need"
81574
+ searchText: "popper a low-level component for displaying popups, tooltips, etc. you will most likely need `<popover/>`, `<menu/>` or `<tooltip/>` popper floating positioned overlay popup low-level component displaying popups, tooltips, etc. will most likely need"
80183
81575
  },
80184
81576
  {
80185
81577
  id: "component-v2-Radio",
@@ -80379,14 +81771,18 @@ var entries = [
80379
81771
  description: "",
80380
81772
  keywords: [
80381
81773
  "tag",
80382
- "chip"
81774
+ "label",
81775
+ "badge",
81776
+ "chip",
81777
+ "pill",
81778
+ "indicator"
80383
81779
  ],
80384
81780
  tags: [
80385
81781
  "experimental"
80386
81782
  ],
80387
81783
  category: "components-v2",
80388
81784
  importPath: "@corva/ui/componentsV2",
80389
- searchText: "tag tag chip"
81785
+ searchText: "tag tag label badge chip pill indicator"
80390
81786
  },
80391
81787
  {
80392
81788
  id: "component-v2-TemplatesControl",
@@ -80511,6 +81907,10 @@ var entries = [
80511
81907
  keywords: [
80512
81908
  "textlink",
80513
81909
  "link",
81910
+ "anchor",
81911
+ "hyperlink",
81912
+ "navigate",
81913
+ "url",
80514
81914
  "component.",
80515
81915
  "integrated",
80516
81916
  "routing",
@@ -80526,7 +81926,7 @@ var entries = [
80526
81926
  ],
80527
81927
  category: "components-v2",
80528
81928
  importPath: "@corva/ui/componentsV2",
80529
- searchText: "textlink a link component. can be integrated with routing solutions (like `react-router`) by using the `component` prop. `ref` points to root element textlink link component. integrated routing solutions (like `react-router`) using `component` prop."
81929
+ searchText: "textlink a link component. can be integrated with routing solutions (like `react-router`) by using the `component` prop. `ref` points to root element textlink link anchor hyperlink navigate url component. integrated routing solutions (like `react-router`) using `component` prop."
80530
81930
  },
80531
81931
  {
80532
81932
  id: "component-v2-TextMiddleTruncated",
@@ -80557,14 +81957,19 @@ var entries = [
80557
81957
  name: "ToggleButtons",
80558
81958
  description: "",
80559
81959
  keywords: [
80560
- "togglebuttons"
81960
+ "togglebuttons",
81961
+ "segment",
81962
+ "pill",
81963
+ "button group",
81964
+ "segmented control",
81965
+ "toggle"
80561
81966
  ],
80562
81967
  tags: [
80563
81968
  "experimental"
80564
81969
  ],
80565
81970
  category: "components-v2",
80566
81971
  importPath: "@corva/ui/componentsV2",
80567
- searchText: "togglebuttons togglebuttons"
81972
+ searchText: "togglebuttons togglebuttons segment pill button group segmented control toggle"
80568
81973
  },
80569
81974
  {
80570
81975
  id: "component-v2-Tooltip",
@@ -80865,9 +82270,12 @@ var entries = [
80865
82270
  description: "Used as a hierarchical navigation element at the tp of the page",
80866
82271
  keywords: [
80867
82272
  "breadcrumbs",
82273
+ "navigation",
82274
+ "path",
82275
+ "trail",
82276
+ "breadcrumb",
80868
82277
  "used",
80869
82278
  "hierarchical",
80870
- "navigation",
80871
82279
  "element",
80872
82280
  "page"
80873
82281
  ],
@@ -80876,7 +82284,7 @@ var entries = [
80876
82284
  ],
80877
82285
  category: "components-v1",
80878
82286
  importPath: "@corva/ui/components",
80879
- searchText: "breadcrumbs used as a hierarchical navigation element at the tp of the page breadcrumbs used hierarchical navigation element page"
82287
+ searchText: "breadcrumbs used as a hierarchical navigation element at the tp of the page breadcrumbs navigation path trail breadcrumb used hierarchical element page"
80880
82288
  },
80881
82289
  {
80882
82290
  id: "component-v1-Button",
@@ -80988,10 +82396,13 @@ var entries = [
80988
82396
  description: "Used to provide a rich color input",
80989
82397
  keywords: [
80990
82398
  "colorpicker",
82399
+ "color",
82400
+ "palette",
82401
+ "pick",
82402
+ "swatch",
80991
82403
  "used",
80992
82404
  "provide",
80993
82405
  "rich",
80994
- "color",
80995
82406
  "input"
80996
82407
  ],
80997
82408
  tags: [
@@ -80999,7 +82410,7 @@ var entries = [
80999
82410
  ],
81000
82411
  category: "components-v1",
81001
82412
  importPath: "@corva/ui/components",
81002
- searchText: "colorpicker used to provide a rich color input colorpicker used provide rich color input"
82413
+ searchText: "colorpicker used to provide a rich color input colorpicker color palette pick swatch used provide rich input"
81003
82414
  },
81004
82415
  {
81005
82416
  id: "component-v1-ColorPickerPalette",
@@ -81092,14 +82503,17 @@ var entries = [
81092
82503
  name: "CopyToClipboard",
81093
82504
  description: "",
81094
82505
  keywords: [
81095
- "copytoclipboard"
82506
+ "copytoclipboard",
82507
+ "copy",
82508
+ "clipboard",
82509
+ "duplicate"
81096
82510
  ],
81097
82511
  tags: [
81098
82512
  "v1"
81099
82513
  ],
81100
82514
  category: "components-v1",
81101
82515
  importPath: "@corva/ui/components",
81102
- searchText: "copytoclipboard copytoclipboard"
82516
+ searchText: "copytoclipboard copytoclipboard copy clipboard duplicate"
81103
82517
  },
81104
82518
  {
81105
82519
  id: "component-v1-Counter",
@@ -81107,14 +82521,18 @@ var entries = [
81107
82521
  name: "Counter",
81108
82522
  description: "",
81109
82523
  keywords: [
81110
- "counter"
82524
+ "counter",
82525
+ "count",
82526
+ "number",
82527
+ "badge",
82528
+ "indicator"
81111
82529
  ],
81112
82530
  tags: [
81113
82531
  "v1"
81114
82532
  ],
81115
82533
  category: "components-v1",
81116
82534
  importPath: "@corva/ui/components",
81117
- searchText: "counter counter"
82535
+ searchText: "counter counter count number badge indicator"
81118
82536
  },
81119
82537
  {
81120
82538
  id: "component-v1-CustomSelect",
@@ -81280,14 +82698,19 @@ var entries = [
81280
82698
  name: "EmptyState",
81281
82699
  description: "",
81282
82700
  keywords: [
81283
- "emptystate"
82701
+ "emptystate",
82702
+ "empty",
82703
+ "no data",
82704
+ "placeholder",
82705
+ "blank",
82706
+ "no results"
81284
82707
  ],
81285
82708
  tags: [
81286
82709
  "v1"
81287
82710
  ],
81288
82711
  category: "components-v1",
81289
82712
  importPath: "@corva/ui/components",
81290
- searchText: "emptystate emptystate"
82713
+ searchText: "emptystate emptystate empty no data placeholder blank no results"
81291
82714
  },
81292
82715
  {
81293
82716
  id: "component-v1-EmptyView",
@@ -81377,14 +82800,19 @@ var entries = [
81377
82800
  name: "FilesDropzone",
81378
82801
  description: "",
81379
82802
  keywords: [
81380
- "filesdropzone"
82803
+ "filesdropzone",
82804
+ "upload",
82805
+ "drag",
82806
+ "drop",
82807
+ "file",
82808
+ "attachment"
81381
82809
  ],
81382
82810
  tags: [
81383
82811
  "v1"
81384
82812
  ],
81385
82813
  category: "components-v1",
81386
82814
  importPath: "@corva/ui/components",
81387
- searchText: "filesdropzone filesdropzone"
82815
+ searchText: "filesdropzone filesdropzone upload drag drop file attachment"
81388
82816
  },
81389
82817
  {
81390
82818
  id: "component-v1-FilesLoader",
@@ -81569,6 +82997,11 @@ var entries = [
81569
82997
  description: "Used for attracting user's attention to new features, providing usage hints, etc",
81570
82998
  keywords: [
81571
82999
  "hint",
83000
+ "help",
83001
+ "info",
83002
+ "question",
83003
+ "tooltip",
83004
+ "information",
81572
83005
  "used",
81573
83006
  "attracting",
81574
83007
  "user's",
@@ -81583,7 +83016,7 @@ var entries = [
81583
83016
  ],
81584
83017
  category: "components-v1",
81585
83018
  importPath: "@corva/ui/components",
81586
- searchText: "hint used for attracting user's attention to new features, providing usage hints, etc hint used attracting user's attention features, providing usage hints,"
83019
+ searchText: "hint used for attracting user's attention to new features, providing usage hints, etc hint help info question tooltip information used attracting user's attention features, providing usage hints,"
81587
83020
  },
81588
83021
  {
81589
83022
  id: "component-v1-IconButton",
@@ -81992,6 +83425,10 @@ var entries = [
81992
83425
  description: "MUI Popover. Read more information on the MUI docs page [here](https://v4.mui.com/api/popover/)",
81993
83426
  keywords: [
81994
83427
  "popover",
83428
+ "popup",
83429
+ "overlay",
83430
+ "floating",
83431
+ "hover",
81995
83432
  "popover.",
81996
83433
  "read",
81997
83434
  "more",
@@ -82005,7 +83442,7 @@ var entries = [
82005
83442
  ],
82006
83443
  category: "components-v1",
82007
83444
  importPath: "@corva/ui/components",
82008
- searchText: "popover mui popover. read more information on the mui docs page [here](https://v4.mui.com/api/popover/) popover popover. read more information docs page [here](https://v4.mui.com/api/popover/)"
83445
+ searchText: "popover mui popover. read more information on the mui docs page [here](https://v4.mui.com/api/popover/) popover popup overlay floating hover popover. read more information docs page [here](https://v4.mui.com/api/popover/)"
82009
83446
  },
82010
83447
  {
82011
83448
  id: "component-v1-Popper",
@@ -82014,6 +83451,10 @@ var entries = [
82014
83451
  description: "A wrapper over Popper - a barebones component that positions come content as a popover.\n\nAll props are passed through to it's base. Refer to MUI [documentation](https://v4.mui.com/api/popper/) and [examples](https://v4.mui.com/components/popper/) for more information",
82015
83452
  keywords: [
82016
83453
  "popper",
83454
+ "floating",
83455
+ "positioned",
83456
+ "overlay",
83457
+ "popup",
82017
83458
  "wrapper",
82018
83459
  "over",
82019
83460
  "barebones",
@@ -82029,7 +83470,7 @@ var entries = [
82029
83470
  ],
82030
83471
  category: "components-v1",
82031
83472
  importPath: "@corva/ui/components",
82032
- searchText: "popper a wrapper over popper - a barebones component that positions come content as a popover.\n\nall props are passed through to it's base. refer to mui [documentation](https://v4.mui.com/api/popper/) and [examples](https://v4.mui.com/components/popper/) for more information popper wrapper over barebones component positions come content popover. props"
83473
+ searchText: "popper a wrapper over popper - a barebones component that positions come content as a popover.\n\nall props are passed through to it's base. refer to mui [documentation](https://v4.mui.com/api/popper/) and [examples](https://v4.mui.com/components/popper/) for more information popper floating positioned overlay popup wrapper over barebones component positions come content popover. props"
82033
83474
  },
82034
83475
  {
82035
83476
  id: "component-v1-PostInput",
@@ -82344,14 +83785,19 @@ var entries = [
82344
83785
  name: "TextLink",
82345
83786
  description: "",
82346
83787
  keywords: [
82347
- "textlink"
83788
+ "textlink",
83789
+ "link",
83790
+ "anchor",
83791
+ "hyperlink",
83792
+ "navigate",
83793
+ "url"
82348
83794
  ],
82349
83795
  tags: [
82350
83796
  "v1"
82351
83797
  ],
82352
83798
  category: "components-v1",
82353
83799
  importPath: "@corva/ui/components",
82354
- searchText: "textlink textlink"
83800
+ searchText: "textlink textlink link anchor hyperlink navigate url"
82355
83801
  },
82356
83802
  {
82357
83803
  id: "component-v1-Toaster",
@@ -82696,6 +84142,28 @@ var entries = [
82696
84142
  importPath: "@corva/ui/effects",
82697
84143
  searchText: "usesetappcommentsmode usesetappcommentsmode setappcommentsmode"
82698
84144
  },
84145
+ {
84146
+ id: "hook-useAppCommons",
84147
+ type: "hook",
84148
+ name: "useAppCommons",
84149
+ description: "",
84150
+ keywords: [
84151
+ "useappcommons",
84152
+ "appcommons",
84153
+ "app",
84154
+ "commons",
84155
+ "context",
84156
+ "well",
84157
+ "rig",
84158
+ "asset",
84159
+ "settings"
84160
+ ],
84161
+ tags: [
84162
+ ],
84163
+ category: "hooks",
84164
+ importPath: "@corva/ui/effects",
84165
+ searchText: "useappcommons useappcommons appcommons app commons context well rig asset settings"
84166
+ },
82699
84167
  {
82700
84168
  id: "hook-useAppSettingPinning",
82701
84169
  type: "hook",
@@ -84714,6 +86182,7 @@ var entries = [
84714
86182
  "audits",
84715
86183
  "dataset_audits",
84716
86184
  "permission_audits",
86185
+ "group_membership_audits",
84717
86186
  "provisioning_subscription_audits",
84718
86187
  "platform_subscription_audits",
84719
86188
  "purchase_subscription_audits",
@@ -84783,7 +86252,7 @@ var entries = [
84783
86252
  ],
84784
86253
  category: "clients",
84785
86254
  importPath: "@corva/ui/clients",
84786
- searchText: "corvaapi main api client for corva platform. provides methods for get, put, patch, post, delete requests. api http request fetch rest get post put delete patch abilitycheck v2 ability_check check_feature check_permission feed activities alerts v1 comments likes toggle definitions context trigger close check templates enable disable acknowledge classify totals details appreviews app_reviews approve decline assets favorites settings type_wells type_well reruns ancestor_ids resolve autocomplete programs clusters pads frac_fleets app_wells wells active_wells rigs active_well well_cache drillout_units frac fleets wirelines dashboardappannotations dashboard_app_annotations last_annotations dashboards users dashboard_apps bulk_create batch_update dashboard_folders dashboard_shares dashboard_folder_shares use clone use_template available_timezones data data_filters data_filters#2 files file sign preview download download_link url security groups assign_users copy_users wellview integration ingest bha frac_stage_design frac_stage_summary frac_stage_summary_calculated job_settings plugs .well-known jwks.json jwks messageproducer message_producer notifications acknowledge_all count unread security_policies companies permissions bulk_destroy grouped picklists items tasks user_token#1 user_token#2 user_token#3 user_token#4 sessions verification schemas export streaks identity_verifiers api_keys deactivate apps install packages upload app_categories categories featured types secrets appdatasets app_datasets mark_followable app_help_contents signed_url applogs app_logs events search apptypes app_types appsettingstemplates app_settings_templates share unshare copy publish appstreamtemplate app_stream_templates appstreamtemplateapp add_app update_app remove_app datasettypes dataset_types datset_types documents document_sections rig_templates aggregated_values rig aggregated values rig_template_categories rig_template_items tiers productsubscriptions product_subscriptions cancel deny platformsubscriptions platform_subscriptions resume provisioningsubscriptions provisioning_subscriptions app_streams purchasesubscriptions purchase_subscriptions subscriptionfeatures subscription_features wellcache corva blacklisteddatasets blacklisted_datasets app metrics app_metrics for_selected_apps appassets packagereviews package_reviews apppurchases app_purchases datasets filtered_by_apps appruns app_runs stop duplicate_check appstream idle_worker_stats create_backfill_stream force_resume batch_destroy update_edr_provider_connection_status appconnection app_connections update_package apperroralert app_error_alerts subscribe unsubscribe usage summaries workflows workflow_content_blocks workflow_apps workflowroles workflow_roles columnmappertemplates column_mapper_templates add_asset remove_asset columnmappertemplatechannels column_mapper_template_channels columnmappertemplaterules column_mapper_template_rules dashboard_workflows ungroup ungroup_all change_asset competitoranalysis competitor_analysis statistics company app_companies appstoretemplates app_store_templates appstoretemplatesections app_store_template_sections app_store_template_section appstorearticles app_store_articles remove_section signedurl audits dataset_audits permission_audits provisioning_subscription_audits platform_subscription_audits purchase_subscription_audits event audit appusage usage_analytics app_usage usage_list view_date_list top_apps top_users total_usage_trend partialwellreruns partial_reruns list start_merging fail restart app_progress partialwellrerunappprogresses app_progresses searchsuggestions search_suggestions goals projects projectfolders project_folders projectfiles project_files registeredmodels registered_models appschedule app_schedules bulk_update_status package_audits apikey api_keys_management activate edrproviders edr_providers test_connection api_key_audits typewells padfracfleets pad_frac_fleets fracfleetcontracts frac_fleet_contracts interventionunits intervention_units interventionunitevents intervention_unit_events data export app data_export_app column_fields column_fields_list flat activity_code_mappings countries country_list revoltchat revolt_chat_sessions interventionunitreruns intervention_unit_reruns"
86255
+ searchText: "corvaapi main api client for corva platform. provides methods for get, put, patch, post, delete requests. api http request fetch rest get post put delete patch abilitycheck v2 ability_check check_feature check_permission feed activities alerts v1 comments likes toggle definitions context trigger close check templates enable disable acknowledge classify totals details appreviews app_reviews approve decline assets favorites settings type_wells type_well reruns ancestor_ids resolve autocomplete programs clusters pads frac_fleets app_wells wells active_wells rigs active_well well_cache drillout_units frac fleets wirelines dashboardappannotations dashboard_app_annotations last_annotations dashboards users dashboard_apps bulk_create batch_update dashboard_folders dashboard_shares dashboard_folder_shares use clone use_template available_timezones data data_filters data_filters#2 files file sign preview download download_link url security groups assign_users copy_users wellview integration ingest bha frac_stage_design frac_stage_summary frac_stage_summary_calculated job_settings plugs .well-known jwks.json jwks messageproducer message_producer notifications acknowledge_all count unread security_policies companies permissions bulk_destroy grouped picklists items tasks user_token#1 user_token#2 user_token#3 user_token#4 sessions verification schemas export streaks identity_verifiers api_keys deactivate apps install packages upload app_categories categories featured types secrets appdatasets app_datasets mark_followable app_help_contents signed_url applogs app_logs events search apptypes app_types appsettingstemplates app_settings_templates share unshare copy publish appstreamtemplate app_stream_templates appstreamtemplateapp add_app update_app remove_app datasettypes dataset_types datset_types documents document_sections rig_templates aggregated_values rig aggregated values rig_template_categories rig_template_items tiers productsubscriptions product_subscriptions cancel deny platformsubscriptions platform_subscriptions resume provisioningsubscriptions provisioning_subscriptions app_streams purchasesubscriptions purchase_subscriptions subscriptionfeatures subscription_features wellcache corva blacklisteddatasets blacklisted_datasets app metrics app_metrics for_selected_apps appassets packagereviews package_reviews apppurchases app_purchases datasets filtered_by_apps appruns app_runs stop duplicate_check appstream idle_worker_stats create_backfill_stream force_resume batch_destroy update_edr_provider_connection_status appconnection app_connections update_package apperroralert app_error_alerts subscribe unsubscribe usage summaries workflows workflow_content_blocks workflow_apps workflowroles workflow_roles columnmappertemplates column_mapper_templates add_asset remove_asset columnmappertemplatechannels column_mapper_template_channels columnmappertemplaterules column_mapper_template_rules dashboard_workflows ungroup ungroup_all change_asset competitoranalysis competitor_analysis statistics company app_companies appstoretemplates app_store_templates appstoretemplatesections app_store_template_sections app_store_template_section appstorearticles app_store_articles remove_section signedurl audits dataset_audits permission_audits group_membership_audits provisioning_subscription_audits platform_subscription_audits purchase_subscription_audits event audit appusage usage_analytics app_usage usage_list view_date_list top_apps top_users total_usage_trend partialwellreruns partial_reruns list start_merging fail restart app_progress partialwellrerunappprogresses app_progresses searchsuggestions search_suggestions goals projects projectfolders project_folders projectfiles project_files registeredmodels registered_models appschedule app_schedules bulk_update_status package_audits apikey api_keys_management activate edrproviders edr_providers test_connection api_key_audits typewells padfracfleets pad_frac_fleets fracfleetcontracts frac_fleet_contracts interventionunits intervention_units interventionunitevents intervention_unit_events data export app data_export_app column_fields column_fields_list flat activity_code_mappings countries country_list revoltchat revolt_chat_sessions interventionunitreruns intervention_unit_reruns"
84787
86256
  },
84788
86257
  {
84789
86258
  id: "client-corvaDataAPI",
@@ -90677,6 +92146,7 @@ var byCategory = {
90677
92146
  "hook-useWellnessAlerts",
90678
92147
  "hook-useAppCommentsMode",
90679
92148
  "hook-useSetAppCommentsMode",
92149
+ "hook-useAppCommons",
90680
92150
  "hook-useAppSettingPinning",
90681
92151
  "hook-useGlobalOffsetWellsSync"
90682
92152
  ],
@@ -91158,7 +92628,8 @@ var byTag = {
91158
92628
  "component-v2-Accordion"
91159
92629
  ],
91160
92630
  panel: [
91161
- "component-v2-Accordion"
92631
+ "component-v2-Accordion",
92632
+ "component-v2-Paper"
91162
92633
  ],
91163
92634
  faq: [
91164
92635
  "component-v2-Accordion"
@@ -91192,7 +92663,7 @@ var byTag = {
91192
92663
  described: [
91193
92664
  "component-v2-AppFooter"
91194
92665
  ],
91195
- "[here](https://www.figma.com/design/pugbxjnswqqg1yyu6oqerz/corva-design-system?node-id=83011-88407&m=dev)": [
92666
+ "[here](https://www.figma.com/design/pugbxjnswqqg1yyu6oqerz/corva-design-system?node-id=83011-88407)": [
91196
92667
  "component-v2-AppFooter"
91197
92668
  ],
91198
92669
  appheader: [
@@ -91298,7 +92769,9 @@ var byTag = {
91298
92769
  "component-v2-BadgeBase",
91299
92770
  "component-v2-BadgeCounter",
91300
92771
  "component-v2-BadgeDot",
91301
- "component-v2-Chip"
92772
+ "component-v2-Chip",
92773
+ "component-v2-Counter",
92774
+ "component-v2-Tag"
91302
92775
  ],
91303
92776
  "status badge": [
91304
92777
  "component-v2-BadgeBase",
@@ -91311,9 +92784,37 @@ var byTag = {
91311
92784
  comment: [
91312
92785
  "component-v2-BadgeComment"
91313
92786
  ],
92787
+ annotation: [
92788
+ "component-v2-BadgeComment"
92789
+ ],
92790
+ note: [
92791
+ "component-v2-BadgeComment"
92792
+ ],
91314
92793
  badgecounter: [
91315
92794
  "component-v2-BadgeCounter"
91316
92795
  ],
92796
+ counter: [
92797
+ "component-v2-BadgeCounter",
92798
+ "component-v2-Counter",
92799
+ "component-v2-Label"
92800
+ ],
92801
+ count: [
92802
+ "component-v2-BadgeCounter",
92803
+ "component-v2-Counter"
92804
+ ],
92805
+ number: [
92806
+ "component-v2-BadgeCounter",
92807
+ "component-v2-Counter"
92808
+ ],
92809
+ indicator: [
92810
+ "component-v2-BadgeCounter",
92811
+ "component-v2-BadgeDot",
92812
+ "component-v2-Counter",
92813
+ "component-v2-LoaderCircular",
92814
+ "component-v2-LoaderLinear",
92815
+ "component-v2-LoaderLogo",
92816
+ "component-v2-Tag"
92817
+ ],
91317
92818
  displaying: [
91318
92819
  "component-v2-BadgeCounter",
91319
92820
  "component-v2-BadgeDot",
@@ -91331,9 +92832,28 @@ var byTag = {
91331
92832
  badgedot: [
91332
92833
  "component-v2-BadgeDot"
91333
92834
  ],
92835
+ dot: [
92836
+ "component-v2-BadgeDot"
92837
+ ],
92838
+ notification: [
92839
+ "component-v2-BadgeDot"
92840
+ ],
91334
92841
  breadcrumbs: [
91335
92842
  "component-v2-Breadcrumbs"
91336
92843
  ],
92844
+ navigation: [
92845
+ "component-v2-Breadcrumbs",
92846
+ "component-v2-Tabs"
92847
+ ],
92848
+ path: [
92849
+ "component-v2-Breadcrumbs"
92850
+ ],
92851
+ trail: [
92852
+ "component-v2-Breadcrumbs"
92853
+ ],
92854
+ breadcrumb: [
92855
+ "component-v2-Breadcrumbs"
92856
+ ],
91337
92857
  button: [
91338
92858
  "component-v2-Button",
91339
92859
  "component-v2-ButtonIcon"
@@ -91407,7 +92927,8 @@ var byTag = {
91407
92927
  ],
91408
92928
  toggle: [
91409
92929
  "component-v2-Checkbox",
91410
- "component-v2-Switch"
92930
+ "component-v2-Switch",
92931
+ "component-v2-ToggleButtons"
91411
92932
  ],
91412
92933
  check: [
91413
92934
  "component-v2-Checkbox"
@@ -91473,10 +92994,13 @@ var byTag = {
91473
92994
  ],
91474
92995
  label: [
91475
92996
  "component-v2-Chip",
91476
- "component-v2-Label"
92997
+ "component-v2-Label",
92998
+ "component-v2-Tag"
91477
92999
  ],
91478
93000
  pill: [
91479
- "component-v2-Chip"
93001
+ "component-v2-Chip",
93002
+ "component-v2-Tag",
93003
+ "component-v2-ToggleButtons"
91480
93004
  ],
91481
93005
  chipalert: [
91482
93006
  "component-v2-ChipAlert"
@@ -91487,6 +93011,19 @@ var byTag = {
91487
93011
  colorpicker: [
91488
93012
  "component-v2-ColorPicker"
91489
93013
  ],
93014
+ color: [
93015
+ "component-v2-ColorPicker"
93016
+ ],
93017
+ palette: [
93018
+ "component-v2-ColorPicker"
93019
+ ],
93020
+ pick: [
93021
+ "component-v2-ColorPicker",
93022
+ "component-v2-Select"
93023
+ ],
93024
+ swatch: [
93025
+ "component-v2-ColorPicker"
93026
+ ],
91490
93027
  completionsoffsetwellpicker: [
91491
93028
  "component-v2-CompletionsOffsetWellPicker"
91492
93029
  ],
@@ -91508,9 +93045,14 @@ var byTag = {
91508
93045
  copytoclipboard: [
91509
93046
  "component-v2-CopyToClipboard"
91510
93047
  ],
91511
- counter: [
91512
- "component-v2-Counter",
91513
- "component-v2-Label"
93048
+ copy: [
93049
+ "component-v2-CopyToClipboard"
93050
+ ],
93051
+ clipboard: [
93052
+ "component-v2-CopyToClipboard"
93053
+ ],
93054
+ duplicate: [
93055
+ "component-v2-CopyToClipboard"
91514
93056
  ],
91515
93057
  datepicker: [
91516
93058
  "component-v2-DatePicker"
@@ -91532,6 +93074,16 @@ var byTag = {
91532
93074
  "component-v2-DragHandle"
91533
93075
  ],
91534
93076
  drag: [
93077
+ "component-v2-DragHandle",
93078
+ "component-v2-FilesDropzone"
93079
+ ],
93080
+ reorder: [
93081
+ "component-v2-DragHandle"
93082
+ ],
93083
+ sort: [
93084
+ "component-v2-DragHandle"
93085
+ ],
93086
+ move: [
91535
93087
  "component-v2-DragHandle"
91536
93088
  ],
91537
93089
  handle: [
@@ -91546,13 +93098,32 @@ var byTag = {
91546
93098
  emptystate: [
91547
93099
  "component-v2-EmptyState"
91548
93100
  ],
93101
+ empty: [
93102
+ "component-v2-EmptyState"
93103
+ ],
93104
+ "no data": [
93105
+ "component-v2-EmptyState"
93106
+ ],
93107
+ placeholder: [
93108
+ "component-v2-EmptyState",
93109
+ "component-v2-Skeleton"
93110
+ ],
93111
+ blank: [
93112
+ "component-v2-EmptyState"
93113
+ ],
93114
+ "no results": [
93115
+ "component-v2-EmptyState"
93116
+ ],
91549
93117
  fileicon: [
91550
93118
  "component-v2-FileIcon"
91551
93119
  ],
91552
93120
  filesdropzone: [
91553
93121
  "component-v2-FilesDropzone"
91554
93122
  ],
91555
- dropzone: [
93123
+ upload: [
93124
+ "component-v2-FilesDropzone"
93125
+ ],
93126
+ drop: [
91556
93127
  "component-v2-FilesDropzone"
91557
93128
  ],
91558
93129
  file: [
@@ -91560,6 +93131,12 @@ var byTag = {
91560
93131
  "component-v2-FilesLoader",
91561
93132
  "component-v2-FilesProcessor"
91562
93133
  ],
93134
+ attachment: [
93135
+ "component-v2-FilesDropzone"
93136
+ ],
93137
+ dropzone: [
93138
+ "component-v2-FilesDropzone"
93139
+ ],
91563
93140
  "uploads.": [
91564
93141
  "component-v2-FilesDropzone"
91565
93142
  ],
@@ -91627,13 +93204,23 @@ var byTag = {
91627
93204
  grid: [
91628
93205
  "component-v2-Grid"
91629
93206
  ],
91630
- header: [
93207
+ layout: [
93208
+ "component-v2-Grid",
91631
93209
  "component-v2-Header"
91632
93210
  ],
91633
- headerlayout: [
93211
+ columns: [
93212
+ "component-v2-Grid"
93213
+ ],
93214
+ rows: [
93215
+ "component-v2-Grid"
93216
+ ],
93217
+ responsive: [
93218
+ "component-v2-Grid"
93219
+ ],
93220
+ header: [
91634
93221
  "component-v2-Header"
91635
93222
  ],
91636
- layout: [
93223
+ headerlayout: [
91637
93224
  "component-v2-Header"
91638
93225
  ],
91639
93226
  "header layout": [
@@ -91665,6 +93252,25 @@ var byTag = {
91665
93252
  "component-v2-Hint",
91666
93253
  "component-v2-Tooltip"
91667
93254
  ],
93255
+ help: [
93256
+ "component-v2-Hint",
93257
+ "component-v2-Tooltip"
93258
+ ],
93259
+ info: [
93260
+ "component-v2-Hint",
93261
+ "component-v2-Tooltip"
93262
+ ],
93263
+ question: [
93264
+ "component-v2-Hint"
93265
+ ],
93266
+ tooltip: [
93267
+ "component-v2-Hint",
93268
+ "component-v2-TextEndTruncated",
93269
+ "component-v2-Tooltip"
93270
+ ],
93271
+ information: [
93272
+ "component-v2-Hint"
93273
+ ],
91668
93274
  used: [
91669
93275
  "component-v2-Hint",
91670
93276
  "component-v2-LoaderLogo",
@@ -91722,7 +93328,8 @@ var byTag = {
91722
93328
  "component-v2-Label"
91723
93329
  ],
91724
93330
  positioned: [
91725
- "component-v2-Label"
93331
+ "component-v2-Label",
93332
+ "component-v2-Popper"
91726
93333
  ],
91727
93334
  absolutely: [
91728
93335
  "component-v2-Label"
@@ -91768,11 +93375,6 @@ var byTag = {
91768
93375
  "component-v2-LoaderLinear",
91769
93376
  "component-v2-LoaderLogo"
91770
93377
  ],
91771
- indicator: [
91772
- "component-v2-LoaderCircular",
91773
- "component-v2-LoaderLinear",
91774
- "component-v2-LoaderLogo"
91775
- ],
91776
93378
  "loading indicator": [
91777
93379
  "component-v2-LoaderCircular",
91778
93380
  "component-v2-LoaderLinear",
@@ -91787,6 +93389,15 @@ var byTag = {
91787
93389
  loaderlogo: [
91788
93390
  "component-v2-LoaderLogo"
91789
93391
  ],
93392
+ splash: [
93393
+ "component-v2-LoaderLogo"
93394
+ ],
93395
+ brand: [
93396
+ "component-v2-LoaderLogo"
93397
+ ],
93398
+ startup: [
93399
+ "component-v2-LoaderLogo"
93400
+ ],
91790
93401
  provide: [
91791
93402
  "component-v2-LoaderLogo"
91792
93403
  ],
@@ -91849,10 +93460,14 @@ var byTag = {
91849
93460
  ],
91850
93461
  popup: [
91851
93462
  "component-v2-Modal",
93463
+ "component-v2-Popover",
93464
+ "component-v2-Popper",
91852
93465
  "component-v2-Tooltip"
91853
93466
  ],
91854
93467
  overlay: [
91855
- "component-v2-Modal"
93468
+ "component-v2-Modal",
93469
+ "component-v2-Popover",
93470
+ "component-v2-Popper"
91856
93471
  ],
91857
93472
  confirmation: [
91858
93473
  "component-v2-Modal"
@@ -91907,6 +93522,12 @@ var byTag = {
91907
93522
  paper: [
91908
93523
  "component-v2-Paper"
91909
93524
  ],
93525
+ card: [
93526
+ "component-v2-Paper"
93527
+ ],
93528
+ surface: [
93529
+ "component-v2-Paper"
93530
+ ],
91910
93531
  "low-level": [
91911
93532
  "component-v2-Paper",
91912
93533
  "component-v2-Popover",
@@ -91924,6 +93545,14 @@ var byTag = {
91924
93545
  "modals,": [
91925
93546
  "component-v2-Paper"
91926
93547
  ],
93548
+ floating: [
93549
+ "component-v2-Popover",
93550
+ "component-v2-Popper"
93551
+ ],
93552
+ hover: [
93553
+ "component-v2-Popover",
93554
+ "component-v2-Tooltip"
93555
+ ],
91927
93556
  creating: [
91928
93557
  "component-v2-Popover"
91929
93558
  ],
@@ -91995,15 +93624,9 @@ var byTag = {
91995
93624
  choose: [
91996
93625
  "component-v2-Select"
91997
93626
  ],
91998
- pick: [
91999
- "component-v2-Select"
92000
- ],
92001
93627
  skeleton: [
92002
93628
  "component-v2-Skeleton"
92003
93629
  ],
92004
- placeholder: [
92005
- "component-v2-Skeleton"
92006
- ],
92007
93630
  shimmer: [
92008
93631
  "component-v2-Skeleton"
92009
93632
  ],
@@ -92041,9 +93664,6 @@ var byTag = {
92041
93664
  tabs: [
92042
93665
  "component-v2-Tabs"
92043
93666
  ],
92044
- navigation: [
92045
- "component-v2-Tabs"
92046
- ],
92047
93667
  sections: [
92048
93668
  "component-v2-Tabs"
92049
93669
  ],
@@ -92096,10 +93716,6 @@ var byTag = {
92096
93716
  displays: [
92097
93717
  "component-v2-TextEndTruncated"
92098
93718
  ],
92099
- tooltip: [
92100
- "component-v2-TextEndTruncated",
92101
- "component-v2-Tooltip"
92102
- ],
92103
93719
  "truncated.": [
92104
93720
  "component-v2-TextEndTruncated"
92105
93721
  ],
@@ -92165,6 +93781,18 @@ var byTag = {
92165
93781
  "component-v2-TextLink",
92166
93782
  "component-v2-UniversalLink"
92167
93783
  ],
93784
+ anchor: [
93785
+ "component-v2-TextLink"
93786
+ ],
93787
+ hyperlink: [
93788
+ "component-v2-TextLink"
93789
+ ],
93790
+ navigate: [
93791
+ "component-v2-TextLink"
93792
+ ],
93793
+ url: [
93794
+ "component-v2-TextLink"
93795
+ ],
92168
93796
  integrated: [
92169
93797
  "component-v2-TextLink"
92170
93798
  ],
@@ -92213,14 +93841,14 @@ var byTag = {
92213
93841
  togglebuttons: [
92214
93842
  "component-v2-ToggleButtons"
92215
93843
  ],
92216
- hover: [
92217
- "component-v2-Tooltip"
93844
+ segment: [
93845
+ "component-v2-ToggleButtons"
92218
93846
  ],
92219
- help: [
92220
- "component-v2-Tooltip"
93847
+ "button group": [
93848
+ "component-v2-ToggleButtons"
92221
93849
  ],
92222
- info: [
92223
- "component-v2-Tooltip"
93850
+ "segmented control": [
93851
+ "component-v2-ToggleButtons"
92224
93852
  ],
92225
93853
  universallink: [
92226
93854
  "component-v2-UniversalLink"
@@ -92291,6 +93919,68 @@ const withTimeout = async (promise, ms) => {
92291
93919
  }
92292
93920
  };
92293
93921
 
93922
+ /**
93923
+ * Split camelCase or PascalCase string into words
93924
+ * e.g., "CustomGradient" -> ["custom", "gradient"]
93925
+ */
93926
+ const splitCamelCase = (name) => {
93927
+ return name
93928
+ .replace(/([A-Z])/g, ' $1')
93929
+ .toLowerCase()
93930
+ .trim()
93931
+ .split(/\s+/)
93932
+ .filter(w => w.length > 0);
93933
+ };
93934
+
93935
+ const scoreMultiWordQuery = (entry, queryWords, weights) => {
93936
+ let score = 0;
93937
+ const nameLower = entry.name.toLowerCase();
93938
+ const queryCollapsed = queryWords.join('');
93939
+ // 1. Collapsed name matching
93940
+ let collapsedNameScore = 0;
93941
+ if (nameLower === queryCollapsed) {
93942
+ collapsedNameScore = weights.exactMatch;
93943
+ }
93944
+ else if (nameLower.startsWith(queryCollapsed)) {
93945
+ collapsedNameScore = weights.startsWith;
93946
+ }
93947
+ else if (nameLower.includes(queryCollapsed)) {
93948
+ collapsedNameScore = weights.contains;
93949
+ }
93950
+ // 2. All-words-in-name-parts matching
93951
+ let namePartsScore = 0;
93952
+ const nameParts = splitCamelCase(entry.name).filter(part => part.length > 1);
93953
+ const allWordsInName = queryWords.every(word => nameParts.some(part => part === word));
93954
+ if (allWordsInName) {
93955
+ namePartsScore = weights.contains;
93956
+ }
93957
+ // Take max of collapsed and name-parts
93958
+ score += Math.max(collapsedNameScore, namePartsScore);
93959
+ // 3. Per-word keyword scoring
93960
+ const descriptionLower = entry.description.toLowerCase();
93961
+ score += queryWords.reduce((keywordScore, word) => {
93962
+ let bestMatch = 0;
93963
+ for (const keyword of entry.keywords) {
93964
+ if (keyword === word) {
93965
+ bestMatch = Math.max(bestMatch, weights.keywordExact);
93966
+ }
93967
+ else if (keyword.includes(word)) {
93968
+ bestMatch = Math.max(bestMatch, weights.keywordContains);
93969
+ }
93970
+ }
93971
+ return keywordScore + bestMatch;
93972
+ }, 0);
93973
+ // 4. All-words-in-description
93974
+ if (queryWords.every(word => descriptionLower.includes(word))) {
93975
+ score += weights.description;
93976
+ }
93977
+ // 5. All-words-in-searchText
93978
+ if (queryWords.every(word => entry.searchText.includes(word))) {
93979
+ score += weights.fullText;
93980
+ }
93981
+ return score;
93982
+ };
93983
+
92294
93984
  const searchToolName = 'search_corva_ui';
92295
93985
  const searchToolTitle = 'Search @corva/ui';
92296
93986
  const searchToolDescription = `Search the @corva/ui component library by name, use case, or description.
@@ -92327,6 +94017,9 @@ const searchToolSchema = {
92327
94017
  const handleSearch = (args) => {
92328
94018
  const { query, type = 'all', category = 'all', limit = SEARCH_CONFIG.defaults.maxResults } = args;
92329
94019
  const queryLower = query.toLowerCase();
94020
+ const rawWords = queryLower.trim().split(/\s+/);
94021
+ const queryWords = rawWords.filter(w => w.length > 1);
94022
+ const isMultiWord = rawWords.length >= 2 && queryWords.length >= 2;
92330
94023
  let results = [];
92331
94024
  // Filter by type
92332
94025
  let { entries } = searchIndex;
@@ -92335,44 +94028,50 @@ const handleSearch = (args) => {
92335
94028
  }
92336
94029
  // Filter by category for components
92337
94030
  if (category !== 'all') {
92338
- entries = entries.filter(e => e.category === category || e.type !== 'component');
94031
+ const fullCategory = category.startsWith('components-') ? category : `components-${category}`;
94032
+ entries = entries.filter(e => e.type !== 'component' || e.category === fullCategory);
92339
94033
  }
92340
94034
  // Score and sort results using SEARCH_CONFIG weights
92341
94035
  const { weights, boosts } = SEARCH_CONFIG;
92342
94036
  const scored = entries.map(entry => {
92343
94037
  let score = 0;
92344
- // Exact name match (highest priority)
92345
- if (entry.name.toLowerCase() === queryLower) {
92346
- score += weights.exactMatch;
92347
- }
92348
- // Name starts with query
92349
- else if (entry.name.toLowerCase().startsWith(queryLower)) {
92350
- score += weights.startsWith;
94038
+ if (isMultiWord) {
94039
+ score += scoreMultiWordQuery(entry, queryWords, weights);
92351
94040
  }
92352
- // Name contains query
92353
- else if (entry.name.toLowerCase().includes(queryLower)) {
92354
- score += weights.contains;
92355
- }
92356
- // Keyword match
92357
- score += entry.keywords.reduce((keywordScore, keyword) => {
92358
- if (keyword === queryLower) {
92359
- return keywordScore + weights.keywordExact;
94041
+ else {
94042
+ // Exact name match (highest priority)
94043
+ if (entry.name.toLowerCase() === queryLower) {
94044
+ score += weights.exactMatch;
92360
94045
  }
92361
- if (keyword.includes(queryLower)) {
92362
- return keywordScore + weights.keywordContains;
94046
+ // Name starts with query
94047
+ else if (entry.name.toLowerCase().startsWith(queryLower)) {
94048
+ score += weights.startsWith;
94049
+ }
94050
+ // Name contains query
94051
+ else if (entry.name.toLowerCase().includes(queryLower)) {
94052
+ score += weights.contains;
94053
+ }
94054
+ // Keyword match
94055
+ score += entry.keywords.reduce((keywordScore, keyword) => {
94056
+ if (keyword === queryLower) {
94057
+ return keywordScore + weights.keywordExact;
94058
+ }
94059
+ if (keyword.includes(queryLower)) {
94060
+ return keywordScore + weights.keywordContains;
94061
+ }
94062
+ return keywordScore;
94063
+ }, 0);
94064
+ // Description match
94065
+ if (entry.description.toLowerCase().includes(queryLower)) {
94066
+ score += weights.description;
94067
+ }
94068
+ // Full text match
94069
+ if (entry.searchText.includes(queryLower)) {
94070
+ score += weights.fullText;
92363
94071
  }
92364
- return keywordScore;
92365
- }, 0);
92366
- // Description match
92367
- if (entry.description.toLowerCase().includes(queryLower)) {
92368
- score += weights.description;
92369
- }
92370
- // Full text match
92371
- if (entry.searchText.includes(queryLower)) {
92372
- score += weights.fullText;
92373
94072
  }
92374
94073
  // Boost V2 components
92375
- if (entry.category === 'v2') {
94074
+ if (entry.category === 'components-v2') {
92376
94075
  score += boosts.v2Component;
92377
94076
  }
92378
94077
  return { entry, score };
@@ -92390,7 +94089,7 @@ const handleSearch = (args) => {
92390
94089
  }
92391
94090
  const formatted = results
92392
94091
  .map(r => {
92393
- const categoryLabel = r.type === 'component' ? ` (${r.category})` : '';
94092
+ const categoryLabel = r.type === 'component' ? ` (${r.category.replace('components-', '')})` : '';
92394
94093
  return `**${r.name}**${categoryLabel} - ${r.type}\n ${r.description || 'No description'}\n Import: \`${r.importPath}\``;
92395
94094
  })
92396
94095
  .join('\n\n');
@@ -92417,6 +94116,8 @@ const table = (headers, rows) => {
92417
94116
  return `${headerRow}\n${separator}\n${dataRows}`;
92418
94117
  };
92419
94118
 
94119
+ const join = (...sections) => sections.filter(Boolean).join('\n\n');
94120
+
92420
94121
  const formatProps = (props) => {
92421
94122
  if (props.length === 0)
92422
94123
  return '';
@@ -92517,10 +94218,132 @@ const formatColorGroup = (name, group) => {
92517
94218
  return `${h3(name)}${colors}\n`;
92518
94219
  };
92519
94220
 
94221
+ const formatCssVariables = (variables) => {
94222
+ const byCategory = new Map();
94223
+ for (const v of variables) {
94224
+ const list = byCategory.get(v.category) ?? [];
94225
+ list.push(v);
94226
+ byCategory.set(v.category, list);
94227
+ }
94228
+ const sections = [];
94229
+ for (const [category, vars] of byCategory) {
94230
+ const rows = vars.map(v => [
94231
+ code(v.name),
94232
+ code(v.darkValue),
94233
+ code(v.lightValue),
94234
+ v.scssAlias ? code(v.scssAlias) : '—',
94235
+ ]);
94236
+ sections.push(`${h3(category)}${table(['CSS Variable', 'Dark', 'Light', 'SCSS Alias'], rows)}`);
94237
+ }
94238
+ return sections.join('\n\n');
94239
+ };
94240
+
94241
+ const formatScssVariables = (variables) => {
94242
+ const rows = variables.map(v => [code(v.name), code(v.mapsTo)]);
94243
+ return table(['SCSS Variable', 'Maps To'], rows);
94244
+ };
94245
+ const formatScssFunctions = (functions) => functions
94246
+ .map(f => `${bold(f.name)}\n` +
94247
+ `Signature: ${code(f.signature)}\n` +
94248
+ `${f.description}\n` +
94249
+ `${codeBlock(f.example, 'scss')}`)
94250
+ .join('\n\n');
94251
+ const formatScssMixins = (mixins) => mixins
94252
+ .map(m => `${bold(m.name)}\nSignature: ${code(m.signature)}\n${m.description}`)
94253
+ .join('\n\n');
94254
+ const formatSpacing = (spacing) => `Base unit: ${code(spacing.baseUnit)} (SCSS: ${code(spacing.scssVariable)})\n\n` +
94255
+ `Function: ${code(spacing.scssFunction.signature)}\n` +
94256
+ `${spacing.scssFunction.description}\n\n` +
94257
+ codeBlock(spacing.scssFunction.example, 'scss');
94258
+ const formatTypography = (typography) => `Font family: ${code(typography.fontFamily)} (SCSS: ${code(typography.scssVariable)})`;
94259
+ const formatTransition = (transition) => `Parameters: ${code(transition.parameters)} (SCSS: ${code(transition.scssVariable)})\n\n` +
94260
+ `Function: ${code(transition.scssFunction.signature)}\n` +
94261
+ `${transition.scssFunction.description}\n\n` +
94262
+ codeBlock(transition.scssFunction.example, 'scss');
94263
+ const formatZIndex = (zIndex) => {
94264
+ const rows = Object.entries(zIndex)
94265
+ .sort(([, a], [, b]) => a.value - b.value)
94266
+ .map(([name, { cssVariable, value }]) => [code(name), code(cssVariable), String(value)]);
94267
+ return table(['Name', 'CSS Variable', 'Value'], rows);
94268
+ };
94269
+
94270
+ /**
94271
+ * Maps alternate/legacy component names to their canonical names.
94272
+ * Keys are lowercase for case-insensitive lookup.
94273
+ *
94274
+ * - `category`: constrains when the alias applies (skipped if user requests a different category)
94275
+ * - `force`: always resolves regardless of user's category filter ("Next" = newest)
94276
+ */
94277
+ const COMPONENT_ALIAS_MAP = {
94278
+ // "Next" aliases — always resolve to v2
94279
+ autocompletenext: { name: 'Autocomplete', category: 'v2', force: true },
94280
+ // V2 aliases — resolve when searching v2 or no category
94281
+ linearprogress: { name: 'LoaderLinear', category: 'v2' },
94282
+ loadingindicator: { name: 'LoaderCircular', category: 'v2' },
94283
+ iconbutton: { name: 'ButtonIcon', category: 'v2' },
94284
+ switchcontrol: { name: 'Switch', category: 'v2' },
94285
+ textfield: { name: 'TextInput', category: 'v2' },
94286
+ headerlayout: { name: 'Header', category: 'v2' },
94287
+ statusbadge: { name: 'BadgeBase', category: 'v2' },
94288
+ middletruncate: { name: 'TextMiddleTruncated', category: 'v2' },
94289
+ middletruncatedtext: { name: 'TextMiddleTruncated', category: 'v2' },
94290
+ truncatedtext: { name: 'TextEndTruncated', category: 'v2' },
94291
+ // V1 aliases — resolve when searching v1 or no category
94292
+ addcommentpopover: { name: 'AddComment', category: 'v1' },
94293
+ addcommentpopup: { name: 'AddComment', category: 'v1' },
94294
+ tablesortlabel: { name: 'Table', category: 'v1' },
94295
+ };
94296
+
94297
+ const resolveComponentAlias = (name, category) => {
94298
+ const alias = COMPONENT_ALIAS_MAP[name.toLowerCase()];
94299
+ if (!alias) {
94300
+ return { resolvedName: name, wasAliased: false };
94301
+ }
94302
+ // Force aliases always resolve (e.g., "Next" components)
94303
+ if (alias.force) {
94304
+ return { resolvedName: alias.name, wasAliased: true, aliasCategory: alias.category };
94305
+ }
94306
+ // Skip if user's category conflicts with alias category
94307
+ if (alias.category && category && alias.category !== category) {
94308
+ return { resolvedName: name, wasAliased: false };
94309
+ }
94310
+ return { resolvedName: alias.name, wasAliased: true, aliasCategory: alias.category };
94311
+ };
94312
+
94313
+ const findSimilarComponents = (name, allComponents) => {
94314
+ const query = name.toLowerCase();
94315
+ const maxSuggestions = 5;
94316
+ if (query.length === 0) {
94317
+ return [];
94318
+ }
94319
+ const seen = new Set();
94320
+ const scored = [];
94321
+ for (const c of allComponents) {
94322
+ const lower = c.name.toLowerCase();
94323
+ if (seen.has(lower))
94324
+ continue;
94325
+ seen.add(lower);
94326
+ if (lower.startsWith(query) || query.startsWith(lower)) {
94327
+ scored.push({ name: c.name, score: 2 });
94328
+ }
94329
+ else if (lower.includes(query) || query.includes(lower)) {
94330
+ scored.push({ name: c.name, score: 1 });
94331
+ }
94332
+ }
94333
+ scored.sort((a, b) => {
94334
+ if (b.score !== a.score)
94335
+ return b.score - a.score;
94336
+ return Math.abs(a.name.length - name.length) - Math.abs(b.name.length - name.length);
94337
+ });
94338
+ return scored.slice(0, maxSuggestions).map(s => s.name);
94339
+ };
94340
+
92520
94341
  const componentDocsToolName = 'get_component_docs';
92521
94342
  const componentDocsToolTitle = 'Get Component Docs';
92522
94343
  const componentDocsToolDescription = `Get detailed documentation for a specific @corva/ui component.
92523
- Returns props, examples, description, and links.`;
94344
+ Returns props, examples, description, and links.
94345
+
94346
+ Usage: get_component_docs({ name: "Button" })`;
92524
94347
  const componentDocsToolSchema = {
92525
94348
  name: z.string().describe("Component name (e.g., 'Button', 'Tooltip', 'DatePicker')"),
92526
94349
  category: z
@@ -92538,19 +94361,49 @@ const handleGetComponentDocs = (args) => {
92538
94361
  if (!component && (!category || category === 'v1')) {
92539
94362
  component = componentsV1.find(c => c.name.toLowerCase() === name.toLowerCase());
92540
94363
  }
94364
+ // Step 2: Try alias resolution
94365
+ let aliasNote = '';
92541
94366
  if (!component) {
94367
+ const aliasResult = resolveComponentAlias(name, category);
94368
+ if (aliasResult.wasAliased) {
94369
+ const searchCategory = aliasResult.aliasCategory;
94370
+ if (!searchCategory || searchCategory === 'v2') {
94371
+ component = componentsV2.find(c => c.name.toLowerCase() === aliasResult.resolvedName.toLowerCase());
94372
+ }
94373
+ if (!component && (!searchCategory || searchCategory === 'v1')) {
94374
+ component = componentsV1.find(c => c.name.toLowerCase() === aliasResult.resolvedName.toLowerCase());
94375
+ }
94376
+ if (component) {
94377
+ aliasNote = `> **Note:** "${name}" resolved to **${component.name}** (${component.category}).\n\n`;
94378
+ }
94379
+ }
94380
+ }
94381
+ // Step 3: Suggest similar components
94382
+ if (!component) {
94383
+ const allComponents = [
94384
+ ...(!category || category === 'v2' ? componentsV2 : []),
94385
+ ...(!category || category === 'v1' ? componentsV1 : []),
94386
+ ];
94387
+ const suggestions = findSimilarComponents(name, allComponents);
94388
+ let notFoundMsg = `Component "${name}" not found.`;
94389
+ if (suggestions.length > 0) {
94390
+ notFoundMsg += ` Did you mean: ${suggestions.join(', ')}?`;
94391
+ }
94392
+ notFoundMsg += ' Use search_corva_ui to find available components.';
92542
94393
  return {
92543
- response: createToolResponse(`Component "${name}" not found. Use search_corva_ui to find available components.`),
94394
+ response: createToolResponse(notFoundMsg),
92544
94395
  found: false,
92545
94396
  };
92546
94397
  }
92547
94398
  const propsSection = formatProps(component.props);
92548
94399
  const examplesSection = formatExamples(component.examples);
92549
- const text = `# ${component.name}
94400
+ const text = `${aliasNote}# ${component.name}
92550
94401
 
92551
94402
  **Category:** ${component.category}
92552
94403
  **Import:** \`import { ${component.name} } from '${component.importPath}';\`
92553
- ${component.isExperimental ? '**Experimental** - Recently added component, fully functional and safe to use.\n' : ''}${component.isDeprecated ? '❌ **Deprecated**\n' : ''}
94404
+ ${component.isExperimental
94405
+ ? '**Experimental** - Recently added component, fully functional and safe to use.\n'
94406
+ : ''}${component.isDeprecated ? '❌ **Deprecated**\n' : ''}
92554
94407
 
92555
94408
  ${component.description}
92556
94409
 
@@ -92570,7 +94423,9 @@ ${examplesSection}
92570
94423
  const hookDocsToolName = 'get_hook_docs';
92571
94424
  const hookDocsToolTitle = 'Get Hook Docs';
92572
94425
  const hookDocsToolDescription = `Get documentation for a @corva/ui hook.
92573
- Returns parameters, return type, and usage examples.`;
94426
+ Returns parameters, return type, and usage examples.
94427
+
94428
+ Usage: get_hook_docs({ name: "useSubscriptions" })`;
92574
94429
  const hookDocsToolSchema = {
92575
94430
  name: z.string().describe("Hook name (e.g., 'useSubscriptions', 'useOutsideClick')"),
92576
94431
  };
@@ -92602,47 +94457,154 @@ ${paramsSection}
92602
94457
  const themeDocsToolName = 'get_theme_docs';
92603
94458
  const themeDocsToolTitle = 'Get Theme Docs';
92604
94459
  const themeDocsToolDescription = `Get @corva/ui theme documentation.
92605
- Returns color palette, CSS variables, and styling info.`;
94460
+ Returns color palette (dark/light), CSS variables, SCSS variables,
94461
+ SCSS functions/mixins, spacing, typography, transitions, z-index tokens, and usage examples.
94462
+
94463
+ Available sections: palette, css-variables, scss-variables, scss-functions,
94464
+ scss-mixins, spacing, typography, transition, z-index, usage, all.
94465
+
94466
+ Usage: get_theme_docs({ section: "palette" })`;
94467
+ const SECTIONS = [
94468
+ 'palette',
94469
+ 'css-variables',
94470
+ 'scss-variables',
94471
+ 'scss-functions',
94472
+ 'scss-mixins',
94473
+ 'spacing',
94474
+ 'typography',
94475
+ 'transition',
94476
+ 'z-index',
94477
+ 'usage',
94478
+ 'all',
94479
+ 'variables', // backward compat alias for css-variables
94480
+ ];
92606
94481
  const themeDocsToolSchema = {
92607
- section: z
92608
- .enum(['palette', 'variables', 'all'])
92609
- .optional()
92610
- .describe('Which section to retrieve (default: all)'),
94482
+ section: z.enum(SECTIONS).optional().describe('Which section to retrieve (default: all)'),
94483
+ };
94484
+ const buildPaletteSection = (includeLight = false) => {
94485
+ let text = `${h2('Color Palette (Dark Theme)')}`;
94486
+ for (const [name, group] of Object.entries(theme.palette)) {
94487
+ text += formatColorGroup(name.charAt(0).toUpperCase() + name.slice(1), group);
94488
+ }
94489
+ if (!includeLight || !theme.lightPalette) {
94490
+ return text;
94491
+ }
94492
+ text += `\n${h2('Light Theme Overrides')}\n`;
94493
+ text += 'The light theme shares most colors with the dark theme. Key differences:\n\n';
94494
+ for (const [name, group] of Object.entries(theme.lightPalette)) {
94495
+ const darkGroup = theme.palette[name];
94496
+ if (!darkGroup)
94497
+ continue;
94498
+ const diffs = Object.entries(group).filter(([key, val]) => darkGroup[key]?.value !== val.value);
94499
+ if (diffs.length > 0) {
94500
+ text += formatColorGroup(name.charAt(0).toUpperCase() + name.slice(1), Object.fromEntries(diffs));
94501
+ }
94502
+ }
94503
+ return text;
94504
+ };
94505
+ const buildCssVariablesSection = () => `${h2('CSS Variables')}All CSS custom properties available via theme data attributes ` +
94506
+ `(\`[data-corva-theme-dark]\` / \`[data-corva-theme-light]\`).\n\n${formatCssVariables(theme.cssVariables)}`;
94507
+ const buildScssVariablesSection = () => `${h2('SCSS Variables')}SCSS variables that map to CSS custom properties. ` +
94508
+ `Import via \`@import '@corva/ui/styles/common'\`.\n\n${formatScssVariables(theme.scssVariables)}`;
94509
+ const buildScssFunctionsSection = () => `${h2('SCSS Functions')}Available after importing \`@corva/ui/styles/common\`.\n\n${formatScssFunctions(theme.scssFunctions)}`;
94510
+ const buildScssMixinsSection = () => `${h2('SCSS Mixins')}Available after importing \`@corva/ui/styles/common\`.\n\n${formatScssMixins(theme.scssMixins)}`;
94511
+ const buildSpacingSection = () => h2('Spacing') + formatSpacing(theme.spacing);
94512
+ const buildTypographySection = () => h2('Typography') + formatTypography(theme.typography);
94513
+ const buildZIndexSection = () => h2('Z-Index') + formatZIndex(theme.zIndex);
94514
+ const buildTransitionSection = () => h2('Transitions') + formatTransition(theme.transition);
94515
+ const buildUsageSection = () => {
94516
+ const sections = [
94517
+ `${h2('Usage Guide')}### 1. JSS (Material-UI makeStyles)\n${codeBlock("import { theme } from '@corva/ui/config';\n\n" +
94518
+ "const primaryColor = theme.palette.primary.main; // '#03BCD4'\n" +
94519
+ 'const bgColor = theme.palette.background.b4;', 'tsx')}`,
94520
+ `### 2. CSS Variables\n${codeBlock('.my-element {\n' +
94521
+ ' color: var(--palette-primary-main);\n' +
94522
+ ' background: var(--palette-background-b-4);\n' +
94523
+ '}', 'css')}`,
94524
+ `### 3. SCSS Variables\n${codeBlock("@import '@corva/ui/styles/common';\n\n" +
94525
+ '.my-element {\n' +
94526
+ ' color: $palette_primary_main;\n' +
94527
+ ' background: $palette_b4;\n' +
94528
+ '}', 'scss')}`,
94529
+ `### 4. SCSS Functions\n${codeBlock('// Alpha transparency\n' +
94530
+ 'background: colorAlpha($palette_primary_main, 0.5);\n\n' +
94531
+ '// Spacing (base unit: 8px)\n' +
94532
+ 'padding: spacing(2); // 16px\n' +
94533
+ 'margin: spacing(1, 2); // 8px 16px\n\n' +
94534
+ '// Transitions\n' +
94535
+ 'transition: transition(opacity, transform);', 'scss')}`,
94536
+ `### 5. SCSS Mixins\n${codeBlock('.scrollable-container {\n' +
94537
+ ' --corvaui-background: var(--palette-background-b-4);\n' +
94538
+ ' @include verticalFadePseudoElements(2);\n' +
94539
+ '}', 'scss')}`,
94540
+ ];
94541
+ return sections.join('\n\n');
94542
+ };
94543
+ const buildAllSection = () => {
94544
+ const counts = [
94545
+ `${Object.values(theme.palette).reduce((n, g) => n + Object.keys(g).length, 0)} palette colors`,
94546
+ `${theme.cssVariables.length} CSS variables`,
94547
+ `${theme.scssVariables.length} SCSS variable aliases`,
94548
+ `${theme.scssFunctions.length} SCSS functions`,
94549
+ `${theme.scssMixins.length} SCSS mixins`,
94550
+ `${Object.keys(theme.zIndex).length} z-index tokens`,
94551
+ ];
94552
+ const availableSections = SECTIONS.filter(s => s !== 'all' && s !== 'variables')
94553
+ .map(s => `\`${s}\``)
94554
+ .join(', ');
94555
+ const tokenSummary = `${h2('Token Summary') + counts.map(c => `- ${c}`).join('\n')}\n\nUse \`get_theme_docs\` with a specific section for full details: ${availableSections}`;
94556
+ return join(h1('@corva/ui Theme'), buildPaletteSection(false), tokenSummary, buildSpacingSection(), buildTypographySection(), buildTransitionSection(), buildZIndexSection(), buildUsageSection());
92611
94557
  };
92612
94558
  const handleGetThemeDocs = (args) => {
92613
94559
  const { section = 'all' } = args;
92614
- let text = '# @corva/ui Theme\n\n';
92615
- if (section === 'all' || section === 'palette') {
92616
- text += '## Color Palette\n\n';
92617
- text += formatColorGroup('Primary', theme.palette.primary);
92618
- text += formatColorGroup('Secondary', theme.palette.secondary);
92619
- text += formatColorGroup('Background', theme.palette.background);
92620
- text += formatColorGroup('Error', theme.palette.error);
92621
- text += formatColorGroup('Success', theme.palette.success);
92622
- text += formatColorGroup('Warning', theme.palette.warning);
92623
- text += formatColorGroup('Info', theme.palette.info);
92624
- text += formatColorGroup('Pastel', theme.palette.pastel);
92625
- }
92626
- if (section === 'all' || section === 'variables') {
92627
- text += '\n## CSS Variables\n\n';
92628
- text += `Use these CSS variables in your styles:\n\n${theme.cssVariables
92629
- .map(v => `- \`var(${v})\``)
92630
- .join('\n')}`;
94560
+ const resolvedSection = section === 'variables' ? 'css-variables' : section;
94561
+ let text;
94562
+ switch (resolvedSection) {
94563
+ case 'palette':
94564
+ text = join(h1('@corva/ui Theme — Palette'), buildPaletteSection(true));
94565
+ break;
94566
+ case 'css-variables':
94567
+ text = join(h1('@corva/ui Theme — CSS Variables'), buildCssVariablesSection());
94568
+ break;
94569
+ case 'scss-variables':
94570
+ text = join(h1('@corva/ui Theme — SCSS Variables'), buildScssVariablesSection());
94571
+ break;
94572
+ case 'scss-functions':
94573
+ text = join(h1('@corva/ui Theme — SCSS Functions'), buildScssFunctionsSection());
94574
+ break;
94575
+ case 'scss-mixins':
94576
+ text = join(h1('@corva/ui Theme — SCSS Mixins'), buildScssMixinsSection());
94577
+ break;
94578
+ case 'spacing':
94579
+ text = join(h1('@corva/ui Theme — Spacing'), buildSpacingSection());
94580
+ break;
94581
+ case 'typography':
94582
+ text = join(h1('@corva/ui Theme — Typography'), buildTypographySection());
94583
+ break;
94584
+ case 'transition':
94585
+ text = join(h1('@corva/ui Theme — Transitions'), buildTransitionSection());
94586
+ break;
94587
+ case 'z-index':
94588
+ text = join(h1('@corva/ui Theme — Z-Index'), buildZIndexSection());
94589
+ break;
94590
+ case 'usage':
94591
+ text = join(h1('@corva/ui Theme — Usage Guide'), buildUsageSection());
94592
+ break;
94593
+ default:
94594
+ text = buildAllSection();
92631
94595
  }
92632
- text += '\n\n## Usage\n\n';
92633
- text += "```tsx\nimport { theme } from '@corva/ui/config';\n\n";
92634
- text += '// Access palette colors\n';
92635
- text += "const primaryColor = theme.palette.primary.main; // '#03BCD4'\n```";
92636
94596
  return {
92637
94597
  response: createToolResponse(text),
92638
- section,
94598
+ section: resolvedSection,
92639
94599
  };
92640
94600
  };
92641
94601
 
92642
94602
  const listToolName = 'list_corva_ui';
92643
94603
  const listToolTitle = 'List @corva/ui';
92644
94604
  const listToolDescription = `List all available items in @corva/ui by category.
92645
- Useful to see what's available before searching.`;
94605
+ Useful to see what's available before searching.
94606
+
94607
+ Usage: list_corva_ui({ type: "components-v2" })`;
92646
94608
  const listToolSchema = {
92647
94609
  type: z
92648
94610
  .enum([
@@ -92768,22 +94730,34 @@ const handleList = (args) => {
92768
94730
  const constantsDocsToolName = 'get_constants_docs';
92769
94731
  const constantsDocsToolTitle = 'Get Constants Docs';
92770
94732
  const constantsDocsToolDescription = `Get documentation for @corva/ui constants.
92771
- Returns constant values, namespaces, and usage info.`;
94733
+ Returns constant values, namespaces, and usage info.
94734
+
94735
+ Usage: get_constants_docs({ name: "ASSET_TYPES" })`;
92772
94736
  const constantsDocsToolSchema = {
92773
- namespace: z
92774
- .string()
92775
- .describe("Namespace (e.g., 'drillstring', 'alerts') or constant name (e.g., 'ASSET_TYPES')"),
94737
+ name: z.string().describe("Namespace or constant name (e.g., 'drillstring', 'ASSET_TYPES')"),
92776
94738
  };
92777
94739
  const handleGetConstantsDocs = (args) => {
92778
- const { namespace } = args;
92779
- const namespaceLower = namespace.toLowerCase();
94740
+ const { name } = args;
94741
+ const namespaceLower = name.toLowerCase();
92780
94742
  // Find matching constants by namespace or name
92781
94743
  const matches = constants.filter(c => c.namespace?.toLowerCase() === namespaceLower ||
92782
94744
  c.name.toLowerCase() === namespaceLower ||
92783
- c.name.toLowerCase().includes(namespaceLower));
94745
+ c.name.toLowerCase().includes(namespaceLower) ||
94746
+ c.namespace?.toLowerCase().includes(namespaceLower) ||
94747
+ namespaceLower.includes(c.namespace?.toLowerCase() ?? '\0'));
92784
94748
  if (matches.length === 0) {
94749
+ const queryLower = namespaceLower;
94750
+ let suggestion = 'Use list_corva_ui with type "constants" to see available constants.';
94751
+ if (queryLower.includes('api') || queryLower.includes('url')) {
94752
+ suggestion =
94753
+ 'API-related constants may live in client modules. Try get_client_docs or search_corva_ui with your query.';
94754
+ }
94755
+ else if (queryLower.includes('metric')) {
94756
+ suggestion =
94757
+ 'Metrics config may live in utility modules. Try search_corva_ui with type "util" and query "metrics".';
94758
+ }
92785
94759
  return {
92786
- response: createToolResponse(`No constants found for "${namespace}". Use list_corva_ui with type "constants" to see available constants.`),
94760
+ response: createToolResponse(`No constants found for "${name}". ${suggestion}`),
92787
94761
  found: false,
92788
94762
  matchCount: 0,
92789
94763
  };
@@ -92816,8 +94790,8 @@ ${c.value !== '[namespace]' ? `**Value:** \`${JSON.stringify(c.value, null, 2)}\
92816
94790
  .map(c => `- **${c.name}**: ${c.description}\n Import: \`${c.importPath}\``)
92817
94791
  .join('\n\n');
92818
94792
  const title = exactNamespaceMatches.length > 0
92819
- ? `Constants in "${namespace}" namespace`
92820
- : `Constants matching "${namespace}"`;
94793
+ ? `Constants in "${name}" namespace`
94794
+ : `Constants matching "${name}"`;
92821
94795
  return {
92822
94796
  response: createToolResponse(`# ${title}\n\n${displayMatches.length} constant(s) found:\n\n${formatted}`),
92823
94797
  found: true,
@@ -92828,7 +94802,9 @@ ${c.value !== '[namespace]' ? `**Value:** \`${JSON.stringify(c.value, null, 2)}\
92828
94802
  const clientDocsToolName = 'get_client_docs';
92829
94803
  const clientDocsToolTitle = 'Get Client Docs';
92830
94804
  const clientDocsToolDescription = `Get documentation for @corva/ui API clients.
92831
- Returns methods, parameters, and API endpoints from Swagger documentation.`;
94805
+ Returns methods, parameters, and API endpoints from Swagger documentation.
94806
+
94807
+ Usage: get_client_docs({ name: "corvaAPI" })`;
92832
94808
  const clientDocsToolSchema = {
92833
94809
  name: z.string().describe("Client name (e.g., 'corvaAPI', 'socketClient', 'corvaDataAPI')"),
92834
94810
  tag: z
@@ -92883,7 +94859,7 @@ const formatBytes = (bytes) => {
92883
94859
  return `${mb.toFixed(1)} MB`;
92884
94860
  };
92885
94861
  const formatConfigSource = (source) => source === 'local' ? 'Local file' : 'Remote endpoint';
92886
- const handleGetDiagnostics = (stats, telemetry) => {
94862
+ const handleGetDiagnostics = (stats, telemetry, identity) => {
92887
94863
  const { heapUsed, heapTotal, rss } = process.memoryUsage();
92888
94864
  const uptimeMs = Date.now() - stats.startTime;
92889
94865
  let text = h1('MCP Server Diagnostics');
@@ -92916,11 +94892,82 @@ const handleGetDiagnostics = (stats, telemetry) => {
92916
94892
  else {
92917
94893
  text += `${bold('Status')}: Disabled\n`;
92918
94894
  }
94895
+ text += h2('Project Identity');
94896
+ text += `${bold('App key')}: ${identity?.appKey ?? 'N/A'}\n`;
94897
+ text += `${bold('Package name')}: ${identity?.packageName ?? 'N/A'}\n`;
92919
94898
  return {
92920
94899
  response: createToolResponse(text),
92921
94900
  };
92922
94901
  };
92923
94902
 
94903
+ const readJsonField = (filePath, ...keys) => {
94904
+ try {
94905
+ let value = JSON.parse(readFileSync(filePath, 'utf-8'));
94906
+ for (const key of keys) {
94907
+ if (value && typeof value === 'object') {
94908
+ value = value[key];
94909
+ }
94910
+ else {
94911
+ return null;
94912
+ }
94913
+ }
94914
+ return typeof value === 'string' && value ? value : null;
94915
+ }
94916
+ catch {
94917
+ return null;
94918
+ }
94919
+ };
94920
+ const findUpJsonField = (startDir, fileName, ...keys) => {
94921
+ let dir = resolve(startDir);
94922
+ for (;;) {
94923
+ const value = readJsonField(join$1(dir, fileName), ...keys);
94924
+ if (value) {
94925
+ return value;
94926
+ }
94927
+ const parent = dirname(dir);
94928
+ if (parent === dir) {
94929
+ return null;
94930
+ }
94931
+ dir = parent;
94932
+ }
94933
+ };
94934
+ const getProjectIdentityAttrs = (identity) => {
94935
+ const attrs = {};
94936
+ if (identity?.appKey) {
94937
+ attrs['corva.app.key'] = identity.appKey;
94938
+ }
94939
+ if (identity?.packageName) {
94940
+ attrs['corva.package.name'] = identity.packageName;
94941
+ }
94942
+ return attrs;
94943
+ };
94944
+ const resolveProjectIdentity = async (server, logger) => {
94945
+ const empty = { appKey: null, packageName: null };
94946
+ try {
94947
+ const capabilities = server.getClientCapabilities();
94948
+ if (!capabilities?.roots) {
94949
+ return empty;
94950
+ }
94951
+ const { roots } = await server.listRoots();
94952
+ if (!roots.length) {
94953
+ return empty;
94954
+ }
94955
+ const rootPath = fileURLToPath(roots[0].uri);
94956
+ const appKey = findUpJsonField(rootPath, 'manifest.json', 'application', 'key');
94957
+ const packageName = findUpJsonField(rootPath, 'package.json', 'name');
94958
+ if (appKey) {
94959
+ logger.info(`Consuming app: ${appKey}`);
94960
+ }
94961
+ if (packageName) {
94962
+ logger.info(`Consuming package: ${packageName}`);
94963
+ }
94964
+ return { appKey, packageName };
94965
+ }
94966
+ catch {
94967
+ return empty;
94968
+ }
94969
+ };
94970
+
92924
94971
  class CorvaUiMcpServer {
92925
94972
  server;
92926
94973
  mcpLogger;
@@ -92933,6 +94980,8 @@ class CorvaUiMcpServer {
92933
94980
  telemetryInitPromise = null;
92934
94981
  shutdownRequested = false;
92935
94982
  pendingInitData = null;
94983
+ projectIdentity = null;
94984
+ identityPromise = null;
92936
94985
  constructor() {
92937
94986
  const baseLogger = createLogger({ prefix: '[CorvaUI MCP]' });
92938
94987
  this.mcpLogger = createMcpNotificationLogger(baseLogger, () => this.isConnected ? this.server : null);
@@ -92965,7 +95014,16 @@ class CorvaUiMcpServer {
92965
95014
  if (clientInfo?.name) {
92966
95015
  this.mcpLogger.info(`Client connected: ${clientInfo.name}${clientInfo.version ? ` v${clientInfo.version}` : ''}`);
92967
95016
  }
92968
- this.flushPendingInitData();
95017
+ this.identityPromise = resolveProjectIdentity(this.server.server, this.mcpLogger)
95018
+ .then(identity => {
95019
+ this.projectIdentity = identity;
95020
+ })
95021
+ .catch(error => {
95022
+ this.mcpLogger.error('Failed to resolve project identity', error);
95023
+ })
95024
+ .finally(() => {
95025
+ this.flushPendingInitData();
95026
+ });
92969
95027
  };
92970
95028
  }
92971
95029
  flushPendingInitData() {
@@ -93018,6 +95076,7 @@ class CorvaUiMcpServer {
93018
95076
  extraAttrs: {
93019
95077
  ...serializedResult.extraAttrs,
93020
95078
  ...getSpanAttributes?.(result),
95079
+ ...getProjectIdentityAttrs(this.projectIdentity),
93021
95080
  },
93022
95081
  });
93023
95082
  this.telemetry.metrics.recordToolInvocation(toolName, ms);
@@ -93049,7 +95108,10 @@ class CorvaUiMcpServer {
93049
95108
  protocolVersion: MCP_PROTOCOL_VERSION,
93050
95109
  networkTransport: MCP_NETWORK_TRANSPORT,
93051
95110
  parentContext,
93052
- extraAttrs: serializedError.extraAttrs,
95111
+ extraAttrs: {
95112
+ ...serializedError.extraAttrs,
95113
+ ...getProjectIdentityAttrs(this.projectIdentity),
95114
+ },
93053
95115
  });
93054
95116
  this.telemetry.metrics.recordToolInvocation(toolName, ms);
93055
95117
  this.telemetry.metrics.recordToolError(toolName, serializedError.errorType);
@@ -93189,7 +95251,7 @@ class CorvaUiMcpServer {
93189
95251
  }, (extra) => {
93190
95252
  const parentContext = extractContextFromMeta(extra?._meta);
93191
95253
  try {
93192
- return this.executeToolWithObservability(diagnosticsToolName, {}, () => handleGetDiagnostics(this.getStats(), this.getTelemetryStatus()), () => 'ok', { parentContext });
95254
+ return this.executeToolWithObservability(diagnosticsToolName, {}, () => handleGetDiagnostics(this.getStats(), this.getTelemetryStatus(), this.projectIdentity), () => 'ok', { parentContext });
93193
95255
  }
93194
95256
  catch (error) {
93195
95257
  return createErrorResponse(`Error: ${error instanceof Error ? error.message : String(error)}`);
@@ -93224,10 +95286,13 @@ class CorvaUiMcpServer {
93224
95286
  if (this.telemetryInitPromise) {
93225
95287
  await withTimeout(this.telemetryInitPromise, TELEMETRY_INIT_TIMEOUT_MS);
93226
95288
  }
95289
+ if (this.identityPromise) {
95290
+ await withTimeout(this.identityPromise, TELEMETRY_INIT_TIMEOUT_MS);
95291
+ }
93227
95292
  if (this.telemetry.isEnabled()) {
93228
95293
  const sessionDurationMs = Date.now() - this.startTime;
93229
95294
  const clientInfo = this.server.server.getClientVersion();
93230
- this.telemetry.metrics.recordSessionEnd(sessionDurationMs, this.requestCount, clientInfo?.name, clientInfo?.version);
95295
+ this.telemetry.metrics.recordSessionEnd(sessionDurationMs, this.requestCount, clientInfo?.name, clientInfo?.version, this.projectIdentity);
93231
95296
  }
93232
95297
  if (this.transport) {
93233
95298
  await this.server.close();
@@ -93285,4 +95350,3 @@ main().catch(error => {
93285
95350
  logger.error('Fatal error', error);
93286
95351
  process.exit(1);
93287
95352
  });
93288
- //# sourceMappingURL=server.mjs.map