@tamagui/react-native-web-internals 3.0.0-beta.1125.1 → 3.0.0-beta.1141.1

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.
@@ -38,16 +38,11 @@ const unitlessNumbers = {
38
38
  flexShrink: true,
39
39
  flexNegative: true,
40
40
  fontWeight: true,
41
- gap: true,
42
- columnGap: true,
43
- rowGap: true,
44
41
  gridRow: true,
45
42
  gridRowEnd: true,
46
- gridRowGap: true,
47
43
  gridRowStart: true,
48
44
  gridColumn: true,
49
45
  gridColumnEnd: true,
50
- gridColumnGap: true,
51
46
  gridColumnStart: true,
52
47
  lineClamp: true,
53
48
  opacity: true,
@@ -15,16 +15,11 @@ const unitlessNumbers = {
15
15
  flexShrink: true,
16
16
  flexNegative: true,
17
17
  fontWeight: true,
18
- gap: true,
19
- columnGap: true,
20
- rowGap: true,
21
18
  gridRow: true,
22
19
  gridRowEnd: true,
23
- gridRowGap: true,
24
20
  gridRowStart: true,
25
21
  gridColumn: true,
26
22
  gridColumnEnd: true,
27
- gridColumnGap: true,
28
23
  gridColumnStart: true,
29
24
  lineClamp: true,
30
25
  opacity: true,
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":[],"sources":["esm/modules/unitlessNumbers/index.js"],"sourcesContent":["const unitlessNumbers = {\n animationIterationCount: true,\n aspectRatio: true,\n borderImageOutset: true,\n borderImageSlice: true,\n borderImageWidth: true,\n boxFlex: true,\n boxFlexGroup: true,\n boxOrdinalGroup: true,\n columnCount: true,\n flex: true,\n flexGrow: true,\n flexOrder: true,\n flexPositive: true,\n flexShrink: true,\n flexNegative: true,\n fontWeight: true,\n gap: true,\n columnGap: true,\n rowGap: true,\n gridRow: true,\n gridRowEnd: true,\n gridRowGap: true,\n gridRowStart: true,\n gridColumn: true,\n gridColumnEnd: true,\n gridColumnGap: true,\n gridColumnStart: true,\n lineClamp: true,\n opacity: true,\n order: true,\n orphans: true,\n tabSize: true,\n widows: true,\n zIndex: true,\n zoom: true,\n // SVG-related\n fillOpacity: true,\n floodOpacity: true,\n stopOpacity: true,\n strokeDasharray: true,\n strokeDashoffset: true,\n strokeMiterlimit: true,\n strokeOpacity: true,\n strokeWidth: true,\n // transform types\n scale: true,\n scaleX: true,\n scaleY: true,\n scaleZ: true,\n // RN properties\n shadowOpacity: true\n};\nconst prefixes = [\"ms\", \"Moz\", \"O\", \"Webkit\"];\nconst prefixKey = (prefix, key) => {\n return prefix + key.charAt(0).toUpperCase() + key.substring(1);\n};\nObject.keys(unitlessNumbers).forEach((prop) => {\n prefixes.forEach((prefix) => {\n unitlessNumbers[prefixKey(prefix, prop)] = unitlessNumbers[prop];\n });\n});\nexport {\n unitlessNumbers\n};\n//# sourceMappingURL=index.js.map\n"],"mappings":";AAAA,MAAM,kBAAkB;CACtB,yBAAyB;CACzB,aAAa;CACb,mBAAmB;CACnB,kBAAkB;CAClB,kBAAkB;CAClB,SAAS;CACT,cAAc;CACd,iBAAiB;CACjB,aAAa;CACb,MAAM;CACN,UAAU;CACV,WAAW;CACX,cAAc;CACd,YAAY;CACZ,cAAc;CACd,YAAY;CACZ,KAAK;CACL,WAAW;CACX,QAAQ;CACR,SAAS;CACT,YAAY;CACZ,YAAY;CACZ,cAAc;CACd,YAAY;CACZ,eAAe;CACf,eAAe;CACf,iBAAiB;CACjB,WAAW;CACX,SAAS;CACT,OAAO;CACP,SAAS;CACT,SAAS;CACT,QAAQ;CACR,QAAQ;CACR,MAAM;CAEN,aAAa;CACb,cAAc;CACd,aAAa;CACb,iBAAiB;CACjB,kBAAkB;CAClB,kBAAkB;CAClB,eAAe;CACf,aAAa;CAEb,OAAO;CACP,QAAQ;CACR,QAAQ;CACR,QAAQ;CAER,eAAe;AACjB;AACA,MAAM,WAAW;CAAC;CAAM;CAAO;CAAK;AAAQ;AAC5C,MAAM,aAAa,QAAQ,QAAQ;CACjC,OAAO,SAAS,IAAI,OAAO,CAAC,CAAC,CAAC,YAAY,IAAI,IAAI,UAAU,CAAC;AAC/D;AACA,OAAO,KAAK,eAAe,CAAC,CAAC,SAAS,SAAS;CAC7C,SAAS,SAAS,WAAW;EAC3B,gBAAgB,UAAU,QAAQ,IAAI,KAAK,gBAAgB;CAC7D,CAAC;AACH,CAAC"}
1
+ {"version":3,"file":"index.js","names":[],"sources":["esm/modules/unitlessNumbers/index.js"],"sourcesContent":["const unitlessNumbers = {\n animationIterationCount: true,\n aspectRatio: true,\n borderImageOutset: true,\n borderImageSlice: true,\n borderImageWidth: true,\n boxFlex: true,\n boxFlexGroup: true,\n boxOrdinalGroup: true,\n columnCount: true,\n flex: true,\n flexGrow: true,\n flexOrder: true,\n flexPositive: true,\n flexShrink: true,\n flexNegative: true,\n fontWeight: true,\n gridRow: true,\n gridRowEnd: true,\n gridRowStart: true,\n gridColumn: true,\n gridColumnEnd: true,\n gridColumnStart: true,\n lineClamp: true,\n opacity: true,\n order: true,\n orphans: true,\n tabSize: true,\n widows: true,\n zIndex: true,\n zoom: true,\n // SVG-related\n fillOpacity: true,\n floodOpacity: true,\n stopOpacity: true,\n strokeDasharray: true,\n strokeDashoffset: true,\n strokeMiterlimit: true,\n strokeOpacity: true,\n strokeWidth: true,\n // transform types\n scale: true,\n scaleX: true,\n scaleY: true,\n scaleZ: true,\n // RN properties\n shadowOpacity: true\n};\nconst prefixes = [\"ms\", \"Moz\", \"O\", \"Webkit\"];\nconst prefixKey = (prefix, key) => {\n return prefix + key.charAt(0).toUpperCase() + key.substring(1);\n};\nObject.keys(unitlessNumbers).forEach((prop) => {\n prefixes.forEach((prefix) => {\n unitlessNumbers[prefixKey(prefix, prop)] = unitlessNumbers[prop];\n });\n});\nexport {\n unitlessNumbers\n};\n//# sourceMappingURL=index.js.map\n"],"mappings":";AAAA,MAAM,kBAAkB;CACtB,yBAAyB;CACzB,aAAa;CACb,mBAAmB;CACnB,kBAAkB;CAClB,kBAAkB;CAClB,SAAS;CACT,cAAc;CACd,iBAAiB;CACjB,aAAa;CACb,MAAM;CACN,UAAU;CACV,WAAW;CACX,cAAc;CACd,YAAY;CACZ,cAAc;CACd,YAAY;CACZ,SAAS;CACT,YAAY;CACZ,cAAc;CACd,YAAY;CACZ,eAAe;CACf,iBAAiB;CACjB,WAAW;CACX,SAAS;CACT,OAAO;CACP,SAAS;CACT,SAAS;CACT,QAAQ;CACR,QAAQ;CACR,MAAM;CAEN,aAAa;CACb,cAAc;CACd,aAAa;CACb,iBAAiB;CACjB,kBAAkB;CAClB,kBAAkB;CAClB,eAAe;CACf,aAAa;CAEb,OAAO;CACP,QAAQ;CACR,QAAQ;CACR,QAAQ;CAER,eAAe;AACjB;AACA,MAAM,WAAW;CAAC;CAAM;CAAO;CAAK;AAAQ;AAC5C,MAAM,aAAa,QAAQ,QAAQ;CACjC,OAAO,SAAS,IAAI,OAAO,CAAC,CAAC,CAAC,YAAY,IAAI,IAAI,UAAU,CAAC;AAC/D;AACA,OAAO,KAAK,eAAe,CAAC,CAAC,SAAS,SAAS;CAC7C,SAAS,SAAS,WAAW;EAC3B,gBAAgB,UAAU,QAAQ,IAAI,KAAK,gBAAgB;CAC7D,CAAC;AACH,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/react-native-web-internals",
3
- "version": "3.0.0-beta.1125.1",
3
+ "version": "3.0.0-beta.1141.1",
4
4
  "description": "React Native for Web",
5
5
  "keywords": [
6
6
  "react",
@@ -36,15 +36,15 @@
36
36
  "clean:build": "tamagui-build clean:build"
37
37
  },
38
38
  "dependencies": {
39
- "@tamagui/normalize-css-color": "3.0.0-beta.1125.1",
40
- "@tamagui/react-native-use-pressable": "3.0.0-beta.1125.1",
41
- "@tamagui/react-native-use-responder-events": "3.0.0-beta.1125.1",
42
- "@tamagui/simple-hash": "3.0.0-beta.1125.1",
43
- "@tamagui/use-element-layout": "3.0.0-beta.1125.1",
44
- "@tamagui/web": "3.0.0-beta.1125.1"
39
+ "@tamagui/normalize-css-color": "3.0.0-beta.1141.1",
40
+ "@tamagui/react-native-use-pressable": "3.0.0-beta.1141.1",
41
+ "@tamagui/react-native-use-responder-events": "3.0.0-beta.1141.1",
42
+ "@tamagui/simple-hash": "3.0.0-beta.1141.1",
43
+ "@tamagui/use-element-layout": "3.0.0-beta.1141.1",
44
+ "@tamagui/web": "3.0.0-beta.1141.1"
45
45
  },
46
46
  "devDependencies": {
47
- "@tamagui/build": "3.0.0-beta.1125.1",
47
+ "@tamagui/build": "3.0.0-beta.1141.1",
48
48
  "react": "19.2.3",
49
49
  "react-dom": "19.2.3"
50
50
  },
@@ -25,16 +25,11 @@ export const unitlessNumbers = {
25
25
  flexShrink: true,
26
26
  flexNegative: true,
27
27
  fontWeight: true,
28
- gap: true,
29
- columnGap: true,
30
- rowGap: true,
31
28
  gridRow: true,
32
29
  gridRowEnd: true,
33
- gridRowGap: true,
34
30
  gridRowStart: true,
35
31
  gridColumn: true,
36
32
  gridColumnEnd: true,
37
- gridColumnGap: true,
38
33
  gridColumnStart: true,
39
34
  lineClamp: true,
40
35
  opacity: true,
@@ -24,16 +24,11 @@ export declare const unitlessNumbers: {
24
24
  flexShrink: boolean;
25
25
  flexNegative: boolean;
26
26
  fontWeight: boolean;
27
- gap: boolean;
28
- columnGap: boolean;
29
- rowGap: boolean;
30
27
  gridRow: boolean;
31
28
  gridRowEnd: boolean;
32
- gridRowGap: boolean;
33
29
  gridRowStart: boolean;
34
30
  gridColumn: boolean;
35
31
  gridColumnEnd: boolean;
36
- gridColumnGap: boolean;
37
32
  gridColumnStart: boolean;
38
33
  lineClamp: boolean;
39
34
  opacity: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/modules/unitlessNumbers/index.tsx"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,eAAO,MAAM,eAAe;IAC1B,uBAAuB;IACvB,WAAW;IACX,iBAAiB;IACjB,gBAAgB;IAChB,gBAAgB;IAChB,OAAO;IACP,YAAY;IACZ,eAAe;IACf,WAAW;IACX,IAAI;IACJ,QAAQ;IACR,SAAS;IACT,YAAY;IACZ,UAAU;IACV,YAAY;IACZ,UAAU;IACV,GAAG;IACH,SAAS;IACT,MAAM;IACN,OAAO;IACP,UAAU;IACV,UAAU;IACV,YAAY;IACZ,UAAU;IACV,aAAa;IACb,aAAa;IACb,eAAe;IACf,SAAS;IACT,OAAO;IACP,KAAK;IACL,OAAO;IACP,OAAO;IACP,MAAM;IACN,MAAM;IACN,IAAI;IAEJ,WAAW;IACX,YAAY;IACZ,WAAW;IACX,eAAe;IACf,gBAAgB;IAChB,gBAAgB;IAChB,aAAa;IACb,WAAW;IAEX,KAAK;IACL,MAAM;IACN,MAAM;IACN,MAAM;IAEN,aAAa;CACd,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/modules/unitlessNumbers/index.tsx"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,eAAO,MAAM,eAAe;IAC1B,uBAAuB;IACvB,WAAW;IACX,iBAAiB;IACjB,gBAAgB;IAChB,gBAAgB;IAChB,OAAO;IACP,YAAY;IACZ,eAAe;IACf,WAAW;IACX,IAAI;IACJ,QAAQ;IACR,SAAS;IACT,YAAY;IACZ,UAAU;IACV,YAAY;IACZ,UAAU;IACV,OAAO;IACP,UAAU;IACV,YAAY;IACZ,UAAU;IACV,aAAa;IACb,eAAe;IACf,SAAS;IACT,OAAO;IACP,KAAK;IACL,OAAO;IACP,OAAO;IACP,MAAM;IACN,MAAM;IACN,IAAI;IAEJ,WAAW;IACX,YAAY;IACZ,WAAW;IACX,eAAe;IACf,gBAAgB;IAChB,gBAAgB;IAChB,aAAa;IACb,WAAW;IAEX,KAAK;IACL,MAAM;IACN,MAAM;IACN,MAAM;IAEN,aAAa;CACd,CAAA"}