@pie-element/ebsr 6.6.3-next.264 → 6.6.3-next.280

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 (574) hide show
  1. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/CHANGELOG.json +1677 -0
  2. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/CHANGELOG.md +1498 -0
  3. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/LICENSE.md +5 -0
  4. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/README.md +12 -0
  5. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/checkbox.js +86 -0
  6. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/checkbox.js.map +1 -0
  7. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/choice-configuration/feedback-menu.js +176 -0
  8. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/choice-configuration/feedback-menu.js.map +1 -0
  9. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/choice-configuration/index.js +391 -0
  10. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/choice-configuration/index.js.map +1 -0
  11. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/choice-utils.js +54 -0
  12. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/choice-utils.js.map +1 -0
  13. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/feedback-config/feedback-selector.js +194 -0
  14. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/feedback-config/feedback-selector.js.map +1 -0
  15. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/feedback-config/group.js +75 -0
  16. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/feedback-config/group.js.map +1 -0
  17. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/feedback-config/index.js +184 -0
  18. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/feedback-config/index.js.map +1 -0
  19. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/form-section.js +44 -0
  20. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/form-section.js.map +1 -0
  21. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/help.js +152 -0
  22. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/help.js.map +1 -0
  23. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/index.js +195 -0
  24. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/index.js.map +1 -0
  25. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/input.js +144 -0
  26. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/input.js.map +1 -0
  27. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/inputs.js +120 -0
  28. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/inputs.js.map +1 -0
  29. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/langs.js +187 -0
  30. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/langs.js.map +1 -0
  31. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/layout/config-layout.js +109 -0
  32. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/layout/config-layout.js.map +1 -0
  33. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/layout/index.js +24 -0
  34. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/layout/index.js.map +1 -0
  35. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/layout/layout-contents.js +111 -0
  36. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/layout/layout-contents.js.map +1 -0
  37. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/layout/settings-box.js +95 -0
  38. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/layout/settings-box.js.map +1 -0
  39. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/mui-box/index.js +79 -0
  40. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/mui-box/index.js.map +1 -0
  41. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/number-text-field.js +274 -0
  42. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/number-text-field.js.map +1 -0
  43. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/radio-with-label.js +41 -0
  44. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/radio-with-label.js.map +1 -0
  45. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/settings/display-size.js +77 -0
  46. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/settings/display-size.js.map +1 -0
  47. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/settings/index.js +136 -0
  48. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/settings/index.js.map +1 -0
  49. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/settings/panel.js +422 -0
  50. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/settings/panel.js.map +1 -0
  51. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/settings/settings-radio-label.js +43 -0
  52. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/settings/settings-radio-label.js.map +1 -0
  53. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/settings/toggle.js +56 -0
  54. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/settings/toggle.js.map +1 -0
  55. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/tabs/index.js +113 -0
  56. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/tabs/index.js.map +1 -0
  57. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/tags-input/index.js +206 -0
  58. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/tags-input/index.js.map +1 -0
  59. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/two-choice.js +190 -0
  60. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/two-choice.js.map +1 -0
  61. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/with-stateful-model.js +91 -0
  62. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/with-stateful-model.js.map +1 -0
  63. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/package.json +30 -0
  64. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/checkbox.jsx +63 -0
  65. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/choice-configuration/feedback-menu.jsx +103 -0
  66. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/choice-configuration/index.jsx +301 -0
  67. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/choice-utils.js +30 -0
  68. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/feedback-config/feedback-selector.jsx +116 -0
  69. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/feedback-config/group.jsx +54 -0
  70. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/feedback-config/index.jsx +98 -0
  71. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/form-section.jsx +23 -0
  72. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/help.jsx +88 -0
  73. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/index.js +54 -0
  74. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/input.jsx +72 -0
  75. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/inputs.jsx +88 -0
  76. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/langs.jsx +122 -0
  77. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/layout/config-layout.jsx +64 -0
  78. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/layout/index.js +4 -0
  79. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/layout/layout-contents.jsx +60 -0
  80. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/layout/settings-box.jsx +31 -0
  81. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/mui-box/index.jsx +64 -0
  82. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/number-text-field.jsx +196 -0
  83. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/radio-with-label.jsx +18 -0
  84. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/settings/display-size.jsx +52 -0
  85. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/settings/index.js +75 -0
  86. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/settings/panel.jsx +297 -0
  87. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/settings/settings-radio-label.jsx +20 -0
  88. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/settings/toggle.jsx +31 -0
  89. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/tabs/index.jsx +51 -0
  90. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/tags-input/index.jsx +121 -0
  91. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/two-choice.jsx +94 -0
  92. package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/with-stateful-model.jsx +36 -0
  93. package/configure/node_modules/@pie-lib/correct-answer-toggle/CHANGELOG.json +547 -0
  94. package/configure/node_modules/@pie-lib/correct-answer-toggle/CHANGELOG.md +513 -0
  95. package/configure/node_modules/@pie-lib/correct-answer-toggle/LICENSE.md +5 -0
  96. package/configure/node_modules/@pie-lib/correct-answer-toggle/README.md +64 -0
  97. package/configure/node_modules/@pie-lib/correct-answer-toggle/lib/expander.js +81 -0
  98. package/configure/node_modules/@pie-lib/correct-answer-toggle/lib/expander.js.map +1 -0
  99. package/configure/node_modules/@pie-lib/correct-answer-toggle/lib/index.js +150 -0
  100. package/configure/node_modules/@pie-lib/correct-answer-toggle/lib/index.js.map +1 -0
  101. package/configure/node_modules/@pie-lib/correct-answer-toggle/lib/styles.js +65 -0
  102. package/configure/node_modules/@pie-lib/correct-answer-toggle/lib/styles.js.map +1 -0
  103. package/configure/node_modules/@pie-lib/correct-answer-toggle/package.json +36 -0
  104. package/configure/node_modules/@pie-lib/correct-answer-toggle/preview.png +0 -0
  105. package/configure/node_modules/@pie-lib/correct-answer-toggle/src/expander.jsx +60 -0
  106. package/configure/node_modules/@pie-lib/correct-answer-toggle/src/index.jsx +73 -0
  107. package/configure/node_modules/@pie-lib/correct-answer-toggle/src/styles.js +60 -0
  108. package/configure/node_modules/@pie-lib/editable-html/CHANGELOG.json +3162 -0
  109. package/configure/node_modules/@pie-lib/editable-html/CHANGELOG.md +1441 -0
  110. package/configure/node_modules/@pie-lib/editable-html/LICENSE.md +5 -0
  111. package/configure/node_modules/@pie-lib/editable-html/README.md +45 -0
  112. package/configure/node_modules/@pie-lib/editable-html/deploy.sh +16 -0
  113. package/configure/node_modules/@pie-lib/editable-html/lib/editor.js +698 -0
  114. package/configure/node_modules/@pie-lib/editable-html/lib/editor.js.map +1 -0
  115. package/configure/node_modules/@pie-lib/editable-html/lib/index.js +213 -0
  116. package/configure/node_modules/@pie-lib/editable-html/lib/index.js.map +1 -0
  117. package/configure/node_modules/@pie-lib/editable-html/lib/parse-html.js +16 -0
  118. package/configure/node_modules/@pie-lib/editable-html/lib/parse-html.js.map +1 -0
  119. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/image/component.js +248 -0
  120. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/image/component.js.map +1 -0
  121. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/image/image-toolbar.js +141 -0
  122. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/image/image-toolbar.js.map +1 -0
  123. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/image/index.js +219 -0
  124. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/image/index.js.map +1 -0
  125. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/image/insert-image-handler.js +141 -0
  126. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/image/insert-image-handler.js.map +1 -0
  127. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/index.js +133 -0
  128. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/index.js.map +1 -0
  129. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/list/index.js +136 -0
  130. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/list/index.js.map +1 -0
  131. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/math/index.js +352 -0
  132. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/math/index.js.map +1 -0
  133. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/media/index.js +338 -0
  134. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/media/index.js.map +1 -0
  135. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/media/media-dialog.js +445 -0
  136. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/media/media-dialog.js.map +1 -0
  137. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/media/media-toolbar.js +105 -0
  138. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/media/media-toolbar.js.map +1 -0
  139. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/media/media-wrapper.js +100 -0
  140. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/media/media-wrapper.js.map +1 -0
  141. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/drag-in-the-blank/choice.js +229 -0
  142. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/drag-in-the-blank/choice.js.map +1 -0
  143. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/drag-in-the-blank/index.js +97 -0
  144. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/drag-in-the-blank/index.js.map +1 -0
  145. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/explicit-constructed-response/index.js +53 -0
  146. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/explicit-constructed-response/index.js.map +1 -0
  147. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/icons/index.js +93 -0
  148. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/icons/index.js.map +1 -0
  149. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/index.js +277 -0
  150. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/index.js.map +1 -0
  151. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/inline-dropdown/index.js +70 -0
  152. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/inline-dropdown/index.js.map +1 -0
  153. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/utils.js +110 -0
  154. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/utils.js.map +1 -0
  155. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/table/icons/index.js +69 -0
  156. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/table/icons/index.js.map +1 -0
  157. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/table/index.js +443 -0
  158. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/table/index.js.map +1 -0
  159. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/table/table-toolbar.js +167 -0
  160. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/table/table-toolbar.js.map +1 -0
  161. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/default-toolbar.js +129 -0
  162. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/default-toolbar.js.map +1 -0
  163. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/done-button.js +50 -0
  164. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/done-button.js.map +1 -0
  165. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/editor-and-toolbar.js +263 -0
  166. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/editor-and-toolbar.js.map +1 -0
  167. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/index.js +32 -0
  168. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/index.js.map +1 -0
  169. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/toolbar-buttons.js +164 -0
  170. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/toolbar-buttons.js.map +1 -0
  171. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/toolbar.js +350 -0
  172. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/toolbar.js.map +1 -0
  173. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/utils.js +62 -0
  174. package/configure/node_modules/@pie-lib/editable-html/lib/plugins/utils.js.map +1 -0
  175. package/configure/node_modules/@pie-lib/editable-html/lib/serialization.js +405 -0
  176. package/configure/node_modules/@pie-lib/editable-html/lib/serialization.js.map +1 -0
  177. package/configure/node_modules/@pie-lib/editable-html/lib/theme.js +9 -0
  178. package/configure/node_modules/@pie-lib/editable-html/lib/theme.js.map +1 -0
  179. package/configure/node_modules/@pie-lib/editable-html/package.json +51 -0
  180. package/configure/node_modules/@pie-lib/editable-html/playground/image/data.js +59 -0
  181. package/configure/node_modules/@pie-lib/editable-html/playground/image/index.html +24 -0
  182. package/configure/node_modules/@pie-lib/editable-html/playground/image/index.jsx +83 -0
  183. package/configure/node_modules/@pie-lib/editable-html/playground/index.html +27 -0
  184. package/configure/node_modules/@pie-lib/editable-html/playground/mathquill/index.html +25 -0
  185. package/configure/node_modules/@pie-lib/editable-html/playground/mathquill/index.jsx +151 -0
  186. package/configure/node_modules/@pie-lib/editable-html/playground/package.json +15 -0
  187. package/configure/node_modules/@pie-lib/editable-html/playground/prod-test/index.html +26 -0
  188. package/configure/node_modules/@pie-lib/editable-html/playground/prod-test/index.jsx +30 -0
  189. package/configure/node_modules/@pie-lib/editable-html/playground/schema-override/data.js +29 -0
  190. package/configure/node_modules/@pie-lib/editable-html/playground/schema-override/image-plugin.jsx +40 -0
  191. package/configure/node_modules/@pie-lib/editable-html/playground/schema-override/index.html +23 -0
  192. package/configure/node_modules/@pie-lib/editable-html/playground/schema-override/index.jsx +96 -0
  193. package/configure/node_modules/@pie-lib/editable-html/playground/serialization/data.js +29 -0
  194. package/configure/node_modules/@pie-lib/editable-html/playground/serialization/image-plugin.jsx +40 -0
  195. package/configure/node_modules/@pie-lib/editable-html/playground/serialization/index.html +24 -0
  196. package/configure/node_modules/@pie-lib/editable-html/playground/serialization/index.jsx +12 -0
  197. package/configure/node_modules/@pie-lib/editable-html/playground/static.json +3 -0
  198. package/configure/node_modules/@pie-lib/editable-html/playground/table-examples.html +67 -0
  199. package/configure/node_modules/@pie-lib/editable-html/playground/webpack.config.js +42 -0
  200. package/configure/node_modules/@pie-lib/editable-html/src/editor.jsx +584 -0
  201. package/configure/node_modules/@pie-lib/editable-html/src/index.jsx +128 -0
  202. package/configure/node_modules/@pie-lib/editable-html/src/parse-html.js +8 -0
  203. package/configure/node_modules/@pie-lib/editable-html/src/plugins/README.md +27 -0
  204. package/configure/node_modules/@pie-lib/editable-html/src/plugins/image/component.jsx +166 -0
  205. package/configure/node_modules/@pie-lib/editable-html/src/plugins/image/image-toolbar.jsx +62 -0
  206. package/configure/node_modules/@pie-lib/editable-html/src/plugins/image/index.jsx +180 -0
  207. package/configure/node_modules/@pie-lib/editable-html/src/plugins/image/insert-image-handler.js +93 -0
  208. package/configure/node_modules/@pie-lib/editable-html/src/plugins/index.jsx +112 -0
  209. package/configure/node_modules/@pie-lib/editable-html/src/plugins/list/index.jsx +113 -0
  210. package/configure/node_modules/@pie-lib/editable-html/src/plugins/math/index.jsx +289 -0
  211. package/configure/node_modules/@pie-lib/editable-html/src/plugins/media/index.jsx +281 -0
  212. package/configure/node_modules/@pie-lib/editable-html/src/plugins/media/media-dialog.js +372 -0
  213. package/configure/node_modules/@pie-lib/editable-html/src/plugins/media/media-toolbar.jsx +53 -0
  214. package/configure/node_modules/@pie-lib/editable-html/src/plugins/media/media-wrapper.jsx +43 -0
  215. package/configure/node_modules/@pie-lib/editable-html/src/plugins/respArea/drag-in-the-blank/choice.jsx +160 -0
  216. package/configure/node_modules/@pie-lib/editable-html/src/plugins/respArea/drag-in-the-blank/index.jsx +78 -0
  217. package/configure/node_modules/@pie-lib/editable-html/src/plugins/respArea/explicit-constructed-response/index.jsx +45 -0
  218. package/configure/node_modules/@pie-lib/editable-html/src/plugins/respArea/icons/index.jsx +68 -0
  219. package/configure/node_modules/@pie-lib/editable-html/src/plugins/respArea/index.jsx +244 -0
  220. package/configure/node_modules/@pie-lib/editable-html/src/plugins/respArea/inline-dropdown/index.jsx +63 -0
  221. package/configure/node_modules/@pie-lib/editable-html/src/plugins/respArea/utils.jsx +77 -0
  222. package/configure/node_modules/@pie-lib/editable-html/src/plugins/table/icons/index.jsx +59 -0
  223. package/configure/node_modules/@pie-lib/editable-html/src/plugins/table/index.jsx +390 -0
  224. package/configure/node_modules/@pie-lib/editable-html/src/plugins/table/table-toolbar.jsx +104 -0
  225. package/configure/node_modules/@pie-lib/editable-html/src/plugins/toolbar/default-toolbar.jsx +103 -0
  226. package/configure/node_modules/@pie-lib/editable-html/src/plugins/toolbar/done-button.jsx +36 -0
  227. package/configure/node_modules/@pie-lib/editable-html/src/plugins/toolbar/editor-and-toolbar.jsx +217 -0
  228. package/configure/node_modules/@pie-lib/editable-html/src/plugins/toolbar/index.jsx +21 -0
  229. package/configure/node_modules/@pie-lib/editable-html/src/plugins/toolbar/toolbar-buttons.jsx +86 -0
  230. package/configure/node_modules/@pie-lib/editable-html/src/plugins/toolbar/toolbar.jsx +313 -0
  231. package/configure/node_modules/@pie-lib/editable-html/src/plugins/utils.js +32 -0
  232. package/configure/node_modules/@pie-lib/editable-html/src/serialization.jsx +369 -0
  233. package/configure/node_modules/@pie-lib/editable-html/src/theme.js +1 -0
  234. package/configure/node_modules/@pie-lib/editable-html/static.json +1 -0
  235. package/configure/node_modules/@pie-lib/math-input/CHANGELOG.json +1412 -0
  236. package/configure/node_modules/@pie-lib/math-input/CHANGELOG.md +874 -0
  237. package/configure/node_modules/@pie-lib/math-input/LICENSE.md +5 -0
  238. package/configure/node_modules/@pie-lib/math-input/README.md +27 -0
  239. package/configure/node_modules/@pie-lib/math-input/lib/horizontal-keypad.js +123 -0
  240. package/configure/node_modules/@pie-lib/math-input/lib/horizontal-keypad.js.map +1 -0
  241. package/configure/node_modules/@pie-lib/math-input/lib/index.js +75 -0
  242. package/configure/node_modules/@pie-lib/math-input/lib/index.js.map +1 -0
  243. package/configure/node_modules/@pie-lib/math-input/lib/keypad/index.js +367 -0
  244. package/configure/node_modules/@pie-lib/math-input/lib/keypad/index.js.map +1 -0
  245. package/configure/node_modules/@pie-lib/math-input/lib/keypad/keys-layout.js +30 -0
  246. package/configure/node_modules/@pie-lib/math-input/lib/keypad/keys-layout.js.map +1 -0
  247. package/configure/node_modules/@pie-lib/math-input/lib/keys/basic-operators.js +41 -0
  248. package/configure/node_modules/@pie-lib/math-input/lib/keys/basic-operators.js.map +1 -0
  249. package/configure/node_modules/@pie-lib/math-input/lib/keys/chars.js +17 -0
  250. package/configure/node_modules/@pie-lib/math-input/lib/keys/chars.js.map +1 -0
  251. package/configure/node_modules/@pie-lib/math-input/lib/keys/comparison.js +46 -0
  252. package/configure/node_modules/@pie-lib/math-input/lib/keys/comparison.js.map +1 -0
  253. package/configure/node_modules/@pie-lib/math-input/lib/keys/constants.js +26 -0
  254. package/configure/node_modules/@pie-lib/math-input/lib/keys/constants.js.map +1 -0
  255. package/configure/node_modules/@pie-lib/math-input/lib/keys/digits.js +53 -0
  256. package/configure/node_modules/@pie-lib/math-input/lib/keys/digits.js.map +1 -0
  257. package/configure/node_modules/@pie-lib/math-input/lib/keys/edit.js +16 -0
  258. package/configure/node_modules/@pie-lib/math-input/lib/keys/edit.js.map +1 -0
  259. package/configure/node_modules/@pie-lib/math-input/lib/keys/exponent.js +35 -0
  260. package/configure/node_modules/@pie-lib/math-input/lib/keys/exponent.js.map +1 -0
  261. package/configure/node_modules/@pie-lib/math-input/lib/keys/fractions.js +31 -0
  262. package/configure/node_modules/@pie-lib/math-input/lib/keys/fractions.js.map +1 -0
  263. package/configure/node_modules/@pie-lib/math-input/lib/keys/geometry.js +139 -0
  264. package/configure/node_modules/@pie-lib/math-input/lib/keys/geometry.js.map +1 -0
  265. package/configure/node_modules/@pie-lib/math-input/lib/keys/grades.js +198 -0
  266. package/configure/node_modules/@pie-lib/math-input/lib/keys/grades.js.map +1 -0
  267. package/configure/node_modules/@pie-lib/math-input/lib/keys/index.js +50 -0
  268. package/configure/node_modules/@pie-lib/math-input/lib/keys/index.js.map +1 -0
  269. package/configure/node_modules/@pie-lib/math-input/lib/keys/log.js +32 -0
  270. package/configure/node_modules/@pie-lib/math-input/lib/keys/log.js.map +1 -0
  271. package/configure/node_modules/@pie-lib/math-input/lib/keys/logic.js +23 -0
  272. package/configure/node_modules/@pie-lib/math-input/lib/keys/logic.js.map +1 -0
  273. package/configure/node_modules/@pie-lib/math-input/lib/keys/matrices.js +23 -0
  274. package/configure/node_modules/@pie-lib/math-input/lib/keys/matrices.js.map +1 -0
  275. package/configure/node_modules/@pie-lib/math-input/lib/keys/misc.js +69 -0
  276. package/configure/node_modules/@pie-lib/math-input/lib/keys/misc.js.map +1 -0
  277. package/configure/node_modules/@pie-lib/math-input/lib/keys/navigation.js +23 -0
  278. package/configure/node_modules/@pie-lib/math-input/lib/keys/navigation.js.map +1 -0
  279. package/configure/node_modules/@pie-lib/math-input/lib/keys/operators.js +17 -0
  280. package/configure/node_modules/@pie-lib/math-input/lib/keys/operators.js.map +1 -0
  281. package/configure/node_modules/@pie-lib/math-input/lib/keys/statistics.js +38 -0
  282. package/configure/node_modules/@pie-lib/math-input/lib/keys/statistics.js.map +1 -0
  283. package/configure/node_modules/@pie-lib/math-input/lib/keys/sub-sup.js +23 -0
  284. package/configure/node_modules/@pie-lib/math-input/lib/keys/sub-sup.js.map +1 -0
  285. package/configure/node_modules/@pie-lib/math-input/lib/keys/trigonometry.js +53 -0
  286. package/configure/node_modules/@pie-lib/math-input/lib/keys/trigonometry.js.map +1 -0
  287. package/configure/node_modules/@pie-lib/math-input/lib/keys/utils.js +126 -0
  288. package/configure/node_modules/@pie-lib/math-input/lib/keys/utils.js.map +1 -0
  289. package/configure/node_modules/@pie-lib/math-input/lib/keys/vars.js +29 -0
  290. package/configure/node_modules/@pie-lib/math-input/lib/keys/vars.js.map +1 -0
  291. package/configure/node_modules/@pie-lib/math-input/lib/math-input.js +200 -0
  292. package/configure/node_modules/@pie-lib/math-input/lib/math-input.js.map +1 -0
  293. package/configure/node_modules/@pie-lib/math-input/lib/mq/custom-elements.js +23 -0
  294. package/configure/node_modules/@pie-lib/math-input/lib/mq/custom-elements.js.map +1 -0
  295. package/configure/node_modules/@pie-lib/math-input/lib/mq/index.js +24 -0
  296. package/configure/node_modules/@pie-lib/math-input/lib/mq/index.js.map +1 -0
  297. package/configure/node_modules/@pie-lib/math-input/lib/mq/input.js +255 -0
  298. package/configure/node_modules/@pie-lib/math-input/lib/mq/input.js.map +1 -0
  299. package/configure/node_modules/@pie-lib/math-input/lib/mq/static.js +216 -0
  300. package/configure/node_modules/@pie-lib/math-input/lib/mq/static.js.map +1 -0
  301. package/configure/node_modules/@pie-lib/math-input/package.json +26 -0
  302. package/configure/node_modules/@pie-lib/math-input/src/horizontal-keypad.jsx +53 -0
  303. package/configure/node_modules/@pie-lib/math-input/src/index.jsx +27 -0
  304. package/configure/node_modules/@pie-lib/math-input/src/keypad/index.jsx +279 -0
  305. package/configure/node_modules/@pie-lib/math-input/src/keypad/keys-layout.js +17 -0
  306. package/configure/node_modules/@pie-lib/math-input/src/keys/basic-operators.js +32 -0
  307. package/configure/node_modules/@pie-lib/math-input/src/keys/chars.js +5 -0
  308. package/configure/node_modules/@pie-lib/math-input/src/keys/comparison.js +27 -0
  309. package/configure/node_modules/@pie-lib/math-input/src/keys/constants.js +18 -0
  310. package/configure/node_modules/@pie-lib/math-input/src/keys/digits.js +40 -0
  311. package/configure/node_modules/@pie-lib/math-input/src/keys/edit.js +3 -0
  312. package/configure/node_modules/@pie-lib/math-input/src/keys/exponent.js +27 -0
  313. package/configure/node_modules/@pie-lib/math-input/src/keys/fractions.js +23 -0
  314. package/configure/node_modules/@pie-lib/math-input/src/keys/geometry.js +116 -0
  315. package/configure/node_modules/@pie-lib/math-input/src/keys/grades.js +265 -0
  316. package/configure/node_modules/@pie-lib/math-input/src/keys/index.js +21 -0
  317. package/configure/node_modules/@pie-lib/math-input/src/keys/log.js +22 -0
  318. package/configure/node_modules/@pie-lib/math-input/src/keys/logic.js +15 -0
  319. package/configure/node_modules/@pie-lib/math-input/src/keys/matrices.js +15 -0
  320. package/configure/node_modules/@pie-lib/math-input/src/keys/misc.js +60 -0
  321. package/configure/node_modules/@pie-lib/math-input/src/keys/navigation.js +8 -0
  322. package/configure/node_modules/@pie-lib/math-input/src/keys/operators.js +9 -0
  323. package/configure/node_modules/@pie-lib/math-input/src/keys/statistics.js +29 -0
  324. package/configure/node_modules/@pie-lib/math-input/src/keys/sub-sup.js +15 -0
  325. package/configure/node_modules/@pie-lib/math-input/src/keys/trigonometry.js +15 -0
  326. package/configure/node_modules/@pie-lib/math-input/src/keys/utils.js +71 -0
  327. package/configure/node_modules/@pie-lib/math-input/src/keys/vars.js +19 -0
  328. package/configure/node_modules/@pie-lib/math-input/src/math-input.jsx +128 -0
  329. package/configure/node_modules/@pie-lib/math-input/src/mq/custom-elements.js +11 -0
  330. package/configure/node_modules/@pie-lib/math-input/src/mq/index.js +4 -0
  331. package/configure/node_modules/@pie-lib/math-input/src/mq/input.jsx +163 -0
  332. package/configure/node_modules/@pie-lib/math-input/src/mq/static.jsx +139 -0
  333. package/configure/node_modules/@pie-lib/math-rendering/CHANGELOG.json +657 -0
  334. package/configure/node_modules/@pie-lib/math-rendering/CHANGELOG.md +412 -0
  335. package/configure/node_modules/@pie-lib/math-rendering/LICENSE.md +5 -0
  336. package/configure/node_modules/@pie-lib/math-rendering/lib/index.js +30 -0
  337. package/configure/node_modules/@pie-lib/math-rendering/lib/index.js.map +1 -0
  338. package/configure/node_modules/@pie-lib/math-rendering/lib/mstack/chtml.js +312 -0
  339. package/configure/node_modules/@pie-lib/math-rendering/lib/mstack/chtml.js.map +1 -0
  340. package/configure/node_modules/@pie-lib/math-rendering/lib/mstack/index.js +23 -0
  341. package/configure/node_modules/@pie-lib/math-rendering/lib/mstack/index.js.map +1 -0
  342. package/configure/node_modules/@pie-lib/math-rendering/lib/mstack/mml.js +119 -0
  343. package/configure/node_modules/@pie-lib/math-rendering/lib/mstack/mml.js.map +1 -0
  344. package/configure/node_modules/@pie-lib/math-rendering/lib/normalization.js +99 -0
  345. package/configure/node_modules/@pie-lib/math-rendering/lib/normalization.js.map +1 -0
  346. package/configure/node_modules/@pie-lib/math-rendering/lib/render-math.js +239 -0
  347. package/configure/node_modules/@pie-lib/math-rendering/lib/render-math.js.map +1 -0
  348. package/configure/node_modules/@pie-lib/math-rendering/package.json +19 -0
  349. package/configure/node_modules/@pie-lib/math-rendering/playground/demo.html +872 -0
  350. package/configure/node_modules/@pie-lib/math-rendering/playground/demo.js +108 -0
  351. package/configure/node_modules/@pie-lib/math-rendering/playground/main.html +156 -0
  352. package/configure/node_modules/@pie-lib/math-rendering/playground/main.js +16 -0
  353. package/configure/node_modules/@pie-lib/math-rendering/playground/webpack.config.js +29 -0
  354. package/configure/node_modules/@pie-lib/math-rendering/src/index.js +4 -0
  355. package/configure/node_modules/@pie-lib/math-rendering/src/mstack/chtml.js +215 -0
  356. package/configure/node_modules/@pie-lib/math-rendering/src/mstack/index.js +13 -0
  357. package/configure/node_modules/@pie-lib/math-rendering/src/mstack/mml.js +24 -0
  358. package/configure/node_modules/@pie-lib/math-rendering/src/normalization.js +69 -0
  359. package/configure/node_modules/@pie-lib/math-rendering/src/render-math.js +203 -0
  360. package/configure/node_modules/@pie-lib/math-toolbar/CHANGELOG.json +847 -0
  361. package/configure/node_modules/@pie-lib/math-toolbar/CHANGELOG.md +742 -0
  362. package/configure/node_modules/@pie-lib/math-toolbar/LICENSE.md +5 -0
  363. package/configure/node_modules/@pie-lib/math-toolbar/lib/done-button.js +53 -0
  364. package/configure/node_modules/@pie-lib/math-toolbar/lib/done-button.js.map +1 -0
  365. package/configure/node_modules/@pie-lib/math-toolbar/lib/editor-and-pad.js +386 -0
  366. package/configure/node_modules/@pie-lib/math-toolbar/lib/editor-and-pad.js.map +1 -0
  367. package/configure/node_modules/@pie-lib/math-toolbar/lib/index.js +259 -0
  368. package/configure/node_modules/@pie-lib/math-toolbar/lib/index.js.map +1 -0
  369. package/configure/node_modules/@pie-lib/math-toolbar/lib/math-preview.js +163 -0
  370. package/configure/node_modules/@pie-lib/math-toolbar/lib/math-preview.js.map +1 -0
  371. package/configure/node_modules/@pie-lib/math-toolbar/package.json +36 -0
  372. package/configure/node_modules/@pie-lib/math-toolbar/src/done-button.jsx +39 -0
  373. package/configure/node_modules/@pie-lib/math-toolbar/src/editor-and-pad.jsx +311 -0
  374. package/configure/node_modules/@pie-lib/math-toolbar/src/index.jsx +185 -0
  375. package/configure/node_modules/@pie-lib/math-toolbar/src/math-preview.jsx +101 -0
  376. package/configure/node_modules/@pie-lib/render-ui/CHANGELOG.json +937 -0
  377. package/configure/node_modules/@pie-lib/render-ui/CHANGELOG.md +616 -0
  378. package/configure/node_modules/@pie-lib/render-ui/LICENSE.md +5 -0
  379. package/configure/node_modules/@pie-lib/render-ui/README.md +33 -0
  380. package/configure/node_modules/@pie-lib/render-ui/lib/collapsible/index.js +144 -0
  381. package/configure/node_modules/@pie-lib/render-ui/lib/collapsible/index.js.map +1 -0
  382. package/configure/node_modules/@pie-lib/render-ui/lib/color.js +134 -0
  383. package/configure/node_modules/@pie-lib/render-ui/lib/color.js.map +1 -0
  384. package/configure/node_modules/@pie-lib/render-ui/lib/feedback.js +154 -0
  385. package/configure/node_modules/@pie-lib/render-ui/lib/feedback.js.map +1 -0
  386. package/configure/node_modules/@pie-lib/render-ui/lib/has-text.js +24 -0
  387. package/configure/node_modules/@pie-lib/render-ui/lib/has-text.js.map +1 -0
  388. package/configure/node_modules/@pie-lib/render-ui/lib/html-and-math.js +98 -0
  389. package/configure/node_modules/@pie-lib/render-ui/lib/html-and-math.js.map +1 -0
  390. package/configure/node_modules/@pie-lib/render-ui/lib/index.js +99 -0
  391. package/configure/node_modules/@pie-lib/render-ui/lib/index.js.map +1 -0
  392. package/configure/node_modules/@pie-lib/render-ui/lib/input-container.js +60 -0
  393. package/configure/node_modules/@pie-lib/render-ui/lib/input-container.js.map +1 -0
  394. package/configure/node_modules/@pie-lib/render-ui/lib/preview-layout.js +129 -0
  395. package/configure/node_modules/@pie-lib/render-ui/lib/preview-layout.js.map +1 -0
  396. package/configure/node_modules/@pie-lib/render-ui/lib/preview-prompt.js +133 -0
  397. package/configure/node_modules/@pie-lib/render-ui/lib/preview-prompt.js.map +1 -0
  398. package/configure/node_modules/@pie-lib/render-ui/lib/purpose.js +28 -0
  399. package/configure/node_modules/@pie-lib/render-ui/lib/purpose.js.map +1 -0
  400. package/configure/node_modules/@pie-lib/render-ui/lib/readable.js +28 -0
  401. package/configure/node_modules/@pie-lib/render-ui/lib/readable.js.map +1 -0
  402. package/configure/node_modules/@pie-lib/render-ui/lib/response-indicators.js +154 -0
  403. package/configure/node_modules/@pie-lib/render-ui/lib/response-indicators.js.map +1 -0
  404. package/configure/node_modules/@pie-lib/render-ui/lib/withUndoReset.js +194 -0
  405. package/configure/node_modules/@pie-lib/render-ui/lib/withUndoReset.js.map +1 -0
  406. package/configure/node_modules/@pie-lib/render-ui/package.json +30 -0
  407. package/configure/node_modules/@pie-lib/render-ui/src/collapsible/index.jsx +68 -0
  408. package/configure/node_modules/@pie-lib/render-ui/src/color.js +48 -0
  409. package/configure/node_modules/@pie-lib/render-ui/src/feedback.jsx +100 -0
  410. package/configure/node_modules/@pie-lib/render-ui/src/has-text.js +14 -0
  411. package/configure/node_modules/@pie-lib/render-ui/src/html-and-math.js +40 -0
  412. package/configure/node_modules/@pie-lib/render-ui/src/index.js +27 -0
  413. package/configure/node_modules/@pie-lib/render-ui/src/input-container.jsx +41 -0
  414. package/configure/node_modules/@pie-lib/render-ui/src/preview-layout.jsx +77 -0
  415. package/configure/node_modules/@pie-lib/render-ui/src/preview-prompt.jsx +73 -0
  416. package/configure/node_modules/@pie-lib/render-ui/src/purpose.jsx +19 -0
  417. package/configure/node_modules/@pie-lib/render-ui/src/readable.jsx +19 -0
  418. package/configure/node_modules/@pie-lib/render-ui/src/response-indicators.jsx +89 -0
  419. package/configure/node_modules/@pie-lib/render-ui/src/withUndoReset.jsx +118 -0
  420. package/configure/node_modules/immutable/LICENSE +21 -0
  421. package/configure/node_modules/immutable/README.md +657 -0
  422. package/configure/node_modules/immutable/dist/immutable-nonambient.d.ts +5607 -0
  423. package/configure/node_modules/immutable/dist/immutable.d.ts +5611 -0
  424. package/configure/node_modules/immutable/dist/immutable.es.js +5893 -0
  425. package/configure/node_modules/immutable/dist/immutable.js +5948 -0
  426. package/configure/node_modules/immutable/dist/immutable.js.flow +2340 -0
  427. package/configure/node_modules/immutable/dist/immutable.min.js +55 -0
  428. package/configure/node_modules/immutable/package.json +41 -0
  429. package/configure/node_modules/slate-dev-environment/Readme.md +1 -0
  430. package/configure/node_modules/slate-dev-environment/dist/slate-dev-environment.js +287 -0
  431. package/configure/node_modules/slate-dev-environment/dist/slate-dev-environment.min.js +1 -0
  432. package/configure/node_modules/slate-dev-environment/lib/slate-dev-environment.es.js +264 -0
  433. package/configure/node_modules/slate-dev-environment/lib/slate-dev-environment.es.js.map +1 -0
  434. package/configure/node_modules/slate-dev-environment/lib/slate-dev-environment.js +282 -0
  435. package/configure/node_modules/slate-dev-environment/lib/slate-dev-environment.js.map +1 -0
  436. package/configure/node_modules/slate-dev-environment/package.json +21 -0
  437. package/configure/node_modules/slate-edit-list/CHANGELOG.md +124 -0
  438. package/configure/node_modules/slate-edit-list/LICENSE +201 -0
  439. package/configure/node_modules/slate-edit-list/README.md +159 -0
  440. package/configure/node_modules/slate-edit-list/dist/changes/decreaseItemDepth.js +73 -0
  441. package/configure/node_modules/slate-edit-list/dist/changes/decreaseItemDepth.js.flow +88 -0
  442. package/configure/node_modules/slate-edit-list/dist/changes/increaseItemDepth.js +70 -0
  443. package/configure/node_modules/slate-edit-list/dist/changes/increaseItemDepth.js.flow +77 -0
  444. package/configure/node_modules/slate-edit-list/dist/changes/index.js +34 -0
  445. package/configure/node_modules/slate-edit-list/dist/changes/index.js.flow +13 -0
  446. package/configure/node_modules/slate-edit-list/dist/changes/splitListItem.js +27 -0
  447. package/configure/node_modules/slate-edit-list/dist/changes/splitListItem.js.flow +26 -0
  448. package/configure/node_modules/slate-edit-list/dist/changes/unwrapList.js +52 -0
  449. package/configure/node_modules/slate-edit-list/dist/changes/unwrapList.js.flow +46 -0
  450. package/configure/node_modules/slate-edit-list/dist/changes/wrapInList.js +67 -0
  451. package/configure/node_modules/slate-edit-list/dist/changes/wrapInList.js.flow +67 -0
  452. package/configure/node_modules/slate-edit-list/dist/core.js +80 -0
  453. package/configure/node_modules/slate-edit-list/dist/core.js.flow +76 -0
  454. package/configure/node_modules/slate-edit-list/dist/handlers/index.js +24 -0
  455. package/configure/node_modules/slate-edit-list/dist/handlers/index.js.flow +5 -0
  456. package/configure/node_modules/slate-edit-list/dist/handlers/onBackspace.js +45 -0
  457. package/configure/node_modules/slate-edit-list/dist/handlers/onBackspace.js.flow +44 -0
  458. package/configure/node_modules/slate-edit-list/dist/handlers/onEnter.js +54 -0
  459. package/configure/node_modules/slate-edit-list/dist/handlers/onEnter.js.flow +54 -0
  460. package/configure/node_modules/slate-edit-list/dist/handlers/onTab.js +39 -0
  461. package/configure/node_modules/slate-edit-list/dist/handlers/onTab.js.flow +34 -0
  462. package/configure/node_modules/slate-edit-list/dist/index.js +58 -0
  463. package/configure/node_modules/slate-edit-list/dist/index.js.flow +45 -0
  464. package/configure/node_modules/slate-edit-list/dist/options.js +34 -0
  465. package/configure/node_modules/slate-edit-list/dist/options.js.flow +26 -0
  466. package/configure/node_modules/slate-edit-list/dist/utils/getCurrentItem.js +24 -0
  467. package/configure/node_modules/slate-edit-list/dist/utils/getCurrentItem.js.flow +20 -0
  468. package/configure/node_modules/slate-edit-list/dist/utils/getCurrentList.js +31 -0
  469. package/configure/node_modules/slate-edit-list/dist/utils/getCurrentList.js.flow +21 -0
  470. package/configure/node_modules/slate-edit-list/dist/utils/getItemDepth.js +34 -0
  471. package/configure/node_modules/slate-edit-list/dist/utils/getItemDepth.js.flow +24 -0
  472. package/configure/node_modules/slate-edit-list/dist/utils/getItemsAtRange.js +60 -0
  473. package/configure/node_modules/slate-edit-list/dist/utils/getItemsAtRange.js.flow +51 -0
  474. package/configure/node_modules/slate-edit-list/dist/utils/getListForItem.js +25 -0
  475. package/configure/node_modules/slate-edit-list/dist/utils/getListForItem.js.flow +16 -0
  476. package/configure/node_modules/slate-edit-list/dist/utils/getPreviousItem.js +39 -0
  477. package/configure/node_modules/slate-edit-list/dist/utils/getPreviousItem.js.flow +29 -0
  478. package/configure/node_modules/slate-edit-list/dist/utils/index.js +49 -0
  479. package/configure/node_modules/slate-edit-list/dist/utils/index.js.flow +19 -0
  480. package/configure/node_modules/slate-edit-list/dist/utils/isList.js +15 -0
  481. package/configure/node_modules/slate-edit-list/dist/utils/isList.js.flow +13 -0
  482. package/configure/node_modules/slate-edit-list/dist/utils/isSelectionInList.js +22 -0
  483. package/configure/node_modules/slate-edit-list/dist/utils/isSelectionInList.js.flow +14 -0
  484. package/configure/node_modules/slate-edit-list/dist/validation/index.js +19 -0
  485. package/configure/node_modules/slate-edit-list/dist/validation/index.js.flow +4 -0
  486. package/configure/node_modules/slate-edit-list/dist/validation/schema.js +83 -0
  487. package/configure/node_modules/slate-edit-list/dist/validation/schema.js.flow +81 -0
  488. package/configure/node_modules/slate-edit-list/dist/validation/validateNode.js +61 -0
  489. package/configure/node_modules/slate-edit-list/dist/validation/validateNode.js.flow +61 -0
  490. package/configure/node_modules/slate-edit-list/package.json +67 -0
  491. package/configure/node_modules/slate-edit-table/CHANGELOG.md +192 -0
  492. package/configure/node_modules/slate-edit-table/LICENSE +201 -0
  493. package/configure/node_modules/slate-edit-table/README.md +269 -0
  494. package/configure/node_modules/slate-edit-table/dist/changes/clearCell.js +29 -0
  495. package/configure/node_modules/slate-edit-table/dist/changes/clearCell.js.flow +26 -0
  496. package/configure/node_modules/slate-edit-table/dist/changes/index.js +69 -0
  497. package/configure/node_modules/slate-edit-table/dist/changes/index.js.flow +27 -0
  498. package/configure/node_modules/slate-edit-table/dist/changes/insertColumn.js +43 -0
  499. package/configure/node_modules/slate-edit-table/dist/changes/insertColumn.js.flow +46 -0
  500. package/configure/node_modules/slate-edit-table/dist/changes/insertRow.js +36 -0
  501. package/configure/node_modules/slate-edit-table/dist/changes/insertRow.js.flow +35 -0
  502. package/configure/node_modules/slate-edit-table/dist/changes/insertTable.js +29 -0
  503. package/configure/node_modules/slate-edit-table/dist/changes/insertTable.js.flow +27 -0
  504. package/configure/node_modules/slate-edit-table/dist/changes/moveSelection.js +32 -0
  505. package/configure/node_modules/slate-edit-table/dist/changes/moveSelection.js.flow +31 -0
  506. package/configure/node_modules/slate-edit-table/dist/changes/moveSelectionBy.js +84 -0
  507. package/configure/node_modules/slate-edit-table/dist/changes/moveSelectionBy.js.flow +80 -0
  508. package/configure/node_modules/slate-edit-table/dist/changes/removeColumn.js +36 -0
  509. package/configure/node_modules/slate-edit-table/dist/changes/removeColumn.js.flow +28 -0
  510. package/configure/node_modules/slate-edit-table/dist/changes/removeColumnByKey.js +52 -0
  511. package/configure/node_modules/slate-edit-table/dist/changes/removeColumnByKey.js.flow +40 -0
  512. package/configure/node_modules/slate-edit-table/dist/changes/removeRow.js +36 -0
  513. package/configure/node_modules/slate-edit-table/dist/changes/removeRow.js.flow +27 -0
  514. package/configure/node_modules/slate-edit-table/dist/changes/removeRowByKey.js +41 -0
  515. package/configure/node_modules/slate-edit-table/dist/changes/removeRowByKey.js.flow +30 -0
  516. package/configure/node_modules/slate-edit-table/dist/changes/removeTable.js +26 -0
  517. package/configure/node_modules/slate-edit-table/dist/changes/removeTable.js.flow +17 -0
  518. package/configure/node_modules/slate-edit-table/dist/changes/removeTableByKey.js +56 -0
  519. package/configure/node_modules/slate-edit-table/dist/changes/removeTableByKey.js.flow +54 -0
  520. package/configure/node_modules/slate-edit-table/dist/core.js +88 -0
  521. package/configure/node_modules/slate-edit-table/dist/core.js.flow +94 -0
  522. package/configure/node_modules/slate-edit-table/dist/handlers/index.js +39 -0
  523. package/configure/node_modules/slate-edit-table/dist/handlers/index.js.flow +8 -0
  524. package/configure/node_modules/slate-edit-table/dist/handlers/onBackspace.js +82 -0
  525. package/configure/node_modules/slate-edit-table/dist/handlers/onBackspace.js.flow +87 -0
  526. package/configure/node_modules/slate-edit-table/dist/handlers/onEnter.js +34 -0
  527. package/configure/node_modules/slate-edit-table/dist/handlers/onEnter.js.flow +37 -0
  528. package/configure/node_modules/slate-edit-table/dist/handlers/onKeyDown.js +71 -0
  529. package/configure/node_modules/slate-edit-table/dist/handlers/onKeyDown.js.flow +56 -0
  530. package/configure/node_modules/slate-edit-table/dist/handlers/onModEnter.js +35 -0
  531. package/configure/node_modules/slate-edit-table/dist/handlers/onModEnter.js.flow +38 -0
  532. package/configure/node_modules/slate-edit-table/dist/handlers/onTab.js +56 -0
  533. package/configure/node_modules/slate-edit-table/dist/handlers/onTab.js.flow +51 -0
  534. package/configure/node_modules/slate-edit-table/dist/handlers/onUpDown.js +38 -0
  535. package/configure/node_modules/slate-edit-table/dist/handlers/onUpDown.js.flow +41 -0
  536. package/configure/node_modules/slate-edit-table/dist/index.js +36 -0
  537. package/configure/node_modules/slate-edit-table/dist/index.js.flow +27 -0
  538. package/configure/node_modules/slate-edit-table/dist/options.js +61 -0
  539. package/configure/node_modules/slate-edit-table/dist/options.js.flow +42 -0
  540. package/configure/node_modules/slate-edit-table/dist/utils/TablePosition.js +306 -0
  541. package/configure/node_modules/slate-edit-table/dist/utils/TablePosition.js.flow +211 -0
  542. package/configure/node_modules/slate-edit-table/dist/utils/createCell.js +30 -0
  543. package/configure/node_modules/slate-edit-table/dist/utils/createCell.js.flow +26 -0
  544. package/configure/node_modules/slate-edit-table/dist/utils/createRow.js +30 -0
  545. package/configure/node_modules/slate-edit-table/dist/utils/createRow.js.flow +28 -0
  546. package/configure/node_modules/slate-edit-table/dist/utils/createTable.js +30 -0
  547. package/configure/node_modules/slate-edit-table/dist/utils/createTable.js.flow +33 -0
  548. package/configure/node_modules/slate-edit-table/dist/utils/forEachCells.js +21 -0
  549. package/configure/node_modules/slate-edit-table/dist/utils/forEachCells.js.flow +22 -0
  550. package/configure/node_modules/slate-edit-table/dist/utils/getCellsAtColumn.js +22 -0
  551. package/configure/node_modules/slate-edit-table/dist/utils/getCellsAtColumn.js.flow +19 -0
  552. package/configure/node_modules/slate-edit-table/dist/utils/getCellsAtRow.js +20 -0
  553. package/configure/node_modules/slate-edit-table/dist/utils/getCellsAtRow.js.flow +19 -0
  554. package/configure/node_modules/slate-edit-table/dist/utils/getPosition.js +24 -0
  555. package/configure/node_modules/slate-edit-table/dist/utils/getPosition.js.flow +19 -0
  556. package/configure/node_modules/slate-edit-table/dist/utils/getPositionByKey.js +26 -0
  557. package/configure/node_modules/slate-edit-table/dist/utils/getPositionByKey.js.flow +21 -0
  558. package/configure/node_modules/slate-edit-table/dist/utils/getRow.js +24 -0
  559. package/configure/node_modules/slate-edit-table/dist/utils/getRow.js.flow +19 -0
  560. package/configure/node_modules/slate-edit-table/dist/utils/index.js +64 -0
  561. package/configure/node_modules/slate-edit-table/dist/utils/index.js.flow +25 -0
  562. package/configure/node_modules/slate-edit-table/dist/utils/isSelectionInTable.js +34 -0
  563. package/configure/node_modules/slate-edit-table/dist/utils/isSelectionInTable.js.flow +27 -0
  564. package/configure/node_modules/slate-edit-table/dist/utils/isSelectionOutOfTable.js +30 -0
  565. package/configure/node_modules/slate-edit-table/dist/utils/isSelectionOutOfTable.js.flow +23 -0
  566. package/configure/node_modules/slate-edit-table/dist/validation/index.js +19 -0
  567. package/configure/node_modules/slate-edit-table/dist/validation/index.js.flow +4 -0
  568. package/configure/node_modules/slate-edit-table/dist/validation/schema.js +101 -0
  569. package/configure/node_modules/slate-edit-table/dist/validation/schema.js.flow +98 -0
  570. package/configure/node_modules/slate-edit-table/dist/validation/validateNode.js +56 -0
  571. package/configure/node_modules/slate-edit-table/dist/validation/validateNode.js.flow +49 -0
  572. package/configure/node_modules/slate-edit-table/package.json +69 -0
  573. package/configure/package.json +1 -1
  574. package/package.json +2 -2
