@blerp/design 1.0.88 → 1.0.89
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
|
@@ -88447,6 +88447,7 @@ var QuadernoTaxCalc = function QuadernoTaxCalc(_ref) {
|
|
|
88447
88447
|
sx: {
|
|
88448
88448
|
backgroundColor: "white.override",
|
|
88449
88449
|
width: "150px",
|
|
88450
|
+
margin: "12px 16px",
|
|
88450
88451
|
"& label": {
|
|
88451
88452
|
position: "absolute"
|
|
88452
88453
|
}
|
|
@@ -88514,7 +88515,7 @@ var BraintreeUI = function BraintreeUI(_ref) {
|
|
|
88514
88515
|
alignSelf: "start",
|
|
88515
88516
|
fontSize: "20px",
|
|
88516
88517
|
width: "90%",
|
|
88517
|
-
margin: "
|
|
88518
|
+
margin: "20px 12px 12px"
|
|
88518
88519
|
}, "Billing Address"), /*#__PURE__*/React__default['default'].createElement(QuadernoTaxCalc, {
|
|
88519
88520
|
amount: price,
|
|
88520
88521
|
setTotal: setTotal,
|
package/dist/index.esm.js
CHANGED
|
@@ -88378,6 +88378,7 @@ var QuadernoTaxCalc = function QuadernoTaxCalc(_ref) {
|
|
|
88378
88378
|
sx: {
|
|
88379
88379
|
backgroundColor: "white.override",
|
|
88380
88380
|
width: "150px",
|
|
88381
|
+
margin: "12px 16px",
|
|
88381
88382
|
"& label": {
|
|
88382
88383
|
position: "absolute"
|
|
88383
88384
|
}
|
|
@@ -88445,7 +88446,7 @@ var BraintreeUI = function BraintreeUI(_ref) {
|
|
|
88445
88446
|
alignSelf: "start",
|
|
88446
88447
|
fontSize: "20px",
|
|
88447
88448
|
width: "90%",
|
|
88448
|
-
margin: "
|
|
88449
|
+
margin: "20px 12px 12px"
|
|
88449
88450
|
}, "Billing Address"), /*#__PURE__*/React__default.createElement(QuadernoTaxCalc, {
|
|
88450
88451
|
amount: price,
|
|
88451
88452
|
setTotal: setTotal,
|
package/dist/index.umd.js
CHANGED
|
@@ -88399,6 +88399,7 @@
|
|
|
88399
88399
|
sx: {
|
|
88400
88400
|
backgroundColor: "white.override",
|
|
88401
88401
|
width: "150px",
|
|
88402
|
+
margin: "12px 16px",
|
|
88402
88403
|
"& label": {
|
|
88403
88404
|
position: "absolute"
|
|
88404
88405
|
}
|
|
@@ -88466,7 +88467,7 @@
|
|
|
88466
88467
|
alignSelf: "start",
|
|
88467
88468
|
fontSize: "20px",
|
|
88468
88469
|
width: "90%",
|
|
88469
|
-
margin: "
|
|
88470
|
+
margin: "20px 12px 12px"
|
|
88470
88471
|
}, "Billing Address"), /*#__PURE__*/React__default['default'].createElement(QuadernoTaxCalc, {
|
|
88471
88472
|
amount: price,
|
|
88472
88473
|
setTotal: setTotal,
|