tocco-devcon 1.0.6 → 1.0.9

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 (44) hide show
  1. package/changelog.md +22 -0
  2. package/dist/03371bf1d5cbb1eab58e3a0130d1e9c2.js +1 -1
  3. package/dist/0794fa2b9c882c72fa7d586069b61055.js +1 -1
  4. package/dist/0b923a43967ff893ec63b92dc4f19017.js +1 -1
  5. package/dist/11dc77ef2ea3a04834945a52f7de2072.js +1 -1
  6. package/dist/18cfa6de2de3832aa10439fbf963217a.js +1 -1
  7. package/dist/27ccb71fa24357a0919a861351d5b82d.js +1 -1
  8. package/dist/2b2fe1a34cdf81c656a47e493ca9d658.js +1 -1
  9. package/dist/3dcc18a5dee46b57ad7f85c0bee86802.js +1 -1
  10. package/dist/42b4ce6de00994aa6bf7db7ff2f931a8.js +1 -1
  11. package/dist/4860a6a7c59b9ed5c779f7201dc1f591.js +1 -1
  12. package/dist/55892adefebc0d53993fb108151ed150.js +1 -1
  13. package/dist/5a67fdd5293af0a35defd2574c05cd04.js +1 -1
  14. package/dist/63b15fb6fc8f897b22a4bf72b7e8452a.js +1 -1
  15. package/dist/6bb61adbbc13088ee1c32d88b5c7e754.js +1 -1
  16. package/dist/80a171b7595d1161735e23dec8efddd6.js +1 -1
  17. package/dist/964646d64dd3196a9c27fe302511414a.js +1 -1
  18. package/dist/97e72973d750ecb3bc2e75b75bf63c5b.js +1 -1
  19. package/dist/a98ead014d010899b35ee25c7c225542.js +1 -1
  20. package/dist/b7b7be8216519adf62d75f123f9c6423.js +1 -1
  21. package/dist/b8197742452dd2e77090dde34cb2dc4d.js +1 -1
  22. package/dist/c45445ab45defa960329c6f8e6224e57.js +1 -1
  23. package/dist/chunk-44.696f171ece8afbbce94f.js +1 -0
  24. package/dist/chunk-545.f7a68598c7cedd502ab0.js +1 -0
  25. package/dist/chunk-611.f8652b5d62e8ff98af69.js +13 -0
  26. package/dist/chunk-701.5b2987cbed1a7d89761f.js +13 -0
  27. package/dist/chunk-949.a56ceefc3a08398c7002.js +1 -0
  28. package/dist/chunk-code-editor.2ece51bacd2081494665.js +1 -0
  29. package/dist/chunk-vendor-fontawesome.0f9d990649daa381919b.js +7 -0
  30. package/dist/chunk-vendor-libphonenumber-js.ea8e91a330344f5ac9c7.js +1 -0
  31. package/dist/chunk-vendor-quill.d6f6f7c92cf0f0450029.js +21 -0
  32. package/dist/e0e32c3798e8895695ce5b372a0c989f.js +1 -1
  33. package/dist/ee694c1bcbdc9439e50f816c39fd1023.js +1 -1
  34. package/dist/fd40b62490e412d27bc67e660aacae19.js +1 -1
  35. package/dist/index.js +22 -9
  36. package/package.json +2 -2
  37. package/dist/chunk-314.e86335551ef008332d0b.js +0 -1
  38. package/dist/chunk-333.6e2b4bd987bb0a389434.js +0 -1
  39. package/dist/chunk-696.6412df2b10fa072eaf80.js +0 -13
  40. package/dist/chunk-82.d8e2f9fc408d506ceb28.js +0 -13
  41. package/dist/chunk-code-editor.d24ffee05722047a1a7d.js +0 -1
  42. package/dist/chunk-vendor-fontawesome.511607848878b714a005.js +0 -7
  43. package/dist/chunk-vendor-libphonenumber-js.d1823895c9e1013739f8.js +0 -1
  44. package/dist/chunk-vendor-quill.1bac87d1c8b147af7e6c.js +0 -26
package/changelog.md CHANGED
@@ -1,3 +1,25 @@
1
+ 1.0.9
2
+ - fix popper arrow positioning
3
+
4
+ 1.0.8
5
+ - do not reuse same tab for different reports
6
+ - attach tether to target to prevent coverage of input fields
7
+
8
+ 1.0.7
9
+ - update react-tether dependency and change Menu.js to new method
10
+ - update react-dropzone dependancy
11
+ - harmonize error list spacing within forms
12
+ - fix ignored first input click
13
+ - update range values properly
14
+ - constrain tether to parent element to prevent z-index problems inside modal
15
+ - use bolt-lightning as bolt icon
16
+ - tql autocompletion now displays localized labels in suggestions
17
+ - add hasFixedWidth prop to harmonize spacing if necessary
18
+ - show from and to placeholders on ranges
19
+ - add calendar plus and minus icons
20
+ - add specific range icons for datetime
21
+ - fix date picker modal position
22
+
1
23
  1.0.6
2
24
  - ace editor works again in create forms
3
25