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