@blerp/design 1.0.78 → 1.0.79

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 CHANGED
@@ -88394,7 +88394,7 @@ var BraintreeUI = function BraintreeUI(_ref) {
88394
88394
  country: country,
88395
88395
  setCountry: setCountry
88396
88396
  }), /*#__PURE__*/React__default['default'].createElement(DisabledContainer, {
88397
- disabled: postalCode.split("").length < 5
88397
+ disabled: postalCode.split("").length <= 1
88398
88398
  }, /*#__PURE__*/React__default['default'].createElement("div", {
88399
88399
  id: "dropin-container",
88400
88400
  style: {
package/dist/index.esm.js CHANGED
@@ -88326,7 +88326,7 @@ var BraintreeUI = function BraintreeUI(_ref) {
88326
88326
  country: country,
88327
88327
  setCountry: setCountry
88328
88328
  }), /*#__PURE__*/React__default.createElement(DisabledContainer, {
88329
- disabled: postalCode.split("").length < 5
88329
+ disabled: postalCode.split("").length <= 1
88330
88330
  }, /*#__PURE__*/React__default.createElement("div", {
88331
88331
  id: "dropin-container",
88332
88332
  style: {
package/dist/index.umd.js CHANGED
@@ -88347,7 +88347,7 @@
88347
88347
  country: country,
88348
88348
  setCountry: setCountry
88349
88349
  }), /*#__PURE__*/React__default['default'].createElement(DisabledContainer, {
88350
- disabled: postalCode.split("").length < 5
88350
+ disabled: postalCode.split("").length <= 1
88351
88351
  }, /*#__PURE__*/React__default['default'].createElement("div", {
88352
88352
  id: "dropin-container",
88353
88353
  style: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blerp/design",
3
- "version": "1.0.78",
3
+ "version": "1.0.79",
4
4
  "description": "Blerp UI",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {