@cratis/components 3.6.1 → 4.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1333) hide show
  1. package/CONFORMANCE.md +18 -0
  2. package/LICENSE +21 -0
  3. package/MIGRATION.md +569 -0
  4. package/README.md +217 -748
  5. package/THIRD_PARTY_NOTICES.md +35 -0
  6. package/compat-manifest.json +305 -0
  7. package/dist/esm/Canvas/Canvas.d.ts +95 -6
  8. package/dist/esm/Canvas/Canvas.js +116 -189
  9. package/dist/esm/Canvas/Canvas.js.map +1 -1
  10. package/dist/esm/Canvas/CanvasControls.d.ts +40 -2
  11. package/dist/esm/Canvas/CanvasControls.js +25 -13
  12. package/dist/esm/Canvas/CanvasControls.js.map +1 -1
  13. package/dist/esm/Canvas/CanvasItem.d.ts +25 -1
  14. package/dist/esm/Canvas/CanvasItem.d.ts.map +1 -1
  15. package/dist/esm/Canvas/CanvasItem.js +13 -12
  16. package/dist/esm/Canvas/CanvasItem.js.map +1 -1
  17. package/dist/esm/Canvas/CanvasMinimap.d.ts +18 -0
  18. package/dist/esm/Canvas/CanvasMinimap.d.ts.map +1 -1
  19. package/dist/esm/Canvas/CanvasMinimap.js +9 -6
  20. package/dist/esm/Canvas/CanvasMinimap.js.map +1 -1
  21. package/dist/esm/Canvas/CanvasOverlay.d.ts +5 -2
  22. package/dist/esm/Canvas/CanvasOverlay.d.ts.map +1 -1
  23. package/dist/esm/Canvas/CanvasOverlay.js +7 -3
  24. package/dist/esm/Canvas/CanvasOverlay.js.map +1 -1
  25. package/dist/esm/Canvas/canvasGesture.d.ts +10 -0
  26. package/dist/esm/Canvas/canvasGesture.d.ts.map +1 -1
  27. package/dist/esm/Canvas/canvasGesture.js +0 -12
  28. package/dist/esm/Canvas/canvasGesture.js.map +1 -1
  29. package/dist/esm/Canvas/canvasTransformActivity.d.ts +7 -0
  30. package/dist/esm/Canvas/canvasTransformActivity.d.ts.map +1 -1
  31. package/dist/esm/Canvas/canvasTransformActivity.js +1 -10
  32. package/dist/esm/Canvas/canvasTransformActivity.js.map +1 -1
  33. package/dist/esm/Canvas/index.d.ts +17 -18
  34. package/dist/esm/Canvas/index.js +21 -31
  35. package/dist/esm/Canvas/index.js.map +1 -1
  36. package/dist/esm/Canvas/isBackgroundPointerTarget.js +0 -7
  37. package/dist/esm/Canvas/isBackgroundPointerTarget.js.map +1 -1
  38. package/dist/esm/Canvas/isWithinScrollableContent.d.ts +7 -0
  39. package/dist/esm/Canvas/isWithinScrollableContent.d.ts.map +1 -1
  40. package/dist/esm/Canvas/isWithinScrollableContent.js +0 -13
  41. package/dist/esm/Canvas/isWithinScrollableContent.js.map +1 -1
  42. package/dist/esm/Canvas/panMomentum.d.ts +14 -0
  43. package/dist/esm/Canvas/panMomentum.d.ts.map +1 -1
  44. package/dist/esm/Canvas/panMomentum.js +0 -13
  45. package/dist/esm/Canvas/panMomentum.js.map +1 -1
  46. package/dist/esm/Canvas/pinchGesture.d.ts +16 -0
  47. package/dist/esm/Canvas/pinchGesture.d.ts.map +1 -1
  48. package/dist/esm/Canvas/pinchGesture.js +0 -11
  49. package/dist/esm/Canvas/pinchGesture.js.map +1 -1
  50. package/dist/esm/Canvas/selfSuspendingFrameLoop.d.ts +15 -0
  51. package/dist/esm/Canvas/selfSuspendingFrameLoop.d.ts.map +1 -1
  52. package/dist/esm/Canvas/selfSuspendingFrameLoop.js +1 -8
  53. package/dist/esm/Canvas/selfSuspendingFrameLoop.js.map +1 -1
  54. package/dist/esm/Canvas/shapes/ChatBubble/index.d.ts +1 -32
  55. package/dist/esm/Canvas/shapes/ChatBubble/index.js +9 -18
  56. package/dist/esm/Canvas/shapes/Note/Note.d.ts +30 -1
  57. package/dist/esm/Canvas/shapes/Note/Note.d.ts.map +1 -1
  58. package/dist/esm/Canvas/shapes/Note/Note.js +26 -36
  59. package/dist/esm/Canvas/shapes/Note/Note.js.map +1 -1
  60. package/dist/esm/Canvas/shapes/Note/NoteTextChanged.d.ts +12 -1
  61. package/dist/esm/Canvas/shapes/Note/NoteTextChanged.d.ts.map +1 -1
  62. package/dist/esm/Canvas/shapes/Note/NoteTextChanged.js +0 -7
  63. package/dist/esm/Canvas/shapes/Note/NoteTextChanged.js.map +1 -1
  64. package/dist/esm/Canvas/shapes/Note/index.d.ts +3 -4
  65. package/dist/esm/Canvas/shapes/Note/index.js +4 -3
  66. package/dist/esm/Canvas/shapes/Note/noteFont.d.ts +8 -0
  67. package/dist/esm/Canvas/shapes/Note/noteFont.d.ts.map +1 -1
  68. package/dist/esm/Canvas/shapes/Note/noteFont.js +0 -14
  69. package/dist/esm/Canvas/shapes/Note/noteFont.js.map +1 -1
  70. package/dist/esm/Canvas/shapes/Region/ItemAddedToRegion.d.ts +14 -1
  71. package/dist/esm/Canvas/shapes/Region/ItemAddedToRegion.d.ts.map +1 -1
  72. package/dist/esm/Canvas/shapes/Region/ItemAddedToRegion.js +0 -9
  73. package/dist/esm/Canvas/shapes/Region/ItemAddedToRegion.js.map +1 -1
  74. package/dist/esm/Canvas/shapes/Region/ItemRemovedFromRegion.d.ts +13 -1
  75. package/dist/esm/Canvas/shapes/Region/ItemRemovedFromRegion.d.ts.map +1 -1
  76. package/dist/esm/Canvas/shapes/Region/ItemRemovedFromRegion.js +0 -8
  77. package/dist/esm/Canvas/shapes/Region/ItemRemovedFromRegion.js.map +1 -1
  78. package/dist/esm/Canvas/shapes/Region/Region.d.ts +45 -2
  79. package/dist/esm/Canvas/shapes/Region/Region.d.ts.map +1 -1
  80. package/dist/esm/Canvas/shapes/Region/Region.js +31 -49
  81. package/dist/esm/Canvas/shapes/Region/Region.js.map +1 -1
  82. package/dist/esm/Canvas/shapes/Region/index.d.ts +6 -7
  83. package/dist/esm/Canvas/shapes/Region/index.js +6 -5
  84. package/dist/esm/Canvas/shapes/Region/regionContainment.d.ts +37 -0
  85. package/dist/esm/Canvas/shapes/Region/regionContainment.d.ts.map +1 -1
  86. package/dist/esm/Canvas/shapes/Region/regionContainment.js +1 -16
  87. package/dist/esm/Canvas/shapes/Region/regionContainment.js.map +1 -1
  88. package/dist/esm/Canvas/useDragSelectionGuard.d.ts +9 -0
  89. package/dist/esm/Canvas/useDragSelectionGuard.d.ts.map +1 -1
  90. package/dist/esm/Canvas/useDragSelectionGuard.js +0 -11
  91. package/dist/esm/Canvas/useDragSelectionGuard.js.map +1 -1
  92. package/dist/esm/Canvas/zoomMechanism.d.ts +30 -0
  93. package/dist/esm/Canvas/zoomMechanism.d.ts.map +1 -1
  94. package/dist/esm/Canvas/zoomMechanism.js +0 -38
  95. package/dist/esm/Canvas/zoomMechanism.js.map +1 -1
  96. package/dist/esm/Chat/ChatAuthor.d.ts +12 -2
  97. package/dist/esm/Chat/ChatAuthor.js +2 -0
  98. package/dist/esm/Chat/ChatAuthor.js.map +1 -1
  99. package/dist/esm/Chat/ChatConversation.d.ts +80 -13
  100. package/dist/esm/Chat/ChatConversation.js +30 -29
  101. package/dist/esm/Chat/ChatConversation.js.map +1 -1
  102. package/dist/esm/Chat/ChatIdentifier.d.ts +18 -0
  103. package/dist/esm/Chat/ChatIdentifier.d.ts.map +1 -1
  104. package/dist/esm/Chat/ChatIdentifier.js +0 -14
  105. package/dist/esm/Chat/ChatIdentifier.js.map +1 -1
  106. package/dist/esm/Chat/ChatMention.d.ts +11 -3
  107. package/dist/esm/Chat/ChatMention.js +2 -0
  108. package/dist/esm/Chat/ChatMention.js.map +1 -1
  109. package/dist/esm/Chat/ChatMessage.d.ts +19 -3
  110. package/dist/esm/Chat/ChatMessage.js +2 -0
  111. package/dist/esm/Chat/ChatMessage.js.map +1 -1
  112. package/dist/esm/Chat/ChatMessageAction.d.ts +19 -2
  113. package/dist/esm/Chat/ChatMessageAction.js +2 -0
  114. package/dist/esm/Chat/ChatMessageAction.js.map +1 -1
  115. package/dist/esm/Chat/ChatMessageBody.d.ts +12 -2
  116. package/dist/esm/Chat/ChatMessageBody.js +3 -11
  117. package/dist/esm/Chat/ChatMessageBody.js.map +1 -1
  118. package/dist/esm/Chat/ChatSidebar.d.ts +112 -13
  119. package/dist/esm/Chat/ChatSidebar.js +33 -26
  120. package/dist/esm/Chat/ChatSidebar.js.map +1 -1
  121. package/dist/esm/Chat/ChatSidebarForObservableQueries.d.ts +29 -5
  122. package/dist/esm/Chat/ChatSidebarForObservableQueries.js +3 -8
  123. package/dist/esm/Chat/ChatSidebarForObservableQueries.js.map +1 -1
  124. package/dist/esm/Chat/ChatTopic.d.ts +13 -2
  125. package/dist/esm/Chat/ChatTopic.js +2 -0
  126. package/dist/esm/Chat/ChatTopic.js.map +1 -1
  127. package/dist/esm/Chat/ChatTopicList.d.ts +58 -8
  128. package/dist/esm/Chat/ChatTopicList.js +18 -14
  129. package/dist/esm/Chat/ChatTopicList.js.map +1 -1
  130. package/dist/esm/Chat/Kit/AnchoredOverlay.d.ts +34 -0
  131. package/dist/esm/Chat/Kit/AnchoredOverlay.d.ts.map +1 -0
  132. package/dist/esm/{Canvas/shapes/ChatBubble → Chat/Kit}/AnchoredOverlay.js +9 -13
  133. package/dist/esm/Chat/Kit/AnchoredOverlay.js.map +1 -0
  134. package/dist/esm/Chat/Kit/Avatar/PersonAvatarCircle.d.ts +51 -0
  135. package/dist/esm/Chat/Kit/Avatar/PersonAvatarCircle.d.ts.map +1 -0
  136. package/dist/esm/Chat/Kit/Avatar/PersonAvatarCircle.js +25 -0
  137. package/dist/esm/Chat/Kit/Avatar/PersonAvatarCircle.js.map +1 -0
  138. package/dist/esm/Chat/Kit/Avatar/getAvatarColor.d.ts +9 -0
  139. package/dist/esm/Chat/Kit/Avatar/getAvatarColor.d.ts.map +1 -0
  140. package/dist/esm/Chat/Kit/Avatar/getAvatarColor.js +20 -0
  141. package/dist/esm/Chat/Kit/Avatar/getAvatarColor.js.map +1 -0
  142. package/dist/esm/Chat/Kit/Avatar/getInitials.d.ts +7 -0
  143. package/dist/esm/Chat/Kit/Avatar/getInitials.d.ts.map +1 -0
  144. package/dist/esm/Chat/Kit/Avatar/getInitials.js +4 -0
  145. package/dist/esm/Chat/Kit/Avatar/getInitials.js.map +1 -0
  146. package/dist/esm/Chat/Kit/Avatar/index.d.ts +3 -0
  147. package/dist/esm/Chat/Kit/Avatar/index.js +6 -0
  148. package/dist/esm/Chat/Kit/Chat.d.ts +106 -0
  149. package/dist/esm/{Canvas/shapes/ChatBubble → Chat/Kit}/Chat.js +8 -16
  150. package/dist/esm/Chat/Kit/Chat.js.map +1 -0
  151. package/dist/esm/Chat/Kit/ChatAuthorKind.d.ts +11 -0
  152. package/dist/esm/Chat/Kit/ChatAuthorKind.d.ts.map +1 -0
  153. package/dist/esm/Chat/Kit/ChatAuthorKind.js +8 -0
  154. package/dist/esm/Chat/Kit/ChatAuthorKind.js.map +1 -0
  155. package/dist/esm/Chat/Kit/ChatBubble.d.ts +38 -0
  156. package/dist/esm/{Canvas/shapes/ChatBubble → Chat/Kit}/ChatBubble.js +35 -7
  157. package/dist/esm/Chat/Kit/ChatBubble.js.map +1 -0
  158. package/dist/esm/Chat/Kit/ChatComposer.d.ts +62 -0
  159. package/dist/esm/{Canvas/shapes/ChatBubble → Chat/Kit}/ChatComposer.js +26 -29
  160. package/dist/esm/Chat/Kit/ChatComposer.js.map +1 -0
  161. package/dist/esm/Chat/Kit/ChatMessage.d.ts +42 -0
  162. package/dist/esm/Chat/Kit/ChatMessage.js +4 -0
  163. package/dist/esm/Chat/Kit/ChatMessage.js.map +1 -0
  164. package/dist/esm/Chat/Kit/ChatMessageAdded.d.ts +17 -0
  165. package/dist/esm/Chat/Kit/ChatMessageAdded.d.ts.map +1 -0
  166. package/dist/esm/Chat/Kit/ChatMessageAdded.js +11 -0
  167. package/dist/esm/Chat/Kit/ChatMessageAdded.js.map +1 -0
  168. package/dist/esm/Chat/Kit/ChatMessageBubble.d.ts +60 -0
  169. package/dist/esm/Chat/Kit/ChatMessageBubble.js +41 -0
  170. package/dist/esm/Chat/Kit/ChatMessageBubble.js.map +1 -0
  171. package/dist/esm/Chat/Kit/ChatMessageReaction.d.ts +11 -0
  172. package/dist/esm/Chat/Kit/ChatMessageReaction.js +4 -0
  173. package/dist/esm/Chat/Kit/ChatMessageReaction.js.map +1 -0
  174. package/dist/esm/Chat/Kit/ChatMessageReactionUser.d.ts +18 -0
  175. package/dist/esm/Chat/Kit/ChatMessageReactionUser.d.ts.map +1 -0
  176. package/dist/esm/Chat/Kit/ChatMessageReactionUser.js +4 -0
  177. package/dist/esm/Chat/Kit/ChatMessageReactionUser.js.map +1 -0
  178. package/dist/esm/Chat/Kit/ChatOwnReaction.d.ts +13 -0
  179. package/dist/esm/Chat/Kit/ChatOwnReaction.d.ts.map +1 -0
  180. package/dist/esm/Chat/Kit/ChatOwnReaction.js +4 -0
  181. package/dist/esm/Chat/Kit/ChatOwnReaction.js.map +1 -0
  182. package/dist/esm/Chat/Kit/ChatTypingAuthor.d.ts +15 -0
  183. package/dist/esm/Chat/Kit/ChatTypingAuthor.js +4 -0
  184. package/dist/esm/Chat/Kit/ChatTypingAuthor.js.map +1 -0
  185. package/dist/esm/Chat/Kit/ChatVariant.d.ts +10 -0
  186. package/dist/esm/Chat/Kit/ChatVariant.d.ts.map +1 -0
  187. package/dist/esm/Chat/Kit/ChatVariant.js +8 -0
  188. package/dist/esm/Chat/Kit/ChatVariant.js.map +1 -0
  189. package/dist/esm/Chat/Kit/Emoji/EmojiCategory.d.ts +8 -0
  190. package/dist/esm/Chat/Kit/Emoji/EmojiCategory.js +4 -0
  191. package/dist/esm/Chat/Kit/Emoji/EmojiCategory.js.map +1 -0
  192. package/dist/esm/{Canvas/shapes/ChatBubble → Chat/Kit}/Emoji/EmojiCategoryKey.d.ts +1 -0
  193. package/dist/esm/Chat/Kit/Emoji/EmojiCategoryKey.d.ts.map +1 -0
  194. package/dist/esm/{Canvas/shapes/ChatBubble → Chat/Kit}/Emoji/EmojiCategoryKey.js +0 -3
  195. package/dist/esm/Chat/Kit/Emoji/EmojiCategoryKey.js.map +1 -0
  196. package/dist/esm/Chat/Kit/Emoji/EmojiMemory.d.ts +12 -0
  197. package/dist/esm/Chat/Kit/Emoji/EmojiMemory.d.ts.map +1 -0
  198. package/dist/esm/Chat/Kit/Emoji/EmojiMemory.js +4 -0
  199. package/dist/esm/Chat/Kit/Emoji/EmojiMemory.js.map +1 -0
  200. package/dist/esm/Chat/Kit/Emoji/EmojiPicker.d.ts +32 -0
  201. package/dist/esm/{Canvas/shapes/ChatBubble → Chat/Kit}/Emoji/EmojiPicker.js +2 -12
  202. package/dist/esm/Chat/Kit/Emoji/EmojiPicker.js.map +1 -0
  203. package/dist/esm/Chat/Kit/Emoji/emojiCatalog.d.ts +13 -0
  204. package/dist/esm/{Canvas/shapes/ChatBubble → Chat/Kit}/Emoji/emojiCatalog.js +0 -13
  205. package/dist/esm/Chat/Kit/Emoji/emojiCatalog.js.map +1 -0
  206. package/dist/esm/Chat/Kit/Emoji/index.d.ts +4 -0
  207. package/dist/esm/Chat/Kit/Emoji/index.js +10 -0
  208. package/dist/esm/Chat/Kit/Emoji/recentEmojis.d.ts +23 -0
  209. package/dist/esm/Chat/Kit/Emoji/recentEmojis.js +35 -0
  210. package/dist/esm/Chat/Kit/Emoji/recentEmojis.js.map +1 -0
  211. package/dist/esm/Chat/Kit/FailedReply.d.ts +57 -0
  212. package/dist/esm/Chat/Kit/FailedReply.js +22 -0
  213. package/dist/esm/Chat/Kit/FailedReply.js.map +1 -0
  214. package/dist/esm/Chat/Kit/Mentions/MentionCandidate.d.ts +17 -0
  215. package/dist/esm/Chat/Kit/Mentions/MentionCandidate.js +4 -0
  216. package/dist/esm/Chat/Kit/Mentions/MentionCandidate.js.map +1 -0
  217. package/dist/esm/Chat/Kit/Mentions/MentionQuery.d.ts +10 -0
  218. package/dist/esm/Chat/Kit/Mentions/MentionQuery.d.ts.map +1 -0
  219. package/dist/esm/Chat/Kit/Mentions/MentionQuery.js +4 -0
  220. package/dist/esm/Chat/Kit/Mentions/MentionQuery.js.map +1 -0
  221. package/dist/esm/Chat/Kit/Mentions/MentionSuggestions.d.ts +25 -0
  222. package/dist/esm/Chat/Kit/Mentions/MentionSuggestions.js +8 -0
  223. package/dist/esm/Chat/Kit/Mentions/MentionSuggestions.js.map +1 -0
  224. package/dist/esm/Chat/Kit/Mentions/activeMentionQuery.d.ts +8 -0
  225. package/dist/esm/Chat/Kit/Mentions/activeMentionQuery.js +20 -0
  226. package/dist/esm/Chat/Kit/Mentions/activeMentionQuery.js.map +1 -0
  227. package/dist/esm/Chat/Kit/Mentions/applyMention.d.ts +19 -0
  228. package/dist/esm/Chat/Kit/Mentions/applyMention.js +11 -0
  229. package/dist/esm/Chat/Kit/Mentions/applyMention.js.map +1 -0
  230. package/dist/esm/Chat/Kit/Mentions/extractMentions.d.ts +12 -0
  231. package/dist/esm/Chat/Kit/Mentions/extractMentions.d.ts.map +1 -0
  232. package/dist/esm/Chat/Kit/Mentions/extractMentions.js +14 -0
  233. package/dist/esm/Chat/Kit/Mentions/extractMentions.js.map +1 -0
  234. package/dist/esm/Chat/Kit/Mentions/findMentionRanges.d.ts +27 -0
  235. package/dist/esm/Chat/Kit/Mentions/findMentionRanges.d.ts.map +1 -0
  236. package/dist/esm/{Canvas/shapes/ChatBubble → Chat/Kit}/Mentions/findMentionRanges.js +2 -15
  237. package/dist/esm/Chat/Kit/Mentions/findMentionRanges.js.map +1 -0
  238. package/dist/esm/Chat/Kit/Mentions/index.d.ts +6 -0
  239. package/dist/esm/Chat/Kit/Mentions/index.js +11 -0
  240. package/dist/esm/Chat/Kit/Mentions/matchCandidates.d.ts +8 -0
  241. package/dist/esm/Chat/Kit/Mentions/matchCandidates.js +13 -0
  242. package/dist/esm/Chat/Kit/Mentions/matchCandidates.js.map +1 -0
  243. package/dist/esm/Chat/Kit/Mentions/mentionSegments.d.ts +23 -0
  244. package/dist/esm/Chat/Kit/Mentions/mentionSegments.d.ts.map +1 -0
  245. package/dist/esm/{Canvas/shapes/ChatBubble → Chat/Kit}/Mentions/mentionSegments.js +4 -10
  246. package/dist/esm/Chat/Kit/Mentions/mentionSegments.js.map +1 -0
  247. package/dist/esm/Chat/Kit/MessageReactions.d.ts +18 -0
  248. package/dist/esm/Chat/Kit/MessageReactions.js +19 -0
  249. package/dist/esm/Chat/Kit/MessageReactions.js.map +1 -0
  250. package/dist/esm/Chat/Kit/ReactionPicker.d.ts +55 -0
  251. package/dist/esm/Chat/Kit/ReactionPicker.js +38 -0
  252. package/dist/esm/Chat/Kit/ReactionPicker.js.map +1 -0
  253. package/dist/esm/Chat/Kit/TypingIndicator.d.ts +21 -0
  254. package/dist/esm/Chat/Kit/TypingIndicator.js +13 -0
  255. package/dist/esm/Chat/Kit/TypingIndicator.js.map +1 -0
  256. package/dist/esm/Chat/Kit/findOwnReaction.d.ts +12 -0
  257. package/dist/esm/Chat/Kit/findOwnReaction.js +9 -0
  258. package/dist/esm/Chat/Kit/findOwnReaction.js.map +1 -0
  259. package/dist/esm/Chat/Kit/index.d.ts +30 -0
  260. package/dist/esm/Chat/Kit/index.js +21 -0
  261. package/dist/esm/{Canvas/shapes/ChatBubble/reactionsExcludingUser.js → Chat/Kit/reactionsExcludingUser.d.ts} +3 -8
  262. package/dist/esm/Chat/Kit/reactionsExcludingUser.js +6 -0
  263. package/dist/esm/Chat/Kit/reactionsExcludingUser.js.map +1 -0
  264. package/dist/esm/Chat/index.d.ts +28 -29
  265. package/dist/esm/Chat/index.js +4 -7
  266. package/dist/esm/Chat/index.js.map +1 -1
  267. package/dist/esm/Chat/isTopicUnnamed.d.ts +9 -2
  268. package/dist/esm/Chat/isTopicUnnamed.js +0 -10
  269. package/dist/esm/Chat/isTopicUnnamed.js.map +1 -1
  270. package/dist/esm/Chat/relativeTimestamp.d.ts +12 -0
  271. package/dist/esm/Chat/relativeTimestamp.d.ts.map +1 -1
  272. package/dist/esm/Chat/relativeTimestamp.js +0 -10
  273. package/dist/esm/Chat/relativeTimestamp.js.map +1 -1
  274. package/dist/esm/Chat/shouldRequestTopicName.d.ts +9 -0
  275. package/dist/esm/Chat/shouldRequestTopicName.d.ts.map +1 -1
  276. package/dist/esm/Chat/shouldRequestTopicName.js +0 -11
  277. package/dist/esm/Chat/shouldRequestTopicName.js.map +1 -1
  278. package/dist/esm/Chat/topicsByActivity.d.ts +7 -2
  279. package/dist/esm/Chat/topicsByActivity.js +0 -14
  280. package/dist/esm/Chat/topicsByActivity.js.map +1 -1
  281. package/dist/esm/CommandDialog/CommandDialog.d.ts +42 -4
  282. package/dist/esm/CommandDialog/CommandDialog.js +16 -129
  283. package/dist/esm/CommandDialog/CommandDialog.js.map +1 -1
  284. package/dist/esm/CommandDialog/CommandStepper.d.ts +131 -25
  285. package/dist/esm/CommandDialog/CommandStepper.js +6 -187
  286. package/dist/esm/CommandDialog/CommandStepper.js.map +1 -1
  287. package/dist/esm/CommandDialog/CommandStepperContent.d.ts +45 -0
  288. package/dist/esm/CommandDialog/CommandStepperContent.js +145 -0
  289. package/dist/esm/CommandDialog/CommandStepperContent.js.map +1 -0
  290. package/dist/esm/CommandDialog/StepperCommandDialog.d.ts +77 -4
  291. package/dist/esm/CommandDialog/StepperCommandDialog.js +39 -131
  292. package/dist/esm/CommandDialog/StepperCommandDialog.js.map +1 -1
  293. package/dist/esm/CommandDialog/StepperPanel.d.ts +29 -0
  294. package/dist/esm/CommandDialog/StepperPanel.d.ts.map +1 -1
  295. package/dist/esm/CommandDialog/StepperPanel.js +0 -25
  296. package/dist/esm/CommandDialog/StepperPanel.js.map +1 -1
  297. package/dist/esm/CommandDialog/applyBeforeExecute.d.ts +32 -0
  298. package/dist/esm/CommandDialog/applyBeforeExecute.d.ts.map +1 -1
  299. package/dist/esm/CommandDialog/applyBeforeExecute.js +0 -21
  300. package/dist/esm/CommandDialog/applyBeforeExecute.js.map +1 -1
  301. package/dist/esm/CommandDialog/index.d.ts +5 -6
  302. package/dist/esm/CommandDialog/index.js +1 -4
  303. package/dist/esm/CommandDialog/index.js.map +1 -1
  304. package/dist/esm/CommandDialog/stepChildren.d.ts +19 -0
  305. package/dist/esm/CommandDialog/stepChildren.d.ts.map +1 -1
  306. package/dist/esm/CommandDialog/stepChildren.js +0 -21
  307. package/dist/esm/CommandDialog/stepChildren.js.map +1 -1
  308. package/dist/esm/CommandForm/AutoCommandForm.d.ts +25 -3
  309. package/dist/esm/CommandForm/AutoCommandForm.d.ts.map +1 -1
  310. package/dist/esm/CommandForm/AutoCommandForm.js +8 -20
  311. package/dist/esm/CommandForm/AutoCommandForm.js.map +1 -1
  312. package/dist/esm/CommandForm/FieldTypeProvider.d.ts +13 -0
  313. package/dist/esm/CommandForm/FieldTypeProvider.d.ts.map +1 -1
  314. package/dist/esm/CommandForm/FieldTypeProvider.js +2 -0
  315. package/dist/esm/CommandForm/FieldTypeProvider.js.map +1 -1
  316. package/dist/esm/CommandForm/commandFormMarkers.d.ts +58 -0
  317. package/dist/esm/CommandForm/commandFormMarkers.d.ts.map +1 -1
  318. package/dist/esm/CommandForm/commandFormMarkers.js +0 -44
  319. package/dist/esm/CommandForm/commandFormMarkers.js.map +1 -1
  320. package/dist/esm/CommandForm/defaultFieldTypeProviders.d.ts +5 -0
  321. package/dist/esm/CommandForm/defaultFieldTypeProviders.d.ts.map +1 -1
  322. package/dist/esm/CommandForm/defaultFieldTypeProviders.js +16 -11
  323. package/dist/esm/CommandForm/defaultFieldTypeProviders.js.map +1 -1
  324. package/dist/esm/CommandForm/fieldTypeProviderRegistry.d.ts +18 -2
  325. package/dist/esm/CommandForm/fieldTypeProviderRegistry.js +0 -19
  326. package/dist/esm/CommandForm/fieldTypeProviderRegistry.js.map +1 -1
  327. package/dist/esm/CommandForm/fields/CalendarField.d.ts +37 -6
  328. package/dist/esm/CommandForm/fields/CalendarField.js +10 -18
  329. package/dist/esm/CommandForm/fields/CalendarField.js.map +1 -1
  330. package/dist/esm/CommandForm/fields/CheckboxField.d.ts +18 -7
  331. package/dist/esm/CommandForm/fields/CheckboxField.js +21 -15
  332. package/dist/esm/CommandForm/fields/CheckboxField.js.map +1 -1
  333. package/dist/esm/CommandForm/fields/ChipsField.d.ts +20 -8
  334. package/dist/esm/CommandForm/fields/ChipsField.js +50 -19
  335. package/dist/esm/CommandForm/fields/ChipsField.js.map +1 -1
  336. package/dist/esm/CommandForm/fields/ColorPickerField.d.ts +16 -7
  337. package/dist/esm/CommandForm/fields/ColorPickerField.js +21 -33
  338. package/dist/esm/CommandForm/fields/ColorPickerField.js.map +1 -1
  339. package/dist/esm/CommandForm/fields/DropdownField.d.ts +34 -4
  340. package/dist/esm/CommandForm/fields/DropdownField.js +13 -18
  341. package/dist/esm/CommandForm/fields/DropdownField.js.map +1 -1
  342. package/dist/esm/CommandForm/fields/InputTextField.d.ts +12 -7
  343. package/dist/esm/CommandForm/fields/InputTextField.js +17 -46
  344. package/dist/esm/CommandForm/fields/InputTextField.js.map +1 -1
  345. package/dist/esm/CommandForm/fields/MultiSelectField.d.ts +39 -4
  346. package/dist/esm/CommandForm/fields/MultiSelectField.js +13 -15
  347. package/dist/esm/CommandForm/fields/MultiSelectField.js.map +1 -1
  348. package/dist/esm/CommandForm/fields/NumberField.d.ts +14 -7
  349. package/dist/esm/CommandForm/fields/NumberField.js +21 -16
  350. package/dist/esm/CommandForm/fields/NumberField.js.map +1 -1
  351. package/dist/esm/CommandForm/fields/PasswordField.d.ts +18 -7
  352. package/dist/esm/CommandForm/fields/PasswordField.js +26 -15
  353. package/dist/esm/CommandForm/fields/PasswordField.js.map +1 -1
  354. package/dist/esm/CommandForm/fields/RadioButtonField.d.ts +20 -7
  355. package/dist/esm/CommandForm/fields/RadioButtonField.js +22 -17
  356. package/dist/esm/CommandForm/fields/RadioButtonField.js.map +1 -1
  357. package/dist/esm/CommandForm/fields/RadioGroupField.d.ts +22 -7
  358. package/dist/esm/CommandForm/fields/RadioGroupField.js +44 -33
  359. package/dist/esm/CommandForm/fields/RadioGroupField.js.map +1 -1
  360. package/dist/esm/CommandForm/fields/RatingField.d.ts +20 -7
  361. package/dist/esm/CommandForm/fields/RatingField.js +43 -14
  362. package/dist/esm/CommandForm/fields/RatingField.js.map +1 -1
  363. package/dist/esm/CommandForm/fields/SliderField.d.ts +16 -7
  364. package/dist/esm/CommandForm/fields/SliderField.js +20 -14
  365. package/dist/esm/CommandForm/fields/SliderField.js.map +1 -1
  366. package/dist/esm/CommandForm/fields/TextAreaField.d.ts +12 -7
  367. package/dist/esm/CommandForm/fields/TextAreaField.js +18 -17
  368. package/dist/esm/CommandForm/fields/TextAreaField.js.map +1 -1
  369. package/dist/esm/CommandForm/fields/ToggleSwitchField.d.ts +18 -7
  370. package/dist/esm/CommandForm/fields/ToggleSwitchField.js +18 -15
  371. package/dist/esm/CommandForm/fields/ToggleSwitchField.js.map +1 -1
  372. package/dist/esm/CommandForm/fields/chipValues.d.ts +6 -0
  373. package/dist/esm/CommandForm/fields/chipValues.d.ts.map +1 -0
  374. package/dist/esm/CommandForm/fields/chipValues.js +17 -0
  375. package/dist/esm/CommandForm/fields/chipValues.js.map +1 -0
  376. package/dist/esm/CommandForm/fields/fieldAccessibility.d.ts +33 -0
  377. package/dist/esm/CommandForm/fields/fieldAccessibility.d.ts.map +1 -0
  378. package/dist/esm/CommandForm/fields/fieldAccessibility.js +24 -0
  379. package/dist/esm/CommandForm/fields/fieldAccessibility.js.map +1 -0
  380. package/dist/esm/CommandForm/fields/fieldValueFromEvent.d.ts +16 -0
  381. package/dist/esm/CommandForm/fields/fieldValueFromEvent.d.ts.map +1 -0
  382. package/dist/esm/CommandForm/fields/fieldValueFromEvent.js +20 -0
  383. package/dist/esm/CommandForm/fields/fieldValueFromEvent.js.map +1 -0
  384. package/dist/esm/CommandForm/fields/index.d.ts +15 -16
  385. package/dist/esm/CommandForm/fields/index.js +17 -16
  386. package/dist/esm/CommandForm/index.d.ts +5 -6
  387. package/dist/esm/CommandForm/index.js +0 -3
  388. package/dist/esm/CommandForm/index.js.map +1 -1
  389. package/dist/esm/Common/ActionMenubar.d.ts +28 -9
  390. package/dist/esm/Common/ActionMenubar.js +16 -15
  391. package/dist/esm/Common/ActionMenubar.js.map +1 -1
  392. package/dist/esm/Common/Button.d.ts +75 -8
  393. package/dist/esm/Common/Button.js +13 -24
  394. package/dist/esm/Common/Button.js.map +1 -1
  395. package/dist/esm/Common/ButtonImplementation.d.ts +3 -0
  396. package/dist/esm/Common/ButtonImplementation.js +65 -0
  397. package/dist/esm/Common/ButtonImplementation.js.map +1 -0
  398. package/dist/esm/Common/Checkbox.d.ts +34 -0
  399. package/dist/esm/Common/Checkbox.js +17 -0
  400. package/dist/esm/Common/Checkbox.js.map +1 -0
  401. package/dist/esm/Common/CheckboxImplementation.d.ts +3 -0
  402. package/dist/esm/Common/CheckboxImplementation.js +44 -0
  403. package/dist/esm/Common/CheckboxImplementation.js.map +1 -0
  404. package/dist/esm/Common/CratisComponentsContext.d.ts +4 -0
  405. package/dist/esm/Common/CratisComponentsContext.js +8 -0
  406. package/dist/esm/Common/CratisComponentsContext.js.map +1 -0
  407. package/dist/esm/Common/CratisComponentsDefaults.d.ts +3 -0
  408. package/dist/esm/Common/CratisComponentsDefaults.js +58 -0
  409. package/dist/esm/Common/CratisComponentsDefaults.js.map +1 -0
  410. package/dist/esm/Common/CratisComponentsProvider.d.ts +178 -8
  411. package/dist/esm/Common/CratisComponentsProvider.js +63 -50
  412. package/dist/esm/Common/CratisComponentsProvider.js.map +1 -1
  413. package/dist/esm/Common/DatePickerInput.d.ts +98 -9
  414. package/dist/esm/Common/DatePickerInput.js +11 -29
  415. package/dist/esm/Common/DatePickerInput.js.map +1 -1
  416. package/dist/esm/Common/DatePickerInputImplementation.d.ts +6 -0
  417. package/dist/esm/Common/DatePickerInputImplementation.js +86 -0
  418. package/dist/esm/Common/DatePickerInputImplementation.js.map +1 -0
  419. package/dist/esm/Common/ErrorBoundary.d.ts +48 -1
  420. package/dist/esm/Common/ErrorBoundary.d.ts.map +1 -1
  421. package/dist/esm/Common/ErrorBoundary.js +1 -33
  422. package/dist/esm/Common/ErrorBoundary.js.map +1 -1
  423. package/dist/esm/Common/FormElement.d.ts +33 -0
  424. package/dist/esm/Common/FormElement.d.ts.map +1 -1
  425. package/dist/esm/Common/FormElement.js +1 -13
  426. package/dist/esm/Common/FormElement.js.map +1 -1
  427. package/dist/esm/Common/Icon.d.ts +12 -0
  428. package/dist/esm/Common/Icon.d.ts.map +1 -1
  429. package/dist/esm/Common/Icon.js +1 -15
  430. package/dist/esm/Common/Icon.js.map +1 -1
  431. package/dist/esm/Common/IconButton.d.ts +15 -0
  432. package/dist/esm/Common/IconButton.js +17 -0
  433. package/dist/esm/Common/IconButton.js.map +1 -0
  434. package/dist/esm/Common/IconButtonImplementation.d.ts +3 -0
  435. package/dist/esm/Common/IconButtonImplementation.js +10 -0
  436. package/dist/esm/Common/IconButtonImplementation.js.map +1 -0
  437. package/dist/esm/Common/Page.d.ts +34 -0
  438. package/dist/esm/Common/Page.d.ts.map +1 -1
  439. package/dist/esm/Common/Page.js +1 -14
  440. package/dist/esm/Common/Page.js.map +1 -1
  441. package/dist/esm/Common/Radio.d.ts +38 -0
  442. package/dist/esm/Common/Radio.js +17 -0
  443. package/dist/esm/Common/Radio.js.map +1 -0
  444. package/dist/esm/Common/RadioImplementation.d.ts +3 -0
  445. package/dist/esm/Common/RadioImplementation.js +46 -0
  446. package/dist/esm/Common/RadioImplementation.js.map +1 -0
  447. package/dist/esm/Common/Surface.d.ts +18 -0
  448. package/dist/esm/Common/Surface.d.ts.map +1 -0
  449. package/dist/esm/Common/Surface.js +17 -0
  450. package/dist/esm/Common/Surface.js.map +1 -0
  451. package/dist/esm/Common/SurfaceImplementation.d.ts +3 -0
  452. package/dist/esm/Common/SurfaceImplementation.js +19 -0
  453. package/dist/esm/Common/SurfaceImplementation.js.map +1 -0
  454. package/dist/esm/Common/Switch.d.ts +34 -0
  455. package/dist/esm/Common/Switch.js +17 -0
  456. package/dist/esm/Common/Switch.js.map +1 -0
  457. package/dist/esm/Common/SwitchImplementation.d.ts +3 -0
  458. package/dist/esm/Common/SwitchImplementation.js +46 -0
  459. package/dist/esm/Common/SwitchImplementation.js.map +1 -0
  460. package/dist/esm/Common/TextArea.d.ts +18 -0
  461. package/dist/esm/Common/TextArea.js +17 -0
  462. package/dist/esm/Common/TextArea.js.map +1 -0
  463. package/dist/esm/Common/TextAreaImplementation.d.ts +3 -0
  464. package/dist/esm/Common/TextAreaImplementation.js +21 -0
  465. package/dist/esm/Common/TextAreaImplementation.js.map +1 -0
  466. package/dist/esm/Common/TextInput.d.ts +22 -0
  467. package/dist/esm/Common/TextInput.js +17 -0
  468. package/dist/esm/Common/TextInput.js.map +1 -0
  469. package/dist/esm/Common/TextInputImplementation.d.ts +3 -0
  470. package/dist/esm/Common/TextInputImplementation.js +21 -0
  471. package/dist/esm/Common/TextInputImplementation.js.map +1 -0
  472. package/dist/esm/Common/Tooltip.d.ts +18 -3
  473. package/dist/esm/Common/Tooltip.d.ts.map +1 -1
  474. package/dist/esm/Common/Tooltip.js +11 -26
  475. package/dist/esm/Common/Tooltip.js.map +1 -1
  476. package/dist/esm/Common/TooltipImplementation.d.ts +3 -0
  477. package/dist/esm/Common/TooltipImplementation.js +22 -0
  478. package/dist/esm/Common/TooltipImplementation.js.map +1 -0
  479. package/dist/esm/Common/index.d.ts +17 -11
  480. package/dist/esm/Common/index.js +10 -4
  481. package/dist/esm/Common/index.js.map +1 -1
  482. package/dist/esm/{Canvas/messaging/useOptionalMessenger.js → Common/messaging/useOptionalMessenger.d.ts} +10 -15
  483. package/dist/esm/Common/messaging/useOptionalMessenger.d.ts.map +1 -0
  484. package/dist/esm/Common/messaging/useOptionalMessenger.js +13 -0
  485. package/dist/esm/Common/messaging/useOptionalMessenger.js.map +1 -0
  486. package/dist/esm/Common/normalizeIconClass.d.ts +11 -1
  487. package/dist/esm/Common/normalizeIconClass.d.ts.map +1 -1
  488. package/dist/esm/Common/normalizeIconClass.js +1 -41
  489. package/dist/esm/Common/normalizeIconClass.js.map +1 -1
  490. package/dist/esm/Common/reactAriaProps.d.ts +7 -0
  491. package/dist/esm/Common/reactAriaProps.d.ts.map +1 -0
  492. package/dist/esm/Common/reactAriaProps.js +6 -0
  493. package/dist/esm/Common/reactAriaProps.js.map +1 -0
  494. package/dist/esm/Common/useNativeCheckedState.d.ts +8 -0
  495. package/dist/esm/Common/useNativeCheckedState.d.ts.map +1 -0
  496. package/dist/esm/Common/useNativeCheckedState.js +43 -0
  497. package/dist/esm/Common/useNativeCheckedState.js.map +1 -0
  498. package/dist/esm/DataPage/DataPage.d.ts +263 -14
  499. package/dist/esm/DataPage/DataPage.js +18 -156
  500. package/dist/esm/DataPage/DataPage.js.map +1 -1
  501. package/dist/esm/DataPage/DataPageLayout.d.ts +14 -0
  502. package/dist/esm/DataPage/DataPageLayout.d.ts.map +1 -1
  503. package/dist/esm/DataPage/DataPageLayout.js +0 -20
  504. package/dist/esm/DataPage/DataPageLayout.js.map +1 -1
  505. package/dist/esm/DataPage/index.d.ts +2 -3
  506. package/dist/esm/DataPage/index.js +0 -3
  507. package/dist/esm/DataPage/index.js.map +1 -1
  508. package/dist/esm/DataTables/Column.d.ts +44 -4
  509. package/dist/esm/DataTables/Column.js +0 -19
  510. package/dist/esm/DataTables/Column.js.map +1 -1
  511. package/dist/esm/DataTables/ColumnFilterMenu.d.ts +77 -6
  512. package/dist/esm/DataTables/ColumnFilterMenu.js +127 -60
  513. package/dist/esm/DataTables/ColumnFilterMenu.js.map +1 -1
  514. package/dist/esm/DataTables/DataTableCore.d.ts +67 -8
  515. package/dist/esm/DataTables/DataTableCore.js +232 -57
  516. package/dist/esm/DataTables/DataTableCore.js.map +1 -1
  517. package/dist/esm/DataTables/DataTableFilterMatcherRegistry.d.ts +16 -2
  518. package/dist/esm/DataTables/DataTableFilterMatcherRegistry.js +2 -18
  519. package/dist/esm/DataTables/DataTableFilterMatcherRegistry.js.map +1 -1
  520. package/dist/esm/DataTables/DataTableFilterMeta.d.ts +27 -1
  521. package/dist/esm/DataTables/DataTableFilterMeta.d.ts.map +1 -1
  522. package/dist/esm/DataTables/DataTableFilterMeta.js +0 -3
  523. package/dist/esm/DataTables/DataTableFilterMeta.js.map +1 -1
  524. package/dist/esm/DataTables/DataTableForObservableQuery.d.ts +98 -7
  525. package/dist/esm/DataTables/DataTableForObservableQuery.js +2 -51
  526. package/dist/esm/DataTables/DataTableForObservableQuery.js.map +1 -1
  527. package/dist/esm/DataTables/DataTableForQuery.d.ts +111 -7
  528. package/dist/esm/DataTables/DataTableForQuery.js +2 -47
  529. package/dist/esm/DataTables/DataTableForQuery.js.map +1 -1
  530. package/dist/esm/DataTables/DataTableSelectionChangeEvent.d.ts +10 -0
  531. package/dist/esm/DataTables/DataTableSelectionChangeEvent.d.ts.map +1 -1
  532. package/dist/esm/DataTables/DataTableSelectionChangeEvent.js +2 -0
  533. package/dist/esm/DataTables/DataTableSelectionChangeEvent.js.map +1 -1
  534. package/dist/esm/DataTables/TablePaginator.d.ts +38 -2
  535. package/dist/esm/DataTables/TablePaginator.js +11 -26
  536. package/dist/esm/DataTables/TablePaginator.js.map +1 -1
  537. package/dist/esm/DataTables/TablePaginatorImplementation.d.ts +8 -0
  538. package/dist/esm/DataTables/TablePaginatorImplementation.js +35 -0
  539. package/dist/esm/DataTables/TablePaginatorImplementation.js.map +1 -0
  540. package/dist/esm/DataTables/index.d.ts +9 -9
  541. package/dist/esm/DataTables/index.js +2 -4
  542. package/dist/esm/DataTables/index.js.map +1 -1
  543. package/dist/esm/DataTables/paginatorRange.d.ts +9 -0
  544. package/dist/esm/DataTables/paginatorRange.d.ts.map +1 -1
  545. package/dist/esm/DataTables/paginatorRange.js +0 -11
  546. package/dist/esm/DataTables/paginatorRange.js.map +1 -1
  547. package/dist/esm/DataTables/selectionKeys.d.ts +4 -1
  548. package/dist/esm/DataTables/selectionKeys.d.ts.map +1 -1
  549. package/dist/esm/DataTables/selectionKeys.js +7 -23
  550. package/dist/esm/DataTables/selectionKeys.js.map +1 -1
  551. package/dist/esm/Dialogs/BusyIndicatorDialog.d.ts +50 -0
  552. package/dist/esm/Dialogs/BusyIndicatorDialog.d.ts.map +1 -1
  553. package/dist/esm/Dialogs/BusyIndicatorDialog.js +1 -51
  554. package/dist/esm/Dialogs/BusyIndicatorDialog.js.map +1 -1
  555. package/dist/esm/Dialogs/ConfirmationDialog.d.ts +25 -0
  556. package/dist/esm/Dialogs/ConfirmationDialog.d.ts.map +1 -1
  557. package/dist/esm/Dialogs/ConfirmationDialog.js +1 -1
  558. package/dist/esm/Dialogs/ConfirmationDialog.js.map +1 -1
  559. package/dist/esm/Dialogs/Dialog.d.ts +72 -8
  560. package/dist/esm/Dialogs/Dialog.js +11 -216
  561. package/dist/esm/Dialogs/Dialog.js.map +1 -1
  562. package/dist/esm/Dialogs/DialogImplementation.d.ts +6 -0
  563. package/dist/esm/Dialogs/DialogImplementation.js +122 -0
  564. package/dist/esm/Dialogs/DialogImplementation.js.map +1 -0
  565. package/dist/esm/Dialogs/DialogInitialFocus.d.ts +38 -0
  566. package/dist/esm/Dialogs/DialogInitialFocus.d.ts.map +1 -1
  567. package/dist/esm/Dialogs/DialogInitialFocus.js +0 -40
  568. package/dist/esm/Dialogs/DialogInitialFocus.js.map +1 -1
  569. package/dist/esm/Dialogs/index.d.ts +4 -5
  570. package/dist/esm/Dialogs/index.js +0 -3
  571. package/dist/esm/Dialogs/index.js.map +1 -1
  572. package/dist/esm/Display/Avatar.d.ts +11 -3
  573. package/dist/esm/Display/Avatar.d.ts.map +1 -1
  574. package/dist/esm/Display/Avatar.js +1 -8
  575. package/dist/esm/Display/Avatar.js.map +1 -1
  576. package/dist/esm/Display/Badge.d.ts +13 -4
  577. package/dist/esm/Display/Badge.d.ts.map +1 -1
  578. package/dist/esm/Display/Badge.js +1 -6
  579. package/dist/esm/Display/Badge.js.map +1 -1
  580. package/dist/esm/Display/Chip.d.ts +11 -3
  581. package/dist/esm/Display/Chip.d.ts.map +1 -1
  582. package/dist/esm/Display/Chip.js +1 -6
  583. package/dist/esm/Display/Chip.js.map +1 -1
  584. package/dist/esm/Display/Message.d.ts +13 -5
  585. package/dist/esm/Display/Message.d.ts.map +1 -1
  586. package/dist/esm/Display/Message.js +9 -21
  587. package/dist/esm/Display/Message.js.map +1 -1
  588. package/dist/esm/Display/ProgressBar.d.ts +11 -1
  589. package/dist/esm/Display/ProgressBar.d.ts.map +1 -1
  590. package/dist/esm/Display/ProgressBar.js +12 -8
  591. package/dist/esm/Display/ProgressBar.js.map +1 -1
  592. package/dist/esm/Display/ProgressBarImplementation.d.ts +3 -0
  593. package/dist/esm/Display/ProgressBarImplementation.js +11 -0
  594. package/dist/esm/Display/ProgressBarImplementation.js.map +1 -0
  595. package/dist/esm/Display/ProgressSpinner.d.ts +8 -3
  596. package/dist/esm/Display/ProgressSpinner.d.ts.map +1 -1
  597. package/dist/esm/Display/ProgressSpinner.js +2 -9
  598. package/dist/esm/Display/ProgressSpinner.js.map +1 -1
  599. package/dist/esm/Display/Skeleton.d.ts +8 -1
  600. package/dist/esm/Display/Skeleton.d.ts.map +1 -1
  601. package/dist/esm/Display/Skeleton.js +5 -13
  602. package/dist/esm/Display/Skeleton.js.map +1 -1
  603. package/dist/esm/Display/Tag.d.ts +17 -5
  604. package/dist/esm/Display/Tag.d.ts.map +1 -1
  605. package/dist/esm/Display/Tag.js +3 -8
  606. package/dist/esm/Display/Tag.js.map +1 -1
  607. package/dist/esm/Display/index.d.ts +8 -9
  608. package/dist/esm/Display/index.js +0 -3
  609. package/dist/esm/Display/index.js.map +1 -1
  610. package/dist/esm/Dropdown/Dropdown.d.ts +88 -12
  611. package/dist/esm/Dropdown/Dropdown.js +11 -33
  612. package/dist/esm/Dropdown/Dropdown.js.map +1 -1
  613. package/dist/esm/Dropdown/DropdownImplementation.d.ts +7 -0
  614. package/dist/esm/Dropdown/DropdownImplementation.js +156 -0
  615. package/dist/esm/Dropdown/DropdownImplementation.js.map +1 -0
  616. package/dist/esm/Dropdown/index.d.ts +1 -2
  617. package/dist/esm/Dropdown/index.js +0 -3
  618. package/dist/esm/Dropdown/index.js.map +1 -1
  619. package/dist/esm/Filter/FilterEditor.d.ts +28 -2
  620. package/dist/esm/Filter/FilterEditor.js +0 -20
  621. package/dist/esm/Filter/FilterEditor.js.map +1 -1
  622. package/dist/esm/Filter/FilterEditorProps.d.ts +8 -0
  623. package/dist/esm/Filter/FilterEditorProps.js +4 -0
  624. package/dist/esm/Filter/FilterEditorProps.js.map +1 -0
  625. package/dist/esm/Filter/FilterPanel.d.ts +46 -3
  626. package/dist/esm/Filter/FilterPanel.js +63 -33
  627. package/dist/esm/Filter/FilterPanel.js.map +1 -1
  628. package/dist/esm/Filter/RangeHistogramFilter.d.ts +61 -4
  629. package/dist/esm/Filter/RangeHistogramFilter.js +49 -8
  630. package/dist/esm/Filter/RangeHistogramFilter.js.map +1 -1
  631. package/dist/esm/Filter/index.d.ts +11 -12
  632. package/dist/esm/Filter/index.js +1 -4
  633. package/dist/esm/Filter/index.js.map +1 -1
  634. package/dist/esm/Filter/types.d.ts +32 -4
  635. package/dist/esm/Filter/types.d.ts.map +1 -1
  636. package/dist/esm/Filter/types.js +2 -0
  637. package/dist/esm/Filter/types.js.map +1 -1
  638. package/dist/esm/Filter/useFilterState.d.ts +25 -2
  639. package/dist/esm/Filter/useFilterState.js +1 -13
  640. package/dist/esm/Filter/useFilterState.js.map +1 -1
  641. package/dist/esm/Filter/utils.d.ts +39 -2
  642. package/dist/esm/Filter/utils.js +34 -12
  643. package/dist/esm/Filter/utils.js.map +1 -1
  644. package/dist/esm/Notifications/Toaster.d.ts +30 -6
  645. package/dist/esm/Notifications/Toaster.d.ts.map +1 -1
  646. package/dist/esm/Notifications/Toaster.js +42 -42
  647. package/dist/esm/Notifications/Toaster.js.map +1 -1
  648. package/dist/esm/Notifications/index.d.ts +3 -4
  649. package/dist/esm/Notifications/index.js +1 -4
  650. package/dist/esm/Notifications/index.js.map +1 -1
  651. package/dist/esm/Notifications/toast.d.ts +102 -0
  652. package/dist/esm/Notifications/toast.d.ts.map +1 -1
  653. package/dist/esm/Notifications/toast.js +73 -67
  654. package/dist/esm/Notifications/toast.js.map +1 -1
  655. package/dist/esm/Notifications/toastCommandResult.d.ts +33 -0
  656. package/dist/esm/Notifications/toastCommandResult.d.ts.map +1 -1
  657. package/dist/esm/Notifications/toastCommandResult.js +0 -28
  658. package/dist/esm/Notifications/toastCommandResult.js.map +1 -1
  659. package/dist/esm/ObjectContentEditor/ObjectContentEditor.d.ts +45 -4
  660. package/dist/esm/ObjectContentEditor/ObjectContentEditor.js +96 -47
  661. package/dist/esm/ObjectContentEditor/ObjectContentEditor.js.map +1 -1
  662. package/dist/esm/ObjectContentEditor/index.d.ts +1 -2
  663. package/dist/esm/ObjectContentEditor/index.js +0 -3
  664. package/dist/esm/ObjectContentEditor/index.js.map +1 -1
  665. package/dist/esm/ObjectContentEditor/objectHelpers.d.ts +5 -2
  666. package/dist/esm/ObjectContentEditor/objectHelpers.js +0 -6
  667. package/dist/esm/ObjectContentEditor/objectHelpers.js.map +1 -1
  668. package/dist/esm/ObjectNavigationalBar/ObjectNavigationalBar.d.ts +23 -1
  669. package/dist/esm/ObjectNavigationalBar/ObjectNavigationalBar.d.ts.map +1 -1
  670. package/dist/esm/ObjectNavigationalBar/ObjectNavigationalBar.js +18 -14
  671. package/dist/esm/ObjectNavigationalBar/ObjectNavigationalBar.js.map +1 -1
  672. package/dist/esm/ObjectNavigationalBar/breadcrumbHelpers.d.ts +4 -0
  673. package/dist/esm/ObjectNavigationalBar/breadcrumbHelpers.d.ts.map +1 -1
  674. package/dist/esm/ObjectNavigationalBar/breadcrumbHelpers.js +0 -6
  675. package/dist/esm/ObjectNavigationalBar/breadcrumbHelpers.js.map +1 -1
  676. package/dist/esm/ObjectNavigationalBar/index.d.ts +1 -2
  677. package/dist/esm/ObjectNavigationalBar/index.js +0 -3
  678. package/dist/esm/ObjectNavigationalBar/index.js.map +1 -1
  679. package/dist/esm/PatrickHand-OFL.txt +93 -0
  680. package/dist/esm/PivotViewer/PivotViewer.d.ts +21 -3
  681. package/dist/esm/PivotViewer/PivotViewer.js +74 -104
  682. package/dist/esm/PivotViewer/PivotViewer.js.map +1 -1
  683. package/dist/esm/PivotViewer/components/AxisLabels.d.ts +1 -2
  684. package/dist/esm/PivotViewer/components/AxisLabels.js +1 -5
  685. package/dist/esm/PivotViewer/components/AxisLabels.js.map +1 -1
  686. package/dist/esm/PivotViewer/components/DetailPanel.d.ts +1 -0
  687. package/dist/esm/PivotViewer/components/DetailPanel.d.ts.map +1 -1
  688. package/dist/esm/PivotViewer/components/FilterPanel.d.ts +2 -3
  689. package/dist/esm/PivotViewer/components/FilterPanel.js +0 -1
  690. package/dist/esm/PivotViewer/components/FilterPanel.js.map +1 -1
  691. package/dist/esm/PivotViewer/components/FilterPanelContainer.d.ts +1 -2
  692. package/dist/esm/PivotViewer/components/PivotCanvas.d.ts +22 -4
  693. package/dist/esm/PivotViewer/components/PivotCanvas.js +70 -168
  694. package/dist/esm/PivotViewer/components/PivotCanvas.js.map +1 -1
  695. package/dist/esm/PivotViewer/components/PivotViewerMain.d.ts +7 -5
  696. package/dist/esm/PivotViewer/components/PivotViewerMain.js +2 -6
  697. package/dist/esm/PivotViewer/components/PivotViewerMain.js.map +1 -1
  698. package/dist/esm/PivotViewer/components/RangeHistogramFilter.d.ts +3 -3
  699. package/dist/esm/PivotViewer/components/RangeHistogramFilter.js +11 -6
  700. package/dist/esm/PivotViewer/components/RangeHistogramFilter.js.map +1 -1
  701. package/dist/esm/PivotViewer/components/Spinner.js +0 -2
  702. package/dist/esm/PivotViewer/components/Spinner.js.map +1 -1
  703. package/dist/esm/PivotViewer/components/Toolbar.d.ts +4 -3
  704. package/dist/esm/PivotViewer/components/Toolbar.js +2 -2
  705. package/dist/esm/PivotViewer/components/Toolbar.js.map +1 -1
  706. package/dist/esm/PivotViewer/components/ToolbarContainer.d.ts +1 -2
  707. package/dist/esm/PivotViewer/components/index.d.ts +8 -9
  708. package/dist/esm/PivotViewer/components/index.js +9 -8
  709. package/dist/esm/PivotViewer/components/pivot/animation.d.ts +1 -2
  710. package/dist/esm/PivotViewer/components/pivot/animation.js +1 -8
  711. package/dist/esm/PivotViewer/components/pivot/animation.js.map +1 -1
  712. package/dist/esm/PivotViewer/components/pivot/colorResolver.d.ts +18 -4
  713. package/dist/esm/PivotViewer/components/pivot/colorResolver.js +143 -37
  714. package/dist/esm/PivotViewer/components/pivot/colorResolver.js.map +1 -1
  715. package/dist/esm/PivotViewer/components/pivot/constants.d.ts +12 -6
  716. package/dist/esm/PivotViewer/components/pivot/constants.d.ts.map +1 -1
  717. package/dist/esm/PivotViewer/components/pivot/constants.js +7 -10
  718. package/dist/esm/PivotViewer/components/pivot/constants.js.map +1 -1
  719. package/dist/esm/PivotViewer/components/pivot/ellipsize.d.ts +33 -0
  720. package/dist/esm/PivotViewer/components/pivot/ellipsize.d.ts.map +1 -0
  721. package/dist/esm/PivotViewer/components/pivot/ellipsize.js +30 -0
  722. package/dist/esm/PivotViewer/components/pivot/ellipsize.js.map +1 -0
  723. package/dist/esm/PivotViewer/components/pivot/groups.d.ts +2 -3
  724. package/dist/esm/PivotViewer/components/pivot/groups.js +5 -20
  725. package/dist/esm/PivotViewer/components/pivot/groups.js.map +1 -1
  726. package/dist/esm/PivotViewer/components/pivot/sprites.d.ts +3 -2
  727. package/dist/esm/PivotViewer/components/pivot/sprites.js +104 -74
  728. package/dist/esm/PivotViewer/components/pivot/sprites.js.map +1 -1
  729. package/dist/esm/PivotViewer/components/pivot/visibility.d.ts +2 -3
  730. package/dist/esm/PivotViewer/components/pivot/visibility.js +3 -102
  731. package/dist/esm/PivotViewer/components/pivot/visibility.js.map +1 -1
  732. package/dist/esm/PivotViewer/constants.js +0 -2
  733. package/dist/esm/PivotViewer/constants.js.map +1 -1
  734. package/dist/esm/PivotViewer/engine/layout.d.ts +1 -2
  735. package/dist/esm/PivotViewer/engine/layout.js +0 -23
  736. package/dist/esm/PivotViewer/engine/layout.js.map +1 -1
  737. package/dist/esm/PivotViewer/engine/pivot.worker.d.ts.map +1 -1
  738. package/dist/esm/PivotViewer/engine/pivot.worker.js +9 -2
  739. package/dist/esm/PivotViewer/engine/requestCorrelator.d.ts +24 -0
  740. package/dist/esm/PivotViewer/engine/requestCorrelator.d.ts.map +1 -0
  741. package/dist/esm/PivotViewer/engine/requestCorrelator.js +23 -0
  742. package/dist/esm/PivotViewer/engine/requestCorrelator.js.map +1 -0
  743. package/dist/esm/PivotViewer/engine/store.d.ts +22 -2
  744. package/dist/esm/PivotViewer/engine/store.js +31 -41
  745. package/dist/esm/PivotViewer/engine/store.js.map +1 -1
  746. package/dist/esm/PivotViewer/engine/types.d.ts +87 -0
  747. package/dist/esm/PivotViewer/engine/types.d.ts.map +1 -1
  748. package/dist/esm/PivotViewer/engine/types.js +2 -0
  749. package/dist/esm/PivotViewer/engine/types.js.map +1 -1
  750. package/dist/esm/PivotViewer/hooks/index.d.ts +18 -18
  751. package/dist/esm/PivotViewer/hooks/index.js +20 -18
  752. package/dist/esm/PivotViewer/hooks/useAnimationModeTracking.d.ts +3 -0
  753. package/dist/esm/PivotViewer/hooks/useAnimationModeTracking.d.ts.map +1 -1
  754. package/dist/esm/PivotViewer/hooks/useAnimationModeTracking.js +0 -8
  755. package/dist/esm/PivotViewer/hooks/useAnimationModeTracking.js.map +1 -1
  756. package/dist/esm/PivotViewer/hooks/useCardSelection.d.ts +2 -3
  757. package/dist/esm/PivotViewer/hooks/useCardSelection.js +27 -20
  758. package/dist/esm/PivotViewer/hooks/useCardSelection.js.map +1 -1
  759. package/dist/esm/PivotViewer/hooks/useContainerDimensions.d.ts +7 -0
  760. package/dist/esm/PivotViewer/hooks/useContainerDimensions.d.ts.map +1 -1
  761. package/dist/esm/PivotViewer/hooks/useContainerDimensions.js +0 -11
  762. package/dist/esm/PivotViewer/hooks/useContainerDimensions.js.map +1 -1
  763. package/dist/esm/PivotViewer/hooks/useCurrentFilters.d.ts +8 -4
  764. package/dist/esm/PivotViewer/hooks/useCurrentFilters.js +2 -10
  765. package/dist/esm/PivotViewer/hooks/useCurrentFilters.js.map +1 -1
  766. package/dist/esm/PivotViewer/hooks/useDetailPanelClose.d.ts +2 -3
  767. package/dist/esm/PivotViewer/hooks/useDetailPanelClose.js +19 -16
  768. package/dist/esm/PivotViewer/hooks/useDetailPanelClose.js.map +1 -1
  769. package/dist/esm/PivotViewer/hooks/useDimensionState.d.ts +1 -2
  770. package/dist/esm/PivotViewer/hooks/useDimensionState.js +0 -2
  771. package/dist/esm/PivotViewer/hooks/useDimensionState.js.map +1 -1
  772. package/dist/esm/PivotViewer/hooks/useFieldExtractors.d.ts +2 -3
  773. package/dist/esm/PivotViewer/hooks/useFieldExtractors.js +0 -2
  774. package/dist/esm/PivotViewer/hooks/useFieldExtractors.js.map +1 -1
  775. package/dist/esm/PivotViewer/hooks/useFilterOptions.d.ts +2 -3
  776. package/dist/esm/PivotViewer/hooks/useFilterOptions.js +0 -2
  777. package/dist/esm/PivotViewer/hooks/useFilterOptions.js.map +1 -1
  778. package/dist/esm/PivotViewer/hooks/useFilterPanelDrag.js +2 -0
  779. package/dist/esm/PivotViewer/hooks/useFilterPanelDrag.js.map +1 -1
  780. package/dist/esm/PivotViewer/hooks/useFilterState.d.ts +4 -2
  781. package/dist/esm/PivotViewer/hooks/useFilterState.js +0 -5
  782. package/dist/esm/PivotViewer/hooks/useFilterState.js.map +1 -1
  783. package/dist/esm/PivotViewer/hooks/useFilteredData.d.ts +2 -3
  784. package/dist/esm/PivotViewer/hooks/useFilteredData.js +11 -3
  785. package/dist/esm/PivotViewer/hooks/usePanning.js +0 -14
  786. package/dist/esm/PivotViewer/hooks/usePanning.js.map +1 -1
  787. package/dist/esm/PivotViewer/hooks/usePivotEngine.d.ts +1 -2
  788. package/dist/esm/PivotViewer/hooks/usePivotEngine.js +16 -29
  789. package/dist/esm/PivotViewer/hooks/usePivotEngine.js.map +1 -1
  790. package/dist/esm/PivotViewer/hooks/useScrollSync.d.ts +4 -2
  791. package/dist/esm/PivotViewer/hooks/useScrollSync.js +0 -6
  792. package/dist/esm/PivotViewer/hooks/useScrollSync.js.map +1 -1
  793. package/dist/esm/PivotViewer/hooks/useSelectedItem.js +3 -2
  794. package/dist/esm/PivotViewer/hooks/useViewModeScrollHandling.d.ts +5 -3
  795. package/dist/esm/PivotViewer/hooks/useViewModeScrollHandling.js +13 -14
  796. package/dist/esm/PivotViewer/hooks/useViewModeScrollHandling.js.map +1 -1
  797. package/dist/esm/PivotViewer/hooks/useWheelZoom.d.ts.map +1 -1
  798. package/dist/esm/PivotViewer/hooks/useWheelZoom.js +11 -11
  799. package/dist/esm/PivotViewer/hooks/useWheelZoom.js.map +1 -1
  800. package/dist/esm/PivotViewer/hooks/useZoomScrollAnchor.d.ts +27 -0
  801. package/dist/esm/PivotViewer/hooks/useZoomScrollAnchor.d.ts.map +1 -0
  802. package/dist/esm/PivotViewer/hooks/useZoomScrollAnchor.js +54 -0
  803. package/dist/esm/PivotViewer/hooks/useZoomScrollAnchor.js.map +1 -0
  804. package/dist/esm/PivotViewer/hooks/useZoomState.js +0 -2
  805. package/dist/esm/PivotViewer/hooks/useZoomState.js.map +1 -1
  806. package/dist/esm/PivotViewer/index.d.ts +3 -5
  807. package/dist/esm/PivotViewer/index.js +1 -4
  808. package/dist/esm/PivotViewer/index.js.map +1 -1
  809. package/dist/esm/PivotViewer/types.d.ts +97 -19
  810. package/dist/esm/PivotViewer/types.js +5 -13
  811. package/dist/esm/PivotViewer/types.js.map +1 -1
  812. package/dist/esm/PivotViewer/utils/animations.d.ts +9 -0
  813. package/dist/esm/PivotViewer/utils/animations.d.ts.map +1 -1
  814. package/dist/esm/PivotViewer/utils/animations.js +2 -35
  815. package/dist/esm/PivotViewer/utils/animations.js.map +1 -1
  816. package/dist/esm/PivotViewer/utils/cardPosition.d.ts +14 -5
  817. package/dist/esm/PivotViewer/utils/cardPosition.js +3 -21
  818. package/dist/esm/PivotViewer/utils/cardPosition.js.map +1 -1
  819. package/dist/esm/PivotViewer/utils/constants.js +0 -3
  820. package/dist/esm/PivotViewer/utils/constants.js.map +1 -1
  821. package/dist/esm/PivotViewer/utils/idResolution.d.ts +22 -2
  822. package/dist/esm/PivotViewer/utils/idResolution.js +29 -17
  823. package/dist/esm/PivotViewer/utils/idResolution.js.map +1 -1
  824. package/dist/esm/PivotViewer/utils/index.d.ts +5 -6
  825. package/dist/esm/PivotViewer/utils/index.js +7 -6
  826. package/dist/esm/PivotViewer/utils/search.d.ts +11 -0
  827. package/dist/esm/PivotViewer/utils/search.js +30 -0
  828. package/dist/esm/PivotViewer/utils/search.js.map +1 -0
  829. package/dist/esm/PivotViewer/utils/selection.d.ts +7 -2
  830. package/dist/esm/PivotViewer/utils/selection.js +0 -25
  831. package/dist/esm/PivotViewer/utils/selection.js.map +1 -1
  832. package/dist/esm/PivotViewer/utils/utils.d.ts +11 -2
  833. package/dist/esm/PivotViewer/utils/utils.js +0 -5
  834. package/dist/esm/PivotViewer/utils/utils.js.map +1 -1
  835. package/dist/esm/SchemaEditor/NameCell.d.ts +4 -3
  836. package/dist/esm/SchemaEditor/NameCell.js +14 -5
  837. package/dist/esm/SchemaEditor/NameCell.js.map +1 -1
  838. package/dist/esm/SchemaEditor/SchemaEditor.d.ts +68 -5
  839. package/dist/esm/SchemaEditor/SchemaEditor.js +226 -74
  840. package/dist/esm/SchemaEditor/SchemaEditor.js.map +1 -1
  841. package/dist/esm/SchemaEditor/TypeCell.d.ts +5 -5
  842. package/dist/esm/SchemaEditor/TypeCell.js +36 -18
  843. package/dist/esm/SchemaEditor/TypeCell.js.map +1 -1
  844. package/dist/esm/SchemaEditor/index.d.ts +3 -4
  845. package/dist/esm/SchemaEditor/index.js +0 -3
  846. package/dist/esm/SchemaEditor/index.js.map +1 -1
  847. package/dist/esm/SchemaEditor/schemaHelpers.d.ts +7 -2
  848. package/dist/esm/SchemaEditor/schemaHelpers.js +5 -9
  849. package/dist/esm/SchemaEditor/schemaHelpers.js.map +1 -1
  850. package/dist/esm/TimeMachine/EventsView.d.ts +35 -10
  851. package/dist/esm/TimeMachine/EventsView.js +23 -41
  852. package/dist/esm/TimeMachine/EventsView.js.map +1 -1
  853. package/dist/esm/TimeMachine/Properties.d.ts +7 -0
  854. package/dist/esm/TimeMachine/Properties.d.ts.map +1 -1
  855. package/dist/esm/TimeMachine/Properties.js +11 -8
  856. package/dist/esm/TimeMachine/Properties.js.map +1 -1
  857. package/dist/esm/TimeMachine/ReadModelView.d.ts +29 -4
  858. package/dist/esm/TimeMachine/ReadModelView.js +3 -12
  859. package/dist/esm/TimeMachine/ReadModelView.js.map +1 -1
  860. package/dist/esm/TimeMachine/TimeMachine.d.ts +22 -7
  861. package/dist/esm/TimeMachine/TimeMachine.js +23 -23
  862. package/dist/esm/TimeMachine/TimeMachine.js.map +1 -1
  863. package/dist/esm/TimeMachine/TimeMachineLabels.d.ts +15 -0
  864. package/dist/esm/TimeMachine/TimeMachineLabels.d.ts.map +1 -1
  865. package/dist/esm/TimeMachine/TimeMachineLabels.js +0 -3
  866. package/dist/esm/TimeMachine/TimeMachineLabels.js.map +1 -1
  867. package/dist/esm/TimeMachine/index.d.ts +9 -8
  868. package/dist/esm/TimeMachine/index.js +0 -3
  869. package/dist/esm/TimeMachine/index.js.map +1 -1
  870. package/dist/esm/TimeMachine/propertiesHelpers.d.ts +3 -0
  871. package/dist/esm/TimeMachine/propertiesHelpers.d.ts.map +1 -1
  872. package/dist/esm/TimeMachine/propertiesHelpers.js +0 -5
  873. package/dist/esm/TimeMachine/propertiesHelpers.js.map +1 -1
  874. package/dist/esm/TimeMachine/types.d.ts +24 -0
  875. package/dist/esm/TimeMachine/types.d.ts.map +1 -1
  876. package/dist/esm/TimeMachine/types.js +2 -0
  877. package/dist/esm/TimeMachine/types.js.map +1 -1
  878. package/dist/esm/Toolbar/Toolbar.d.ts +32 -2
  879. package/dist/esm/Toolbar/Toolbar.d.ts.map +1 -1
  880. package/dist/esm/Toolbar/Toolbar.js +20 -6
  881. package/dist/esm/Toolbar/Toolbar.js.map +1 -1
  882. package/dist/esm/Toolbar/ToolbarButton.d.ts +41 -4
  883. package/dist/esm/Toolbar/ToolbarButton.js +7 -14
  884. package/dist/esm/Toolbar/ToolbarButton.js.map +1 -1
  885. package/dist/esm/Toolbar/ToolbarContext.d.ts +16 -0
  886. package/dist/esm/Toolbar/ToolbarContext.d.ts.map +1 -1
  887. package/dist/esm/Toolbar/ToolbarContext.js +0 -8
  888. package/dist/esm/Toolbar/ToolbarContext.js.map +1 -1
  889. package/dist/esm/Toolbar/ToolbarDragContext.d.ts +16 -0
  890. package/dist/esm/Toolbar/ToolbarDragContext.d.ts.map +1 -1
  891. package/dist/esm/Toolbar/ToolbarDragContext.js +0 -12
  892. package/dist/esm/Toolbar/ToolbarDragContext.js.map +1 -1
  893. package/dist/esm/Toolbar/ToolbarFanOutItem.d.ts +33 -5
  894. package/dist/esm/Toolbar/ToolbarFanOutItem.js +23 -21
  895. package/dist/esm/Toolbar/ToolbarFanOutItem.js.map +1 -1
  896. package/dist/esm/Toolbar/ToolbarFolder.d.ts +40 -6
  897. package/dist/esm/Toolbar/ToolbarFolder.js +29 -17
  898. package/dist/esm/Toolbar/ToolbarFolder.js.map +1 -1
  899. package/dist/esm/Toolbar/ToolbarFolderContext.d.ts +9 -0
  900. package/dist/esm/Toolbar/ToolbarFolderContext.d.ts.map +1 -1
  901. package/dist/esm/Toolbar/ToolbarFolderContext.js +0 -10
  902. package/dist/esm/Toolbar/ToolbarFolderContext.js.map +1 -1
  903. package/dist/esm/Toolbar/ToolbarGroup.d.ts +41 -2
  904. package/dist/esm/Toolbar/ToolbarGroup.d.ts.map +1 -1
  905. package/dist/esm/Toolbar/ToolbarGroup.js +7 -49
  906. package/dist/esm/Toolbar/ToolbarGroup.js.map +1 -1
  907. package/dist/esm/Toolbar/ToolbarItemVisibilityContext.d.ts +3 -0
  908. package/dist/esm/Toolbar/ToolbarItemVisibilityContext.d.ts.map +1 -0
  909. package/dist/esm/Toolbar/ToolbarItemVisibilityContext.js +8 -0
  910. package/dist/esm/Toolbar/ToolbarItemVisibilityContext.js.map +1 -0
  911. package/dist/esm/Toolbar/ToolbarLayout.d.ts +71 -2
  912. package/dist/esm/Toolbar/ToolbarLayout.d.ts.map +1 -1
  913. package/dist/esm/Toolbar/ToolbarLayout.js +8 -66
  914. package/dist/esm/Toolbar/ToolbarLayout.js.map +1 -1
  915. package/dist/esm/Toolbar/ToolbarSection.d.ts +30 -2
  916. package/dist/esm/Toolbar/ToolbarSection.d.ts.map +1 -1
  917. package/dist/esm/Toolbar/ToolbarSection.js +6 -33
  918. package/dist/esm/Toolbar/ToolbarSection.js.map +1 -1
  919. package/dist/esm/Toolbar/ToolbarSeparator.d.ts +17 -1
  920. package/dist/esm/Toolbar/ToolbarSeparator.d.ts.map +1 -1
  921. package/dist/esm/Toolbar/ToolbarSeparator.js +1 -7
  922. package/dist/esm/Toolbar/ToolbarSeparator.js.map +1 -1
  923. package/dist/esm/Toolbar/ToolbarSlot.d.ts +46 -0
  924. package/dist/esm/Toolbar/ToolbarSlot.d.ts.map +1 -1
  925. package/dist/esm/Toolbar/ToolbarSlot.js +1 -46
  926. package/dist/esm/Toolbar/ToolbarSlot.js.map +1 -1
  927. package/dist/esm/Toolbar/index.d.ts +21 -22
  928. package/dist/esm/Toolbar/index.js +0 -3
  929. package/dist/esm/Toolbar/index.js.map +1 -1
  930. package/dist/esm/index.d.ts +18 -25
  931. package/dist/esm/index.js +3 -45
  932. package/dist/esm/index.js.map +1 -1
  933. package/dist/esm/renderer/RendererContext.d.ts +50 -0
  934. package/dist/esm/renderer/RendererContext.js +128 -0
  935. package/dist/esm/renderer/RendererContext.js.map +1 -0
  936. package/dist/esm/renderer/RendererScope.d.ts +19 -0
  937. package/dist/esm/renderer/RendererScope.js +54 -0
  938. package/dist/esm/renderer/RendererScope.js.map +1 -0
  939. package/dist/esm/renderer/builtin/index.d.ts +12 -0
  940. package/dist/esm/renderer/builtin/index.d.ts.map +1 -0
  941. package/dist/esm/renderer/builtin/index.js +47 -0
  942. package/dist/esm/renderer/builtin/index.js.map +1 -0
  943. package/dist/esm/renderer/capabilities.d.ts +8 -0
  944. package/dist/esm/renderer/capabilities.d.ts.map +1 -0
  945. package/dist/esm/renderer/capabilities.js +4 -0
  946. package/dist/esm/renderer/capabilities.js.map +1 -0
  947. package/dist/esm/renderer/coreSlots.d.ts +80 -0
  948. package/dist/esm/renderer/coreSlots.js +35 -0
  949. package/dist/esm/renderer/coreSlots.js.map +1 -0
  950. package/dist/esm/renderer/errors.d.ts +58 -0
  951. package/dist/esm/renderer/errors.js +24 -0
  952. package/dist/esm/renderer/errors.js.map +1 -0
  953. package/dist/esm/renderer/index.d.ts +60 -0
  954. package/dist/esm/renderer/index.js +7 -0
  955. package/dist/esm/{Styled → renderer}/index.js.map +1 -1
  956. package/dist/esm/renderer/manifest.d.ts +97 -0
  957. package/dist/esm/renderer/manifest.js +36 -0
  958. package/dist/esm/renderer/manifest.js.map +1 -0
  959. package/dist/esm/renderer/overlayEnvironment.d.ts +23 -0
  960. package/dist/esm/renderer/overlayEnvironment.d.ts.map +1 -0
  961. package/dist/esm/renderer/overlayEnvironment.js +6 -0
  962. package/dist/esm/renderer/overlayEnvironment.js.map +1 -0
  963. package/dist/esm/renderer/presentation.d.ts +93 -0
  964. package/dist/esm/renderer/presentation.js +119 -0
  965. package/dist/esm/renderer/presentation.js.map +1 -0
  966. package/dist/esm/renderer/renderSlot.d.ts +8 -0
  967. package/dist/esm/renderer/renderSlot.d.ts.map +1 -0
  968. package/dist/esm/renderer/renderSlot.js +12 -0
  969. package/dist/esm/renderer/renderSlot.js.map +1 -0
  970. package/dist/esm/renderer/resolve.d.ts +37 -0
  971. package/dist/esm/renderer/resolve.js +123 -0
  972. package/dist/esm/renderer/resolve.js.map +1 -0
  973. package/dist/esm/renderer/slots.d.ts +52 -0
  974. package/dist/esm/renderer/slots.d.ts.map +1 -0
  975. package/dist/esm/renderer/slots.js +4 -0
  976. package/dist/esm/renderer/slots.js.map +1 -0
  977. package/dist/esm/schemas/ui-adapter.schema.d.ts +7 -0
  978. package/dist/esm/schemas/ui-adapter.schema.json +210 -0
  979. package/dist/esm/styles.css +5046 -3820
  980. package/dist/esm/theme.css +172 -434
  981. package/dist/esm/tokens.css +55 -97
  982. package/dist/esm/types/ChangeHandler.d.ts +13 -0
  983. package/dist/esm/types/ChangeHandler.js +4 -0
  984. package/dist/esm/types/ChangeHandler.js.map +1 -0
  985. package/dist/esm/types/ChangeMeta.d.ts +26 -0
  986. package/dist/esm/types/ChangeMeta.d.ts.map +1 -0
  987. package/dist/esm/types/ChangeMeta.js +4 -0
  988. package/dist/esm/types/ChangeMeta.js.map +1 -0
  989. package/dist/esm/types/ExactPartKeys.d.ts +6 -0
  990. package/dist/esm/types/ExactPartKeys.d.ts.map +1 -0
  991. package/dist/esm/types/ExactPartKeys.js +4 -0
  992. package/dist/esm/types/ExactPartKeys.js.map +1 -0
  993. package/dist/esm/types/JsonSchema.d.ts +40 -1
  994. package/dist/esm/types/JsonSchema.d.ts.map +1 -1
  995. package/dist/esm/types/JsonSchema.js +2 -0
  996. package/dist/esm/types/JsonSchema.js.map +1 -1
  997. package/dist/esm/types/TypeFormat.d.ts +11 -0
  998. package/dist/esm/types/TypeFormat.d.ts.map +1 -1
  999. package/dist/esm/types/TypeFormat.js +0 -2
  1000. package/dist/esm/types/TypeFormat.js.map +1 -1
  1001. package/dist/esm/types/index.d.ts +5 -3
  1002. package/dist/esm/types/index.js +1 -3
  1003. package/dist/esm/types/index.js.map +1 -1
  1004. package/dist/esm/types/parts.d.ts +467 -0
  1005. package/dist/esm/types/parts.d.ts.map +1 -0
  1006. package/dist/esm/types/parts.js +453 -0
  1007. package/dist/esm/types/parts.js.map +1 -0
  1008. package/package.json +125 -46
  1009. package/dist/esm/Canvas/Canvas.d.ts.map +0 -1
  1010. package/dist/esm/Canvas/CanvasControls.d.ts.map +0 -1
  1011. package/dist/esm/Canvas/glassAttributes.d.ts +0 -4
  1012. package/dist/esm/Canvas/glassAttributes.d.ts.map +0 -1
  1013. package/dist/esm/Canvas/glassAttributes.js +0 -25
  1014. package/dist/esm/Canvas/glassAttributes.js.map +0 -1
  1015. package/dist/esm/Canvas/index.d.ts.map +0 -1
  1016. package/dist/esm/Canvas/messaging/useOptionalMessenger.d.ts +0 -3
  1017. package/dist/esm/Canvas/messaging/useOptionalMessenger.d.ts.map +0 -1
  1018. package/dist/esm/Canvas/messaging/useOptionalMessenger.js.map +0 -1
  1019. package/dist/esm/Canvas/shapes/ChatBubble/AnchoredOverlay.d.ts +0 -13
  1020. package/dist/esm/Canvas/shapes/ChatBubble/AnchoredOverlay.d.ts.map +0 -1
  1021. package/dist/esm/Canvas/shapes/ChatBubble/AnchoredOverlay.js.map +0 -1
  1022. package/dist/esm/Canvas/shapes/ChatBubble/Avatar/PersonAvatarCircle.d.ts +0 -20
  1023. package/dist/esm/Canvas/shapes/ChatBubble/Avatar/PersonAvatarCircle.d.ts.map +0 -1
  1024. package/dist/esm/Canvas/shapes/ChatBubble/Avatar/PersonAvatarCircle.js +0 -27
  1025. package/dist/esm/Canvas/shapes/ChatBubble/Avatar/PersonAvatarCircle.js.map +0 -1
  1026. package/dist/esm/Canvas/shapes/ChatBubble/Avatar/getAvatarColor.d.ts +0 -2
  1027. package/dist/esm/Canvas/shapes/ChatBubble/Avatar/getAvatarColor.d.ts.map +0 -1
  1028. package/dist/esm/Canvas/shapes/ChatBubble/Avatar/getAvatarColor.js +0 -20
  1029. package/dist/esm/Canvas/shapes/ChatBubble/Avatar/getAvatarColor.js.map +0 -1
  1030. package/dist/esm/Canvas/shapes/ChatBubble/Avatar/getInitials.d.ts +0 -2
  1031. package/dist/esm/Canvas/shapes/ChatBubble/Avatar/getInitials.d.ts.map +0 -1
  1032. package/dist/esm/Canvas/shapes/ChatBubble/Avatar/getInitials.js +0 -11
  1033. package/dist/esm/Canvas/shapes/ChatBubble/Avatar/getInitials.js.map +0 -1
  1034. package/dist/esm/Canvas/shapes/ChatBubble/Avatar/index.d.ts +0 -5
  1035. package/dist/esm/Canvas/shapes/ChatBubble/Avatar/index.d.ts.map +0 -1
  1036. package/dist/esm/Canvas/shapes/ChatBubble/Avatar/index.js +0 -4
  1037. package/dist/esm/Canvas/shapes/ChatBubble/Avatar/index.js.map +0 -1
  1038. package/dist/esm/Canvas/shapes/ChatBubble/Chat.d.ts +0 -43
  1039. package/dist/esm/Canvas/shapes/ChatBubble/Chat.d.ts.map +0 -1
  1040. package/dist/esm/Canvas/shapes/ChatBubble/Chat.js.map +0 -1
  1041. package/dist/esm/Canvas/shapes/ChatBubble/ChatAuthorKind.d.ts +0 -5
  1042. package/dist/esm/Canvas/shapes/ChatBubble/ChatAuthorKind.d.ts.map +0 -1
  1043. package/dist/esm/Canvas/shapes/ChatBubble/ChatAuthorKind.js +0 -14
  1044. package/dist/esm/Canvas/shapes/ChatBubble/ChatAuthorKind.js.map +0 -1
  1045. package/dist/esm/Canvas/shapes/ChatBubble/ChatBubble.d.ts +0 -18
  1046. package/dist/esm/Canvas/shapes/ChatBubble/ChatBubble.d.ts.map +0 -1
  1047. package/dist/esm/Canvas/shapes/ChatBubble/ChatBubble.js.map +0 -1
  1048. package/dist/esm/Canvas/shapes/ChatBubble/ChatComposer.d.ts +0 -24
  1049. package/dist/esm/Canvas/shapes/ChatBubble/ChatComposer.d.ts.map +0 -1
  1050. package/dist/esm/Canvas/shapes/ChatBubble/ChatComposer.js.map +0 -1
  1051. package/dist/esm/Canvas/shapes/ChatBubble/ChatMessage.d.ts +0 -17
  1052. package/dist/esm/Canvas/shapes/ChatBubble/ChatMessage.d.ts.map +0 -1
  1053. package/dist/esm/Canvas/shapes/ChatBubble/ChatMessage.js +0 -2
  1054. package/dist/esm/Canvas/shapes/ChatBubble/ChatMessage.js.map +0 -1
  1055. package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageAdded.d.ts +0 -6
  1056. package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageAdded.d.ts.map +0 -1
  1057. package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageAdded.js +0 -18
  1058. package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageAdded.js.map +0 -1
  1059. package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageBubble.d.ts +0 -25
  1060. package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageBubble.d.ts.map +0 -1
  1061. package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageBubble.js +0 -31
  1062. package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageBubble.js.map +0 -1
  1063. package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageReaction.d.ts +0 -6
  1064. package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageReaction.d.ts.map +0 -1
  1065. package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageReaction.js +0 -2
  1066. package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageReaction.js.map +0 -1
  1067. package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageReactionUser.d.ts +0 -7
  1068. package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageReactionUser.d.ts.map +0 -1
  1069. package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageReactionUser.js +0 -2
  1070. package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageReactionUser.js.map +0 -1
  1071. package/dist/esm/Canvas/shapes/ChatBubble/ChatOwnReaction.d.ts +0 -6
  1072. package/dist/esm/Canvas/shapes/ChatBubble/ChatOwnReaction.d.ts.map +0 -1
  1073. package/dist/esm/Canvas/shapes/ChatBubble/ChatOwnReaction.js +0 -2
  1074. package/dist/esm/Canvas/shapes/ChatBubble/ChatOwnReaction.js.map +0 -1
  1075. package/dist/esm/Canvas/shapes/ChatBubble/ChatTypingAuthor.d.ts +0 -8
  1076. package/dist/esm/Canvas/shapes/ChatBubble/ChatTypingAuthor.d.ts.map +0 -1
  1077. package/dist/esm/Canvas/shapes/ChatBubble/ChatTypingAuthor.js +0 -2
  1078. package/dist/esm/Canvas/shapes/ChatBubble/ChatTypingAuthor.js.map +0 -1
  1079. package/dist/esm/Canvas/shapes/ChatBubble/ChatVariant.d.ts +0 -5
  1080. package/dist/esm/Canvas/shapes/ChatBubble/ChatVariant.d.ts.map +0 -1
  1081. package/dist/esm/Canvas/shapes/ChatBubble/ChatVariant.js +0 -15
  1082. package/dist/esm/Canvas/shapes/ChatBubble/ChatVariant.js.map +0 -1
  1083. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiCategory.d.ts +0 -6
  1084. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiCategory.d.ts.map +0 -1
  1085. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiCategory.js +0 -2
  1086. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiCategory.js.map +0 -1
  1087. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiCategoryKey.d.ts.map +0 -1
  1088. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiCategoryKey.js.map +0 -1
  1089. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiMemory.d.ts +0 -5
  1090. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiMemory.d.ts.map +0 -1
  1091. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiMemory.js +0 -2
  1092. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiMemory.js.map +0 -1
  1093. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiPicker.d.ts +0 -14
  1094. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiPicker.d.ts.map +0 -1
  1095. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiPicker.js.map +0 -1
  1096. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/emojiCatalog.d.ts +0 -3
  1097. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/emojiCatalog.d.ts.map +0 -1
  1098. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/emojiCatalog.js.map +0 -1
  1099. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/index.d.ts +0 -7
  1100. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/index.d.ts.map +0 -1
  1101. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/index.js +0 -7
  1102. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/index.js.map +0 -1
  1103. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/recentEmojis.d.ts +0 -6
  1104. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/recentEmojis.d.ts.map +0 -1
  1105. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/recentEmojis.js +0 -59
  1106. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/recentEmojis.js.map +0 -1
  1107. package/dist/esm/Canvas/shapes/ChatBubble/FailedReply.d.ts +0 -23
  1108. package/dist/esm/Canvas/shapes/ChatBubble/FailedReply.d.ts.map +0 -1
  1109. package/dist/esm/Canvas/shapes/ChatBubble/FailedReply.js +0 -28
  1110. package/dist/esm/Canvas/shapes/ChatBubble/FailedReply.js.map +0 -1
  1111. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionCandidate.d.ts +0 -9
  1112. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionCandidate.d.ts.map +0 -1
  1113. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionCandidate.js +0 -2
  1114. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionCandidate.js.map +0 -1
  1115. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionQuery.d.ts +0 -5
  1116. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionQuery.d.ts.map +0 -1
  1117. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionQuery.js +0 -2
  1118. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionQuery.js.map +0 -1
  1119. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionSuggestions.d.ts +0 -11
  1120. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionSuggestions.d.ts.map +0 -1
  1121. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionSuggestions.js +0 -14
  1122. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionSuggestions.js.map +0 -1
  1123. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/activeMentionQuery.d.ts +0 -3
  1124. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/activeMentionQuery.d.ts.map +0 -1
  1125. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/activeMentionQuery.js +0 -34
  1126. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/activeMentionQuery.js.map +0 -1
  1127. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/applyMention.d.ts +0 -7
  1128. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/applyMention.d.ts.map +0 -1
  1129. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/applyMention.js +0 -23
  1130. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/applyMention.js.map +0 -1
  1131. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/extractMentions.d.ts +0 -4
  1132. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/extractMentions.d.ts.map +0 -1
  1133. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/extractMentions.js +0 -24
  1134. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/extractMentions.js.map +0 -1
  1135. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/findMentionRanges.d.ts +0 -11
  1136. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/findMentionRanges.d.ts.map +0 -1
  1137. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/findMentionRanges.js.map +0 -1
  1138. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/index.d.ts +0 -10
  1139. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/index.d.ts.map +0 -1
  1140. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/index.js +0 -10
  1141. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/index.js.map +0 -1
  1142. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/matchCandidates.d.ts +0 -3
  1143. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/matchCandidates.d.ts.map +0 -1
  1144. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/matchCandidates.js +0 -24
  1145. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/matchCandidates.js.map +0 -1
  1146. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/mentionSegments.d.ts +0 -10
  1147. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/mentionSegments.d.ts.map +0 -1
  1148. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/mentionSegments.js.map +0 -1
  1149. package/dist/esm/Canvas/shapes/ChatBubble/MessageReactions.d.ts +0 -6
  1150. package/dist/esm/Canvas/shapes/ChatBubble/MessageReactions.d.ts.map +0 -1
  1151. package/dist/esm/Canvas/shapes/ChatBubble/MessageReactions.js +0 -28
  1152. package/dist/esm/Canvas/shapes/ChatBubble/MessageReactions.js.map +0 -1
  1153. package/dist/esm/Canvas/shapes/ChatBubble/ReactionPicker.d.ts +0 -20
  1154. package/dist/esm/Canvas/shapes/ChatBubble/ReactionPicker.d.ts.map +0 -1
  1155. package/dist/esm/Canvas/shapes/ChatBubble/ReactionPicker.js +0 -50
  1156. package/dist/esm/Canvas/shapes/ChatBubble/ReactionPicker.js.map +0 -1
  1157. package/dist/esm/Canvas/shapes/ChatBubble/TypingIndicator.d.ts +0 -9
  1158. package/dist/esm/Canvas/shapes/ChatBubble/TypingIndicator.d.ts.map +0 -1
  1159. package/dist/esm/Canvas/shapes/ChatBubble/TypingIndicator.js +0 -18
  1160. package/dist/esm/Canvas/shapes/ChatBubble/TypingIndicator.js.map +0 -1
  1161. package/dist/esm/Canvas/shapes/ChatBubble/findOwnReaction.d.ts +0 -5
  1162. package/dist/esm/Canvas/shapes/ChatBubble/findOwnReaction.d.ts.map +0 -1
  1163. package/dist/esm/Canvas/shapes/ChatBubble/findOwnReaction.js +0 -19
  1164. package/dist/esm/Canvas/shapes/ChatBubble/findOwnReaction.js.map +0 -1
  1165. package/dist/esm/Canvas/shapes/ChatBubble/index.d.ts.map +0 -1
  1166. package/dist/esm/Canvas/shapes/ChatBubble/index.js.map +0 -1
  1167. package/dist/esm/Canvas/shapes/ChatBubble/reactionsExcludingUser.d.ts +0 -4
  1168. package/dist/esm/Canvas/shapes/ChatBubble/reactionsExcludingUser.d.ts.map +0 -1
  1169. package/dist/esm/Canvas/shapes/ChatBubble/reactionsExcludingUser.js.map +0 -1
  1170. package/dist/esm/Canvas/shapes/Note/index.d.ts.map +0 -1
  1171. package/dist/esm/Canvas/shapes/Note/index.js.map +0 -1
  1172. package/dist/esm/Canvas/shapes/Region/index.d.ts.map +0 -1
  1173. package/dist/esm/Canvas/shapes/Region/index.js.map +0 -1
  1174. package/dist/esm/Chat/ChatAuthor.d.ts.map +0 -1
  1175. package/dist/esm/Chat/ChatConversation.d.ts.map +0 -1
  1176. package/dist/esm/Chat/ChatMention.d.ts.map +0 -1
  1177. package/dist/esm/Chat/ChatMessage.d.ts.map +0 -1
  1178. package/dist/esm/Chat/ChatMessageAction.d.ts.map +0 -1
  1179. package/dist/esm/Chat/ChatMessageBody.d.ts.map +0 -1
  1180. package/dist/esm/Chat/ChatSidebar.d.ts.map +0 -1
  1181. package/dist/esm/Chat/ChatSidebarForObservableQueries.d.ts.map +0 -1
  1182. package/dist/esm/Chat/ChatTopic.d.ts.map +0 -1
  1183. package/dist/esm/Chat/ChatTopicList.d.ts.map +0 -1
  1184. package/dist/esm/Chat/index.d.ts.map +0 -1
  1185. package/dist/esm/Chat/isTopicUnnamed.d.ts.map +0 -1
  1186. package/dist/esm/Chat/topicsByActivity.d.ts.map +0 -1
  1187. package/dist/esm/CommandDialog/CommandDialog.d.ts.map +0 -1
  1188. package/dist/esm/CommandDialog/CommandStepper.d.ts.map +0 -1
  1189. package/dist/esm/CommandDialog/StepperCommandDialog.d.ts.map +0 -1
  1190. package/dist/esm/CommandDialog/index.d.ts.map +0 -1
  1191. package/dist/esm/CommandForm/fieldTypeProviderRegistry.d.ts.map +0 -1
  1192. package/dist/esm/CommandForm/fields/CalendarField.d.ts.map +0 -1
  1193. package/dist/esm/CommandForm/fields/CheckboxField.d.ts.map +0 -1
  1194. package/dist/esm/CommandForm/fields/ChipsField.d.ts.map +0 -1
  1195. package/dist/esm/CommandForm/fields/ColorPickerField.d.ts.map +0 -1
  1196. package/dist/esm/CommandForm/fields/DropdownField.d.ts.map +0 -1
  1197. package/dist/esm/CommandForm/fields/InputTextField.d.ts.map +0 -1
  1198. package/dist/esm/CommandForm/fields/MultiSelectField.d.ts.map +0 -1
  1199. package/dist/esm/CommandForm/fields/NumberField.d.ts.map +0 -1
  1200. package/dist/esm/CommandForm/fields/PasswordField.d.ts.map +0 -1
  1201. package/dist/esm/CommandForm/fields/RadioButtonField.d.ts.map +0 -1
  1202. package/dist/esm/CommandForm/fields/RadioGroupField.d.ts.map +0 -1
  1203. package/dist/esm/CommandForm/fields/RatingField.d.ts.map +0 -1
  1204. package/dist/esm/CommandForm/fields/SliderField.d.ts.map +0 -1
  1205. package/dist/esm/CommandForm/fields/TextAreaField.d.ts.map +0 -1
  1206. package/dist/esm/CommandForm/fields/ToggleSwitchField.d.ts.map +0 -1
  1207. package/dist/esm/CommandForm/fields/index.d.ts.map +0 -1
  1208. package/dist/esm/CommandForm/fields/index.js.map +0 -1
  1209. package/dist/esm/CommandForm/index.d.ts.map +0 -1
  1210. package/dist/esm/Common/ActionMenubar.d.ts.map +0 -1
  1211. package/dist/esm/Common/Button.d.ts.map +0 -1
  1212. package/dist/esm/Common/CratisComponentsProvider.d.ts.map +0 -1
  1213. package/dist/esm/Common/DatePickerInput.d.ts.map +0 -1
  1214. package/dist/esm/Common/index.d.ts.map +0 -1
  1215. package/dist/esm/Compatibility/PrimeReact11PassThroughComponent.d.ts +0 -3
  1216. package/dist/esm/Compatibility/PrimeReact11PassThroughComponent.d.ts.map +0 -1
  1217. package/dist/esm/Compatibility/PrimeReact11PassThroughComponent.js +0 -2
  1218. package/dist/esm/Compatibility/PrimeReact11PassThroughComponent.js.map +0 -1
  1219. package/dist/esm/Compatibility/assertPrimeReact11PassThroughCompatibility.d.ts +0 -3
  1220. package/dist/esm/Compatibility/assertPrimeReact11PassThroughCompatibility.d.ts.map +0 -1
  1221. package/dist/esm/Compatibility/assertPrimeReact11PassThroughCompatibility.js +0 -49
  1222. package/dist/esm/Compatibility/assertPrimeReact11PassThroughCompatibility.js.map +0 -1
  1223. package/dist/esm/Compatibility/components3PrimeReact11PassThroughContract.d.ts +0 -369
  1224. package/dist/esm/Compatibility/components3PrimeReact11PassThroughContract.d.ts.map +0 -1
  1225. package/dist/esm/Compatibility/components3PrimeReact11PassThroughContract.js +0 -271
  1226. package/dist/esm/Compatibility/components3PrimeReact11PassThroughContract.js.map +0 -1
  1227. package/dist/esm/Compatibility/index.d.ts +0 -5
  1228. package/dist/esm/Compatibility/index.d.ts.map +0 -1
  1229. package/dist/esm/Compatibility/index.js +0 -7
  1230. package/dist/esm/Compatibility/index.js.map +0 -1
  1231. package/dist/esm/Compatibility/primeReact11PassThroughSentinelPreset.d.ts +0 -8
  1232. package/dist/esm/Compatibility/primeReact11PassThroughSentinelPreset.d.ts.map +0 -1
  1233. package/dist/esm/Compatibility/primeReact11PassThroughSentinelPreset.js +0 -48
  1234. package/dist/esm/Compatibility/primeReact11PassThroughSentinelPreset.js.map +0 -1
  1235. package/dist/esm/DataPage/DataPage.d.ts.map +0 -1
  1236. package/dist/esm/DataPage/index.d.ts.map +0 -1
  1237. package/dist/esm/DataTables/Column.d.ts.map +0 -1
  1238. package/dist/esm/DataTables/ColumnFilterMenu.d.ts.map +0 -1
  1239. package/dist/esm/DataTables/DataTableCore.d.ts.map +0 -1
  1240. package/dist/esm/DataTables/DataTableFilterMatcherRegistry.d.ts.map +0 -1
  1241. package/dist/esm/DataTables/DataTableForObservableQuery.d.ts.map +0 -1
  1242. package/dist/esm/DataTables/DataTableForQuery.d.ts.map +0 -1
  1243. package/dist/esm/DataTables/TablePaginator.d.ts.map +0 -1
  1244. package/dist/esm/DataTables/index.d.ts.map +0 -1
  1245. package/dist/esm/Dialogs/Dialog.d.ts.map +0 -1
  1246. package/dist/esm/Dialogs/index.d.ts.map +0 -1
  1247. package/dist/esm/Display/index.d.ts.map +0 -1
  1248. package/dist/esm/Dropdown/Dropdown.d.ts.map +0 -1
  1249. package/dist/esm/Dropdown/index.d.ts.map +0 -1
  1250. package/dist/esm/Filter/FilterEditor.d.ts.map +0 -1
  1251. package/dist/esm/Filter/FilterPanel.d.ts.map +0 -1
  1252. package/dist/esm/Filter/RangeHistogramFilter.d.ts.map +0 -1
  1253. package/dist/esm/Filter/index.d.ts.map +0 -1
  1254. package/dist/esm/Filter/useFilterState.d.ts.map +0 -1
  1255. package/dist/esm/Filter/utils.d.ts.map +0 -1
  1256. package/dist/esm/Notifications/index.d.ts.map +0 -1
  1257. package/dist/esm/ObjectContentEditor/ObjectContentEditor.d.ts.map +0 -1
  1258. package/dist/esm/ObjectContentEditor/index.d.ts.map +0 -1
  1259. package/dist/esm/ObjectContentEditor/objectHelpers.d.ts.map +0 -1
  1260. package/dist/esm/ObjectNavigationalBar/index.d.ts.map +0 -1
  1261. package/dist/esm/PivotViewer/PivotViewer.d.ts.map +0 -1
  1262. package/dist/esm/PivotViewer/components/AxisLabels.d.ts.map +0 -1
  1263. package/dist/esm/PivotViewer/components/FilterPanel.d.ts.map +0 -1
  1264. package/dist/esm/PivotViewer/components/FilterPanelContainer.d.ts.map +0 -1
  1265. package/dist/esm/PivotViewer/components/PivotCanvas.d.ts.map +0 -1
  1266. package/dist/esm/PivotViewer/components/PivotViewerMain.d.ts.map +0 -1
  1267. package/dist/esm/PivotViewer/components/RangeHistogramFilter.d.ts.map +0 -1
  1268. package/dist/esm/PivotViewer/components/Toolbar.d.ts.map +0 -1
  1269. package/dist/esm/PivotViewer/components/ToolbarContainer.d.ts.map +0 -1
  1270. package/dist/esm/PivotViewer/components/index.d.ts.map +0 -1
  1271. package/dist/esm/PivotViewer/components/index.js.map +0 -1
  1272. package/dist/esm/PivotViewer/components/pivot/animation.d.ts.map +0 -1
  1273. package/dist/esm/PivotViewer/components/pivot/colorResolver.d.ts.map +0 -1
  1274. package/dist/esm/PivotViewer/components/pivot/groups.d.ts.map +0 -1
  1275. package/dist/esm/PivotViewer/components/pivot/sprites.d.ts.map +0 -1
  1276. package/dist/esm/PivotViewer/components/pivot/visibility.d.ts.map +0 -1
  1277. package/dist/esm/PivotViewer/engine/layout.d.ts.map +0 -1
  1278. package/dist/esm/PivotViewer/engine/pivot.worker.js.map +0 -1
  1279. package/dist/esm/PivotViewer/engine/store.d.ts.map +0 -1
  1280. package/dist/esm/PivotViewer/hooks/index.d.ts.map +0 -1
  1281. package/dist/esm/PivotViewer/hooks/index.js.map +0 -1
  1282. package/dist/esm/PivotViewer/hooks/useCardSelection.d.ts.map +0 -1
  1283. package/dist/esm/PivotViewer/hooks/useCurrentFilters.d.ts.map +0 -1
  1284. package/dist/esm/PivotViewer/hooks/useDetailPanelClose.d.ts.map +0 -1
  1285. package/dist/esm/PivotViewer/hooks/useDimensionState.d.ts.map +0 -1
  1286. package/dist/esm/PivotViewer/hooks/useFieldExtractors.d.ts.map +0 -1
  1287. package/dist/esm/PivotViewer/hooks/useFilterOptions.d.ts.map +0 -1
  1288. package/dist/esm/PivotViewer/hooks/useFilterState.d.ts.map +0 -1
  1289. package/dist/esm/PivotViewer/hooks/useFilteredData.d.ts.map +0 -1
  1290. package/dist/esm/PivotViewer/hooks/useFilteredData.js.map +0 -1
  1291. package/dist/esm/PivotViewer/hooks/usePivotEngine.d.ts.map +0 -1
  1292. package/dist/esm/PivotViewer/hooks/useScrollSync.d.ts.map +0 -1
  1293. package/dist/esm/PivotViewer/hooks/useSelectedItem.js.map +0 -1
  1294. package/dist/esm/PivotViewer/hooks/useViewModeScrollHandling.d.ts.map +0 -1
  1295. package/dist/esm/PivotViewer/index.d.ts.map +0 -1
  1296. package/dist/esm/PivotViewer/types.d.ts.map +0 -1
  1297. package/dist/esm/PivotViewer/utils/cardPosition.d.ts.map +0 -1
  1298. package/dist/esm/PivotViewer/utils/idResolution.d.ts.map +0 -1
  1299. package/dist/esm/PivotViewer/utils/index.d.ts.map +0 -1
  1300. package/dist/esm/PivotViewer/utils/index.js.map +0 -1
  1301. package/dist/esm/PivotViewer/utils/selection.d.ts.map +0 -1
  1302. package/dist/esm/PivotViewer/utils/utils.d.ts.map +0 -1
  1303. package/dist/esm/SchemaEditor/NameCell.d.ts.map +0 -1
  1304. package/dist/esm/SchemaEditor/SchemaEditor.d.ts.map +0 -1
  1305. package/dist/esm/SchemaEditor/TypeCell.d.ts.map +0 -1
  1306. package/dist/esm/SchemaEditor/index.d.ts.map +0 -1
  1307. package/dist/esm/SchemaEditor/schemaHelpers.d.ts.map +0 -1
  1308. package/dist/esm/Styled/CratisPreset.d.ts +0 -2
  1309. package/dist/esm/Styled/CratisPreset.d.ts.map +0 -1
  1310. package/dist/esm/Styled/CratisPreset.js +0 -80
  1311. package/dist/esm/Styled/CratisPreset.js.map +0 -1
  1312. package/dist/esm/Styled/index.d.ts +0 -4
  1313. package/dist/esm/Styled/index.d.ts.map +0 -1
  1314. package/dist/esm/Styled/index.js +0 -4
  1315. package/dist/esm/Styled/primeReactStyles.d.ts +0 -3
  1316. package/dist/esm/Styled/primeReactStyles.d.ts.map +0 -1
  1317. package/dist/esm/Styled/primeReactStyles.js +0 -202
  1318. package/dist/esm/Styled/primeReactStyles.js.map +0 -1
  1319. package/dist/esm/Styled/styledMode.d.ts +0 -12
  1320. package/dist/esm/Styled/styledMode.d.ts.map +0 -1
  1321. package/dist/esm/Styled/styledMode.js +0 -68
  1322. package/dist/esm/Styled/styledMode.js.map +0 -1
  1323. package/dist/esm/TimeMachine/EventsView.d.ts.map +0 -1
  1324. package/dist/esm/TimeMachine/ReadModelView.d.ts.map +0 -1
  1325. package/dist/esm/TimeMachine/TimeMachine.d.ts.map +0 -1
  1326. package/dist/esm/TimeMachine/index.d.ts.map +0 -1
  1327. package/dist/esm/Toolbar/ToolbarButton.d.ts.map +0 -1
  1328. package/dist/esm/Toolbar/ToolbarFanOutItem.d.ts.map +0 -1
  1329. package/dist/esm/Toolbar/ToolbarFolder.d.ts.map +0 -1
  1330. package/dist/esm/Toolbar/index.d.ts.map +0 -1
  1331. package/dist/esm/index.d.ts.map +0 -1
  1332. package/dist/esm/primereact-v10-palette.css +0 -242
  1333. package/dist/esm/types/index.d.ts.map +0 -1
