@hanzogui/test-design-system 3.0.5 → 4.3.1

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.
Files changed (2) hide show
  1. package/dist/cjs/index.cjs +18 -16
  2. package/package.json +3 -3
@@ -3,20 +3,22 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
3
  var __getOwnPropNames = Object.getOwnPropertyNames;
4
4
  var __hasOwnProp = Object.prototype.hasOwnProperty;
5
5
  var __export = (target, all) => {
6
- for (var name in all) __defProp(target, name, {
7
- get: all[name],
8
- enumerable: !0
9
- });
10
- },
11
- __copyProps = (to, from, except, desc) => {
12
- if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
6
+ for (var name in all) __defProp(target, name, {
7
+ get: all[name],
8
+ enumerable: true
9
+ });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
13
14
  get: () => from[key],
14
15
  enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
15
16
  });
16
- return to;
17
- };
17
+ }
18
+ return to;
19
+ };
18
20
  var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
19
- value: !0
21
+ value: true
20
22
  }), mod);
21
23
  var index_exports = {};
22
24
  __export(index_exports, {
@@ -26,9 +28,9 @@ __export(index_exports, {
26
28
  module.exports = __toCommonJS(index_exports);
27
29
  var import_core = require("@hanzogui/core");
28
30
  const MyStack = (0, import_core.styled)(import_core.View, {
29
- backgroundColor: "green"
30
- }),
31
- MySizableText = (0, import_core.styled)(import_core.Text, {
32
- name: "MySizableText",
33
- backgroundColor: "green"
34
- });
31
+ backgroundColor: "green"
32
+ });
33
+ const MySizableText = (0, import_core.styled)(import_core.Text, {
34
+ name: "MySizableText",
35
+ backgroundColor: "green"
36
+ });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanzogui/test-design-system",
3
- "version": "3.0.5",
3
+ "version": "4.3.1",
4
4
  "source": "src/index.ts",
5
5
  "files": [],
6
6
  "sideEffects": [
@@ -19,9 +19,9 @@
19
19
  "clean:build": "hanzo-gui-build clean:build"
20
20
  },
21
21
  "dependencies": {
22
- "@hanzogui/core": "3.0.5"
22
+ "@hanzogui/core": "3.0.6"
23
23
  },
24
24
  "devDependencies": {
25
- "@hanzogui/build": "3.0.5"
25
+ "@hanzogui/build": "3.0.6"
26
26
  }
27
27
  }