@cratis/components 3.3.4 → 3.5.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 (411) hide show
  1. package/README.md +322 -197
  2. package/dist/esm/Canvas/Canvas.d.ts +64 -0
  3. package/dist/esm/Canvas/Canvas.d.ts.map +1 -0
  4. package/dist/esm/Canvas/Canvas.js +767 -0
  5. package/dist/esm/Canvas/Canvas.js.map +1 -0
  6. package/dist/esm/Canvas/CanvasControls.d.ts +32 -0
  7. package/dist/esm/Canvas/CanvasControls.d.ts.map +1 -0
  8. package/dist/esm/Canvas/CanvasControls.js +34 -0
  9. package/dist/esm/Canvas/CanvasControls.js.map +1 -0
  10. package/dist/esm/Canvas/CanvasItem.d.ts +10 -0
  11. package/dist/esm/Canvas/CanvasItem.d.ts.map +1 -0
  12. package/dist/esm/Canvas/CanvasItem.js +51 -0
  13. package/dist/esm/Canvas/CanvasItem.js.map +1 -0
  14. package/dist/esm/Canvas/CanvasMinimap.d.ts +25 -0
  15. package/dist/esm/Canvas/CanvasMinimap.d.ts.map +1 -0
  16. package/dist/esm/Canvas/CanvasMinimap.js +102 -0
  17. package/dist/esm/Canvas/CanvasMinimap.js.map +1 -0
  18. package/dist/esm/Canvas/CanvasOverlay.d.ts +6 -0
  19. package/dist/esm/Canvas/CanvasOverlay.d.ts.map +1 -0
  20. package/dist/esm/Canvas/CanvasOverlay.js +8 -0
  21. package/dist/esm/Canvas/CanvasOverlay.js.map +1 -0
  22. package/dist/esm/Canvas/canvasGesture.d.ts +8 -0
  23. package/dist/esm/Canvas/canvasGesture.d.ts.map +1 -0
  24. package/dist/esm/Canvas/canvasGesture.js +32 -0
  25. package/dist/esm/Canvas/canvasGesture.js.map +1 -0
  26. package/dist/esm/Canvas/canvasTransformActivity.d.ts +7 -0
  27. package/dist/esm/Canvas/canvasTransformActivity.d.ts.map +1 -0
  28. package/dist/esm/Canvas/canvasTransformActivity.js +22 -0
  29. package/dist/esm/Canvas/canvasTransformActivity.js.map +1 -0
  30. package/dist/esm/Canvas/glassAttributes.d.ts +4 -0
  31. package/dist/esm/Canvas/glassAttributes.d.ts.map +1 -0
  32. package/dist/esm/Canvas/glassAttributes.js +25 -0
  33. package/dist/esm/Canvas/glassAttributes.js.map +1 -0
  34. package/dist/esm/Canvas/index.d.ts +18 -0
  35. package/dist/esm/Canvas/index.d.ts.map +1 -0
  36. package/dist/esm/Canvas/index.js +38 -0
  37. package/dist/esm/Canvas/index.js.map +1 -0
  38. package/dist/esm/Canvas/isBackgroundPointerTarget.d.ts +2 -0
  39. package/dist/esm/Canvas/isBackgroundPointerTarget.d.ts.map +1 -0
  40. package/dist/esm/Canvas/isBackgroundPointerTarget.js +17 -0
  41. package/dist/esm/Canvas/isBackgroundPointerTarget.js.map +1 -0
  42. package/dist/esm/Canvas/isWithinScrollableContent.d.ts +11 -0
  43. package/dist/esm/Canvas/isWithinScrollableContent.d.ts.map +1 -0
  44. package/dist/esm/Canvas/isWithinScrollableContent.js +38 -0
  45. package/dist/esm/Canvas/isWithinScrollableContent.js.map +1 -0
  46. package/dist/esm/Canvas/panMomentum.d.ts +13 -0
  47. package/dist/esm/Canvas/panMomentum.d.ts.map +1 -0
  48. package/dist/esm/Canvas/panMomentum.js +41 -0
  49. package/dist/esm/Canvas/panMomentum.js.map +1 -0
  50. package/dist/esm/Canvas/pinchGesture.d.ts +16 -0
  51. package/dist/esm/Canvas/pinchGesture.d.ts.map +1 -0
  52. package/dist/esm/Canvas/pinchGesture.js +30 -0
  53. package/dist/esm/Canvas/pinchGesture.js.map +1 -0
  54. package/dist/esm/Canvas/selfSuspendingFrameLoop.d.ts +10 -0
  55. package/dist/esm/Canvas/selfSuspendingFrameLoop.d.ts.map +1 -0
  56. package/dist/esm/Canvas/selfSuspendingFrameLoop.js +33 -0
  57. package/dist/esm/Canvas/selfSuspendingFrameLoop.js.map +1 -0
  58. package/dist/esm/Canvas/shapes/ChatBubble/AnchoredOverlay.d.ts +13 -0
  59. package/dist/esm/Canvas/shapes/ChatBubble/AnchoredOverlay.d.ts.map +1 -0
  60. package/dist/esm/Canvas/shapes/ChatBubble/AnchoredOverlay.js +61 -0
  61. package/dist/esm/Canvas/shapes/ChatBubble/AnchoredOverlay.js.map +1 -0
  62. package/dist/esm/Canvas/shapes/ChatBubble/Avatar/PersonAvatarCircle.d.ts +20 -0
  63. package/dist/esm/Canvas/shapes/ChatBubble/Avatar/PersonAvatarCircle.d.ts.map +1 -0
  64. package/dist/esm/Canvas/shapes/ChatBubble/Avatar/PersonAvatarCircle.js +27 -0
  65. package/dist/esm/Canvas/shapes/ChatBubble/Avatar/PersonAvatarCircle.js.map +1 -0
  66. package/dist/esm/Canvas/shapes/ChatBubble/Avatar/getAvatarColor.d.ts +2 -0
  67. package/dist/esm/Canvas/shapes/ChatBubble/Avatar/getAvatarColor.d.ts.map +1 -0
  68. package/dist/esm/Canvas/shapes/ChatBubble/Avatar/getAvatarColor.js +20 -0
  69. package/dist/esm/Canvas/shapes/ChatBubble/Avatar/getAvatarColor.js.map +1 -0
  70. package/dist/esm/Canvas/shapes/ChatBubble/Avatar/getInitials.d.ts +2 -0
  71. package/dist/esm/Canvas/shapes/ChatBubble/Avatar/getInitials.d.ts.map +1 -0
  72. package/dist/esm/Canvas/shapes/ChatBubble/Avatar/getInitials.js +11 -0
  73. package/dist/esm/Canvas/shapes/ChatBubble/Avatar/getInitials.js.map +1 -0
  74. package/dist/esm/Canvas/shapes/ChatBubble/Avatar/index.d.ts +5 -0
  75. package/dist/esm/Canvas/shapes/ChatBubble/Avatar/index.d.ts.map +1 -0
  76. package/dist/esm/Canvas/shapes/ChatBubble/Avatar/index.js +4 -0
  77. package/dist/esm/Canvas/shapes/ChatBubble/Avatar/index.js.map +1 -0
  78. package/dist/esm/Canvas/shapes/ChatBubble/Chat.d.ts +41 -0
  79. package/dist/esm/Canvas/shapes/ChatBubble/Chat.d.ts.map +1 -0
  80. package/dist/esm/Canvas/shapes/ChatBubble/Chat.js +76 -0
  81. package/dist/esm/Canvas/shapes/ChatBubble/Chat.js.map +1 -0
  82. package/dist/esm/Canvas/shapes/ChatBubble/ChatAuthorKind.d.ts +5 -0
  83. package/dist/esm/Canvas/shapes/ChatBubble/ChatAuthorKind.d.ts.map +1 -0
  84. package/dist/esm/Canvas/shapes/ChatBubble/ChatAuthorKind.js +14 -0
  85. package/dist/esm/Canvas/shapes/ChatBubble/ChatAuthorKind.js.map +1 -0
  86. package/dist/esm/Canvas/shapes/ChatBubble/ChatBubble.d.ts +18 -0
  87. package/dist/esm/Canvas/shapes/ChatBubble/ChatBubble.d.ts.map +1 -0
  88. package/dist/esm/Canvas/shapes/ChatBubble/ChatBubble.js +89 -0
  89. package/dist/esm/Canvas/shapes/ChatBubble/ChatBubble.js.map +1 -0
  90. package/dist/esm/Canvas/shapes/ChatBubble/ChatComposer.d.ts +23 -0
  91. package/dist/esm/Canvas/shapes/ChatBubble/ChatComposer.d.ts.map +1 -0
  92. package/dist/esm/Canvas/shapes/ChatBubble/ChatComposer.js +107 -0
  93. package/dist/esm/Canvas/shapes/ChatBubble/ChatComposer.js.map +1 -0
  94. package/dist/esm/Canvas/shapes/ChatBubble/ChatMessage.d.ts +17 -0
  95. package/dist/esm/Canvas/shapes/ChatBubble/ChatMessage.d.ts.map +1 -0
  96. package/dist/esm/Canvas/shapes/ChatBubble/ChatMessage.js +2 -0
  97. package/dist/esm/Canvas/shapes/ChatBubble/ChatMessage.js.map +1 -0
  98. package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageBubble.d.ts +25 -0
  99. package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageBubble.d.ts.map +1 -0
  100. package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageBubble.js +31 -0
  101. package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageBubble.js.map +1 -0
  102. package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageReaction.d.ts +6 -0
  103. package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageReaction.d.ts.map +1 -0
  104. package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageReaction.js +2 -0
  105. package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageReaction.js.map +1 -0
  106. package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageReactionUser.d.ts +7 -0
  107. package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageReactionUser.d.ts.map +1 -0
  108. package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageReactionUser.js +2 -0
  109. package/dist/esm/Canvas/shapes/ChatBubble/ChatMessageReactionUser.js.map +1 -0
  110. package/dist/esm/Canvas/shapes/ChatBubble/ChatOwnReaction.d.ts +6 -0
  111. package/dist/esm/Canvas/shapes/ChatBubble/ChatOwnReaction.d.ts.map +1 -0
  112. package/dist/esm/Canvas/shapes/ChatBubble/ChatOwnReaction.js +2 -0
  113. package/dist/esm/Canvas/shapes/ChatBubble/ChatOwnReaction.js.map +1 -0
  114. package/dist/esm/Canvas/shapes/ChatBubble/ChatTypingAuthor.d.ts +8 -0
  115. package/dist/esm/Canvas/shapes/ChatBubble/ChatTypingAuthor.d.ts.map +1 -0
  116. package/dist/esm/Canvas/shapes/ChatBubble/ChatTypingAuthor.js +2 -0
  117. package/dist/esm/Canvas/shapes/ChatBubble/ChatTypingAuthor.js.map +1 -0
  118. package/dist/esm/Canvas/shapes/ChatBubble/ChatVariant.d.ts +5 -0
  119. package/dist/esm/Canvas/shapes/ChatBubble/ChatVariant.d.ts.map +1 -0
  120. package/dist/esm/Canvas/shapes/ChatBubble/ChatVariant.js +15 -0
  121. package/dist/esm/Canvas/shapes/ChatBubble/ChatVariant.js.map +1 -0
  122. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiCategory.d.ts +6 -0
  123. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiCategory.d.ts.map +1 -0
  124. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiCategory.js +2 -0
  125. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiCategory.js.map +1 -0
  126. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiCategoryKey.d.ts +12 -0
  127. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiCategoryKey.d.ts.map +1 -0
  128. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiCategoryKey.js +18 -0
  129. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiCategoryKey.js.map +1 -0
  130. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiMemory.d.ts +5 -0
  131. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiMemory.d.ts.map +1 -0
  132. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiMemory.js +2 -0
  133. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiMemory.js.map +1 -0
  134. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiPicker.d.ts +14 -0
  135. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiPicker.d.ts.map +1 -0
  136. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiPicker.js +51 -0
  137. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/EmojiPicker.js.map +1 -0
  138. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/emojiCatalog.d.ts +3 -0
  139. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/emojiCatalog.d.ts.map +1 -0
  140. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/emojiCatalog.js +155 -0
  141. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/emojiCatalog.js.map +1 -0
  142. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/index.d.ts +7 -0
  143. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/index.d.ts.map +1 -0
  144. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/index.js +7 -0
  145. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/index.js.map +1 -0
  146. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/recentEmojis.d.ts +6 -0
  147. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/recentEmojis.d.ts.map +1 -0
  148. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/recentEmojis.js +59 -0
  149. package/dist/esm/Canvas/shapes/ChatBubble/Emoji/recentEmojis.js.map +1 -0
  150. package/dist/esm/Canvas/shapes/ChatBubble/FailedReply.d.ts +23 -0
  151. package/dist/esm/Canvas/shapes/ChatBubble/FailedReply.d.ts.map +1 -0
  152. package/dist/esm/Canvas/shapes/ChatBubble/FailedReply.js +28 -0
  153. package/dist/esm/Canvas/shapes/ChatBubble/FailedReply.js.map +1 -0
  154. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionCandidate.d.ts +9 -0
  155. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionCandidate.d.ts.map +1 -0
  156. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionCandidate.js +2 -0
  157. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionCandidate.js.map +1 -0
  158. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionQuery.d.ts +5 -0
  159. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionQuery.d.ts.map +1 -0
  160. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionQuery.js +2 -0
  161. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionQuery.js.map +1 -0
  162. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionSuggestions.d.ts +11 -0
  163. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionSuggestions.d.ts.map +1 -0
  164. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionSuggestions.js +14 -0
  165. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/MentionSuggestions.js.map +1 -0
  166. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/activeMentionQuery.d.ts +3 -0
  167. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/activeMentionQuery.d.ts.map +1 -0
  168. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/activeMentionQuery.js +34 -0
  169. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/activeMentionQuery.js.map +1 -0
  170. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/applyMention.d.ts +7 -0
  171. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/applyMention.d.ts.map +1 -0
  172. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/applyMention.js +23 -0
  173. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/applyMention.js.map +1 -0
  174. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/index.d.ts +7 -0
  175. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/index.d.ts.map +1 -0
  176. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/index.js +7 -0
  177. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/index.js.map +1 -0
  178. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/matchCandidates.d.ts +3 -0
  179. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/matchCandidates.d.ts.map +1 -0
  180. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/matchCandidates.js +24 -0
  181. package/dist/esm/Canvas/shapes/ChatBubble/Mentions/matchCandidates.js.map +1 -0
  182. package/dist/esm/Canvas/shapes/ChatBubble/MessageReactions.d.ts +6 -0
  183. package/dist/esm/Canvas/shapes/ChatBubble/MessageReactions.d.ts.map +1 -0
  184. package/dist/esm/Canvas/shapes/ChatBubble/MessageReactions.js +28 -0
  185. package/dist/esm/Canvas/shapes/ChatBubble/MessageReactions.js.map +1 -0
  186. package/dist/esm/Canvas/shapes/ChatBubble/ReactionPicker.d.ts +20 -0
  187. package/dist/esm/Canvas/shapes/ChatBubble/ReactionPicker.d.ts.map +1 -0
  188. package/dist/esm/Canvas/shapes/ChatBubble/ReactionPicker.js +50 -0
  189. package/dist/esm/Canvas/shapes/ChatBubble/ReactionPicker.js.map +1 -0
  190. package/dist/esm/Canvas/shapes/ChatBubble/TypingIndicator.d.ts +9 -0
  191. package/dist/esm/Canvas/shapes/ChatBubble/TypingIndicator.d.ts.map +1 -0
  192. package/dist/esm/Canvas/shapes/ChatBubble/TypingIndicator.js +18 -0
  193. package/dist/esm/Canvas/shapes/ChatBubble/TypingIndicator.js.map +1 -0
  194. package/dist/esm/Canvas/shapes/ChatBubble/findOwnReaction.d.ts +5 -0
  195. package/dist/esm/Canvas/shapes/ChatBubble/findOwnReaction.d.ts.map +1 -0
  196. package/dist/esm/Canvas/shapes/ChatBubble/findOwnReaction.js +19 -0
  197. package/dist/esm/Canvas/shapes/ChatBubble/findOwnReaction.js.map +1 -0
  198. package/dist/esm/Canvas/shapes/ChatBubble/index.d.ts +31 -0
  199. package/dist/esm/Canvas/shapes/ChatBubble/index.d.ts.map +1 -0
  200. package/dist/esm/Canvas/shapes/ChatBubble/index.js +17 -0
  201. package/dist/esm/Canvas/shapes/ChatBubble/index.js.map +1 -0
  202. package/dist/esm/Canvas/shapes/ChatBubble/reactionsExcludingUser.d.ts +4 -0
  203. package/dist/esm/Canvas/shapes/ChatBubble/reactionsExcludingUser.d.ts.map +1 -0
  204. package/dist/esm/Canvas/shapes/ChatBubble/reactionsExcludingUser.js +16 -0
  205. package/dist/esm/Canvas/shapes/ChatBubble/reactionsExcludingUser.js.map +1 -0
  206. package/dist/esm/Canvas/shapes/Note/Note.d.ts +22 -0
  207. package/dist/esm/Canvas/shapes/Note/Note.d.ts.map +1 -0
  208. package/dist/esm/Canvas/shapes/Note/Note.js +237 -0
  209. package/dist/esm/Canvas/shapes/Note/Note.js.map +1 -0
  210. package/dist/esm/Canvas/shapes/Note/index.d.ts +3 -0
  211. package/dist/esm/Canvas/shapes/Note/index.d.ts.map +1 -0
  212. package/dist/esm/Canvas/shapes/Note/index.js +2 -0
  213. package/dist/esm/Canvas/shapes/Note/index.js.map +1 -0
  214. package/dist/esm/Canvas/shapes/Note/noteFont.d.ts +2 -0
  215. package/dist/esm/Canvas/shapes/Note/noteFont.d.ts.map +1 -0
  216. package/dist/esm/Canvas/shapes/Note/noteFont.js +26 -0
  217. package/dist/esm/Canvas/shapes/Note/noteFont.js.map +1 -0
  218. package/dist/esm/Canvas/shapes/Region/Region.d.ts +22 -0
  219. package/dist/esm/Canvas/shapes/Region/Region.d.ts.map +1 -0
  220. package/dist/esm/Canvas/shapes/Region/Region.js +150 -0
  221. package/dist/esm/Canvas/shapes/Region/Region.js.map +1 -0
  222. package/dist/esm/Canvas/shapes/Region/index.d.ts +3 -0
  223. package/dist/esm/Canvas/shapes/Region/index.d.ts.map +1 -0
  224. package/dist/esm/Canvas/shapes/Region/index.js +2 -0
  225. package/dist/esm/Canvas/shapes/Region/index.js.map +1 -0
  226. package/dist/esm/Canvas/useDragSelectionGuard.d.ts +2 -0
  227. package/dist/esm/Canvas/useDragSelectionGuard.d.ts.map +1 -0
  228. package/dist/esm/Canvas/useDragSelectionGuard.js +59 -0
  229. package/dist/esm/Canvas/useDragSelectionGuard.js.map +1 -0
  230. package/dist/esm/Canvas/zoomMechanism.d.ts +4 -0
  231. package/dist/esm/Canvas/zoomMechanism.d.ts.map +1 -0
  232. package/dist/esm/Canvas/zoomMechanism.js +58 -0
  233. package/dist/esm/Canvas/zoomMechanism.js.map +1 -0
  234. package/dist/esm/CommandDialog/CommandDialog.d.ts +3 -6
  235. package/dist/esm/CommandDialog/CommandDialog.d.ts.map +1 -1
  236. package/dist/esm/CommandDialog/CommandDialog.js +3 -2
  237. package/dist/esm/CommandDialog/CommandDialog.js.map +1 -1
  238. package/dist/esm/CommandDialog/CommandStepper.d.ts.map +1 -1
  239. package/dist/esm/CommandDialog/CommandStepper.js +3 -2
  240. package/dist/esm/CommandDialog/CommandStepper.js.map +1 -1
  241. package/dist/esm/CommandForm/commandFormMarkers.d.ts +12 -0
  242. package/dist/esm/CommandForm/commandFormMarkers.d.ts.map +1 -0
  243. package/dist/esm/CommandForm/commandFormMarkers.js +69 -0
  244. package/dist/esm/CommandForm/commandFormMarkers.js.map +1 -0
  245. package/dist/esm/CommandForm/fields/CalendarField.d.ts +1 -1
  246. package/dist/esm/CommandForm/fields/CalendarField.d.ts.map +1 -1
  247. package/dist/esm/CommandForm/fields/CheckboxField.d.ts +1 -1
  248. package/dist/esm/CommandForm/fields/CheckboxField.d.ts.map +1 -1
  249. package/dist/esm/CommandForm/fields/ChipsField.d.ts +1 -1
  250. package/dist/esm/CommandForm/fields/ChipsField.d.ts.map +1 -1
  251. package/dist/esm/CommandForm/fields/ColorPickerField.d.ts +1 -1
  252. package/dist/esm/CommandForm/fields/ColorPickerField.d.ts.map +1 -1
  253. package/dist/esm/CommandForm/fields/DropdownField.d.ts +1 -1
  254. package/dist/esm/CommandForm/fields/DropdownField.d.ts.map +1 -1
  255. package/dist/esm/CommandForm/fields/InputTextField.d.ts +1 -1
  256. package/dist/esm/CommandForm/fields/InputTextField.d.ts.map +1 -1
  257. package/dist/esm/CommandForm/fields/MultiSelectField.d.ts +1 -1
  258. package/dist/esm/CommandForm/fields/MultiSelectField.d.ts.map +1 -1
  259. package/dist/esm/CommandForm/fields/NumberField.d.ts +1 -1
  260. package/dist/esm/CommandForm/fields/NumberField.d.ts.map +1 -1
  261. package/dist/esm/CommandForm/fields/PasswordField.d.ts +1 -1
  262. package/dist/esm/CommandForm/fields/PasswordField.d.ts.map +1 -1
  263. package/dist/esm/CommandForm/fields/RadioButtonField.d.ts +1 -1
  264. package/dist/esm/CommandForm/fields/RadioButtonField.d.ts.map +1 -1
  265. package/dist/esm/CommandForm/fields/RadioGroupField.d.ts +1 -1
  266. package/dist/esm/CommandForm/fields/RadioGroupField.d.ts.map +1 -1
  267. package/dist/esm/CommandForm/fields/RatingField.d.ts +1 -1
  268. package/dist/esm/CommandForm/fields/RatingField.d.ts.map +1 -1
  269. package/dist/esm/CommandForm/fields/SliderField.d.ts +1 -1
  270. package/dist/esm/CommandForm/fields/SliderField.d.ts.map +1 -1
  271. package/dist/esm/CommandForm/fields/TextAreaField.d.ts +1 -1
  272. package/dist/esm/CommandForm/fields/TextAreaField.d.ts.map +1 -1
  273. package/dist/esm/CommandForm/fields/ToggleSwitchField.d.ts +1 -1
  274. package/dist/esm/CommandForm/fields/ToggleSwitchField.d.ts.map +1 -1
  275. package/dist/esm/CommandForm/index.d.ts +1 -0
  276. package/dist/esm/CommandForm/index.d.ts.map +1 -1
  277. package/dist/esm/CommandForm/index.js +1 -0
  278. package/dist/esm/CommandForm/index.js.map +1 -1
  279. package/dist/esm/Common/CratisComponentsProvider.d.ts.map +1 -1
  280. package/dist/esm/Common/CratisComponentsProvider.js +6 -3
  281. package/dist/esm/Common/CratisComponentsProvider.js.map +1 -1
  282. package/dist/esm/Common/DatePickerInput.d.ts +11 -4
  283. package/dist/esm/Common/DatePickerInput.d.ts.map +1 -1
  284. package/dist/esm/Common/DatePickerInput.js +18 -2
  285. package/dist/esm/Common/DatePickerInput.js.map +1 -1
  286. package/dist/esm/Common/ErrorBoundary.d.ts +1 -1
  287. package/dist/esm/Compatibility/PrimeReact11PassThroughComponent.d.ts +3 -0
  288. package/dist/esm/Compatibility/PrimeReact11PassThroughComponent.d.ts.map +1 -0
  289. package/dist/esm/Compatibility/PrimeReact11PassThroughComponent.js +2 -0
  290. package/dist/esm/Compatibility/PrimeReact11PassThroughComponent.js.map +1 -0
  291. package/dist/esm/Compatibility/assertPrimeReact11PassThroughCompatibility.d.ts +3 -0
  292. package/dist/esm/Compatibility/assertPrimeReact11PassThroughCompatibility.d.ts.map +1 -0
  293. package/dist/esm/Compatibility/assertPrimeReact11PassThroughCompatibility.js +49 -0
  294. package/dist/esm/Compatibility/assertPrimeReact11PassThroughCompatibility.js.map +1 -0
  295. package/dist/esm/Compatibility/components3PrimeReact11PassThroughContract.d.ts +369 -0
  296. package/dist/esm/Compatibility/components3PrimeReact11PassThroughContract.d.ts.map +1 -0
  297. package/dist/esm/Compatibility/components3PrimeReact11PassThroughContract.js +271 -0
  298. package/dist/esm/Compatibility/components3PrimeReact11PassThroughContract.js.map +1 -0
  299. package/dist/esm/Compatibility/index.d.ts +5 -0
  300. package/dist/esm/Compatibility/index.d.ts.map +1 -0
  301. package/dist/esm/Compatibility/index.js +7 -0
  302. package/dist/esm/Compatibility/index.js.map +1 -0
  303. package/dist/esm/Compatibility/primeReact11PassThroughSentinelPreset.d.ts +8 -0
  304. package/dist/esm/Compatibility/primeReact11PassThroughSentinelPreset.d.ts.map +1 -0
  305. package/dist/esm/Compatibility/primeReact11PassThroughSentinelPreset.js +48 -0
  306. package/dist/esm/Compatibility/primeReact11PassThroughSentinelPreset.js.map +1 -0
  307. package/dist/esm/DataPage/DataPage.d.ts +4 -4
  308. package/dist/esm/DataPage/DataPage.d.ts.map +1 -1
  309. package/dist/esm/DataPage/DataPage.js +6 -10
  310. package/dist/esm/DataPage/DataPage.js.map +1 -1
  311. package/dist/esm/DataTables/Column.d.ts +3 -1
  312. package/dist/esm/DataTables/Column.d.ts.map +1 -1
  313. package/dist/esm/DataTables/Column.js.map +1 -1
  314. package/dist/esm/DataTables/ColumnFilterMenu.d.ts +22 -2
  315. package/dist/esm/DataTables/ColumnFilterMenu.d.ts.map +1 -1
  316. package/dist/esm/DataTables/ColumnFilterMenu.js +50 -13
  317. package/dist/esm/DataTables/ColumnFilterMenu.js.map +1 -1
  318. package/dist/esm/DataTables/DataTableCore.d.ts.map +1 -1
  319. package/dist/esm/DataTables/DataTableCore.js +22 -3
  320. package/dist/esm/DataTables/DataTableCore.js.map +1 -1
  321. package/dist/esm/DataTables/DataTableFilterMatcherRegistry.d.ts +14 -0
  322. package/dist/esm/DataTables/DataTableFilterMatcherRegistry.d.ts.map +1 -0
  323. package/dist/esm/DataTables/DataTableFilterMatcherRegistry.js +67 -0
  324. package/dist/esm/DataTables/DataTableFilterMatcherRegistry.js.map +1 -0
  325. package/dist/esm/DataTables/DataTableFilterMeta.d.ts +26 -1
  326. package/dist/esm/DataTables/DataTableFilterMeta.d.ts.map +1 -1
  327. package/dist/esm/DataTables/DataTableFilterMeta.js +24 -2
  328. package/dist/esm/DataTables/DataTableFilterMeta.js.map +1 -1
  329. package/dist/esm/DataTables/DataTableForObservableQuery.d.ts +3 -3
  330. package/dist/esm/DataTables/DataTableForObservableQuery.d.ts.map +1 -1
  331. package/dist/esm/DataTables/DataTableForObservableQuery.js +9 -3
  332. package/dist/esm/DataTables/DataTableForObservableQuery.js.map +1 -1
  333. package/dist/esm/DataTables/DataTableForQuery.d.ts +3 -3
  334. package/dist/esm/DataTables/DataTableForQuery.d.ts.map +1 -1
  335. package/dist/esm/DataTables/DataTableForQuery.js +8 -2
  336. package/dist/esm/DataTables/DataTableForQuery.js.map +1 -1
  337. package/dist/esm/DataTables/TablePaginator.d.ts +1 -1
  338. package/dist/esm/DataTables/TablePaginator.d.ts.map +1 -1
  339. package/dist/esm/DataTables/TablePaginator.js +13 -4
  340. package/dist/esm/DataTables/TablePaginator.js.map +1 -1
  341. package/dist/esm/DataTables/index.d.ts +1 -0
  342. package/dist/esm/DataTables/index.d.ts.map +1 -1
  343. package/dist/esm/DataTables/index.js +3 -1
  344. package/dist/esm/DataTables/index.js.map +1 -1
  345. package/dist/esm/Dialogs/Dialog.d.ts +2 -2
  346. package/dist/esm/Dialogs/Dialog.d.ts.map +1 -1
  347. package/dist/esm/Dialogs/Dialog.js +16 -18
  348. package/dist/esm/Dialogs/Dialog.js.map +1 -1
  349. package/dist/esm/Display/Message.d.ts +2 -1
  350. package/dist/esm/Display/Message.d.ts.map +1 -1
  351. package/dist/esm/Display/Message.js +14 -2
  352. package/dist/esm/Display/Message.js.map +1 -1
  353. package/dist/esm/Dropdown/Dropdown.d.ts +4 -2
  354. package/dist/esm/Dropdown/Dropdown.d.ts.map +1 -1
  355. package/dist/esm/Dropdown/Dropdown.js +17 -2
  356. package/dist/esm/Dropdown/Dropdown.js.map +1 -1
  357. package/dist/esm/Filter/FilterPanel.d.ts.map +1 -1
  358. package/dist/esm/Filter/FilterPanel.js +1 -1
  359. package/dist/esm/Filter/FilterPanel.js.map +1 -1
  360. package/dist/esm/Filter/RangeHistogramFilter.d.ts +4 -3
  361. package/dist/esm/Filter/RangeHistogramFilter.d.ts.map +1 -1
  362. package/dist/esm/Filter/RangeHistogramFilter.js +4 -23
  363. package/dist/esm/Filter/RangeHistogramFilter.js.map +1 -1
  364. package/dist/esm/Filter/index.d.ts +3 -2
  365. package/dist/esm/Filter/index.d.ts.map +1 -1
  366. package/dist/esm/Filter/index.js +1 -1
  367. package/dist/esm/Filter/types.d.ts +7 -1
  368. package/dist/esm/Filter/types.d.ts.map +1 -1
  369. package/dist/esm/Filter/utils.d.ts +5 -1
  370. package/dist/esm/Filter/utils.d.ts.map +1 -1
  371. package/dist/esm/Filter/utils.js +33 -1
  372. package/dist/esm/Filter/utils.js.map +1 -1
  373. package/dist/esm/Notifications/Toaster.d.ts +8 -1
  374. package/dist/esm/Notifications/Toaster.d.ts.map +1 -1
  375. package/dist/esm/Notifications/Toaster.js +16 -10
  376. package/dist/esm/Notifications/Toaster.js.map +1 -1
  377. package/dist/esm/Notifications/index.js +1 -1
  378. package/dist/esm/Notifications/toast.d.ts +52 -2
  379. package/dist/esm/Notifications/toast.d.ts.map +1 -1
  380. package/dist/esm/Notifications/toast.js +100 -2
  381. package/dist/esm/Notifications/toast.js.map +1 -1
  382. package/dist/esm/Notifications/toastCommandResult.js +2 -2
  383. package/dist/esm/Notifications/toastCommandResult.js.map +1 -1
  384. package/dist/esm/PatrickHand-latin-ext.woff2 +0 -0
  385. package/dist/esm/PatrickHand-latin.woff2 +0 -0
  386. package/dist/esm/PatrickHand-vietnamese.woff2 +0 -0
  387. package/dist/esm/Styled/CratisPreset.d.ts +2 -0
  388. package/dist/esm/Styled/CratisPreset.d.ts.map +1 -0
  389. package/dist/esm/Styled/CratisPreset.js +80 -0
  390. package/dist/esm/Styled/CratisPreset.js.map +1 -0
  391. package/dist/esm/Styled/index.d.ts +4 -0
  392. package/dist/esm/Styled/index.d.ts.map +1 -0
  393. package/dist/esm/Styled/index.js +4 -0
  394. package/dist/esm/Styled/index.js.map +1 -0
  395. package/dist/esm/Styled/primeReactStyles.d.ts +3 -0
  396. package/dist/esm/Styled/primeReactStyles.d.ts.map +1 -0
  397. package/dist/esm/Styled/primeReactStyles.js +202 -0
  398. package/dist/esm/Styled/primeReactStyles.js.map +1 -0
  399. package/dist/esm/Styled/styledMode.d.ts +12 -0
  400. package/dist/esm/Styled/styledMode.d.ts.map +1 -0
  401. package/dist/esm/Styled/styledMode.js +68 -0
  402. package/dist/esm/Styled/styledMode.js.map +1 -0
  403. package/dist/esm/index.d.ts +4 -1
  404. package/dist/esm/index.d.ts.map +1 -1
  405. package/dist/esm/index.js +42 -35
  406. package/dist/esm/index.js.map +1 -1
  407. package/dist/esm/primereact-v10-palette.css +242 -0
  408. package/dist/esm/styles.css +1287 -5
  409. package/dist/esm/theme.css +30 -4
  410. package/dist/esm/tokens.css +18 -11
  411. package/package.json +31 -7
