@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,19 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var hasClass = require('./hasClass.js');
6
-
7
- /**
8
- * Adds a CSS class to a given element.
9
- *
10
- * @param element the element
11
- * @param className the CSS class name
12
- */
13
-
14
- function addClass(element, className) {
15
- if (element.classList) element.classList.add(className);else if (!hasClass.default(element, className)) if (typeof element.className === 'string') element.className = element.className + " " + className;else element.setAttribute('class', (element.className && element.className.baseVal || '') + " " + className);
16
- }
17
-
18
- exports.default = addClass;
19
- //# sourceMappingURL=addClass.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"addClass.js","sources":["../../../../../../../../../react-components/dist/es/node_modules/dom-helpers/esm/addClass.js"],"sourcesContent":["import hasClass from './hasClass.js';\n\n/**\n * Adds a CSS class to a given element.\n * \n * @param element the element\n * @param className the CSS class name\n */\n\nfunction addClass(element, className) {\n if (element.classList) element.classList.add(className);else if (!hasClass(element, className)) if (typeof element.className === 'string') element.className = element.className + \" \" + className;else element.setAttribute('class', (element.className && element.className.baseVal || '') + \" \" + className);\n}\n\nexport { addClass as default };\n//# sourceMappingURL=addClass.js.map\n"],"names":["hasClass"],"mappings":";;;;;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA,SAAS,QAAQ,CAAC,OAAO,EAAE,SAAS,EAAE;AACtC,EAAE,IAAI,OAAO,CAAC,SAAS,EAAE,OAAO,CAAC,SAAS,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,KAAK,IAAI,CAACA,gBAAQ,CAAC,OAAO,EAAE,SAAS,CAAC,EAAE,IAAI,OAAO,OAAO,CAAC,SAAS,KAAK,QAAQ,EAAE,OAAO,CAAC,SAAS,GAAG,OAAO,CAAC,SAAS,GAAG,GAAG,GAAG,SAAS,CAAC,KAAK,OAAO,CAAC,YAAY,CAAC,OAAO,EAAE,CAAC,OAAO,CAAC,SAAS,IAAI,OAAO,CAAC,SAAS,CAAC,OAAO,IAAI,EAAE,IAAI,GAAG,GAAG,SAAS,CAAC;AACjT;;;;","x_google_ignoreList":[0]}
@@ -1,17 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- /**
6
- * Checks if a given element has a CSS class.
7
- *
8
- * @param element the element
9
- * @param className the CSS class name
10
- */
11
- function hasClass(element, className) {
12
- if (element.classList) return !!className && element.classList.contains(className);
13
- return (" " + (element.className.baseVal || element.className) + " ").indexOf(" " + className + " ") !== -1;
14
- }
15
-
16
- exports.default = hasClass;
17
- //# sourceMappingURL=hasClass.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"hasClass.js","sources":["../../../../../../../../../react-components/dist/es/node_modules/dom-helpers/esm/hasClass.js"],"sourcesContent":["/**\n * Checks if a given element has a CSS class.\n * \n * @param element the element\n * @param className the CSS class name\n */\nfunction hasClass(element, className) {\n if (element.classList) return !!className && element.classList.contains(className);\n return (\" \" + (element.className.baseVal || element.className) + \" \").indexOf(\" \" + className + \" \") !== -1;\n}\n\nexport { hasClass as default };\n//# sourceMappingURL=hasClass.js.map\n"],"names":[],"mappings":";;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,QAAQ,CAAC,OAAO,EAAE,SAAS,EAAE;AACtC,EAAE,IAAI,OAAO,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,IAAI,OAAO,CAAC,SAAS,CAAC,QAAQ,CAAC,SAAS,CAAC;AACpF,EAAE,OAAO,CAAC,GAAG,IAAI,OAAO,CAAC,SAAS,CAAC,OAAO,IAAI,OAAO,CAAC,SAAS,CAAC,GAAG,GAAG,EAAE,OAAO,CAAC,GAAG,GAAG,SAAS,GAAG,GAAG,CAAC,KAAK,EAAE;AAC7G;;;;","x_google_ignoreList":[0]}
@@ -1,27 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- function replaceClassName(origClass, classToRemove) {
6
- return origClass.replace(new RegExp("(^|\\s)" + classToRemove + "(?:\\s|$)", 'g'), '$1').replace(/\s+/g, ' ').replace(/^\s*|\s*$/g, '');
7
- }
8
- /**
9
- * Removes a CSS class from a given element.
10
- *
11
- * @param element the element
12
- * @param className the CSS class name
13
- */
14
-
15
-
16
- function removeClass(element, className) {
17
- if (element.classList) {
18
- element.classList.remove(className);
19
- } else if (typeof element.className === 'string') {
20
- element.className = replaceClassName(element.className, className);
21
- } else {
22
- element.setAttribute('class', replaceClassName(element.className && element.className.baseVal || '', className));
23
- }
24
- }
25
-
26
- exports.default = removeClass;
27
- //# sourceMappingURL=removeClass.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"removeClass.js","sources":["../../../../../../../../../react-components/dist/es/node_modules/dom-helpers/esm/removeClass.js"],"sourcesContent":["function replaceClassName(origClass, classToRemove) {\n return origClass.replace(new RegExp(\"(^|\\\\s)\" + classToRemove + \"(?:\\\\s|$)\", 'g'), '$1').replace(/\\s+/g, ' ').replace(/^\\s*|\\s*$/g, '');\n}\n/**\n * Removes a CSS class from a given element.\n * \n * @param element the element\n * @param className the CSS class name\n */\n\n\nfunction removeClass(element, className) {\n if (element.classList) {\n element.classList.remove(className);\n } else if (typeof element.className === 'string') {\n element.className = replaceClassName(element.className, className);\n } else {\n element.setAttribute('class', replaceClassName(element.className && element.className.baseVal || '', className));\n }\n}\n\nexport { removeClass as default };\n//# sourceMappingURL=removeClass.js.map\n"],"names":[],"mappings":";;;;AAAA,SAAS,gBAAgB,CAAC,SAAS,EAAE,aAAa,EAAE;AACpD,EAAE,OAAO,SAAS,CAAC,OAAO,CAAC,IAAI,MAAM,CAAC,SAAS,GAAG,aAAa,GAAG,WAAW,EAAE,GAAG,CAAC,EAAE,IAAI,CAAC,CAAC,OAAO,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,OAAO,CAAC,YAAY,EAAE,EAAE,CAAC;AACzI;AACA;AACA;AACA;AACA;AACA;AACA;;;AAGA,SAAS,WAAW,CAAC,OAAO,EAAE,SAAS,EAAE;AACzC,EAAE,IAAI,OAAO,CAAC,SAAS,EAAE;AACzB,IAAI,OAAO,CAAC,SAAS,CAAC,MAAM,CAAC,SAAS,CAAC;AACvC,GAAG,MAAM,IAAI,OAAO,OAAO,CAAC,SAAS,KAAK,QAAQ,EAAE;AACpD,IAAI,OAAO,CAAC,SAAS,GAAG,gBAAgB,CAAC,OAAO,CAAC,SAAS,EAAE,SAAS,CAAC;AACtE,GAAG,MAAM;AACT,IAAI,OAAO,CAAC,YAAY,CAAC,OAAO,EAAE,gBAAgB,CAAC,OAAO,CAAC,SAAS,IAAI,OAAO,CAAC,SAAS,CAAC,OAAO,IAAI,EAAE,EAAE,SAAS,CAAC,CAAC;AACpH;AACA;;;;","x_google_ignoreList":[0]}
@@ -1,11 +0,0 @@
1
- 'use strict';
2
-
3
- var getNonce = function () {
4
- if (typeof __webpack_nonce__ !== 'undefined') {
5
- return __webpack_nonce__;
6
- }
7
- return undefined;
8
- };
9
-
10
- exports.getNonce = getNonce;
11
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sources":["../../../../../../../../../../react-components/dist/es/node_modules/get-nonce/dist/es2015/index.js"],"sourcesContent":["var currentNonce;\nvar getNonce = function () {\n if (currentNonce) {\n return currentNonce;\n }\n if (typeof __webpack_nonce__ !== 'undefined') {\n return __webpack_nonce__;\n }\n return undefined;\n};\n\nexport { getNonce };\n//# sourceMappingURL=index.js.map\n"],"names":[],"mappings":";;AACG,IAAC,QAAQ,GAAG,YAAY;AAI3B,IAAI,IAAI,OAAO,iBAAiB,KAAK,WAAW,EAAE;AAClD,QAAQ,OAAO,iBAAiB;AAChC;AACA,IAAI,OAAO,SAAS;AACpB;;;;","x_google_ignoreList":[0]}
@@ -1,102 +0,0 @@
1
- 'use strict';
2
-
3
- /*
4
- object-assign
5
- (c) Sindre Sorhus
6
- @license MIT
7
- */
8
-
9
- var objectAssign;
10
- var hasRequiredObjectAssign;
11
-
12
- function requireObjectAssign () {
13
- if (hasRequiredObjectAssign) return objectAssign;
14
- hasRequiredObjectAssign = 1;
15
- /* eslint-disable no-unused-vars */
16
- var getOwnPropertySymbols = Object.getOwnPropertySymbols;
17
- var hasOwnProperty = Object.prototype.hasOwnProperty;
18
- var propIsEnumerable = Object.prototype.propertyIsEnumerable;
19
-
20
- function toObject(val) {
21
- if (val === null || val === undefined) {
22
- throw new TypeError('Object.assign cannot be called with null or undefined');
23
- }
24
-
25
- return Object(val);
26
- }
27
-
28
- function shouldUseNative() {
29
- try {
30
- if (!Object.assign) {
31
- return false;
32
- }
33
-
34
- // Detect buggy property enumeration order in older V8 versions.
35
-
36
- // https://bugs.chromium.org/p/v8/issues/detail?id=4118
37
- var test1 = new String('abc'); // eslint-disable-line no-new-wrappers
38
- test1[5] = 'de';
39
- if (Object.getOwnPropertyNames(test1)[0] === '5') {
40
- return false;
41
- }
42
-
43
- // https://bugs.chromium.org/p/v8/issues/detail?id=3056
44
- var test2 = {};
45
- for (var i = 0; i < 10; i++) {
46
- test2['_' + String.fromCharCode(i)] = i;
47
- }
48
- var order2 = Object.getOwnPropertyNames(test2).map(function (n) {
49
- return test2[n];
50
- });
51
- if (order2.join('') !== '0123456789') {
52
- return false;
53
- }
54
-
55
- // https://bugs.chromium.org/p/v8/issues/detail?id=3056
56
- var test3 = {};
57
- 'abcdefghijklmnopqrst'.split('').forEach(function (letter) {
58
- test3[letter] = letter;
59
- });
60
- if (Object.keys(Object.assign({}, test3)).join('') !==
61
- 'abcdefghijklmnopqrst') {
62
- return false;
63
- }
64
-
65
- return true;
66
- } catch (err) {
67
- // We don't expect any of the above to throw, but better to be safe.
68
- return false;
69
- }
70
- }
71
-
72
- objectAssign = shouldUseNative() ? Object.assign : function (target, source) {
73
- var from;
74
- var to = toObject(target);
75
- var symbols;
76
-
77
- for (var s = 1; s < arguments.length; s++) {
78
- from = Object(arguments[s]);
79
-
80
- for (var key in from) {
81
- if (hasOwnProperty.call(from, key)) {
82
- to[key] = from[key];
83
- }
84
- }
85
-
86
- if (getOwnPropertySymbols) {
87
- symbols = getOwnPropertySymbols(from);
88
- for (var i = 0; i < symbols.length; i++) {
89
- if (propIsEnumerable.call(from, symbols[i])) {
90
- to[symbols[i]] = from[symbols[i]];
91
- }
92
- }
93
- }
94
- }
95
-
96
- return to;
97
- };
98
- return objectAssign;
99
- }
100
-
101
- exports.__require = requireObjectAssign;
102
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sources":["../../../../../../../../react-components/dist/es/node_modules/object-assign/index.js"],"sourcesContent":["/*\nobject-assign\n(c) Sindre Sorhus\n@license MIT\n*/\n\nvar objectAssign;\nvar hasRequiredObjectAssign;\n\nfunction requireObjectAssign () {\n\tif (hasRequiredObjectAssign) return objectAssign;\n\thasRequiredObjectAssign = 1;\n\t/* eslint-disable no-unused-vars */\n\tvar getOwnPropertySymbols = Object.getOwnPropertySymbols;\n\tvar hasOwnProperty = Object.prototype.hasOwnProperty;\n\tvar propIsEnumerable = Object.prototype.propertyIsEnumerable;\n\n\tfunction toObject(val) {\n\t\tif (val === null || val === undefined) {\n\t\t\tthrow new TypeError('Object.assign cannot be called with null or undefined');\n\t\t}\n\n\t\treturn Object(val);\n\t}\n\n\tfunction shouldUseNative() {\n\t\ttry {\n\t\t\tif (!Object.assign) {\n\t\t\t\treturn false;\n\t\t\t}\n\n\t\t\t// Detect buggy property enumeration order in older V8 versions.\n\n\t\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=4118\n\t\t\tvar test1 = new String('abc'); // eslint-disable-line no-new-wrappers\n\t\t\ttest1[5] = 'de';\n\t\t\tif (Object.getOwnPropertyNames(test1)[0] === '5') {\n\t\t\t\treturn false;\n\t\t\t}\n\n\t\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\t\tvar test2 = {};\n\t\t\tfor (var i = 0; i < 10; i++) {\n\t\t\t\ttest2['_' + String.fromCharCode(i)] = i;\n\t\t\t}\n\t\t\tvar order2 = Object.getOwnPropertyNames(test2).map(function (n) {\n\t\t\t\treturn test2[n];\n\t\t\t});\n\t\t\tif (order2.join('') !== '0123456789') {\n\t\t\t\treturn false;\n\t\t\t}\n\n\t\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\t\tvar test3 = {};\n\t\t\t'abcdefghijklmnopqrst'.split('').forEach(function (letter) {\n\t\t\t\ttest3[letter] = letter;\n\t\t\t});\n\t\t\tif (Object.keys(Object.assign({}, test3)).join('') !==\n\t\t\t\t\t'abcdefghijklmnopqrst') {\n\t\t\t\treturn false;\n\t\t\t}\n\n\t\t\treturn true;\n\t\t} catch (err) {\n\t\t\t// We don't expect any of the above to throw, but better to be safe.\n\t\t\treturn false;\n\t\t}\n\t}\n\n\tobjectAssign = shouldUseNative() ? Object.assign : function (target, source) {\n\t\tvar from;\n\t\tvar to = toObject(target);\n\t\tvar symbols;\n\n\t\tfor (var s = 1; s < arguments.length; s++) {\n\t\t\tfrom = Object(arguments[s]);\n\n\t\t\tfor (var key in from) {\n\t\t\t\tif (hasOwnProperty.call(from, key)) {\n\t\t\t\t\tto[key] = from[key];\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif (getOwnPropertySymbols) {\n\t\t\t\tsymbols = getOwnPropertySymbols(from);\n\t\t\t\tfor (var i = 0; i < symbols.length; i++) {\n\t\t\t\t\tif (propIsEnumerable.call(from, symbols[i])) {\n\t\t\t\t\t\tto[symbols[i]] = from[symbols[i]];\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\treturn to;\n\t};\n\treturn objectAssign;\n}\n\nexport { requireObjectAssign as __require };\n//# sourceMappingURL=index.js.map\n"],"names":[],"mappings":"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","x_google_ignoreList":[0]}
@@ -1,118 +0,0 @@
1
- 'use strict';
2
-
3
- var ReactPropTypesSecret = require('./lib/ReactPropTypesSecret.js');
4
- var has = require('./lib/has.js');
5
-
6
- /**
7
- * Copyright (c) 2013-present, Facebook, Inc.
8
- *
9
- * This source code is licensed under the MIT license found in the
10
- * LICENSE file in the root directory of this source tree.
11
- */
12
-
13
- var checkPropTypes_1;
14
- var hasRequiredCheckPropTypes;
15
-
16
- function requireCheckPropTypes () {
17
- if (hasRequiredCheckPropTypes) return checkPropTypes_1;
18
- hasRequiredCheckPropTypes = 1;
19
-
20
- var printWarning = function() {};
21
-
22
- if (process.env.NODE_ENV !== 'production') {
23
- var ReactPropTypesSecret$1 = ReactPropTypesSecret.__require();
24
- var loggedTypeFailures = {};
25
- var has$1 = has.__require();
26
-
27
- printWarning = function(text) {
28
- var message = 'Warning: ' + text;
29
- if (typeof console !== 'undefined') {
30
- console.error(message);
31
- }
32
- try {
33
- // --- Welcome to debugging React ---
34
- // This error was thrown as a convenience so that you can use this stack
35
- // to find the callsite that caused this warning to fire.
36
- throw new Error(message);
37
- } catch (x) { /**/ }
38
- };
39
- }
40
-
41
- /**
42
- * Assert that the values match with the type specs.
43
- * Error messages are memorized and will only be shown once.
44
- *
45
- * @param {object} typeSpecs Map of name to a ReactPropType
46
- * @param {object} values Runtime values that need to be type-checked
47
- * @param {string} location e.g. "prop", "context", "child context"
48
- * @param {string} componentName Name of the component for error messages.
49
- * @param {?Function} getStack Returns the component stack.
50
- * @private
51
- */
52
- function checkPropTypes(typeSpecs, values, location, componentName, getStack) {
53
- if (process.env.NODE_ENV !== 'production') {
54
- for (var typeSpecName in typeSpecs) {
55
- if (has$1(typeSpecs, typeSpecName)) {
56
- var error;
57
- // Prop type validation may throw. In case they do, we don't want to
58
- // fail the render phase where it didn't fail before. So we log it.
59
- // After these have been cleaned up, we'll let them throw.
60
- try {
61
- // This is intentionally an invariant that gets caught. It's the same
62
- // behavior as without this statement except with a better message.
63
- if (typeof typeSpecs[typeSpecName] !== 'function') {
64
- var err = Error(
65
- (componentName || 'React class') + ': ' + location + ' type `' + typeSpecName + '` is invalid; ' +
66
- 'it must be a function, usually from the `prop-types` package, but received `' + typeof typeSpecs[typeSpecName] + '`.' +
67
- 'This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.'
68
- );
69
- err.name = 'Invariant Violation';
70
- throw err;
71
- }
72
- error = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, ReactPropTypesSecret$1);
73
- } catch (ex) {
74
- error = ex;
75
- }
76
- if (error && !(error instanceof Error)) {
77
- printWarning(
78
- (componentName || 'React class') + ': type specification of ' +
79
- location + ' `' + typeSpecName + '` is invalid; the type checker ' +
80
- 'function must return `null` or an `Error` but returned a ' + typeof error + '. ' +
81
- 'You may have forgotten to pass an argument to the type checker ' +
82
- 'creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and ' +
83
- 'shape all require an argument).'
84
- );
85
- }
86
- if (error instanceof Error && !(error.message in loggedTypeFailures)) {
87
- // Only monitor this failure once because there tends to be a lot of the
88
- // same error.
89
- loggedTypeFailures[error.message] = true;
90
-
91
- var stack = getStack ? getStack() : '';
92
-
93
- printWarning(
94
- 'Failed ' + location + ' type: ' + error.message + (stack != null ? stack : '')
95
- );
96
- }
97
- }
98
- }
99
- }
100
- }
101
-
102
- /**
103
- * Resets warning cache when testing.
104
- *
105
- * @private
106
- */
107
- checkPropTypes.resetWarningCache = function() {
108
- if (process.env.NODE_ENV !== 'production') {
109
- loggedTypeFailures = {};
110
- }
111
- };
112
-
113
- checkPropTypes_1 = checkPropTypes;
114
- return checkPropTypes_1;
115
- }
116
-
117
- exports.__require = requireCheckPropTypes;
118
- //# sourceMappingURL=checkPropTypes.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"checkPropTypes.js","sources":["../../../../../../../../react-components/dist/es/node_modules/prop-types/checkPropTypes.js"],"sourcesContent":["import { __require as requireReactPropTypesSecret } from './lib/ReactPropTypesSecret.js';\nimport { __require as requireHas } from './lib/has.js';\n\n/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nvar checkPropTypes_1;\nvar hasRequiredCheckPropTypes;\n\nfunction requireCheckPropTypes () {\n\tif (hasRequiredCheckPropTypes) return checkPropTypes_1;\n\thasRequiredCheckPropTypes = 1;\n\n\tvar printWarning = function() {};\n\n\tif (process.env.NODE_ENV !== 'production') {\n\t var ReactPropTypesSecret = requireReactPropTypesSecret();\n\t var loggedTypeFailures = {};\n\t var has = requireHas();\n\n\t printWarning = function(text) {\n\t var message = 'Warning: ' + text;\n\t if (typeof console !== 'undefined') {\n\t console.error(message);\n\t }\n\t try {\n\t // --- Welcome to debugging React ---\n\t // This error was thrown as a convenience so that you can use this stack\n\t // to find the callsite that caused this warning to fire.\n\t throw new Error(message);\n\t } catch (x) { /**/ }\n\t };\n\t}\n\n\t/**\n\t * Assert that the values match with the type specs.\n\t * Error messages are memorized and will only be shown once.\n\t *\n\t * @param {object} typeSpecs Map of name to a ReactPropType\n\t * @param {object} values Runtime values that need to be type-checked\n\t * @param {string} location e.g. \"prop\", \"context\", \"child context\"\n\t * @param {string} componentName Name of the component for error messages.\n\t * @param {?Function} getStack Returns the component stack.\n\t * @private\n\t */\n\tfunction checkPropTypes(typeSpecs, values, location, componentName, getStack) {\n\t if (process.env.NODE_ENV !== 'production') {\n\t for (var typeSpecName in typeSpecs) {\n\t if (has(typeSpecs, typeSpecName)) {\n\t var error;\n\t // Prop type validation may throw. In case they do, we don't want to\n\t // fail the render phase where it didn't fail before. So we log it.\n\t // After these have been cleaned up, we'll let them throw.\n\t try {\n\t // This is intentionally an invariant that gets caught. It's the same\n\t // behavior as without this statement except with a better message.\n\t if (typeof typeSpecs[typeSpecName] !== 'function') {\n\t var err = Error(\n\t (componentName || 'React class') + ': ' + location + ' type `' + typeSpecName + '` is invalid; ' +\n\t 'it must be a function, usually from the `prop-types` package, but received `' + typeof typeSpecs[typeSpecName] + '`.' +\n\t 'This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.'\n\t );\n\t err.name = 'Invariant Violation';\n\t throw err;\n\t }\n\t error = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, ReactPropTypesSecret);\n\t } catch (ex) {\n\t error = ex;\n\t }\n\t if (error && !(error instanceof Error)) {\n\t printWarning(\n\t (componentName || 'React class') + ': type specification of ' +\n\t location + ' `' + typeSpecName + '` is invalid; the type checker ' +\n\t 'function must return `null` or an `Error` but returned a ' + typeof error + '. ' +\n\t 'You may have forgotten to pass an argument to the type checker ' +\n\t 'creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and ' +\n\t 'shape all require an argument).'\n\t );\n\t }\n\t if (error instanceof Error && !(error.message in loggedTypeFailures)) {\n\t // Only monitor this failure once because there tends to be a lot of the\n\t // same error.\n\t loggedTypeFailures[error.message] = true;\n\n\t var stack = getStack ? getStack() : '';\n\n\t printWarning(\n\t 'Failed ' + location + ' type: ' + error.message + (stack != null ? stack : '')\n\t );\n\t }\n\t }\n\t }\n\t }\n\t}\n\n\t/**\n\t * Resets warning cache when testing.\n\t *\n\t * @private\n\t */\n\tcheckPropTypes.resetWarningCache = function() {\n\t if (process.env.NODE_ENV !== 'production') {\n\t loggedTypeFailures = {};\n\t }\n\t};\n\n\tcheckPropTypes_1 = checkPropTypes;\n\treturn checkPropTypes_1;\n}\n\nexport { requireCheckPropTypes as __require };\n//# sourceMappingURL=checkPropTypes.js.map\n"],"names":["ReactPropTypesSecret","requireReactPropTypesSecret","has","requireHas"],"mappings":"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","x_google_ignoreList":[0]}
@@ -1,77 +0,0 @@
1
- 'use strict';
2
-
3
- var ReactPropTypesSecret = require('./lib/ReactPropTypesSecret.js');
4
-
5
- /**
6
- * Copyright (c) 2013-present, Facebook, Inc.
7
- *
8
- * This source code is licensed under the MIT license found in the
9
- * LICENSE file in the root directory of this source tree.
10
- */
11
-
12
- var factoryWithThrowingShims;
13
- var hasRequiredFactoryWithThrowingShims;
14
-
15
- function requireFactoryWithThrowingShims () {
16
- if (hasRequiredFactoryWithThrowingShims) return factoryWithThrowingShims;
17
- hasRequiredFactoryWithThrowingShims = 1;
18
-
19
- var ReactPropTypesSecret$1 = ReactPropTypesSecret.__require();
20
-
21
- function emptyFunction() {}
22
- function emptyFunctionWithReset() {}
23
- emptyFunctionWithReset.resetWarningCache = emptyFunction;
24
-
25
- factoryWithThrowingShims = function() {
26
- function shim(props, propName, componentName, location, propFullName, secret) {
27
- if (secret === ReactPropTypesSecret$1) {
28
- // It is still safe when called from React.
29
- return;
30
- }
31
- var err = new Error(
32
- 'Calling PropTypes validators directly is not supported by the `prop-types` package. ' +
33
- 'Use PropTypes.checkPropTypes() to call them. ' +
34
- 'Read more at http://fb.me/use-check-prop-types'
35
- );
36
- err.name = 'Invariant Violation';
37
- throw err;
38
- } shim.isRequired = shim;
39
- function getShim() {
40
- return shim;
41
- } // Important!
42
- // Keep this list in sync with production version in `./factoryWithTypeCheckers.js`.
43
- var ReactPropTypes = {
44
- array: shim,
45
- bigint: shim,
46
- bool: shim,
47
- func: shim,
48
- number: shim,
49
- object: shim,
50
- string: shim,
51
- symbol: shim,
52
-
53
- any: shim,
54
- arrayOf: getShim,
55
- element: shim,
56
- elementType: shim,
57
- instanceOf: getShim,
58
- node: shim,
59
- objectOf: getShim,
60
- oneOf: getShim,
61
- oneOfType: getShim,
62
- shape: getShim,
63
- exact: getShim,
64
-
65
- checkPropTypes: emptyFunctionWithReset,
66
- resetWarningCache: emptyFunction
67
- };
68
-
69
- ReactPropTypes.PropTypes = ReactPropTypes;
70
-
71
- return ReactPropTypes;
72
- };
73
- return factoryWithThrowingShims;
74
- }
75
-
76
- exports.__require = requireFactoryWithThrowingShims;
77
- //# sourceMappingURL=factoryWithThrowingShims.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"factoryWithThrowingShims.js","sources":["../../../../../../../../react-components/dist/es/node_modules/prop-types/factoryWithThrowingShims.js"],"sourcesContent":["import { __require as requireReactPropTypesSecret } from './lib/ReactPropTypesSecret.js';\n\n/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nvar factoryWithThrowingShims;\nvar hasRequiredFactoryWithThrowingShims;\n\nfunction requireFactoryWithThrowingShims () {\n\tif (hasRequiredFactoryWithThrowingShims) return factoryWithThrowingShims;\n\thasRequiredFactoryWithThrowingShims = 1;\n\n\tvar ReactPropTypesSecret = requireReactPropTypesSecret();\n\n\tfunction emptyFunction() {}\n\tfunction emptyFunctionWithReset() {}\n\temptyFunctionWithReset.resetWarningCache = emptyFunction;\n\n\tfactoryWithThrowingShims = function() {\n\t function shim(props, propName, componentName, location, propFullName, secret) {\n\t if (secret === ReactPropTypesSecret) {\n\t // It is still safe when called from React.\n\t return;\n\t }\n\t var err = new Error(\n\t 'Calling PropTypes validators directly is not supported by the `prop-types` package. ' +\n\t 'Use PropTypes.checkPropTypes() to call them. ' +\n\t 'Read more at http://fb.me/use-check-prop-types'\n\t );\n\t err.name = 'Invariant Violation';\n\t throw err;\n\t }\t shim.isRequired = shim;\n\t function getShim() {\n\t return shim;\n\t }\t // Important!\n\t // Keep this list in sync with production version in `./factoryWithTypeCheckers.js`.\n\t var ReactPropTypes = {\n\t array: shim,\n\t bigint: shim,\n\t bool: shim,\n\t func: shim,\n\t number: shim,\n\t object: shim,\n\t string: shim,\n\t symbol: shim,\n\n\t any: shim,\n\t arrayOf: getShim,\n\t element: shim,\n\t elementType: shim,\n\t instanceOf: getShim,\n\t node: shim,\n\t objectOf: getShim,\n\t oneOf: getShim,\n\t oneOfType: getShim,\n\t shape: getShim,\n\t exact: getShim,\n\n\t checkPropTypes: emptyFunctionWithReset,\n\t resetWarningCache: emptyFunction\n\t };\n\n\t ReactPropTypes.PropTypes = ReactPropTypes;\n\n\t return ReactPropTypes;\n\t};\n\treturn factoryWithThrowingShims;\n}\n\nexport { requireFactoryWithThrowingShims as __require };\n//# sourceMappingURL=factoryWithThrowingShims.js.map\n"],"names":["ReactPropTypesSecret","requireReactPropTypesSecret"],"mappings":";;;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA,IAAI,wBAAwB;AAC5B,IAAI,mCAAmC;;AAEvC,SAAS,+BAA+B,IAAI;AAC5C,CAAC,IAAI,mCAAmC,EAAE,OAAO,wBAAwB;AACzE,CAAC,mCAAmC,GAAG,CAAC;;AAExC,CAAC,IAAIA,sBAAoB,GAAGC,8BAA2B,EAAE;;AAEzD,CAAC,SAAS,aAAa,GAAG;AAC1B,CAAC,SAAS,sBAAsB,GAAG;AACnC,CAAC,sBAAsB,CAAC,iBAAiB,GAAG,aAAa;;AAEzD,CAAC,wBAAwB,GAAG,WAAW;AACvC,GAAG,SAAS,IAAI,CAAC,KAAK,EAAE,QAAQ,EAAE,aAAa,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,EAAE;AACjF,KAAK,IAAI,MAAM,KAAKD,sBAAoB,EAAE;AAC1C;AACA,OAAO;AACP;AACA,KAAK,IAAI,GAAG,GAAG,IAAI,KAAK;AACxB,OAAO,sFAAsF;AAC7F,OAAO,+CAA+C;AACtD,OAAO;AACP,MAAM;AACN,KAAK,GAAG,CAAC,IAAI,GAAG,qBAAqB;AACrC,KAAK,MAAM,GAAG;AACd,IAAI,GAAG,IAAI,CAAC,UAAU,GAAG,IAAI;AAC7B,GAAG,SAAS,OAAO,GAAG;AACtB,KAAK,OAAO,IAAI;AAChB,IAAI;AACJ;AACA,GAAG,IAAI,cAAc,GAAG;AACxB,KAAK,KAAK,EAAE,IAAI;AAChB,KAAK,MAAM,EAAE,IAAI;AACjB,KAAK,IAAI,EAAE,IAAI;AACf,KAAK,IAAI,EAAE,IAAI;AACf,KAAK,MAAM,EAAE,IAAI;AACjB,KAAK,MAAM,EAAE,IAAI;AACjB,KAAK,MAAM,EAAE,IAAI;AACjB,KAAK,MAAM,EAAE,IAAI;;AAEjB,KAAK,GAAG,EAAE,IAAI;AACd,KAAK,OAAO,EAAE,OAAO;AACrB,KAAK,OAAO,EAAE,IAAI;AAClB,KAAK,WAAW,EAAE,IAAI;AACtB,KAAK,UAAU,EAAE,OAAO;AACxB,KAAK,IAAI,EAAE,IAAI;AACf,KAAK,QAAQ,EAAE,OAAO;AACtB,KAAK,KAAK,EAAE,OAAO;AACnB,KAAK,SAAS,EAAE,OAAO;AACvB,KAAK,KAAK,EAAE,OAAO;AACnB,KAAK,KAAK,EAAE,OAAO;;AAEnB,KAAK,cAAc,EAAE,sBAAsB;AAC3C,KAAK,iBAAiB,EAAE;AACxB,IAAI;;AAEJ,GAAG,cAAc,CAAC,SAAS,GAAG,cAAc;;AAE5C,GAAG,OAAO,cAAc;AACxB,EAAE;AACF,CAAC,OAAO,wBAAwB;AAChC;;;;","x_google_ignoreList":[0]}