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.
@@ -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);
@@ -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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qstd",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Standard Block component and utilities library with Panda CSS",
5
5
  "author": "malin1",
6
6
  "license": "MIT",