@tamagui/scroll-view 1.15.23 → 1.15.25

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/scroll-view",
3
- "version": "1.15.23",
3
+ "version": "1.15.25",
4
4
  "sideEffects": [
5
5
  "*.css"
6
6
  ],
@@ -29,14 +29,14 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@tamagui/stacks": "1.15.23",
33
- "@tamagui/web": "1.15.23"
32
+ "@tamagui/stacks": "1.15.25",
33
+ "@tamagui/web": "1.15.25"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "react": "*"
37
37
  },
38
38
  "devDependencies": {
39
- "@tamagui/build": "1.15.23",
39
+ "@tamagui/build": "1.15.25",
40
40
  "react": "^18.2.0"
41
41
  },
42
42
  "publishConfig": {
@@ -1,54 +0,0 @@
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: true });
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var Separator_exports = {};
20
- __export(Separator_exports, {
21
- Separator: () => Separator
22
- });
23
- module.exports = __toCommonJS(Separator_exports);
24
- var import_core = require("@tamagui/core");
25
- const Separator = (0, import_core.styled)(import_core.Stack, {
26
- name: "Separator",
27
- borderColor: "$borderColor",
28
- flexShrink: 0,
29
- borderWidth: 0,
30
- flex: 1,
31
- height: 0,
32
- maxHeight: 0,
33
- borderBottomWidth: 1,
34
- y: -0.5,
35
- variants: {
36
- vertical: {
37
- true: {
38
- y: 0,
39
- x: -0.5,
40
- height: import_core.isWeb ? "initial" : "auto",
41
- maxHeight: import_core.isWeb ? "initial" : "auto",
42
- width: 0,
43
- maxWidth: 0,
44
- borderBottomWidth: 0,
45
- borderRightWidth: 1
46
- }
47
- }
48
- }
49
- });
50
- // Annotate the CommonJS export names for ESM import in node:
51
- 0 && (module.exports = {
52
- Separator
53
- });
54
- //# sourceMappingURL=Separator.js.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/Separator.tsx"],
4
- "sourcesContent": ["import { Stack, isWeb, styled } from '@tamagui/core'\n\nexport const Separator = styled(Stack, {\n name: 'Separator',\n borderColor: '$borderColor',\n flexShrink: 0,\n borderWidth: 0,\n flex: 1,\n height: 0,\n maxHeight: 0,\n borderBottomWidth: 1,\n y: -0.5,\n\n variants: {\n vertical: {\n true: {\n y: 0,\n x: -0.5,\n height: isWeb ? 'initial' : 'auto',\n // maxHeight auto WILL BE passed to style attribute, but for some reason not used?\n // almost seems like a react or browser bug, but for now `initial` works\n // also, it doesn't happen for `height`, but for consistency using the same values\n maxHeight: isWeb ? 'initial' : 'auto',\n width: 0,\n maxWidth: 0,\n borderBottomWidth: 0,\n borderRightWidth: 1,\n },\n },\n } as const,\n})\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAAqC;AAE9B,MAAM,gBAAY,oBAAO,mBAAO;AAAA,EACrC,MAAM;AAAA,EACN,aAAa;AAAA,EACb,YAAY;AAAA,EACZ,aAAa;AAAA,EACb,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,WAAW;AAAA,EACX,mBAAmB;AAAA,EACnB,GAAG;AAAA,EAEH,UAAU;AAAA,IACR,UAAU;AAAA,MACR,MAAM;AAAA,QACJ,GAAG;AAAA,QACH,GAAG;AAAA,QACH,QAAQ,oBAAQ,YAAY;AAAA,QAI5B,WAAW,oBAAQ,YAAY;AAAA,QAC/B,OAAO;AAAA,QACP,UAAU;AAAA,QACV,mBAAmB;AAAA,QACnB,kBAAkB;AAAA,MACpB;AAAA,IACF;AAAA,EACF;AACF,CAAC;",
6
- "names": []
7
- }
@@ -1,30 +0,0 @@
1
- import { Stack, isWeb, styled } from "@tamagui/core";
2
- const Separator = styled(Stack, {
3
- name: "Separator",
4
- borderColor: "$borderColor",
5
- flexShrink: 0,
6
- borderWidth: 0,
7
- flex: 1,
8
- height: 0,
9
- maxHeight: 0,
10
- borderBottomWidth: 1,
11
- y: -0.5,
12
- variants: {
13
- vertical: {
14
- true: {
15
- y: 0,
16
- x: -0.5,
17
- height: isWeb ? "initial" : "auto",
18
- maxHeight: isWeb ? "initial" : "auto",
19
- width: 0,
20
- maxWidth: 0,
21
- borderBottomWidth: 0,
22
- borderRightWidth: 1
23
- }
24
- }
25
- }
26
- });
27
- export {
28
- Separator
29
- };
30
- //# sourceMappingURL=Separator.js.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/Separator.tsx"],
4
- "sourcesContent": ["import { Stack, isWeb, styled } from '@tamagui/core'\n\nexport const Separator = styled(Stack, {\n name: 'Separator',\n borderColor: '$borderColor',\n flexShrink: 0,\n borderWidth: 0,\n flex: 1,\n height: 0,\n maxHeight: 0,\n borderBottomWidth: 1,\n y: -0.5,\n\n variants: {\n vertical: {\n true: {\n y: 0,\n x: -0.5,\n height: isWeb ? 'initial' : 'auto',\n // maxHeight auto WILL BE passed to style attribute, but for some reason not used?\n // almost seems like a react or browser bug, but for now `initial` works\n // also, it doesn't happen for `height`, but for consistency using the same values\n maxHeight: isWeb ? 'initial' : 'auto',\n width: 0,\n maxWidth: 0,\n borderBottomWidth: 0,\n borderRightWidth: 1,\n },\n },\n } as const,\n})\n"],
5
- "mappings": "AAAA,SAAS,OAAO,OAAO,cAAc;AAE9B,MAAM,YAAY,OAAO,OAAO;AAAA,EACrC,MAAM;AAAA,EACN,aAAa;AAAA,EACb,YAAY;AAAA,EACZ,aAAa;AAAA,EACb,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,WAAW;AAAA,EACX,mBAAmB;AAAA,EACnB,GAAG;AAAA,EAEH,UAAU;AAAA,IACR,UAAU;AAAA,MACR,MAAM;AAAA,QACJ,GAAG;AAAA,QACH,GAAG;AAAA,QACH,QAAQ,QAAQ,YAAY;AAAA,QAI5B,WAAW,QAAQ,YAAY;AAAA,QAC/B,OAAO;AAAA,QACP,UAAU;AAAA,QACV,mBAAmB;AAAA,QACnB,kBAAkB;AAAA,MACpB;AAAA,IACF;AAAA,EACF;AACF,CAAC;",
6
- "names": []
7
- }
@@ -1,7 +0,0 @@
1
- import { styled } from "@tamagui/core";
2
- import { ScrollView as ScrollViewNative } from "react-native";
3
- const ScrollView = styled(ScrollViewNative, {
4
- name: "ScrollView"
5
- });
6
- export { ScrollView };
7
- //# sourceMappingURL=ScrollView.js.map
@@ -1,30 +0,0 @@
1
- import { Stack, isWeb, styled } from "@tamagui/core";
2
- const Separator = styled(Stack, {
3
- name: "Separator",
4
- borderColor: "$borderColor",
5
- flexShrink: 0,
6
- borderWidth: 0,
7
- flex: 1,
8
- height: 0,
9
- maxHeight: 0,
10
- borderBottomWidth: 1,
11
- y: -0.5,
12
- variants: {
13
- vertical: {
14
- true: {
15
- y: 0,
16
- x: -0.5,
17
- height: isWeb ? "initial" : "auto",
18
- maxHeight: isWeb ? "initial" : "auto",
19
- width: 0,
20
- maxWidth: 0,
21
- borderBottomWidth: 0,
22
- borderRightWidth: 1
23
- }
24
- }
25
- }
26
- });
27
- export {
28
- Separator
29
- };
30
- //# sourceMappingURL=Separator.js.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/Separator.tsx"],
4
- "sourcesContent": ["import { Stack, isWeb, styled } from '@tamagui/core'\n\nexport const Separator = styled(Stack, {\n name: 'Separator',\n borderColor: '$borderColor',\n flexShrink: 0,\n borderWidth: 0,\n flex: 1,\n height: 0,\n maxHeight: 0,\n borderBottomWidth: 1,\n y: -0.5,\n\n variants: {\n vertical: {\n true: {\n y: 0,\n x: -0.5,\n height: isWeb ? 'initial' : 'auto',\n // maxHeight auto WILL BE passed to style attribute, but for some reason not used?\n // almost seems like a react or browser bug, but for now `initial` works\n // also, it doesn't happen for `height`, but for consistency using the same values\n maxHeight: isWeb ? 'initial' : 'auto',\n width: 0,\n maxWidth: 0,\n borderBottomWidth: 0,\n borderRightWidth: 1,\n },\n },\n } as const,\n})\n"],
5
- "mappings": "AAAA,SAAS,OAAO,OAAO,cAAc;AAE9B,MAAM,YAAY,OAAO,OAAO;AAAA,EACrC,MAAM;AAAA,EACN,aAAa;AAAA,EACb,YAAY;AAAA,EACZ,aAAa;AAAA,EACb,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,WAAW;AAAA,EACX,mBAAmB;AAAA,EACnB,GAAG;AAAA,EAEH,UAAU;AAAA,IACR,UAAU;AAAA,MACR,MAAM;AAAA,QACJ,GAAG;AAAA,QACH,GAAG;AAAA,QACH,QAAQ,QAAQ,YAAY;AAAA,QAI5B,WAAW,QAAQ,YAAY;AAAA,QAC/B,OAAO;AAAA,QACP,UAAU;AAAA,QACV,mBAAmB;AAAA,QACnB,kBAAkB;AAAA,MACpB;AAAA,IACF;AAAA,EACF;AACF,CAAC;",
6
- "names": []
7
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"Separator.d.ts","sourceRoot":"","sources":["../src/Separator.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;EA4BpB,CAAA"}