@salesmind-ai/design-system 0.3.9 → 0.3.10
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/core/index.css +1 -2
- package/dist/core/index.css.map +1 -1
- package/dist/index.css +2 -3
- package/dist/index.css.map +1 -1
- package/dist/motion/index.css +1 -1
- package/dist/motion/index.css.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -113,8 +113,7 @@
|
|
|
113
113
|
backdrop-filter: var(--glass-backdrop);
|
|
114
114
|
-webkit-backdrop-filter: var(--glass-backdrop);
|
|
115
115
|
border-radius: var(--radius-card);
|
|
116
|
-
overflow:
|
|
117
|
-
padding: 0;
|
|
116
|
+
overflow: clip;
|
|
118
117
|
box-shadow: var(--shadow-md), var(--glass-shadow-inner);
|
|
119
118
|
}
|
|
120
119
|
.ds-card::before {
|
|
@@ -13238,8 +13237,8 @@
|
|
|
13238
13237
|
/* src/components/CursorSpotlight/CursorSpotlight.css */
|
|
13239
13238
|
.ds-cursor-spotlight {
|
|
13240
13239
|
position: relative;
|
|
13241
|
-
overflow: hidden;
|
|
13242
13240
|
border-radius: var(--radius-card);
|
|
13241
|
+
overflow: clip;
|
|
13243
13242
|
}
|
|
13244
13243
|
.ds-cursor-spotlight__glow {
|
|
13245
13244
|
position: absolute;
|