@sparrowengg/twigs-editor-react 0.0.1 → 0.0.3

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 (631) hide show
  1. package/dist/cjs/_virtual/isURL.js +1 -1
  2. package/dist/cjs/components/base-dropdown/index.js +13 -15
  3. package/dist/cjs/components/base-dropdown/index.js.map +1 -1
  4. package/dist/cjs/components/dialog-link-editor/index.js +16 -16
  5. package/dist/cjs/components/dialog-link-editor/link-editor-dialog.js +21 -28
  6. package/dist/cjs/components/dialog-link-editor/link-editor-dialog.js.map +1 -1
  7. package/dist/cjs/components/dialog-link-editor/link-tooltip.js +13 -17
  8. package/dist/cjs/components/dialog-link-editor/link-tooltip.js.map +1 -1
  9. package/dist/cjs/components/floating-toolbar/floating-toolbar.js +18 -18
  10. package/dist/cjs/components/floating-toolbar/floating-toolbar.js.map +1 -1
  11. package/dist/cjs/components/rich-editor/index.js +7 -7
  12. package/dist/cjs/components/rich-editor/index.js.map +1 -1
  13. package/dist/cjs/components/toolbar/toolbar.js +5 -5
  14. package/dist/cjs/components/toolbar/toolbar.js.map +1 -1
  15. package/dist/cjs/components/toolbar/tools/bold.js +5 -5
  16. package/dist/cjs/components/toolbar/tools/bold.js.map +1 -1
  17. package/dist/cjs/components/toolbar/tools/code-block.js +5 -5
  18. package/dist/cjs/components/toolbar/tools/code-block.js.map +1 -1
  19. package/dist/cjs/components/toolbar/tools/code.js +5 -5
  20. package/dist/cjs/components/toolbar/tools/code.js.map +1 -1
  21. package/dist/cjs/components/toolbar/tools/format.js +9 -10
  22. package/dist/cjs/components/toolbar/tools/format.js.map +1 -1
  23. package/dist/cjs/components/toolbar/tools/italic.js +5 -5
  24. package/dist/cjs/components/toolbar/tools/italic.js.map +1 -1
  25. package/dist/cjs/components/toolbar/tools/link.js +5 -5
  26. package/dist/cjs/components/toolbar/tools/link.js.map +1 -1
  27. package/dist/cjs/components/toolbar/tools/ordered-list.js +5 -5
  28. package/dist/cjs/components/toolbar/tools/ordered-list.js.map +1 -1
  29. package/dist/cjs/components/toolbar/tools/text-align.js +8 -11
  30. package/dist/cjs/components/toolbar/tools/text-align.js.map +1 -1
  31. package/dist/cjs/components/toolbar/tools/underline.js +5 -5
  32. package/dist/cjs/components/toolbar/tools/underline.js.map +1 -1
  33. package/dist/cjs/components/toolbar/tools/unordered-list.js +5 -5
  34. package/dist/cjs/components/toolbar/tools/unordered-list.js.map +1 -1
  35. package/dist/cjs/components/toolbar-context/context.js +3 -3
  36. package/dist/cjs/components/toolbar-context/store.js +9 -9
  37. package/dist/cjs/editor.js +8 -5
  38. package/dist/cjs/editor.js.map +1 -1
  39. package/dist/cjs/node_modules/clsx/dist/clsx.js.map +1 -0
  40. package/dist/cjs/node_modules/validator/es/lib/isFQDN.js.map +1 -0
  41. package/dist/cjs/node_modules/validator/es/lib/isIP.js.map +1 -0
  42. package/dist/cjs/node_modules/validator/es/lib/isURL.js.map +1 -0
  43. package/dist/cjs/node_modules/validator/es/lib/util/assertString.js.map +1 -0
  44. package/dist/cjs/node_modules/validator/es/lib/util/merge.js.map +1 -0
  45. package/dist/cjs/{react-editor/node_modules → node_modules}/validator/lib/isFQDN.js +1 -1
  46. package/dist/cjs/node_modules/validator/lib/isFQDN.js.map +1 -0
  47. package/dist/cjs/{react-editor/node_modules → node_modules}/validator/lib/isIP.js +1 -1
  48. package/dist/cjs/node_modules/validator/lib/isIP.js.map +1 -0
  49. package/dist/cjs/{react-editor/node_modules → node_modules}/validator/lib/isURL.js +1 -1
  50. package/dist/cjs/node_modules/validator/lib/isURL.js.map +1 -0
  51. package/dist/cjs/{react-editor/node_modules → node_modules}/validator/lib/util/assertString.js +1 -1
  52. package/dist/cjs/node_modules/validator/lib/util/assertString.js.map +1 -0
  53. package/dist/cjs/{react-editor/node_modules → node_modules}/validator/lib/util/merge.js +1 -1
  54. package/dist/cjs/node_modules/validator/lib/util/merge.js.map +1 -0
  55. package/dist/cjs/nodes/image.js +4 -4
  56. package/dist/cjs/nodes/image.js.map +1 -1
  57. package/dist/cjs/plugins/data-management-plugin/index.js +3 -3
  58. package/dist/cjs/plugins/emoji/index.js +5 -3
  59. package/dist/cjs/plugins/emoji/index.js.map +1 -1
  60. package/dist/cjs/plugins/hashtag/index.js +2 -0
  61. package/dist/cjs/plugins/hashtag/index.js.map +1 -1
  62. package/dist/cjs/plugins/images/index.js +2 -2
  63. package/dist/cjs/plugins/link/convert-selection-on-paste.js +2 -2
  64. package/dist/cjs/plugins/link/link.js +2 -2
  65. package/dist/cjs/plugins/mentions/index.js +2 -0
  66. package/dist/cjs/plugins/mentions/index.js.map +1 -1
  67. package/dist/cjs/plugins/tab-focus/index.js +3 -3
  68. package/dist/cjs/utils/prefix-class-name.js +2 -2
  69. package/dist/cjs/utils/prefix-class-name.js.map +1 -1
  70. package/dist/cjs/utils/use-node-focus.js +2 -2
  71. package/dist/es/_virtual/isURL.js +1 -1
  72. package/dist/es/components/base-dropdown/index.js +1 -3
  73. package/dist/es/components/base-dropdown/index.js.map +1 -1
  74. package/dist/es/components/dialog-link-editor/index.js +1 -1
  75. package/dist/es/components/dialog-link-editor/link-editor-dialog.js +2 -9
  76. package/dist/es/components/dialog-link-editor/link-editor-dialog.js.map +1 -1
  77. package/dist/es/components/dialog-link-editor/link-tooltip.js +2 -6
  78. package/dist/es/components/dialog-link-editor/link-tooltip.js.map +1 -1
  79. package/dist/es/components/floating-toolbar/floating-toolbar.js +2 -2
  80. package/dist/es/components/rich-editor/index.js +1 -1
  81. package/dist/es/components/toolbar/toolbar.js +1 -1
  82. package/dist/es/components/toolbar/tools/bold.js +3 -3
  83. package/dist/es/components/toolbar/tools/code-block.js +3 -3
  84. package/dist/es/components/toolbar/tools/code.js +3 -3
  85. package/dist/es/components/toolbar/tools/format.js +2 -3
  86. package/dist/es/components/toolbar/tools/format.js.map +1 -1
  87. package/dist/es/components/toolbar/tools/italic.js +3 -3
  88. package/dist/es/components/toolbar/tools/link.js +3 -3
  89. package/dist/es/components/toolbar/tools/ordered-list.js +3 -3
  90. package/dist/es/components/toolbar/tools/text-align.js +3 -6
  91. package/dist/es/components/toolbar/tools/text-align.js.map +1 -1
  92. package/dist/es/components/toolbar/tools/underline.js +3 -3
  93. package/dist/es/components/toolbar/tools/unordered-list.js +3 -3
  94. package/dist/es/editor.js +5 -2
  95. package/dist/es/editor.js.map +1 -1
  96. package/dist/es/node_modules/clsx/dist/clsx.js.map +1 -0
  97. package/dist/es/node_modules/validator/es/lib/isFQDN.js.map +1 -0
  98. package/dist/es/node_modules/validator/es/lib/isIP.js.map +1 -0
  99. package/dist/es/node_modules/validator/es/lib/isURL.js.map +1 -0
  100. package/dist/es/node_modules/validator/es/lib/util/assertString.js.map +1 -0
  101. package/dist/es/node_modules/validator/es/lib/util/merge.js.map +1 -0
  102. package/dist/es/{react-editor/node_modules → node_modules}/validator/lib/isFQDN.js +1 -1
  103. package/dist/es/node_modules/validator/lib/isFQDN.js.map +1 -0
  104. package/dist/es/{react-editor/node_modules → node_modules}/validator/lib/isIP.js +1 -1
  105. package/dist/es/node_modules/validator/lib/isIP.js.map +1 -0
  106. package/dist/es/{react-editor/node_modules → node_modules}/validator/lib/isURL.js +1 -1
  107. package/dist/es/node_modules/validator/lib/isURL.js.map +1 -0
  108. package/dist/es/{react-editor/node_modules → node_modules}/validator/lib/util/assertString.js +1 -1
  109. package/dist/es/node_modules/validator/lib/util/assertString.js.map +1 -0
  110. package/dist/es/{react-editor/node_modules → node_modules}/validator/lib/util/merge.js +1 -1
  111. package/dist/es/node_modules/validator/lib/util/merge.js.map +1 -0
  112. package/dist/es/nodes/image.js +1 -1
  113. package/dist/es/plugins/emoji/index.js +2 -0
  114. package/dist/es/plugins/emoji/index.js.map +1 -1
  115. package/dist/es/plugins/hashtag/index.js +2 -0
  116. package/dist/es/plugins/hashtag/index.js.map +1 -1
  117. package/dist/es/plugins/mentions/index.js +2 -0
  118. package/dist/es/plugins/mentions/index.js.map +1 -1
  119. package/dist/es/utils/prefix-class-name.js +1 -1
  120. package/dist/index.d.ts +9 -4
  121. package/package.json +3 -1
  122. package/dist/cjs/react-components/dist/es/_virtual/_commonjsHelpers.js +0 -8
  123. package/dist/cjs/react-components/dist/es/_virtual/_commonjsHelpers.js.map +0 -1
  124. package/dist/cjs/react-components/dist/es/_virtual/index.js +0 -6
  125. package/dist/cjs/react-components/dist/es/_virtual/index.js.map +0 -1
  126. package/dist/cjs/react-components/dist/es/_virtual/index2.js +0 -6
  127. package/dist/cjs/react-components/dist/es/_virtual/index2.js.map +0 -1
  128. package/dist/cjs/react-components/dist/es/_virtual/react-is.development.js +0 -6
  129. package/dist/cjs/react-components/dist/es/_virtual/react-is.development.js.map +0 -1
  130. package/dist/cjs/react-components/dist/es/_virtual/react-is.production.min.js +0 -6
  131. package/dist/cjs/react-components/dist/es/_virtual/react-is.production.min.js.map +0 -1
  132. package/dist/cjs/react-components/dist/es/box/box.js +0 -47
  133. package/dist/cjs/react-components/dist/es/box/box.js.map +0 -1
  134. package/dist/cjs/react-components/dist/es/button/button.js +0 -774
  135. package/dist/cjs/react-components/dist/es/button/button.js.map +0 -1
  136. package/dist/cjs/react-components/dist/es/button/icon-button.js +0 -77
  137. package/dist/cjs/react-components/dist/es/button/icon-button.js.map +0 -1
  138. package/dist/cjs/react-components/dist/es/button/side-element.js +0 -199
  139. package/dist/cjs/react-components/dist/es/button/side-element.js.map +0 -1
  140. package/dist/cjs/react-components/dist/es/button/utils.js +0 -105
  141. package/dist/cjs/react-components/dist/es/button/utils.js.map +0 -1
  142. package/dist/cjs/react-components/dist/es/dialog/dialog.js +0 -197
  143. package/dist/cjs/react-components/dist/es/dialog/dialog.js.map +0 -1
  144. package/dist/cjs/react-components/dist/es/dropdown/dropdown.js +0 -195
  145. package/dist/cjs/react-components/dist/es/dropdown/dropdown.js.map +0 -1
  146. package/dist/cjs/react-components/dist/es/flex/flex.js +0 -98
  147. package/dist/cjs/react-components/dist/es/flex/flex.js.map +0 -1
  148. package/dist/cjs/react-components/dist/es/form-helper-text/form-helper-text.js +0 -76
  149. package/dist/cjs/react-components/dist/es/form-helper-text/form-helper-text.js.map +0 -1
  150. package/dist/cjs/react-components/dist/es/form-label/form-label.js +0 -176
  151. package/dist/cjs/react-components/dist/es/form-label/form-label.js.map +0 -1
  152. package/dist/cjs/react-components/dist/es/input/form-input.js +0 -159
  153. package/dist/cjs/react-components/dist/es/input/form-input.js.map +0 -1
  154. package/dist/cjs/react-components/dist/es/input/input.js +0 -377
  155. package/dist/cjs/react-components/dist/es/input/input.js.map +0 -1
  156. package/dist/cjs/react-components/dist/es/link/link.js +0 -58
  157. package/dist/cjs/react-components/dist/es/link/link.js.map +0 -1
  158. package/dist/cjs/react-components/dist/es/loader/circle.js +0 -204
  159. package/dist/cjs/react-components/dist/es/loader/circle.js.map +0 -1
  160. package/dist/cjs/react-components/dist/es/loader/line.js +0 -130
  161. package/dist/cjs/react-components/dist/es/loader/line.js.map +0 -1
  162. package/dist/cjs/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/extends.js +0 -21
  163. package/dist/cjs/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/extends.js.map +0 -1
  164. package/dist/cjs/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js +0 -14
  165. package/dist/cjs/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js.map +0 -1
  166. package/dist/cjs/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +0 -19
  167. package/dist/cjs/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js.map +0 -1
  168. package/dist/cjs/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +0 -14
  169. package/dist/cjs/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js.map +0 -1
  170. package/dist/cjs/react-components/dist/es/node_modules/@floating-ui/core/dist/floating-ui.core.js +0 -788
  171. package/dist/cjs/react-components/dist/es/node_modules/@floating-ui/core/dist/floating-ui.core.js.map +0 -1
  172. package/dist/cjs/react-components/dist/es/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +0 -612
  173. package/dist/cjs/react-components/dist/es/node_modules/@floating-ui/dom/dist/floating-ui.dom.js.map +0 -1
  174. package/dist/cjs/react-components/dist/es/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +0 -299
  175. package/dist/cjs/react-components/dist/es/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js.map +0 -1
  176. package/dist/cjs/react-components/dist/es/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +0 -146
  177. package/dist/cjs/react-components/dist/es/node_modules/@floating-ui/utils/dist/floating-ui.utils.js.map +0 -1
  178. package/dist/cjs/react-components/dist/es/node_modules/@floating-ui/utils/dom/dist/floating-ui.utils.dom.js +0 -148
  179. package/dist/cjs/react-components/dist/es/node_modules/@floating-ui/utils/dom/dist/floating-ui.utils.dom.js.map +0 -1
  180. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/primitive/dist/index.js +0 -14
  181. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/primitive/dist/index.js.map +0 -1
  182. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-arrow/dist/index.js +0 -48
  183. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-arrow/dist/index.js.map +0 -1
  184. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-collection/dist/index.js +0 -71
  185. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-collection/dist/index.js.map +0 -1
  186. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-compose-refs/dist/index.js +0 -41
  187. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-compose-refs/dist/index.js.map +0 -1
  188. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-context/dist/index.js +0 -102
  189. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-context/dist/index.js.map +0 -1
  190. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-dialog/dist/index.js +0 -354
  191. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-dialog/dist/index.js.map +0 -1
  192. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-direction/dist/index.js +0 -33
  193. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-direction/dist/index.js.map +0 -1
  194. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +0 -234
  195. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-dismissable-layer/dist/index.js.map +0 -1
  196. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-dropdown-menu/dist/index.js +0 -303
  197. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-dropdown-menu/dist/index.js.map +0 -1
  198. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-focus-guards/dist/index.js +0 -48
  199. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-focus-guards/dist/index.js.map +0 -1
  200. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-focus-scope/dist/index.js +0 -229
  201. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-focus-scope/dist/index.js.map +0 -1
  202. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-id/dist/index.js +0 -37
  203. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-id/dist/index.js.map +0 -1
  204. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-label/dist/index.js +0 -47
  205. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-label/dist/index.js.map +0 -1
  206. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-menu/dist/index.js +0 -847
  207. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-menu/dist/index.js.map +0 -1
  208. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-popper/dist/index.js +0 -309
  209. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-popper/dist/index.js.map +0 -1
  210. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-portal/dist/index.js +0 -39
  211. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-portal/dist/index.js.map +0 -1
  212. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-presence/dist/index.js +0 -142
  213. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-presence/dist/index.js.map +0 -1
  214. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-primitive/dist/index.js +0 -65
  215. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-primitive/dist/index.js.map +0 -1
  216. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-roving-focus/dist/index.js +0 -246
  217. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-roving-focus/dist/index.js.map +0 -1
  218. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-slot/dist/index.js +0 -104
  219. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-slot/dist/index.js.map +0 -1
  220. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-tooltip/dist/index.js +0 -509
  221. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-tooltip/dist/index.js.map +0 -1
  222. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +0 -34
  223. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-use-callback-ref/dist/index.js.map +0 -1
  224. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +0 -68
  225. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-use-controllable-state/dist/index.js.map +0 -1
  226. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +0 -40
  227. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js.map +0 -1
  228. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +0 -29
  229. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-use-layout-effect/dist/index.js.map +0 -1
  230. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-use-size/dist/index.js +0 -62
  231. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-use-size/dist/index.js.map +0 -1
  232. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-visually-hidden/dist/index.js +0 -58
  233. package/dist/cjs/react-components/dist/es/node_modules/@radix-ui/react-visually-hidden/dist/index.js.map +0 -1
  234. package/dist/cjs/react-components/dist/es/node_modules/@stitches/react/dist/index.js +0 -9
  235. package/dist/cjs/react-components/dist/es/node_modules/@stitches/react/dist/index.js.map +0 -1
  236. package/dist/cjs/react-components/dist/es/node_modules/aria-hidden/dist/es2015/index.js +0 -134
  237. package/dist/cjs/react-components/dist/es/node_modules/aria-hidden/dist/es2015/index.js.map +0 -1
  238. package/dist/cjs/react-components/dist/es/node_modules/dom-helpers/esm/addClass.js +0 -19
  239. package/dist/cjs/react-components/dist/es/node_modules/dom-helpers/esm/addClass.js.map +0 -1
  240. package/dist/cjs/react-components/dist/es/node_modules/dom-helpers/esm/hasClass.js +0 -17
  241. package/dist/cjs/react-components/dist/es/node_modules/dom-helpers/esm/hasClass.js.map +0 -1
  242. package/dist/cjs/react-components/dist/es/node_modules/dom-helpers/esm/removeClass.js +0 -27
  243. package/dist/cjs/react-components/dist/es/node_modules/dom-helpers/esm/removeClass.js.map +0 -1
  244. package/dist/cjs/react-components/dist/es/node_modules/get-nonce/dist/es2015/index.js +0 -11
  245. package/dist/cjs/react-components/dist/es/node_modules/get-nonce/dist/es2015/index.js.map +0 -1
  246. package/dist/cjs/react-components/dist/es/node_modules/object-assign/index.js +0 -102
  247. package/dist/cjs/react-components/dist/es/node_modules/object-assign/index.js.map +0 -1
  248. package/dist/cjs/react-components/dist/es/node_modules/prop-types/checkPropTypes.js +0 -118
  249. package/dist/cjs/react-components/dist/es/node_modules/prop-types/checkPropTypes.js.map +0 -1
  250. package/dist/cjs/react-components/dist/es/node_modules/prop-types/factoryWithThrowingShims.js +0 -77
  251. package/dist/cjs/react-components/dist/es/node_modules/prop-types/factoryWithThrowingShims.js.map +0 -1
  252. package/dist/cjs/react-components/dist/es/node_modules/prop-types/factoryWithTypeCheckers.js +0 -628
  253. package/dist/cjs/react-components/dist/es/node_modules/prop-types/factoryWithTypeCheckers.js.map +0 -1
  254. package/dist/cjs/react-components/dist/es/node_modules/prop-types/index.js +0 -35
  255. package/dist/cjs/react-components/dist/es/node_modules/prop-types/index.js.map +0 -1
  256. package/dist/cjs/react-components/dist/es/node_modules/prop-types/lib/ReactPropTypesSecret.js +0 -24
  257. package/dist/cjs/react-components/dist/es/node_modules/prop-types/lib/ReactPropTypesSecret.js.map +0 -1
  258. package/dist/cjs/react-components/dist/es/node_modules/prop-types/lib/has.js +0 -14
  259. package/dist/cjs/react-components/dist/es/node_modules/prop-types/lib/has.js.map +0 -1
  260. package/dist/cjs/react-components/dist/es/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js +0 -193
  261. package/dist/cjs/react-components/dist/es/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js.map +0 -1
  262. package/dist/cjs/react-components/dist/es/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js +0 -29
  263. package/dist/cjs/react-components/dist/es/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js.map +0 -1
  264. package/dist/cjs/react-components/dist/es/node_modules/prop-types/node_modules/react-is/index.js +0 -22
  265. package/dist/cjs/react-components/dist/es/node_modules/prop-types/node_modules/react-is/index.js.map +0 -1
  266. package/dist/cjs/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/Combination.js +0 -34
  267. package/dist/cjs/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/Combination.js.map +0 -1
  268. package/dist/cjs/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +0 -184
  269. package/dist/cjs/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/SideEffect.js.map +0 -1
  270. package/dist/cjs/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/UI.js +0 -60
  271. package/dist/cjs/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/UI.js.map +0 -1
  272. package/dist/cjs/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +0 -24
  273. package/dist/cjs/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js.map +0 -1
  274. package/dist/cjs/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +0 -110
  275. package/dist/cjs/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/handleScroll.js.map +0 -1
  276. package/dist/cjs/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/medium.js +0 -8
  277. package/dist/cjs/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/medium.js.map +0 -1
  278. package/dist/cjs/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/sidecar.js +0 -12
  279. package/dist/cjs/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/sidecar.js.map +0 -1
  280. package/dist/cjs/react-components/dist/es/node_modules/react-remove-scroll-bar/dist/es2015/component.js +0 -80
  281. package/dist/cjs/react-components/dist/es/node_modules/react-remove-scroll-bar/dist/es2015/component.js.map +0 -1
  282. package/dist/cjs/react-components/dist/es/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +0 -16
  283. package/dist/cjs/react-components/dist/es/node_modules/react-remove-scroll-bar/dist/es2015/constants.js.map +0 -1
  284. package/dist/cjs/react-components/dist/es/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +0 -35
  285. package/dist/cjs/react-components/dist/es/node_modules/react-remove-scroll-bar/dist/es2015/utils.js.map +0 -1
  286. package/dist/cjs/react-components/dist/es/node_modules/react-style-singleton/dist/es2015/component.js +0 -22
  287. package/dist/cjs/react-components/dist/es/node_modules/react-style-singleton/dist/es2015/component.js.map +0 -1
  288. package/dist/cjs/react-components/dist/es/node_modules/react-style-singleton/dist/es2015/hook.js +0 -47
  289. package/dist/cjs/react-components/dist/es/node_modules/react-style-singleton/dist/es2015/hook.js.map +0 -1
  290. package/dist/cjs/react-components/dist/es/node_modules/react-style-singleton/dist/es2015/singleton.js +0 -54
  291. package/dist/cjs/react-components/dist/es/node_modules/react-style-singleton/dist/es2015/singleton.js.map +0 -1
  292. package/dist/cjs/react-components/dist/es/node_modules/react-transition-group/esm/CSSTransition.js +0 -419
  293. package/dist/cjs/react-components/dist/es/node_modules/react-transition-group/esm/CSSTransition.js.map +0 -1
  294. package/dist/cjs/react-components/dist/es/node_modules/react-transition-group/esm/Transition.js +0 -637
  295. package/dist/cjs/react-components/dist/es/node_modules/react-transition-group/esm/Transition.js.map +0 -1
  296. package/dist/cjs/react-components/dist/es/node_modules/react-transition-group/esm/TransitionGroupContext.js +0 -10
  297. package/dist/cjs/react-components/dist/es/node_modules/react-transition-group/esm/TransitionGroupContext.js.map +0 -1
  298. package/dist/cjs/react-components/dist/es/node_modules/react-transition-group/esm/config.js +0 -10
  299. package/dist/cjs/react-components/dist/es/node_modules/react-transition-group/esm/config.js.map +0 -1
  300. package/dist/cjs/react-components/dist/es/node_modules/react-transition-group/esm/utils/PropTypes.js +0 -25
  301. package/dist/cjs/react-components/dist/es/node_modules/react-transition-group/esm/utils/PropTypes.js.map +0 -1
  302. package/dist/cjs/react-components/dist/es/node_modules/react-transition-group/esm/utils/reflow.js +0 -8
  303. package/dist/cjs/react-components/dist/es/node_modules/react-transition-group/esm/utils/reflow.js.map +0 -1
  304. package/dist/cjs/react-components/dist/es/node_modules/tslib/tslib.es6.js +0 -55
  305. package/dist/cjs/react-components/dist/es/node_modules/tslib/tslib.es6.js.map +0 -1
  306. package/dist/cjs/react-components/dist/es/node_modules/use-callback-ref/dist/es2015/assignRef.js +0 -27
  307. package/dist/cjs/react-components/dist/es/node_modules/use-callback-ref/dist/es2015/assignRef.js.map +0 -1
  308. package/dist/cjs/react-components/dist/es/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +0 -25
  309. package/dist/cjs/react-components/dist/es/node_modules/use-callback-ref/dist/es2015/useMergeRef.js.map +0 -1
  310. package/dist/cjs/react-components/dist/es/node_modules/use-callback-ref/dist/es2015/useRef.js +0 -45
  311. package/dist/cjs/react-components/dist/es/node_modules/use-callback-ref/dist/es2015/useRef.js.map +0 -1
  312. package/dist/cjs/react-components/dist/es/node_modules/use-sidecar/dist/es2015/exports.js +0 -43
  313. package/dist/cjs/react-components/dist/es/node_modules/use-sidecar/dist/es2015/exports.js.map +0 -1
  314. package/dist/cjs/react-components/dist/es/node_modules/use-sidecar/dist/es2015/medium.js +0 -80
  315. package/dist/cjs/react-components/dist/es/node_modules/use-sidecar/dist/es2015/medium.js.map +0 -1
  316. package/dist/cjs/react-components/dist/es/packages/react-components/node_modules/clsx/dist/clsx.js.map +0 -1
  317. package/dist/cjs/react-components/dist/es/packages/react-icons/dist/es/icons/info.js +0 -97
  318. package/dist/cjs/react-components/dist/es/packages/react-icons/dist/es/icons/info.js.map +0 -1
  319. package/dist/cjs/react-components/dist/es/stitches.config.js +0 -392
  320. package/dist/cjs/react-components/dist/es/stitches.config.js.map +0 -1
  321. package/dist/cjs/react-components/dist/es/text/text.js +0 -117
  322. package/dist/cjs/react-components/dist/es/text/text.js.map +0 -1
  323. package/dist/cjs/react-components/dist/es/tooltip/tooltip.js +0 -156
  324. package/dist/cjs/react-components/dist/es/tooltip/tooltip.js.map +0 -1
  325. package/dist/cjs/react-components/dist/es/utils/prefix-class-name.js +0 -10
  326. package/dist/cjs/react-components/dist/es/utils/prefix-class-name.js.map +0 -1
  327. package/dist/cjs/react-editor/node_modules/clsx/dist/clsx.js +0 -9
  328. package/dist/cjs/react-editor/node_modules/clsx/dist/clsx.js.map +0 -1
  329. package/dist/cjs/react-editor/node_modules/validator/es/lib/isFQDN.js.map +0 -1
  330. package/dist/cjs/react-editor/node_modules/validator/es/lib/isIP.js.map +0 -1
  331. package/dist/cjs/react-editor/node_modules/validator/es/lib/isURL.js.map +0 -1
  332. package/dist/cjs/react-editor/node_modules/validator/es/lib/util/assertString.js.map +0 -1
  333. package/dist/cjs/react-editor/node_modules/validator/es/lib/util/merge.js.map +0 -1
  334. package/dist/cjs/react-editor/node_modules/validator/lib/isFQDN.js.map +0 -1
  335. package/dist/cjs/react-editor/node_modules/validator/lib/isIP.js.map +0 -1
  336. package/dist/cjs/react-editor/node_modules/validator/lib/isURL.js.map +0 -1
  337. package/dist/cjs/react-editor/node_modules/validator/lib/util/assertString.js.map +0 -1
  338. package/dist/cjs/react-editor/node_modules/validator/lib/util/merge.js.map +0 -1
  339. package/dist/cjs/react-icons/dist/es/icons/bold.js +0 -86
  340. package/dist/cjs/react-icons/dist/es/icons/bold.js.map +0 -1
  341. package/dist/cjs/react-icons/dist/es/icons/close.js +0 -86
  342. package/dist/cjs/react-icons/dist/es/icons/close.js.map +0 -1
  343. package/dist/cjs/react-icons/dist/es/icons/code-block.js +0 -78
  344. package/dist/cjs/react-icons/dist/es/icons/code-block.js.map +0 -1
  345. package/dist/cjs/react-icons/dist/es/icons/code.js +0 -96
  346. package/dist/cjs/react-icons/dist/es/icons/code.js.map +0 -1
  347. package/dist/cjs/react-icons/dist/es/icons/delete.js +0 -116
  348. package/dist/cjs/react-icons/dist/es/icons/delete.js.map +0 -1
  349. package/dist/cjs/react-icons/dist/es/icons/italics.js +0 -96
  350. package/dist/cjs/react-icons/dist/es/icons/italics.js.map +0 -1
  351. package/dist/cjs/react-icons/dist/es/icons/link.js +0 -86
  352. package/dist/cjs/react-icons/dist/es/icons/link.js.map +0 -1
  353. package/dist/cjs/react-icons/dist/es/icons/ordered-list.js +0 -86
  354. package/dist/cjs/react-icons/dist/es/icons/ordered-list.js.map +0 -1
  355. package/dist/cjs/react-icons/dist/es/icons/pencil.js +0 -86
  356. package/dist/cjs/react-icons/dist/es/icons/pencil.js.map +0 -1
  357. package/dist/cjs/react-icons/dist/es/icons/text-align-center.js +0 -74
  358. package/dist/cjs/react-icons/dist/es/icons/text-align-center.js.map +0 -1
  359. package/dist/cjs/react-icons/dist/es/icons/text-align-justify.js +0 -74
  360. package/dist/cjs/react-icons/dist/es/icons/text-align-justify.js.map +0 -1
  361. package/dist/cjs/react-icons/dist/es/icons/text-align-left.js +0 -74
  362. package/dist/cjs/react-icons/dist/es/icons/text-align-left.js.map +0 -1
  363. package/dist/cjs/react-icons/dist/es/icons/text-align-right.js +0 -74
  364. package/dist/cjs/react-icons/dist/es/icons/text-align-right.js.map +0 -1
  365. package/dist/cjs/react-icons/dist/es/icons/text-format.js +0 -78
  366. package/dist/cjs/react-icons/dist/es/icons/text-format.js.map +0 -1
  367. package/dist/cjs/react-icons/dist/es/icons/underline.js +0 -77
  368. package/dist/cjs/react-icons/dist/es/icons/underline.js.map +0 -1
  369. package/dist/cjs/react-icons/dist/es/icons/unordered-list.js +0 -126
  370. package/dist/cjs/react-icons/dist/es/icons/unordered-list.js.map +0 -1
  371. package/dist/es/react-components/dist/es/_virtual/_commonjsHelpers.js +0 -6
  372. package/dist/es/react-components/dist/es/_virtual/_commonjsHelpers.js.map +0 -1
  373. package/dist/es/react-components/dist/es/_virtual/index.js +0 -4
  374. package/dist/es/react-components/dist/es/_virtual/index.js.map +0 -1
  375. package/dist/es/react-components/dist/es/_virtual/index2.js +0 -4
  376. package/dist/es/react-components/dist/es/_virtual/index2.js.map +0 -1
  377. package/dist/es/react-components/dist/es/_virtual/react-is.development.js +0 -4
  378. package/dist/es/react-components/dist/es/_virtual/react-is.development.js.map +0 -1
  379. package/dist/es/react-components/dist/es/_virtual/react-is.production.min.js +0 -4
  380. package/dist/es/react-components/dist/es/_virtual/react-is.production.min.js.map +0 -1
  381. package/dist/es/react-components/dist/es/box/box.js +0 -45
  382. package/dist/es/react-components/dist/es/box/box.js.map +0 -1
  383. package/dist/es/react-components/dist/es/button/button.js +0 -772
  384. package/dist/es/react-components/dist/es/button/button.js.map +0 -1
  385. package/dist/es/react-components/dist/es/button/icon-button.js +0 -75
  386. package/dist/es/react-components/dist/es/button/icon-button.js.map +0 -1
  387. package/dist/es/react-components/dist/es/button/side-element.js +0 -197
  388. package/dist/es/react-components/dist/es/button/side-element.js.map +0 -1
  389. package/dist/es/react-components/dist/es/button/utils.js +0 -100
  390. package/dist/es/react-components/dist/es/button/utils.js.map +0 -1
  391. package/dist/es/react-components/dist/es/dialog/dialog.js +0 -193
  392. package/dist/es/react-components/dist/es/dialog/dialog.js.map +0 -1
  393. package/dist/es/react-components/dist/es/dropdown/dropdown.js +0 -190
  394. package/dist/es/react-components/dist/es/dropdown/dropdown.js.map +0 -1
  395. package/dist/es/react-components/dist/es/flex/flex.js +0 -96
  396. package/dist/es/react-components/dist/es/flex/flex.js.map +0 -1
  397. package/dist/es/react-components/dist/es/form-helper-text/form-helper-text.js +0 -74
  398. package/dist/es/react-components/dist/es/form-helper-text/form-helper-text.js.map +0 -1
  399. package/dist/es/react-components/dist/es/form-label/form-label.js +0 -174
  400. package/dist/es/react-components/dist/es/form-label/form-label.js.map +0 -1
  401. package/dist/es/react-components/dist/es/input/form-input.js +0 -157
  402. package/dist/es/react-components/dist/es/input/form-input.js.map +0 -1
  403. package/dist/es/react-components/dist/es/input/input.js +0 -374
  404. package/dist/es/react-components/dist/es/input/input.js.map +0 -1
  405. package/dist/es/react-components/dist/es/link/link.js +0 -56
  406. package/dist/es/react-components/dist/es/link/link.js.map +0 -1
  407. package/dist/es/react-components/dist/es/loader/circle.js +0 -202
  408. package/dist/es/react-components/dist/es/loader/circle.js.map +0 -1
  409. package/dist/es/react-components/dist/es/loader/line.js +0 -128
  410. package/dist/es/react-components/dist/es/loader/line.js.map +0 -1
  411. package/dist/es/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/extends.js +0 -17
  412. package/dist/es/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/extends.js.map +0 -1
  413. package/dist/es/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js +0 -10
  414. package/dist/es/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js.map +0 -1
  415. package/dist/es/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +0 -15
  416. package/dist/es/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js.map +0 -1
  417. package/dist/es/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +0 -10
  418. package/dist/es/react-components/dist/es/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js.map +0 -1
  419. package/dist/es/react-components/dist/es/node_modules/@floating-ui/core/dist/floating-ui.core.js +0 -777
  420. package/dist/es/react-components/dist/es/node_modules/@floating-ui/core/dist/floating-ui.core.js.map +0 -1
  421. package/dist/es/react-components/dist/es/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +0 -600
  422. package/dist/es/react-components/dist/es/node_modules/@floating-ui/dom/dist/floating-ui.dom.js.map +0 -1
  423. package/dist/es/react-components/dist/es/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js +0 -269
  424. package/dist/es/react-components/dist/es/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.js.map +0 -1
  425. package/dist/es/react-components/dist/es/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +0 -123
  426. package/dist/es/react-components/dist/es/node_modules/@floating-ui/utils/dist/floating-ui.utils.js.map +0 -1
  427. package/dist/es/react-components/dist/es/node_modules/@floating-ui/utils/dom/dist/floating-ui.utils.dom.js +0 -129
  428. package/dist/es/react-components/dist/es/node_modules/@floating-ui/utils/dom/dist/floating-ui.utils.dom.js.map +0 -1
  429. package/dist/es/react-components/dist/es/node_modules/@radix-ui/primitive/dist/index.js +0 -12
  430. package/dist/es/react-components/dist/es/node_modules/@radix-ui/primitive/dist/index.js.map +0 -1
  431. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-arrow/dist/index.js +0 -26
  432. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-arrow/dist/index.js.map +0 -1
  433. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-collection/dist/index.js +0 -69
  434. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-collection/dist/index.js.map +0 -1
  435. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-compose-refs/dist/index.js +0 -19
  436. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-compose-refs/dist/index.js.map +0 -1
  437. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-context/dist/index.js +0 -80
  438. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-context/dist/index.js.map +0 -1
  439. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-dialog/dist/index.js +0 -318
  440. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-dialog/dist/index.js.map +0 -1
  441. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-direction/dist/index.js +0 -12
  442. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-direction/dist/index.js.map +0 -1
  443. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +0 -212
  444. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-dismissable-layer/dist/index.js.map +0 -1
  445. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-dropdown-menu/dist/index.js +0 -254
  446. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-dropdown-menu/dist/index.js.map +0 -1
  447. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-focus-guards/dist/index.js +0 -27
  448. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-focus-guards/dist/index.js.map +0 -1
  449. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-focus-scope/dist/index.js +0 -208
  450. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-focus-scope/dist/index.js.map +0 -1
  451. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-id/dist/index.js +0 -16
  452. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-id/dist/index.js.map +0 -1
  453. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-label/dist/index.js +0 -25
  454. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-label/dist/index.js.map +0 -1
  455. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-menu/dist/index.js +0 -796
  456. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-menu/dist/index.js.map +0 -1
  457. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-popper/dist/index.js +0 -280
  458. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-popper/dist/index.js.map +0 -1
  459. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-portal/dist/index.js +0 -18
  460. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-portal/dist/index.js.map +0 -1
  461. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-presence/dist/index.js +0 -120
  462. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-presence/dist/index.js.map +0 -1
  463. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-primitive/dist/index.js +0 -42
  464. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-primitive/dist/index.js.map +0 -1
  465. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-roving-focus/dist/index.js +0 -221
  466. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-roving-focus/dist/index.js.map +0 -1
  467. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-slot/dist/index.js +0 -82
  468. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-slot/dist/index.js.map +0 -1
  469. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-tooltip/dist/index.js +0 -476
  470. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-tooltip/dist/index.js.map +0 -1
  471. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +0 -13
  472. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-use-callback-ref/dist/index.js.map +0 -1
  473. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +0 -47
  474. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-use-controllable-state/dist/index.js.map +0 -1
  475. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +0 -19
  476. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js.map +0 -1
  477. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +0 -8
  478. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-use-layout-effect/dist/index.js.map +0 -1
  479. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-use-size/dist/index.js +0 -41
  480. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-use-size/dist/index.js.map +0 -1
  481. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-visually-hidden/dist/index.js +0 -36
  482. package/dist/es/react-components/dist/es/node_modules/@radix-ui/react-visually-hidden/dist/index.js.map +0 -1
  483. package/dist/es/react-components/dist/es/node_modules/@stitches/react/dist/index.js +0 -6
  484. package/dist/es/react-components/dist/es/node_modules/@stitches/react/dist/index.js.map +0 -1
  485. package/dist/es/react-components/dist/es/node_modules/aria-hidden/dist/es2015/index.js +0 -132
  486. package/dist/es/react-components/dist/es/node_modules/aria-hidden/dist/es2015/index.js.map +0 -1
  487. package/dist/es/react-components/dist/es/node_modules/dom-helpers/esm/addClass.js +0 -15
  488. package/dist/es/react-components/dist/es/node_modules/dom-helpers/esm/addClass.js.map +0 -1
  489. package/dist/es/react-components/dist/es/node_modules/dom-helpers/esm/hasClass.js +0 -13
  490. package/dist/es/react-components/dist/es/node_modules/dom-helpers/esm/hasClass.js.map +0 -1
  491. package/dist/es/react-components/dist/es/node_modules/dom-helpers/esm/removeClass.js +0 -23
  492. package/dist/es/react-components/dist/es/node_modules/dom-helpers/esm/removeClass.js.map +0 -1
  493. package/dist/es/react-components/dist/es/node_modules/get-nonce/dist/es2015/index.js +0 -9
  494. package/dist/es/react-components/dist/es/node_modules/get-nonce/dist/es2015/index.js.map +0 -1
  495. package/dist/es/react-components/dist/es/node_modules/object-assign/index.js +0 -100
  496. package/dist/es/react-components/dist/es/node_modules/object-assign/index.js.map +0 -1
  497. package/dist/es/react-components/dist/es/node_modules/prop-types/checkPropTypes.js +0 -116
  498. package/dist/es/react-components/dist/es/node_modules/prop-types/checkPropTypes.js.map +0 -1
  499. package/dist/es/react-components/dist/es/node_modules/prop-types/factoryWithThrowingShims.js +0 -75
  500. package/dist/es/react-components/dist/es/node_modules/prop-types/factoryWithThrowingShims.js.map +0 -1
  501. package/dist/es/react-components/dist/es/node_modules/prop-types/factoryWithTypeCheckers.js +0 -626
  502. package/dist/es/react-components/dist/es/node_modules/prop-types/factoryWithTypeCheckers.js.map +0 -1
  503. package/dist/es/react-components/dist/es/node_modules/prop-types/index.js +0 -31
  504. package/dist/es/react-components/dist/es/node_modules/prop-types/index.js.map +0 -1
  505. package/dist/es/react-components/dist/es/node_modules/prop-types/lib/ReactPropTypesSecret.js +0 -22
  506. package/dist/es/react-components/dist/es/node_modules/prop-types/lib/ReactPropTypesSecret.js.map +0 -1
  507. package/dist/es/react-components/dist/es/node_modules/prop-types/lib/has.js +0 -12
  508. package/dist/es/react-components/dist/es/node_modules/prop-types/lib/has.js.map +0 -1
  509. package/dist/es/react-components/dist/es/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js +0 -191
  510. package/dist/es/react-components/dist/es/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js.map +0 -1
  511. package/dist/es/react-components/dist/es/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js +0 -27
  512. package/dist/es/react-components/dist/es/node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js.map +0 -1
  513. package/dist/es/react-components/dist/es/node_modules/prop-types/node_modules/react-is/index.js +0 -20
  514. package/dist/es/react-components/dist/es/node_modules/prop-types/node_modules/react-is/index.js.map +0 -1
  515. package/dist/es/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/Combination.js +0 -11
  516. package/dist/es/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/Combination.js.map +0 -1
  517. package/dist/es/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +0 -161
  518. package/dist/es/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/SideEffect.js.map +0 -1
  519. package/dist/es/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/UI.js +0 -39
  520. package/dist/es/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/UI.js.map +0 -1
  521. package/dist/es/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js +0 -22
  522. package/dist/es/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js.map +0 -1
  523. package/dist/es/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +0 -107
  524. package/dist/es/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/handleScroll.js.map +0 -1
  525. package/dist/es/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/medium.js +0 -6
  526. package/dist/es/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/medium.js.map +0 -1
  527. package/dist/es/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/sidecar.js +0 -8
  528. package/dist/es/react-components/dist/es/node_modules/react-remove-scroll/dist/es2015/sidecar.js.map +0 -1
  529. package/dist/es/react-components/dist/es/node_modules/react-remove-scroll-bar/dist/es2015/component.js +0 -57
  530. package/dist/es/react-components/dist/es/node_modules/react-remove-scroll-bar/dist/es2015/component.js.map +0 -1
  531. package/dist/es/react-components/dist/es/node_modules/react-remove-scroll-bar/dist/es2015/constants.js +0 -11
  532. package/dist/es/react-components/dist/es/node_modules/react-remove-scroll-bar/dist/es2015/constants.js.map +0 -1
  533. package/dist/es/react-components/dist/es/node_modules/react-remove-scroll-bar/dist/es2015/utils.js +0 -32
  534. package/dist/es/react-components/dist/es/node_modules/react-remove-scroll-bar/dist/es2015/utils.js.map +0 -1
  535. package/dist/es/react-components/dist/es/node_modules/react-style-singleton/dist/es2015/component.js +0 -20
  536. package/dist/es/react-components/dist/es/node_modules/react-style-singleton/dist/es2015/component.js.map +0 -1
  537. package/dist/es/react-components/dist/es/node_modules/react-style-singleton/dist/es2015/hook.js +0 -26
  538. package/dist/es/react-components/dist/es/node_modules/react-style-singleton/dist/es2015/hook.js.map +0 -1
  539. package/dist/es/react-components/dist/es/node_modules/react-style-singleton/dist/es2015/singleton.js +0 -52
  540. package/dist/es/react-components/dist/es/node_modules/react-style-singleton/dist/es2015/singleton.js.map +0 -1
  541. package/dist/es/react-components/dist/es/node_modules/react-transition-group/esm/CSSTransition.js +0 -415
  542. package/dist/es/react-components/dist/es/node_modules/react-transition-group/esm/CSSTransition.js.map +0 -1
  543. package/dist/es/react-components/dist/es/node_modules/react-transition-group/esm/Transition.js +0 -628
  544. package/dist/es/react-components/dist/es/node_modules/react-transition-group/esm/Transition.js.map +0 -1
  545. package/dist/es/react-components/dist/es/node_modules/react-transition-group/esm/TransitionGroupContext.js +0 -6
  546. package/dist/es/react-components/dist/es/node_modules/react-transition-group/esm/TransitionGroupContext.js.map +0 -1
  547. package/dist/es/react-components/dist/es/node_modules/react-transition-group/esm/config.js +0 -6
  548. package/dist/es/react-components/dist/es/node_modules/react-transition-group/esm/config.js.map +0 -1
  549. package/dist/es/react-components/dist/es/node_modules/react-transition-group/esm/utils/PropTypes.js +0 -22
  550. package/dist/es/react-components/dist/es/node_modules/react-transition-group/esm/utils/PropTypes.js.map +0 -1
  551. package/dist/es/react-components/dist/es/node_modules/react-transition-group/esm/utils/reflow.js +0 -6
  552. package/dist/es/react-components/dist/es/node_modules/react-transition-group/esm/utils/reflow.js.map +0 -1
  553. package/dist/es/react-components/dist/es/node_modules/tslib/tslib.es6.js +0 -52
  554. package/dist/es/react-components/dist/es/node_modules/tslib/tslib.es6.js.map +0 -1
  555. package/dist/es/react-components/dist/es/node_modules/use-callback-ref/dist/es2015/assignRef.js +0 -25
  556. package/dist/es/react-components/dist/es/node_modules/use-callback-ref/dist/es2015/assignRef.js.map +0 -1
  557. package/dist/es/react-components/dist/es/node_modules/use-callback-ref/dist/es2015/useMergeRef.js +0 -23
  558. package/dist/es/react-components/dist/es/node_modules/use-callback-ref/dist/es2015/useMergeRef.js.map +0 -1
  559. package/dist/es/react-components/dist/es/node_modules/use-callback-ref/dist/es2015/useRef.js +0 -43
  560. package/dist/es/react-components/dist/es/node_modules/use-callback-ref/dist/es2015/useRef.js.map +0 -1
  561. package/dist/es/react-components/dist/es/node_modules/use-sidecar/dist/es2015/exports.js +0 -22
  562. package/dist/es/react-components/dist/es/node_modules/use-sidecar/dist/es2015/exports.js.map +0 -1
  563. package/dist/es/react-components/dist/es/node_modules/use-sidecar/dist/es2015/medium.js +0 -78
  564. package/dist/es/react-components/dist/es/node_modules/use-sidecar/dist/es2015/medium.js.map +0 -1
  565. package/dist/es/react-components/dist/es/packages/react-components/node_modules/clsx/dist/clsx.js.map +0 -1
  566. package/dist/es/react-components/dist/es/packages/react-icons/dist/es/icons/info.js +0 -95
  567. package/dist/es/react-components/dist/es/packages/react-icons/dist/es/icons/info.js.map +0 -1
  568. package/dist/es/react-components/dist/es/stitches.config.js +0 -379
  569. package/dist/es/react-components/dist/es/stitches.config.js.map +0 -1
  570. package/dist/es/react-components/dist/es/text/text.js +0 -115
  571. package/dist/es/react-components/dist/es/text/text.js.map +0 -1
  572. package/dist/es/react-components/dist/es/tooltip/tooltip.js +0 -153
  573. package/dist/es/react-components/dist/es/tooltip/tooltip.js.map +0 -1
  574. package/dist/es/react-components/dist/es/utils/prefix-class-name.js +0 -8
  575. package/dist/es/react-components/dist/es/utils/prefix-class-name.js.map +0 -1
  576. package/dist/es/react-editor/node_modules/clsx/dist/clsx.js +0 -4
  577. package/dist/es/react-editor/node_modules/clsx/dist/clsx.js.map +0 -1
  578. package/dist/es/react-editor/node_modules/validator/es/lib/isFQDN.js.map +0 -1
  579. package/dist/es/react-editor/node_modules/validator/es/lib/isIP.js.map +0 -1
  580. package/dist/es/react-editor/node_modules/validator/es/lib/isURL.js.map +0 -1
  581. package/dist/es/react-editor/node_modules/validator/es/lib/util/assertString.js.map +0 -1
  582. package/dist/es/react-editor/node_modules/validator/es/lib/util/merge.js.map +0 -1
  583. package/dist/es/react-editor/node_modules/validator/lib/isFQDN.js.map +0 -1
  584. package/dist/es/react-editor/node_modules/validator/lib/isIP.js.map +0 -1
  585. package/dist/es/react-editor/node_modules/validator/lib/isURL.js.map +0 -1
  586. package/dist/es/react-editor/node_modules/validator/lib/util/assertString.js.map +0 -1
  587. package/dist/es/react-editor/node_modules/validator/lib/util/merge.js.map +0 -1
  588. package/dist/es/react-icons/dist/es/icons/bold.js +0 -84
  589. package/dist/es/react-icons/dist/es/icons/bold.js.map +0 -1
  590. package/dist/es/react-icons/dist/es/icons/close.js +0 -84
  591. package/dist/es/react-icons/dist/es/icons/close.js.map +0 -1
  592. package/dist/es/react-icons/dist/es/icons/code-block.js +0 -76
  593. package/dist/es/react-icons/dist/es/icons/code-block.js.map +0 -1
  594. package/dist/es/react-icons/dist/es/icons/code.js +0 -94
  595. package/dist/es/react-icons/dist/es/icons/code.js.map +0 -1
  596. package/dist/es/react-icons/dist/es/icons/delete.js +0 -114
  597. package/dist/es/react-icons/dist/es/icons/delete.js.map +0 -1
  598. package/dist/es/react-icons/dist/es/icons/italics.js +0 -94
  599. package/dist/es/react-icons/dist/es/icons/italics.js.map +0 -1
  600. package/dist/es/react-icons/dist/es/icons/link.js +0 -84
  601. package/dist/es/react-icons/dist/es/icons/link.js.map +0 -1
  602. package/dist/es/react-icons/dist/es/icons/ordered-list.js +0 -84
  603. package/dist/es/react-icons/dist/es/icons/ordered-list.js.map +0 -1
  604. package/dist/es/react-icons/dist/es/icons/pencil.js +0 -84
  605. package/dist/es/react-icons/dist/es/icons/pencil.js.map +0 -1
  606. package/dist/es/react-icons/dist/es/icons/text-align-center.js +0 -72
  607. package/dist/es/react-icons/dist/es/icons/text-align-center.js.map +0 -1
  608. package/dist/es/react-icons/dist/es/icons/text-align-justify.js +0 -72
  609. package/dist/es/react-icons/dist/es/icons/text-align-justify.js.map +0 -1
  610. package/dist/es/react-icons/dist/es/icons/text-align-left.js +0 -72
  611. package/dist/es/react-icons/dist/es/icons/text-align-left.js.map +0 -1
  612. package/dist/es/react-icons/dist/es/icons/text-align-right.js +0 -72
  613. package/dist/es/react-icons/dist/es/icons/text-align-right.js.map +0 -1
  614. package/dist/es/react-icons/dist/es/icons/text-format.js +0 -76
  615. package/dist/es/react-icons/dist/es/icons/text-format.js.map +0 -1
  616. package/dist/es/react-icons/dist/es/icons/underline.js +0 -75
  617. package/dist/es/react-icons/dist/es/icons/underline.js.map +0 -1
  618. package/dist/es/react-icons/dist/es/icons/unordered-list.js +0 -124
  619. package/dist/es/react-icons/dist/es/icons/unordered-list.js.map +0 -1
  620. /package/dist/cjs/{react-components/dist/es/packages/react-components/node_modules → node_modules}/clsx/dist/clsx.js +0 -0
  621. /package/dist/cjs/{react-editor/node_modules → node_modules}/validator/es/lib/isFQDN.js +0 -0
  622. /package/dist/cjs/{react-editor/node_modules → node_modules}/validator/es/lib/isIP.js +0 -0
  623. /package/dist/cjs/{react-editor/node_modules → node_modules}/validator/es/lib/isURL.js +0 -0
  624. /package/dist/cjs/{react-editor/node_modules → node_modules}/validator/es/lib/util/assertString.js +0 -0
  625. /package/dist/cjs/{react-editor/node_modules → node_modules}/validator/es/lib/util/merge.js +0 -0
  626. /package/dist/es/{react-components/dist/es/packages/react-components/node_modules → node_modules}/clsx/dist/clsx.js +0 -0
  627. /package/dist/es/{react-editor/node_modules → node_modules}/validator/es/lib/isFQDN.js +0 -0
  628. /package/dist/es/{react-editor/node_modules → node_modules}/validator/es/lib/isIP.js +0 -0
  629. /package/dist/es/{react-editor/node_modules → node_modules}/validator/es/lib/isURL.js +0 -0
  630. /package/dist/es/{react-editor/node_modules → node_modules}/validator/es/lib/util/assertString.js +0 -0
  631. /package/dist/es/{react-editor/node_modules → node_modules}/validator/es/lib/util/merge.js +0 -0
