@florid-kit/components 0.9.39 → 0.9.40
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/index.js +2 -0
- package/index.mjs +2 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -2818,6 +2818,7 @@
|
|
|
2818
2818
|
--card-height-mobile: 153px;
|
|
2819
2819
|
--overlay-bg: rgba(0,0,0,0.56);
|
|
2820
2820
|
--overlay-opacity: 1;
|
|
2821
|
+
--card-filter: none;
|
|
2821
2822
|
|
|
2822
2823
|
.card {
|
|
2823
2824
|
position: relative;
|
|
@@ -2827,6 +2828,7 @@
|
|
|
2827
2828
|
background-color: var(--colors-noir-des-terres-500);
|
|
2828
2829
|
clip-path: url(#arch-gift-finder);
|
|
2829
2830
|
-webkit-clip-path: url(#arch-gift-finder);
|
|
2831
|
+
filter: var(--card-filter, none);
|
|
2830
2832
|
|
|
2831
2833
|
@media (max-width: 1024px) {
|
|
2832
2834
|
width: var(--card-width-mobile);
|
package/index.mjs
CHANGED
|
@@ -5153,6 +5153,7 @@ J.styles = v`
|
|
|
5153
5153
|
--card-height-mobile: 153px;
|
|
5154
5154
|
--overlay-bg: rgba(0,0,0,0.56);
|
|
5155
5155
|
--overlay-opacity: 1;
|
|
5156
|
+
--card-filter: none;
|
|
5156
5157
|
|
|
5157
5158
|
.card {
|
|
5158
5159
|
position: relative;
|
|
@@ -5162,6 +5163,7 @@ J.styles = v`
|
|
|
5162
5163
|
background-color: var(--colors-noir-des-terres-500);
|
|
5163
5164
|
clip-path: url(#arch-gift-finder);
|
|
5164
5165
|
-webkit-clip-path: url(#arch-gift-finder);
|
|
5166
|
+
filter: var(--card-filter, none);
|
|
5165
5167
|
|
|
5166
5168
|
@media (max-width: 1024px) {
|
|
5167
5169
|
width: var(--card-width-mobile);
|