@@ -0,0 +1,1677 @@
1
+ [
2
+ {
3
+ "type": "fix",
4
+ "scope": null,
5
+ "subject": "rm child prepack in favour of root prepack",
6
+ "merge": null,
7
+ "header": "fix: rm child prepack in favour of root prepack",
8
+ "body": null,
9
+ "footer": null,
10
+ "notes": [],
11
+ "hash": "381d8d6485269b641d8d4655148966d2e70803be",
12
+ "gitTags": "",
13
+ "committerDate": "2019-03-15 09:51:11 +0000",
14
+ "isTagged": true,
15
+ "tag": "@pie-lib/config-ui@7.11.28"
16
+ },
17
+ {
18
+ "type": "chore",
19
+ "scope": null,
20
+ "subject": "call changelog on prepack",
21
+ "merge": null,
22
+ "header": "chore: call changelog on prepack",
23
+ "body": null,
24
+ "footer": null,
25
+ "notes": [],
26
+ "hash": "b672c012de096c55b765a765f758da3fc5df2f90",
27
+ "gitTags": "",
28
+ "committerDate": "2019-03-13 23:00:44 +0000",
29
+ "isTagged": true,
30
+ "tag": "@pie-lib/config-ui@7.11.23"
31
+ },
32
+ {
33
+ "type": "chore",
34
+ "scope": null,
35
+ "subject": "generate changelog.json instead of markdown",
36
+ "merge": null,
37
+ "header": "chore: generate changelog.json instead of markdown",
38
+ "body": null,
39
+ "footer": null,
40
+ "notes": [],
41
+ "hash": "eaa5019a11f70c53425d55856bd3b940237f8c7d",
42
+ "gitTags": "",
43
+ "committerDate": "2019-03-13 17:24:09 +0000",
44
+ "isTagged": true,
45
+ "tag": "@pie-lib/config-ui@7.11.21"
46
+ },
47
+ {
48
+ "type": "chore",
49
+ "scope": null,
50
+ "subject": "force version bump to avoid collision w/ next packages",
51
+ "merge": null,
52
+ "header": "chore: force version bump to avoid collision w/ next packages",
53
+ "body": null,
54
+ "footer": null,
55
+ "notes": [],
56
+ "hash": "a05f0fdb47f72d3a3d839cd70e96de6642a44c1e",
57
+ "gitTags": "",
58
+ "committerDate": "2019-03-12 21:55:40 +0000",
59
+ "isTagged": true,
60
+ "tag": "@pie-lib/config-ui@7.11.20"
61
+ },
62
+ {
63
+ "type": "fix",
64
+ "scope": null,
65
+ "subject": "force version bump",
66
+ "merge": null,
67
+ "header": "fix: force version bump",
68
+ "body": null,
69
+ "footer": null,
70
+ "notes": [],
71
+ "hash": "dd057a52e90133dfb30660b1824760cb9f10a280",
72
+ "gitTags": "",
73
+ "committerDate": "2019-02-17 21:23:35 +0000",
74
+ "isTagged": true,
75
+ "tag": "@pie-lib/config-ui@7.11.12"
76
+ },
77
+ {
78
+ "type": "fix",
79
+ "scope": "config-ui",
80
+ "subject": "fixed some design issues that were messed up with the material-ui bump",
81
+ "merge": null,
82
+ "header": "fix(config-ui): fixed some design issues that were messed up with the material-ui bump",
83
+ "body": null,
84
+ "footer": null,
85
+ "notes": [],
86
+ "hash": "34a58da251bd69a3814744b8aa026b7e4e4a28c9",
87
+ "gitTags": "",
88
+ "committerDate": "2019-02-13 20:44:50 +0200",
89
+ "isTagged": true,
90
+ "tag": "@pie-lib/config-ui@7.11.10"
91
+ },
92
+ {
93
+ "type": "fix",
94
+ "scope": null,
95
+ "subject": "version bump",
96
+ "merge": null,
97
+ "header": "fix: version bump",
98
+ "body": null,
99
+ "footer": null,
100
+ "notes": [],
101
+ "hash": "caaf960891fb17ad8e221849ce992381e4c2c31c",
102
+ "gitTags": "",
103
+ "committerDate": "2019-02-05 15:38:33 +0000",
104
+ "isTagged": true,
105
+ "tag": "@pie-lib/config-ui@7.11.10"
106
+ },
107
+ {
108
+ "type": "chore",
109
+ "scope": null,
110
+ "subject": "fix tests",
111
+ "merge": null,
112
+ "header": "chore: fix tests",
113
+ "body": null,
114
+ "footer": null,
115
+ "notes": [],
116
+ "hash": "5c0d0dfc3050a2f56934eb7ca72dac80310ec5d3",
117
+ "gitTags": "",
118
+ "committerDate": "2019-01-30 21:53:03 +0000",
119
+ "isTagged": true,
120
+ "tag": "@pie-lib/config-ui@7.11.0"
121
+ },
122
+ {
123
+ "type": "feat",
124
+ "scope": null,
125
+ "subject": "libs version bump",
126
+ "merge": null,
127
+ "header": "feat: libs version bump",
128
+ "body": null,
129
+ "footer": null,
130
+ "notes": [],
131
+ "hash": "f392d06c084d99974c7a87eb0c5db8ab30ff8ab6",
132
+ "gitTags": "",
133
+ "committerDate": "2019-01-30 21:52:33 +0000",
134
+ "isTagged": true,
135
+ "tag": "@pie-lib/config-ui@7.11.0"
136
+ },
137
+ {
138
+ "type": "feat",
139
+ "scope": "config-ui",
140
+ "subject": "created a new layout for the preview elements in order for them to have the right theme and updated tests",
141
+ "merge": null,
142
+ "header": "feat(config-ui): created a new layout for the preview elements in order for them to have the right theme and updated tests",
143
+ "body": null,
144
+ "footer": null,
145
+ "notes": [],
146
+ "hash": "edebb091a012ff812adc2bdcda005762cb471071",
147
+ "gitTags": " (origin/feat/new-layout-for-elements)",
148
+ "committerDate": "2019-01-08 11:11:31 +0200",
149
+ "isTagged": true,
150
+ "tag": "@pie-lib/config-ui@7.10.0"
151
+ },
152
+ {
153
+ "type": "feat",
154
+ "scope": "config-ui",
155
+ "subject": "added tests for the pie-lib/layout package and fixed the choice-configuration package test",
156
+ "merge": null,
157
+ "header": "feat(config-ui): added tests for the pie-lib/layout package and fixed the choice-configuration package test",
158
+ "body": null,
159
+ "footer": null,
160
+ "notes": [],
161
+ "hash": "ecae46fac425b9d799b786e050b36d7936e15a99",
162
+ "gitTags": "",
163
+ "committerDate": "2018-12-20 10:27:15 +0200",
164
+ "isTagged": true,
165
+ "tag": "@pie-lib/config-ui@7.10.0"
166
+ },
167
+ {
168
+ "type": "feat",
169
+ "scope": "config-ui",
170
+ "subject": "used the react-measure package in order to get the width of the element to decide if the side panel is displayed or not",
171
+ "merge": null,
172
+ "header": "feat(config-ui): used the react-measure package in order to get the width of the element to decide if the side panel is displayed or not",
173
+ "body": null,
174
+ "footer": null,
175
+ "notes": [],
176
+ "hash": "13503ee01307f828c0a314364b5b2adb1a8e9653",
177
+ "gitTags": "",
178
+ "committerDate": "2018-12-20 09:39:52 +0200",
179
+ "isTagged": true,
180
+ "tag": "@pie-lib/config-ui@7.10.0"
181
+ },
182
+ {
183
+ "type": "feat",
184
+ "scope": "config-ui",
185
+ "subject": "added a layout component in order to be used by all elements to be rendered",
186
+ "merge": null,
187
+ "header": "feat(config-ui): added a layout component in order to be used by all elements to be rendered",
188
+ "body": "changed some of the code for the choice-configuration and editable-html components",
189
+ "footer": null,
190
+ "notes": [],
191
+ "hash": "5bf1bbc27595008d89f7e785d2cbe0e69861069b",
192
+ "gitTags": "",
193
+ "committerDate": "2018-12-17 19:42:51 +0200",
194
+ "isTagged": true,
195
+ "tag": "@pie-lib/config-ui@7.10.0"
196
+ },
197
+ {
198
+ "type": "feat",
199
+ "scope": "choice-config-customization",
200
+ "subject": "added 2 new tests for rendering the snapshot",
201
+ "merge": null,
202
+ "header": "feat(choice-config-customization): added 2 new tests for rendering the snapshot",
203
+ "body": null,
204
+ "footer": null,
205
+ "notes": [],
206
+ "hash": "ef61be976d68dc6dcc170c49da7b8ca7e67c5c4c",
207
+ "gitTags": "",
208
+ "committerDate": "2018-11-02 15:25:09 +0200",
209
+ "isTagged": true,
210
+ "tag": "@pie-lib/config-ui@7.10.0"
211
+ },
212
+ {
213
+ "type": "feat",
214
+ "scope": "choice-config-customization",
215
+ "subject": "added possibility to disable the deletion of one item and also adding a feedback",
216
+ "merge": null,
217
+ "header": "feat(choice-config-customization): added possibility to disable the deletion of one item and also adding a feedback",
218
+ "body": null,
219
+ "footer": null,
220
+ "notes": [],
221
+ "hash": "278293c0cc951a91bdf85ee3e0309e1de57dd490",
222
+ "gitTags": "",
223
+ "committerDate": "2018-11-02 07:50:22 +0200",
224
+ "isTagged": true,
225
+ "tag": "@pie-lib/config-ui@7.10.0"
226
+ },
227
+ {
228
+ "type": "fix",
229
+ "scope": null,
230
+ "subject": "rm githead",
231
+ "merge": null,
232
+ "header": "fix: rm githead",
233
+ "body": null,
234
+ "footer": null,
235
+ "notes": [],
236
+ "hash": "a1523aabfe34697970bb94f3ed300603d9e11f74",
237
+ "gitTags": "",
238
+ "committerDate": "2018-09-12 14:44:09 +0100",
239
+ "isTagged": true,
240
+ "tag": "@pie-lib/config-ui@7.10.0"
241
+ },
242
+ {
243
+ "type": "chore",
244
+ "scope": null,
245
+ "subject": "fix snapshots",
246
+ "merge": null,
247
+ "header": "chore: fix snapshots",
248
+ "body": null,
249
+ "footer": null,
250
+ "notes": [],
251
+ "hash": "e3f81bd7b84a831409bbe10d84c4352b5cc77b2b",
252
+ "gitTags": "",
253
+ "committerDate": "2018-09-12 14:41:45 +0100",
254
+ "isTagged": true,
255
+ "tag": "@pie-lib/config-ui@7.10.0"
256
+ },
257
+ {
258
+ "type": "fix",
259
+ "scope": null,
260
+ "subject": "githead",
261
+ "merge": null,
262
+ "header": "fix: githead",
263
+ "body": null,
264
+ "footer": null,
265
+ "notes": [],
266
+ "hash": "3e485e0a7094496fd93d86a0500c75e343e9fac2",
267
+ "gitTags": "",
268
+ "committerDate": "2018-09-12 14:38:21 +0100",
269
+ "isTagged": true,
270
+ "tag": "@pie-lib/config-ui@7.10.0"
271
+ },
272
+ {
273
+ "type": "chore",
274
+ "scope": null,
275
+ "subject": "update snapshots",
276
+ "merge": null,
277
+ "header": "chore: update snapshots",
278
+ "body": null,
279
+ "footer": null,
280
+ "notes": [],
281
+ "hash": "4f5e2e357c8ea13509ae57704277eb0007805b6f",
282
+ "gitTags": "",
283
+ "committerDate": "2018-07-25 11:12:54 -0400",
284
+ "isTagged": true,
285
+ "tag": "@pie-lib/config-ui@7.10.0"
286
+ },
287
+ {
288
+ "type": "chore",
289
+ "scope": "config-ui",
290
+ "subject": "test, snapshot and lint fixes",
291
+ "merge": null,
292
+ "header": "chore(config-ui): test, snapshot and lint fixes",
293
+ "body": null,
294
+ "footer": null,
295
+ "notes": [],
296
+ "hash": "b477ca04704bae4a4cfc786f160e6236a6901afd",
297
+ "gitTags": "",
298
+ "committerDate": "2018-07-25 17:55:31 +0300",
299
+ "isTagged": true,
300
+ "tag": "@pie-lib/config-ui@7.10.0"
301
+ },
302
+ {
303
+ "type": "chore",
304
+ "scope": null,
305
+ "subject": "fix tests",
306
+ "merge": null,
307
+ "header": "chore: fix tests",
308
+ "body": null,
309
+ "footer": null,
310
+ "notes": [],
311
+ "hash": "274ab3bdb02b7a1738a861dc7594ca9392943e50",
312
+ "gitTags": "",
313
+ "committerDate": "2018-07-25 10:23:50 -0400",
314
+ "isTagged": true,
315
+ "tag": "@pie-lib/config-ui@7.10.0"
316
+ },
317
+ {
318
+ "type": "chore",
319
+ "scope": null,
320
+ "subject": "fix lint issues",
321
+ "merge": null,
322
+ "header": "chore: fix lint issues",
323
+ "body": null,
324
+ "footer": null,
325
+ "notes": [],
326
+ "hash": "8c123d8a91134e19159dfd1560cd67f2ec0d8b16",
327
+ "gitTags": "",
328
+ "committerDate": "2018-07-25 10:06:13 -0400",
329
+ "isTagged": true,
330
+ "tag": "@pie-lib/config-ui@7.10.0"
331
+ },
332
+ {
333
+ "type": "feat",
334
+ "scope": "config-ui",
335
+ "subject": "input added that keeps model updates at bay if erroneous model update would happen",
336
+ "merge": null,
337
+ "header": "feat(config-ui): input added that keeps model updates at bay if erroneous model update would happen",
338
+ "body": null,
339
+ "footer": null,
340
+ "notes": [],
341
+ "hash": "c025f740ad45e8c14b4780ccca4d3d28d15fc888",
342
+ "gitTags": "",
343
+ "committerDate": "2018-07-25 13:33:46 +0300",
344
+ "isTagged": true,
345
+ "tag": "@pie-lib/config-ui@7.10.0"
346
+ },
347
+ {
348
+ "type": "chore",
349
+ "scope": "feedback-config",
350
+ "subject": "added snapshot test",
351
+ "merge": null,
352
+ "header": "chore(feedback-config): added snapshot test",
353
+ "body": null,
354
+ "footer": null,
355
+ "notes": [],
356
+ "hash": "e8434f7f25eada18e4f0a6aafaad78257568cdbd",
357
+ "gitTags": "",
358
+ "committerDate": "2018-07-18 10:08:58 -0400",
359
+ "isTagged": true,
360
+ "tag": "@pie-lib/config-ui@7.10.0"
361
+ },
362
+ {
363
+ "type": "feat",
364
+ "scope": "config-ui",
365
+ "subject": "update feedback ui for config views [ch83]",
366
+ "merge": null,
367
+ "header": "feat(config-ui): update feedback ui for config views [ch83]",
368
+ "body": null,
369
+ "footer": null,
370
+ "notes": [],
371
+ "hash": "6bffd28d1718aec6acb1bcbf18a8bb3a26b27ef2",
372
+ "gitTags": "",
373
+ "committerDate": "2018-07-18 10:08:49 -0400",
374
+ "isTagged": true,
375
+ "tag": "@pie-lib/config-ui@7.10.0"
376
+ },
377
+ {
378
+ "type": "feat",
379
+ "scope": "config-ui",
380
+ "subject": "version bump for material-ui to solve related bugs",
381
+ "merge": null,
382
+ "header": "feat(config-ui): version bump for material-ui to solve related bugs",
383
+ "body": null,
384
+ "footer": null,
385
+ "notes": [],
386
+ "hash": "c0d8ad8ddc574288282808dc6107c2b88e67134b",
387
+ "gitTags": "",
388
+ "committerDate": "2018-07-18 10:07:31 -0400",
389
+ "isTagged": true,
390
+ "tag": "@pie-lib/config-ui@7.10.0"
391
+ },
392
+ {
393
+ "type": "feat",
394
+ "scope": "choice-configuration",
395
+ "subject": "allow no label mode and adjust feedback input design",
396
+ "merge": null,
397
+ "header": "feat(choice-configuration): allow no label mode and adjust feedback input design",
398
+ "body": null,
399
+ "footer": null,
400
+ "notes": [],
401
+ "hash": "ecc11a1b5d9adf8f1afeb8fceafce79cf224d5dd",
402
+ "gitTags": "",
403
+ "committerDate": "2018-07-18 10:06:09 -0400",
404
+ "isTagged": true,
405
+ "tag": "@pie-lib/config-ui@7.10.0"
406
+ },
407
+ {
408
+ "type": "feat",
409
+ "scope": null,
410
+ "subject": "add `withStatefulModel`",
411
+ "merge": null,
412
+ "header": "feat: add `withStatefulModel`",
413
+ "body": "This HOC wraps a configure component with a component that manages the `model` in its state. This saves the custom element from having to call `ReactDOM.render()` on a change.\n\n```javascript\nimport {withStatefulModel} from '@pie-lib/config-ui';\n\nconst StatefulComp = withStatefulModel(ConfigureCompoent):\n```",
414
+ "footer": null,
415
+ "notes": [],
416
+ "hash": "46baee4ac54637a460fba8320e89ff829359cd44",
417
+ "gitTags": "",
418
+ "committerDate": "2018-05-31 10:28:55 -0400",
419
+ "isTagged": true,
420
+ "tag": "@pie-lib/config-ui@7.10.0"
421
+ },
422
+ {
423
+ "type": "feat",
424
+ "scope": "drag",
425
+ "subject": "new drag package",
426
+ "merge": null,
427
+ "header": "feat(drag): new drag package",
428
+ "body": null,
429
+ "footer": null,
430
+ "notes": [],
431
+ "hash": "78eb6a48f2f8d34a91fe84edd425d7f8762326bb",
432
+ "gitTags": "",
433
+ "committerDate": "2018-05-21 13:58:38 -0400",
434
+ "isTagged": true,
435
+ "tag": "@pie-lib/config-ui@7.10.0"
436
+ },
437
+ {
438
+ "type": "fix",
439
+ "scope": "langs",
440
+ "subject": "add optional uid prop",
441
+ "merge": null,
442
+ "header": "fix(langs): add optional uid prop",
443
+ "body": null,
444
+ "footer": null,
445
+ "notes": [],
446
+ "hash": "cebf555e2a6b4810e09f62b8e4f9b784b46fb86a",
447
+ "gitTags": "",
448
+ "committerDate": "2018-05-16 09:41:58 -0400",
449
+ "isTagged": true,
450
+ "tag": "@pie-lib/config-ui@7.1.1"
451
+ },
452
+ {
453
+ "type": "chore",
454
+ "scope": "langs",
455
+ "subject": "add test",
456
+ "merge": null,
457
+ "header": "chore(langs): add test",
458
+ "body": null,
459
+ "footer": null,
460
+ "notes": [],
461
+ "hash": "e43907a73d86ca73713224edb7b530008273b827",
462
+ "gitTags": "",
463
+ "committerDate": "2018-05-16 09:38:26 -0400",
464
+ "isTagged": true,
465
+ "tag": "@pie-lib/config-ui@7.1.1"
466
+ },
467
+ {
468
+ "type": "chore",
469
+ "scope": null,
470
+ "subject": "remove old mocks",
471
+ "merge": null,
472
+ "header": "chore: remove old mocks",
473
+ "body": null,
474
+ "footer": null,
475
+ "notes": [],
476
+ "hash": "f2985ef0e11790629c05aa6ca8ec6244e1a96f7e",
477
+ "gitTags": "",
478
+ "committerDate": "2018-05-16 09:24:33 -0400",
479
+ "isTagged": true,
480
+ "tag": "@pie-lib/config-ui@7.0.1"
481
+ },
482
+ {
483
+ "type": "fix",
484
+ "scope": "demo",
485
+ "subject": "fix issues from mui update",
486
+ "merge": null,
487
+ "header": "fix(demo): fix issues from mui update",
488
+ "body": null,
489
+ "footer": null,
490
+ "notes": [],
491
+ "hash": "4f948e13ebb83cdb215b964b0f73a12c79d64167",
492
+ "gitTags": "",
493
+ "committerDate": "2018-05-16 09:07:43 -0400",
494
+ "isTagged": true,
495
+ "tag": "@pie-lib/config-ui@7.0.0"
496
+ },
497
+ {
498
+ "type": "fix",
499
+ "scope": "config-ui",
500
+ "subject": "fixed material ui issues and language select issue",
501
+ "merge": null,
502
+ "header": "fix(config-ui): fixed material ui issues and language select issue",
503
+ "body": null,
504
+ "footer": null,
505
+ "notes": [],
506
+ "hash": "59ac854f275d792790ce1f40d6d4ee1be3e4fc85",
507
+ "gitTags": "",
508
+ "committerDate": "2018-05-16 18:19:43 +0530",
509
+ "isTagged": true,
510
+ "tag": "@pie-lib/config-ui@7.1.1"
511
+ },
512
+ {
513
+ "type": "feat",
514
+ "scope": null,
515
+ "subject": "upgrade material-ui -> @material-ui/core@^1.0.0-rc.1",
516
+ "merge": null,
517
+ "header": "feat: upgrade material-ui -> @material-ui/core@^1.0.0-rc.1",
518
+ "body": null,
519
+ "footer": null,
520
+ "notes": [],
521
+ "hash": "017ef6300f1fd345fc932496d25682a7981a4938",
522
+ "gitTags": "",
523
+ "committerDate": "2018-05-15 21:52:09 -0400",
524
+ "isTagged": true,
525
+ "tag": "@pie-lib/config-ui@6.1.0"
526
+ },
527
+ {
528
+ "type": "feat",
529
+ "scope": "feedback-config",
530
+ "subject": "streamline feedback model",
531
+ "merge": null,
532
+ "header": "feat(feedback-config): streamline feedback model",
533
+ "body": null,
534
+ "footer": "BREAKING CHANGE:\n\n* FeedbackSelector - onFeedbackChange -> onChange\n* FeedbackConfig + FeedbackSelector now work with model like so:\n```javascript\n{\n correct: {type, default, custom},\n incorrect: {type, default, custom},\n partial: {type, default, custom}\n}\n```\n* LegacyFeedbackSelector is gone",
535
+ "notes": [
536
+ {
537
+ "title": "BREAKING CHANGE",
538
+ "text": "* FeedbackSelector - onFeedbackChange -> onChange\n* FeedbackConfig + FeedbackSelector now work with model like so:\n```javascript\n{\n correct: {type, default, custom},\n incorrect: {type, default, custom},\n partial: {type, default, custom}\n}\n```\n* LegacyFeedbackSelector is gone"
539
+ }
540
+ ],
541
+ "hash": "047bcf74479887ca2aa740a2ad9a6194031e90c8",
542
+ "gitTags": "",
543
+ "committerDate": "2018-05-09 22:49:31 -0400",
544
+ "isTagged": true,
545
+ "tag": "@pie-lib/config-ui@6.0.0"
546
+ },
547
+ {
548
+ "type": "chore",
549
+ "scope": "test",
550
+ "subject": "add tests",
551
+ "merge": null,
552
+ "header": "chore(test): add tests",
553
+ "body": null,
554
+ "footer": null,
555
+ "notes": [],
556
+ "hash": "d35c4998c2f0af22aa83c582e8c2c4766411a790",
557
+ "gitTags": "",
558
+ "committerDate": "2018-05-09 22:38:05 -0400",
559
+ "isTagged": true,
560
+ "tag": "@pie-lib/config-ui@6.0.0"
561
+ },
562
+ {
563
+ "type": "chore",
564
+ "scope": "test",
565
+ "subject": "update snapshot",
566
+ "merge": null,
567
+ "header": "chore(test): update snapshot",
568
+ "body": null,
569
+ "footer": null,
570
+ "notes": [],
571
+ "hash": "bd7f8ddbea449d9f1fa7e34665c569f371f6b060",
572
+ "gitTags": "",
573
+ "committerDate": "2018-05-09 14:07:20 -0400",
574
+ "isTagged": true,
575
+ "tag": "@pie-lib/config-ui@5.4.1"
576
+ },
577
+ {
578
+ "type": "fix",
579
+ "scope": "lint",
580
+ "subject": "lint fixes",
581
+ "merge": null,
582
+ "header": "fix(lint): lint fixes",
583
+ "body": null,
584
+ "footer": null,
585
+ "notes": [],
586
+ "hash": "b238f42a99fde5513e2aec9ac68a9864749bba30",
587
+ "gitTags": "",
588
+ "committerDate": "2018-05-09 14:03:31 -0400",
589
+ "isTagged": true,
590
+ "tag": "@pie-lib/config-ui@5.4.0"
591
+ },
592
+ {
593
+ "type": "feat",
594
+ "scope": "two-choice",
595
+ "subject": "added test case for n choice and refactored previos changes",
596
+ "merge": null,
597
+ "header": "feat(two-choice): added test case for n choice and refactored previos changes",
598
+ "body": null,
599
+ "footer": null,
600
+ "notes": [],
601
+ "hash": "47997d0cf2d012e967e9353a71c08fa58673c032",
602
+ "gitTags": "",
603
+ "committerDate": "2018-05-09 23:09:40 +0530",
604
+ "isTagged": true,
605
+ "tag": "@pie-lib/config-ui@5.4.0"
606
+ },
607
+ {
608
+ "type": "fix",
609
+ "scope": "lint",
610
+ "subject": "lint fixes",
611
+ "merge": null,
612
+ "header": "fix(lint): lint fixes",
613
+ "body": null,
614
+ "footer": null,
615
+ "notes": [],
616
+ "hash": "f0595831a75561d829c0f18f86ce5ea7feeb4ddd",
617
+ "gitTags": "",
618
+ "committerDate": "2018-05-09 13:35:42 -0400",
619
+ "isTagged": true,
620
+ "tag": "@pie-lib/config-ui@5.3.1"
621
+ },
622
+ {
623
+ "type": "feat",
624
+ "scope": "number-text-field",
625
+ "subject": "add suffix prop",
626
+ "merge": null,
627
+ "header": "feat(number-text-field): add suffix prop",
628
+ "body": null,
629
+ "footer": null,
630
+ "notes": [],
631
+ "hash": "95d0d49c4504938ac703db4e8cad630a99f33b93",
632
+ "gitTags": "",
633
+ "committerDate": "2018-05-07 21:08:20 -0400",
634
+ "isTagged": true,
635
+ "tag": "@pie-lib/config-ui@5.3.0"
636
+ },
637
+ {
638
+ "type": "feat",
639
+ "scope": "tabs",
640
+ "subject": "add Tabs + polish feedback",
641
+ "merge": null,
642
+ "header": "feat(tabs): add Tabs + polish feedback",
643
+ "body": null,
644
+ "footer": null,
645
+ "notes": [],
646
+ "hash": "e3258500dd2a28e62f646b8da3fa69d35715dd02",
647
+ "gitTags": "",
648
+ "committerDate": "2018-05-07 20:34:42 -0400",
649
+ "isTagged": true,
650
+ "tag": "@pie-lib/config-ui@5.2.0"
651
+ },
652
+ {
653
+ "type": "fix",
654
+ "scope": "number-text-field",
655
+ "subject": "fix min if zero",
656
+ "merge": null,
657
+ "header": "fix(number-text-field): fix min if zero",
658
+ "body": null,
659
+ "footer": null,
660
+ "notes": [],
661
+ "hash": "ddb91521ccb8ba21b291bc804a730f11d5395c56",
662
+ "gitTags": "",
663
+ "committerDate": "2018-05-07 14:55:26 -0400",
664
+ "isTagged": true,
665
+ "tag": "@pie-lib/config-ui@5.2.0"
666
+ },
667
+ {
668
+ "type": "chore",
669
+ "scope": "lint",
670
+ "subject": "lint TagsInput",
671
+ "merge": null,
672
+ "header": "chore(lint): lint TagsInput",
673
+ "body": null,
674
+ "footer": null,
675
+ "notes": [],
676
+ "hash": "6b1119840a43f9ce1a0bd2b87c939d76e0d5d694",
677
+ "gitTags": "",
678
+ "committerDate": "2018-05-02 09:49:40 -0400",
679
+ "isTagged": true,
680
+ "tag": "@pie-lib/config-ui@5.1.7"
681
+ },
682
+ {
683
+ "type": "chore",
684
+ "scope": "tests",
685
+ "subject": "add TagsInput test",
686
+ "merge": null,
687
+ "header": "chore(tests): add TagsInput test",
688
+ "body": null,
689
+ "footer": null,
690
+ "notes": [],
691
+ "hash": "1a7abf86aa2ba7b3b3f06acbd01d49b34a28aed0",
692
+ "gitTags": "",
693
+ "committerDate": "2018-05-02 09:46:44 -0400",
694
+ "isTagged": true,
695
+ "tag": "@pie-lib/config-ui@5.1.7"
696
+ },
697
+ {
698
+ "type": "chore",
699
+ "scope": "tests",
700
+ "subject": "fix tests",
701
+ "merge": null,
702
+ "header": "chore(tests): fix tests",
703
+ "body": null,
704
+ "footer": null,
705
+ "notes": [],
706
+ "hash": "0124d3fb23af82fd8045371b8c6894add2ed9111",
707
+ "gitTags": "",
708
+ "committerDate": "2018-05-01 21:46:57 -0400",
709
+ "isTagged": true,
710
+ "tag": "@pie-lib/config-ui@5.1.6"
711
+ },
712
+ {
713
+ "type": "fix",
714
+ "scope": "NumberTextField",
715
+ "subject": "improve behavior of Component",
716
+ "merge": null,
717
+ "header": "fix(NumberTextField): improve behavior of Component",
718
+ "body": null,
719
+ "footer": null,
720
+ "notes": [],
721
+ "hash": "c587eeba2e916f74f594de7925a73dfd2196eb23",
722
+ "gitTags": "",
723
+ "committerDate": "2018-05-01 13:22:29 -0400",
724
+ "isTagged": true,
725
+ "tag": "@pie-lib/config-ui@5.1.5"
726
+ },
727
+ {
728
+ "type": "fix",
729
+ "scope": "dependencies",
730
+ "subject": "roll back material-ui",
731
+ "merge": null,
732
+ "header": "fix(dependencies): roll back material-ui",
733
+ "body": null,
734
+ "footer": null,
735
+ "notes": [],
736
+ "hash": "5167d1f55be278b8f58684aadeacb108794ec024",
737
+ "gitTags": "",
738
+ "committerDate": "2018-04-30 11:31:31 -0400",
739
+ "isTagged": true,
740
+ "tag": "@pie-lib/config-ui@5.1.3"
741
+ },
742
+ {
743
+ "type": "fix",
744
+ "scope": "dependencies",
745
+ "subject": "lock material-ui to 1.0.0-beta.44",
746
+ "merge": null,
747
+ "header": "fix(dependencies): lock material-ui to 1.0.0-beta.44",
748
+ "body": null,
749
+ "footer": null,
750
+ "notes": [],
751
+ "hash": "60df8e6e6147962cd6fae9bc81638c4c75c0c9e9",
752
+ "gitTags": "",
753
+ "committerDate": "2018-04-30 11:27:53 -0400",
754
+ "isTagged": true,
755
+ "tag": "@pie-lib/config-ui@5.1.2"
756
+ },
757
+ {
758
+ "type": "feat",
759
+ "scope": "choice-utils",
760
+ "subject": "add choiceUtils",
761
+ "merge": null,
762
+ "header": "feat(choice-utils): add choiceUtils",
763
+ "body": null,
764
+ "footer": null,
765
+ "notes": [],
766
+ "hash": "a7bb356115ed160f5fb4e1554ba12901b14b2eda",
767
+ "gitTags": "",
768
+ "committerDate": "2018-04-24 21:22:51 -0400",
769
+ "isTagged": true,
770
+ "tag": "@pie-lib/config-ui@5.1.0"
771
+ },
772
+ {
773
+ "type": "chore",
774
+ "scope": "lint",
775
+ "subject": "lint choice-configuration",
776
+ "merge": null,
777
+ "header": "chore(lint): lint choice-configuration",
778
+ "body": null,
779
+ "footer": null,
780
+ "notes": [],
781
+ "hash": "6aebd59de990921f12e26d23d48a9f64afd4b7ba",
782
+ "gitTags": "",
783
+ "committerDate": "2018-04-24 14:21:22 -0400",
784
+ "isTagged": true,
785
+ "tag": "@pie-lib/config-ui@5.0.0"
786
+ },
787
+ {
788
+ "type": "feat",
789
+ "scope": "choice-configurtion",
790
+ "subject": "remove value field",
791
+ "merge": null,
792
+ "header": "feat(choice-configurtion): remove value field",
793
+ "body": null,
794
+ "footer": "BREAKING CHANGE: `data.value` is no longer editable within this ui, clients must manage it themselves\"",
795
+ "notes": [
796
+ {
797
+ "title": "BREAKING CHANGE",
798
+ "text": "`data.value` is no longer editable within this ui, clients must manage it themselves\""
799
+ }
800
+ ],
801
+ "hash": "6408949431eda441dbf0961381ca94c196ebdc2a",
802
+ "gitTags": "",
803
+ "committerDate": "2018-04-24 14:13:13 -0400",
804
+ "isTagged": true,
805
+ "tag": "@pie-lib/config-ui@5.0.0"
806
+ },
807
+ {
808
+ "type": "fix",
809
+ "scope": "dependencies",
810
+ "subject": "version bump",
811
+ "merge": null,
812
+ "header": "fix(dependencies): version bump",
813
+ "body": null,
814
+ "footer": null,
815
+ "notes": [],
816
+ "hash": "dd82caf94c20800135c8baaf1e9f2a5f01e65776",
817
+ "gitTags": "",
818
+ "committerDate": "2018-04-24 09:43:35 -0400",
819
+ "isTagged": true,
820
+ "tag": "@pie-lib/config-ui@4.0.10"
821
+ },
822
+ {
823
+ "type": "fix",
824
+ "scope": "test",
825
+ "subject": "normalize tests",
826
+ "merge": null,
827
+ "header": "fix(test): normalize tests",
828
+ "body": null,
829
+ "footer": null,
830
+ "notes": [],
831
+ "hash": "b86b3d9bbe94b88a5c9b2473c26beec637e23672",
832
+ "gitTags": "",
833
+ "committerDate": "2018-04-19 22:25:09 -0400",
834
+ "isTagged": true,
835
+ "tag": "@pie-lib/config-ui@4.0.10"
836
+ },
837
+ {
838
+ "type": "chore",
839
+ "scope": "dependencies",
840
+ "subject": "bump prop-types",
841
+ "merge": null,
842
+ "header": "chore(dependencies): bump prop-types",
843
+ "body": null,
844
+ "footer": null,
845
+ "notes": [],
846
+ "hash": "8f8bba2944ff08aac93d5ade57bc2b706ae0e9fa",
847
+ "gitTags": "",
848
+ "committerDate": "2018-04-16 10:20:25 -0400",
849
+ "isTagged": true,
850
+ "tag": "@pie-lib/config-ui@3.0.0"
851
+ },
852
+ {
853
+ "type": "chore",
854
+ "scope": "demo",
855
+ "subject": "set mode to development",
856
+ "merge": null,
857
+ "header": "chore(demo): set mode to development",
858
+ "body": null,
859
+ "footer": null,
860
+ "notes": [],
861
+ "hash": "2f4fba9ddd8bd54d0224230b1014df6580820fc6",
862
+ "gitTags": "",
863
+ "committerDate": "2018-04-13 17:48:18 -0400",
864
+ "isTagged": true,
865
+ "tag": "@pie-lib/config-ui@3.0.0"
866
+ },
867
+ {
868
+ "type": "chore",
869
+ "scope": "test",
870
+ "subject": "update tests",
871
+ "merge": null,
872
+ "header": "chore(test): update tests",
873
+ "body": null,
874
+ "footer": null,
875
+ "notes": [],
876
+ "hash": "4e507376771d5cd3d3881be392353ea1dfd1def4",
877
+ "gitTags": "",
878
+ "committerDate": "2018-04-13 14:36:38 -0400",
879
+ "isTagged": true,
880
+ "tag": "@pie-lib/config-ui@3.0.0"
881
+ },
882
+ {
883
+ "type": "fix",
884
+ "scope": "dependencies",
885
+ "subject": "version bump react and libs",
886
+ "merge": null,
887
+ "header": "fix(dependencies): version bump react and libs",
888
+ "body": null,
889
+ "footer": "BREAKING CHANGE: MultiLangInput is removed",
890
+ "notes": [
891
+ {
892
+ "title": "BREAKING CHANGE",
893
+ "text": "MultiLangInput is removed"
894
+ }
895
+ ],
896
+ "hash": "6befebdd5e1994aef6e083e06940448c96cef388",
897
+ "gitTags": "",
898
+ "committerDate": "2018-04-13 13:36:18 -0400",
899
+ "isTagged": true,
900
+ "tag": "@pie-lib/config-ui@3.0.0"
901
+ },
902
+ {
903
+ "type": "chore",
904
+ "scope": "lint",
905
+ "subject": "lint fixes",
906
+ "merge": null,
907
+ "header": "chore(lint): lint fixes",
908
+ "body": null,
909
+ "footer": null,
910
+ "notes": [],
911
+ "hash": "ab68d505820a3917766bc39f07a34d288da87d83",
912
+ "gitTags": "",
913
+ "committerDate": "2018-03-28 08:30:59 -0700",
914
+ "isTagged": true,
915
+ "tag": "@pie-lib/config-ui@2.2.0"
916
+ },
917
+ {
918
+ "type": "feat",
919
+ "scope": "feedback-config",
920
+ "subject": " add optional 'allowPartial' prop to disable partial feedback controls",
921
+ "merge": null,
922
+ "header": "feat(feedback-config): add optional 'allowPartial' prop to disable partial feedback controls",
923
+ "body": null,
924
+ "footer": null,
925
+ "notes": [],
926
+ "hash": "eeaf3124f61c200a5cfbf82f29b9cfe61fe6d9bd",
927
+ "gitTags": "",
928
+ "committerDate": "2018-03-28 08:27:05 -0700",
929
+ "isTagged": true,
930
+ "tag": "@pie-lib/config-ui@2.2.0"
931
+ },
932
+ {
933
+ "type": "chore",
934
+ "scope": "import",
935
+ "subject": "tidy imports",
936
+ "merge": null,
937
+ "header": "chore(import): tidy imports",
938
+ "body": null,
939
+ "footer": null,
940
+ "notes": [],
941
+ "hash": "87fffadcfe7ac67ad5e7a4bfe883c802e56fae4e",
942
+ "gitTags": "",
943
+ "committerDate": "2018-03-26 09:37:57 -0700",
944
+ "isTagged": true,
945
+ "tag": "@pie-lib/config-ui@2.2.1"
946
+ },
947
+ {
948
+ "type": "fix",
949
+ "scope": "EditableHtml",
950
+ "subject": "wrap the Editor with a component that checks markup against value",
951
+ "merge": null,
952
+ "header": "fix(EditableHtml): wrap the Editor with a component that checks markup against value",
953
+ "body": null,
954
+ "footer": null,
955
+ "notes": [],
956
+ "hash": "57b7dda2234bd7f78756b44c6b4d5606d2f8d82a",
957
+ "gitTags": "",
958
+ "committerDate": "2018-03-20 12:12:59 -0400",
959
+ "isTagged": true,
960
+ "tag": "@pie-lib/config-ui@2.2.1"
961
+ },
962
+ {
963
+ "type": "chore",
964
+ "scope": null,
965
+ "subject": "update dependencies",
966
+ "merge": null,
967
+ "header": "chore: update dependencies",
968
+ "body": null,
969
+ "footer": null,
970
+ "notes": [],
971
+ "hash": "bbd1bfcabfaa85802df710b4a59c25ba8ff9fd51",
972
+ "gitTags": "",
973
+ "committerDate": "2018-03-06 13:31:35 -0500",
974
+ "isTagged": true,
975
+ "tag": "@pie-lib/config-ui@2.2.0"
976
+ },
977
+ {
978
+ "type": "chore",
979
+ "scope": null,
980
+ "subject": "polish",
981
+ "merge": null,
982
+ "header": "chore: polish",
983
+ "body": null,
984
+ "footer": null,
985
+ "notes": [],
986
+ "hash": "5e385c0246171062cfc4c87c3b7eb5496e34f709",
987
+ "gitTags": "",
988
+ "committerDate": "2019-03-22 16:20:26 +0000",
989
+ "isTagged": true,
990
+ "tag": "@pie-lib/config-ui@7.11.29"
991
+ },
992
+ {
993
+ "type": "fix",
994
+ "scope": "config-ui",
995
+ "subject": "Fixed tests for number-text-field.",
996
+ "merge": null,
997
+ "header": "fix(config-ui): Fixed tests for number-text-field.",
998
+ "body": null,
999
+ "footer": null,
1000
+ "notes": [],
1001
+ "hash": "71b86b7c3fa7482109822c842d7970d1f673e861",
1002
+ "gitTags": "",
1003
+ "committerDate": "2019-03-22 17:19:12 +0200",
1004
+ "isTagged": true,
1005
+ "tag": "@pie-lib/config-ui@7.11.29"
1006
+ },
1007
+ {
1008
+ "type": "fix",
1009
+ "scope": "config-ui",
1010
+ "subject": "number-text-field was not allowing user to type a number inside the input. Added min and max values, error message (to indicate than the entered value is not correct) as an option. This component will trigger props.onChange only when submitting the input (enter pressed) or when input it's blurred.",
1011
+ "merge": null,
1012
+ "header": "fix(config-ui): number-text-field was not allowing user to type a number inside the input. Added min and max values, error message (to indicate than the entered value is not correct) as an option. This component will trigger props.onChange only when submitting the input (enter pressed) or when input it's blurred.",
1013
+ "body": null,
1014
+ "footer": null,
1015
+ "notes": [],
1016
+ "hash": "2c34ea5b3da83f8f94481ecaab76539bc530b7fd",
1017
+ "gitTags": "",
1018
+ "committerDate": "2019-03-22 14:31:19 +0200",
1019
+ "isTagged": true,
1020
+ "tag": "@pie-lib/config-ui@7.11.29"
1021
+ },
1022
+ {
1023
+ "type": "fix",
1024
+ "scope": null,
1025
+ "subject": "bump version",
1026
+ "merge": null,
1027
+ "header": "fix: bump version",
1028
+ "body": null,
1029
+ "footer": null,
1030
+ "notes": [],
1031
+ "hash": "2bc9035a6420a36425cfc8776b4d5ee52c8c2cb2",
1032
+ "gitTags": "",
1033
+ "committerDate": "2019-04-12 23:12:47 +0100",
1034
+ "isTagged": true,
1035
+ "tag": "@pie-lib/config-ui@9.0.1"
1036
+ },
1037
+ {
1038
+ "type": "feat",
1039
+ "scope": null,
1040
+ "subject": "new config layout component",
1041
+ "merge": null,
1042
+ "header": "feat: new config layout component",
1043
+ "body": null,
1044
+ "footer": "BREAKING CHANGE: component is accessible as `import {layout} from\n'@pie-lib/config-ui'; const {ConfigLayout}=settings;`",
1045
+ "notes": [
1046
+ {
1047
+ "title": "BREAKING CHANGE",
1048
+ "text": "component is accessible as `import {layout} from\n'@pie-lib/config-ui'; const {ConfigLayout}=settings;`"
1049
+ }
1050
+ ],
1051
+ "hash": "452e8a95159cd32ec76d285670402b777b4cfe04",
1052
+ "gitTags": " (origin/develop, origin/HEAD)",
1053
+ "committerDate": "2019-04-12 22:06:18 +0100",
1054
+ "isTagged": true,
1055
+ "tag": "@pie-lib/config-ui@8.0.0"
1056
+ },
1057
+ {
1058
+ "type": "feat",
1059
+ "scope": null,
1060
+ "subject": "New component Settings panel for rendering the settings ui.",
1061
+ "merge": null,
1062
+ "header": "feat: New component Settings panel for rendering the settings ui.",
1063
+ "body": null,
1064
+ "footer": null,
1065
+ "notes": [],
1066
+ "hash": "7ce4741e05a58a1810b0d3c58583e2421f63ca36",
1067
+ "gitTags": "",
1068
+ "committerDate": "2019-04-12 20:52:03 +0100",
1069
+ "isTagged": true,
1070
+ "tag": "@pie-lib/config-ui@8.0.0"
1071
+ },
1072
+ {
1073
+ "type": "feat",
1074
+ "scope": null,
1075
+ "subject": "Added support to Settings Panel for updating configuration as well (not only model).",
1076
+ "merge": null,
1077
+ "header": "feat: Added support to Settings Panel for updating configuration as well (not only model).",
1078
+ "body": null,
1079
+ "footer": "BREAKING CHANGE: radio function used for settings panel expects 3 parameters and the second one is an array of choices.",
1080
+ "notes": [
1081
+ {
1082
+ "title": "BREAKING CHANGE",
1083
+ "text": "radio function used for settings panel expects 3 parameters and the second one is an array of choices."
1084
+ }
1085
+ ],
1086
+ "hash": "44e10d11857e0873a3ee304a863e2162a0fe8c30",
1087
+ "gitTags": "",
1088
+ "committerDate": "2019-04-24 10:03:41 +0300",
1089
+ "isTagged": true,
1090
+ "tag": "@pie-lib/config-ui@10.0.0"
1091
+ },
1092
+ {
1093
+ "type": "fix",
1094
+ "scope": null,
1095
+ "subject": "Fixed demo page after updating Settings Panel.",
1096
+ "merge": null,
1097
+ "header": "fix: Fixed demo page after updating Settings Panel.",
1098
+ "body": null,
1099
+ "footer": null,
1100
+ "notes": [],
1101
+ "hash": "158fac9a0d651a79d9121f5620c55deb7ca4afb6",
1102
+ "gitTags": "",
1103
+ "committerDate": "2019-04-24 11:56:28 +0300",
1104
+ "isTagged": true,
1105
+ "tag": "@pie-lib/config-ui@10.0.1"
1106
+ },
1107
+ {
1108
+ "type": "feat",
1109
+ "scope": "mask-markup",
1110
+ "subject": "merging with the develop branch",
1111
+ "merge": null,
1112
+ "header": "feat(mask-markup): merging with the develop branch",
1113
+ "body": null,
1114
+ "footer": null,
1115
+ "notes": [],
1116
+ "hash": "0153c1aba8a08ba6c974fcc69476a87b9086f6c5",
1117
+ "gitTags": " (develop)",
1118
+ "committerDate": "2019-05-02 07:12:59 +0300",
1119
+ "isTagged": true,
1120
+ "tag": "@pie-lib/config-ui@10.1.0"
1121
+ },
1122
+ {
1123
+ "type": "feat",
1124
+ "scope": null,
1125
+ "subject": "Added support for dropdown and number text fields in settings panel.",
1126
+ "merge": null,
1127
+ "header": "feat: Added support for dropdown and number text fields in settings panel.",
1128
+ "body": null,
1129
+ "footer": null,
1130
+ "notes": [],
1131
+ "hash": "db84ffb8040fef8c2d6f8259ffdfcc82c211ba84",
1132
+ "gitTags": "",
1133
+ "committerDate": "2019-05-17 20:53:06 +0300",
1134
+ "isTagged": true,
1135
+ "tag": "@pie-lib/config-ui@10.2.0"
1136
+ },
1137
+ {
1138
+ "type": "chore",
1139
+ "scope": "merge",
1140
+ "subject": "merged with develop",
1141
+ "merge": null,
1142
+ "header": "chore(merge): merged with develop",
1143
+ "body": null,
1144
+ "footer": null,
1145
+ "notes": [],
1146
+ "hash": "89ff9d89eb26b5afc82267c10f79af2894f4c2d5",
1147
+ "gitTags": " (origin/feat/response-area-plugin)",
1148
+ "committerDate": "2019-06-05 21:55:26 +0300",
1149
+ "isTagged": true,
1150
+ "tag": "@pie-lib/config-ui@10.2.2"
1151
+ },
1152
+ {
1153
+ "type": "chore",
1154
+ "scope": "merge",
1155
+ "subject": "merged with develop",
1156
+ "merge": null,
1157
+ "header": "chore(merge): merged with develop",
1158
+ "body": null,
1159
+ "footer": null,
1160
+ "notes": [],
1161
+ "hash": "e68506cf63b2a17973821bb0cfef40828faccd1f",
1162
+ "gitTags": "",
1163
+ "committerDate": "2019-05-21 06:26:54 +0300",
1164
+ "isTagged": true,
1165
+ "tag": "@pie-lib/config-ui@10.2.2"
1166
+ },
1167
+ {
1168
+ "type": "feat",
1169
+ "scope": "editable-html",
1170
+ "subject": "made some changes in order to publish packages with the editable-html bump",
1171
+ "merge": null,
1172
+ "header": "feat(editable-html): made some changes in order to publish packages with the editable-html bump",
1173
+ "body": null,
1174
+ "footer": null,
1175
+ "notes": [],
1176
+ "hash": "d049e3c2f2bd650ae5e94b84aa7dd3348ad682dc",
1177
+ "gitTags": "",
1178
+ "committerDate": "2019-06-05 23:01:55 +0300",
1179
+ "isTagged": true,
1180
+ "tag": "@pie-lib/config-ui@10.3.0"
1181
+ },
1182
+ {
1183
+ "type": "chore",
1184
+ "scope": "editable-html",
1185
+ "subject": "version bump",
1186
+ "merge": null,
1187
+ "header": "chore(editable-html): version bump",
1188
+ "body": null,
1189
+ "footer": null,
1190
+ "notes": [],
1191
+ "hash": "64d9b802b2df2f5bf96e21f6b8e12dd997416f4a",
1192
+ "gitTags": "",
1193
+ "committerDate": "2019-06-05 22:49:11 +0300",
1194
+ "isTagged": true,
1195
+ "tag": "@pie-lib/config-ui@10.3.0"
1196
+ },
1197
+ {
1198
+ "type": "chore",
1199
+ "scope": "merge",
1200
+ "subject": "merged with develop",
1201
+ "merge": null,
1202
+ "header": "chore(merge): merged with develop",
1203
+ "body": null,
1204
+ "footer": null,
1205
+ "notes": [],
1206
+ "hash": "03e233c8095db723b28db9db7d51c5b1572eb7a4",
1207
+ "gitTags": "",
1208
+ "committerDate": "2019-06-05 23:10:07 +0300",
1209
+ "isTagged": true,
1210
+ "tag": "@pie-lib/config-ui@10.3.0"
1211
+ },
1212
+ {
1213
+ "type": "chore",
1214
+ "scope": "merge",
1215
+ "subject": "merged with develop",
1216
+ "merge": null,
1217
+ "header": "chore(merge): merged with develop",
1218
+ "body": null,
1219
+ "footer": null,
1220
+ "notes": [],
1221
+ "hash": "ccf6553b1749984649f310ca22832fa411190035",
1222
+ "gitTags": "",
1223
+ "committerDate": "2019-06-05 23:27:16 +0300",
1224
+ "isTagged": true,
1225
+ "tag": "@pie-lib/config-ui@10.3.1"
1226
+ },
1227
+ {
1228
+ "type": "feat",
1229
+ "scope": null,
1230
+ "subject": "version bumps",
1231
+ "merge": null,
1232
+ "header": "feat: version bumps",
1233
+ "body": null,
1234
+ "footer": null,
1235
+ "notes": [],
1236
+ "hash": "23eb54f95e4b6480e2f8c5b336627a7f3bc2f428",
1237
+ "gitTags": "",
1238
+ "committerDate": "2019-06-10 15:24:32 +0100",
1239
+ "isTagged": true,
1240
+ "tag": "@pie-lib/config-ui@10.4.0"
1241
+ },
1242
+ {
1243
+ "type": "fix",
1244
+ "scope": null,
1245
+ "subject": "allow variant in NumberTextField",
1246
+ "merge": null,
1247
+ "header": "fix: allow variant in NumberTextField",
1248
+ "body": null,
1249
+ "footer": null,
1250
+ "notes": [],
1251
+ "hash": "cc2f4505b02637a92a5e11d956da680a4574128d",
1252
+ "gitTags": " (develop)",
1253
+ "committerDate": "2019-06-18 10:14:40 +0100",
1254
+ "isTagged": true,
1255
+ "tag": "@pie-lib/config-ui@10.4.2"
1256
+ },
1257
+ {
1258
+ "type": "fix",
1259
+ "scope": null,
1260
+ "subject": "fix variant name",
1261
+ "merge": null,
1262
+ "header": "fix: fix variant name",
1263
+ "body": null,
1264
+ "footer": null,
1265
+ "notes": [],
1266
+ "hash": "f383f64d8d556fbab805942dfa2b83bde7979834",
1267
+ "gitTags": " (origin/develop, origin/HEAD, develop)",
1268
+ "committerDate": "2019-06-20 09:23:59 +0100",
1269
+ "isTagged": true,
1270
+ "tag": "@pie-lib/config-ui@10.4.3"
1271
+ },
1272
+ {
1273
+ "type": "fix",
1274
+ "scope": null,
1275
+ "subject": "fix variant name",
1276
+ "merge": null,
1277
+ "header": "fix: fix variant name",
1278
+ "body": null,
1279
+ "footer": null,
1280
+ "notes": [],
1281
+ "hash": "f383f64d8d556fbab805942dfa2b83bde7979834",
1282
+ "gitTags": "",
1283
+ "committerDate": "2019-06-20 09:23:59 +0100",
1284
+ "isTagged": true,
1285
+ "tag": "@pie-lib/config-ui@10.4.3"
1286
+ },
1287
+ {
1288
+ "type": "feat",
1289
+ "scope": "version",
1290
+ "subject": "version bumped",
1291
+ "merge": null,
1292
+ "header": "feat(version): version bumped",
1293
+ "body": null,
1294
+ "footer": null,
1295
+ "notes": [],
1296
+ "hash": "e9f5678e48f49179ac961504d93efded379ddf05",
1297
+ "gitTags": "",
1298
+ "committerDate": "2019-06-20 21:58:54 -0400",
1299
+ "isTagged": true,
1300
+ "tag": "@pie-lib/config-ui@10.5.0"
1301
+ },
1302
+ {
1303
+ "type": "feat",
1304
+ "scope": "desgin",
1305
+ "subject": "added spacing before choices for ditb, fixed the config-ui design in order for it to work appropriately on bigger and smaller screens as well",
1306
+ "merge": null,
1307
+ "header": "feat(desgin): added spacing before choices for ditb, fixed the config-ui design in order for it to work appropriately on bigger and smaller screens as well",
1308
+ "body": null,
1309
+ "footer": null,
1310
+ "notes": [],
1311
+ "hash": "c5921c704e270a93abe54161b737bbaae1f9d2e3",
1312
+ "gitTags": "",
1313
+ "committerDate": "2019-06-20 21:54:12 -0400",
1314
+ "isTagged": true,
1315
+ "tag": "@pie-lib/config-ui@10.5.0"
1316
+ },
1317
+ {
1318
+ "type": "feat",
1319
+ "scope": null,
1320
+ "subject": "space w/ theme.spacing.unit",
1321
+ "merge": null,
1322
+ "header": "feat: space w/ theme.spacing.unit",
1323
+ "body": null,
1324
+ "footer": null,
1325
+ "notes": [],
1326
+ "hash": "ca80e3c9771df8ae9e8669b2937e40db2bd73018",
1327
+ "gitTags": " (origin/develop, origin/HEAD, develop)",
1328
+ "committerDate": "2019-06-24 10:44:30 +0100",
1329
+ "isTagged": true,
1330
+ "tag": "@pie-lib/config-ui@10.6.0"
1331
+ },
1332
+ {
1333
+ "type": "feat",
1334
+ "scope": null,
1335
+ "subject": "space w/ theme.spacing.unit",
1336
+ "merge": null,
1337
+ "header": "feat: space w/ theme.spacing.unit",
1338
+ "body": null,
1339
+ "footer": null,
1340
+ "notes": [],
1341
+ "hash": "ca80e3c9771df8ae9e8669b2937e40db2bd73018",
1342
+ "gitTags": "",
1343
+ "committerDate": "2019-06-24 10:44:30 +0100",
1344
+ "isTagged": true,
1345
+ "tag": "@pie-lib/config-ui@10.6.0"
1346
+ },
1347
+ {
1348
+ "type": "feat",
1349
+ "scope": "layout",
1350
+ "subject": "merged develop into master [ch2242]",
1351
+ "merge": null,
1352
+ "header": "feat(layout): merged develop into master [ch2242]",
1353
+ "body": null,
1354
+ "footer": null,
1355
+ "notes": [],
1356
+ "hash": "28f11ba7391c26e99a4fabaec388461b63c4a169",
1357
+ "gitTags": " (develop)",
1358
+ "committerDate": "2019-06-25 21:07:13 -0400",
1359
+ "isTagged": true,
1360
+ "tag": "@pie-lib/config-ui@10.7.0"
1361
+ },
1362
+ {
1363
+ "type": "feat",
1364
+ "scope": "layout",
1365
+ "subject": "made the changes requested for the settings tab [ch2242]",
1366
+ "merge": null,
1367
+ "header": "feat(layout): made the changes requested for the settings tab [ch2242]",
1368
+ "body": null,
1369
+ "footer": null,
1370
+ "notes": [],
1371
+ "hash": "7677dcae6fea1bbbc835716f70df274f983e7ff0",
1372
+ "gitTags": "",
1373
+ "committerDate": "2019-06-25 21:00:09 -0400",
1374
+ "isTagged": true,
1375
+ "tag": "@pie-lib/config-ui@10.7.0"
1376
+ },
1377
+ {
1378
+ "type": "feat",
1379
+ "scope": "layout",
1380
+ "subject": "made the changes requested for the settings tab [ch2242]",
1381
+ "merge": null,
1382
+ "header": "feat(layout): made the changes requested for the settings tab [ch2242]",
1383
+ "body": null,
1384
+ "footer": null,
1385
+ "notes": [],
1386
+ "hash": "7677dcae6fea1bbbc835716f70df274f983e7ff0",
1387
+ "gitTags": "",
1388
+ "committerDate": "2019-06-25 21:00:09 -0400",
1389
+ "isTagged": true,
1390
+ "tag": "@pie-lib/config-ui@10.7.0"
1391
+ },
1392
+ {
1393
+ "type": "chore",
1394
+ "scope": "version",
1395
+ "subject": "version bumped the elements that need update",
1396
+ "merge": null,
1397
+ "header": "chore(version): version bumped the elements that need update",
1398
+ "body": null,
1399
+ "footer": null,
1400
+ "notes": [],
1401
+ "hash": "17fe624e780cd3115987b6ceee3227103212ce70",
1402
+ "gitTags": "",
1403
+ "committerDate": "2019-07-02 12:48:43 -0400",
1404
+ "isTagged": true,
1405
+ "tag": "@pie-lib/config-ui@10.7.4"
1406
+ },
1407
+ {
1408
+ "type": "chore",
1409
+ "scope": "merge",
1410
+ "subject": "merged master into this branch",
1411
+ "merge": null,
1412
+ "header": "chore(merge): merged master into this branch",
1413
+ "body": null,
1414
+ "footer": null,
1415
+ "notes": [],
1416
+ "hash": "e7758d577c82c0f39a5bf44556792517cd1ea6b0",
1417
+ "gitTags": "",
1418
+ "committerDate": "2019-07-02 11:29:52 -0400",
1419
+ "isTagged": true,
1420
+ "tag": "@pie-lib/config-ui@10.7.4"
1421
+ },
1422
+ {
1423
+ "type": "chore",
1424
+ "scope": "editable-html",
1425
+ "subject": "version bumped the editor version",
1426
+ "merge": null,
1427
+ "header": "chore(editable-html): version bumped the editor version",
1428
+ "body": null,
1429
+ "footer": null,
1430
+ "notes": [],
1431
+ "hash": "ae5be2c531ca9196cafc8ac22c519b369bb50e8a",
1432
+ "gitTags": "",
1433
+ "committerDate": "2019-07-02 14:45:51 -0400",
1434
+ "isTagged": true,
1435
+ "tag": "@pie-lib/config-ui@10.7.5"
1436
+ },
1437
+ {
1438
+ "type": "chore",
1439
+ "scope": "version",
1440
+ "subject": "version bumped some elements that depend on editable-html",
1441
+ "merge": null,
1442
+ "header": "chore(version): version bumped some elements that depend on editable-html",
1443
+ "body": null,
1444
+ "footer": null,
1445
+ "notes": [],
1446
+ "hash": "1b472679a467a5a37b43a2935c093afb10eb7bb8",
1447
+ "gitTags": "",
1448
+ "committerDate": "2019-07-02 14:41:50 -0400",
1449
+ "isTagged": true,
1450
+ "tag": "@pie-lib/config-ui@10.7.5"
1451
+ },
1452
+ {
1453
+ "type": "fix",
1454
+ "scope": "settings",
1455
+ "subject": "made the design changes requested [ch2396]",
1456
+ "merge": null,
1457
+ "header": "fix(settings): made the design changes requested [ch2396]",
1458
+ "body": null,
1459
+ "footer": null,
1460
+ "notes": [],
1461
+ "hash": "8717ac60fe2260d9fa136acc2712baa02cca339b",
1462
+ "gitTags": "",
1463
+ "committerDate": "2019-07-07 15:15:42 -0400",
1464
+ "isTagged": true,
1465
+ "tag": "@pie-lib/config-ui@10.7.12"
1466
+ },
1467
+ {
1468
+ "type": "fix",
1469
+ "scope": null,
1470
+ "subject": "Design fix.",
1471
+ "merge": null,
1472
+ "header": "fix: Design fix.",
1473
+ "body": null,
1474
+ "footer": null,
1475
+ "notes": [],
1476
+ "hash": "26e4390fb869771aaf8268381336a5eb785e4ac8",
1477
+ "gitTags": " (origin/andreea/ch4224/from-ibx-ebsr-has-different-trash-cans-than)",
1478
+ "committerDate": "2019-09-26 15:51:36 +0300",
1479
+ "isTagged": true,
1480
+ "tag": "@pie-lib/config-ui@10.7.34"
1481
+ },
1482
+ {
1483
+ "type": "fix",
1484
+ "scope": null,
1485
+ "subject": "Design fix.",
1486
+ "merge": null,
1487
+ "header": "fix: Design fix.",
1488
+ "body": null,
1489
+ "footer": null,
1490
+ "notes": [],
1491
+ "hash": "26e4390fb869771aaf8268381336a5eb785e4ac8",
1492
+ "gitTags": "",
1493
+ "committerDate": "2019-09-26 15:51:36 +0300",
1494
+ "isTagged": true,
1495
+ "tag": "@pie-lib/config-ui@10.7.34"
1496
+ },
1497
+ {
1498
+ "type": "feat",
1499
+ "scope": "index",
1500
+ "subject": "updated file to publish new element",
1501
+ "merge": null,
1502
+ "header": "feat(index): updated file to publish new element",
1503
+ "body": null,
1504
+ "footer": null,
1505
+ "notes": [],
1506
+ "hash": "2dbed7613ec6e20bcac768c9676d886d8dc7ab73",
1507
+ "gitTags": "",
1508
+ "committerDate": "2020-03-23 09:08:55 +0200",
1509
+ "isTagged": true,
1510
+ "tag": "@pie-lib/config-ui@10.8.0"
1511
+ },
1512
+ {
1513
+ "type": "feat",
1514
+ "scope": "packaging",
1515
+ "subject": "updated to the latest version of render-ui",
1516
+ "merge": null,
1517
+ "header": "feat(packaging): updated to the latest version of render-ui",
1518
+ "body": null,
1519
+ "footer": null,
1520
+ "notes": [],
1521
+ "hash": "16ab637bdc52cda1798ebac033d3398bcb6eab5d",
1522
+ "gitTags": "",
1523
+ "committerDate": "2020-03-23 08:57:36 +0200",
1524
+ "isTagged": true,
1525
+ "tag": "@pie-lib/config-ui@10.8.0"
1526
+ },
1527
+ {
1528
+ "type": "fix",
1529
+ "scope": null,
1530
+ "subject": "bad import accessing lib",
1531
+ "merge": null,
1532
+ "header": "fix: bad import accessing lib",
1533
+ "body": null,
1534
+ "footer": null,
1535
+ "notes": [],
1536
+ "hash": "fa2dcfbf4b7b4071af3ae40a9085030876197fc3",
1537
+ "gitTags": "",
1538
+ "committerDate": "2020-03-30 13:30:58 +0100",
1539
+ "isTagged": true,
1540
+ "tag": "@pie-lib/config-ui@10.8.4"
1541
+ },
1542
+ {
1543
+ "type": "fix",
1544
+ "scope": null,
1545
+ "subject": "add module prop to package.json",
1546
+ "merge": null,
1547
+ "header": "fix: add module prop to package.json",
1548
+ "body": null,
1549
+ "footer": null,
1550
+ "notes": [],
1551
+ "hash": "0d7cd6d30eeacc8732add16152f9a4be69652e40",
1552
+ "gitTags": "",
1553
+ "committerDate": "2020-03-30 13:00:20 +0100",
1554
+ "isTagged": true,
1555
+ "tag": "@pie-lib/config-ui@10.8.4"
1556
+ },
1557
+ {
1558
+ "type": "fix",
1559
+ "scope": null,
1560
+ "subject": "correct export syntax",
1561
+ "merge": null,
1562
+ "header": "fix: correct export syntax",
1563
+ "body": null,
1564
+ "footer": null,
1565
+ "notes": [],
1566
+ "hash": "db7fcc0fa1bddf9fc2d304978941db04001ec0ab",
1567
+ "gitTags": "",
1568
+ "committerDate": "2020-03-30 22:30:10 +0100",
1569
+ "isTagged": true,
1570
+ "tag": "@pie-lib/config-ui@10.8.6"
1571
+ },
1572
+ {
1573
+ "type": "fix",
1574
+ "scope": "config-ui",
1575
+ "subject": "fix choices map null check - PD-879",
1576
+ "merge": null,
1577
+ "header": "fix(config-ui): fix choices map null check - PD-879",
1578
+ "body": null,
1579
+ "footer": null,
1580
+ "notes": [],
1581
+ "hash": "bc38e4e276261adb1649bd8a2e6ff3be276f7fe7",
1582
+ "gitTags": " (origin/fix/PD-879-fix-choices-map)",
1583
+ "committerDate": "2021-02-08 15:14:20 +0200",
1584
+ "isTagged": true,
1585
+ "tag": "@pie-lib/config-ui@10.8.46"
1586
+ },
1587
+ {
1588
+ "type": "fix",
1589
+ "scope": "config-ui",
1590
+ "subject": "update snapshots for tests",
1591
+ "merge": null,
1592
+ "header": "fix(config-ui): update snapshots for tests",
1593
+ "body": null,
1594
+ "footer": null,
1595
+ "notes": [],
1596
+ "hash": "869e30ca431f186b35f55b0c7e5a1419e494a0f2",
1597
+ "gitTags": " (origin/fix/hide-feedback-if-disabled)",
1598
+ "committerDate": "2021-02-04 17:04:37 +0200",
1599
+ "isTagged": true,
1600
+ "tag": "@pie-lib/config-ui@10.8.46"
1601
+ },
1602
+ {
1603
+ "type": "fix",
1604
+ "scope": "config-ui",
1605
+ "subject": "hide feddback for author if feedback is not enabled",
1606
+ "merge": null,
1607
+ "header": "fix(config-ui): hide feddback for author if feedback is not enabled",
1608
+ "body": null,
1609
+ "footer": null,
1610
+ "notes": [],
1611
+ "hash": "56718c4fb513f26a9feb7107f28e384aa9cc083e",
1612
+ "gitTags": "",
1613
+ "committerDate": "2021-02-04 16:58:00 +0200",
1614
+ "isTagged": true,
1615
+ "tag": "@pie-lib/config-ui@10.8.46"
1616
+ },
1617
+ {
1618
+ "type": "fix",
1619
+ "scope": null,
1620
+ "subject": "rename the 'Everything' math editor as the 'Miscellaneous' math editor",
1621
+ "merge": null,
1622
+ "header": "fix: rename the 'Everything' math editor as the 'Miscellaneous' math editor",
1623
+ "body": null,
1624
+ "footer": null,
1625
+ "notes": [],
1626
+ "hash": "6b5c0b3edbb6dc02ff802ea05c8b7de65e5e77f0",
1627
+ "gitTags": " (origin/fix/PD-870)",
1628
+ "committerDate": "2021-03-02 17:41:22 +0200",
1629
+ "isTagged": true,
1630
+ "tag": "@pie-lib/config-ui@10.8.53"
1631
+ },
1632
+ {
1633
+ "type": "fix",
1634
+ "scope": "config-ui",
1635
+ "subject": "set same font-size for labels in settings panel PD-269",
1636
+ "merge": null,
1637
+ "header": "fix(config-ui): set same font-size for labels in settings panel PD-269",
1638
+ "body": null,
1639
+ "footer": null,
1640
+ "notes": [],
1641
+ "hash": "21749a0e00de07a75c3ea3dd57cbe40e524d8258",
1642
+ "gitTags": " (origin/fix/font-size-label-settings-panel)",
1643
+ "committerDate": "2021-03-10 12:25:37 +0200",
1644
+ "isTagged": true,
1645
+ "tag": "@pie-lib/config-ui@10.8.54"
1646
+ },
1647
+ {
1648
+ "type": "feat",
1649
+ "scope": "config-ui",
1650
+ "subject": "remove audio and video buttons from choice configuration label for multiple-choice and ebsr PD-1180",
1651
+ "merge": null,
1652
+ "header": "feat(config-ui): remove audio and video buttons from choice configuration label for multiple-choice and ebsr PD-1180",
1653
+ "body": null,
1654
+ "footer": null,
1655
+ "notes": [],
1656
+ "hash": "5988b02c5b9647784544784a2de673aca58b5a17",
1657
+ "gitTags": " (origin/feat/PD-1180/choice-configuration-remove-audio-video-buttons)",
1658
+ "committerDate": "2021-06-03 13:47:40 +0300",
1659
+ "isTagged": true,
1660
+ "tag": "@pie-lib/config-ui@10.9.0"
1661
+ },
1662
+ {
1663
+ "type": "feat",
1664
+ "scope": "config-ui",
1665
+ "subject": "add checkboxes option for settings panel PD-483",
1666
+ "merge": null,
1667
+ "header": "feat(config-ui): add checkboxes option for settings panel PD-483",
1668
+ "body": null,
1669
+ "footer": null,
1670
+ "notes": [],
1671
+ "hash": "04200ad78ec09d7f0de8fa8632ad4b7a90c43ccd",
1672
+ "gitTags": "",
1673
+ "committerDate": "2021-06-08 12:59:21 +0300",
1674
+ "isTagged": true,
1675
+ "tag": "@pie-lib/config-ui@10.10.0"
1676
+ }
1677
+ ]