@julseb-lib/react 1.0.49 → 1.0.51
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/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +6 -6
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -471,27 +471,27 @@ iframe {
|
|
|
471
471
|
background-color: var(--color-white);
|
|
472
472
|
}
|
|
473
473
|
|
|
474
|
-
.overlay-black-50 {
|
|
474
|
+
.bg-overlay-black-50 {
|
|
475
475
|
background: var(--color-overlay-black-50);
|
|
476
476
|
}
|
|
477
477
|
|
|
478
|
-
.overlay-black-80 {
|
|
478
|
+
.bg-overlay-black-80 {
|
|
479
479
|
background: var(--color-overlay-black-80);
|
|
480
480
|
}
|
|
481
481
|
|
|
482
|
-
.overlay-white-50 {
|
|
482
|
+
.bg-overlay-white-50 {
|
|
483
483
|
background: var(--color-overlay-white-50);
|
|
484
484
|
}
|
|
485
485
|
|
|
486
|
-
.overlay-white-80 {
|
|
486
|
+
.bg-overlay-white-80 {
|
|
487
487
|
background: var(--color-overlay-white-80);
|
|
488
488
|
}
|
|
489
489
|
|
|
490
|
-
.overlay-gradient-black {
|
|
490
|
+
.bg-overlay-gradient-black {
|
|
491
491
|
background: var(--color-overlay-gradient-black);
|
|
492
492
|
}
|
|
493
493
|
|
|
494
|
-
.overlay-gradient-white {
|
|
494
|
+
.bg-overlay-gradient-white {
|
|
495
495
|
background: var(--color-overlay-gradient-white);
|
|
496
496
|
}
|
|
497
497
|
|