tamagui 1.74.11 → 1.74.12
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/views/Grid.js +62 -0
- package/dist/cjs/views/Grid.js.map +6 -0
- package/dist/cjs/views/Grid.native.js +63 -0
- package/dist/cjs/views/Grid.native.js.map +6 -0
- package/dist/esm/views/Grid.js +37 -0
- package/dist/esm/views/Grid.js.map +6 -0
- package/dist/esm/views/Grid.native.js +37 -0
- package/dist/esm/views/Grid.native.js.map +6 -0
- package/dist/jsx/views/Grid.js +28 -0
- package/dist/jsx/views/Grid.js.map +6 -0
- package/dist/jsx/views/Grid.native.js +28 -0
- package/dist/jsx/views/Grid.native.js.map +6 -0
- package/dist/native.js +47 -46
- package/dist/native.js.map +1 -1
- package/dist/test.native.js +5 -5
- package/dist/test.native.js.map +1 -1
- package/package.json +52 -52
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf, __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 __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
16
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
17
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
18
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
19
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
20
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: !0 }) : target,
|
|
21
|
+
mod
|
|
22
|
+
)), __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
|
|
23
|
+
var Grid_exports = {};
|
|
24
|
+
__export(Grid_exports, {
|
|
25
|
+
Grid: () => Grid
|
|
26
|
+
});
|
|
27
|
+
module.exports = __toCommonJS(Grid_exports);
|
|
28
|
+
var import_core = require("@tamagui/core"), import_stacks = require("@tamagui/stacks"), import_react = __toESM(require("react")), import_jsx_runtime = require("react/jsx-runtime");
|
|
29
|
+
function Grid({ children, columns, itemMinWidth = 200, gap }) {
|
|
30
|
+
if (import_core.isWeb)
|
|
31
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
32
|
+
"div",
|
|
33
|
+
{
|
|
34
|
+
style: {
|
|
35
|
+
gap,
|
|
36
|
+
display: "grid",
|
|
37
|
+
justifyContent: "stretch",
|
|
38
|
+
// gridTemplateRows: 'repeat(4, 1fr)',
|
|
39
|
+
gridTemplateColumns: `repeat( auto-fit, minmax(${itemMinWidth}px, 1fr) )`
|
|
40
|
+
// gridTemplateColumns: '1fr 1fr',
|
|
41
|
+
},
|
|
42
|
+
children
|
|
43
|
+
}
|
|
44
|
+
);
|
|
45
|
+
const childrenList = import_react.default.Children.toArray(children);
|
|
46
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_stacks.XStack, { alignItems: "center", justifyContent: "center", flexWrap: "wrap", children: childrenList.map((child, i) => child ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
47
|
+
import_stacks.XStack,
|
|
48
|
+
{
|
|
49
|
+
flex: 1,
|
|
50
|
+
minWidth: itemMinWidth,
|
|
51
|
+
marginRight: gap,
|
|
52
|
+
marginBottom: gap,
|
|
53
|
+
children: child
|
|
54
|
+
},
|
|
55
|
+
i
|
|
56
|
+
) : null) });
|
|
57
|
+
}
|
|
58
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
59
|
+
0 && (module.exports = {
|
|
60
|
+
Grid
|
|
61
|
+
});
|
|
62
|
+
//# sourceMappingURL=Grid.js.map
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/views/Grid.tsx"],
|
|
4
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAAsB,0BACtB,gBAAuB,4BACvB,eAAkB,2BAYZ;AAHC,SAAS,KAAK,EAAE,UAAU,SAAS,eAAe,KAAK,IAAI,GAAc;AAC9E,MAAI;AACF,WACE;AAAA,MAAC;AAAA;AAAA,QACC,OAAO;AAAA,UACL;AAAA,UACA,SAAS;AAAA,UACT,gBAAgB;AAAA;AAAA,UAEhB,qBAAqB,4BAA4B,YAAY;AAAA;AAAA,QAE/D;AAAA,QAEC;AAAA;AAAA,IACH;AAIJ,QAAM,eAAe,aAAAA,QAAM,SAAS,QAAQ,QAAQ;AAEpD,SACE,4CAAC,wBAAO,YAAW,UAAS,gBAAe,UAAS,UAAS,QAC1D,uBAAa,IAAI,CAAC,OAAO,MACnB,QAMH;AAAA,IAAC;AAAA;AAAA,MAEC,MAAM;AAAA,MACN,UAAU;AAAA,MACV,aAAa;AAAA,MACb,cAAc;AAAA,MAEb;AAAA;AAAA,IANI;AAAA,EAOP,IAbO,IAeV,GACH;AAEJ;",
|
|
5
|
+
"names": ["React"]
|
|
6
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf, __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: !0 });
|
|
10
|
+
}, __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from == "object" || typeof from == "function")
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
!__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
return to;
|
|
15
|
+
};
|
|
16
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
17
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
18
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
19
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
20
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
21
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: !0 }) : target,
|
|
22
|
+
mod
|
|
23
|
+
)), __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
|
|
24
|
+
var Grid_exports = {};
|
|
25
|
+
__export(Grid_exports, {
|
|
26
|
+
Grid: () => Grid
|
|
27
|
+
});
|
|
28
|
+
module.exports = __toCommonJS(Grid_exports);
|
|
29
|
+
var import_core = require("@tamagui/core"), import_stacks = require("@tamagui/stacks"), import_react = __toESM(require("react")), import_jsx_runtime = require("react/jsx-runtime");
|
|
30
|
+
function Grid({ children, columns, itemMinWidth = 200, gap }) {
|
|
31
|
+
if (import_core.isWeb)
|
|
32
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
33
|
+
"div",
|
|
34
|
+
{
|
|
35
|
+
style: {
|
|
36
|
+
gap,
|
|
37
|
+
display: "grid",
|
|
38
|
+
justifyContent: "stretch",
|
|
39
|
+
// gridTemplateRows: 'repeat(4, 1fr)',
|
|
40
|
+
gridTemplateColumns: `repeat( auto-fit, minmax(${itemMinWidth}px, 1fr) )`
|
|
41
|
+
// gridTemplateColumns: '1fr 1fr',
|
|
42
|
+
},
|
|
43
|
+
children
|
|
44
|
+
}
|
|
45
|
+
);
|
|
46
|
+
const childrenList = import_react.default.Children.toArray(children);
|
|
47
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_stacks.XStack, { alignItems: "center", justifyContent: "center", flexWrap: "wrap", children: childrenList.map((child, i) => child ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
48
|
+
import_stacks.XStack,
|
|
49
|
+
{
|
|
50
|
+
flex: 1,
|
|
51
|
+
minWidth: itemMinWidth,
|
|
52
|
+
marginRight: gap,
|
|
53
|
+
marginBottom: gap,
|
|
54
|
+
children: child
|
|
55
|
+
},
|
|
56
|
+
i
|
|
57
|
+
) : null) });
|
|
58
|
+
}
|
|
59
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
60
|
+
0 && (module.exports = {
|
|
61
|
+
Grid
|
|
62
|
+
});
|
|
63
|
+
//# sourceMappingURL=Grid.js.map
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/views/Grid.tsx"],
|
|
4
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAAsB,0BACtB,gBAAuB,4BACvB,eAAkB,2BAYZ;AAHC,SAAS,KAAK,EAAE,UAAU,SAAS,eAAe,KAAK,IAAI,GAAc;AAC9E,MAAI;AACF,WACE;AAAA,MAAC;AAAA;AAAA,QACC,OAAO;AAAA,UACL;AAAA,UACA,SAAS;AAAA,UACT,gBAAgB;AAAA;AAAA,UAEhB,qBAAqB,4BAA4B,YAAY;AAAA;AAAA,QAE/D;AAAA,QAEC;AAAA;AAAA,IACH;AAIJ,QAAM,eAAe,aAAAA,QAAM,SAAS,QAAQ,QAAQ;AAEpD,SACE,4CAAC,wBAAO,YAAW,UAAS,gBAAe,UAAS,UAAS,QAC1D,uBAAa,IAAI,CAAC,OAAO,MACnB,QAMH;AAAA,IAAC;AAAA;AAAA,MAEC,MAAM;AAAA,MACN,UAAU;AAAA,MACV,aAAa;AAAA,MACb,cAAc;AAAA,MAEb;AAAA;AAAA,IANI;AAAA,EAOP,IAbO,IAeV,GACH;AAEJ;",
|
|
5
|
+
"names": ["React"]
|
|
6
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { isWeb } from "@tamagui/core";
|
|
2
|
+
import { XStack } from "@tamagui/stacks";
|
|
3
|
+
import React from "react";
|
|
4
|
+
import { jsx } from "react/jsx-runtime";
|
|
5
|
+
function Grid({ children, columns, itemMinWidth = 200, gap }) {
|
|
6
|
+
if (isWeb)
|
|
7
|
+
return /* @__PURE__ */ jsx(
|
|
8
|
+
"div",
|
|
9
|
+
{
|
|
10
|
+
style: {
|
|
11
|
+
gap,
|
|
12
|
+
display: "grid",
|
|
13
|
+
justifyContent: "stretch",
|
|
14
|
+
// gridTemplateRows: 'repeat(4, 1fr)',
|
|
15
|
+
gridTemplateColumns: `repeat( auto-fit, minmax(${itemMinWidth}px, 1fr) )`
|
|
16
|
+
// gridTemplateColumns: '1fr 1fr',
|
|
17
|
+
},
|
|
18
|
+
children
|
|
19
|
+
}
|
|
20
|
+
);
|
|
21
|
+
const childrenList = React.Children.toArray(children);
|
|
22
|
+
return /* @__PURE__ */ jsx(XStack, { alignItems: "center", justifyContent: "center", flexWrap: "wrap", children: childrenList.map((child, i) => child ? /* @__PURE__ */ jsx(
|
|
23
|
+
XStack,
|
|
24
|
+
{
|
|
25
|
+
flex: 1,
|
|
26
|
+
minWidth: itemMinWidth,
|
|
27
|
+
marginRight: gap,
|
|
28
|
+
marginBottom: gap,
|
|
29
|
+
children: child
|
|
30
|
+
},
|
|
31
|
+
i
|
|
32
|
+
) : null) });
|
|
33
|
+
}
|
|
34
|
+
export {
|
|
35
|
+
Grid
|
|
36
|
+
};
|
|
37
|
+
//# sourceMappingURL=Grid.js.map
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/views/Grid.tsx"],
|
|
4
|
+
"mappings": "AAAA,SAAS,aAAa;AACtB,SAAS,cAAc;AACvB,OAAO,WAAW;AAYZ;AAHC,SAAS,KAAK,EAAE,UAAU,SAAS,eAAe,KAAK,IAAI,GAAc;AAC9E,MAAI;AACF,WACE;AAAA,MAAC;AAAA;AAAA,QACC,OAAO;AAAA,UACL;AAAA,UACA,SAAS;AAAA,UACT,gBAAgB;AAAA;AAAA,UAEhB,qBAAqB,4BAA4B,YAAY;AAAA;AAAA,QAE/D;AAAA,QAEC;AAAA;AAAA,IACH;AAIJ,QAAM,eAAe,MAAM,SAAS,QAAQ,QAAQ;AAEpD,SACE,oBAAC,UAAO,YAAW,UAAS,gBAAe,UAAS,UAAS,QAC1D,uBAAa,IAAI,CAAC,OAAO,MACnB,QAMH;AAAA,IAAC;AAAA;AAAA,MAEC,MAAM;AAAA,MACN,UAAU;AAAA,MACV,aAAa;AAAA,MACb,cAAc;AAAA,MAEb;AAAA;AAAA,IANI;AAAA,EAOP,IAbO,IAeV,GACH;AAEJ;",
|
|
5
|
+
"names": []
|
|
6
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { isWeb } from "@tamagui/core";
|
|
2
|
+
import { XStack } from "@tamagui/stacks";
|
|
3
|
+
import React from "react";
|
|
4
|
+
import { jsx } from "react/jsx-runtime";
|
|
5
|
+
function Grid({ children, columns, itemMinWidth = 200, gap }) {
|
|
6
|
+
if (isWeb)
|
|
7
|
+
return /* @__PURE__ */ jsx(
|
|
8
|
+
"div",
|
|
9
|
+
{
|
|
10
|
+
style: {
|
|
11
|
+
gap,
|
|
12
|
+
display: "grid",
|
|
13
|
+
justifyContent: "stretch",
|
|
14
|
+
// gridTemplateRows: 'repeat(4, 1fr)',
|
|
15
|
+
gridTemplateColumns: `repeat( auto-fit, minmax(${itemMinWidth}px, 1fr) )`
|
|
16
|
+
// gridTemplateColumns: '1fr 1fr',
|
|
17
|
+
},
|
|
18
|
+
children
|
|
19
|
+
}
|
|
20
|
+
);
|
|
21
|
+
const childrenList = React.Children.toArray(children);
|
|
22
|
+
return /* @__PURE__ */ jsx(XStack, { alignItems: "center", justifyContent: "center", flexWrap: "wrap", children: childrenList.map((child, i) => child ? /* @__PURE__ */ jsx(
|
|
23
|
+
XStack,
|
|
24
|
+
{
|
|
25
|
+
flex: 1,
|
|
26
|
+
minWidth: itemMinWidth,
|
|
27
|
+
marginRight: gap,
|
|
28
|
+
marginBottom: gap,
|
|
29
|
+
children: child
|
|
30
|
+
},
|
|
31
|
+
i
|
|
32
|
+
) : null) });
|
|
33
|
+
}
|
|
34
|
+
export {
|
|
35
|
+
Grid
|
|
36
|
+
};
|
|
37
|
+
//# sourceMappingURL=Grid.js.map
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/views/Grid.tsx"],
|
|
4
|
+
"mappings": "AAAA,SAAS,aAAa;AACtB,SAAS,cAAc;AACvB,OAAO,WAAW;AAYZ;AAHC,SAAS,KAAK,EAAE,UAAU,SAAS,eAAe,KAAK,IAAI,GAAc;AAC9E,MAAI;AACF,WACE;AAAA,MAAC;AAAA;AAAA,QACC,OAAO;AAAA,UACL;AAAA,UACA,SAAS;AAAA,UACT,gBAAgB;AAAA;AAAA,UAEhB,qBAAqB,4BAA4B,YAAY;AAAA;AAAA,QAE/D;AAAA,QAEC;AAAA;AAAA,IACH;AAIJ,QAAM,eAAe,MAAM,SAAS,QAAQ,QAAQ;AAEpD,SACE,oBAAC,UAAO,YAAW,UAAS,gBAAe,UAAS,UAAS,QAC1D,uBAAa,IAAI,CAAC,OAAO,MACnB,QAMH;AAAA,IAAC;AAAA;AAAA,MAEC,MAAM;AAAA,MACN,UAAU;AAAA,MACV,aAAa;AAAA,MACb,cAAc;AAAA,MAEb;AAAA;AAAA,IANI;AAAA,EAOP,IAbO,IAeV,GACH;AAEJ;",
|
|
5
|
+
"names": []
|
|
6
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { isWeb } from "@tamagui/core";
|
|
2
|
+
import { XStack } from "@tamagui/stacks";
|
|
3
|
+
import React from "react";
|
|
4
|
+
function Grid({ children, columns, itemMinWidth = 200, gap }) {
|
|
5
|
+
if (isWeb)
|
|
6
|
+
return <div
|
|
7
|
+
style={{
|
|
8
|
+
gap,
|
|
9
|
+
display: "grid",
|
|
10
|
+
justifyContent: "stretch",
|
|
11
|
+
// gridTemplateRows: 'repeat(4, 1fr)',
|
|
12
|
+
gridTemplateColumns: `repeat( auto-fit, minmax(${itemMinWidth}px, 1fr) )`
|
|
13
|
+
// gridTemplateColumns: '1fr 1fr',
|
|
14
|
+
}}
|
|
15
|
+
>{children}</div>;
|
|
16
|
+
const childrenList = React.Children.toArray(children);
|
|
17
|
+
return <XStack alignItems="center" justifyContent="center" flexWrap="wrap">{childrenList.map((child, i) => child ? <XStack
|
|
18
|
+
key={i}
|
|
19
|
+
flex={1}
|
|
20
|
+
minWidth={itemMinWidth}
|
|
21
|
+
marginRight={gap}
|
|
22
|
+
marginBottom={gap}
|
|
23
|
+
>{child}</XStack> : null)}</XStack>;
|
|
24
|
+
}
|
|
25
|
+
export {
|
|
26
|
+
Grid
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=Grid.js.map
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/views/Grid.tsx"],
|
|
4
|
+
"mappings": "AAAA,SAAS,aAAa;AACtB,SAAS,cAAc;AACvB,OAAO,WAAW;AASX,SAAS,KAAK,EAAE,UAAU,SAAS,eAAe,KAAK,IAAI,GAAc;AAC9E,MAAI;AACF,WACE,CAAC;AAAA,MACC,OAAO;AAAA,QACL;AAAA,QACA,SAAS;AAAA,QACT,gBAAgB;AAAA;AAAA,QAEhB,qBAAqB,4BAA4B,YAAY;AAAA;AAAA,MAE/D;AAAA,MAEC,SACH,EAXC;AAeL,QAAM,eAAe,MAAM,SAAS,QAAQ,QAAQ;AAEpD,SACE,CAAC,OAAO,WAAW,SAAS,eAAe,SAAS,SAAS,QAC1D,aAAa,IAAI,CAAC,OAAO,MACnB,QAMH,CAAC;AAAA,IACC,KAAK;AAAA,IACL,MAAM;AAAA,IACN,UAAU;AAAA,IACV,aAAa;AAAA,IACb,cAAc;AAAA,IAEb,MACH,EARC,UALM,IAeV,EACH,EAnBC;AAqBL;",
|
|
5
|
+
"names": []
|
|
6
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { isWeb } from "@tamagui/core";
|
|
2
|
+
import { XStack } from "@tamagui/stacks";
|
|
3
|
+
import React from "react";
|
|
4
|
+
function Grid({ children, columns, itemMinWidth = 200, gap }) {
|
|
5
|
+
if (isWeb)
|
|
6
|
+
return <div
|
|
7
|
+
style={{
|
|
8
|
+
gap,
|
|
9
|
+
display: "grid",
|
|
10
|
+
justifyContent: "stretch",
|
|
11
|
+
// gridTemplateRows: 'repeat(4, 1fr)',
|
|
12
|
+
gridTemplateColumns: `repeat( auto-fit, minmax(${itemMinWidth}px, 1fr) )`
|
|
13
|
+
// gridTemplateColumns: '1fr 1fr',
|
|
14
|
+
}}
|
|
15
|
+
>{children}</div>;
|
|
16
|
+
const childrenList = React.Children.toArray(children);
|
|
17
|
+
return <XStack alignItems="center" justifyContent="center" flexWrap="wrap">{childrenList.map((child, i) => child ? <XStack
|
|
18
|
+
key={i}
|
|
19
|
+
flex={1}
|
|
20
|
+
minWidth={itemMinWidth}
|
|
21
|
+
marginRight={gap}
|
|
22
|
+
marginBottom={gap}
|
|
23
|
+
>{child}</XStack> : null)}</XStack>;
|
|
24
|
+
}
|
|
25
|
+
export {
|
|
26
|
+
Grid
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=Grid.js.map
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/views/Grid.tsx"],
|
|
4
|
+
"mappings": "AAAA,SAAS,aAAa;AACtB,SAAS,cAAc;AACvB,OAAO,WAAW;AASX,SAAS,KAAK,EAAE,UAAU,SAAS,eAAe,KAAK,IAAI,GAAc;AAC9E,MAAI;AACF,WACE,CAAC;AAAA,MACC,OAAO;AAAA,QACL;AAAA,QACA,SAAS;AAAA,QACT,gBAAgB;AAAA;AAAA,QAEhB,qBAAqB,4BAA4B,YAAY;AAAA;AAAA,MAE/D;AAAA,MAEC,SACH,EAXC;AAeL,QAAM,eAAe,MAAM,SAAS,QAAQ,QAAQ;AAEpD,SACE,CAAC,OAAO,WAAW,SAAS,eAAe,SAAS,SAAS,QAC1D,aAAa,IAAI,CAAC,OAAO,MACnB,QAMH,CAAC;AAAA,IACC,KAAK;AAAA,IACL,MAAM;AAAA,IACN,UAAU;AAAA,IACV,aAAa;AAAA,IACb,cAAc;AAAA,IAEb,MACH,EARC,UALM,IAeV,EACH,EAnBC;AAqBL;",
|
|
5
|
+
"names": []
|
|
6
|
+
}
|