@carto/ps-react-ui 4.20.2 → 4.21.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 (406) hide show
  1. package/dist/{actions-Dy9JVr7F.js → actions-C7ZAO0FG.js} +4 -4
  2. package/dist/{actions-Dy9JVr7F.js.map → actions-C7ZAO0FG.js.map} +1 -1
  3. package/dist/{actions-DKX98LlI.js → actions-DZGaL_uT.js} +2 -2
  4. package/dist/{actions-DKX98LlI.js.map → actions-DZGaL_uT.js.map} +1 -1
  5. package/dist/{category-DHZscHaS.js → category-DZt6yiST.js} +3 -3
  6. package/dist/{category-DHZscHaS.js.map → category-DZt6yiST.js.map} +1 -1
  7. package/dist/{chart-config-BGt7wkK7.js → chart-config-BWxjodlt.js} +2 -2
  8. package/dist/chart-config-BWxjodlt.js.map +1 -0
  9. package/dist/chat.js.map +1 -1
  10. package/dist/{components-DDt4mOQn.js → components-DKjBezcJ.js} +73 -73
  11. package/dist/components-DKjBezcJ.js.map +1 -0
  12. package/dist/components.js +1 -1
  13. package/dist/{download-BT6qBamM.js → download-C7he8mSh.js} +2 -2
  14. package/dist/{download-BT6qBamM.js.map → download-C7he8mSh.js.map} +1 -1
  15. package/dist/{formula-Bk9CBzm2.js → formula-BNuRXsmh.js} +2 -2
  16. package/dist/{formula-Bk9CBzm2.js.map → formula-BNuRXsmh.js.map} +1 -1
  17. package/dist/{formula-Dsru_p-g.js → formula-Cqj84ZGX.js} +2 -2
  18. package/dist/{formula-Dsru_p-g.js.map → formula-Cqj84ZGX.js.map} +1 -1
  19. package/dist/legend.js +2 -0
  20. package/dist/legend.js.map +1 -1
  21. package/dist/{markdown-DnSJMPjQ.js → markdown-CV_KP-at.js} +2 -2
  22. package/dist/{markdown-DnSJMPjQ.js.map → markdown-CV_KP-at.js.map} +1 -1
  23. package/dist/{spread-Dy8pshpN.js → spread-C8T12Nfh.js} +3 -3
  24. package/dist/{spread-Dy8pshpN.js.map → spread-C8T12Nfh.js.map} +1 -1
  25. package/dist/{table-BfTG6rrs.js → table-CNQijNNB.js} +2 -2
  26. package/dist/{table-BfTG6rrs.js.map → table-CNQijNNB.js.map} +1 -1
  27. package/dist/types/chat/bubbles/chat-agent-message-markdown.d.ts +1 -1
  28. package/dist/types/chat/bubbles/chat-agent-message.d.ts +1 -1
  29. package/dist/types/chat/bubbles/chat-error-message.d.ts +1 -1
  30. package/dist/types/chat/bubbles/chat-suggestion-button.d.ts +1 -1
  31. package/dist/types/chat/bubbles/chat-user-message.d.ts +1 -1
  32. package/dist/types/chat/bubbles/index.d.ts +5 -5
  33. package/dist/types/chat/bubbles/styles.d.ts +88 -0
  34. package/dist/types/chat/containers/chat-content.d.ts +1 -1
  35. package/dist/types/chat/containers/chat-footer.d.ts +1 -1
  36. package/dist/types/chat/containers/chat-header.d.ts +1 -1
  37. package/dist/types/chat/containers/chat-starter.d.ts +1 -1
  38. package/dist/types/chat/containers/index.d.ts +4 -4
  39. package/dist/types/chat/feedback/chat-actions-container.d.ts +3 -0
  40. package/dist/types/chat/feedback/chat-loader.d.ts +1 -1
  41. package/dist/types/chat/feedback/chat-rating-action.d.ts +1 -1
  42. package/dist/types/chat/feedback/chat-thinking.d.ts +1 -1
  43. package/dist/types/chat/feedback/chat-tool-code-area.d.ts +1 -1
  44. package/dist/types/chat/feedback/chat-tool-full-view-dialog.d.ts +1 -1
  45. package/dist/types/chat/feedback/chat-tool-group.d.ts +1 -1
  46. package/dist/types/chat/feedback/chat-tool-trace.d.ts +1 -1
  47. package/dist/types/chat/feedback/get-tool-label.d.ts +1 -1
  48. package/dist/types/chat/feedback/index.d.ts +8 -8
  49. package/dist/types/chat/feedback/styles.d.ts +212 -0
  50. package/dist/types/chat/index.d.ts +21 -21
  51. package/dist/types/components/basemaps/basemaps.d.ts +1 -1
  52. package/dist/types/components/basemaps/const.d.ts +1 -1
  53. package/dist/types/components/basemaps/group.d.ts +1 -1
  54. package/dist/types/components/basemaps/header.d.ts +1 -1
  55. package/dist/types/components/copy-button/copy-button.d.ts +1 -1
  56. package/dist/types/components/geolocation-controls/geolocation-controls.d.ts +1 -1
  57. package/dist/types/components/index.d.ts +26 -26
  58. package/dist/types/components/lasso-tool/chip.d.ts +1 -1
  59. package/dist/types/components/lasso-tool/const.d.ts +2 -2
  60. package/dist/types/components/lasso-tool/geometry-toolbar.d.ts +1 -1
  61. package/dist/types/components/lasso-tool/lasso-tool-inline.d.ts +1 -1
  62. package/dist/types/components/lasso-tool/lasso-tool.d.ts +1 -1
  63. package/dist/types/components/lasso-tool/layer-filters.d.ts +1 -1
  64. package/dist/types/components/lasso-tool/message.d.ts +1 -1
  65. package/dist/types/components/lasso-tool/types.d.ts +1 -1
  66. package/dist/types/components/list-data/list-data.d.ts +1 -1
  67. package/dist/types/components/measurement-tools/const.d.ts +2 -2
  68. package/dist/types/components/measurement-tools/measurement-tools.d.ts +1 -1
  69. package/dist/types/components/measurement-tools/types.d.ts +1 -1
  70. package/dist/types/components/responsive-drawer/responsive-drawer.d.ts +10 -3
  71. package/dist/types/components/types.d.ts +1 -1
  72. package/dist/types/components/zoom-controls/zoom-controls.d.ts +1 -1
  73. package/dist/types/hooks/index.d.ts +1 -1
  74. package/dist/types/legend/components/icons.d.ts +1 -1
  75. package/dist/types/legend/components/index.d.ts +26 -26
  76. package/dist/types/legend/components/legend-category/legend-category-ui.d.ts +1 -1
  77. package/dist/types/legend/components/legend-icon/legend-icon-ui.d.ts +1 -1
  78. package/dist/types/legend/components/legend-item/legend-item-ui.d.ts +2 -2
  79. package/dist/types/legend/components/legend-proportion/legend-proportion-ui.d.ts +2 -2
  80. package/dist/types/legend/components/legend-ramp/legend-ramp-ui.d.ts +2 -2
  81. package/dist/types/legend/components/legend-sortable/sortable-entity.d.ts +1 -1
  82. package/dist/types/legend/components/legend-swatch/legend-swatch.d.ts +1 -1
  83. package/dist/types/legend/components/legend-visibility-toggle/legend-visibility-toggle.d.ts +2 -2
  84. package/dist/types/legend/components/run-async-menu-action.d.ts +1 -1
  85. package/dist/types/legend/index.d.ts +41 -41
  86. package/dist/types/legend/provider/index.d.ts +6 -6
  87. package/dist/types/legend/provider/legend-config-context.d.ts +1 -1
  88. package/dist/types/legend/provider/legend-provider.d.ts +2 -2
  89. package/dist/types/legend/stores/index.d.ts +5 -5
  90. package/dist/types/legend/stores/legend-store-registry.d.ts +1 -1
  91. package/dist/types/legend/stores/selectors.d.ts +1 -1
  92. package/dist/types/widgets/actions/brush-toggle/brush-toggle.d.ts +1 -1
  93. package/dist/types/widgets/actions/brush-toggle/hit-test.d.ts +1 -1
  94. package/dist/types/widgets/actions/brush-toggle/types.d.ts +1 -1
  95. package/dist/types/widgets/actions/change-column/change-column.d.ts +1 -1
  96. package/dist/types/widgets/actions/change-column/sortable-column-item.d.ts +1 -1
  97. package/dist/types/widgets/actions/download/download.d.ts +1 -1
  98. package/dist/types/widgets/actions/download/exports.d.ts +1 -1
  99. package/dist/types/widgets/actions/download/types.d.ts +1 -1
  100. package/dist/types/widgets/actions/fullscreen/fullscreen.d.ts +1 -1
  101. package/dist/types/widgets/actions/fullscreen/types.d.ts +1 -1
  102. package/dist/types/widgets/actions/index.d.ts +20 -20
  103. package/dist/types/widgets/actions/lock-selection/lock-selection.d.ts +1 -1
  104. package/dist/types/widgets/actions/lock-selection/types.d.ts +1 -1
  105. package/dist/types/widgets/actions/relative-data/relative-data.d.ts +1 -1
  106. package/dist/types/widgets/actions/relative-data/types.d.ts +1 -1
  107. package/dist/types/widgets/actions/relative-data/utils.d.ts +1 -1
  108. package/dist/types/widgets/actions/searcher/searcher-toggle.d.ts +1 -1
  109. package/dist/types/widgets/actions/searcher/searcher.d.ts +1 -1
  110. package/dist/types/widgets/actions/searcher/types.d.ts +2 -2
  111. package/dist/types/widgets/actions/stack-toggle/stack-toggle.d.ts +1 -1
  112. package/dist/types/widgets/actions/stack-toggle/types.d.ts +1 -1
  113. package/dist/types/widgets/actions/zoom-toggle/types.d.ts +1 -1
  114. package/dist/types/widgets/actions/zoom-toggle/zoom-toggle.d.ts +1 -1
  115. package/dist/types/widgets/bar/config.d.ts +2 -2
  116. package/dist/types/widgets/bar/index.d.ts +3 -3
  117. package/dist/types/widgets/bar/types.d.ts +3 -3
  118. package/dist/types/widgets/category/category-ui.d.ts +1 -1
  119. package/dist/types/widgets/category/components/category-legend.d.ts +1 -1
  120. package/dist/types/widgets/category/components/category-row-multi.d.ts +1 -1
  121. package/dist/types/widgets/category/components/category-row-single.d.ts +1 -1
  122. package/dist/types/widgets/category/config.d.ts +3 -3
  123. package/dist/types/widgets/category/index.d.ts +14 -14
  124. package/dist/types/widgets/category/types.d.ts +3 -3
  125. package/dist/types/widgets/echart/echart-ui.d.ts +1 -1
  126. package/dist/types/widgets/echart/echart.d.ts +1 -1
  127. package/dist/types/widgets/echart/index.d.ts +5 -5
  128. package/dist/types/widgets/echart/options.d.ts +1 -1
  129. package/dist/types/widgets/echart/types.d.ts +1 -1
  130. package/dist/types/widgets/echart/utils.d.ts +1 -1
  131. package/dist/types/widgets/error/error.d.ts +1 -1
  132. package/dist/types/widgets/error/index.d.ts +2 -2
  133. package/dist/types/widgets/error/types.d.ts +1 -1
  134. package/dist/types/widgets/formula/components/item.d.ts +1 -1
  135. package/dist/types/widgets/formula/components/prefix.d.ts +1 -1
  136. package/dist/types/widgets/formula/components/row.d.ts +1 -1
  137. package/dist/types/widgets/formula/components/series.d.ts +1 -1
  138. package/dist/types/widgets/formula/components/suffix.d.ts +1 -1
  139. package/dist/types/widgets/formula/components/value.d.ts +1 -1
  140. package/dist/types/widgets/formula/config.d.ts +2 -2
  141. package/dist/types/widgets/formula/formula-ui.d.ts +1 -1
  142. package/dist/types/widgets/formula/index.d.ts +11 -11
  143. package/dist/types/widgets/formula/serializer.d.ts +1 -1
  144. package/dist/types/widgets/formula/types.d.ts +3 -3
  145. package/dist/types/widgets/histogram/config.d.ts +3 -3
  146. package/dist/types/widgets/histogram/index.d.ts +4 -4
  147. package/dist/types/widgets/histogram/types.d.ts +3 -3
  148. package/dist/types/widgets/loader/index.d.ts +3 -3
  149. package/dist/types/widgets/loader/loader.d.ts +1 -1
  150. package/dist/types/widgets/loader/types.d.ts +1 -1
  151. package/dist/types/widgets/markdown/config.d.ts +2 -2
  152. package/dist/types/widgets/markdown/index.d.ts +5 -5
  153. package/dist/types/widgets/markdown/markdown-ui.d.ts +1 -1
  154. package/dist/types/widgets/markdown/markdown.d.ts +1 -1
  155. package/dist/types/widgets/markdown/types.d.ts +3 -3
  156. package/dist/types/widgets/no-data/index.d.ts +2 -2
  157. package/dist/types/widgets/no-data/no-data.d.ts +1 -1
  158. package/dist/types/widgets/no-data/types.d.ts +1 -1
  159. package/dist/types/widgets/note/index.d.ts +2 -2
  160. package/dist/types/widgets/note/note.d.ts +1 -1
  161. package/dist/types/widgets/note/types.d.ts +1 -1
  162. package/dist/types/widgets/pie/config.d.ts +2 -2
  163. package/dist/types/widgets/pie/index.d.ts +3 -3
  164. package/dist/types/widgets/pie/types.d.ts +3 -3
  165. package/dist/types/widgets/range/components/range-item.d.ts +1 -1
  166. package/dist/types/widgets/range/config.d.ts +1 -1
  167. package/dist/types/widgets/range/index.d.ts +6 -6
  168. package/dist/types/widgets/range/range-ui.d.ts +1 -1
  169. package/dist/types/widgets/range/serializer.d.ts +1 -1
  170. package/dist/types/widgets/range/types.d.ts +3 -3
  171. package/dist/types/widgets/scatterplot/config.d.ts +2 -2
  172. package/dist/types/widgets/scatterplot/index.d.ts +3 -3
  173. package/dist/types/widgets/scatterplot/types.d.ts +3 -3
  174. package/dist/types/widgets/selection-summary/index.d.ts +2 -2
  175. package/dist/types/widgets/selection-summary/selection-summary.d.ts +1 -1
  176. package/dist/types/widgets/skeleton-loader/index.d.ts +2 -2
  177. package/dist/types/widgets/skeleton-loader/skeleton-loader.d.ts +1 -1
  178. package/dist/types/widgets/skeleton-loader/types.d.ts +1 -1
  179. package/dist/types/widgets/spread/components/max-value.d.ts +1 -1
  180. package/dist/types/widgets/spread/components/min-value.d.ts +1 -1
  181. package/dist/types/widgets/spread/components/separator.d.ts +1 -1
  182. package/dist/types/widgets/spread/config.d.ts +3 -3
  183. package/dist/types/widgets/spread/index.d.ts +9 -9
  184. package/dist/types/widgets/spread/spread-ui.d.ts +1 -1
  185. package/dist/types/widgets/spread/types.d.ts +4 -4
  186. package/dist/types/widgets/stores/index.d.ts +3 -3
  187. package/dist/types/widgets/stores/use-widget-selector.d.ts +1 -1
  188. package/dist/types/widgets/stores/widget-store.d.ts +2 -2
  189. package/dist/types/widgets/subheader/index.d.ts +2 -2
  190. package/dist/types/widgets/subheader/subheader.d.ts +1 -1
  191. package/dist/types/widgets/table/components/cell-header.d.ts +1 -1
  192. package/dist/types/widgets/table/components/cell.d.ts +1 -1
  193. package/dist/types/widgets/table/components/pagination-actions.d.ts +1 -1
  194. package/dist/types/widgets/table/components/pagination.d.ts +1 -1
  195. package/dist/types/widgets/table/components/row.d.ts +1 -1
  196. package/dist/types/widgets/table/config.d.ts +2 -2
  197. package/dist/types/widgets/table/hooks/use-pagination.d.ts +1 -1
  198. package/dist/types/widgets/table/hooks/use-selection.d.ts +1 -1
  199. package/dist/types/widgets/table/hooks/use-sort.d.ts +1 -1
  200. package/dist/types/widgets/table/index.d.ts +17 -17
  201. package/dist/types/widgets/table/serializer.d.ts +1 -1
  202. package/dist/types/widgets/table/table-ui.d.ts +8 -8
  203. package/dist/types/widgets/table/types.d.ts +3 -3
  204. package/dist/types/widgets/timeseries/config.d.ts +2 -2
  205. package/dist/types/widgets/timeseries/index.d.ts +3 -3
  206. package/dist/types/widgets/timeseries/types.d.ts +3 -3
  207. package/dist/types/widgets/toolbar-actions/index.d.ts +2 -2
  208. package/dist/types/widgets/toolbar-actions/toolbar-actions.d.ts +1 -1
  209. package/dist/types/widgets/utils/chart-config/config-factory.d.ts +1 -1
  210. package/dist/types/widgets/utils/chart-config/download-config.d.ts +2 -2
  211. package/dist/types/widgets/utils/chart-config/index.d.ts +6 -6
  212. package/dist/types/widgets/utils/chart-config/option-builders.d.ts +142 -0
  213. package/dist/types/widgets/utils/index.d.ts +7 -7
  214. package/dist/types/widgets/utils/skeleton/index.d.ts +1 -1
  215. package/dist/types/widgets/wrapper/components/actions.d.ts +1 -1
  216. package/dist/types/widgets/wrapper/components/options.d.ts +1 -1
  217. package/dist/types/widgets/wrapper/components/title.d.ts +1 -1
  218. package/dist/types/widgets/wrapper/index.d.ts +6 -6
  219. package/dist/types/widgets/wrapper/types.d.ts +1 -1
  220. package/dist/types/widgets/wrapper/wrapper-ui.d.ts +1 -1
  221. package/dist/types/widgets/wrapper/wrapper.d.ts +1 -1
  222. package/dist/types/widgets-v2/actions/brush-toggle/brush-toggle.d.ts +1 -1
  223. package/dist/types/widgets-v2/actions/brush-toggle/index.d.ts +3 -3
  224. package/dist/types/widgets-v2/actions/change-column/change-column.d.ts +1 -1
  225. package/dist/types/widgets-v2/actions/change-column/index.d.ts +3 -3
  226. package/dist/types/widgets-v2/actions/change-column/types.d.ts +1 -1
  227. package/dist/types/widgets-v2/actions/download/csv-item.d.ts +1 -1
  228. package/dist/types/widgets-v2/actions/download/download.d.ts +2 -2
  229. package/dist/types/widgets-v2/actions/download/index.d.ts +8 -8
  230. package/dist/types/widgets-v2/actions/download/png-item.d.ts +1 -1
  231. package/dist/types/widgets-v2/actions/fullscreen/fullscreen.d.ts +1 -1
  232. package/dist/types/widgets-v2/actions/fullscreen/index.d.ts +3 -3
  233. package/dist/types/widgets-v2/actions/fullscreen/types.d.ts +1 -1
  234. package/dist/types/widgets-v2/actions/index.d.ts +10 -10
  235. package/dist/types/widgets-v2/actions/lock-selection/index.d.ts +3 -3
  236. package/dist/types/widgets-v2/actions/lock-selection/lock-selection.d.ts +1 -1
  237. package/dist/types/widgets-v2/actions/relative-data/index.d.ts +3 -3
  238. package/dist/types/widgets-v2/actions/relative-data/relative-data.d.ts +1 -1
  239. package/dist/types/widgets-v2/actions/searcher/index.d.ts +4 -4
  240. package/dist/types/widgets-v2/actions/searcher/searcher-toggle.d.ts +1 -1
  241. package/dist/types/widgets-v2/actions/searcher/searcher.d.ts +1 -1
  242. package/dist/types/widgets-v2/actions/show-all/index.d.ts +2 -2
  243. package/dist/types/widgets-v2/actions/show-all/show-all.d.ts +1 -1
  244. package/dist/types/widgets-v2/actions/stack-toggle/index.d.ts +3 -3
  245. package/dist/types/widgets-v2/actions/stack-toggle/stack-toggle.d.ts +1 -1
  246. package/dist/types/widgets-v2/actions/zoom-toggle/index.d.ts +3 -3
  247. package/dist/types/widgets-v2/actions/zoom-toggle/zoom-toggle.d.ts +2 -2
  248. package/dist/types/widgets-v2/bar/download.d.ts +2 -2
  249. package/dist/types/widgets-v2/bar/index.d.ts +4 -4
  250. package/dist/types/widgets-v2/bar/options.d.ts +2 -2
  251. package/dist/types/widgets-v2/bar/types.d.ts +1 -1
  252. package/dist/types/widgets-v2/category/category-ui.d.ts +1 -1
  253. package/dist/types/widgets-v2/category/category.d.ts +1 -1
  254. package/dist/types/widgets-v2/category/components/category-bar-stacked.d.ts +1 -1
  255. package/dist/types/widgets-v2/category/components/category-bar.d.ts +1 -1
  256. package/dist/types/widgets-v2/category/components/category-legend.d.ts +1 -1
  257. package/dist/types/widgets-v2/category/components/category-row-multi.d.ts +1 -1
  258. package/dist/types/widgets-v2/category/components/category-row-single.d.ts +1 -1
  259. package/dist/types/widgets-v2/category/components/category-row-stacked.d.ts +1 -1
  260. package/dist/types/widgets-v2/category/download.d.ts +2 -2
  261. package/dist/types/widgets-v2/category/index.d.ts +10 -10
  262. package/dist/types/widgets-v2/category/skeleton.d.ts +1 -1
  263. package/dist/types/widgets-v2/category/style.d.ts +1 -1
  264. package/dist/types/widgets-v2/category/types.d.ts +1 -1
  265. package/dist/types/widgets-v2/echart/echart.d.ts +1 -1
  266. package/dist/types/widgets-v2/echart/index.d.ts +4 -4
  267. package/dist/types/widgets-v2/echart/use-chart-selection.d.ts +1 -1
  268. package/dist/types/widgets-v2/formula/delta.d.ts +1 -1
  269. package/dist/types/widgets-v2/formula/download.d.ts +2 -2
  270. package/dist/types/widgets-v2/formula/formula-ui.d.ts +1 -1
  271. package/dist/types/widgets-v2/formula/index.d.ts +11 -11
  272. package/dist/types/widgets-v2/formula/types.d.ts +1 -1
  273. package/dist/types/widgets-v2/histogram/download.d.ts +2 -2
  274. package/dist/types/widgets-v2/histogram/index.d.ts +5 -5
  275. package/dist/types/widgets-v2/histogram/options.d.ts +3 -3
  276. package/dist/types/widgets-v2/histogram/types.d.ts +1 -1
  277. package/dist/types/widgets-v2/index.d.ts +45 -45
  278. package/dist/types/widgets-v2/markdown/download.d.ts +2 -2
  279. package/dist/types/widgets-v2/markdown/index.d.ts +6 -6
  280. package/dist/types/widgets-v2/note/widget-note.d.ts +1 -1
  281. package/dist/types/widgets-v2/pie/download.d.ts +2 -2
  282. package/dist/types/widgets-v2/pie/index.d.ts +4 -4
  283. package/dist/types/widgets-v2/pie/options.d.ts +2 -2
  284. package/dist/types/widgets-v2/pie/types.d.ts +1 -1
  285. package/dist/types/widgets-v2/range/index.d.ts +4 -4
  286. package/dist/types/widgets-v2/range/range-ui.d.ts +1 -1
  287. package/dist/types/widgets-v2/range/range.d.ts +1 -1
  288. package/dist/types/widgets-v2/scatterplot/download.d.ts +2 -2
  289. package/dist/types/widgets-v2/scatterplot/index.d.ts +5 -5
  290. package/dist/types/widgets-v2/scatterplot/options.d.ts +2 -2
  291. package/dist/types/widgets-v2/scatterplot/types.d.ts +1 -1
  292. package/dist/types/widgets-v2/selection-summary/selection-summary.d.ts +1 -1
  293. package/dist/types/widgets-v2/spread/download.d.ts +2 -2
  294. package/dist/types/widgets-v2/spread/index.d.ts +7 -7
  295. package/dist/types/widgets-v2/spread/spread-ui.d.ts +1 -1
  296. package/dist/types/widgets-v2/spread/types.d.ts +1 -1
  297. package/dist/types/widgets-v2/state/widget-state.d.ts +1 -1
  298. package/dist/types/widgets-v2/stores/index.d.ts +8 -8
  299. package/dist/types/widgets-v2/stores/pipeline-middleware.d.ts +1 -1
  300. package/dist/types/widgets-v2/stores/transforms.d.ts +1 -1
  301. package/dist/types/widgets-v2/stores/use-transform.d.ts +1 -1
  302. package/dist/types/widgets-v2/stores/widget-store-registry.d.ts +1 -1
  303. package/dist/types/widgets-v2/table/download.d.ts +2 -2
  304. package/dist/types/widgets-v2/table/helpers.d.ts +1 -1
  305. package/dist/types/widgets-v2/table/index.d.ts +8 -8
  306. package/dist/types/widgets-v2/table/table-ui.d.ts +2 -2
  307. package/dist/types/widgets-v2/table/table.d.ts +2 -2
  308. package/dist/types/widgets-v2/table/types.d.ts +1 -1
  309. package/dist/types/widgets-v2/timeseries/download.d.ts +2 -2
  310. package/dist/types/widgets-v2/timeseries/index.d.ts +5 -5
  311. package/dist/types/widgets-v2/timeseries/options.d.ts +4 -4
  312. package/dist/types/widgets-v2/timeseries/types.d.ts +1 -1
  313. package/dist/types/widgets-v2/toolbox/toolbox.d.ts +1 -1
  314. package/dist/types/widgets-v2/utils/index.d.ts +3 -3
  315. package/dist/types/widgets-v2/wrapper/index.d.ts +4 -4
  316. package/dist/types/widgets-v2/wrapper/widget-wrapper.d.ts +1 -1
  317. package/dist/{utils-DtvTjjMq.js → utils-ClB6nn4w.js} +2 -2
  318. package/dist/{utils-DtvTjjMq.js.map → utils-ClB6nn4w.js.map} +1 -1
  319. package/dist/widgets/actions.js +1 -1
  320. package/dist/widgets/bar.js +1 -1
  321. package/dist/widgets/category.js +1 -1
  322. package/dist/widgets/formula.js +1 -1
  323. package/dist/widgets/histogram.js +2 -2
  324. package/dist/widgets/markdown.js +1 -1
  325. package/dist/widgets/pie.js +1 -1
  326. package/dist/widgets/scatterplot.js +1 -1
  327. package/dist/widgets/spread.js +2 -2
  328. package/dist/widgets/table.js +1 -1
  329. package/dist/widgets/timeseries.js +1 -1
  330. package/dist/widgets/utils.js +1 -1
  331. package/dist/widgets/wrapper.js +1 -1
  332. package/dist/widgets-v2/actions.js +3 -3
  333. package/dist/widgets-v2/bar.js +4 -4
  334. package/dist/widgets-v2/category.js +1 -1
  335. package/dist/widgets-v2/formula.js +1 -1
  336. package/dist/widgets-v2/histogram.js +4 -4
  337. package/dist/widgets-v2/markdown.js +1 -1
  338. package/dist/widgets-v2/pie.js +3 -3
  339. package/dist/widgets-v2/scatterplot.js +4 -4
  340. package/dist/widgets-v2/spread.js +1 -1
  341. package/dist/widgets-v2/table.js +1 -1
  342. package/dist/widgets-v2/timeseries.js +4 -4
  343. package/dist/widgets-v2/utils.js +1 -1
  344. package/dist/widgets-v2.js +9 -9
  345. package/dist/{zoom-toggle-CA0ifG23.js → zoom-toggle-KA63b6-J.js} +2 -2
  346. package/dist/{zoom-toggle-CA0ifG23.js.map → zoom-toggle-KA63b6-J.js.map} +1 -1
  347. package/package.json +5 -4
  348. package/src/chat/bubbles/styles.ts +27 -8
  349. package/src/chat/feedback/chat-actions-container.tsx +5 -2
  350. package/src/chat/feedback/styles.ts +8 -5
  351. package/src/components/basemaps/basemaps.tsx +4 -4
  352. package/src/components/responsive-drawer/responsive-drawer.test.tsx +37 -23
  353. package/src/components/responsive-drawer/responsive-drawer.tsx +15 -8
  354. package/src/legend/components/legend-row/legend-row.test.tsx +19 -0
  355. package/src/legend/components/legend-row/legend-row.tsx +15 -2
  356. package/src/widgets/utils/chart-config/option-builders.ts +5 -1
  357. package/dist/chart-config-BGt7wkK7.js.map +0 -1
  358. package/dist/components-DDt4mOQn.js.map +0 -1
  359. package/dist/types/legend/stores/legend-store.test.d.ts +0 -1
  360. package/dist/types/widgets/actions/brush-toggle/hit-test.test.d.ts +0 -1
  361. package/dist/types/widgets/actions/relative-data/utils.test.d.ts +0 -1
  362. package/dist/types/widgets/echart/utils.test.d.ts +0 -1
  363. package/dist/types/widgets/formula/config.test.d.ts +0 -1
  364. package/dist/types/widgets/loader/utils.test.d.ts +0 -1
  365. package/dist/types/widgets/range/serializer.test.d.ts +0 -1
  366. package/dist/types/widgets/stores/widget-store-branches.test.d.ts +0 -1
  367. package/dist/types/widgets/stores/widget-store-performance.test.d.ts +0 -1
  368. package/dist/types/widgets/stores/widget-store.test.d.ts +0 -1
  369. package/dist/types/widgets/table/config.test.d.ts +0 -1
  370. package/dist/types/widgets/table/helpers.test.d.ts +0 -1
  371. package/dist/types/widgets/table/hooks/use-pagination.test.d.ts +0 -1
  372. package/dist/types/widgets/table/hooks/use-selection.test.d.ts +0 -1
  373. package/dist/types/widgets/table/hooks/use-sort.test.d.ts +0 -1
  374. package/dist/types/widgets/utils/chart-config/option-builders.test.d.ts +0 -1
  375. package/dist/types/widgets-v2/actions/brush-toggle/transforms.test.d.ts +0 -1
  376. package/dist/types/widgets-v2/actions/relative-data/transforms.test.d.ts +0 -1
  377. package/dist/types/widgets-v2/actions/stack-toggle/transforms.test.d.ts +0 -1
  378. package/dist/types/widgets-v2/actions/zoom-toggle/transforms.test.d.ts +0 -1
  379. package/dist/types/widgets-v2/bar/options.test.d.ts +0 -1
  380. package/dist/types/widgets-v2/category/download.test.d.ts +0 -1
  381. package/dist/types/widgets-v2/echart/edge-label-clamp.test.d.ts +0 -1
  382. package/dist/types/widgets-v2/echart/shared-resize-observer.test.d.ts +0 -1
  383. package/dist/types/widgets-v2/histogram/download.test.d.ts +0 -1
  384. package/dist/types/widgets-v2/histogram/options.test.d.ts +0 -1
  385. package/dist/types/widgets-v2/histogram/transforms.test.d.ts +0 -1
  386. package/dist/types/widgets-v2/markdown/download.test.d.ts +0 -1
  387. package/dist/types/widgets-v2/pie/download.test.d.ts +0 -1
  388. package/dist/types/widgets-v2/pie/options.test.d.ts +0 -1
  389. package/dist/types/widgets-v2/scatterplot/download.test.d.ts +0 -1
  390. package/dist/types/widgets-v2/scatterplot/options.test.d.ts +0 -1
  391. package/dist/types/widgets-v2/scatterplot/transforms.test.d.ts +0 -1
  392. package/dist/types/widgets-v2/spread/band.test.d.ts +0 -1
  393. package/dist/types/widgets-v2/spread/download.test.d.ts +0 -1
  394. package/dist/types/widgets-v2/state/labels.test.d.ts +0 -1
  395. package/dist/types/widgets-v2/stores/pipeline-middleware.test.d.ts +0 -1
  396. package/dist/types/widgets-v2/stores/transforms.test.d.ts +0 -1
  397. package/dist/types/widgets-v2/stores/widget-store-registry.test.d.ts +0 -1
  398. package/dist/types/widgets-v2/table/download.test.d.ts +0 -1
  399. package/dist/types/widgets-v2/table/helpers.test.d.ts +0 -1
  400. package/dist/types/widgets-v2/table/transforms.test.d.ts +0 -1
  401. package/dist/types/widgets-v2/test-utils.d.ts +0 -52
  402. package/dist/types/widgets-v2/timeseries/download.test.d.ts +0 -1
  403. package/dist/types/widgets-v2/timeseries/options.test.d.ts +0 -1
  404. package/dist/types/widgets-v2/timeseries/transforms.test.d.ts +0 -1
  405. package/dist/types/widgets-v2/utils/merge-options.test.d.ts +0 -1
  406. package/dist/types/widgets-v2/utils/resolve-theme-color.test.d.ts +0 -1
