qstd 0.1.4 → 0.1.5
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/react/index.cjs +0 -2
- package/dist/react/index.js +0 -2
- package/package.json +1 -1
package/dist/react/index.cjs
CHANGED
|
@@ -40,8 +40,6 @@ function _interopNamespace(e) {
|
|
|
40
40
|
var React11__namespace = /*#__PURE__*/_interopNamespace(React11);
|
|
41
41
|
var mmb__namespace = /*#__PURE__*/_interopNamespace(mmb);
|
|
42
42
|
|
|
43
|
-
// src/react/index.ts
|
|
44
|
-
|
|
45
43
|
// styled-system/helpers.mjs
|
|
46
44
|
function isObject(value) {
|
|
47
45
|
return typeof value === "object" && value != null && !Array.isArray(value);
|
package/dist/react/index.js
CHANGED
|
@@ -16,8 +16,6 @@ import { fab } from '@fortawesome/free-brands-svg-icons';
|
|
|
16
16
|
import { fas } from '@fortawesome/free-solid-svg-icons';
|
|
17
17
|
import { useImmer } from 'use-immer';
|
|
18
18
|
|
|
19
|
-
// src/react/index.ts
|
|
20
|
-
|
|
21
19
|
// styled-system/helpers.mjs
|
|
22
20
|
function isObject(value) {
|
|
23
21
|
return typeof value === "object" && value != null && !Array.isArray(value);
|