@khanacademy/wonder-blocks-form
Advanced tools
Comparing version 1.2.12 to 1.2.13
@@ -51,2 +51,3 @@ // @flow | ||
pressed, | ||
waiting: _, | ||
...sharedProps | ||
@@ -53,0 +54,0 @@ } = this.props; |
@@ -42,2 +42,3 @@ // @flow | ||
pressed, | ||
waiting: _, | ||
...sharedProps | ||
@@ -44,0 +45,0 @@ } = this.props; |
@@ -265,3 +265,4 @@ import { createElement, Fragment, Component, Children, cloneElement } from 'react'; | ||
pressed = _this$props.pressed, | ||
sharedProps = _objectWithoutProperties(_this$props, ["checked", "disabled", "error", "groupName", "id", "testId", "hovered", "focused", "pressed"]); | ||
_ = _this$props.waiting, | ||
sharedProps = _objectWithoutProperties(_this$props, ["checked", "disabled", "error", "groupName", "id", "testId", "hovered", "focused", "pressed", "waiting"]); | ||
@@ -442,3 +443,4 @@ var stateStyles = _generateStyles(checked, error); | ||
pressed = _this$props.pressed, | ||
sharedProps = _objectWithoutProperties(_this$props, ["checked", "disabled", "error", "groupName", "id", "testId", "hovered", "focused", "pressed"]); | ||
_ = _this$props.waiting, | ||
sharedProps = _objectWithoutProperties(_this$props, ["checked", "disabled", "error", "groupName", "id", "testId", "hovered", "focused", "pressed", "waiting"]); | ||
@@ -445,0 +447,0 @@ var stateStyles = _generateStyles$1(checked, error); |
{ | ||
"name": "@khanacademy/wonder-blocks-form", | ||
"version": "1.2.12", | ||
"version": "1.2.13", | ||
"design": "v1", | ||
@@ -32,3 +32,3 @@ "description": "Form components for Wonder Blocks.", | ||
}, | ||
"gitHead": "65c91a0dcf5f6f6e3b235d40bab721ddfdd4f5cf" | ||
"gitHead": "a0f4309b1f386713701c016d00e4b4c384e7d72a" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
3815
373268