@tamagui/separator 1.111.8 → 1.111.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.
@@ -28,7 +28,5 @@ var Separator = styled(Stack, {
28
28
  }
29
29
  }
30
30
  });
31
- export {
32
- Separator
33
- };
34
- //# sourceMappingURL=Separator.js.map
31
+ export { Separator };
32
+ //# sourceMappingURL=Separator.native.js.map
@@ -1,6 +1 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/Users/n8/tamagui/code/ui/separator/src/Separator.tsx"],
4
- "mappings": "AAAA,SAASA,aAAa;AACtB,SAASC,OAAOC,cAAc;AAEvB,IAAMC,YAAYD,OAAOD,OAAO;EACrCG,MAAM;EACNC,aAAa;EACbC,YAAY;EACZC,aAAa;EACbC,MAAM;EACNC,QAAQ;EACRC,WAAW;EACXC,mBAAmB;EACnBC,GAAG;EAEHC,UAAU;IACRC,UAAU;MACRC,MAAM;QACJH,GAAG;QACHI,GAAG;QAEHP,QAAQT,QAAQ,YAAY;;;;QAI5BU,WAAWV,QAAQ,YAAY;QAC/BiB,OAAO;QACPC,UAAU;QACVP,mBAAmB;QACnBQ,kBAAkB;MACpB;IACF;EACF;AACF,CAAA;",
5
- "names": ["isWeb", "Stack", "styled", "Separator", "name", "borderColor", "flexShrink", "borderWidth", "flex", "height", "maxHeight", "borderBottomWidth", "y", "variants", "vertical", "true", "x", "width", "maxWidth", "borderRightWidth"]
6
- }
1
+ {"version":3,"names":["isWeb","Stack","styled","Separator","name","borderColor","flexShrink","borderWidth","flex","height","maxHeight","borderBottomWidth","y","variants","vertical","true","x","width","maxWidth","borderRightWidth"],"sources":["../../src/Separator.tsx"],"sourcesContent":[null],"mappings":"AAAA,SAASA,KAAA,QAAa;AACtB,SAASC,KAAA,EAAOC,MAAA,QAAc;AAEvB,IAAAC,SAAM,GAAAD,MAAY,CAAAD,KAAO;EAC9BG,IAAA,EAAM;EACNC,WAAA,EAAa;EACbC,UAAA,EAAY;EACZC,WAAA,EAAa;EACbC,IAAA,EAAM;EACNC,MAAA,EAAQ;EACRC,SAAA,EAAW;EACXC,iBAAA,EAAmB;EACnBC,CAAA,EAAG;EAEHC,QAAA,EAAU;IACRC,QAAA,EAAU;MACRC,IAAA,EAAM;QACJH,CAAA,EAAG;QACHI,CAAA,EAAG;QAEHP,MAAA,EAAQT,KAAA,GAAQ,YAAY;QAAA;QAAA;QAAA;QAI5BU,SAAA,EAAWV,KAAA,GAAQ,YAAY;QAC/BiB,KAAA,EAAO;QACPC,QAAA,EAAU;QACVP,iBAAA,EAAmB;QACnBQ,gBAAA,EAAkB;MACpB;IACF;EACF;AACF,CAAC","ignoreList":[]}
@@ -1,2 +1,2 @@
1
- export * from "./Separator";
2
- //# sourceMappingURL=index.js.map
1
+ export * from "./Separator.native.js";
2
+ //# sourceMappingURL=index.native.js.map
@@ -1,6 +1 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/Users/n8/tamagui/code/ui/separator/src/index.ts"],
4
- "mappings": "AAAA,cAAc;",
5
- "names": []
6
- }
1
+ {"version":3,"names":[],"sources":["../../src/index.ts"],"sourcesContent":[null],"mappings":"AAAA,cAAc","ignoreList":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/separator",
3
- "version": "1.111.8",
3
+ "version": "1.111.10",
4
4
  "sideEffects": [
5
5
  "*.css"
6
6
  ],
@@ -25,7 +25,7 @@
25
25
  "exports": {
26
26
  "./package.json": "./package.json",
27
27
  ".": {
28
- "react-native-import": "./dist/esm/index.native.mjs",
28
+ "react-native-import": "./dist/esm/index.native.js",
29
29
  "react-native": "./dist/cjs/index.native.js",
30
30
  "types": "./types/index.d.ts",
31
31
  "import": "./dist/esm/index.mjs",
@@ -33,11 +33,11 @@
33
33
  }
34
34
  },
35
35
  "dependencies": {
36
- "@tamagui/constants": "1.111.8",
37
- "@tamagui/core": "1.111.8"
36
+ "@tamagui/constants": "1.111.10",
37
+ "@tamagui/core": "1.111.10"
38
38
  },
39
39
  "devDependencies": {
40
- "@tamagui/build": "1.111.8",
40
+ "@tamagui/build": "1.111.10",
41
41
  "react": "^18.2.0 || ^19.0.0"
42
42
  },
43
43
  "publishConfig": {
@@ -1,32 +0,0 @@
1
- import { isWeb } from "@tamagui/constants";
2
- import { Stack, styled } from "@tamagui/core";
3
- var Separator = styled(Stack, {
4
- name: "Separator",
5
- borderColor: "$borderColor",
6
- flexShrink: 0,
7
- borderWidth: 0,
8
- flex: 1,
9
- height: 0,
10
- maxHeight: 0,
11
- borderBottomWidth: 1,
12
- y: -0.5,
13
- variants: {
14
- vertical: {
15
- true: {
16
- y: 0,
17
- x: -0.5,
18
- height: isWeb ? "initial" : "auto",
19
- // maxHeight auto WILL BE passed to style attribute, but for some reason not used?
20
- // almost seems like a react or browser bug, but for now `initial` works
21
- // also, it doesn't happen for `height`, but for consistency using the same values
22
- maxHeight: isWeb ? "initial" : "auto",
23
- width: 0,
24
- maxWidth: 0,
25
- borderBottomWidth: 0,
26
- borderRightWidth: 1
27
- }
28
- }
29
- }
30
- });
31
- export { Separator };
32
- //# sourceMappingURL=Separator.native.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["isWeb","Stack","styled","Separator","name","borderColor","flexShrink","borderWidth","flex","height","maxHeight","borderBottomWidth","y","variants","vertical","true","x","width","maxWidth","borderRightWidth"],"sources":["../../src/Separator.tsx"],"sourcesContent":[null],"mappings":"AAAA,SAASA,KAAA,QAAa;AACtB,SAASC,KAAA,EAAOC,MAAA,QAAc;AAEvB,IAAAC,SAAM,GAAAD,MAAY,CAAAD,KAAO;EAC9BG,IAAA,EAAM;EACNC,WAAA,EAAa;EACbC,UAAA,EAAY;EACZC,WAAA,EAAa;EACbC,IAAA,EAAM;EACNC,MAAA,EAAQ;EACRC,SAAA,EAAW;EACXC,iBAAA,EAAmB;EACnBC,CAAA,EAAG;EAEHC,QAAA,EAAU;IACRC,QAAA,EAAU;MACRC,IAAA,EAAM;QACJH,CAAA,EAAG;QACHI,CAAA,EAAG;QAEHP,MAAA,EAAQT,KAAA,GAAQ,YAAY;QAAA;QAAA;QAAA;QAI5BU,SAAA,EAAWV,KAAA,GAAQ,YAAY;QAC/BiB,KAAA,EAAO;QACPC,QAAA,EAAU;QACVP,iBAAA,EAAmB;QACnBQ,gBAAA,EAAkB;MACpB;IACF;EACF;AACF,CAAC","ignoreList":[]}
@@ -1,2 +0,0 @@
1
- export * from "./Separator.native.mjs";
2
- //# sourceMappingURL=index.native.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"names":[],"sources":["../../src/index.ts"],"sourcesContent":[null],"mappings":"AAAA,cAAc","ignoreList":[]}