@@ -1,2 +1,2 @@
1
- import { ChatContentProps, ChatContentRef } from '../types';
1
+ import { ChatContentProps, ChatContentRef } from '../types.js';
2
2
  export declare const ChatContent: import('react').ForwardRefExoticComponent<ChatContentProps & import('react').RefAttributes<ChatContentRef>>;
@@ -1,2 +1,2 @@
1
- import { ChatFooterProps } from '../types';
1
+ import { ChatFooterProps } from '../types.js';
2
2
  export declare function ChatFooter({ value, onChange, onSend, onStop, isGenerating, disabled, placeholder, labels, caption, models, selectedModel, onModelChange, startToolbarSlot, endToolbarSlot, sx, }: ChatFooterProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { ChatHeaderProps } from '../types';
1
+ import { ChatHeaderProps } from '../types.js';
2
2
  export declare function ChatHeader({ leftSlot, title, rightSlot, onClose, sx, }: ChatHeaderProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { ChatStarterProps } from '../types';
1
+ import { ChatStarterProps } from '../types.js';
2
2
  export declare function ChatStarter({ icon, title, description, items, size, onSelect, sx, }: ChatStarterProps): import("react").JSX.Element;
@@ -1,4 +1,4 @@
1
- export { ChatContent } from './chat-content';
2
- export { ChatHeader } from './chat-header';
3
- export { ChatFooter } from './chat-footer';
4
- export { ChatStarter } from './chat-starter';
1
+ export { ChatContent } from './chat-content.js';
2
+ export { ChatHeader } from './chat-header.js';
3
+ export { ChatFooter } from './chat-footer.js';
4
+ export { ChatStarter } from './chat-starter.js';
@@ -0,0 +1,3 @@
1
+ import { BoxProps } from '@mui/material';
2
+ import { FC } from 'react';
3
+ export declare const ChatActionsContainer: FC<BoxProps>;
@@ -1,2 +1,2 @@
1
- import { ChatLoaderProps } from '../types';
1
+ import { ChatLoaderProps } from '../types.js';
2
2
  export declare function ChatLoader({ size, labels, sx }: ChatLoaderProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { ChatRatingActionProps } from '../types';
1
+ import { ChatRatingActionProps } from '../types.js';
2
2
  export declare function ChatRatingAction({ rating, onRatingChange, labels, }: ChatRatingActionProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { ChatThinkingProps } from '../types';
1
+ import { ChatThinkingProps } from '../types.js';
2
2
  export declare function ChatThinking({ children, duration, sx, }: ChatThinkingProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { ChatToolCodeAreaProps } from '../types';
1
+ import { ChatToolCodeAreaProps } from '../types.js';
2
2
  export declare function ChatToolCodeArea({ content, title, isError, labels, sx, }: ChatToolCodeAreaProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { ChatToolFullViewDialogProps } from '../types';
1
+ import { ChatToolFullViewDialogProps } from '../types.js';
2
2
  export declare function ChatToolFullViewDialog({ open, onClose, title, content, }: ChatToolFullViewDialogProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { ChatToolGroupProps } from '../types';
1
+ import { ChatToolGroupProps } from '../types.js';
2
2
  export declare function ChatToolGroup({ tools, expanded: _expanded, onExpandedChange: _setExpanded, expandedTools: _expandedTools, onToolExpandedChange: _setExpandedTools, labels, sx, }: ChatToolGroupProps): import("react").JSX.Element;
@@ -1,3 +1,3 @@
1
- import { ChatToolTraceProps } from '../types';
1
+ import { ChatToolTraceProps } from '../types.js';
2
2
  export declare function ChatToolTraceDetails({ tool, labels, }: Pick<ChatToolTraceProps, 'tool' | 'labels'>): import("react").JSX.Element;
3
3
  export declare function ChatToolTrace({ tool, expanded, onExpandedChange, labels, sx, }: ChatToolTraceProps): import("react").JSX.Element;
@@ -1,2 +1,2 @@
1
- import { ChatToolItem } from '../types';
1
+ import { ChatToolItem } from '../types.js';
2
2
  export declare function getToolLabel(tool: ChatToolItem): string;
@@ -1,8 +1,8 @@
1
- export { ChatThinking } from './chat-thinking';
2
- export { ChatLoader } from './chat-loader';
3
- export { ChatActionsContainer } from './chat-actions-container';
4
- export { ChatRatingAction } from './chat-rating-action';
5
- export { ChatToolTrace } from './chat-tool-trace';
6
- export { ChatToolCodeArea } from './chat-tool-code-area';
7
- export { ChatToolFullViewDialog } from './chat-tool-full-view-dialog';
8
- export { ChatToolGroup } from './chat-tool-group';
1
+ export { ChatThinking } from './chat-thinking.js';
2
+ export { ChatLoader } from './chat-loader.js';
3
+ export { ChatActionsContainer } from './chat-actions-container.js';
4
+ export { ChatRatingAction } from './chat-rating-action.js';
5
+ export { ChatToolTrace } from './chat-tool-trace.js';
6
+ export { ChatToolCodeArea } from './chat-tool-code-area.js';
7
+ export { ChatToolFullViewDialog } from './chat-tool-full-view-dialog.js';
8
+ export { ChatToolGroup } from './chat-tool-group.js';
@@ -0,0 +1,212 @@
1
+ import { Theme } from '@mui/material';
2
+ export declare const styles: {
3
+ thinking: {
4
+ display: "flex";
5
+ alignItems: "center";
6
+ minHeight: ({ spacing }: Theme) => string;
7
+ background: ({ palette }: Theme) => string;
8
+ backgroundSize: string;
9
+ backgroundClip: "text";
10
+ WebkitBackgroundClip: "text";
11
+ WebkitTextFillColor: "transparent";
12
+ animation: `${{
13
+ name: string;
14
+ styles: string;
15
+ anim: 1;
16
+ toString: () => string;
17
+ } & string} 2s ease-in-out infinite`;
18
+ animationDuration: "2s";
19
+ };
20
+ loader: {
21
+ display: "flex";
22
+ alignItems: "center";
23
+ justifyContent: "center";
24
+ position: "relative";
25
+ p: number;
26
+ };
27
+ loaderOuterCircle: {
28
+ position: "absolute";
29
+ inset: number;
30
+ margin: string;
31
+ borderRadius: string;
32
+ backgroundColor: ({ palette }: Theme) => string;
33
+ animation: `${{
34
+ name: string;
35
+ styles: string;
36
+ anim: 1;
37
+ toString: () => string;
38
+ } & string} 1s ease-in-out infinite`;
39
+ };
40
+ loaderInnerCircle: {
41
+ position: "absolute";
42
+ inset: number;
43
+ margin: string;
44
+ borderRadius: string;
45
+ backgroundColor: ({ palette }: Theme) => string;
46
+ animation: `${{
47
+ name: string;
48
+ styles: string;
49
+ anim: 1;
50
+ toString: () => string;
51
+ } & string} 1s ease-in-out infinite`;
52
+ };
53
+ traceHeader: {
54
+ display: "flex";
55
+ alignItems: "center";
56
+ padding: number;
57
+ paddingLeft: ({ spacing }: Theme) => string;
58
+ borderRadius: ({ spacing }: Theme) => string;
59
+ width: string;
60
+ color: ({ palette }: Theme) => string;
61
+ '&:hover': {
62
+ backgroundColor: ({ palette }: Theme) => string;
63
+ };
64
+ };
65
+ traceChevron: {
66
+ color: ({ palette }: Theme) => string;
67
+ transition: "transform 0.2s";
68
+ };
69
+ traceDetailsWrapper: {
70
+ marginTop: ({ spacing }: Theme) => string;
71
+ padding: ({ spacing }: Theme) => string;
72
+ border: "1px solid";
73
+ borderColor: "divider";
74
+ borderRadius: ({ spacing }: Theme) => string;
75
+ };
76
+ traceField: {
77
+ display: "flex";
78
+ alignItems: "flex-start";
79
+ gap: ({ spacing }: Theme) => string;
80
+ };
81
+ traceFieldLabel: {
82
+ flexShrink: number;
83
+ };
84
+ traceReference: {
85
+ display: "flex";
86
+ borderRadius: ({ spacing }: Theme) => string;
87
+ padding: ({ spacing }: Theme) => string;
88
+ gap: ({ spacing }: Theme) => string;
89
+ backgroundColor: ({ palette }: Theme) => string;
90
+ color: ({ palette }: Theme) => string;
91
+ };
92
+ traceStatusSuccess: {
93
+ color: ({ palette }: Theme) => string;
94
+ };
95
+ traceStatusError: {
96
+ color: ({ palette }: Theme) => string;
97
+ };
98
+ codeArea: {
99
+ position: "relative";
100
+ width: string;
101
+ };
102
+ codeAreaPre: {
103
+ margin: number;
104
+ padding: ({ spacing }: Theme) => string;
105
+ borderRadius: ({ spacing }: Theme) => string;
106
+ backgroundColor: ({ palette }: Theme) => string;
107
+ fontFamily: ({ typography }: Theme) => string;
108
+ fontSize: ({ typography }: Theme) => string | number;
109
+ lineHeight: ({ typography }: Theme) => string | number;
110
+ whiteSpace: "pre-wrap";
111
+ wordBreak: "break-word";
112
+ overflowY: "auto";
113
+ };
114
+ codeAreaPreError: {
115
+ borderLeft: ({ palette }: Theme) => string;
116
+ backgroundColor: ({ palette }: Theme) => string;
117
+ };
118
+ codeAreaFullViewButton: {
119
+ position: "absolute";
120
+ top: ({ spacing }: Theme) => string;
121
+ right: ({ spacing }: Theme) => string;
122
+ };
123
+ fullViewDialog: {
124
+ margin: ({ spacing }: Theme) => string;
125
+ };
126
+ fullViewPaper: {
127
+ borderRadius: number;
128
+ };
129
+ fullViewTitle: {
130
+ display: "flex";
131
+ alignItems: "center";
132
+ justifyContent: "space-between";
133
+ padding: ({ spacing }: Theme) => string;
134
+ borderBottom: string;
135
+ borderBottomColor: "divider";
136
+ };
137
+ fullViewDialogContent: {
138
+ padding: number;
139
+ '&:first-of-type': {
140
+ paddingTop: number;
141
+ };
142
+ };
143
+ fullViewPre: {
144
+ margin: number;
145
+ padding: ({ spacing }: Theme) => string;
146
+ background: ({ palette, spacing }: Theme) => string;
147
+ fontFamily: ({ typography }: Theme) => string;
148
+ fontSize: ({ typography }: Theme) => string | number;
149
+ whiteSpace: "pre-wrap";
150
+ wordBreak: "break-word";
151
+ lineHeight: number;
152
+ counterReset: "line";
153
+ };
154
+ fullViewLine: {
155
+ display: "block";
156
+ '&::before': {
157
+ counterIncrement: "line";
158
+ content: "counter(line)";
159
+ display: "inline-block";
160
+ width: string;
161
+ marginRight: string;
162
+ textAlign: "right";
163
+ color: ({ palette }: Theme) => string;
164
+ userSelect: "none";
165
+ };
166
+ };
167
+ groupHeader: {
168
+ textAlign: "left";
169
+ display: "flex";
170
+ alignItems: "center";
171
+ borderRadius: number;
172
+ gap: ({ spacing }: Theme) => string;
173
+ };
174
+ errorBadge: {
175
+ color: ({ palette }: Theme) => string;
176
+ fontWeight: number;
177
+ display: "flex";
178
+ alignItems: "center";
179
+ gap: ({ spacing }: Theme) => string;
180
+ };
181
+ syntaxToken_key: {
182
+ color: "#881280";
183
+ };
184
+ syntaxToken_string: {
185
+ color: "#c41a16";
186
+ };
187
+ syntaxToken_number: {
188
+ color: "#1c00cf";
189
+ };
190
+ syntaxToken_boolean: {
191
+ color: "#1c00cf";
192
+ };
193
+ syntaxToken_null: {
194
+ color: "#808080";
195
+ };
196
+ syntaxToken_punctuation: {
197
+ color: ({ palette }: Theme) => string;
198
+ };
199
+ groupListItem: {
200
+ borderBottom: string;
201
+ borderColor: "divider";
202
+ '&:first-of-type .MuiButton-root': {
203
+ borderRadius: ({ spacing }: Theme) => string;
204
+ };
205
+ '&:last-of-type:not([aria-expanded=true]) .MuiButton-root': {
206
+ borderRadius: ({ spacing }: Theme) => string;
207
+ };
208
+ '&:last-of-type': {
209
+ borderBottomWidth: number;
210
+ };
211
+ };
212
+ };
@@ -1,21 +1,21 @@
1
- export type { ChatSxProps, ChatErrorAction, ChatUserMessageProps, ChatAgentMessageProps, ChatAgentMessageMarkdownProps, ChatErrorMessageProps, ChatSuggestionButtonProps, ChatThinkingProps, ChatLoaderProps, ChatContentProps, ChatContentRef, ChatHeaderProps, ChatFooterProps, ChatModelOption, ChatStarterItem, ChatStarterProps, ChatRatingActionProps, ChatToolItem, ChatToolTraceProps, ChatToolCodeAreaProps, ChatToolFullViewDialogProps, ChatToolGroupProps, } from './types';
2
- export { CHAT_MAX_WIDTH, CHAT_SCROLL_DELAY, CHAT_DIVIDER_DELAY, CHAT_TOOL_CODE_AREA_MAX_HEIGHT, } from './const';
3
- export { useTypewriter } from './use-typewriter';
4
- export { ChatUserMessage } from './bubbles/chat-user-message';
5
- export { ChatAgentMessage } from './bubbles/chat-agent-message';
6
- export { ChatAgentMessageMarkdown } from './bubbles/chat-agent-message-markdown';
7
- export { ChatErrorMessage } from './bubbles/chat-error-message';
8
- export { ChatSuggestionButton } from './bubbles/chat-suggestion-button';
9
- export { ChatMessageOverflow } from './bubbles/styles';
10
- export { ChatThinking } from './feedback/chat-thinking';
11
- export { ChatLoader } from './feedback/chat-loader';
12
- export { ChatContent } from './containers/chat-content';
13
- export { ChatHeader } from './containers/chat-header';
14
- export { ChatFooter } from './containers/chat-footer';
15
- export { ChatStarter } from './containers/chat-starter';
16
- export { ChatActionsContainer } from './feedback/chat-actions-container';
17
- export { ChatRatingAction } from './feedback/chat-rating-action';
18
- export { ChatToolTrace } from './feedback/chat-tool-trace';
19
- export { ChatToolCodeArea } from './feedback/chat-tool-code-area';
20
- export { ChatToolFullViewDialog } from './feedback/chat-tool-full-view-dialog';
21
- export { ChatToolGroup } from './feedback/chat-tool-group';
1
+ export type { ChatSxProps, ChatErrorAction, ChatUserMessageProps, ChatAgentMessageProps, ChatAgentMessageMarkdownProps, ChatErrorMessageProps, ChatSuggestionButtonProps, ChatThinkingProps, ChatLoaderProps, ChatContentProps, ChatContentRef, ChatHeaderProps, ChatFooterProps, ChatModelOption, ChatStarterItem, ChatStarterProps, ChatRatingActionProps, ChatToolItem, ChatToolTraceProps, ChatToolCodeAreaProps, ChatToolFullViewDialogProps, ChatToolGroupProps, } from './types.js';
2
+ export { CHAT_MAX_WIDTH, CHAT_SCROLL_DELAY, CHAT_DIVIDER_DELAY, CHAT_TOOL_CODE_AREA_MAX_HEIGHT, } from './const.js';
3
+ export { useTypewriter } from './use-typewriter.js';
4
+ export { ChatUserMessage } from './bubbles/chat-user-message.js';
5
+ export { ChatAgentMessage } from './bubbles/chat-agent-message.js';
6
+ export { ChatAgentMessageMarkdown } from './bubbles/chat-agent-message-markdown.js';
7
+ export { ChatErrorMessage } from './bubbles/chat-error-message.js';
8
+ export { ChatSuggestionButton } from './bubbles/chat-suggestion-button.js';
9
+ export { ChatMessageOverflow } from './bubbles/styles.js';
10
+ export { ChatThinking } from './feedback/chat-thinking.js';
11
+ export { ChatLoader } from './feedback/chat-loader.js';
12
+ export { ChatContent } from './containers/chat-content.js';
13
+ export { ChatHeader } from './containers/chat-header.js';
14
+ export { ChatFooter } from './containers/chat-footer.js';
15
+ export { ChatStarter } from './containers/chat-starter.js';
16
+ export { ChatActionsContainer } from './feedback/chat-actions-container.js';
17
+ export { ChatRatingAction } from './feedback/chat-rating-action.js';
18
+ export { ChatToolTrace } from './feedback/chat-tool-trace.js';
19
+ export { ChatToolCodeArea } from './feedback/chat-tool-code-area.js';
20
+ export { ChatToolFullViewDialog } from './feedback/chat-tool-full-view-dialog.js';
21
+ export { ChatToolGroup } from './feedback/chat-tool-group.js';
@@ -1,4 +1,4 @@
1
- import { BasemapsUIProps } from './types';
1
+ import { BasemapsUIProps } from './types.js';
2
2
  import { JSX } from 'react';
3
3
  /**
4
4
  * Provides an interactive basemap selector with responsive drawer, grouping support, and customizable positioning.
@@ -1,2 +1,2 @@
1
- import { BasemapsUILabels } from './types';
1
+ import { BasemapsUILabels } from './types.js';
2
2
  export declare const DEFAULT_BASEMAPS_LABELS: BasemapsUILabels;
@@ -1,4 +1,4 @@
1
- import { BasemapOption } from './types';
1
+ import { BasemapOption } from './types.js';
2
2
  export declare function Group({ values, selected, onChange, }: {
3
3
  values: Omit<BasemapOption, 'group'>[];
4
4
  selected: string | null | undefined;
@@ -1,4 +1,4 @@
1
- import { BasemapsUILabels } from './types';
1
+ import { BasemapsUILabels } from './types.js';
2
2
  export declare function Header({ isMobile, labels, onChangeCollapsed, }: {
3
3
  labels: BasemapsUILabels['header'];
4
4
  isMobile?: boolean;
@@ -1,2 +1,2 @@
1
- import { CopyButtonProps } from './types';
1
+ import { CopyButtonProps } from './types.js';
2
2
  export declare function CopyButton({ copyText, onSuccess, onError, 'aria-label': ariaLabel, ...props }: CopyButtonProps): import("react").JSX.Element;
@@ -1,4 +1,4 @@
1
- import { GeolocationControlProps } from './types';
1
+ import { GeolocationControlProps } from './types.js';
2
2
  import { JSX } from 'react';
3
3
  /**
4
4
  * Provides a seamless interface for accessing device location through the browser's Geolocation API, with permission handling, continuous tracking, and error management.
@@ -1,26 +1,26 @@
1
- export type { CustomMeasureMode, MeasurementMode, MeasurementModeOption, MeasurementModes, MeasurementModesMapping, MeasurementOptionsMode, MeasurementOptionsUnit, MeasurementSystem, MeasurementUnit, MeasurementUnitImperialDistance, MeasurementUnitMetricDistance, MeasurementUnitOption, MeasurementUnits, LassoToolsMode, LassoToolsModeOption, LassoToolsModes, LassoToolOptionsMode, LassoToolsModesMapping, } from './types';
2
- export type { LassoToolsComponentProps, LassoToolsInlineComponentProps, LassoGeometryToolbarUIProps, LassoGeometryType, LassoLayerFiltersUIProps, LassoLayerFilterItem, LassoMessageUIProps, } from './lasso-tool/types';
3
- export { LassoToolsUI } from './lasso-tool/lasso-tool';
4
- export { LassoToolsInlineUI } from './lasso-tool/lasso-tool-inline';
5
- export { LassoGeometryToolbarUI } from './lasso-tool/geometry-toolbar';
6
- export { LassoLayerFiltersUI } from './lasso-tool/layer-filters';
7
- export { LassoMessageUI } from './lasso-tool/message';
8
- export { DEFAULT_LASSO_TOOLS_MODES_MAPPING, LASSO_TOOLS_LABELS, } from './lasso-tool/const';
9
- export { DrawCircleIcon, DrawLassoIcon, DrawPolygonIcon, DrawSquareIcon, SelectToolIcon, SpatialMaskIcon, TextAaIcon, } from './lasso-tool/icons';
10
- export type { MeasurementToolsComponentProps } from './measurement-tools/types';
11
- export { DEFAULT_MEASUREMENT_TOOLS_LABELS, DEFAULT_MEASUREMENT_TOOLS_UNITS_MAPPING, DEFAULT_MEASUREMENT_TOOLS_MODES_MAPPING, } from './measurement-tools/const';
12
- export { AreaIcon, BufferIcon, RulerIcon } from './measurement-tools/icons';
13
- export { MeasurementToolsUI } from './measurement-tools/measurement-tools';
14
- export type { GeolocationControlProps } from './geolocation-controls/types';
15
- export { GeolocationControls } from './geolocation-controls/geolocation-controls';
16
- export type { ZoomControlProps } from './zoom-controls/types';
17
- export { ZoomControlsUI } from './zoom-controls/zoom-controls';
18
- export type { ListDataProps, DataItem } from './list-data/types';
19
- export { ListDataUI } from './list-data/list-data';
20
- export { BasemapsUI } from './basemaps/basemaps';
21
- export type { BasemapsUIProps } from './basemaps/types';
22
- export { Tooltip, setTooltipEnterDelay } from './tooltip/tooltip';
23
- export { SmartTooltip } from './smart-tooltip/smart-tooltip';
24
- export { ResponsiveDrawer } from './responsive-drawer/responsive-drawer';
25
- export type { CopyButtonProps } from './copy-button/types';
26
- export { CopyButton } from './copy-button/copy-button';
1
+ export type { CustomMeasureMode, MeasurementMode, MeasurementModeOption, MeasurementModes, MeasurementModesMapping, MeasurementOptionsMode, MeasurementOptionsUnit, MeasurementSystem, MeasurementUnit, MeasurementUnitImperialDistance, MeasurementUnitMetricDistance, MeasurementUnitOption, MeasurementUnits, LassoToolsMode, LassoToolsModeOption, LassoToolsModes, LassoToolOptionsMode, LassoToolsModesMapping, } from './types.js';
2
+ export type { LassoToolsComponentProps, LassoToolsInlineComponentProps, LassoGeometryToolbarUIProps, LassoGeometryType, LassoLayerFiltersUIProps, LassoLayerFilterItem, LassoMessageUIProps, } from './lasso-tool/types.js';
3
+ export { LassoToolsUI } from './lasso-tool/lasso-tool.js';
4
+ export { LassoToolsInlineUI } from './lasso-tool/lasso-tool-inline.js';
5
+ export { LassoGeometryToolbarUI } from './lasso-tool/geometry-toolbar.js';
6
+ export { LassoLayerFiltersUI } from './lasso-tool/layer-filters.js';
7
+ export { LassoMessageUI } from './lasso-tool/message.js';
8
+ export { DEFAULT_LASSO_TOOLS_MODES_MAPPING, LASSO_TOOLS_LABELS, } from './lasso-tool/const.js';
9
+ export { DrawCircleIcon, DrawLassoIcon, DrawPolygonIcon, DrawSquareIcon, SelectToolIcon, SpatialMaskIcon, TextAaIcon, } from './lasso-tool/icons.js';
10
+ export type { MeasurementToolsComponentProps } from './measurement-tools/types.js';
11
+ export { DEFAULT_MEASUREMENT_TOOLS_LABELS, DEFAULT_MEASUREMENT_TOOLS_UNITS_MAPPING, DEFAULT_MEASUREMENT_TOOLS_MODES_MAPPING, } from './measurement-tools/const.js';
12
+ export { AreaIcon, BufferIcon, RulerIcon } from './measurement-tools/icons.js';
13
+ export { MeasurementToolsUI } from './measurement-tools/measurement-tools.js';
14
+ export type { GeolocationControlProps } from './geolocation-controls/types.js';
15
+ export { GeolocationControls } from './geolocation-controls/geolocation-controls.js';
16
+ export type { ZoomControlProps } from './zoom-controls/types.js';
17
+ export { ZoomControlsUI } from './zoom-controls/zoom-controls.js';
18
+ export type { ListDataProps, DataItem } from './list-data/types.js';
19
+ export { ListDataUI } from './list-data/list-data.js';
20
+ export { BasemapsUI } from './basemaps/basemaps.js';
21
+ export type { BasemapsUIProps } from './basemaps/types.js';
22
+ export { Tooltip, setTooltipEnterDelay } from './tooltip/tooltip.js';
23
+ export { SmartTooltip } from './smart-tooltip/smart-tooltip.js';
24
+ export { ResponsiveDrawer } from './responsive-drawer/responsive-drawer.js';
25
+ export type { CopyButtonProps } from './copy-button/types.js';
26
+ export { CopyButton } from './copy-button/copy-button.js';
@@ -1,5 +1,5 @@
1
1
  import { PickDeep } from 'type-fest';
2
- import { LassoToolsComponentProps, LassoToolsData } from './types';
2
+ import { LassoToolsComponentProps, LassoToolsData } from './types.js';
3
3
  export declare function LassoToolsUIChip({ chipProps, value, labels, onChipToggle, onDelete, }: Pick<LassoToolsComponentProps, 'chipProps' | 'onDelete' | 'onChipToggle'> & {
4
4
  value: LassoToolsData;
5
5
  labels?: PickDeep<LassoToolsComponentProps['labels'], 'chip'>['chip'];
@@ -1,5 +1,5 @@
1
- import { LassoToolsMode, LassoToolsModesMapping } from '../types';
2
- import { LassoToolsComponentProps } from './types';
1
+ import { LassoToolsMode, LassoToolsModesMapping } from '../types.js';
2
+ import { LassoToolsComponentProps } from './types.js';
3
3
  import { RequiredDeep } from 'type-fest';
4
4
  export declare const LASSO_TOOLS_LABELS: NonNullable<RequiredDeep<LassoToolsComponentProps['labels']>>;
5
5
  export declare const DEFAULT_LASSO_TOOLS_MODES_MAPPING: LassoToolsModesMapping<LassoToolsMode>;
@@ -1,5 +1,5 @@
1
1
  import { JSX } from 'react';
2
- import { LassoGeometryToolbarUIProps } from './types';
2
+ import { LassoGeometryToolbarUIProps } from './types.js';
3
3
  /**
4
4
  * Contextual toolbar for a single lasso geometry: toggle mask/draw, rename,
5
5
  * lock, and delete. Purely presentational — position it over the map and wire
@@ -1,5 +1,5 @@
1
1
  import { JSX } from 'react';
2
- import { LassoToolsInlineComponentProps } from './types';
2
+ import { LassoToolsInlineComponentProps } from './types.js';
3
3
  /**
4
4
  * Provides an inline layout variant of the lasso tools interface with toggle button groups for mode selection and inline chip management for spatial filters.
5
5
  *
@@ -1,6 +1,6 @@
1
1
  import { JSX } from 'react';
2
2
  import { PickDeep } from 'type-fest';
3
- import { LassoToolsComponentProps, OptionsChildrenProps } from './types';
3
+ import { LassoToolsComponentProps, OptionsChildrenProps } from './types.js';
4
4
  /**
5
5
  * Provides a comprehensive floating interface for spatial selection and drawing operations on maps, supporting polygon, rectangle, circle, freehand lasso, and edit modes.
6
6
  *
@@ -1,5 +1,5 @@
1
1
  import { JSX } from 'react';
2
- import { LassoLayerFiltersUIProps } from './types';
2
+ import { LassoLayerFiltersUIProps } from './types.js';
3
3
  /**
4
4
  * "Layer filters" dialog: choose which map layers the lasso mask clips. The
5
5
  * selection is a draft committed on Apply (Cancel/close discards it). Wire it
@@ -1,4 +1,4 @@
1
- import { LassoMessageUIProps } from './types';
1
+ import { LassoMessageUIProps } from './types.js';
2
2
  /**
3
3
  * Presentational counterpart of `LassoTools.Message` (`@carto/ps-react-maps`),
4
4
  * positioned by that render-props component. Auto-hides after 5 seconds via
@@ -1,6 +1,6 @@
1
1
  import { AlertColor, AlertProps, Box, ChipProps, DialogProps, Paper, SnackbarProps, TooltipProps } from '@mui/material';
2
2
  import { ComponentProps, ComponentType, ReactNode } from 'react';
3
- import { LassoToolsMode, LassoToolsModes, LassoToolOptionsMode, LassoToolsModesMapping } from '../types';
3
+ import { LassoToolsMode, LassoToolsModes, LassoToolOptionsMode, LassoToolsModesMapping } from '../types.js';
4
4
  export interface LassoToolsData {
5
5
  id: string;
6
6
  label: string;
@@ -1,5 +1,5 @@
1
1
  import { JSX } from 'react';
2
- import { ListDataProps } from './types';
2
+ import { ListDataProps } from './types.js';
3
3
  /**
4
4
  * Displays structured data in an accessible list format with expandable views, interactive selection, tooltips, and loading states.
5
5
  *
@@ -1,6 +1,6 @@
1
1
  import { RequiredDeep } from 'type-fest';
2
- import { MeasurementMode, MeasurementModesMapping, MeasurementUnitsMapping } from '../types';
3
- import { MeasurementToolsComponentProps } from './types';
2
+ import { MeasurementMode, MeasurementModesMapping, MeasurementUnitsMapping } from '../types.js';
3
+ import { MeasurementToolsComponentProps } from './types.js';
4
4
  export declare const DEFAULT_MEASUREMENT_TOOLS_LABELS: NonNullable<RequiredDeep<MeasurementToolsComponentProps['labels']>>;
5
5
  export declare const DEFAULT_MEASUREMENT_TOOLS_UNITS_MAPPING: MeasurementUnitsMapping;
6
6
  export declare const DEFAULT_MEASUREMENT_TOOLS_MODES_MAPPING: MeasurementModesMapping<MeasurementMode>;
@@ -1,5 +1,5 @@
1
1
  import { JSX } from 'react';
2
- import { MeasurementToolsComponentProps } from './types';
2
+ import { MeasurementToolsComponentProps } from './types.js';
3
3
  /**
4
4
  * Provides a measurement interface for calculating distances, areas, and buffers on maps with support for metric and imperial unit systems and real-time unit conversion.
5
5
  *
@@ -1,6 +1,6 @@
1
1
  import { Paper, TooltipProps } from '@mui/material';
2
2
  import { ComponentProps } from 'react';
3
- import { MeasurementMode, MeasurementModes, MeasurementOptionsMode, MeasurementOptionsUnit, MeasurementUnit, MeasurementUnitImperialDistance, MeasurementUnitMetricDistance, MeasurementUnits, MeasurementModesMapping, MeasurementUnitsMapping } from '../types';
3
+ import { MeasurementMode, MeasurementModes, MeasurementOptionsMode, MeasurementOptionsUnit, MeasurementUnit, MeasurementUnitImperialDistance, MeasurementUnitMetricDistance, MeasurementUnits, MeasurementModesMapping, MeasurementUnitsMapping } from '../types.js';
4
4
  interface Labels {
5
5
  action?: {
6
6
  tooltip?: {
@@ -15,9 +15,16 @@ export declare function ResponsiveDrawer<T extends {
15
15
  onChangeCollapsed: (collapsed: boolean) => void;
16
16
  position: ResponsiveDrawerPosition;
17
17
  slotProps?: PopoverProps['slotProps'];
18
- }>({ ref, children, collapsed, isMobile, position, sx, slotProps, container, onChangeCollapsed, modal, placement, }: Required<Pick<T, 'collapsed' | 'onChangeCollapsed' | 'position'>> & Pick<PopoverProps, 'slotProps' | 'sx' | 'container'> & {
19
- ref: HTMLElement | null;
20
- isMobile: boolean;
18
+ }>({ anchorEl, ref, children, collapsed, isMobile, position, sx, slotProps, container, onChangeCollapsed, modal, placement, }: Required<Pick<T, 'collapsed' | 'onChangeCollapsed' | 'position'>> & Pick<PopoverProps, 'slotProps' | 'sx' | 'container'> & {
19
+ /** Element the desktop popover is anchored to. */
20
+ anchorEl?: HTMLElement | null;
21
+ /**
22
+ * @deprecated Use `anchorEl`. A JSX prop named `ref` is non-reactive under
23
+ * the React Compiler, so a state-held anchor stays frozen at its initial
24
+ * `null` and the popover never opens. Removed in the next major.
25
+ */
26
+ ref?: HTMLElement | null;
27
+ isMobile?: boolean;
21
28
  children: ReactNode;
22
29
  /**
23
30
  * When `false`, the desktop popover is **non-modal**: no backdrop, clicks
@@ -1 +1 @@
1
- export * from './common-types';
1
+ export * from './common-types.js';
@@ -1,4 +1,4 @@
1
- import { ZoomControlProps } from './types';
1
+ import { ZoomControlProps } from './types.js';
2
2
  import { JSX } from 'react';
3
3
  /**
4
4
  * Provides intuitive zoom controls for maps and zoomable interfaces with flexible layouts, loading states, and optional reset functionality.
@@ -1 +1 @@
1
- export { useWidgetRef } from './use-widget-ref';
1
+ export { useWidgetRef } from './use-widget-ref.js';
@@ -7,6 +7,6 @@
7
7
  * re-centered into the standard viewBox and scaled by 4/3 — the resulting
8
8
  * 22×15-unit eye matches the MUI `Visibility*` icons exactly.
9
9
  */
10
- export declare const VisibilityIndeterminateIcon: import('../../../node_modules/@mui/material/OverridableComponent').OverridableComponent<import('node_modules/@mui/material').SvgIconTypeMap<{}, "svg">> & {
10
+ export declare const VisibilityIndeterminateIcon: import('@mui/material/OverridableComponent').OverridableComponent<import('@mui/material').SvgIconTypeMap<{}, "svg">> & {
11
11
  muiName: string;
12
12
  };