package/CONFORMANCE.md ADDED
@@ -0,0 +1,18 @@
1
+ <!-- Copyright (c) Cratis. All rights reserved. -->
2
+ <!-- Licensed under the MIT license. See LICENSE file in the project root for full license information. -->
3
+
4
+ # Built-in renderer conformance evidence
5
+
6
+ The opt-in `@cratis/components/renderer/builtin` manifest is exercised by
7
+ `@cratis/components.conformance` against all fourteen renderer ABI v1 slots. The repository gate
8
+ requires every bounded check to pass with zero skips, validates the package's static `cratis`
9
+ metadata against the public adapter schema, and plants dropped-ref, omitted-part,
10
+ over-declared-capability, unjustified-skip, and duplicate-semantic-root defects with exact failure
11
+ sets.
12
+
13
+ This is automated repository evidence, not a universal accessibility or browser claim. axe, jsdom
14
+ forms/events, deterministic SSR/hydration, and bounded environmental DOM hosts do not replace
15
+ manual assistive-technology review or the separate Storybook browser/axe gate. Semantic-root
16
+ counts do not instrument vendor focus traps, dismissal listeners, or scroll locks, and slot-local
17
+ SSR output does not prove cross-process request isolation. See the conformance package's
18
+ `CONFORMANCE.md` for the complete evidence boundary.
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Cratis
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/MIGRATION.md ADDED
@@ -0,0 +1,569 @@
1
+ # Migrate from Components 3 to 4
2
+
3
+ Components 4 replaces the PrimeReact-backed Components 3 foundation with Components-owned markup, styling contracts, and public types. React Aria supplies selected interaction primitives internally. The current Components 4 manifest does not declare PrimeReact, PrimeIcons, PrimeUI, or PrimeUI themes as dependencies or peers; applications retaining direct imports keep their own package and license boundaries.
4
+
5
+ This is a major-version migration. Rendered markup, styling parts, provider configuration, date entry, root imports, and some deprecated props change.
6
+
7
+ :::note
8
+ An application that has not migrated remains on its Components 3 package profile, including the third-party dependencies declared by that version. Components `>=3 <4` is in maintenance/security-critical support while Components `>=4 <5` is the current candidate and migration target. Owners must decide and approve the Components 3 EOL date no later than 12 months after Components 4 GA. Components 4 does not provide a transparent Prime compatibility package. Its repository-versioned `@cratis/components.mui`, `@cratis/components.primereact` (PrimeReact 11), and `@cratis/components.primereact10` adapters are optional and cover only the nine `common.*` presentation slots.
9
+ :::
10
+
11
+ The adapters do not replace complete Components widgets. Core continues to own Dialog, Dropdown, DatePicker, paginator, table, focus, overlay, selection, and keyboard behavior; an adapter only presents button, icon-button, text-input, text-area, checkbox, radio, switch, progress, and surface slots. Installing an adapter neither restores PrimeReact public APIs nor transfers key handling to the adapter.
12
+
13
+ ## Recommended order, stop points, and rollback
14
+
15
+ 1. Preserve the current source, package manifest, and lockfile as the rollback point, then run the existing Components 3 gates.
16
+ 2. With installed Core still in the Components 3 **source** window (`>=3 <4`), preview and apply the root-namespace transform. Its subpath output works on Components 3 and 4. Re-run the Components 3 gates and checkpoint that import-only change.
17
+ 3. Upgrade Core to the bounded Components 4 **target** window (`^4.0.0`), configure the provider and styles, then preview and apply the Button transform followed by the change-handler transform.
18
+ 4. Stop after every nonzero result. Resolve every diagnostic and `TODO(cratis-codemod)`, run the gates, and checkpoint before continuing. Remove a direct Prime island only after its replacement and licensing boundary are verified.
19
+
20
+ The bounded Components 4 Migrator package accepts the supported source or target window at preflight, but the order above avoids introducing Components 4-only props before Core is upgraded. A failed compatibility preflight scans and writes nothing. A transform refusal may annotate or migrate other independently safe syntax, so inspect the diff; restore the preceding checkpoint before retrying if an all-or-nothing rollback is required.
21
+
22
+ ## Update dependencies
23
+
24
+ Use the commands for the application's package manager. Remove only Prime packages that were installed for Components and are no longer owned by a retained direct Prime island.
25
+
26
+ ```bash
27
+ # npm
28
+ npm uninstall primereact primeicons @primereact/core @primereact/headless \
29
+ @primereact/hooks @primereact/styles @primereact/types @primeuix/themes
30
+ npm install '@cratis/components@^4.0.0'
31
+
32
+ # pnpm
33
+ pnpm remove primereact primeicons @primereact/core @primereact/headless \
34
+ @primereact/hooks @primereact/styles @primereact/types @primeuix/themes
35
+ pnpm add '@cratis/components@^4.0.0'
36
+
37
+ # Yarn
38
+ yarn remove primereact primeicons @primereact/core \
39
+ @primereact/headless @primereact/hooks @primereact/styles @primereact/types \
40
+ @primeuix/themes
41
+ yarn add '@cratis/components@^4.0.0'
42
+ ```
43
+
44
+ Keep a Prime package only when your application still imports it directly. Migrate those imports separately; Components no longer supplies or requires them.
45
+
46
+ Applications using Canvas or PivotViewer must install `pixi.js@^8.20.0`, now an optional peer rather than a nested Components dependency. Align any existing direct Pixi dependency to the same compatible resolution so public `PIXI.Container` and pointer-event types come from one package instance. Applications using only non-Pixi subpaths do not need it.
47
+
48
+ The package declares an Arc peer range of `>=20.3.1 <23`. Conformance and all three renderer
49
+ adapters declare the final `@cratis/components >=4 <5` peer range, so each remains bounded to the
50
+ Components major whose renderer ABI and stable presentation profile it implements.
51
+
52
+ ## Import from explicit subpaths
53
+
54
+ The canonical rule going forward: **the package root is setup-only; every component ships from its own subpath.**
55
+
56
+ ```tsx
57
+ // Before — Components 3 root namespace (removed in Components 4)
58
+ import { Canvas } from '@cratis/components';
59
+
60
+ <Canvas.Canvas showControls>
61
+ <Canvas.CanvasItem x={0} y={0}>
62
+ Content
63
+ </Canvas.CanvasItem>
64
+ </Canvas.Canvas>;
65
+ ```
66
+
67
+ ```tsx
68
+ // After — canonical subpath, named imports
69
+ import { Canvas, CanvasItem } from '@cratis/components/Canvas';
70
+
71
+ <Canvas showControls>
72
+ <CanvasItem x={0} y={0}>
73
+ Content
74
+ </CanvasItem>
75
+ </Canvas>;
76
+ ```
77
+
78
+ This is an intentional Components 4 breaking change. The package root now exposes setup APIs only; component namespaces no longer exist there. Every retained namespace maps mechanically: replace `import { X } from '@cratis/components'` with either an equivalent namespace import from the documented subpath, or named imports from that subpath. The removed renderer-only `Compatibility` namespace is the deliberate manual exception.
79
+
80
+ | Removed Components 3 root namespace | Components 4 subpath | Namespace-preserving migration | Named migration |
81
+ | ----------------------------------- | --------------------------------------------------------- | ----------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
82
+ | `Canvas` | `@cratis/components/Canvas` | `import * as Canvas from '@cratis/components/Canvas'` | `import { Canvas, CanvasItem } from '@cratis/components/Canvas'` |
83
+ | `Chat` | `@cratis/components/Chat` | `import * as Chat from '@cratis/components/Chat'` | `import { ChatSidebar, ChatConversation } from '@cratis/components/Chat'` |
84
+ | `CommandDialog` | `@cratis/components/CommandDialog` | `import * as CommandDialog from '@cratis/components/CommandDialog'` | `import { CommandDialog } from '@cratis/components/CommandDialog'` |
85
+ | `CommandStepper` † | `@cratis/components/CommandDialog` (namespace-preserving) | `import * as CommandStepper from '@cratis/components/CommandDialog'` | `import { CommandStepper } from '@cratis/components/CommandStepper'` |
86
+ | `CommandForm` | `@cratis/components/CommandForm` | `import * as CommandForm from '@cratis/components/CommandForm'` | `import { AutoCommandForm, InputTextField } from '@cratis/components/CommandForm'` |
87
+ | `Common` | `@cratis/components/Common` | `import * as Common from '@cratis/components/Common'` | `import { Button } from '@cratis/components/Common'` |
88
+ | `Compatibility` †† | No Components 4 subpath | Manual migration required; the codemod refuses and exits nonzero | Replace Prime compatibility contracts with typed Cratis parts, then remove it |
89
+ | `DataPage` | `@cratis/components/DataPage` | `import * as DataPage from '@cratis/components/DataPage'` | `import { DataPage, Column } from '@cratis/components/DataPage'` |
90
+ | `DataTables` | `@cratis/components/DataTables` | `import * as DataTables from '@cratis/components/DataTables'` | `import { DataTableForQuery, Column } from '@cratis/components/DataTables'` |
91
+ | `Dialogs` | `@cratis/components/Dialogs` | `import * as Dialogs from '@cratis/components/Dialogs'` | `import { Dialog } from '@cratis/components/Dialogs'` |
92
+ | `Display` | `@cratis/components/Display` | `import * as Display from '@cratis/components/Display'` | `import { Tag, Badge } from '@cratis/components/Display'` |
93
+ | `Dropdown` | `@cratis/components/Dropdown` | `import * as Dropdown from '@cratis/components/Dropdown'` | `import { Dropdown } from '@cratis/components/Dropdown'` |
94
+ | `Filter` | `@cratis/components/Filter` | `import * as Filter from '@cratis/components/Filter'` | `import { FilterPanel } from '@cratis/components/Filter'` |
95
+ | `Notifications` | `@cratis/components/Notifications` | `import * as Notifications from '@cratis/components/Notifications'` | `import { Toaster, toast } from '@cratis/components/Notifications'` |
96
+ | `ObjectContentEditor` | `@cratis/components/ObjectContentEditor` | `import * as ObjectContentEditor from '@cratis/components/ObjectContentEditor'` | `import { ObjectContentEditor } from '@cratis/components/ObjectContentEditor'` |
97
+ | `ObjectNavigationalBar` | `@cratis/components/ObjectNavigationalBar` | `import * as ObjectNavigationalBar from '@cratis/components/ObjectNavigationalBar'` | `import { ObjectNavigationalBar } from '@cratis/components/ObjectNavigationalBar'` |
98
+ | `PivotViewer` | `@cratis/components/PivotViewer` | `import * as PivotViewer from '@cratis/components/PivotViewer'` | `import { PivotViewer } from '@cratis/components/PivotViewer'` |
99
+ | `SchemaEditor` | `@cratis/components/SchemaEditor` | `import * as SchemaEditor from '@cratis/components/SchemaEditor'` | `import { SchemaEditor } from '@cratis/components/SchemaEditor'` |
100
+ | `TimeMachine` | `@cratis/components/TimeMachine` | `import * as TimeMachine from '@cratis/components/TimeMachine'` | `import { TimeMachine, EventsView } from '@cratis/components/TimeMachine'` |
101
+ | `Toolbar` | `@cratis/components/Toolbar` | `import * as Toolbar from '@cratis/components/Toolbar'` | `import { Toolbar, ToolbarButton } from '@cratis/components/Toolbar'` |
102
+ | `Types` | `@cratis/components/types` | `import * as Types from '@cratis/components/types'` | `import { JsonSchema, Json } from '@cratis/components/types'` |
103
+
104
+ † The removed root `CommandStepper` namespace aliased the _entire_ `CommandDialog` module. The codemod therefore maps that namespace to `@cratis/components/CommandDialog`, preserving the correct module identity for members retained in Components 4. It does not restore removed accidental exports such as `CommandStepperContent`. New code that needs only the standalone component should use the narrower named import from `@cratis/components/CommandStepper`.
105
+
106
+ †† Components 3.6 also exported the `Compatibility` namespace and its pass-through helpers directly from the root. Components 4 has no destination for `Compatibility`, `assertPrimeReact11PassThroughCompatibility`, `components3PrimeReact11PassThroughContract`, `PrimeReact11PassThroughComponent`, `primeReact11PassThroughSentinelAttribute`, or `primeReact11PassThroughSentinelPreset`. The codemod recognizes these known removals, leaves their statement unchanged, and exits nonzero with typed-parts guidance.
107
+
108
+ The Components 3.6 `Chat` namespace maps to `@cratis/components/Chat`; its public models, sidebar, conversation, observable-query wrapper, mentions, and emoji contracts remain on that subpath.
109
+
110
+ `@cratis/components/CommandForm/fields` is the same module as `@cratis/components/CommandForm` — either subpath resolves identically, so the `CommandForm` row's migration applies to both. Provider/configuration/message setup stays on the package root; only Common components such as `Button` move to `@cratis/components/Common`.
111
+
112
+ Run the migration codemod in preview mode first, then apply it:
113
+
114
+ ```bash
115
+ TOOLING_RANGE='^4.0.0'
116
+ npx --package "@cratis/components.migrator@$TOOLING_RANGE" \
117
+ cratis-components-remove-root-namespace-imports --check path/to/app/src
118
+ npx --package "@cratis/components.migrator@$TOOLING_RANGE" \
119
+ cratis-components-remove-root-namespace-imports path/to/app/src
120
+ ```
121
+
122
+ Components 3 has no matching 3.x Migrator release. Use the bounded Components 4 tooling range (`>=4 <5`; `^4.0.0` above is the shell-safe equivalent). Never substitute `latest`. Tooling packages share the repository release version with Core. The bounded range avoids unnecessary exact-patch coupling when invoking an already published 4.x tool. Before scanning or writing, the Migrator validates its bundled compatibility manifest, its own version, and the installed Components package from the invocation directory. It fails closed when Components is absent, outside the supported 3.x source or 4.x target window, or the manifest is invalid.
123
+
124
+ The examples use npm's `npx`. pnpm and Yarn 2+ can launch the same bounded package without adding it:
125
+
126
+ ```bash
127
+ pnpm dlx --package "@cratis/components.migrator@$TOOLING_RANGE" \
128
+ cratis-components-remove-root-namespace-imports --check path/to/app/src
129
+ yarn dlx --package "@cratis/components.migrator@$TOOLING_RANGE" \
130
+ cratis-components-remove-root-namespace-imports --check path/to/app/src
131
+ ```
132
+
133
+ Quote real paths containing spaces. Do not type angle-bracket placeholders in a shell: `<...>` means input redirection.
134
+
135
+ The codemod scans JavaScript/JSX and TypeScript/TSX (including `.mjs`, `.cjs`, `.mts`, and `.cts`), preserves aliases and type-only imports, splits mixed setup/namespace imports, and rewrites a named `export { X } from '@cratis/components'` re-export the same way as the matching import. It reports unsupported cases without guessing: default or whole-package namespace imports, TypeScript `import = require(...)` assignments, dynamic imports, CommonJS `require(...)`, wildcard or whole-package re-exports (`export * from '@cratis/components'` / `export * as X from '@cratis/components'`), side-effect imports, and unknown symbols. Review its diagnostics, then run the consuming project's lint, build, and tests.
136
+
137
+ ### Migrate Button appearance and change callbacks
138
+
139
+ Run the root-import codemod above first. The Button and callback codemods resolve Components-owned identifiers from explicit subpaths, so the authoritative order is:
140
+
141
+ 1. `cratis-components-remove-root-namespace-imports`
142
+ 2. `cratis-components-button-variant-tone`
143
+ 3. `cratis-components-change-handler`
144
+
145
+ Use the bounded Components 4 tooling train and preview each transform before applying it:
146
+
147
+ ```bash
148
+ TOOLING_RANGE='^4.0.0'
149
+
150
+ npx --package "@cratis/components.migrator@$TOOLING_RANGE" \
151
+ cratis-components-button-variant-tone --check path/to/app/src
152
+ npx --package "@cratis/components.migrator@$TOOLING_RANGE" \
153
+ cratis-components-button-variant-tone path/to/app/src
154
+
155
+ npx --package "@cratis/components.migrator@$TOOLING_RANGE" \
156
+ cratis-components-change-handler --check path/to/app/src
157
+ npx --package "@cratis/components.migrator@$TOOLING_RANGE" \
158
+ cratis-components-change-handler path/to/app/src
159
+ ```
160
+
161
+ Keep the tooling range within `>=4 <5`; never use `latest`. The Migrator preflight enforces the bundled source/target support windows.
162
+
163
+ The Button transform preserves the legacy `link` → `text` → `outlined` → `solid` precedence and maps literal props to `variant`, `tone`, and `shape`. Existing literal new props win:
164
+
165
+ ```tsx
166
+ // Before
167
+ <Button outlined rounded severity='warn'>Review</Button>
168
+ <Button variant='ghost' text severity='danger'>Cancel</Button>
169
+
170
+ // After
171
+ <Button variant='outline' shape='pill' tone='caution'>Review</Button>
172
+ <Button variant='ghost' tone='critical'>Cancel</Button>
173
+ ```
174
+
175
+ `secondary` and `contrast` map to `neutral`; `info` and `help` to `accent`; `success` to `positive`; `warn` to `caution`; and `danger` to `critical`. `contrast` adds `variant='solid'` only when no explicit or stronger legacy variant applies.
176
+
177
+ The callback transform rewrites only structurally-proven single forwarding callbacks on affected Components-owned Dropdown and CommandForm controls:
178
+
179
+ ```tsx
180
+ // Before
181
+ <Dropdown onChange={(event) => setRole(event.value)} />
182
+ <InputTextField onChange={(event) => setName(event.target.value)} />
183
+ <CheckboxField onChange={({ target: { checked } }) => setEnabled(checked)} />
184
+
185
+ // After
186
+ <Dropdown onChange={(value) => setRole(value)} />
187
+ <InputTextField onChange={(value) => setName(value)} />
188
+ <CheckboxField onChange={(value) => setEnabled(value)} />
189
+ ```
190
+
191
+ Dynamic Button props, JSX spreads, unknown new/legacy conflicts, duplicate props, multi-use callbacks, and native-event-dependent callbacks are not guessed. They stay semantically unchanged, produce a nonzero exit, and receive one syntax-safe `TODO(cratis-codemod)` annotation:
192
+
193
+ ```tsx
194
+ // Manual review required
195
+ <Button text={appearance.text} severity={appearance.severity} />
196
+ <Dropdown onChange={(event) => {
197
+ audit(event.originalEvent);
198
+ setRole(event.value);
199
+ }} />
200
+ ```
201
+
202
+ Review every diagnostic and `TODO(cratis-codemod)` before removing the compatibility props. Then run the application's formatter, lint, type check, tests, and production build. Both codemods are idempotent, include their own TypeScript compiler, support `--package`, require Node.js 20 or newer, and recursively scan `.js`, `.jsx`, `.mjs`, `.cjs`, `.ts`, `.tsx`, `.mts`, and `.cts` files.
203
+
204
+ Install the bounded Components 4 ESLint train after migration and compose its recommended config after `@cratis/eslint-config`; `no-root-barrel-import` prevents component namespaces from returning. The ESLint plugin shares the repository release version with Core:
205
+
206
+ ```bash
207
+ TOOLING_RANGE='^4.0.0'
208
+ npm install --save-dev "@cratis/eslint-plugin-components@$TOOLING_RANGE"
209
+ ```
210
+
211
+ See the `@cratis/eslint-plugin-components` README included with that package for the flat-config example and the other Components consumer rules.
212
+
213
+ ## Keep the stylesheet entry points
214
+
215
+ The three Cratis-owned stylesheet entries remain:
216
+
217
+ ```ts
218
+ import '@cratis/components/tokens';
219
+ import '@cratis/components/styles';
220
+ import '@cratis/components/theme'; // optional baseline appearance
221
+ ```
222
+
223
+ - `tokens` defines the stable semantic `--cratis-*` variables.
224
+ - `styles` contains structural rules for every component.
225
+ - `theme` supplies the optional baseline light/dark values.
226
+
227
+ A custom product design can omit `theme`, define the `--cratis-*` variables itself, and style stable component parts through classes or `pt`.
228
+
229
+ ## Simplify the provider
230
+
231
+ The provider now owns locale and Components-specific labels. Unknown renderer keys are a type error so a migrated app cannot silently lose its theme, license, global pass-through, ripple, or z-index behavior. Remove those keys from `CratisComponentsProvider` and configure any remaining direct Prime provider independently.
232
+
233
+ ```tsx
234
+ import { CratisComponentsProvider } from '@cratis/components';
235
+
236
+ export const ApplicationRoot = ({ children }: { children: React.ReactNode }) => (
237
+ <CratisComponentsProvider
238
+ value={{
239
+ locale: 'nb-NO',
240
+ messages: {
241
+ paginator: {
242
+ navigation: 'Sidenavigasjon',
243
+ first: 'Første side',
244
+ previous: 'Forrige side',
245
+ next: 'Neste side',
246
+ last: 'Siste side',
247
+ },
248
+ datePicker: {
249
+ today: 'I dag',
250
+ clear: 'Tøm',
251
+ openCalendar: 'Åpne kalender',
252
+ previousMonth: 'Forrige måned',
253
+ nextMonth: 'Neste måned',
254
+ },
255
+ toolbar: {
256
+ label: 'Verktøy',
257
+ },
258
+ },
259
+ }}
260
+ toaster
261
+ >
262
+ {children}
263
+ </CratisComponentsProvider>
264
+ );
265
+ ```
266
+
267
+ `locales` remains temporarily accepted and maps the old paginator/date labels, but new code should use `messages`. Renderer keys such as `license`, `theme`, `defaults`, `pt`, `ripple`, `unstyled`, and z-index settings are not part of this provider.
268
+
269
+ ## Replace renderer presets with tokens
270
+
271
+ Remove `styledMode()`, `CratisPreset`, and `primeReactStyles` before upgrading. Components 4 removes three renderer-specific subpaths:
272
+
273
+ | Removed subpath | Migration |
274
+ | ------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
275
+ | `@cratis/components/styled` | Import Cratis tokens/styles and map product tokens directly as shown below. |
276
+ | `@cratis/components/compatibility` | Replace Prime slot types/sentinel presets with each component's Cratis-owned `*Parts` type. The root `Compatibility` namespace is also removed. |
277
+ | `@cratis/components/primereact-v10-palette` | Remove legacy Prime variable dependencies; define product tokens and map them to `--cratis-*`, or use the baseline theme. |
278
+
279
+ There is no compatibility-package replacement in Components 4. Stay on Components 3 while renderer-specific types or selectors remain.
280
+
281
+ ### Removed symbol mapping
282
+
283
+ | Removed Components 3 export | Components 4 action |
284
+ | ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- |
285
+ | `styledMode`, `StyledModeOptions`, `CratisPreset`, `primeReactStyles` | Remove renderer configuration; use provider locale/messages and direct `--cratis-*` token mappings. |
286
+ | `primeReactCssLayer`, `primeReactCssLayerOrder` | Delete unless the product still owns direct Prime CSS; product layer ordering belongs in product CSS. |
287
+ | `cratisDarkModeSelector` | Use the product's own theme selector and assign `--cratis-*` values under it. |
288
+ | `assertPrimeReact11PassThroughCompatibility` | Delete after moving renderer slots to typed Cratis `*Parts` surfaces. |
289
+ | `components3PrimeReact11PassThroughContract`, `PrimeReact11PassThroughComponent` | Replace with component-specific public part types. |
290
+ | `primeReact11PassThroughSentinelAttribute`, `primeReact11PassThroughSentinelPreset` | Replace with documented `data-cratis-part` and state attributes. |
291
+ | `@cratis/components/primereact-v10-palette` variables | Map canonical product tokens directly to `--cratis-*`. |
292
+
293
+ Before:
294
+
295
+ ```tsx
296
+ <CratisComponentsProvider value={{ license, ...styledMode({ preset: ProductPreset }) }}>
297
+ <App />
298
+ </CratisComponentsProvider>
299
+ ```
300
+
301
+ After:
302
+
303
+ ```tsx
304
+ <CratisComponentsProvider value={{ locale: 'en-US' }}>
305
+ <App />
306
+ </CratisComponentsProvider>
307
+ ```
308
+
309
+ Map product tokens directly in CSS:
310
+
311
+ ```css
312
+ :root {
313
+ --cratis-primary-color: var(--product-accent-700);
314
+ --cratis-primary-color-text: var(--product-text-inverse);
315
+ --cratis-surface-card: var(--product-surface);
316
+ --cratis-surface-overlay: var(--product-surface);
317
+ --cratis-surface-border: var(--product-border);
318
+ --cratis-text-color: var(--product-text-primary);
319
+ --cratis-text-color-secondary: var(--product-text-secondary);
320
+ --cratis-focus-ring: var(--product-focus-ring);
321
+ }
322
+ ```
323
+
324
+ This removes the old product-token → Prime preset → Prime variable → Cratis variable translation chain.
325
+
326
+ ## Removed accidental package exports
327
+
328
+ An audit of the package `exports` map ([#173](https://github.com/Cratis/Components/issues/173)) found implementation-only symbols that were unintentionally reachable from a public subpath — each was exported only because the owning module's barrel used a blanket `export *`, not because it was a supported contract. Components 4 stops re-exporting them from their public barrel; the underlying files keep the symbol for their own internal cross-file use, so this is a package-export change only, not a behavior change.
329
+
330
+ | Removed export | Subpath(s) | Migration |
331
+ | ------------------------------------------------------------------------- | ----------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
332
+ | `CommandStepperContent` | `@cratis/components/CommandStepper`, `@cratis/components/CommandDialog` | Private rendering primitive behind `CommandStepper` and `StepperCommandDialog`. Use one of those components; there is no direct public replacement. |
333
+ | `PivotViewerOptimized` | `@cratis/components/PivotViewer` | Was an accidental alias of `PivotViewer`. Import `PivotViewer` instead. |
334
+ | `getInitials` | `@cratis/components/Canvas` | Private `PersonAvatarCircle` helper. Not part of the public API. |
335
+ | `reactionsExcludingUser` | `@cratis/components/Canvas` | Private `ChatMessageBubble` rendering helper. `findOwnReaction` remains public for consumers that own reaction commands. |
336
+ | `matchCandidates`, `activeMentionQuery`, `applyMention`, `MentionApplied` | `@cratis/components/Canvas` | Private `ChatComposer` mention helpers. Not part of the public API. |
337
+ | `EMOJI_CATALOG`, `EmojiCategoryKey` | `@cratis/components/Canvas` | Private `EmojiPicker` implementation details. Not part of the public API. |
338
+ | `DEFAULT_EMOJIS`, `QUICK_ROW_SIZE` | `@cratis/components/Canvas` | Private `recentEmojis`/`rememberEmoji` constants. Not part of the public API. |
339
+ | `buildFilterValues`, `buildRangeValues`, `RenderedHistogramBucket` | `@cratis/components/Filter` | Private `useFilterState`/`RangeHistogramFilter` helpers. Not part of the public API. |
340
+
341
+ None of these had a documented contract, and none is required by any other public API in this package. An application that imported one of these directly has no documented replacement to migrate to — inline the equivalent logic, or open an issue describing the use case if the behavior should become a supported public contract.
342
+
343
+ The surfaces this audit confirmed as intentional and kept public — `ToastRecord`, `getToastSnapshot`, `subscribeToToasts`, `ToastDispatch`, `EmojiMemory`, `ChatAuthorKind`, `DEFAULT_TYPE_FORMATS`, `NavigationItem`, `Json`, and `TimeMachine`'s `Properties` — are unchanged and now carry TSDoc explaining their contract and, where relevant, their extension-point role.
344
+
345
+ ## Migrate pass-through configuration
346
+
347
+ The `pt` prop remains the per-part customization surface, but its values are now ordinary HTML attributes and its keys are stable Cratis names. `ptOptions` and `unstyled` remain accepted temporarily but have no effect: part attributes always merge, and Components always uses consumer-owned CSS.
348
+
349
+ ```tsx
350
+ <Dialog
351
+ title='Confirm deletion'
352
+ pt={{
353
+ backdrop: { className: 'product-dialog-backdrop' },
354
+ root: { className: 'product-dialog' },
355
+ header: { className: 'product-dialog-header' },
356
+ title: { className: 'product-dialog-title' },
357
+ close: { className: 'product-dialog-close' },
358
+ content: { className: 'product-dialog-content' },
359
+ footer: { className: 'product-dialog-footer' },
360
+ }}
361
+ >
362
+ This cannot be undone.
363
+ </Dialog>
364
+ ```
365
+
366
+ Every meaningful element also carries `data-cratis-part`. Interactive states use attributes such as `data-selected`, `data-invalid`, `data-disabled`, `data-active`, and `data-position`. Do not target React Aria class names or internal DOM structure.
367
+
368
+ ### Common part mappings
369
+
370
+ | Components 3 renderer slot | Components 4 Cratis part |
371
+ | ------------------------------ | ---------------------------------------------- |
372
+ | Dialog `mask` / `backdrop` | `backdrop` |
373
+ | Dialog `positioner` | `positioner` |
374
+ | Dialog `root` | `root` |
375
+ | Dialog `headerTitle` / `title` | `title` |
376
+ | Dialog `closeButton` / `close` | `close` |
377
+ | DataTable `tableContainer` | `tableContainer` |
378
+ | DataTable `thead` | `head` |
379
+ | DataTable `tbody` | `body` |
380
+ | DataTable `bodyRow` / `row` | `row` |
381
+ | Dropdown `trigger` | `trigger` |
382
+ | Dropdown `option` | `option` |
383
+ | DatePicker `input` | segmented `input`; identity belongs on `group` |
384
+
385
+ See the published [Stable component parts](https://cratis.io/components/styling/pass-through/) reference for the documented foundation surfaces.
386
+
387
+ ### Migrate a deeply customized product
388
+
389
+ Keep the product's own tokens, Tailwind utilities, dark/high-contrast selectors, and accessibility preferences. Remove the renderer preset that translated those values into a third-party token system, then map the product values directly onto `--cratis-*`.
390
+
391
+ For a custom dialog layer, change renderer part types to Cratis types and rename slots:
392
+
393
+ ```ts
394
+ import type { DialogParts } from '@cratis/components/Dialogs';
395
+ import type { StepperParts } from '@cratis/components/CommandDialog';
396
+
397
+ export const productDialogParts: DialogParts = {
398
+ backdrop: { className: 'product-dialog-backdrop' },
399
+ root: { className: 'product-dialog' },
400
+ title: { className: 'product-dialog-title' },
401
+ close: { className: 'product-dialog-close' },
402
+ content: { className: 'product-dialog-content' },
403
+ footer: { className: 'product-dialog-footer' },
404
+ };
405
+
406
+ export const productStepperParts: StepperParts = {
407
+ root: { className: 'product-stepper' },
408
+ list: { className: 'product-stepper-list' },
409
+ step: { className: 'product-stepper-step' },
410
+ header: { className: 'product-stepper-header' },
411
+ number: { className: 'product-stepper-number' },
412
+ title: { className: 'product-stepper-title' },
413
+ panels: { className: 'product-stepper-panels' },
414
+ panel: { className: 'product-stepper-panel' },
415
+ };
416
+ ```
417
+
418
+ For an existing nested Prime stepper preset, map the slots by rendered responsibility:
419
+
420
+ | Components 3 Prime slot | Components 4 part |
421
+ | ----------------------- | --------------------- |
422
+ | `nav` | `list` |
423
+ | `panelContainer` | `panels` |
424
+ | `stepperpanel.root` | `step` (`<li>`) |
425
+ | `stepperpanel.action` | `header` (`<button>`) |
426
+ | `stepperpanel.number` | `number` |
427
+ | `stepperpanel.title` | `title` |
428
+ | `stepperpanel.content` | `panel` (`<section>`) |
429
+
430
+ The old `stepperpanel.header` wrapper has no one-to-one element. Put list-item layout on `step`, and interactive-header styling on `header`. Replace `data-p-active` selectors with `[data-cratis-part='step'][data-active='true']`.
431
+
432
+ ### Representative migration archetypes
433
+
434
+ For a product-owned design system, remove `styledMode`, `ProductPreset`, Prime locale types, and the PrimeUI license from the Components provider. Keep `--product-*` as the canonical tokens and map them directly to `--cratis-*`. If the product still imports Prime directly, retain a separate Prime provider, preset, dependencies, and license until those imports are removed. PrimeReact 11 receives its license directly — `<PrimeReactProvider license={primeUiLicense}>` — not through the `value={{ license }}` shape used by `CratisComponentsProvider`. The provider scopes runtime context, not CSS: a Prime theme imported from JavaScript remains document-global, so keep it in the smallest host entry point that owns the island and track every retained island's owner, licensing/theme dependencies, and removal condition. Migrate custom filters from `registerMatcher` to `registerDataTableFilterMatcher`, use the returned `matchMode` in each constraint, and use `resolveDataTableFilterMatcher` when a test or application-owned adapter must verify the live registered predicate.
435
+
436
+ A Components 2 / PrimeReact 10 product can migrate directly to Components 4 without an intermediate Prime 11 conversion. Keep its Prime 10 provider/theme for direct Prime surfaces, mount Components independently, move `DataPage` children to the Cratis `Column`, and migrate direct controls in batches.
437
+
438
+ A Components 3 / PrimeReact 11 product can start with the Components baseline theme while keeping a separate licensed Prime provider. Retain application-owned grouped/lazy tables and ordinary action rows when Components does not claim those behaviors.
439
+
440
+ For a product-owned compositor, replace renderer part types with `DialogParts`, `StepperParts`, and the complete Toolbar part family: `ToolbarParts`, `ToolbarButtonParts`, `ToolbarGroupParts`, `ToolbarSeparatorParts`, `ToolbarLayoutParts`, `ToolbarSectionParts`, `ToolbarFolderParts`, and `ToolbarFanOutParts`. Keep shaders and measurement wrappers product-owned. Measure stable `data-cratis-part` and state boundaries; pass the integrated Canvas surface through `controlsGlassSurface`; pass `data-product-compositor-*` marker names through `captureAttributes`; and localize actions through `controlsLabels`.
441
+
442
+ This migration guide records the current mappings and stop conditions for each archetype.
443
+
444
+ Paginator callbacks that formerly returned classes from renderer context must become static Cratis parts plus CSS state selectors:
445
+
446
+ ```ts
447
+ import type { TablePaginatorParts } from '@cratis/components/DataTables';
448
+
449
+ export const productPaginatorParts: TablePaginatorParts = {
450
+ root: { className: 'product-paginator' },
451
+ first: { root: { className: 'product-paginator-button' } },
452
+ previous: { root: { className: 'product-paginator-button' } },
453
+ next: { root: { className: 'product-paginator-button' } },
454
+ last: { root: { className: 'product-paginator-button' } },
455
+ info: { className: 'product-paginator-info' },
456
+ };
457
+ ```
458
+
459
+ Pass the parts to either query-backed table:
460
+
461
+ ```tsx
462
+ <DataTableForQuery
463
+ query={AllProducts}
464
+ paginatorPt={productPaginatorParts}
465
+ emptyMessage='No products'
466
+ >
467
+ <Column field='name' header='Name' />
468
+ </DataTableForQuery>
469
+ ```
470
+
471
+ `DataTableForObservableQuery` uses the same `paginatorPt` prop. Use `:disabled`, `:focus-visible`, and the documented `data-cratis-*` states in CSS instead of renderer callback context. The numbered-page renderer is gone; the paginator reports the current page and provides first/previous/next/last actions.
472
+
473
+ `Dropdown.inputId` and `Dropdown.panelClassName` remain migration aliases for `id` and `pt.popover.className`, but new code should use the current names.
474
+
475
+ ## Update DatePicker integration
476
+
477
+ `DatePickerInput` still accepts and emits `Date | null`, but its internal value uses `@internationalized/date`. Formatting now follows the active locale and calendar rather than a PrimeReact mask.
478
+
479
+ - Replace `dateFormat` with locale configuration where possible. The prop remains accepted but is ignored.
480
+ - Use `aria-label` or `aria-labelledby` for the segmented date group.
481
+ - `id` identifies the focus group rather than a native text input.
482
+ - The accessible calendar trigger is shown by default; set `showIcon={false}` only for segment-entry-only experiences.
483
+ - `todayLabel` and `clearLabel` override the provider messages for one picker.
484
+ - `showTime` and `hourFormat` remain in the current API.
485
+
486
+ ## Update Dropdown styling and semantics
487
+
488
+ `Dropdown` preserves the `value`, `options`, `optionLabel`, `optionValue`, filtering, clear, and change-event model. Single selects now follow the WAI-ARIA button/listbox pattern; filtered selects use a combobox.
489
+
490
+ Do not assume every Dropdown trigger has `role="combobox"`. Query it by its accessible name or `data-cratis-part="trigger"` in tests.
491
+
492
+ Multiple selection uses a native multiple-select when filtering is off and an accessible multi-value combobox when `filter` is enabled. Prefer a dedicated collection picker for a large or highly customized multi-select experience.
493
+
494
+ ## Update Tooltip triggers
495
+
496
+ `Tooltip` now enhances one actual React-element trigger so focus, hover, and `aria-describedby` stay together. Wrap text, fragments, multiple siblings, or conditional content in one appropriate native control. `className` is merged onto that trigger instead of an extra wrapper.
497
+
498
+ ## Update tables
499
+
500
+ `DataTableCore` now renders semantic HTML. Query-backed paging remains owned by Arc.
501
+
502
+ - Sorting and filtering apply to the currently loaded page.
503
+ - Complete-result filtering and sorting are not automatic table state. Model them in query arguments and implement them in the server query before paging.
504
+ - `clientFiltering` remains temporarily accepted as a deprecated no-op so staged source migrations compile. Remove it: filtering is always scoped to the loaded page, and complete-result filtering belongs on the server before paging.
505
+ - Legacy `{ operator, constraints }` filter entries remain accepted. `operator: 'or'` matches any constraint; all other values match every constraint.
506
+ - `Column` remains the declarative column marker. Selection columns now type only the implemented `selectionMode='single'`; the removed `'multiple'` value never provided checkbox selection.
507
+ - Table styling uses `DataTableParts` and `data-cratis-part`.
508
+ - Server totals remain authoritative for the paginator.
509
+
510
+ Common built-in Prime match-mode string values remain compatible because Components implements those predicates directly; replace the renderer constants with `DataTableFilterMatchMode` to remove the type dependency. Prime `FilterService.register()` / `registerMatcher()` custom registrations do not cross into Components: replace them with `registerDataTableFilterMatcher()` and use the returned `matchMode` in `DataTableFilterMeta`. An unregistered custom mode deliberately matches nothing.
511
+
512
+ Separate `RadioButtonField` options bound to one property now require the same explicit `name` prop so native arrow-key radio-group navigation works. `RadioGroupField` and `RatingField` generate a shared internal name automatically.
513
+
514
+ ## Update dialogs and steppers
515
+
516
+ Dialog callback, busy, validity, dismissal, and initial-focus contracts remain. The modal/focus implementation is now React Aria-based.
517
+
518
+ Stepper parts are Cratis-owned: `root`, `list`, `step`, `header`, `number`, `title`, `separator`, `panels`, and `panel`. Custom CSS that targeted Prime stepper classes or roles must move to those parts.
519
+
520
+ ## Update notifications
521
+
522
+ The imperative API remains:
523
+
524
+ ```ts
525
+ import { toast } from '@cratis/components/Notifications';
526
+
527
+ toast.success({
528
+ title: 'Saved',
529
+ description: 'Your changes were saved.',
530
+ });
531
+ ```
532
+
533
+ The queue, promise lifecycle, dispatch substitution, timeout pause, focus behavior, frames, and region are Cratis-owned. Toast part keys are `region`, `toast`, `icon`, `content`, `title`, `description`, `action`, and `close`.
534
+
535
+ ## Replace direct Prime imports
536
+
537
+ Components cannot remove PrimeUI licensing from an application that still imports Prime directly. Replace those imports with Components, native HTML, or application-owned primitives.
538
+
539
+ Typical replacements:
540
+
541
+ | Prime import | Preferred replacement |
542
+ | ------------------------------------ | ------------------------------------------ |
543
+ | `primereact/button` | `Button` from `@cratis/components/Common` |
544
+ | `primereact/inputtext` | CommandForm field or native styled input |
545
+ | `primereact/dialog` | `Dialog` from `@cratis/components/Dialogs` |
546
+ | `primereact/dropdown` / `select` | `Dropdown` |
547
+ | `primereact/datatable` / `column` | `DataTableCore` / `Column` |
548
+ | `primereact/tag`, `badge`, `message` | `@cratis/components/Display` |
549
+ | `primereact/toast` / `toaster` | `@cratis/components/Notifications` |
550
+
551
+ Complete PrimeIcons class strings remain usable where a component accepts `Icon`, but Components no longer installs the font or adds a missing base class. Consumers that retain it must load its stylesheet and pass the complete class string. Prefer a React icon component or product-owned SVG. `DataPage.MenuItem.icon` remains a React component type rather than `Icon`.
552
+
553
+ ## Verify the migration
554
+
555
+ 1. Remove unused Prime dependencies and the PrimeUI license/provider configuration.
556
+ 2. Import `tokens` and `styles`; choose the baseline `theme` or map product tokens.
557
+ 3. Replace global Prime presets with Cratis tokens.
558
+ 4. Update `pt` keys and CSS selectors to Cratis parts.
559
+ 5. Replace direct Prime imports.
560
+ 6. Exercise dialogs, filtered tables, dates, dropdowns, toasts, and steppers with keyboard-only navigation.
561
+ 7. Verify light, dark, forced-colors, reduced-motion, and responsive layouts.
562
+ 8. Run TypeScript, specs, Storybook, and the production build.
563
+ 9. Import components from their explicit subpath rather than the removed root namespace; apply the mapping table under [Import from explicit subpaths](#import-from-explicit-subpaths), or run the migration codemod.
564
+
565
+ A TypeScript 6 application using `skipLibCheck: false` may see bounded upstream diagnostics from Pixi's `@webgpu/types` collision with TypeScript's built-in WebGPU declarations, from `@cratis/arc.react`'s published global JSX declarations, or under NodeNext from extensionless declaration imports in the current Arc and Fundamentals packages. Components validates every packed subpath without suppressing these diagnostics; exact versions, codes, affected subpaths, and removal conditions are recorded in the owning repository at `Documentation/ui-foundation.md#strict-public-type-validation` and tracked in [#176](https://github.com/Cratis/Components/issues/176).
566
+
567
+ For the current decision, trade-offs, and validation gates, read `Documentation/ui-foundation.md` in the owning repository. The older 2.x → 3.x path remains in `Documentation/Migration/2-to-3.md`.
568
+
569
+ Open issues may track adjacent gaps, but they do not establish a public roadmap, support window, stable-release date, or compatibility promise for Components 4.