@blerp/design 1.0.89 → 1.0.92
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 +3 -2
- package/dist/index.esm.js +3 -2
- package/dist/index.umd.js +3 -2
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -7505,7 +7505,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
|
|
|
7505
7505
|
id: "yellow-border"
|
|
7506
7506
|
}), /*#__PURE__*/React__default['default'].createElement(Box, {
|
|
7507
7507
|
sx: {
|
|
7508
|
-
backgroundColor: "
|
|
7508
|
+
backgroundColor: "transparent",
|
|
7509
7509
|
borderRadius: "12px",
|
|
7510
7510
|
width: "100%",
|
|
7511
7511
|
height: "100%",
|
|
@@ -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: "12px"
|
|
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
|
@@ -7436,7 +7436,7 @@ var PremiumCollectionCard = function PremiumCollectionCard(_ref) {
|
|
|
7436
7436
|
id: "yellow-border"
|
|
7437
7437
|
}), /*#__PURE__*/React__default.createElement(Box, {
|
|
7438
7438
|
sx: {
|
|
7439
|
-
backgroundColor: "
|
|
7439
|
+
backgroundColor: "transparent",
|
|
7440
7440
|
borderRadius: "12px",
|
|
7441
7441
|
width: "100%",
|
|
7442
7442
|
height: "100%",
|
|
@@ -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: "12px"
|
|
88479
88480
|
},
|
|
88480
88481
|
onClick: /*#__PURE__*/function () {
|
|
88481
88482
|
var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee(event) {
|
package/dist/index.umd.js
CHANGED
|
@@ -7457,7 +7457,7 @@
|
|
|
7457
7457
|
id: "yellow-border"
|
|
7458
7458
|
}), /*#__PURE__*/React__default['default'].createElement(Box, {
|
|
7459
7459
|
sx: {
|
|
7460
|
-
backgroundColor: "
|
|
7460
|
+
backgroundColor: "transparent",
|
|
7461
7461
|
borderRadius: "12px",
|
|
7462
7462
|
width: "100%",
|
|
7463
7463
|
height: "100%",
|
|
@@ -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: "12px"
|
|
88500
88501
|
},
|
|
88501
88502
|
onClick: /*#__PURE__*/function () {
|
|
88502
88503
|
var _ref2 = _asyncToGenerator__default['default']( /*#__PURE__*/_regeneratorRuntime__default['default'].mark(function _callee(event) {
|