tocco-devcon 1.0.6 → 1.0.7
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.
- package/changelog.md +15 -0
- package/dist/03371bf1d5cbb1eab58e3a0130d1e9c2.js +1 -1
- package/dist/0794fa2b9c882c72fa7d586069b61055.js +1 -1
- package/dist/0b923a43967ff893ec63b92dc4f19017.js +1 -1
- package/dist/11dc77ef2ea3a04834945a52f7de2072.js +1 -1
- package/dist/18cfa6de2de3832aa10439fbf963217a.js +1 -1
- package/dist/27ccb71fa24357a0919a861351d5b82d.js +1 -1
- package/dist/2b2fe1a34cdf81c656a47e493ca9d658.js +1 -1
- package/dist/3dcc18a5dee46b57ad7f85c0bee86802.js +1 -1
- package/dist/42b4ce6de00994aa6bf7db7ff2f931a8.js +1 -1
- package/dist/4860a6a7c59b9ed5c779f7201dc1f591.js +1 -1
- package/dist/55892adefebc0d53993fb108151ed150.js +1 -1
- package/dist/5a67fdd5293af0a35defd2574c05cd04.js +1 -1
- package/dist/63b15fb6fc8f897b22a4bf72b7e8452a.js +1 -1
- package/dist/6bb61adbbc13088ee1c32d88b5c7e754.js +1 -1
- package/dist/80a171b7595d1161735e23dec8efddd6.js +1 -1
- package/dist/964646d64dd3196a9c27fe302511414a.js +1 -1
- package/dist/97e72973d750ecb3bc2e75b75bf63c5b.js +1 -1
- package/dist/a98ead014d010899b35ee25c7c225542.js +1 -1
- package/dist/b7b7be8216519adf62d75f123f9c6423.js +1 -1
- package/dist/b8197742452dd2e77090dde34cb2dc4d.js +1 -1
- package/dist/c45445ab45defa960329c6f8e6224e57.js +1 -1
- package/dist/chunk-545.b8d281d99d5f2c43a249.js +1 -0
- package/dist/chunk-611.f8652b5d62e8ff98af69.js +13 -0
- package/dist/chunk-701.5b2987cbed1a7d89761f.js +13 -0
- package/dist/chunk-949.a56ceefc3a08398c7002.js +1 -0
- package/dist/chunk-code-editor.d37ac7b458875a8ba174.js +1 -0
- package/dist/chunk-vendor-fontawesome.0f9d990649daa381919b.js +7 -0
- package/dist/{chunk-vendor-libphonenumber-js.d1823895c9e1013739f8.js → chunk-vendor-libphonenumber-js.b49ed6ab8acf1ecd6b10.js} +1 -1
- package/dist/chunk-vendor-quill.dd35142b0d5803e16926.js +26 -0
- package/dist/e0e32c3798e8895695ce5b372a0c989f.js +1 -1
- package/dist/ee694c1bcbdc9439e50f816c39fd1023.js +1 -1
- package/dist/fd40b62490e412d27bc67e660aacae19.js +1 -1
- package/dist/index.js +9 -9
- package/package.json +2 -2
- package/dist/chunk-314.e86335551ef008332d0b.js +0 -1
- package/dist/chunk-333.6e2b4bd987bb0a389434.js +0 -1
- package/dist/chunk-696.6412df2b10fa072eaf80.js +0 -13
- package/dist/chunk-82.d8e2f9fc408d506ceb28.js +0 -13
- package/dist/chunk-code-editor.d24ffee05722047a1a7d.js +0 -1
- package/dist/chunk-vendor-fontawesome.511607848878b714a005.js +0 -7
- package/dist/chunk-vendor-quill.1bac87d1c8b147af7e6c.js +0 -26
package/changelog.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
1.0.7
|
|
2
|
+
- update react-tether dependency and change Menu.js to new method
|
|
3
|
+
- update react-dropzone dependancy
|
|
4
|
+
- harmonize error list spacing within forms
|
|
5
|
+
- fix ignored first input click
|
|
6
|
+
- update range values properly
|
|
7
|
+
- constrain tether to parent element to prevent z-index problems inside modal
|
|
8
|
+
- use bolt-lightning as bolt icon
|
|
9
|
+
- tql autocompletion now displays localized labels in suggestions
|
|
10
|
+
- add hasFixedWidth prop to harmonize spacing if necessary
|
|
11
|
+
- show from and to placeholders on ranges
|
|
12
|
+
- add calendar plus and minus icons
|
|
13
|
+
- add specific range icons for datetime
|
|
14
|
+
- fix date picker modal position
|
|
15
|
+
|
|
1
16
|
1.0.6
|
|
2
17
|
- ace editor works again in create forms
|
|
3
18
|
|