@tamagui/elements 2.0.0-rc.32 → 2.0.0-rc.33

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.
@@ -1 +1 @@
1
- {"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","index_exports","__export","Article","Aside","Footer","Header","Main","Nav","Section","module","exports","import_core","require","styled","View","name","render","flexDirection","role"],"sources":["../../src/index.ts"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;EAAAC,KAAA;AAAA,IAAAH,GAAA;AAAA,IAAAI,aAAA;AAAAC,QAAA,CAAAD,aAAA;EAAAE,OAAA,EAAAA,CAAA,KAAAA,OAAA;EAAAC,KAAA,EAAAA,CAAA,KAAAA,KAAA;EAAAC,MAAA,EAAAA,CAAA,KAAAA,MAAA;EAAAC,MAAA,EAAAA,CAAA,KAAAA,MAAA;EAAAC,IAAA,EAAAA,CAAA,KAAAA,IAAA;EAAAC,GAAA,EAAAA,CAAA,KAAAA,GAAA;EAAAC,OAAA,EAAAA,CAAA,KAAAA;AAAA;AAAAC,MAAA,CAAAC,OAAA,GAAAf,YAA6B,CAAAK,aAAA;AAEtB,IAAAW,WAAM,GAAAC,OAAU,gBAAO;EAAAJ,OAAA,OAAMG,WAAA,CAAAE,MAAA,EAAAF,WAAA,CAAAG,IAAA;IAClCC,IAAA,EAAM;IACNC,MAAA,EAAQ;IACRC,aAAA,EAAe;IACfC,IAAA,EAAM;EACR,CAAC;EAEYhB,OAAA,OAAUS,WAAA,CAAAE,MAAA,EAAOF,WAAA,CAAAG,IAAA,EAAM;IAClCC,IAAA,EAAM;IACNC,MAAA,EAAQ;IACRC,aAAA,EAAe;EACjB,CAAC;EAEYX,IAAA,OAAOK,WAAA,CAAAE,MAAA,EAAOF,WAAA,CAAAG,IAAA,EAAM;IAC/BC,IAAA,EAAM;IACNC,MAAA,EAAQ;IACRC,aAAA,EAAe;EACjB,CAAC;EAEYZ,MAAA,OAASM,WAAA,CAAAE,MAAA,EAAOF,WAAA,CAAAG,IAAA,EAAM;IACjCC,IAAA,EAAM;IACNC,MAAA,EAAQ;IACRE,IAAA,EAAM;IACND,aAAA,EAAe;EACjB,CAAC;EAEYd,KAAA,OAAQQ,WAAA,CAAAE,MAAA,EAAOF,WAAA,CAAAG,IAAA,EAAM;IAChCC,IAAA,EAAM;IACNC,MAAA,EAAQ;IACRC,aAAA,EAAe;EAAA;EAAAb,MAAA,OAAAO,WAAA,CAAAE,MAAA,EAAAF,WAAA,CAAAG,IAAA;IAEhBC,IAEY;IACXC,MAAM;IACNC,aAAQ;EAAA,EACR;EAAAV,GAAA,OAAAI,WAAe,CAAAE,MAAA,EAAAF,WAAA,CAAAG,IAAA;IAAAC,IAAA;IAEhBC,MAEY,OAAM;IACjBC,aAAM;EAAA,EACN","ignoreList":[]}
1
+ {"version":3,"names":["__defProp","Object","defineProperty","__getOwnPropDesc","getOwnPropertyDescriptor","__getOwnPropNames","getOwnPropertyNames","__hasOwnProp","prototype","hasOwnProperty","__export","target","all","name","get","enumerable","__copyProps","to","from","except","desc","key","call","__toCommonJS","mod","value","index_exports","Article","Aside","Footer","Header","Main","Nav","Section","module","exports","import_core","require","styled","View","render","flexDirection","role"],"sources":["index.native.js"],"sourcesContent":["\"use strict\";\nvar __defProp = Object.defineProperty;\nvar __getOwnPropDesc = Object.getOwnPropertyDescriptor;\nvar __getOwnPropNames = Object.getOwnPropertyNames;\nvar __hasOwnProp = Object.prototype.hasOwnProperty;\nvar __export = (target, all) => {\n for (var name in all)\n __defProp(target, name, { get: all[name], enumerable: !0 });\n}, __copyProps = (to, from, except, desc) => {\n if (from && typeof from == \"object\" || typeof from == \"function\")\n for (let key of __getOwnPropNames(from))\n !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });\n return to;\n};\nvar __toCommonJS = (mod) => __copyProps(__defProp({}, \"__esModule\", { value: !0 }), mod);\nvar index_exports = {};\n__export(index_exports, {\n Article: () => Article,\n Aside: () => Aside,\n Footer: () => Footer,\n Header: () => Header,\n Main: () => Main,\n Nav: () => Nav,\n Section: () => Section\n});\nmodule.exports = __toCommonJS(index_exports);\nvar import_core = require(\"@tamagui/core\"), Section = (0, import_core.styled)(import_core.View, {\n name: \"Section\",\n render: \"section\",\n flexDirection: \"column\",\n role: \"region\"\n}), Article = (0, import_core.styled)(import_core.View, {\n name: \"Article\",\n render: \"article\",\n flexDirection: \"column\"\n}), Main = (0, import_core.styled)(import_core.View, {\n name: \"Main\",\n render: \"main\",\n flexDirection: \"column\"\n}), Header = (0, import_core.styled)(import_core.View, {\n name: \"Header\",\n render: \"header\",\n role: \"banner\",\n flexDirection: \"column\"\n}), Aside = (0, import_core.styled)(import_core.View, {\n name: \"Aside\",\n render: \"aside\",\n flexDirection: \"column\"\n}), Footer = (0, import_core.styled)(import_core.View, {\n name: \"Footer\",\n render: \"footer\",\n flexDirection: \"column\"\n}), Nav = (0, import_core.styled)(import_core.View, {\n name: \"Nav\",\n render: \"nav\",\n flexDirection: \"column\"\n});\n//# sourceMappingURL=index.js.map\n"],"mappings":"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","ignoreList":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/elements",
3
- "version": "2.0.0-rc.32",
3
+ "version": "2.0.0-rc.33",
4
4
  "source": "src/index.ts",
5
5
  "files": [
6
6
  "src",
@@ -36,10 +36,10 @@
36
36
  "clean:build": "tamagui-build clean:build"
37
37
  },
38
38
  "dependencies": {
39
- "@tamagui/core": "2.0.0-rc.32"
39
+ "@tamagui/core": "2.0.0-rc.33"
40
40
  },
41
41
  "devDependencies": {
42
- "@tamagui/build": "2.0.0-rc.32",
42
+ "@tamagui/build": "2.0.0-rc.33",
43
43
  "react": ">=19"
44
44
  },
45
45
  "peerDependencies": {