@tamagui/stacks 1.79.9 → 1.79.10
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/cjs/NestingContext.js +26 -0
- package/dist/cjs/NestingContext.js.map +6 -0
- package/dist/cjs/NestingContext.native.js +27 -0
- package/dist/cjs/NestingContext.native.js.map +6 -0
- package/dist/cjs/index.js +3 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/index.native.js +3 -1
- package/dist/cjs/index.native.js.map +1 -1
- package/dist/esm/NestingContext.js +6 -0
- package/dist/esm/NestingContext.js.map +6 -0
- package/dist/esm/NestingContext.native.js +6 -0
- package/dist/esm/NestingContext.native.js.map +6 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/index.native.js +1 -0
- package/dist/esm/index.native.js.map +1 -1
- package/dist/jsx/NestingContext.js +6 -0
- package/dist/jsx/NestingContext.js.map +6 -0
- package/dist/jsx/NestingContext.native.js +6 -0
- package/dist/jsx/NestingContext.native.js.map +6 -0
- package/dist/jsx/index.js +1 -0
- package/dist/jsx/index.js.map +1 -1
- package/dist/jsx/index.native.js +1 -0
- package/dist/jsx/index.native.js.map +1 -1
- package/package.json +4 -4
- package/src/NestingContext.tsx +3 -0
- package/src/index.ts +1 -0
- package/types/NestingContext.d.ts +3 -0
- package/types/NestingContext.d.ts.map +1 -0
- package/types/index.d.ts +1 -0
- package/types/index.d.ts.map +1 -1
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: !0 });
|
|
8
|
+
}, __copyProps = (to, from, except, desc) => {
|
|
9
|
+
if (from && typeof from == "object" || typeof from == "function")
|
|
10
|
+
for (let key of __getOwnPropNames(from))
|
|
11
|
+
!__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
|
|
15
|
+
var NestingContext_exports = {};
|
|
16
|
+
__export(NestingContext_exports, {
|
|
17
|
+
ButtonNestingContext: () => ButtonNestingContext
|
|
18
|
+
});
|
|
19
|
+
module.exports = __toCommonJS(NestingContext_exports);
|
|
20
|
+
var import_react = require("react");
|
|
21
|
+
const ButtonNestingContext = (0, import_react.createContext)(!1);
|
|
22
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
23
|
+
0 && (module.exports = {
|
|
24
|
+
ButtonNestingContext
|
|
25
|
+
});
|
|
26
|
+
//# sourceMappingURL=NestingContext.js.map
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: !0 });
|
|
9
|
+
}, __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from == "object" || typeof from == "function")
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
!__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
13
|
+
return to;
|
|
14
|
+
};
|
|
15
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
|
|
16
|
+
var NestingContext_exports = {};
|
|
17
|
+
__export(NestingContext_exports, {
|
|
18
|
+
ButtonNestingContext: () => ButtonNestingContext
|
|
19
|
+
});
|
|
20
|
+
module.exports = __toCommonJS(NestingContext_exports);
|
|
21
|
+
var import_react = require("react");
|
|
22
|
+
const ButtonNestingContext = (0, import_react.createContext)(!1);
|
|
23
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
24
|
+
0 && (module.exports = {
|
|
25
|
+
ButtonNestingContext
|
|
26
|
+
});
|
|
27
|
+
//# sourceMappingURL=NestingContext.js.map
|
package/dist/cjs/index.js
CHANGED
|
@@ -14,10 +14,12 @@ module.exports = __toCommonJS(src_exports);
|
|
|
14
14
|
__reExport(src_exports, require("./Stacks"), module.exports);
|
|
15
15
|
__reExport(src_exports, require("./SizableStack"), module.exports);
|
|
16
16
|
__reExport(src_exports, require("./ThemeableStack"), module.exports);
|
|
17
|
+
__reExport(src_exports, require("./NestingContext"), module.exports);
|
|
17
18
|
// Annotate the CommonJS export names for ESM import in node:
|
|
18
19
|
0 && (module.exports = {
|
|
19
20
|
...require("./Stacks"),
|
|
20
21
|
...require("./SizableStack"),
|
|
21
|
-
...require("./ThemeableStack")
|
|
22
|
+
...require("./ThemeableStack"),
|
|
23
|
+
...require("./NestingContext")
|
|
22
24
|
});
|
|
23
25
|
//# sourceMappingURL=index.js.map
|
package/dist/cjs/index.js.map
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/index.ts"],
|
|
4
|
-
"mappings": ";;;;;;;;;;;AAAA;AAAA;AAAA,wBAAc,qBAAd;AACA,wBAAc,2BADd;AAEA,wBAAc,6BAFd;",
|
|
4
|
+
"mappings": ";;;;;;;;;;;AAAA;AAAA;AAAA,wBAAc,qBAAd;AACA,wBAAc,2BADd;AAEA,wBAAc,6BAFd;AAGA,wBAAc,6BAHd;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|
package/dist/cjs/index.native.js
CHANGED
|
@@ -15,10 +15,12 @@ module.exports = __toCommonJS(src_exports);
|
|
|
15
15
|
__reExport(src_exports, require("./Stacks"), module.exports);
|
|
16
16
|
__reExport(src_exports, require("./SizableStack"), module.exports);
|
|
17
17
|
__reExport(src_exports, require("./ThemeableStack"), module.exports);
|
|
18
|
+
__reExport(src_exports, require("./NestingContext"), module.exports);
|
|
18
19
|
// Annotate the CommonJS export names for ESM import in node:
|
|
19
20
|
0 && (module.exports = {
|
|
20
21
|
...require("./Stacks"),
|
|
21
22
|
...require("./SizableStack"),
|
|
22
|
-
...require("./ThemeableStack")
|
|
23
|
+
...require("./ThemeableStack"),
|
|
24
|
+
...require("./NestingContext")
|
|
23
25
|
});
|
|
24
26
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/index.ts"],
|
|
4
|
-
"mappings": ";;;;;;;;;;;;AAAA;AAAA;AAAA,wBAAc,qBAAd;AACA,wBAAc,2BADd;AAEA,wBAAc,6BAFd;",
|
|
4
|
+
"mappings": ";;;;;;;;;;;;AAAA;AAAA;AAAA,wBAAc,qBAAd;AACA,wBAAc,2BADd;AAEA,wBAAc,6BAFd;AAGA,wBAAc,6BAHd;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|
package/dist/esm/index.js
CHANGED
package/dist/esm/index.js.map
CHANGED
package/dist/esm/index.native.js
CHANGED
package/dist/jsx/index.js
CHANGED
package/dist/jsx/index.js.map
CHANGED
package/dist/jsx/index.native.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/stacks",
|
|
3
|
-
"version": "1.79.
|
|
3
|
+
"version": "1.79.10",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -31,14 +31,14 @@
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@tamagui/core": "1.79.
|
|
34
|
+
"@tamagui/core": "1.79.10"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"react": "*"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@tamagui/build": "1.79.
|
|
41
|
-
"@tamagui/get-button-sized": "1.79.
|
|
40
|
+
"@tamagui/build": "1.79.10",
|
|
41
|
+
"@tamagui/get-button-sized": "1.79.10",
|
|
42
42
|
"react": "^18.2.0"
|
|
43
43
|
},
|
|
44
44
|
"publishConfig": {
|
package/src/index.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NestingContext.d.ts","sourceRoot":"","sources":["../src/NestingContext.tsx"],"names":[],"mappings":";AAEA,eAAO,MAAM,oBAAoB,kCAAuB,CAAA"}
|
package/types/index.d.ts
CHANGED
package/types/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA;AACxB,cAAc,gBAAgB,CAAA;AAC9B,cAAc,kBAAkB,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA;AACxB,cAAc,gBAAgB,CAAA;AAC9B,cAAc,kBAAkB,CAAA;AAChC,cAAc,kBAAkB,CAAA"}
|