@kushagradhawan/kookie-ui 0.1.13 → 0.1.14
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/components.css +4 -4
- package/package.json +1 -1
- package/src/components/card.css +4 -4
- package/styles.css +4 -4
package/components.css
CHANGED
|
@@ -3254,7 +3254,7 @@
|
|
|
3254
3254
|
}
|
|
3255
3255
|
.rt-Card:where(.rt-variant-soft) {
|
|
3256
3256
|
--card-border-width: 0px;
|
|
3257
|
-
--card-background-color: var(--gray-
|
|
3257
|
+
--card-background-color: var(--gray-a2);
|
|
3258
3258
|
}
|
|
3259
3259
|
.rt-Card:where(.rt-variant-soft)::before {
|
|
3260
3260
|
background-color: var(--card-background-color);
|
|
@@ -3272,14 +3272,14 @@
|
|
|
3272
3272
|
}
|
|
3273
3273
|
@media (hover: hover) {
|
|
3274
3274
|
.rt-Card:where(.rt-variant-soft):where(:any-link, button, label):where(:hover)::before {
|
|
3275
|
-
background-color: var(--gray-
|
|
3275
|
+
background-color: var(--gray-a3);
|
|
3276
3276
|
}
|
|
3277
3277
|
}
|
|
3278
3278
|
.rt-Card:where(.rt-variant-soft):where(:any-link, button, label):where([data-state='open'])::before {
|
|
3279
|
-
background-color: var(--gray-
|
|
3279
|
+
background-color: var(--gray-a3);
|
|
3280
3280
|
}
|
|
3281
3281
|
.rt-Card:where(.rt-variant-soft):where(:any-link, button, label):where(:active:not([data-state='open']))::before {
|
|
3282
|
-
background-color: var(--gray-
|
|
3282
|
+
background-color: var(--gray-a4);
|
|
3283
3283
|
}
|
|
3284
3284
|
@media (pointer: coarse) {
|
|
3285
3285
|
.rt-Card:where(:any-link, button, label):where(:active:not(:focus-visible, [data-state='open']))::before {
|
package/package.json
CHANGED
package/src/components/card.css
CHANGED
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
|
|
204
204
|
.rt-Card:where(.rt-variant-soft) {
|
|
205
205
|
--card-border-width: 0px;
|
|
206
|
-
--card-background-color: var(--gray-
|
|
206
|
+
--card-background-color: var(--gray-a2);
|
|
207
207
|
|
|
208
208
|
&::before {
|
|
209
209
|
background-color: var(--card-background-color);
|
|
@@ -224,18 +224,18 @@
|
|
|
224
224
|
@media (hover: hover) {
|
|
225
225
|
&:where(:hover) {
|
|
226
226
|
&::before {
|
|
227
|
-
background-color: var(--gray-
|
|
227
|
+
background-color: var(--gray-a3);
|
|
228
228
|
}
|
|
229
229
|
}
|
|
230
230
|
}
|
|
231
231
|
&:where([data-state='open']) {
|
|
232
232
|
&::before {
|
|
233
|
-
background-color: var(--gray-
|
|
233
|
+
background-color: var(--gray-a3);
|
|
234
234
|
}
|
|
235
235
|
}
|
|
236
236
|
&:where(:active:not([data-state='open'])) {
|
|
237
237
|
&::before {
|
|
238
|
-
background-color: var(--gray-
|
|
238
|
+
background-color: var(--gray-a4);
|
|
239
239
|
}
|
|
240
240
|
}
|
|
241
241
|
}
|
package/styles.css
CHANGED
|
@@ -7981,7 +7981,7 @@
|
|
|
7981
7981
|
}
|
|
7982
7982
|
.rt-Card:where(.rt-variant-soft) {
|
|
7983
7983
|
--card-border-width: 0px;
|
|
7984
|
-
--card-background-color: var(--gray-
|
|
7984
|
+
--card-background-color: var(--gray-a2);
|
|
7985
7985
|
}
|
|
7986
7986
|
.rt-Card:where(.rt-variant-soft)::before {
|
|
7987
7987
|
background-color: var(--card-background-color);
|
|
@@ -7999,14 +7999,14 @@
|
|
|
7999
7999
|
}
|
|
8000
8000
|
@media (hover: hover) {
|
|
8001
8001
|
.rt-Card:where(.rt-variant-soft):where(:any-link, button, label):where(:hover)::before {
|
|
8002
|
-
background-color: var(--gray-
|
|
8002
|
+
background-color: var(--gray-a3);
|
|
8003
8003
|
}
|
|
8004
8004
|
}
|
|
8005
8005
|
.rt-Card:where(.rt-variant-soft):where(:any-link, button, label):where([data-state='open'])::before {
|
|
8006
|
-
background-color: var(--gray-
|
|
8006
|
+
background-color: var(--gray-a3);
|
|
8007
8007
|
}
|
|
8008
8008
|
.rt-Card:where(.rt-variant-soft):where(:any-link, button, label):where(:active:not([data-state='open']))::before {
|
|
8009
|
-
background-color: var(--gray-
|
|
8009
|
+
background-color: var(--gray-a4);
|
|
8010
8010
|
}
|
|
8011
8011
|
@media (pointer: coarse) {
|
|
8012
8012
|
.rt-Card:where(:any-link, button, label):where(:active:not(:focus-visible, [data-state='open']))::before {
|