@plastic-js/tsumiki 0.1.66 → 0.1.67

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.
@@ -282,7 +282,7 @@ var DatePicker = (props = {}) => {
282
282
  disabled: false,
283
283
  intent: "default",
284
284
  invalid: false,
285
- closeOnBackdrop: true
285
+ closeOnBackdrop: false
286
286
  }, props), [
287
287
  "value",
288
288
  "onValueChange",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plastic-js/tsumiki",
3
- "version": "0.1.66",
3
+ "version": "0.1.67",
4
4
  "description": "A UI component library for Plastic JS.",
5
5
  "license": "MIT",
6
6
  "author": "tigre",