@tamagui/elements 1.104.0 → 1.104.2

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.
@@ -39,4 +39,5 @@ const Section = styled(View, {
39
39
  flexDirection: "column"
40
40
  // accessibilityRole: 'navigation',
41
41
  });
42
- export { Article, Aside, Footer, Header, Main, Nav, Section };
42
+ export { Article, Aside, Footer, Header, Main, Nav, Section };
43
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["View","styled","Section","name","tag","flexDirection","accessibilityRole","Article","Main","Header","Aside","Footer","Nav"],"sources":["../../src/index.ts"],"sourcesContent":[null],"mappings":"AAAA,SAASA,IAAA,EAAMC,MAAA,QAAc;AAEtB,MAAMC,OAAA,GAAUD,MAAA,CAAOD,IAAA,EAAM;IAClCG,IAAA,EAAM;IACNC,GAAA,EAAK;IACLC,aAAA,EAAe;IACfC,iBAAA,EAAmB;EACrB,CAAC;EAEYC,OAAA,GAAUN,MAAA,CAAOD,IAAA,EAAM;IAClCG,IAAA,EAAM;IACNC,GAAA,EAAK;IACLC,aAAA,EAAe;EACjB,CAAC;EAEYG,IAAA,GAAOP,MAAA,CAAOD,IAAA,EAAM;IAC/BG,IAAA,EAAM;IACNC,GAAA,EAAK;IACLC,aAAA,EAAe;EACjB,CAAC;EAEYI,MAAA,GAASR,MAAA,CAAOD,IAAA,EAAM;IACjCG,IAAA,EAAM;IACNC,GAAA,EAAK;IACLE,iBAAA,EAAmB;IACnBD,aAAA,EAAe;EACjB,CAAC;EAEYK,KAAA,GAAQT,MAAA,CAAOD,IAAA,EAAM;IAChCG,IAAA,EAAM;IACNC,GAAA,EAAK;IACLC,aAAA,EAAe;IAAA;EAEjB,CAAC;EAEYM,MAAA,GAASV,MAAA,CAAOD,IAAA,EAAM;IACjCG,IAAA,EAAM;IACNC,GAAA,EAAK;IACLC,aAAA,EAAe;IAAA;EAEjB,CAAC;EAEYO,GAAA,GAAMX,MAAA,CAAOD,IAAA,EAAM;IAC9BG,IAAA,EAAM;IACNC,GAAA,EAAK;IACLC,aAAA,EAAe;IAAA;EAEjB,CAAC","ignoreList":[]}
@@ -39,4 +39,5 @@ const Section = styled(View, {
39
39
  flexDirection: "column"
40
40
  // accessibilityRole: 'navigation',
41
41
  });
42
- export { Article, Aside, Footer, Header, Main, Nav, Section };
42
+ export { Article, Aside, Footer, Header, Main, Nav, Section };
43
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["View","styled","Section","name","tag","flexDirection","accessibilityRole","Article","Main","Header","Aside","Footer","Nav"],"sources":["../../src/index.ts"],"sourcesContent":[null],"mappings":"AAAA,SAASA,IAAA,EAAMC,MAAA,QAAc;AAEtB,MAAMC,OAAA,GAAUD,MAAA,CAAOD,IAAA,EAAM;IAClCG,IAAA,EAAM;IACNC,GAAA,EAAK;IACLC,aAAA,EAAe;IACfC,iBAAA,EAAmB;EACrB,CAAC;EAEYC,OAAA,GAAUN,MAAA,CAAOD,IAAA,EAAM;IAClCG,IAAA,EAAM;IACNC,GAAA,EAAK;IACLC,aAAA,EAAe;EACjB,CAAC;EAEYG,IAAA,GAAOP,MAAA,CAAOD,IAAA,EAAM;IAC/BG,IAAA,EAAM;IACNC,GAAA,EAAK;IACLC,aAAA,EAAe;EACjB,CAAC;EAEYI,MAAA,GAASR,MAAA,CAAOD,IAAA,EAAM;IACjCG,IAAA,EAAM;IACNC,GAAA,EAAK;IACLE,iBAAA,EAAmB;IACnBD,aAAA,EAAe;EACjB,CAAC;EAEYK,KAAA,GAAQT,MAAA,CAAOD,IAAA,EAAM;IAChCG,IAAA,EAAM;IACNC,GAAA,EAAK;IACLC,aAAA,EAAe;IAAA;EAEjB,CAAC;EAEYM,MAAA,GAASV,MAAA,CAAOD,IAAA,EAAM;IACjCG,IAAA,EAAM;IACNC,GAAA,EAAK;IACLC,aAAA,EAAe;IAAA;EAEjB,CAAC;EAEYO,GAAA,GAAMX,MAAA,CAAOD,IAAA,EAAM;IAC9BG,IAAA,EAAM;IACNC,GAAA,EAAK;IACLC,aAAA,EAAe;IAAA;EAEjB,CAAC","ignoreList":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/elements",
3
- "version": "1.104.0",
3
+ "version": "1.104.2",
4
4
  "sideEffects": false,
5
5
  "source": "src/index.ts",
6
6
  "types": "./types/index.d.ts",
@@ -30,13 +30,13 @@
30
30
  }
31
31
  },
32
32
  "dependencies": {
33
- "@tamagui/core": "1.104.0"
33
+ "@tamagui/core": "1.104.2"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "react": "*"
37
37
  },
38
38
  "devDependencies": {
39
- "@tamagui/build": "1.104.0",
39
+ "@tamagui/build": "1.104.2",
40
40
  "react": "^18.2.0",
41
41
  "react-dom": "^18.2.0"
42
42
  },