fontdue-js 0.1.0-alpha15 → 0.1.0-alpha16

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.
@@ -104,12 +104,13 @@ const TestFontsFormBase = ({
104
104
  const eulaAgreementLabel = settings === null || settings === void 0 ? void 0 : settings.eulaAgreementLabel;
105
105
  const archiveUrl = (_viewer$testFonts = viewer.testFonts) === null || _viewer$testFonts === void 0 ? void 0 : _viewer$testFonts.archiveUrl;
106
106
  return /*#__PURE__*/_react.default.createElement("div", {
107
- className: "test-fonts__form"
107
+ className: "test-fonts"
108
108
  }, error && /*#__PURE__*/_react.default.createElement("div", {
109
109
  className: "test-fonts__errors"
110
110
  }, error), submitted ? /*#__PURE__*/_react.default.createElement(TestFontsDownloading, {
111
111
  archiveUrl: archiveUrl
112
112
  }) : /*#__PURE__*/_react.default.createElement("form", {
113
+ className: "test-fonts__form",
113
114
  onSubmit: handleSubmit
114
115
  }, /*#__PURE__*/_react.default.createElement("div", {
115
116
  className: "test-fonts__section"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fontdue-js",
3
- "version": "0.1.0-alpha15",
3
+ "version": "0.1.0-alpha16",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "build": "run-p build-js build-css build-ts-declarations",