amotify 0.2.131 → 0.2.132
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/demo/esbuild/app.tsx +2 -2
- package/demo/esbuild/public/index.css +1 -1
- package/demo/esbuild/public/index.js +175 -77
- package/dist/@styles/componentClasses/index.css +1 -1
- package/dist/@styles/componentClasses/index.js +1 -1
- package/dist/@styles/index.css +1 -1
- package/dist/@styles/index.js +1 -1
- package/dist/@styles/style.css +1 -1
- package/dist/@styles/style.js +1 -1
- package/dist/fn/Loader/corner.js +1 -1
- package/package.json +1 -1
package/demo/esbuild/app.tsx
CHANGED
|
@@ -47,6 +47,8 @@ let Test = () => {
|
|
|
47
47
|
} )
|
|
48
48
|
|
|
49
49
|
return <Box>
|
|
50
|
+
<DesignBook
|
|
51
|
+
/>
|
|
50
52
|
<Box
|
|
51
53
|
padding={ 6 }
|
|
52
54
|
>
|
|
@@ -113,8 +115,6 @@ let Test = () => {
|
|
|
113
115
|
</Column>
|
|
114
116
|
</Sheet.Body>
|
|
115
117
|
</Sheet.Element>
|
|
116
|
-
{/* <DesignBook
|
|
117
|
-
/> */}
|
|
118
118
|
|
|
119
119
|
{/* <Row.Center
|
|
120
120
|
padding={ 2 }
|