@@ -0,0 +1,202 @@
1
+ import { styles as styles$19 } from '@primereact/styles/accordion';
2
+ import { styles as styles$18 } from '@primereact/styles/autocomplete';
3
+ import { styles as styles$17 } from '@primereact/styles/avatar';
4
+ import { styles as styles$16 } from '@primereact/styles/avatargroup';
5
+ import { styles as styles$15 } from '@primereact/styles/badge';
6
+ import { styles as styles$14 } from '@primereact/styles/breadcrumb';
7
+ import { styles as styles$13 } from '@primereact/styles/button';
8
+ import { styles as styles$12 } from '@primereact/styles/buttongroup';
9
+ import { styles as styles$11 } from '@primereact/styles/card';
10
+ import { styles as styles$10 } from '@primereact/styles/carousel';
11
+ import { styles as styles$$ } from '@primereact/styles/checkbox';
12
+ import { styles as styles$_ } from '@primereact/styles/checkboxgroup';
13
+ import { styles as styles$Z } from '@primereact/styles/chip';
14
+ import { styles as styles$Y } from '@primereact/styles/compare';
15
+ import { styles as styles$X } from '@primereact/styles/contextmenu';
16
+ import { styles as styles$W } from '@primereact/styles/datatable';
17
+ import { styles as styles$V } from '@primereact/styles/dataview';
18
+ import { styles as styles$U } from '@primereact/styles/datepicker';
19
+ import { styles as styles$T } from '@primereact/styles/dialog';
20
+ import { styles as styles$S } from '@primereact/styles/divider';
21
+ import { styles as styles$R } from '@primereact/styles/drawer';
22
+ import { styles as styles$Q } from '@primereact/styles/fieldset';
23
+ import { styles as styles$P } from '@primereact/styles/fileupload';
24
+ import { styles as styles$O } from '@primereact/styles/floatlabel';
25
+ import { styles as styles$N } from '@primereact/styles/fluid';
26
+ import { styles as styles$M } from '@primereact/styles/gallery';
27
+ import { styles as styles$L } from '@primereact/styles/iconfield';
28
+ import { styles as styles$K } from '@primereact/styles/iftalabel';
29
+ import { styles as styles$J } from '@primereact/styles/inplace';
30
+ import { styles as styles$I } from '@primereact/styles/inputcolor';
31
+ import { styles as styles$H } from '@primereact/styles/inputgroup';
32
+ import { styles as styles$G } from '@primereact/styles/inputnumber';
33
+ import { styles as styles$F } from '@primereact/styles/inputotp';
34
+ import { styles as styles$D } from '@primereact/styles/inputtags';
35
+ import { styles as styles$C } from '@primereact/styles/inputtext';
36
+ import { styles as styles$B } from '@primereact/styles/knob';
37
+ import { styles as styles$A } from '@primereact/styles/label';
38
+ import { styles as styles$z } from '@primereact/styles/listbox';
39
+ import { styles as styles$y } from '@primereact/styles/menu';
40
+ import { styles as styles$x } from '@primereact/styles/message';
41
+ import { styles as styles$w } from '@primereact/styles/metergroup';
42
+ import { styles as styles$v } from '@primereact/styles/navigationmenu';
43
+ import { styles as styles$u } from '@primereact/styles/organizationchart';
44
+ import { styles as styles$t } from '@primereact/styles/overlaybadge';
45
+ import { styles as styles$s } from '@primereact/styles/paginator';
46
+ import { styles as styles$r } from '@primereact/styles/panel';
47
+ import { styles as styles$E } from '@primereact/styles/password';
48
+ import { styles as styles$q } from '@primereact/styles/popover';
49
+ import { styles as styles$p } from '@primereact/styles/progressbar';
50
+ import { styles as styles$o } from '@primereact/styles/progressspinner';
51
+ import { styles as styles$n } from '@primereact/styles/radiobutton';
52
+ import { styles as styles$m } from '@primereact/styles/radiobuttongroup';
53
+ import { styles as styles$l } from '@primereact/styles/rating';
54
+ import { styles as styles$k } from '@primereact/styles/scrollarea';
55
+ import { styles as styles$j } from '@primereact/styles/select';
56
+ import { layoutStyles, styles as styles$i } from '@primereact/styles/sidebar';
57
+ import { styles as styles$h } from '@primereact/styles/skeleton';
58
+ import { styles as styles$g } from '@primereact/styles/slider';
59
+ import { styles as styles$f } from '@primereact/styles/speeddial';
60
+ import { styles as styles$e } from '@primereact/styles/splitter';
61
+ import { styles as styles$d } from '@primereact/styles/stepper';
62
+ import { styles as styles$c } from '@primereact/styles/tabs';
63
+ import { styles as styles$b } from '@primereact/styles/tag';
64
+ import { styles as styles$a } from '@primereact/styles/terminal';
65
+ import { styles as styles$9 } from '@primereact/styles/textarea';
66
+ import { styles as styles$8 } from '@primereact/styles/timeline';
67
+ import { styles as styles$7 } from '@primereact/styles/toast';
68
+ import { styles as styles$6 } from '@primereact/styles/toaster';
69
+ import { styles as styles$5 } from '@primereact/styles/togglebutton';
70
+ import { styles as styles$4 } from '@primereact/styles/togglebuttongroup';
71
+ import { styles as styles$3 } from '@primereact/styles/toggleswitch';
72
+ import { styles as styles$2 } from '@primereact/styles/toolbar';
73
+ import { styles as styles$1 } from '@primereact/styles/tooltip';
74
+ import { styles } from '@primereact/styles/tree';
75
+
76
+ // Copyright (c) Cratis. All rights reserved.
77
+ // Licensed under the MIT license. See LICENSE file in the project root for full license information.
78
+ /**
79
+ * The names PrimeReact's motion hook uses for the enter/leave classes of an overlay or
80
+ * collapsible part. `@primereact/ui` hands these to the same primitives when it composes
81
+ * its styled components; the theme's transitions key off them.
82
+ */
83
+ const anchoredOverlay = 'p-anchored-overlay';
84
+ const collapsible = 'p-collapsible';
85
+ const overlayMask = 'p-overlay-mask';
86
+ /** A root that carries a component's `styles`, optionally with the motion its parts animate through. */
87
+ const styled = (styles, motion) => ({ props: motion ? { styles, motionProps: { name: motion } } : { styles } });
88
+ /** A part that only needs its motion name — its classes come from the root's `styles`. */
89
+ const motion = (name) => ({ props: { motionProps: { name } } });
90
+ /**
91
+ * PrimeReact 11's own component styles, keyed by primitive component name, ready to be
92
+ * handed to the provider as `defaults`.
93
+ *
94
+ * PrimeReact 11 splits every component in two: the `primereact/*` primitives, which own
95
+ * behavior and render structural markup with `data-scope` / `data-part` attributes and no
96
+ * class names, and `@primereact/styles/*`, which holds the `p-*` class names and the CSS
97
+ * that a `@primeuix/themes` preset drives. `@primereact/ui/*` is nothing more than the two
98
+ * glued together: each styled component is the primitive with its `styles` prop preset.
99
+ *
100
+ * `@cratis/components` builds on the primitives, so a preset alone leaves it unstyled.
101
+ * PrimeReact's provider accepts default props per component name (`defaults`), and
102
+ * `styles` is a public prop on every primitive, so this map performs the same gluing
103
+ * `@primereact/ui` does — for every primitive rendered under the provider, whether by
104
+ * this library or by the application. Together with a preset it is styled mode. Prefer
105
+ * {@link styledMode}, which combines the two.
106
+ *
107
+ * Every entry keys the primitive's *root* name (`Dialog.Root`, `Button`), because the
108
+ * parts read their class names from the root's styles. The overlay/collapsible parts
109
+ * that animate are also listed, with the motion name the theme's transitions expect.
110
+ */
111
+ const primeReactStyles = {
112
+ 'Accordion.Root': styled(styles$19, collapsible),
113
+ 'AutoComplete.Root': styled(styles$18),
114
+ 'AutoComplete.Popup': motion(anchoredOverlay),
115
+ 'Avatar.Root': styled(styles$17),
116
+ 'AvatarGroup': styled(styles$16),
117
+ 'Badge': styled(styles$15),
118
+ 'Breadcrumb.Root': styled(styles$14),
119
+ 'Button': styled(styles$13),
120
+ 'ButtonGroup': styled(styles$12),
121
+ 'Card.Root': styled(styles$11),
122
+ 'Carousel.Root': styled(styles$10),
123
+ 'Checkbox.Root': styled(styles$$),
124
+ 'CheckboxGroup': styled(styles$_),
125
+ 'Chip.Root': styled(styles$Z),
126
+ 'Compare.Root': styled(styles$Y),
127
+ 'ContextMenu.Root': styled(styles$X),
128
+ 'ContextMenu.Popup': motion(anchoredOverlay),
129
+ 'DataTable.Root': styled(styles$W),
130
+ 'DataView.Root': styled(styles$V),
131
+ 'DatePicker.Root': styled(styles$U),
132
+ 'DatePicker.Popup': motion(anchoredOverlay),
133
+ 'Dialog.Root': styled(styles$T),
134
+ 'Dialog.Backdrop': motion(overlayMask),
135
+ 'Dialog.Popup': motion('p-dialog'),
136
+ 'Divider': styled(styles$S),
137
+ 'Drawer.Root': styled(styles$R),
138
+ 'Drawer.Backdrop': motion(overlayMask),
139
+ 'Drawer.Popup': motion('p-drawer'),
140
+ 'Fieldset.Root': styled(styles$Q, collapsible),
141
+ 'FileUpload.Root': styled(styles$P),
142
+ 'FloatLabel': styled(styles$O),
143
+ 'Fluid': styled(styles$N),
144
+ 'Gallery.Root': styled(styles$M),
145
+ 'IconField.Root': styled(styles$L),
146
+ 'IftaLabel': styled(styles$K),
147
+ 'Inplace.Root': styled(styles$J),
148
+ 'InputColor.Root': styled(styles$I),
149
+ 'InputGroup.Root': styled(styles$H),
150
+ 'InputNumber.Root': styled(styles$G),
151
+ 'InputOtp.Root': styled(styles$F),
152
+ 'InputPassword': styled(styles$E),
153
+ 'InputTags.Root': styled(styles$D),
154
+ 'InputText': styled(styles$C),
155
+ 'Knob.Root': styled(styles$B),
156
+ 'Label': styled(styles$A),
157
+ 'Listbox.Root': styled(styles$z),
158
+ 'Menu.Root': styled(styles$y),
159
+ 'Menu.Popup': motion(anchoredOverlay),
160
+ 'Message.Root': styled(styles$x),
161
+ 'MeterGroup.Root': styled(styles$w),
162
+ 'NavigationMenu': styled(styles$v),
163
+ 'OrganizationChart.Root': styled(styles$u),
164
+ 'OverlayBadge': styled(styles$t),
165
+ 'Paginator.Root': styled(styles$s),
166
+ 'Panel.Root': styled(styles$r, collapsible),
167
+ 'Popover.Root': styled(styles$q),
168
+ 'Popover.Popup': motion(anchoredOverlay),
169
+ 'ProgressBar.Root': styled(styles$p),
170
+ 'ProgressSpinner.Root': styled(styles$o),
171
+ 'RadioButton.Root': styled(styles$n),
172
+ 'RadioButtonGroup': styled(styles$m),
173
+ 'Rating.Root': styled(styles$l),
174
+ 'ScrollArea.Root': styled(styles$k),
175
+ 'Select.Root': styled(styles$j),
176
+ 'Select.Popup': motion(anchoredOverlay),
177
+ 'Sidebar.Root': styled(styles$i),
178
+ 'Sidebar.Layout': styled(layoutStyles),
179
+ 'Sidebar.Backdrop': motion(overlayMask),
180
+ 'Skeleton': styled(styles$h),
181
+ 'Slider.Root': styled(styles$g),
182
+ 'SpeedDial.Root': styled(styles$f),
183
+ 'Splitter.Root': styled(styles$e),
184
+ 'Stepper.Root': styled(styles$d, collapsible),
185
+ 'Tabs.Root': styled(styles$c),
186
+ 'Tag': styled(styles$b),
187
+ 'Terminal.Root': styled(styles$a),
188
+ 'Textarea': styled(styles$9),
189
+ 'Timeline.Root': styled(styles$8),
190
+ 'Toast.Root': styled(styles$7),
191
+ 'Toaster.Root': styled(styles$6),
192
+ 'ToggleButton.Root': styled(styles$5),
193
+ 'ToggleButtonGroup': styled(styles$4),
194
+ 'ToggleSwitch.Root': styled(styles$3),
195
+ 'Toolbar.Root': styled(styles$2),
196
+ 'Tooltip.Root': styled(styles$1),
197
+ 'Tooltip.Popup': motion('p-tooltip'),
198
+ 'Tree.Root': styled(styles),
199
+ };
200
+
201
+ export { primeReactStyles };
202
+ //# sourceMappingURL=primeReactStyles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"primeReactStyles.js","sources":["../../../Styled/primeReactStyles.ts"],"sourcesContent":[null],"names":["accordion","autocomplete","avatar","avatarGroup","badge","breadcrumb","button","buttonGroup","card","carousel","checkbox","checkboxGroup","chip","compare","contextMenu","dataTable","dataView","datePicker","dialog","divider","drawer","fieldset","fileUpload","floatLabel","fluid","gallery","iconField","iftaLabel","inplace","inputColor","inputGroup","inputNumber","inputOtp","password","inputTags","inputText","knob","label","listbox","menu","message","meterGroup","navigationMenu","organizationChart","overlayBadge","paginator","panel","popover","progressBar","progressSpinner","radioButton","radioButtonGroup","rating","scrollArea","select","sidebar","sidebarLayout","skeleton","slider","speedDial","splitter","stepper","tabs","tag","terminal","textarea","timeline","toast","toaster","toggleButton","toggleButtonGroup","toggleSwitch","toolbar","tooltip","tree"],"mappings":"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"}
@@ -0,0 +1,12 @@
1
+ import type { CSSLayer, ThemeOptions } from '@primereact/types/core';
2
+ import type { CratisComponentsConfig } from '../Common/CratisComponentsProvider';
3
+ export declare const primeReactCssLayer = "primereact";
4
+ export declare const primeReactCssLayerOrder = "theme, base, primereact, components, utilities";
5
+ export declare const cratisDarkModeSelector = ".cratis-dark";
6
+ export interface StyledModeOptions {
7
+ preset?: unknown;
8
+ darkModeSelector?: ThemeOptions['darkModeSelector'];
9
+ cssLayer?: false | string | CSSLayer;
10
+ }
11
+ export declare const styledMode: (options?: StyledModeOptions) => Pick<CratisComponentsConfig, "theme" | "defaults">;
12
+ //# sourceMappingURL=styledMode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styledMode.d.ts","sourceRoot":"","sources":["../../../Styled/styledMode.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACrE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,oCAAoC,CAAC;AAWjF,eAAO,MAAM,kBAAkB,eAAe,CAAC;AAU/C,eAAO,MAAM,uBAAuB,mDAAmD,CAAC;AAOxF,eAAO,MAAM,sBAAsB,iBAAiB,CAAC;AAErD,MAAM,WAAW,iBAAiB;IAM9B,MAAM,CAAC,EAAE,OAAO,CAAC;IAOjB,gBAAgB,CAAC,EAAE,YAAY,CAAC,kBAAkB,CAAC,CAAC;IAUpD,QAAQ,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,QAAQ,CAAC;CACxC;AAsBD,eAAO,MAAM,UAAU,GAAI,UAAS,iBAAsB,KAAG,IAAI,CAAC,sBAAsB,EAAE,OAAO,GAAG,UAAU,CAiB7G,CAAC"}
@@ -0,0 +1,68 @@
1
+ import { CratisPreset } from './CratisPreset.js';
2
+ import { primeReactStyles } from './primeReactStyles.js';
3
+
4
+ // Copyright (c) Cratis. All rights reserved.
5
+ // Licensed under the MIT license. See LICENSE file in the project root for full license information.
6
+ /**
7
+ * The cascade layer PrimeReact's theme is emitted into by default. Rules in a layer lose
8
+ * to unlayered rules regardless of specificity or order, which is what lets an
9
+ * application's own stylesheet override the theme with a plain selector — exactly the
10
+ * relationship PrimeReact 10's stylesheet themes had, since they were wrapped in
11
+ * `@layer primereact` too.
12
+ */
13
+ const primeReactCssLayer = 'primereact';
14
+ /**
15
+ * The layer order declared with the theme by default. PrimeReact writes its `@layer`
16
+ * statement ahead of every other stylesheet, so this is what fixes the order — and it
17
+ * has to name Tailwind's layers, which `@cratis/components/styles` declares in every
18
+ * consumer: the theme sits above `base`, so Tailwind's preflight reset does not strip the
19
+ * padding and borders the theme gives a table cell or an input, and below `components`
20
+ * and `utilities`, so a utility class on a PrimeReact element still wins.
21
+ */
22
+ const primeReactCssLayerOrder = 'theme, base, primereact, components, utilities';
23
+ /**
24
+ * The selector that switches the theme to its dark scheme by default. It is the class
25
+ * the Cratis baseline theme keys its dark palette off as well, so one `class="cratis-dark"`
26
+ * on the body serves both.
27
+ */
28
+ const cratisDarkModeSelector = '.cratis-dark';
29
+ /**
30
+ * Configures {@link CratisComponentsProvider} for PrimeReact 11's styled mode: a
31
+ * `@primeuix/themes` preset for the design tokens, and PrimeReact's own component styles
32
+ * ({@link primeReactStyles}) so every primitive — those rendered by this library and those
33
+ * the application renders itself — carries the `p-*` class names that preset paints.
34
+ *
35
+ * Spread the result into the provider's `value`, next to the license key and anything
36
+ * else the application configures:
37
+ *
38
+ * ```tsx
39
+ * import { CratisComponentsProvider } from '@cratis/components';
40
+ * import { styledMode } from '@cratis/components/styled';
41
+ *
42
+ * <CratisComponentsProvider value={{ license, ...styledMode() }}>
43
+ * ```
44
+ *
45
+ * The theme goes into the `primereact` cascade layer, so a plain `.p-button { … }` in the
46
+ * application's own stylesheet overrides it just as it did on PrimeReact 10 — see
47
+ * {@link primeReactCssLayerOrder} for where that layer sits relative to Tailwind's.
48
+ */
49
+ const styledMode = (options = {}) => {
50
+ const cssLayer = options.cssLayer === undefined
51
+ ? { name: primeReactCssLayer, order: primeReactCssLayerOrder }
52
+ : typeof options.cssLayer === 'string'
53
+ ? { name: options.cssLayer, order: primeReactCssLayerOrder.replace(primeReactCssLayer, options.cssLayer) }
54
+ : options.cssLayer;
55
+ return {
56
+ theme: {
57
+ preset: options.preset ?? CratisPreset,
58
+ options: {
59
+ darkModeSelector: options.darkModeSelector ?? cratisDarkModeSelector,
60
+ cssLayer,
61
+ },
62
+ },
63
+ defaults: primeReactStyles,
64
+ };
65
+ };
66
+
67
+ export { cratisDarkModeSelector, primeReactCssLayer, primeReactCssLayerOrder, styledMode };
68
+ //# sourceMappingURL=styledMode.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styledMode.js","sources":["../../../Styled/styledMode.ts"],"sourcesContent":[null],"names":[],"mappings":";;;AAAA;AACA;AAOA;;;;;;AAMG;AACI,MAAM,kBAAkB,GAAG;AAElC;;;;;;;AAOG;AACI,MAAM,uBAAuB,GAAG;AAEvC;;;;AAIG;AACI,MAAM,sBAAsB,GAAG;AA4BtC;;;;;;;;;;;;;;;;;;;AAmBG;MACU,UAAU,GAAG,CAAC,OAAA,GAA6B,EAAE,KAAwD;AAC9G,IAAA,MAAM,QAAQ,GAAG,OAAO,CAAC,QAAQ,KAAK;UAChC,EAAE,IAAI,EAAE,kBAAkB,EAAE,KAAK,EAAE,uBAAuB;AAC5D,UAAE,OAAO,OAAO,CAAC,QAAQ,KAAK;cACxB,EAAE,IAAI,EAAE,OAAO,CAAC,QAAQ,EAAE,KAAK,EAAE,uBAAuB,CAAC,OAAO,CAAC,kBAAkB,EAAE,OAAO,CAAC,QAAQ,CAAC;AACxG,cAAE,OAAO,CAAC,QAAQ;IAE1B,OAAO;AACH,QAAA,KAAK,EAAE;AACH,YAAA,MAAM,EAAE,OAAO,CAAC,MAAM,IAAI,YAAY;AACtC,YAAA,OAAO,EAAE;AACL,gBAAA,gBAAgB,EAAE,OAAO,CAAC,gBAAgB,IAAI,sBAAsB;gBACpE,QAAQ;AACX,aAAA;AACJ,SAAA;AACD,QAAA,QAAQ,EAAE,gBAAgB;KAC7B;AACL;;;;"}
@@ -1,7 +1,9 @@
1
+ import * as Canvas from './Canvas';
1
2
  import * as CommandDialog from './CommandDialog';
