revdev-components 0.223.0 → 0.225.0
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/build/badges/index.d.ts +1 -0
- package/build/copyButton/index.d.ts +6 -0
- package/build/icon/regular/names.d.ts +1 -1
- package/build/index.d.ts +1 -0
- package/build/index.js +555 -504
- package/build/styles.css +31 -0
- package/package.json +1 -1
package/build/styles.css
CHANGED
|
@@ -675,6 +675,10 @@ body {
|
|
|
675
675
|
transform: scale(1);
|
|
676
676
|
}
|
|
677
677
|
}
|
|
678
|
+
.index-module_root__6hATD > button {
|
|
679
|
+
font-size: inherit !important;
|
|
680
|
+
color: inherit !important;
|
|
681
|
+
}
|
|
678
682
|
.index-module_link__0nACX {
|
|
679
683
|
display: flex;
|
|
680
684
|
place-items: center;
|
|
@@ -725,6 +729,33 @@ body {
|
|
|
725
729
|
place-items: center;
|
|
726
730
|
transform: translateX(-50%);
|
|
727
731
|
}
|
|
732
|
+
.index-module_root__rwG0M {
|
|
733
|
+
display: flex;
|
|
734
|
+
flex-direction: row;
|
|
735
|
+
gap: 0.3em;
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
.index-module_level__CNNnB {
|
|
739
|
+
display: flex;
|
|
740
|
+
flex-direction: column;
|
|
741
|
+
}
|
|
742
|
+
|
|
743
|
+
.index-module_bar__cfjpr {
|
|
744
|
+
height: 1em;
|
|
745
|
+
background-color: var(--levelBarBadgeBackgroundColor);
|
|
746
|
+
display: flex;
|
|
747
|
+
align-items: flex-end;
|
|
748
|
+
justify-content: center;
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
.index-module_bar__rate__YLDa7 {
|
|
752
|
+
width: 100%;
|
|
753
|
+
background-color: var(--levelBarBadgeBarColor);
|
|
754
|
+
}
|
|
755
|
+
|
|
756
|
+
.index-module_code__1BHcb {
|
|
757
|
+
padding: 1px 0;
|
|
758
|
+
}
|
|
728
759
|
.index-module_label__7pG3Z {
|
|
729
760
|
font-size: 12px;
|
|
730
761
|
display: inline-block;
|