@blerp/design 1.0.89 → 1.0.90
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/dist/index.cjs.js +2 -1
- package/dist/index.esm.js +2 -1
- package/dist/index.umd.js +2 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -88544,7 +88544,8 @@ var BraintreeUI = function BraintreeUI(_ref) {
|
|
|
88544
88544
|
variant: "contained",
|
|
88545
88545
|
disabled: postalCode === "" ? true : false,
|
|
88546
88546
|
sx: {
|
|
88547
|
-
marginBottom: "15px"
|
|
88547
|
+
marginBottom: "15px",
|
|
88548
|
+
marginTop: "6px"
|
|
88548
88549
|
},
|
|
88549
88550
|
onClick: /*#__PURE__*/function () {
|
|
88550
88551
|
var _ref2 = _asyncToGenerator__default['default']( /*#__PURE__*/_regeneratorRuntime__default['default'].mark(function _callee(event) {
|
package/dist/index.esm.js
CHANGED
|
@@ -88475,7 +88475,8 @@ var BraintreeUI = function BraintreeUI(_ref) {
|
|
|
88475
88475
|
variant: "contained",
|
|
88476
88476
|
disabled: postalCode === "" ? true : false,
|
|
88477
88477
|
sx: {
|
|
88478
|
-
marginBottom: "15px"
|
|
88478
|
+
marginBottom: "15px",
|
|
88479
|
+
marginTop: "6px"
|
|
88479
88480
|
},
|
|
88480
88481
|
onClick: /*#__PURE__*/function () {
|
|
88481
88482
|
var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee(event) {
|
package/dist/index.umd.js
CHANGED
|
@@ -88496,7 +88496,8 @@
|
|
|
88496
88496
|
variant: "contained",
|
|
88497
88497
|
disabled: postalCode === "" ? true : false,
|
|
88498
88498
|
sx: {
|
|
88499
|
-
marginBottom: "15px"
|
|
88499
|
+
marginBottom: "15px",
|
|
88500
|
+
marginTop: "6px"
|
|
88500
88501
|
},
|
|
88501
88502
|
onClick: /*#__PURE__*/function () {
|
|
88502
88503
|
var _ref2 = _asyncToGenerator__default['default']( /*#__PURE__*/_regeneratorRuntime__default['default'].mark(function _callee(event) {
|