@tamagui/shorthands 1.114.3 → 1.115.0
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.
|
@@ -3,15 +3,21 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
|
3
3
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
4
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
5
|
var __export = (target, all) => {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
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, {
|
|
13
|
+
get: () => from[key],
|
|
14
|
+
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
15
|
+
});
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
|
|
19
|
+
value: !0
|
|
20
|
+
}), mod);
|
|
15
21
|
var src_exports = {};
|
|
16
22
|
__export(src_exports, {
|
|
17
23
|
shorthands: () => shorthands
|
|
@@ -104,5 +110,4 @@ shorthands.bbs = "borderBottomStyle";
|
|
|
104
110
|
shorthands.bxs = "boxSizing";
|
|
105
111
|
shorthands.bxsh = "boxShadow";
|
|
106
112
|
shorthands.ox = "overflowX";
|
|
107
|
-
shorthands.oy = "overflowY";
|
|
108
|
-
//# sourceMappingURL=index.js.map
|
|
113
|
+
shorthands.oy = "overflowY";
|
|
@@ -3,15 +3,21 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
|
3
3
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
4
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
5
|
var __export = (target, all) => {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
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, {
|
|
13
|
+
get: () => from[key],
|
|
14
|
+
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
15
|
+
});
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
|
|
19
|
+
value: !0
|
|
20
|
+
}), mod);
|
|
15
21
|
var v2_exports = {};
|
|
16
22
|
__export(v2_exports, {
|
|
17
23
|
shorthands: () => shorthands
|
|
@@ -103,5 +109,4 @@ shorthands.bbs = "borderBottomStyle";
|
|
|
103
109
|
shorthands.bxs = "boxSizing";
|
|
104
110
|
shorthands.bxsh = "boxShadow";
|
|
105
111
|
shorthands.ox = "overflowX";
|
|
106
|
-
shorthands.oy = "overflowY";
|
|
107
|
-
//# sourceMappingURL=v2.js.map
|
|
112
|
+
shorthands.oy = "overflowY";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/shorthands",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.115.0",
|
|
4
4
|
"source": "src/index.ts",
|
|
5
5
|
"types": "./types/index.d.ts",
|
|
6
6
|
"main": "dist/cjs",
|
|
@@ -28,18 +28,19 @@
|
|
|
28
28
|
"react-native": "./dist/cjs/index.native.js",
|
|
29
29
|
"types": "./types/index.d.ts",
|
|
30
30
|
"import": "./dist/esm/index.mjs",
|
|
31
|
-
"require": "./dist/cjs/index.
|
|
31
|
+
"require": "./dist/cjs/index.cjs",
|
|
32
|
+
"default": "./dist/cjs/index.native.js"
|
|
32
33
|
},
|
|
33
34
|
"./v2": {
|
|
34
35
|
"react-native-import": "./dist/esm/v2.native.js",
|
|
35
36
|
"react-native": "./dist/cjs/v2.native.js",
|
|
36
37
|
"types": "./types/v2.d.ts",
|
|
37
38
|
"import": "./dist/esm/v2.mjs",
|
|
38
|
-
"require": "./dist/cjs/v2.
|
|
39
|
+
"require": "./dist/cjs/v2.cjs"
|
|
39
40
|
}
|
|
40
41
|
},
|
|
41
42
|
"devDependencies": {
|
|
42
|
-
"@tamagui/build": "1.
|
|
43
|
+
"@tamagui/build": "1.115.0"
|
|
43
44
|
},
|
|
44
45
|
"publishConfig": {
|
|
45
46
|
"access": "public"
|
|
File without changes
|
|
File without changes
|