@fileverse/ui 5.1.2 → 5.1.3
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.css +5 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -576,6 +576,7 @@ video {
|
|
|
576
576
|
--color-inline-comment-active: 126, 74%, 73%, 1; /* #88ED92 */
|
|
577
577
|
|
|
578
578
|
/* Utility */
|
|
579
|
+
--color-bg-transparent: 0, 0%, 0%, 0.04; /* Black 4% */
|
|
579
580
|
--color-utility-overlay: 0, 0%, 0%, 0.72; /* Black 72% */
|
|
580
581
|
|
|
581
582
|
/* Elevation */
|
|
@@ -659,6 +660,7 @@ video {
|
|
|
659
660
|
--color-inline-comment-active: 127, 69%, 29%, 1; /* #177E23 */
|
|
660
661
|
|
|
661
662
|
/* Utility */
|
|
663
|
+
--color-bg-transparent: 0, 0%, 100%, 0.04; /* White 4% */
|
|
662
664
|
--color-utility-overlay: 0, 0%, 0%, 0.72; /* Black 72% */
|
|
663
665
|
}
|
|
664
666
|
|
|
@@ -736,6 +738,7 @@ video {
|
|
|
736
738
|
--color-inline-comment-active: 75, 23%, 62%, 1; /* #A9B488 */
|
|
737
739
|
|
|
738
740
|
/* Utility */
|
|
741
|
+
--color-bg-transparent: 28, 16%, 21%, 0.04; /* #3E352D 4% */
|
|
739
742
|
--color-utility-overlay: 0, 0%, 0%, 0.72; /* Black 72% */
|
|
740
743
|
}
|
|
741
744
|
|
|
@@ -813,6 +816,7 @@ video {
|
|
|
813
816
|
--color-inline-comment-active: 139, 36%, 78%, 1; /* #B3DBC0 */
|
|
814
817
|
|
|
815
818
|
/* Utility */
|
|
819
|
+
--color-bg-transparent: 3, 88%, 26%, 0.04; /* #7C0E08 4% */
|
|
816
820
|
--color-utility-overlay: 0, 0%, 0%, 0.72; /* Black 72% */
|
|
817
821
|
}
|
|
818
822
|
|
|
@@ -890,6 +894,7 @@ video {
|
|
|
890
894
|
--color-inline-comment-active: 120, 47%, 28%, 1; /* #266826 */
|
|
891
895
|
|
|
892
896
|
/* Utility */
|
|
897
|
+
--color-bg-transparent: 63, 15%, 74%, 0.04; /* #C6C7B3 4% */
|
|
893
898
|
--color-utility-overlay: 0, 0%, 0%, 0.72; /* Black 72% */
|
|
894
899
|
}
|
|
895
900
|
* {
|