@@ -1,35 +0,0 @@
1
- 'use strict';
2
-
3
- var zeroGap = {
4
- left: 0,
5
- top: 0,
6
- right: 0,
7
- gap: 0,
8
- };
9
- var parse = function (x) { return parseInt(x || '', 10) || 0; };
10
- var getOffset = function (gapMode) {
11
- var cs = window.getComputedStyle(document.body);
12
- var left = cs[gapMode === 'padding' ? 'paddingLeft' : 'marginLeft'];
13
- var top = cs[gapMode === 'padding' ? 'paddingTop' : 'marginTop'];
14
- var right = cs[gapMode === 'padding' ? 'paddingRight' : 'marginRight'];
15
- return [parse(left), parse(top), parse(right)];
16
- };
17
- var getGapWidth = function (gapMode) {
18
- if (gapMode === void 0) { gapMode = 'margin'; }
19
- if (typeof window === 'undefined') {
20
- return zeroGap;
21
- }
22
- var offsets = getOffset(gapMode);
23
- var documentWidth = document.documentElement.clientWidth;
24
- var windowWidth = window.innerWidth;
25
- return {
26
- left: offsets[0],
27
- top: offsets[1],
28
- right: offsets[2],
29
- gap: Math.max(0, windowWidth - documentWidth + offsets[2] - offsets[0]),
30
- };
31
- };
32
-
33
- exports.getGapWidth = getGapWidth;
34
- exports.zeroGap = zeroGap;
35
- //# sourceMappingURL=utils.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"utils.js","sources":["../../../../../../../../../../react-components/dist/es/node_modules/react-remove-scroll-bar/dist/es2015/utils.js"],"sourcesContent":["var zeroGap = {\n left: 0,\n top: 0,\n right: 0,\n gap: 0,\n};\nvar parse = function (x) { return parseInt(x || '', 10) || 0; };\nvar getOffset = function (gapMode) {\n var cs = window.getComputedStyle(document.body);\n var left = cs[gapMode === 'padding' ? 'paddingLeft' : 'marginLeft'];\n var top = cs[gapMode === 'padding' ? 'paddingTop' : 'marginTop'];\n var right = cs[gapMode === 'padding' ? 'paddingRight' : 'marginRight'];\n return [parse(left), parse(top), parse(right)];\n};\nvar getGapWidth = function (gapMode) {\n if (gapMode === void 0) { gapMode = 'margin'; }\n if (typeof window === 'undefined') {\n return zeroGap;\n }\n var offsets = getOffset(gapMode);\n var documentWidth = document.documentElement.clientWidth;\n var windowWidth = window.innerWidth;\n return {\n left: offsets[0],\n top: offsets[1],\n right: offsets[2],\n gap: Math.max(0, windowWidth - documentWidth + offsets[2] - offsets[0]),\n };\n};\n\nexport { getGapWidth, zeroGap };\n//# sourceMappingURL=utils.js.map\n"],"names":[],"mappings":";;AAAG,IAAC,OAAO,GAAG;AACd,IAAI,IAAI,EAAE,CAAC;AACX,IAAI,GAAG,EAAE,CAAC;AACV,IAAI,KAAK,EAAE,CAAC;AACZ,IAAI,GAAG,EAAE,CAAC;AACV;AACA,IAAI,KAAK,GAAG,UAAU,CAAC,EAAE,EAAE,OAAO,QAAQ,CAAC,CAAC,IAAI,EAAE,EAAE,EAAE,CAAC,IAAI,CAAC,CAAC,EAAE;AAC/D,IAAI,SAAS,GAAG,UAAU,OAAO,EAAE;AACnC,IAAI,IAAI,EAAE,GAAG,MAAM,CAAC,gBAAgB,CAAC,QAAQ,CAAC,IAAI,CAAC;AACnD,IAAI,IAAI,IAAI,GAAG,EAAE,CAAC,OAAO,KAAK,SAAS,GAAG,aAAa,GAAG,YAAY,CAAC;AACvE,IAAI,IAAI,GAAG,GAAG,EAAE,CAAC,OAAO,KAAK,SAAS,GAAG,YAAY,GAAG,WAAW,CAAC;AACpE,IAAI,IAAI,KAAK,GAAG,EAAE,CAAC,OAAO,KAAK,SAAS,GAAG,cAAc,GAAG,aAAa,CAAC;AAC1E,IAAI,OAAO,CAAC,KAAK,CAAC,IAAI,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC;AAClD,CAAC;AACE,IAAC,WAAW,GAAG,UAAU,OAAO,EAAE;AACrC,IAAI,IAAI,OAAO,KAAK,MAAM,EAAE,EAAE,OAAO,GAAG,QAAQ,CAAC;AACjD,IAAI,IAAI,OAAO,MAAM,KAAK,WAAW,EAAE;AACvC,QAAQ,OAAO,OAAO;AACtB;AACA,IAAI,IAAI,OAAO,GAAG,SAAS,CAAC,OAAO,CAAC;AACpC,IAAI,IAAI,aAAa,GAAG,QAAQ,CAAC,eAAe,CAAC,WAAW;AAC5D,IAAI,IAAI,WAAW,GAAG,MAAM,CAAC,UAAU;AACvC,IAAI,OAAO;AACX,QAAQ,IAAI,EAAE,OAAO,CAAC,CAAC,CAAC;AACxB,QAAQ,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC;AACvB,QAAQ,KAAK,EAAE,OAAO,CAAC,CAAC,CAAC;AACzB,QAAQ,GAAG,EAAE,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,WAAW,GAAG,aAAa,GAAG,OAAO,CAAC,CAAC,CAAC,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC;AAC/E,KAAK;AACL;;;;;","x_google_ignoreList":[0]}
@@ -1,22 +0,0 @@
1
- 'use strict';
2
-
3
- var hook = require('./hook.js');
4
-
5
- /**
6
- * create a Component to add styles on demand
7
- * - styles are added when first instance is mounted
8
- * - styles are removed when the last instance is unmounted
9
- * - changing styles in runtime does nothing unless dynamic is set. But with multiple components that can lead to the undefined behavior
10
- */
11
- var styleSingleton = function () {
12
- var useStyle = hook.styleHookSingleton();
13
- var Sheet = function (_a) {
14
- var styles = _a.styles, dynamic = _a.dynamic;
15
- useStyle(styles, dynamic);
16
- return null;
17
- };
18
- return Sheet;
19
- };
20
-
21
- exports.styleSingleton = styleSingleton;
22
- //# sourceMappingURL=component.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"component.js","sources":["../../../../../../../../../../react-components/dist/es/node_modules/react-style-singleton/dist/es2015/component.js"],"sourcesContent":["import { styleHookSingleton } from './hook.js';\n\n/**\n * create a Component to add styles on demand\n * - styles are added when first instance is mounted\n * - styles are removed when the last instance is unmounted\n * - changing styles in runtime does nothing unless dynamic is set. But with multiple components that can lead to the undefined behavior\n */\nvar styleSingleton = function () {\n var useStyle = styleHookSingleton();\n var Sheet = function (_a) {\n var styles = _a.styles, dynamic = _a.dynamic;\n useStyle(styles, dynamic);\n return null;\n };\n return Sheet;\n};\n\nexport { styleSingleton };\n//# sourceMappingURL=component.js.map\n"],"names":["styleHookSingleton"],"mappings":";;;;AAEA;AACA;AACA;AACA;AACA;AACA;AACG,IAAC,cAAc,GAAG,YAAY;AACjC,IAAI,IAAI,QAAQ,GAAGA,uBAAkB,EAAE;AACvC,IAAI,IAAI,KAAK,GAAG,UAAU,EAAE,EAAE;AAC9B,QAAQ,IAAI,MAAM,GAAG,EAAE,CAAC,MAAM,EAAE,OAAO,GAAG,EAAE,CAAC,OAAO;AACpD,QAAQ,QAAQ,CAAC,MAAM,EAAE,OAAO,CAAC;AACjC,QAAQ,OAAO,IAAI;AACnB,KAAK;AACL,IAAI,OAAO,KAAK;AAChB;;;;","x_google_ignoreList":[0]}
@@ -1,47 +0,0 @@
1
- 'use strict';
2
-
3
- var React = require('react');
4
- var singleton = require('./singleton.js');
5
-
6
- function _interopNamespaceDefault(e) {
7
- var n = Object.create(null);
8
- if (e) {
9
- Object.keys(e).forEach(function (k) {
10
- if (k !== 'default') {
11
- var d = Object.getOwnPropertyDescriptor(e, k);
12
- Object.defineProperty(n, k, d.get ? d : {
13
- enumerable: true,
14
- get: function () { return e[k]; }
15
- });
16
- }
17
- });
18
- }
19
- n.default = e;
20
- return Object.freeze(n);
21
- }
22
-
23
- var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
24
-
25
- /**
26
- * creates a hook to control style singleton
27
- * @see {@link styleSingleton} for a safer component version
28
- * @example
29
- * ```tsx
30
- * const useStyle = styleHookSingleton();
31
- * ///
32
- * useStyle('body { overflow: hidden}');
33
- */
34
- var styleHookSingleton = function () {
35
- var sheet = singleton.stylesheetSingleton();
36
- return function (styles, isDynamic) {
37
- React__namespace.useEffect(function () {
38
- sheet.add(styles);
39
- return function () {
40
- sheet.remove();
41
- };
42
- }, [styles && isDynamic]);
43
- };
44
- };
45
-
46
- exports.styleHookSingleton = styleHookSingleton;
47
- //# sourceMappingURL=hook.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"hook.js","sources":["../../../../../../../../../../react-components/dist/es/node_modules/react-style-singleton/dist/es2015/hook.js"],"sourcesContent":["import * as React from 'react';\nimport { stylesheetSingleton } from './singleton.js';\n\n/**\n * creates a hook to control style singleton\n * @see {@link styleSingleton} for a safer component version\n * @example\n * ```tsx\n * const useStyle = styleHookSingleton();\n * ///\n * useStyle('body { overflow: hidden}');\n */\nvar styleHookSingleton = function () {\n var sheet = stylesheetSingleton();\n return function (styles, isDynamic) {\n React.useEffect(function () {\n sheet.add(styles);\n return function () {\n sheet.remove();\n };\n }, [styles && isDynamic]);\n };\n};\n\nexport { styleHookSingleton };\n//# sourceMappingURL=hook.js.map\n"],"names":["stylesheetSingleton","React"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAGA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACG,IAAC,kBAAkB,GAAG,YAAY;AACrC,IAAI,IAAI,KAAK,GAAGA,6BAAmB,EAAE;AACrC,IAAI,OAAO,UAAU,MAAM,EAAE,SAAS,EAAE;AACxC,QAAQC,gBAAK,CAAC,SAAS,CAAC,YAAY;AACpC,YAAY,KAAK,CAAC,GAAG,CAAC,MAAM,CAAC;AAC7B,YAAY,OAAO,YAAY;AAC/B,gBAAgB,KAAK,CAAC,MAAM,EAAE;AAC9B,aAAa;AACb,SAAS,EAAE,CAAC,MAAM,IAAI,SAAS,CAAC,CAAC;AACjC,KAAK;AACL;;;;","x_google_ignoreList":[0]}
@@ -1,54 +0,0 @@
1
- 'use strict';
2
-
3
- var index = require('../../../get-nonce/dist/es2015/index.js');
4
-
5
- function makeStyleTag() {
6
- if (!document)
7
- return null;
8
- var tag = document.createElement('style');
9
- tag.type = 'text/css';
10
- var nonce = index.getNonce();
11
- if (nonce) {
12
- tag.setAttribute('nonce', nonce);
13
- }
14
- return tag;
15
- }
16
- function injectStyles(tag, css) {
17
- // @ts-ignore
18
- if (tag.styleSheet) {
19
- // @ts-ignore
20
- tag.styleSheet.cssText = css;
21
- }
22
- else {
23
- tag.appendChild(document.createTextNode(css));
24
- }
25
- }
26
- function insertStyleTag(tag) {
27
- var head = document.head || document.getElementsByTagName('head')[0];
28
- head.appendChild(tag);
29
- }
30
- var stylesheetSingleton = function () {
31
- var counter = 0;
32
- var stylesheet = null;
33
- return {
34
- add: function (style) {
35
- if (counter == 0) {
36
- if ((stylesheet = makeStyleTag())) {
37
- injectStyles(stylesheet, style);
38
- insertStyleTag(stylesheet);
39
- }
40
- }
41
- counter++;
42
- },
43
- remove: function () {
44
- counter--;
45
- if (!counter && stylesheet) {
46
- stylesheet.parentNode && stylesheet.parentNode.removeChild(stylesheet);
47
- stylesheet = null;
48
- }
49
- },
50
- };
51
- };
52
-
53
- exports.stylesheetSingleton = stylesheetSingleton;
54
- //# sourceMappingURL=singleton.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"singleton.js","sources":["../../../../../../../../../../react-components/dist/es/node_modules/react-style-singleton/dist/es2015/singleton.js"],"sourcesContent":["import { getNonce } from '../../../get-nonce/dist/es2015/index.js';\n\nfunction makeStyleTag() {\n if (!document)\n return null;\n var tag = document.createElement('style');\n tag.type = 'text/css';\n var nonce = getNonce();\n if (nonce) {\n tag.setAttribute('nonce', nonce);\n }\n return tag;\n}\nfunction injectStyles(tag, css) {\n // @ts-ignore\n if (tag.styleSheet) {\n // @ts-ignore\n tag.styleSheet.cssText = css;\n }\n else {\n tag.appendChild(document.createTextNode(css));\n }\n}\nfunction insertStyleTag(tag) {\n var head = document.head || document.getElementsByTagName('head')[0];\n head.appendChild(tag);\n}\nvar stylesheetSingleton = function () {\n var counter = 0;\n var stylesheet = null;\n return {\n add: function (style) {\n if (counter == 0) {\n if ((stylesheet = makeStyleTag())) {\n injectStyles(stylesheet, style);\n insertStyleTag(stylesheet);\n }\n }\n counter++;\n },\n remove: function () {\n counter--;\n if (!counter && stylesheet) {\n stylesheet.parentNode && stylesheet.parentNode.removeChild(stylesheet);\n stylesheet = null;\n }\n },\n };\n};\n\nexport { stylesheetSingleton };\n//# sourceMappingURL=singleton.js.map\n"],"names":["getNonce"],"mappings":";;;;AAEA,SAAS,YAAY,GAAG;AACxB,IAAI,IAAI,CAAC,QAAQ;AACjB,QAAQ,OAAO,IAAI;AACnB,IAAI,IAAI,GAAG,GAAG,QAAQ,CAAC,aAAa,CAAC,OAAO,CAAC;AAC7C,IAAI,GAAG,CAAC,IAAI,GAAG,UAAU;AACzB,IAAI,IAAI,KAAK,GAAGA,cAAQ,EAAE;AAC1B,IAAI,IAAI,KAAK,EAAE;AACf,QAAQ,GAAG,CAAC,YAAY,CAAC,OAAO,EAAE,KAAK,CAAC;AACxC;AACA,IAAI,OAAO,GAAG;AACd;AACA,SAAS,YAAY,CAAC,GAAG,EAAE,GAAG,EAAE;AAChC;AACA,IAAI,IAAI,GAAG,CAAC,UAAU,EAAE;AACxB;AACA,QAAQ,GAAG,CAAC,UAAU,CAAC,OAAO,GAAG,GAAG;AACpC;AACA,SAAS;AACT,QAAQ,GAAG,CAAC,WAAW,CAAC,QAAQ,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC;AACrD;AACA;AACA,SAAS,cAAc,CAAC,GAAG,EAAE;AAC7B,IAAI,IAAI,IAAI,GAAG,QAAQ,CAAC,IAAI,IAAI,QAAQ,CAAC,oBAAoB,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;AACxE,IAAI,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC;AACzB;AACG,IAAC,mBAAmB,GAAG,YAAY;AACtC,IAAI,IAAI,OAAO,GAAG,CAAC;AACnB,IAAI,IAAI,UAAU,GAAG,IAAI;AACzB,IAAI,OAAO;AACX,QAAQ,GAAG,EAAE,UAAU,KAAK,EAAE;AAC9B,YAAY,IAAI,OAAO,IAAI,CAAC,EAAE;AAC9B,gBAAgB,KAAK,UAAU,GAAG,YAAY,EAAE,GAAG;AACnD,oBAAoB,YAAY,CAAC,UAAU,EAAE,KAAK,CAAC;AACnD,oBAAoB,cAAc,CAAC,UAAU,CAAC;AAC9C;AACA;AACA,YAAY,OAAO,EAAE;AACrB,SAAS;AACT,QAAQ,MAAM,EAAE,YAAY;AAC5B,YAAY,OAAO,EAAE;AACrB,YAAY,IAAI,CAAC,OAAO,IAAI,UAAU,EAAE;AACxC,gBAAgB,UAAU,CAAC,UAAU,IAAI,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,UAAU,CAAC;AACtF,gBAAgB,UAAU,GAAG,IAAI;AACjC;AACA,SAAS;AACT,KAAK;AACL;;;;","x_google_ignoreList":[0]}
@@ -1,419 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var _extends = require('../../@babel/runtime/helpers/esm/extends.js');
6
- var objectWithoutPropertiesLoose = require('../../@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js');
7
- var inheritsLoose = require('../../@babel/runtime/helpers/esm/inheritsLoose.js');
8
- var index = require('../../prop-types/index.js');
9
- var addClass = require('../../dom-helpers/esm/addClass.js');
10
- var removeClass$1 = require('../../dom-helpers/esm/removeClass.js');
11
- var React = require('react');
12
- var Transition = require('./Transition.js');
13
- var PropTypes = require('./utils/PropTypes.js');
14
- var reflow = require('./utils/reflow.js');
15
-
16
- var _addClass = function addClass$1(node, classes) {
17
- return node && classes && classes.split(' ').forEach(function (c) {
18
- return addClass.default(node, c);
19
- });
20
- };
21
-
22
- var removeClass = function removeClass(node, classes) {
23
- return node && classes && classes.split(' ').forEach(function (c) {
24
- return removeClass$1.default(node, c);
25
- });
26
- };
27
- /**
28
- * A transition component inspired by the excellent
29
- * [ng-animate](https://docs.angularjs.org/api/ngAnimate) library, you should
30
- * use it if you're using CSS transitions or animations. It's built upon the
31
- * [`Transition`](https://reactcommunity.org/react-transition-group/transition)
32
- * component, so it inherits all of its props.
33
- *
34
- * `CSSTransition` applies a pair of class names during the `appear`, `enter`,
35
- * and `exit` states of the transition. The first class is applied and then a
36
- * second `*-active` class in order to activate the CSS transition. After the
37
- * transition, matching `*-done` class names are applied to persist the
38
- * transition state.
39
- *
40
- * ```jsx
41
- * function App() {
42
- * const [inProp, setInProp] = useState(false);
43
- * return (
44
- * <div>
45
- * <CSSTransition in={inProp} timeout={200} classNames="my-node">
46
- * <div>
47
- * {"I'll receive my-node-* classes"}
48
- * </div>
49
- * </CSSTransition>
50
- * <button type="button" onClick={() => setInProp(true)}>
51
- * Click to Enter
52
- * </button>
53
- * </div>
54
- * );
55
- * }
56
- * ```
57
- *
58
- * When the `in` prop is set to `true`, the child component will first receive
59
- * the class `example-enter`, then the `example-enter-active` will be added in
60
- * the next tick. `CSSTransition` [forces a
61
- * reflow](https://github.com/reactjs/react-transition-group/blob/5007303e729a74be66a21c3e2205e4916821524b/src/CSSTransition.js#L208-L215)
62
- * between before adding the `example-enter-active`. This is an important trick
63
- * because it allows us to transition between `example-enter` and
64
- * `example-enter-active` even though they were added immediately one after
65
- * another. Most notably, this is what makes it possible for us to animate
66
- * _appearance_.
67
- *
68
- * ```css
69
- * .my-node-enter {
70
- * opacity: 0;
71
- * }
72
- * .my-node-enter-active {
73
- * opacity: 1;
74
- * transition: opacity 200ms;
75
- * }
76
- * .my-node-exit {
77
- * opacity: 1;
78
- * }
79
- * .my-node-exit-active {
80
- * opacity: 0;
81
- * transition: opacity 200ms;
82
- * }
83
- * ```
84
- *
85
- * `*-active` classes represent which styles you want to animate **to**, so it's
86
- * important to add `transition` declaration only to them, otherwise transitions
87
- * might not behave as intended! This might not be obvious when the transitions
88
- * are symmetrical, i.e. when `*-enter-active` is the same as `*-exit`, like in
89
- * the example above (minus `transition`), but it becomes apparent in more
90
- * complex transitions.
91
- *
92
- * **Note**: If you're using the
93
- * [`appear`](http://reactcommunity.org/react-transition-group/transition#Transition-prop-appear)
94
- * prop, make sure to define styles for `.appear-*` classes as well.
95
- */
96
-
97
-
98
- var CSSTransition = /*#__PURE__*/function (_React$Component) {
99
- inheritsLoose.default(CSSTransition, _React$Component);
100
-
101
- function CSSTransition() {
102
- var _this;
103
-
104
- for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
105
- args[_key] = arguments[_key];
106
- }
107
-
108
- _this = _React$Component.call.apply(_React$Component, [this].concat(args)) || this;
109
- _this.appliedClasses = {
110
- appear: {},
111
- enter: {},
112
- exit: {}
113
- };
114
-
115
- _this.onEnter = function (maybeNode, maybeAppearing) {
116
- var _this$resolveArgument = _this.resolveArguments(maybeNode, maybeAppearing),
117
- node = _this$resolveArgument[0],
118
- appearing = _this$resolveArgument[1];
119
-
120
- _this.removeClasses(node, 'exit');
121
-
122
- _this.addClass(node, appearing ? 'appear' : 'enter', 'base');
123
-
124
- if (_this.props.onEnter) {
125
- _this.props.onEnter(maybeNode, maybeAppearing);
126
- }
127
- };
128
-
129
- _this.onEntering = function (maybeNode, maybeAppearing) {
130
- var _this$resolveArgument2 = _this.resolveArguments(maybeNode, maybeAppearing),
131
- node = _this$resolveArgument2[0],
132
- appearing = _this$resolveArgument2[1];
133
-
134
- var type = appearing ? 'appear' : 'enter';
135
-
136
- _this.addClass(node, type, 'active');
137
-
138
- if (_this.props.onEntering) {
139
- _this.props.onEntering(maybeNode, maybeAppearing);
140
- }
141
- };
142
-
143
- _this.onEntered = function (maybeNode, maybeAppearing) {
144
- var _this$resolveArgument3 = _this.resolveArguments(maybeNode, maybeAppearing),
145
- node = _this$resolveArgument3[0],
146
- appearing = _this$resolveArgument3[1];
147
-
148
- var type = appearing ? 'appear' : 'enter';
149
-
150
- _this.removeClasses(node, type);
151
-
152
- _this.addClass(node, type, 'done');
153
-
154
- if (_this.props.onEntered) {
155
- _this.props.onEntered(maybeNode, maybeAppearing);
156
- }
157
- };
158
-
159
- _this.onExit = function (maybeNode) {
160
- var _this$resolveArgument4 = _this.resolveArguments(maybeNode),
161
- node = _this$resolveArgument4[0];
162
-
163
- _this.removeClasses(node, 'appear');
164
-
165
- _this.removeClasses(node, 'enter');
166
-
167
- _this.addClass(node, 'exit', 'base');
168
-
169
- if (_this.props.onExit) {
170
- _this.props.onExit(maybeNode);
171
- }
172
- };
173
-
174
- _this.onExiting = function (maybeNode) {
175
- var _this$resolveArgument5 = _this.resolveArguments(maybeNode),
176
- node = _this$resolveArgument5[0];
177
-
178
- _this.addClass(node, 'exit', 'active');
179
-
180
- if (_this.props.onExiting) {
181
- _this.props.onExiting(maybeNode);
182
- }
183
- };
184
-
185
- _this.onExited = function (maybeNode) {
186
- var _this$resolveArgument6 = _this.resolveArguments(maybeNode),
187
- node = _this$resolveArgument6[0];
188
-
189
- _this.removeClasses(node, 'exit');
190
-
191
- _this.addClass(node, 'exit', 'done');
192
-
193
- if (_this.props.onExited) {
194
- _this.props.onExited(maybeNode);
195
- }
196
- };
197
-
198
- _this.resolveArguments = function (maybeNode, maybeAppearing) {
199
- return _this.props.nodeRef ? [_this.props.nodeRef.current, maybeNode] // here `maybeNode` is actually `appearing`
200
- : [maybeNode, maybeAppearing];
201
- };
202
-
203
- _this.getClassNames = function (type) {
204
- var classNames = _this.props.classNames;
205
- var isStringClassNames = typeof classNames === 'string';
206
- var prefix = isStringClassNames && classNames ? classNames + "-" : '';
207
- var baseClassName = isStringClassNames ? "" + prefix + type : classNames[type];
208
- var activeClassName = isStringClassNames ? baseClassName + "-active" : classNames[type + "Active"];
209
- var doneClassName = isStringClassNames ? baseClassName + "-done" : classNames[type + "Done"];
210
- return {
211
- baseClassName: baseClassName,
212
- activeClassName: activeClassName,
213
- doneClassName: doneClassName
214
- };
215
- };
216
-
217
- return _this;
218
- }
219
-
220
- var _proto = CSSTransition.prototype;
221
-
222
- _proto.addClass = function addClass(node, type, phase) {
223
- var className = this.getClassNames(type)[phase + "ClassName"];
224
-
225
- var _this$getClassNames = this.getClassNames('enter'),
226
- doneClassName = _this$getClassNames.doneClassName;
227
-
228
- if (type === 'appear' && phase === 'done' && doneClassName) {
229
- className += " " + doneClassName;
230
- } // This is to force a repaint,
231
- // which is necessary in order to transition styles when adding a class name.
232
-
233
-
234
- if (phase === 'active') {
235
- if (node) reflow.forceReflow(node);
236
- }
237
-
238
- if (className) {
239
- this.appliedClasses[type][phase] = className;
240
-
241
- _addClass(node, className);
242
- }
243
- };
244
-
245
- _proto.removeClasses = function removeClasses(node, type) {
246
- var _this$appliedClasses$ = this.appliedClasses[type],
247
- baseClassName = _this$appliedClasses$.base,
248
- activeClassName = _this$appliedClasses$.active,
249
- doneClassName = _this$appliedClasses$.done;
250
- this.appliedClasses[type] = {};
251
-
252
- if (baseClassName) {
253
- removeClass(node, baseClassName);
254
- }
255
-
256
- if (activeClassName) {
257
- removeClass(node, activeClassName);
258
- }
259
-
260
- if (doneClassName) {
261
- removeClass(node, doneClassName);
262
- }
263
- };
264
-
265
- _proto.render = function render() {
266
- var _this$props = this.props;
267
- _this$props.classNames;
268
- var props = objectWithoutPropertiesLoose.default(_this$props, ["classNames"]);
269
-
270
- return /*#__PURE__*/React.createElement(Transition.default, _extends.default({}, props, {
271
- onEnter: this.onEnter,
272
- onEntered: this.onEntered,
273
- onEntering: this.onEntering,
274
- onExit: this.onExit,
275
- onExiting: this.onExiting,
276
- onExited: this.onExited
277
- }));
278
- };
279
-
280
- return CSSTransition;
281
- }(React.Component);
282
-
283
- CSSTransition.defaultProps = {
284
- classNames: ''
285
- };
286
- CSSTransition.propTypes = process.env.NODE_ENV !== "production" ? _extends.default({}, Transition.default.propTypes, {
287
- /**
288
- * The animation classNames applied to the component as it appears, enters,
289
- * exits or has finished the transition. A single name can be provided, which
290
- * will be suffixed for each stage, e.g. `classNames="fade"` applies:
291
- *
292
- * - `fade-appear`, `fade-appear-active`, `fade-appear-done`
293
- * - `fade-enter`, `fade-enter-active`, `fade-enter-done`
294
- * - `fade-exit`, `fade-exit-active`, `fade-exit-done`
295
- *
296
- * A few details to note about how these classes are applied:
297
- *
298
- * 1. They are _joined_ with the ones that are already defined on the child
299
- * component, so if you want to add some base styles, you can use
300
- * `className` without worrying that it will be overridden.
301
- *
302
- * 2. If the transition component mounts with `in={false}`, no classes are
303
- * applied yet. You might be expecting `*-exit-done`, but if you think
304
- * about it, a component cannot finish exiting if it hasn't entered yet.
305
- *
306
- * 2. `fade-appear-done` and `fade-enter-done` will _both_ be applied. This
307
- * allows you to define different behavior for when appearing is done and
308
- * when regular entering is done, using selectors like
309
- * `.fade-enter-done:not(.fade-appear-done)`. For example, you could apply
310
- * an epic entrance animation when element first appears in the DOM using
311
- * [Animate.css](https://daneden.github.io/animate.css/). Otherwise you can
312
- * simply use `fade-enter-done` for defining both cases.
313
- *
314
- * Each individual classNames can also be specified independently like:
315
- *
316
- * ```js
317
- * classNames={{
318
- * appear: 'my-appear',
319
- * appearActive: 'my-active-appear',
320
- * appearDone: 'my-done-appear',
321
- * enter: 'my-enter',
322
- * enterActive: 'my-active-enter',
323
- * enterDone: 'my-done-enter',
324
- * exit: 'my-exit',
325
- * exitActive: 'my-active-exit',
326
- * exitDone: 'my-done-exit',
327
- * }}
328
- * ```
329
- *
330
- * If you want to set these classes using CSS Modules:
331
- *
332
- * ```js
333
- * import styles from './styles.css';
334
- * ```
335
- *
336
- * you might want to use camelCase in your CSS file, that way could simply
337
- * spread them instead of listing them one by one:
338
- *
339
- * ```js
340
- * classNames={{ ...styles }}
341
- * ```
342
- *
343
- * @type {string | {
344
- * appear?: string,
345
- * appearActive?: string,
346
- * appearDone?: string,
347
- * enter?: string,
348
- * enterActive?: string,
349
- * enterDone?: string,
350
- * exit?: string,
351
- * exitActive?: string,
352
- * exitDone?: string,
353
- * }}
354
- */
355
- classNames: PropTypes.classNamesShape,
356
-
357
- /**
358
- * A `<Transition>` callback fired immediately after the 'enter' or 'appear' class is
359
- * applied.
360
- *
361
- * **Note**: when `nodeRef` prop is passed, `node` is not passed.
362
- *
363
- * @type Function(node: HtmlElement, isAppearing: bool)
364
- */
365
- onEnter: index.default.func,
366
-
367
- /**
368
- * A `<Transition>` callback fired immediately after the 'enter-active' or
369
- * 'appear-active' class is applied.
370
- *
371
- * **Note**: when `nodeRef` prop is passed, `node` is not passed.
372
- *
373
- * @type Function(node: HtmlElement, isAppearing: bool)
374
- */
375
- onEntering: index.default.func,
376
-
377
- /**
378
- * A `<Transition>` callback fired immediately after the 'enter' or
379
- * 'appear' classes are **removed** and the `done` class is added to the DOM node.
380
- *
381
- * **Note**: when `nodeRef` prop is passed, `node` is not passed.
382
- *
383
- * @type Function(node: HtmlElement, isAppearing: bool)
384
- */
385
- onEntered: index.default.func,
386
-
387
- /**
388
- * A `<Transition>` callback fired immediately after the 'exit' class is
389
- * applied.
390
- *
391
- * **Note**: when `nodeRef` prop is passed, `node` is not passed
392
- *
393
- * @type Function(node: HtmlElement)
394
- */
395
- onExit: index.default.func,
396
-
397
- /**
398
- * A `<Transition>` callback fired immediately after the 'exit-active' is applied.
399
- *
400
- * **Note**: when `nodeRef` prop is passed, `node` is not passed
401
- *
402
- * @type Function(node: HtmlElement)
403
- */
404
- onExiting: index.default.func,
405
-
406
- /**
407
- * A `<Transition>` callback fired immediately after the 'exit' classes
408
- * are **removed** and the `exit-done` class is added to the DOM node.
409
- *
410
- * **Note**: when `nodeRef` prop is passed, `node` is not passed
411
- *
412
- * @type Function(node: HtmlElement)
413
- */
414
- onExited: index.default.func
415
- }) : {};
416
- var CSSTransition$1 = CSSTransition;
417
-
418
- exports.default = CSSTransition$1;
419
- //# sourceMappingURL=CSSTransition.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CSSTransition.js","sources":["../../../../../../../../../react-components/dist/es/node_modules/react-transition-group/esm/CSSTransition.js"],"sourcesContent":["import _extends from '../../@babel/runtime/helpers/esm/extends.js';\nimport _objectWithoutPropertiesLoose from '../../@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js';\nimport _inheritsLoose from '../../@babel/runtime/helpers/esm/inheritsLoose.js';\nimport PropTypes from '../../prop-types/index.js';\nimport addClass from '../../dom-helpers/esm/addClass.js';\nimport removeClass$1 from '../../dom-helpers/esm/removeClass.js';\nimport React__default from 'react';\nimport Transition from './Transition.js';\nimport { classNamesShape } from './utils/PropTypes.js';\nimport { forceReflow } from './utils/reflow.js';\n\nvar _addClass = function addClass$1(node, classes) {\n return node && classes && classes.split(' ').forEach(function (c) {\n return addClass(node, c);\n });\n};\n\nvar removeClass = function removeClass(node, classes) {\n return node && classes && classes.split(' ').forEach(function (c) {\n return removeClass$1(node, c);\n });\n};\n/**\n * A transition component inspired by the excellent\n * [ng-animate](https://docs.angularjs.org/api/ngAnimate) library, you should\n * use it if you're using CSS transitions or animations. It's built upon the\n * [`Transition`](https://reactcommunity.org/react-transition-group/transition)\n * component, so it inherits all of its props.\n *\n * `CSSTransition` applies a pair of class names during the `appear`, `enter`,\n * and `exit` states of the transition. The first class is applied and then a\n * second `*-active` class in order to activate the CSS transition. After the\n * transition, matching `*-done` class names are applied to persist the\n * transition state.\n *\n * ```jsx\n * function App() {\n * const [inProp, setInProp] = useState(false);\n * return (\n * <div>\n * <CSSTransition in={inProp} timeout={200} classNames=\"my-node\">\n * <div>\n * {\"I'll receive my-node-* classes\"}\n * </div>\n * </CSSTransition>\n * <button type=\"button\" onClick={() => setInProp(true)}>\n * Click to Enter\n * </button>\n * </div>\n * );\n * }\n * ```\n *\n * When the `in` prop is set to `true`, the child component will first receive\n * the class `example-enter`, then the `example-enter-active` will be added in\n * the next tick. `CSSTransition` [forces a\n * reflow](https://github.com/reactjs/react-transition-group/blob/5007303e729a74be66a21c3e2205e4916821524b/src/CSSTransition.js#L208-L215)\n * between before adding the `example-enter-active`. This is an important trick\n * because it allows us to transition between `example-enter` and\n * `example-enter-active` even though they were added immediately one after\n * another. Most notably, this is what makes it possible for us to animate\n * _appearance_.\n *\n * ```css\n * .my-node-enter {\n * opacity: 0;\n * }\n * .my-node-enter-active {\n * opacity: 1;\n * transition: opacity 200ms;\n * }\n * .my-node-exit {\n * opacity: 1;\n * }\n * .my-node-exit-active {\n * opacity: 0;\n * transition: opacity 200ms;\n * }\n * ```\n *\n * `*-active` classes represent which styles you want to animate **to**, so it's\n * important to add `transition` declaration only to them, otherwise transitions\n * might not behave as intended! This might not be obvious when the transitions\n * are symmetrical, i.e. when `*-enter-active` is the same as `*-exit`, like in\n * the example above (minus `transition`), but it becomes apparent in more\n * complex transitions.\n *\n * **Note**: If you're using the\n * [`appear`](http://reactcommunity.org/react-transition-group/transition#Transition-prop-appear)\n * prop, make sure to define styles for `.appear-*` classes as well.\n */\n\n\nvar CSSTransition = /*#__PURE__*/function (_React$Component) {\n _inheritsLoose(CSSTransition, _React$Component);\n\n function CSSTransition() {\n var _this;\n\n for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {\n args[_key] = arguments[_key];\n }\n\n _this = _React$Component.call.apply(_React$Component, [this].concat(args)) || this;\n _this.appliedClasses = {\n appear: {},\n enter: {},\n exit: {}\n };\n\n _this.onEnter = function (maybeNode, maybeAppearing) {\n var _this$resolveArgument = _this.resolveArguments(maybeNode, maybeAppearing),\n node = _this$resolveArgument[0],\n appearing = _this$resolveArgument[1];\n\n _this.removeClasses(node, 'exit');\n\n _this.addClass(node, appearing ? 'appear' : 'enter', 'base');\n\n if (_this.props.onEnter) {\n _this.props.onEnter(maybeNode, maybeAppearing);\n }\n };\n\n _this.onEntering = function (maybeNode, maybeAppearing) {\n var _this$resolveArgument2 = _this.resolveArguments(maybeNode, maybeAppearing),\n node = _this$resolveArgument2[0],\n appearing = _this$resolveArgument2[1];\n\n var type = appearing ? 'appear' : 'enter';\n\n _this.addClass(node, type, 'active');\n\n if (_this.props.onEntering) {\n _this.props.onEntering(maybeNode, maybeAppearing);\n }\n };\n\n _this.onEntered = function (maybeNode, maybeAppearing) {\n var _this$resolveArgument3 = _this.resolveArguments(maybeNode, maybeAppearing),\n node = _this$resolveArgument3[0],\n appearing = _this$resolveArgument3[1];\n\n var type = appearing ? 'appear' : 'enter';\n\n _this.removeClasses(node, type);\n\n _this.addClass(node, type, 'done');\n\n if (_this.props.onEntered) {\n _this.props.onEntered(maybeNode, maybeAppearing);\n }\n };\n\n _this.onExit = function (maybeNode) {\n var _this$resolveArgument4 = _this.resolveArguments(maybeNode),\n node = _this$resolveArgument4[0];\n\n _this.removeClasses(node, 'appear');\n\n _this.removeClasses(node, 'enter');\n\n _this.addClass(node, 'exit', 'base');\n\n if (_this.props.onExit) {\n _this.props.onExit(maybeNode);\n }\n };\n\n _this.onExiting = function (maybeNode) {\n var _this$resolveArgument5 = _this.resolveArguments(maybeNode),\n node = _this$resolveArgument5[0];\n\n _this.addClass(node, 'exit', 'active');\n\n if (_this.props.onExiting) {\n _this.props.onExiting(maybeNode);\n }\n };\n\n _this.onExited = function (maybeNode) {\n var _this$resolveArgument6 = _this.resolveArguments(maybeNode),\n node = _this$resolveArgument6[0];\n\n _this.removeClasses(node, 'exit');\n\n _this.addClass(node, 'exit', 'done');\n\n if (_this.props.onExited) {\n _this.props.onExited(maybeNode);\n }\n };\n\n _this.resolveArguments = function (maybeNode, maybeAppearing) {\n return _this.props.nodeRef ? [_this.props.nodeRef.current, maybeNode] // here `maybeNode` is actually `appearing`\n : [maybeNode, maybeAppearing];\n };\n\n _this.getClassNames = function (type) {\n var classNames = _this.props.classNames;\n var isStringClassNames = typeof classNames === 'string';\n var prefix = isStringClassNames && classNames ? classNames + \"-\" : '';\n var baseClassName = isStringClassNames ? \"\" + prefix + type : classNames[type];\n var activeClassName = isStringClassNames ? baseClassName + \"-active\" : classNames[type + \"Active\"];\n var doneClassName = isStringClassNames ? baseClassName + \"-done\" : classNames[type + \"Done\"];\n return {\n baseClassName: baseClassName,\n activeClassName: activeClassName,\n doneClassName: doneClassName\n };\n };\n\n return _this;\n }\n\n var _proto = CSSTransition.prototype;\n\n _proto.addClass = function addClass(node, type, phase) {\n var className = this.getClassNames(type)[phase + \"ClassName\"];\n\n var _this$getClassNames = this.getClassNames('enter'),\n doneClassName = _this$getClassNames.doneClassName;\n\n if (type === 'appear' && phase === 'done' && doneClassName) {\n className += \" \" + doneClassName;\n } // This is to force a repaint,\n // which is necessary in order to transition styles when adding a class name.\n\n\n if (phase === 'active') {\n if (node) forceReflow(node);\n }\n\n if (className) {\n this.appliedClasses[type][phase] = className;\n\n _addClass(node, className);\n }\n };\n\n _proto.removeClasses = function removeClasses(node, type) {\n var _this$appliedClasses$ = this.appliedClasses[type],\n baseClassName = _this$appliedClasses$.base,\n activeClassName = _this$appliedClasses$.active,\n doneClassName = _this$appliedClasses$.done;\n this.appliedClasses[type] = {};\n\n if (baseClassName) {\n removeClass(node, baseClassName);\n }\n\n if (activeClassName) {\n removeClass(node, activeClassName);\n }\n\n if (doneClassName) {\n removeClass(node, doneClassName);\n }\n };\n\n _proto.render = function render() {\n var _this$props = this.props;\n _this$props.classNames;\n var props = _objectWithoutPropertiesLoose(_this$props, [\"classNames\"]);\n\n return /*#__PURE__*/React__default.createElement(Transition, _extends({}, props, {\n onEnter: this.onEnter,\n onEntered: this.onEntered,\n onEntering: this.onEntering,\n onExit: this.onExit,\n onExiting: this.onExiting,\n onExited: this.onExited\n }));\n };\n\n return CSSTransition;\n}(React__default.Component);\n\nCSSTransition.defaultProps = {\n classNames: ''\n};\nCSSTransition.propTypes = process.env.NODE_ENV !== \"production\" ? _extends({}, Transition.propTypes, {\n /**\n * The animation classNames applied to the component as it appears, enters,\n * exits or has finished the transition. A single name can be provided, which\n * will be suffixed for each stage, e.g. `classNames=\"fade\"` applies:\n *\n * - `fade-appear`, `fade-appear-active`, `fade-appear-done`\n * - `fade-enter`, `fade-enter-active`, `fade-enter-done`\n * - `fade-exit`, `fade-exit-active`, `fade-exit-done`\n *\n * A few details to note about how these classes are applied:\n *\n * 1. They are _joined_ with the ones that are already defined on the child\n * component, so if you want to add some base styles, you can use\n * `className` without worrying that it will be overridden.\n *\n * 2. If the transition component mounts with `in={false}`, no classes are\n * applied yet. You might be expecting `*-exit-done`, but if you think\n * about it, a component cannot finish exiting if it hasn't entered yet.\n *\n * 2. `fade-appear-done` and `fade-enter-done` will _both_ be applied. This\n * allows you to define different behavior for when appearing is done and\n * when regular entering is done, using selectors like\n * `.fade-enter-done:not(.fade-appear-done)`. For example, you could apply\n * an epic entrance animation when element first appears in the DOM using\n * [Animate.css](https://daneden.github.io/animate.css/). Otherwise you can\n * simply use `fade-enter-done` for defining both cases.\n *\n * Each individual classNames can also be specified independently like:\n *\n * ```js\n * classNames={{\n * appear: 'my-appear',\n * appearActive: 'my-active-appear',\n * appearDone: 'my-done-appear',\n * enter: 'my-enter',\n * enterActive: 'my-active-enter',\n * enterDone: 'my-done-enter',\n * exit: 'my-exit',\n * exitActive: 'my-active-exit',\n * exitDone: 'my-done-exit',\n * }}\n * ```\n *\n * If you want to set these classes using CSS Modules:\n *\n * ```js\n * import styles from './styles.css';\n * ```\n *\n * you might want to use camelCase in your CSS file, that way could simply\n * spread them instead of listing them one by one:\n *\n * ```js\n * classNames={{ ...styles }}\n * ```\n *\n * @type {string | {\n * appear?: string,\n * appearActive?: string,\n * appearDone?: string,\n * enter?: string,\n * enterActive?: string,\n * enterDone?: string,\n * exit?: string,\n * exitActive?: string,\n * exitDone?: string,\n * }}\n */\n classNames: classNamesShape,\n\n /**\n * A `<Transition>` callback fired immediately after the 'enter' or 'appear' class is\n * applied.\n *\n * **Note**: when `nodeRef` prop is passed, `node` is not passed.\n *\n * @type Function(node: HtmlElement, isAppearing: bool)\n */\n onEnter: PropTypes.func,\n\n /**\n * A `<Transition>` callback fired immediately after the 'enter-active' or\n * 'appear-active' class is applied.\n *\n * **Note**: when `nodeRef` prop is passed, `node` is not passed.\n *\n * @type Function(node: HtmlElement, isAppearing: bool)\n */\n onEntering: PropTypes.func,\n\n /**\n * A `<Transition>` callback fired immediately after the 'enter' or\n * 'appear' classes are **removed** and the `done` class is added to the DOM node.\n *\n * **Note**: when `nodeRef` prop is passed, `node` is not passed.\n *\n * @type Function(node: HtmlElement, isAppearing: bool)\n */\n onEntered: PropTypes.func,\n\n /**\n * A `<Transition>` callback fired immediately after the 'exit' class is\n * applied.\n *\n * **Note**: when `nodeRef` prop is passed, `node` is not passed\n *\n * @type Function(node: HtmlElement)\n */\n onExit: PropTypes.func,\n\n /**\n * A `<Transition>` callback fired immediately after the 'exit-active' is applied.\n *\n * **Note**: when `nodeRef` prop is passed, `node` is not passed\n *\n * @type Function(node: HtmlElement)\n */\n onExiting: PropTypes.func,\n\n /**\n * A `<Transition>` callback fired immediately after the 'exit' classes\n * are **removed** and the `exit-done` class is added to the DOM node.\n *\n * **Note**: when `nodeRef` prop is passed, `node` is not passed\n *\n * @type Function(node: HtmlElement)\n */\n onExited: PropTypes.func\n}) : {};\nvar CSSTransition$1 = CSSTransition;\n\nexport { CSSTransition$1 as default };\n//# sourceMappingURL=CSSTransition.js.map\n"],"names":["addClass","removeClass$1","_inheritsLoose","forceReflow","_objectWithoutPropertiesLoose","React__default","Transition","_extends","classNamesShape","PropTypes"],"mappings":"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","x_google_ignoreList":[0]}