2
3
  import * as CommandStepper from './CommandDialog';
3
4
  import * as CommandForm from './CommandForm';
4
5
  import * as Common from './Common';
6
+ import * as Compatibility from './Compatibility';
5
7
  import * as DataPage from './DataPage';
6
8
  import * as DataTables from './DataTables';
7
9
  import * as Dialogs from './Dialogs';
@@ -16,6 +18,7 @@ import * as SchemaEditor from './SchemaEditor';
16
18
  import * as TimeMachine from './TimeMachine';
17
19
  import * as Toolbar from './Toolbar';
18
20
  import * as Types from './types';
19
- export { CommandDialog, CommandStepper, CommandForm, Common, DataPage, DataTables, Dialogs, Display, Dropdown, Filter, Notifications, ObjectContentEditor, ObjectNavigationalBar, PivotViewer, SchemaEditor, TimeMachine, Toolbar, Types, };
21
+ export { Canvas, CommandDialog, CommandStepper, CommandForm, Common, Compatibility, DataPage, DataTables, Dialogs, Display, Dropdown, Filter, Notifications, ObjectContentEditor, ObjectNavigationalBar, PivotViewer, SchemaEditor, TimeMachine, Toolbar, Types, };
20
22
  export { CratisComponentsProvider, cratisDefaults, mergeCratisComponentsConfig, type CratisComponentsConfig, type CratisComponentsProviderProps, } from './Common/CratisComponentsProvider';
