@app-studio/web 0.9.55 → 0.9.57
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/dist/web.cjs.development.js +14 -13
- package/dist/web.cjs.development.js.map +1 -1
- package/dist/web.cjs.production.min.js +1 -1
- package/dist/web.cjs.production.min.js.map +1 -1
- package/dist/web.esm.js +14 -13
- package/dist/web.esm.js.map +1 -1
- package/dist/web.umd.development.js +14 -13
- package/dist/web.umd.development.js.map +1 -1
- package/dist/web.umd.production.min.js +1 -1
- package/dist/web.umd.production.min.js.map +1 -1
- package/docs/components/Center.mdx +2 -2
- package/docs/components/Vertical.mdx +1 -1
- package/package.json +1 -1
|
@@ -132,10 +132,10 @@ export const HeroCenter = () => (
|
|
|
132
132
|
>
|
|
133
133
|
<Vertical gap={32} alignItems="center" textAlign="center" maxWidth={600}>
|
|
134
134
|
<Vertical gap={16} alignItems="center">
|
|
135
|
-
<Text fontSize={48} fontWeight="bold"
|
|
135
|
+
<Text fontSize={48} fontWeight="bold">
|
|
136
136
|
Build Amazing Apps
|
|
137
137
|
</Text>
|
|
138
|
-
<Text fontSize={20} opacity={0.9}
|
|
138
|
+
<Text fontSize={20} opacity={0.9}>
|
|
139
139
|
Create beautiful, responsive applications with our comprehensive
|
|
140
140
|
component library and design system.
|
|
141
141
|
</Text>
|
|
@@ -291,7 +291,7 @@ export const CardLayout = () => (
|
|
|
291
291
|
<Text fontSize={20} fontWeight="bold">
|
|
292
292
|
Article Title {item}
|
|
293
293
|
</Text>
|
|
294
|
-
<Text color="color.gray.600"
|
|
294
|
+
<Text color="color.gray.600" >
|
|
295
295
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
|
296
296
|
Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|
|
297
297
|
</Text>
|