fontdue-js 0.1.0-alpha17 → 0.1.0-alpha18

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.
@@ -20,7 +20,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
20
20
  const StoreModalProductLicenseSelection = ({
21
21
  viewer
22
22
  }) => /*#__PURE__*/_react.default.createElement(_ContainerElement.default, null, {
23
- title: 'Select license options',
23
+ title: 'Select licenses',
24
24
  licenses: viewer.licenses && viewer.licenses.map(license => license && /*#__PURE__*/_react.default.createElement(_StoreModalProductLicense.default, {
25
25
  key: license.id,
26
26
  license: license
@@ -132,7 +132,9 @@ const StoreModalProductSummary = ({
132
132
  const hasSelection = anySkusSelected && licenseOptions.length > 0;
133
133
  return /*#__PURE__*/_react.default.createElement("div", {
134
134
  className: "store-modal__product-summary__container"
135
- }, hasSelection ? viewer.precart.subtotal ? /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, "Your selection", /*#__PURE__*/_react.default.createElement("div", {
135
+ }, hasSelection ? viewer.precart.subtotal ? /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement("span", {
136
+ className: "store-modal__product-summary__label"
137
+ }, "Your selection"), /*#__PURE__*/_react.default.createElement("div", {
136
138
  className: "store-modal__product-summary__selection-text"
137
139
  }, (0, _utils.pluralize)(countStyles(viewer), 'style'), ' for ', viewer.precart.subtotal.amount < stylesPrice && /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement("span", {
138
140
  className: "store-modal__product-summary__styles-price"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fontdue-js",
3
- "version": "0.1.0-alpha17",
3
+ "version": "0.1.0-alpha18",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "build": "run-p build-js build-css build-ts-declarations",