@vacano/ui 1.12.0 → 1.12.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/README.md +1 -1
- package/dist/index.cjs +3 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
</p>
|
|
8
8
|
|
|
9
9
|
<p align="center">
|
|
10
|
-
<img src="https://img.shields.io/badge/version-1.12.
|
|
10
|
+
<img src="https://img.shields.io/badge/version-1.12.1-blue" />
|
|
11
11
|
<a href="https://www.npmjs.com/package/@vacano/ui"><img src="https://img.shields.io/npm/v/@vacano/ui" alt="npm version" /></a>
|
|
12
12
|
<a href="https://github.com/vacano-house/vacano-ui/blob/master/LICENSE.md"><img src="https://img.shields.io/npm/l/@vacano/ui" alt="license" /></a>
|
|
13
13
|
</p>
|
package/dist/index.cjs
CHANGED
|
@@ -1456,6 +1456,9 @@
|
|
|
1456
1456
|
border: 1px dashed ${({$variant:e})=>et(e).border};
|
|
1457
1457
|
border-radius: 16px;
|
|
1458
1458
|
background-color: ${({$variant:e})=>et(e).background};
|
|
1459
|
+
box-shadow:
|
|
1460
|
+
0 4px 6px -1px rgba(0, 0, 0, 0.1),
|
|
1461
|
+
0 2px 4px -2px rgba(0, 0, 0, 0.1);
|
|
1459
1462
|
`,$l=s.div`
|
|
1460
1463
|
display: flex;
|
|
1461
1464
|
flex-direction: column;
|