@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/dist/index.js
CHANGED
|
@@ -4328,6 +4328,9 @@ const pa = (e) => {
|
|
|
4328
4328
|
border: 1px dashed ${({ $variant: e }) => pt(e).border};
|
|
4329
4329
|
border-radius: 16px;
|
|
4330
4330
|
background-color: ${({ $variant: e }) => pt(e).background};
|
|
4331
|
+
box-shadow:
|
|
4332
|
+
0 4px 6px -1px rgba(0, 0, 0, 0.1),
|
|
4333
|
+
0 2px 4px -2px rgba(0, 0, 0, 0.1);
|
|
4331
4334
|
`, Al = p.div`
|
|
4332
4335
|
display: flex;
|
|
4333
4336
|
flex-direction: column;
|