@expo/html-elements 0.9.0 → 0.9.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.
package/CHANGELOG.md
CHANGED
|
@@ -20,21 +20,21 @@ export default function App() {
|
|
|
20
20
|
uri: 'https://en.gravatar.com/userimage/120276729/078ee8361156d0e1c37b90e7851fed4b.png'
|
|
21
21
|
},
|
|
22
22
|
width: "384",
|
|
23
|
-
height: "512" }
|
|
24
|
-
|
|
23
|
+
height: "512" }
|
|
24
|
+
),
|
|
25
25
|
_jsxs(Main, { className: "pt-6 md:p-8 text-center md:text-left space-y-4", children: [
|
|
26
26
|
_jsxs(P, { className: "text-lg font-medium", children: ["With ",
|
|
27
|
-
_jsx(Code, { children: "@expo/html-elements" }), ", you can write HTML syntax that renders to real native components. Combined with Tailwind CSS, you have an experience that makes web developers feel at home.\\u201D"] }
|
|
28
|
-
|
|
27
|
+
_jsx(Code, { children: "@expo/html-elements" }), ", you can write HTML syntax that renders to real native components. Combined with Tailwind CSS, you have an experience that makes web developers feel at home.\\u201D"] }
|
|
29
28
|
|
|
30
29
|
|
|
30
|
+
),
|
|
31
31
|
_jsxs(Div, { className: "font-medium", children: [
|
|
32
32
|
_jsx(P, { className: "text-sky-500 dark:text-sky-400 my-0", children: "Evan Bacon" }),
|
|
33
|
-
_jsx(P, { className: "text-slate-700 dark:text-slate-500 my-2", children: "Engineer, Expo" })] }
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
33
|
+
_jsx(P, { className: "text-slate-700 dark:text-slate-500 my-2", children: "Engineer, Expo" })] }
|
|
34
|
+
)] }
|
|
35
|
+
)] }
|
|
36
|
+
) }
|
|
37
|
+
));
|
|
38
38
|
|
|
39
39
|
}"
|
|
40
40
|
`;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@expo/html-elements",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"description": "Universal semantic HTML React components for iOS, Android, web, and desktop",
|
|
5
5
|
"main": "build/Elements.js",
|
|
6
6
|
"types": "build/Elements.d.ts",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"expo-module-scripts": "^3.0.0"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "1a7c4e8ffed182e00cf1cf654ca2401441a7377a"
|
|
63
63
|
}
|