@tamagui/stacks 1.130.4 → 1.130.6
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.
|
@@ -25,8 +25,8 @@ __export(SizableStack_exports, {
|
|
|
25
25
|
module.exports = __toCommonJS(SizableStack_exports);
|
|
26
26
|
var import_core = require("@tamagui/core"),
|
|
27
27
|
import_get_button_sized = require("@tamagui/get-button-sized"),
|
|
28
|
-
import_Stacks = require("./Stacks
|
|
29
|
-
import_variants = require("./variants
|
|
28
|
+
import_Stacks = require("./Stacks"),
|
|
29
|
+
import_variants = require("./variants");
|
|
30
30
|
const SizableStack = (0, import_core.styled)(import_Stacks.XStack, {
|
|
31
31
|
name: "SizableStack",
|
|
32
32
|
variants: {
|
package/dist/cjs/Stacks.cjs
CHANGED
|
@@ -27,7 +27,7 @@ __export(Stacks_exports, {
|
|
|
27
27
|
});
|
|
28
28
|
module.exports = __toCommonJS(Stacks_exports);
|
|
29
29
|
var import_core = require("@tamagui/core"),
|
|
30
|
-
import_getElevation = require("./getElevation
|
|
30
|
+
import_getElevation = require("./getElevation");
|
|
31
31
|
const fullscreenStyle = {
|
|
32
32
|
position: "absolute",
|
|
33
33
|
top: 0,
|
|
@@ -25,8 +25,8 @@ __export(ThemeableStack_exports, {
|
|
|
25
25
|
});
|
|
26
26
|
module.exports = __toCommonJS(ThemeableStack_exports);
|
|
27
27
|
var import_core = require("@tamagui/core"),
|
|
28
|
-
import_Stacks = require("./Stacks
|
|
29
|
-
import_variants = require("./variants
|
|
28
|
+
import_Stacks = require("./Stacks"),
|
|
29
|
+
import_variants = require("./variants");
|
|
30
30
|
const chromelessStyle = {
|
|
31
31
|
backgroundColor: "transparent",
|
|
32
32
|
borderColor: "transparent",
|
package/dist/cjs/index.cjs
CHANGED
|
@@ -15,7 +15,7 @@ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
|
|
|
15
15
|
}), mod);
|
|
16
16
|
var index_exports = {};
|
|
17
17
|
module.exports = __toCommonJS(index_exports);
|
|
18
|
-
__reExport(index_exports, require("./Stacks
|
|
19
|
-
__reExport(index_exports, require("./SizableStack
|
|
20
|
-
__reExport(index_exports, require("./ThemeableStack
|
|
21
|
-
__reExport(index_exports, require("./NestingContext
|
|
18
|
+
__reExport(index_exports, require("./Stacks"), module.exports);
|
|
19
|
+
__reExport(index_exports, require("./SizableStack"), module.exports);
|
|
20
|
+
__reExport(index_exports, require("./ThemeableStack"), module.exports);
|
|
21
|
+
__reExport(index_exports, require("./NestingContext"), module.exports);
|
package/dist/cjs/variants.cjs
CHANGED
|
@@ -30,7 +30,7 @@ __export(variants_exports, {
|
|
|
30
30
|
radiused: () => radiused
|
|
31
31
|
});
|
|
32
32
|
module.exports = __toCommonJS(variants_exports);
|
|
33
|
-
var import_getElevation = require("./getElevation
|
|
33
|
+
var import_getElevation = require("./getElevation");
|
|
34
34
|
const elevate = {
|
|
35
35
|
true: (_, extras) => (0, import_getElevation.getElevation)(extras.props.size, extras)
|
|
36
36
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/stacks",
|
|
3
|
-
"version": "1.130.
|
|
3
|
+
"version": "1.130.6",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@tamagui/core": "1.130.
|
|
39
|
+
"@tamagui/core": "1.130.6",
|
|
40
|
+
"@tamagui/get-button-sized": "1.130.6"
|
|
40
41
|
},
|
|
41
42
|
"devDependencies": {
|
|
42
|
-
"@tamagui/build": "1.130.
|
|
43
|
-
"@tamagui/get-button-sized": "1.130.4",
|
|
43
|
+
"@tamagui/build": "1.130.6",
|
|
44
44
|
"react": "*"
|
|
45
45
|
},
|
|
46
46
|
"publishConfig": {
|