23
+ export { assertPrimeReact11PassThroughCompatibility, components3PrimeReact11PassThroughContract, primeReact11PassThroughSentinelAttribute, primeReact11PassThroughSentinelPreset, type PrimeReact11PassThroughComponent, } from './Compatibility';
21
24
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,aAAa,MAAM,iBAAiB,CAAC;AACjD,OAAO,KAAK,cAAc,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,WAAW,MAAM,eAAe,CAAC;AAC7C,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,QAAQ,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,KAAK,OAAO,MAAM,WAAW,CAAC;AACrC,OAAO,KAAK,OAAO,MAAM,WAAW,CAAC;AACrC,OAAO,KAAK,QAAQ,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,aAAa,MAAM,iBAAiB,CAAC;AACjD,OAAO,KAAK,mBAAmB,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,qBAAqB,MAAM,yBAAyB,CAAC;AACjE,OAAO,KAAK,WAAW,MAAM,eAAe,CAAC;AAC7C,OAAO,KAAK,YAAY,MAAM,gBAAgB,CAAC;AAC/C,OAAO,KAAK,WAAW,MAAM,eAAe,CAAC;AAC7C,OAAO,KAAK,OAAO,MAAM,WAAW,CAAC;AACrC,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC;AAEjC,OAAO,EACH,aAAa,EACb,cAAc,EACd,WAAW,EACX,MAAM,EACN,QAAQ,EACR,UAAU,EACV,OAAO,EACP,OAAO,EACP,QAAQ,EACR,MAAM,EACN,aAAa,EACb,mBAAmB,EACnB,qBAAqB,EACrB,WAAW,EACX,YAAY,EACZ,WAAW,EACX,OAAO,EACP,KAAK,GACR,CAAC;AAKF,OAAO,EACH,wBAAwB,EACxB,cAAc,EACd,2BAA2B,EAC3B,KAAK,sBAAsB,EAC3B,KAAK,6BAA6B,GACrC,MAAM,mCAAmC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,aAAa,MAAM,iBAAiB,CAAC;AACjD,OAAO,KAAK,cAAc,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,WAAW,MAAM,eAAe,CAAC;AAC7C,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,aAAa,MAAM,iBAAiB,CAAC;AACjD,OAAO,KAAK,QAAQ,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,UAAU,MAAM,cAAc,CAAC;AAC3C,OAAO,KAAK,OAAO,MAAM,WAAW,CAAC;AACrC,OAAO,KAAK,OAAO,MAAM,WAAW,CAAC;AACrC,OAAO,KAAK,QAAQ,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AACnC,OAAO,KAAK,aAAa,MAAM,iBAAiB,CAAC;AACjD,OAAO,KAAK,mBAAmB,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,qBAAqB,MAAM,yBAAyB,CAAC;AACjE,OAAO,KAAK,WAAW,MAAM,eAAe,CAAC;AAC7C,OAAO,KAAK,YAAY,MAAM,gBAAgB,CAAC;AAC/C,OAAO,KAAK,WAAW,MAAM,eAAe,CAAC;AAC7C,OAAO,KAAK,OAAO,MAAM,WAAW,CAAC;AACrC,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC;AAEjC,OAAO,EACH,MAAM,EACN,aAAa,EACb,cAAc,EACd,WAAW,EACX,MAAM,EACN,aAAa,EACb,QAAQ,EACR,UAAU,EACV,OAAO,EACP,OAAO,EACP,QAAQ,EACR,MAAM,EACN,aAAa,EACb,mBAAmB,EACnB,qBAAqB,EACrB,WAAW,EACX,YAAY,EACZ,WAAW,EACX,OAAO,EACP,KAAK,GACR,CAAC;AAKF,OAAO,EACH,wBAAwB,EACxB,cAAc,EACd,2BAA2B,EAC3B,KAAK,sBAAsB,EAC3B,KAAK,6BAA6B,GACrC,MAAM,mCAAmC,CAAC;AAE3C,OAAO,EACH,0CAA0C,EAC1C,0CAA0C,EAC1C,wCAAwC,EACxC,qCAAqC,EACrC,KAAK,gCAAgC,GACxC,MAAM,iBAAiB,CAAC"}
package/dist/esm/index.js CHANGED
@@ -1,37 +1,44 @@
1
- import * as index from './CommandDialog/index.js';
2
- export { index as CommandDialog };
3
- export { index as CommandStepper };
4
- import * as index$1 from './CommandForm/index.js';
5
- export { index$1 as CommandForm };
6
- import * as index$2 from './Common/index.js';
7
- export { index$2 as Common };
8
- import * as index$3 from './DataPage/index.js';
9
- export { index$3 as DataPage };
10
- import * as index$4 from './DataTables/index.js';
11
- export { index$4 as DataTables };
12
- import * as index$5 from './Dialogs/index.js';
13
- export { index$5 as Dialogs };
14
- import * as index$6 from './Display/index.js';
15
- export { index$6 as Display };
16
- import * as index$7 from './Dropdown/index.js';
17
- export { index$7 as Dropdown };
18
- import * as index$8 from './Filter/index.js';
19
- export { index$8 as Filter };
20
- import * as index$9 from './Notifications/index.js';
21
- export { index$9 as Notifications };
22
- import * as index$a from './ObjectContentEditor/index.js';
23
- export { index$a as ObjectContentEditor };
24
- import * as index$b from './ObjectNavigationalBar/index.js';
25
- export { index$b as ObjectNavigationalBar };
26
- import * as index$c from './PivotViewer/index.js';
27
- export { index$c as PivotViewer };
28
- import * as index$d from './SchemaEditor/index.js';
29
- export { index$d as SchemaEditor };
30
- import * as index$e from './TimeMachine/index.js';
31
- export { index$e as TimeMachine };
32
- import * as index$f from './Toolbar/index.js';
33
- export { index$f as Toolbar };
34
- import * as index$g from './types/index.js';
35
- export { index$g as Types };
1
+ import * as index from './Canvas/index.js';
2
+ export { index as Canvas };
3
+ import * as index$1 from './CommandDialog/index.js';
4
+ export { index$1 as CommandDialog };
5
+ export { index$1 as CommandStepper };
6
+ import * as index$2 from './CommandForm/index.js';
7
+ export { index$2 as CommandForm };
8
+ import * as index$3 from './Common/index.js';
9
+ export { index$3 as Common };
10
+ import * as index$4 from './Compatibility/index.js';
11
+ export { index$4 as Compatibility };
12
+ import * as index$5 from './DataPage/index.js';
13
+ export { index$5 as DataPage };
14
+ import * as index$6 from './DataTables/index.js';
15
+ export { index$6 as DataTables };
16
+ import * as index$7 from './Dialogs/index.js';
17
+ export { index$7 as Dialogs };
18
+ import * as index$8 from './Display/index.js';
19
+ export { index$8 as Display };
20
+ import * as index$9 from './Dropdown/index.js';
21
+ export { index$9 as Dropdown };
22
+ import * as index$a from './Filter/index.js';
23
+ export { index$a as Filter };
24
+ import * as index$b from './Notifications/index.js';
25
+ export { index$b as Notifications };
26
+ import * as index$c from './ObjectContentEditor/index.js';
27
+ export { index$c as ObjectContentEditor };
28
+ import * as index$d from './ObjectNavigationalBar/index.js';
29
+ export { index$d as ObjectNavigationalBar };
30
+ import * as index$e from './PivotViewer/index.js';
31
+ export { index$e as PivotViewer };
32
+ import * as index$f from './SchemaEditor/index.js';
33
+ export { index$f as SchemaEditor };
34
+ import * as index$g from './TimeMachine/index.js';
35
+ export { index$g as TimeMachine };
36
+ import * as index$h from './Toolbar/index.js';
37
+ export { index$h as Toolbar };
38
+ import * as index$i from './types/index.js';
39
+ export { index$i as Types };
36
40
  export { CratisComponentsProvider, cratisDefaults, mergeCratisComponentsConfig } from './Common/CratisComponentsProvider.js';
41
+ export { assertPrimeReact11PassThroughCompatibility } from './Compatibility/assertPrimeReact11PassThroughCompatibility.js';
42
+ export { components3PrimeReact11PassThroughContract } from './Compatibility/components3PrimeReact11PassThroughContract.js';
43
+ export { primeReact11PassThroughSentinelAttribute, primeReact11PassThroughSentinelPreset } from './Compatibility/primeReact11PassThroughSentinelPreset.js';
37
44
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}