revdev-components 0.232.0 → 0.233.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/index.js +1 -1
- package/build/styles.css +4 -5
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -6093,7 +6093,7 @@ var ContentDivision = function (_a) {
|
|
|
6093
6093
|
|
|
6094
6094
|
var s$1 = {"root":"index-module_root__FWp-7","prefix":"index-module_prefix__c71y0","title":"index-module_title__l4yWz","error":"index-module_error__ExNLh"};
|
|
6095
6095
|
|
|
6096
|
-
var s = {"
|
|
6096
|
+
var s = {"label":"index-module_label__vCWmS"};
|
|
6097
6097
|
|
|
6098
6098
|
var RowContentSub = function (_a) {
|
|
6099
6099
|
var label = _a.label, content = _a.content, contentClassName = _a.contentClassName;
|
package/build/styles.css
CHANGED
|
@@ -40,6 +40,8 @@
|
|
|
40
40
|
--levelBadgeRateColor: #555;
|
|
41
41
|
--levelBarBadgeBarColor: var(--passiveColor);
|
|
42
42
|
--levelBarBadgeBackgroundColor: rgb(15, 23, 42, 5.5%);
|
|
43
|
+
--rowContentFontSize: 14px;
|
|
44
|
+
--rowContentTitleFontSize: 20px;
|
|
43
45
|
}
|
|
44
46
|
|
|
45
47
|
html,
|
|
@@ -786,6 +788,7 @@ body {
|
|
|
786
788
|
display: flex;
|
|
787
789
|
flex-direction: column;
|
|
788
790
|
gap: 8px;
|
|
791
|
+
font-size: var(--rowContentFontSize);
|
|
789
792
|
}
|
|
790
793
|
|
|
791
794
|
.index-module_prefix__c71y0 {
|
|
@@ -797,16 +800,12 @@ body {
|
|
|
797
800
|
display: flex;
|
|
798
801
|
flex-direction: row;
|
|
799
802
|
place-items: center center;
|
|
800
|
-
font-size:
|
|
803
|
+
font-size: var(--rowContentTitleFontSize);
|
|
801
804
|
}
|
|
802
805
|
|
|
803
806
|
.index-module_error__ExNLh {
|
|
804
807
|
color: var(--errorColor);
|
|
805
808
|
}
|
|
806
|
-
.index-module_root__cnSmB {
|
|
807
|
-
font-size: 14px;
|
|
808
|
-
}
|
|
809
|
-
|
|
810
809
|
.index-module_label__vCWmS {
|
|
811
810
|
color: var(--passiveColor);
|
|
812
811
|
}
|