tamagui 1.135.4-1761749240853 → 1.135.4-1761754084520
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/setup.cjs +1 -1
- package/dist/cjs/setup.js +1 -1
- package/dist/cjs/setup.native.js +1 -1
- package/dist/cjs/views/Input.cjs +1 -1
- package/dist/cjs/views/Input.js +1 -1
- package/dist/cjs/views/Input.js.map +1 -1
- package/dist/cjs/views/Input.native.js +1 -1
- package/dist/cjs/views/Spinner.cjs +1 -1
- package/dist/cjs/views/Spinner.js +1 -1
- package/dist/cjs/views/Spinner.js.map +1 -1
- package/dist/cjs/views/Spinner.native.js +1 -1
- package/dist/cjs/views/TextArea.cjs +1 -1
- package/dist/cjs/views/TextArea.js +1 -1
- package/dist/cjs/views/TextArea.js.map +1 -1
- package/dist/cjs/views/TextArea.native.js +1 -1
- package/dist/jsx/setup.native.js +1 -1
- package/dist/jsx/views/Input.native.js +1 -1
- package/dist/jsx/views/Spinner.native.js +1 -1
- package/dist/jsx/views/TextArea.native.js +1 -1
- package/package.json +55 -55
package/dist/cjs/setup.cjs
CHANGED
|
@@ -21,6 +21,6 @@ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
|
|
|
21
21
|
enumerable: !0
|
|
22
22
|
}) : target, mod));
|
|
23
23
|
var import_polyfill_dev = require("@tamagui/polyfill-dev"),
|
|
24
|
-
React = __toESM(require("react"));
|
|
24
|
+
React = __toESM(require("react"), 1);
|
|
25
25
|
globalThis.React ||= React;
|
|
26
26
|
typeof requestAnimationFrame > "u" && (globalThis.requestAnimationFrame = typeof setImmediate > "u" ? setTimeout : setImmediate);
|
package/dist/cjs/setup.js
CHANGED
|
@@ -17,7 +17,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
17
17
|
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: !0 }) : target,
|
|
18
18
|
mod
|
|
19
19
|
));
|
|
20
|
-
var import_polyfill_dev = require("@tamagui/polyfill-dev"), React = __toESM(require("react"));
|
|
20
|
+
var import_polyfill_dev = require("@tamagui/polyfill-dev"), React = __toESM(require("react"), 1);
|
|
21
21
|
globalThis.React ||= React;
|
|
22
22
|
typeof requestAnimationFrame > "u" && (globalThis.requestAnimationFrame = typeof setImmediate > "u" ? setTimeout : setImmediate);
|
|
23
23
|
//# sourceMappingURL=setup.js.map
|
package/dist/cjs/setup.native.js
CHANGED
|
@@ -23,7 +23,7 @@ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
|
|
|
23
23
|
enumerable: !0
|
|
24
24
|
}) : target, mod));
|
|
25
25
|
var import_polyfill_dev = require("@tamagui/polyfill-dev"),
|
|
26
|
-
React = __toESM(require("react")),
|
|
26
|
+
React = __toESM(require("react"), 1),
|
|
27
27
|
_globalThis,
|
|
28
28
|
_React;
|
|
29
29
|
(_globalThis = globalThis)[_React = "React"] || (_globalThis[_React] = React);
|
package/dist/cjs/views/Input.cjs
CHANGED
|
@@ -37,7 +37,7 @@ __export(Input_exports, {
|
|
|
37
37
|
useInputProps: () => useInputProps
|
|
38
38
|
});
|
|
39
39
|
module.exports = __toCommonJS(Input_exports);
|
|
40
|
-
var import_react = __toESM(require("react")),
|
|
40
|
+
var import_react = __toESM(require("react"), 1),
|
|
41
41
|
import_constants = require("@tamagui/constants"),
|
|
42
42
|
import_core = require("@tamagui/core"),
|
|
43
43
|
import_focusable = require("@tamagui/focusable"),
|
package/dist/cjs/views/Input.js
CHANGED
|
@@ -28,7 +28,7 @@ __export(Input_exports, {
|
|
|
28
28
|
useInputProps: () => useInputProps
|
|
29
29
|
});
|
|
30
30
|
module.exports = __toCommonJS(Input_exports);
|
|
31
|
-
var import_react = __toESM(require("react")), import_constants = require("@tamagui/constants"), import_core = require("@tamagui/core"), import_focusable = require("@tamagui/focusable"), import_react_native = require("react-native-web"), import_inputHelpers = require("../helpers/inputHelpers"), import_jsx_runtime = require("react/jsx-runtime");
|
|
31
|
+
var import_react = __toESM(require("react"), 1), import_constants = require("@tamagui/constants"), import_core = require("@tamagui/core"), import_focusable = require("@tamagui/focusable"), import_react_native = require("react-native-web"), import_inputHelpers = require("../helpers/inputHelpers"), import_jsx_runtime = require("react/jsx-runtime");
|
|
32
32
|
const defaultStyles = {
|
|
33
33
|
size: "$true",
|
|
34
34
|
fontFamily: "$body",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/views/Input.tsx"],
|
|
4
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAAkB,
|
|
4
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAAkB,8BAClB,mBAAsB,+BAEtB,cAAkD,0BAClD,mBAA6B,+BAC7B,sBAA0B,yBAE1B,sBAAiC,oCAwFxB;AAtFF,MAAM,gBAAgB;AAAA,EAC3B,MAAM;AAAA,EACN,YAAY;AAAA,EACZ,aAAa;AAAA,EACb,cAAc;AAAA,EACd,OAAO;AAAA,EAEP,GAAI,yBACA;AAAA,IACE,UAAU;AAAA,EACZ,IACA;AAAA,IACE,WAAW;AAAA,EACb;AAAA,EAEJ,aAAa;AAAA,EACb,iBAAiB;AAAA;AAAA,EAGjB,UAAU;AAAA,EAEV,YAAY;AAAA,IACV,aAAa;AAAA,EACf;AAAA,EAEA,YAAY;AAAA,IACV,aAAa;AAAA,EACf;AAAA,EAEA,mBAAmB;AAAA,IACjB,cAAc;AAAA,IACd,cAAc;AAAA,IACd,cAAc;AAAA,EAChB;AACF,GAEa,iBAAa;AAAA,EACxB;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IAEN,UAAU;AAAA,MACR,UAAU;AAAA,QACR,OAAO;AAAA,MACT;AAAA,MAEA,MAAM;AAAA,QACJ,WAAW;AAAA,MACb;AAAA,MAEA,UAAU;AAAA,QACR,MAAM,CAAC;AAAA,MACT;AAAA,IACF;AAAA,IAEA,iBAAiB;AAAA,MACf,UAAU,QAAQ,IAAI,qBAAqB;AAAA,IAC7C;AAAA,EACF;AAAA,EACA;AAAA,IACE,SAAS;AAAA,IAET,QAAQ;AAAA,MACN,sBAAsB;AAAA,MACtB,gBAAgB;AAAA,IAClB;AAAA,EACF;AACF,GAca,QAAQ,WAAW,UAA2B,CAAC,SAAS,iBAAiB;AACpF,QAAM,MAAM,aAAAA,QAAM,OAAc,IAAI,GAC9B,mBAAe,6BAAgB,cAAc,GAAG,GAChD,QAAQ,cAAc,SAAS,YAAY;AAEjD,SAAO,4CAAC,cAAY,GAAG,OAAO;AAChC,CAAC;AAEM,SAAS,cAAc,OAAmB,KAAU;AACzD,QAAM,YAAQ,sBAAS,GACjB,qBAAiB,+BAAa;AAAA,IAClC;AAAA,IACA;AAAA,IACA,SAAS;AAAA,EACX,CAAC,GAEK,uBAAuB,aAAAA,QAAM,QAAQ,MAAM;AAC/C,UAAM,uBAAuB,MAAM;AACnC,WACE,MAAM,oBAA2B,GAAG,IAAI,KACxC,wBACA,MAAM,kBAAkB,IAAI;AAAA,EAEhC,GAAG,CAAC,MAAM,sBAAsB,KAAK,CAAC;AAEtC,SAAO,aAAAA,QAAM;AAAA,IACX,OAAO;AAAA,MACL,KAAK,eAAe;AAAA,MACpB,UAAU,MAAM;AAAA,MAChB,GAAG;AAAA,MACH;AAAA,MACA,cAAc,eAAe;AAAA,IAC/B;AAAA,IACA;AAAA,MACE,eAAe;AAAA,MACf,eAAe;AAAA,MACf,MAAM;AAAA,MACN;AAAA,MACA;AAAA,IACF;AAAA,EACF;AACF;",
|
|
5
5
|
"names": ["React"]
|
|
6
6
|
}
|
|
@@ -40,7 +40,7 @@ __export(Input_exports, {
|
|
|
40
40
|
});
|
|
41
41
|
module.exports = __toCommonJS(Input_exports);
|
|
42
42
|
var import_jsx_runtime = require("react/jsx-runtime"),
|
|
43
|
-
import_react = __toESM(require("react")),
|
|
43
|
+
import_react = __toESM(require("react"), 1),
|
|
44
44
|
import_constants = require("@tamagui/constants"),
|
|
45
45
|
import_core = require("@tamagui/core"),
|
|
46
46
|
import_focusable = require("@tamagui/focusable"),
|
|
@@ -36,7 +36,7 @@ __export(Spinner_exports, {
|
|
|
36
36
|
module.exports = __toCommonJS(Spinner_exports);
|
|
37
37
|
var import_core = require("@tamagui/core"),
|
|
38
38
|
import_stacks = require("@tamagui/stacks"),
|
|
39
|
-
React = __toESM(require("react")),
|
|
39
|
+
React = __toESM(require("react"), 1),
|
|
40
40
|
import_react_native = require("react-native-web"),
|
|
41
41
|
import_jsx_runtime = require("react/jsx-runtime");
|
|
42
42
|
const Spinner = import_stacks.YStack.extractable((0, import_core.themeable)(React.forwardRef((props, ref) => {
|
|
@@ -25,7 +25,7 @@ __export(Spinner_exports, {
|
|
|
25
25
|
Spinner: () => Spinner
|
|
26
26
|
});
|
|
27
27
|
module.exports = __toCommonJS(Spinner_exports);
|
|
28
|
-
var import_core = require("@tamagui/core"), import_stacks = require("@tamagui/stacks"), React = __toESM(require("react")), import_react_native = require("react-native-web"), import_jsx_runtime = require("react/jsx-runtime");
|
|
28
|
+
var import_core = require("@tamagui/core"), import_stacks = require("@tamagui/stacks"), React = __toESM(require("react"), 1), import_react_native = require("react-native-web"), import_jsx_runtime = require("react/jsx-runtime");
|
|
29
29
|
const Spinner = import_stacks.YStack.extractable(
|
|
30
30
|
(0, import_core.themeable)(
|
|
31
31
|
React.forwardRef((props, ref) => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/views/Spinner.tsx"],
|
|
4
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AACA,kBAAsD,0BAEtD,gBAAuB,4BACvB,QAAuB,
|
|
4
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AACA,kBAAsD,0BAEtD,gBAAuB,4BACvB,QAAuB,8BACvB,sBAAkC,yBAoBxB;AAbH,MAAM,UAET,qBAAO;AAAA,MACT;AAAA,IACE,MAAM,WAA2B,CAAC,OAAqB,QAAQ;AAC7D,YAAM,EAAE,MAAM,OAAO,WAAW,GAAG,WAAW,IAAI,OAC5C,YAAQ,sBAAS;AACvB,UAAI,QAAQ;AACZ,aAAI,SAAS,MAAM,CAAC,MAAM,QACxB,YAAQ,8BAAiB,MAAM,KAAK,CAAC,IAGrC,4CAAC,wBAAO,KAAW,GAAG,YACpB,sDAAC,yCAAkB,MAAY,OAAc,GAC/C;AAAA,IAEJ,CAAC;AAAA,IACD;AAAA,MACE,eAAe;AAAA,IACjB;AAAA,EACF;AACF;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|
|
@@ -39,7 +39,7 @@ module.exports = __toCommonJS(Spinner_exports);
|
|
|
39
39
|
var import_jsx_runtime = require("react/jsx-runtime"),
|
|
40
40
|
import_core = require("@tamagui/core"),
|
|
41
41
|
import_stacks = require("@tamagui/stacks"),
|
|
42
|
-
React = __toESM(require("react")),
|
|
42
|
+
React = __toESM(require("react"), 1),
|
|
43
43
|
import_react_native = require("react-native"),
|
|
44
44
|
Spinner = import_stacks.YStack.extractable((0, import_core.themeable)(/* @__PURE__ */React.forwardRef(function (props, ref) {
|
|
45
45
|
var {
|
|
@@ -37,7 +37,7 @@ __export(TextArea_exports, {
|
|
|
37
37
|
module.exports = __toCommonJS(TextArea_exports);
|
|
38
38
|
var import_constants = require("@tamagui/constants"),
|
|
39
39
|
import_core = require("@tamagui/core"),
|
|
40
|
-
import_react = __toESM(require("react")),
|
|
40
|
+
import_react = __toESM(require("react"), 1),
|
|
41
41
|
import_inputHelpers = require("../helpers/inputHelpers.cjs"),
|
|
42
42
|
import_Input = require("./Input.cjs"),
|
|
43
43
|
import_jsx_runtime = require("react/jsx-runtime");
|
|
@@ -26,7 +26,7 @@ __export(TextArea_exports, {
|
|
|
26
26
|
TextAreaFrame: () => TextAreaFrame
|
|
27
27
|
});
|
|
28
28
|
module.exports = __toCommonJS(TextArea_exports);
|
|
29
|
-
var import_constants = require("@tamagui/constants"), import_core = require("@tamagui/core"), import_react = __toESM(require("react")), import_inputHelpers = require("../helpers/inputHelpers"), import_Input = require("./Input"), import_jsx_runtime = require("react/jsx-runtime");
|
|
29
|
+
var import_constants = require("@tamagui/constants"), import_core = require("@tamagui/core"), import_react = __toESM(require("react"), 1), import_inputHelpers = require("../helpers/inputHelpers"), import_Input = require("./Input"), import_jsx_runtime = require("react/jsx-runtime");
|
|
30
30
|
const TextAreaFrame = (0, import_core.styled)(import_Input.InputFrame, {
|
|
31
31
|
name: "TextArea",
|
|
32
32
|
multiline: !0,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/views/TextArea.tsx"],
|
|
4
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,uBAAsB,+BACtB,cAAwC,0BACxC,eAAkB,
|
|
4
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,uBAAsB,+BACtB,cAAwC,0BACxC,eAAkB,8BAClB,sBAAoC,oCAEpC,eAAyD,oBA8C9C;AAtCJ,MAAM,oBAAgB,oBAAO,yBAAY;AAAA,EAC9C,MAAM;AAAA,EACN,WAAW;AAAA;AAAA,EAEX,YAAY;AAAA,EAEZ,UAAU;AAAA,IACR,UAAU;AAAA,MACR,OAAO;AAAA,QACL,QAAQ;AAAA,QACR,GAAG;AAAA,MACL;AAAA,IACF;AAAA,IAEA,MAAM;AAAA,MACJ,WAAW;AAAA,IACb;AAAA,EACF;AAAA,EAEA,iBAAiB;AAAA,IACf,UAAU,QAAQ,IAAI,qBAAqB;AAAA,EAC7C;AACF,CAAC,GAIY,WAAW,cAAc;AAAA,EACpC,CAAC,SAAS,iBAAiB;AACzB,UAAM,MAAM,aAAAA,QAAM,OAAc,IAAI,GAC9B,mBAAe,6BAAgB,cAAc,GAAG,GAEhD,YAAQ,4BAAc,SAAS,YAAY,GAE3C,YAAY;AAAA;AAAA,MAEhB,CAAC,yBAAQ,SAAS,eAAe,GAAG,QAAQ,WAAW,SAAY;AAAA,IACrE;AAEA,WAAO,4CAAC,iBAAe,GAAG,WAAY,GAAG,OAAO;AAAA,EAClD;AACF;",
|
|
5
5
|
"names": ["React"]
|
|
6
6
|
}
|
|
@@ -40,7 +40,7 @@ module.exports = __toCommonJS(TextArea_exports);
|
|
|
40
40
|
var import_jsx_runtime = require("react/jsx-runtime"),
|
|
41
41
|
import_constants = require("@tamagui/constants"),
|
|
42
42
|
import_core = require("@tamagui/core"),
|
|
43
|
-
import_react = __toESM(require("react")),
|
|
43
|
+
import_react = __toESM(require("react"), 1),
|
|
44
44
|
import_inputHelpers = require("../helpers/inputHelpers.native.js"),
|
|
45
45
|
import_Input = require("./Input.native.js"),
|
|
46
46
|
TextAreaFrame = (0, import_core.styled)(import_Input.InputFrame, {
|
package/dist/jsx/setup.native.js
CHANGED
|
@@ -23,7 +23,7 @@ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
|
|
|
23
23
|
enumerable: !0
|
|
24
24
|
}) : target, mod));
|
|
25
25
|
var import_polyfill_dev = require("@tamagui/polyfill-dev"),
|
|
26
|
-
React = __toESM(require("react")),
|
|
26
|
+
React = __toESM(require("react"), 1),
|
|
27
27
|
_globalThis,
|
|
28
28
|
_React;
|
|
29
29
|
(_globalThis = globalThis)[_React = "React"] || (_globalThis[_React] = React);
|
|
@@ -40,7 +40,7 @@ __export(Input_exports, {
|
|
|
40
40
|
});
|
|
41
41
|
module.exports = __toCommonJS(Input_exports);
|
|
42
42
|
var import_jsx_runtime = require("react/jsx-runtime"),
|
|
43
|
-
import_react = __toESM(require("react")),
|
|
43
|
+
import_react = __toESM(require("react"), 1),
|
|
44
44
|
import_constants = require("@tamagui/constants"),
|
|
45
45
|
import_core = require("@tamagui/core"),
|
|
46
46
|
import_focusable = require("@tamagui/focusable"),
|
|
@@ -39,7 +39,7 @@ module.exports = __toCommonJS(Spinner_exports);
|
|
|
39
39
|
var import_jsx_runtime = require("react/jsx-runtime"),
|
|
40
40
|
import_core = require("@tamagui/core"),
|
|
41
41
|
import_stacks = require("@tamagui/stacks"),
|
|
42
|
-
React = __toESM(require("react")),
|
|
42
|
+
React = __toESM(require("react"), 1),
|
|
43
43
|
import_react_native = require("react-native"),
|
|
44
44
|
Spinner = import_stacks.YStack.extractable((0, import_core.themeable)(/* @__PURE__ */React.forwardRef(function (props, ref) {
|
|
45
45
|
var {
|
|
@@ -40,7 +40,7 @@ module.exports = __toCommonJS(TextArea_exports);
|
|
|
40
40
|
var import_jsx_runtime = require("react/jsx-runtime"),
|
|
41
41
|
import_constants = require("@tamagui/constants"),
|
|
42
42
|
import_core = require("@tamagui/core"),
|
|
43
|
-
import_react = __toESM(require("react")),
|
|
43
|
+
import_react = __toESM(require("react"), 1),
|
|
44
44
|
import_inputHelpers = require("../helpers/inputHelpers.native.js"),
|
|
45
45
|
import_Input = require("./Input.native.js"),
|
|
46
46
|
TextAreaFrame = (0, import_core.styled)(import_Input.InputFrame, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tamagui",
|
|
3
|
-
"version": "1.135.4-
|
|
3
|
+
"version": "1.135.4-1761754084520",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Style and UI for React (web and native) meet an optimizing compiler",
|
|
6
6
|
"removeSideEffects": true,
|
|
@@ -81,62 +81,62 @@
|
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
83
|
"dependencies": {
|
|
84
|
-
"@tamagui/accordion": "1.135.4-
|
|
85
|
-
"@tamagui/adapt": "1.135.4-
|
|
86
|
-
"@tamagui/alert-dialog": "1.135.4-
|
|
87
|
-
"@tamagui/animate-presence": "1.135.4-
|
|
88
|
-
"@tamagui/avatar": "1.135.4-
|
|
89
|
-
"@tamagui/button": "1.135.4-
|
|
90
|
-
"@tamagui/card": "1.135.4-
|
|
91
|
-
"@tamagui/checkbox": "1.135.4-
|
|
92
|
-
"@tamagui/compose-refs": "1.135.4-
|
|
93
|
-
"@tamagui/constants": "1.135.4-
|
|
94
|
-
"@tamagui/core": "1.135.4-
|
|
95
|
-
"@tamagui/create-context": "1.135.4-
|
|
96
|
-
"@tamagui/dialog": "1.135.4-
|
|
97
|
-
"@tamagui/elements": "1.135.4-
|
|
98
|
-
"@tamagui/fake-react-native": "1.135.4-
|
|
99
|
-
"@tamagui/focusable": "1.135.4-
|
|
100
|
-
"@tamagui/font-size": "1.135.4-
|
|
101
|
-
"@tamagui/form": "1.135.4-
|
|
102
|
-
"@tamagui/get-button-sized": "1.135.4-
|
|
103
|
-
"@tamagui/get-font-sized": "1.135.4-
|
|
104
|
-
"@tamagui/get-token": "1.135.4-
|
|
105
|
-
"@tamagui/group": "1.135.4-
|
|
106
|
-
"@tamagui/helpers-tamagui": "1.135.4-
|
|
107
|
-
"@tamagui/image": "1.135.4-
|
|
108
|
-
"@tamagui/label": "1.135.4-
|
|
109
|
-
"@tamagui/linear-gradient": "1.135.4-
|
|
110
|
-
"@tamagui/list-item": "1.135.4-
|
|
111
|
-
"@tamagui/polyfill-dev": "1.135.4-
|
|
112
|
-
"@tamagui/popover": "1.135.4-
|
|
113
|
-
"@tamagui/popper": "1.135.4-
|
|
114
|
-
"@tamagui/portal": "1.135.4-
|
|
115
|
-
"@tamagui/progress": "1.135.4-
|
|
116
|
-
"@tamagui/radio-group": "1.135.4-
|
|
117
|
-
"@tamagui/react-native-media-driver": "1.135.4-
|
|
118
|
-
"@tamagui/scroll-view": "1.135.4-
|
|
119
|
-
"@tamagui/select": "1.135.4-
|
|
120
|
-
"@tamagui/separator": "1.135.4-
|
|
121
|
-
"@tamagui/shapes": "1.135.4-
|
|
122
|
-
"@tamagui/sheet": "1.135.4-
|
|
123
|
-
"@tamagui/slider": "1.135.4-
|
|
124
|
-
"@tamagui/stacks": "1.135.4-
|
|
125
|
-
"@tamagui/switch": "1.135.4-
|
|
126
|
-
"@tamagui/tabs": "1.135.4-
|
|
127
|
-
"@tamagui/text": "1.135.4-
|
|
128
|
-
"@tamagui/theme": "1.135.4-
|
|
129
|
-
"@tamagui/toggle-group": "1.135.4-
|
|
130
|
-
"@tamagui/tooltip": "1.135.4-
|
|
131
|
-
"@tamagui/use-controllable-state": "1.135.4-
|
|
132
|
-
"@tamagui/use-debounce": "1.135.4-
|
|
133
|
-
"@tamagui/use-force-update": "1.135.4-
|
|
134
|
-
"@tamagui/use-window-dimensions": "1.135.4-
|
|
135
|
-
"@tamagui/visually-hidden": "1.135.4-
|
|
136
|
-
"@tamagui/z-index-stack": "1.135.4-
|
|
84
|
+
"@tamagui/accordion": "1.135.4-1761754084520",
|
|
85
|
+
"@tamagui/adapt": "1.135.4-1761754084520",
|
|
86
|
+
"@tamagui/alert-dialog": "1.135.4-1761754084520",
|
|
87
|
+
"@tamagui/animate-presence": "1.135.4-1761754084520",
|
|
88
|
+
"@tamagui/avatar": "1.135.4-1761754084520",
|
|
89
|
+
"@tamagui/button": "1.135.4-1761754084520",
|
|
90
|
+
"@tamagui/card": "1.135.4-1761754084520",
|
|
91
|
+
"@tamagui/checkbox": "1.135.4-1761754084520",
|
|
92
|
+
"@tamagui/compose-refs": "1.135.4-1761754084520",
|
|
93
|
+
"@tamagui/constants": "1.135.4-1761754084520",
|
|
94
|
+
"@tamagui/core": "1.135.4-1761754084520",
|
|
95
|
+
"@tamagui/create-context": "1.135.4-1761754084520",
|
|
96
|
+
"@tamagui/dialog": "1.135.4-1761754084520",
|
|
97
|
+
"@tamagui/elements": "1.135.4-1761754084520",
|
|
98
|
+
"@tamagui/fake-react-native": "1.135.4-1761754084520",
|
|
99
|
+
"@tamagui/focusable": "1.135.4-1761754084520",
|
|
100
|
+
"@tamagui/font-size": "1.135.4-1761754084520",
|
|
101
|
+
"@tamagui/form": "1.135.4-1761754084520",
|
|
102
|
+
"@tamagui/get-button-sized": "1.135.4-1761754084520",
|
|
103
|
+
"@tamagui/get-font-sized": "1.135.4-1761754084520",
|
|
104
|
+
"@tamagui/get-token": "1.135.4-1761754084520",
|
|
105
|
+
"@tamagui/group": "1.135.4-1761754084520",
|
|
106
|
+
"@tamagui/helpers-tamagui": "1.135.4-1761754084520",
|
|
107
|
+
"@tamagui/image": "1.135.4-1761754084520",
|
|
108
|
+
"@tamagui/label": "1.135.4-1761754084520",
|
|
109
|
+
"@tamagui/linear-gradient": "1.135.4-1761754084520",
|
|
110
|
+
"@tamagui/list-item": "1.135.4-1761754084520",
|
|
111
|
+
"@tamagui/polyfill-dev": "1.135.4-1761754084520",
|
|
112
|
+
"@tamagui/popover": "1.135.4-1761754084520",
|
|
113
|
+
"@tamagui/popper": "1.135.4-1761754084520",
|
|
114
|
+
"@tamagui/portal": "1.135.4-1761754084520",
|
|
115
|
+
"@tamagui/progress": "1.135.4-1761754084520",
|
|
116
|
+
"@tamagui/radio-group": "1.135.4-1761754084520",
|
|
117
|
+
"@tamagui/react-native-media-driver": "1.135.4-1761754084520",
|
|
118
|
+
"@tamagui/scroll-view": "1.135.4-1761754084520",
|
|
119
|
+
"@tamagui/select": "1.135.4-1761754084520",
|
|
120
|
+
"@tamagui/separator": "1.135.4-1761754084520",
|
|
121
|
+
"@tamagui/shapes": "1.135.4-1761754084520",
|
|
122
|
+
"@tamagui/sheet": "1.135.4-1761754084520",
|
|
123
|
+
"@tamagui/slider": "1.135.4-1761754084520",
|
|
124
|
+
"@tamagui/stacks": "1.135.4-1761754084520",
|
|
125
|
+
"@tamagui/switch": "1.135.4-1761754084520",
|
|
126
|
+
"@tamagui/tabs": "1.135.4-1761754084520",
|
|
127
|
+
"@tamagui/text": "1.135.4-1761754084520",
|
|
128
|
+
"@tamagui/theme": "1.135.4-1761754084520",
|
|
129
|
+
"@tamagui/toggle-group": "1.135.4-1761754084520",
|
|
130
|
+
"@tamagui/tooltip": "1.135.4-1761754084520",
|
|
131
|
+
"@tamagui/use-controllable-state": "1.135.4-1761754084520",
|
|
132
|
+
"@tamagui/use-debounce": "1.135.4-1761754084520",
|
|
133
|
+
"@tamagui/use-force-update": "1.135.4-1761754084520",
|
|
134
|
+
"@tamagui/use-window-dimensions": "1.135.4-1761754084520",
|
|
135
|
+
"@tamagui/visually-hidden": "1.135.4-1761754084520",
|
|
136
|
+
"@tamagui/z-index-stack": "1.135.4-1761754084520"
|
|
137
137
|
},
|
|
138
138
|
"devDependencies": {
|
|
139
|
-
"@tamagui/build": "1.135.4-
|
|
139
|
+
"@tamagui/build": "1.135.4-1761754084520",
|
|
140
140
|
"react": "*",
|
|
141
141
|
"react-native": "^0.79.2",
|
|
142
142
|
"react-native-web": "^0.20.0"
|