pds-dev-kit-web-test 2.3.21 → 2.3.22

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.
@@ -36,8 +36,8 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
36
36
  }
37
37
  };
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
- var GoogleFontkit_1 = require("@sub/GoogleFontkit");
40
39
  var react_1 = require("react");
40
+ var GoogleFontkit_1 = require("@sub/GoogleFontkit");
41
41
  function SandollFontItem(_a) {
42
42
  var font = _a.font, children = _a.children;
43
43
  var _b = (0, react_1.useState)(false), isLoading = _b[0], setIsLoading = _b[1];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.3.21",
3
+ "version": "2.3.22",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",