@plastic-js/tsumiki 0.1.60 → 0.1.61

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,8 +282,8 @@ var Select = (props) => {
282
282
  isSelected,
283
283
  selectedItem,
284
284
  setValue,
285
- disabled: () => local.disabled ?? false,
286
- invalid: () => local.invalid ?? false,
285
+ disabled: () => read(local.disabled) ?? false,
286
+ invalid: () => read(local.invalid) ?? false,
287
287
  size: () => read(local.size),
288
288
  variant: () => read(local.variant),
289
289
  intent: () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plastic-js/tsumiki",
3
- "version": "0.1.60",
3
+ "version": "0.1.61",
4
4
  "description": "A UI component library for Plastic JS.",
5
5
  "license": "MIT",
6
6
  "author": "tigre",