@loja-integrada/admin-components 0.19.3 → 0.19.4
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/admin-components.cjs.development.js +9 -9
- package/dist/admin-components.cjs.development.js.map +1 -1
- package/dist/admin-components.cjs.production.min.js +1 -1
- package/dist/admin-components.cjs.production.min.js.map +1 -1
- package/dist/admin-components.esm.js +9 -9
- package/dist/admin-components.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/Indicators/InformationBox/InformationBox.tsx +1 -1
|
@@ -34756,7 +34756,7 @@ cov_1urw57c37o();
|
|
|
34756
34756
|
|
|
34757
34757
|
function cov_1s85yl253c() {
|
|
34758
34758
|
var path = "/runner/_work/admin-components/admin-components/styleguide/src/Indicators/InformationBox/InformationBox.tsx";
|
|
34759
|
-
var hash = "
|
|
34759
|
+
var hash = "103d4592c1c847512b89f0e5aff7346739ca5eb3";
|
|
34760
34760
|
var global = new Function("return this")();
|
|
34761
34761
|
var gcv = "__coverage__";
|
|
34762
34762
|
var coverageData = {
|
|
@@ -34858,31 +34858,31 @@ function cov_1s85yl253c() {
|
|
|
34858
34858
|
loc: {
|
|
34859
34859
|
start: {
|
|
34860
34860
|
line: 39,
|
|
34861
|
-
column:
|
|
34861
|
+
column: 145
|
|
34862
34862
|
},
|
|
34863
34863
|
end: {
|
|
34864
34864
|
line: 39,
|
|
34865
|
-
column:
|
|
34865
|
+
column: 185
|
|
34866
34866
|
}
|
|
34867
34867
|
},
|
|
34868
34868
|
type: "binary-expr",
|
|
34869
34869
|
locations: [{
|
|
34870
34870
|
start: {
|
|
34871
34871
|
line: 39,
|
|
34872
|
-
column:
|
|
34872
|
+
column: 145
|
|
34873
34873
|
},
|
|
34874
34874
|
end: {
|
|
34875
34875
|
line: 39,
|
|
34876
|
-
column:
|
|
34876
|
+
column: 150
|
|
34877
34877
|
}
|
|
34878
34878
|
}, {
|
|
34879
34879
|
start: {
|
|
34880
34880
|
line: 39,
|
|
34881
|
-
column:
|
|
34881
|
+
column: 154
|
|
34882
34882
|
},
|
|
34883
34883
|
end: {
|
|
34884
34884
|
line: 39,
|
|
34885
|
-
column:
|
|
34885
|
+
column: 185
|
|
34886
34886
|
}
|
|
34887
34887
|
}],
|
|
34888
34888
|
line: 39
|
|
@@ -34936,7 +34936,7 @@ function cov_1s85yl253c() {
|
|
|
34936
34936
|
"2": [0, 0]
|
|
34937
34937
|
},
|
|
34938
34938
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
34939
|
-
hash: "
|
|
34939
|
+
hash: "103d4592c1c847512b89f0e5aff7346739ca5eb3"
|
|
34940
34940
|
};
|
|
34941
34941
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
34942
34942
|
|
|
@@ -35007,7 +35007,7 @@ var InformationBoxComponent = function InformationBoxComponent(_ref) {
|
|
|
35007
35007
|
}, /*#__PURE__*/React__default.createElement("div", {
|
|
35008
35008
|
className: "flex flex-col justify-center min-w-0 break-words tracking-4 leading-6 text-on-base"
|
|
35009
35009
|
}, /*#__PURE__*/React__default.createElement("span", {
|
|
35010
|
-
className: "InformationBox-title text-f5 font-
|
|
35010
|
+
className: "InformationBox-title text-f5 font-semibold " + InformationBoxTypes[type].titleClass
|
|
35011
35011
|
}, (cov_1s85yl253c().b[1][0]++, title) || (cov_1s85yl253c().b[1][1]++, InformationBoxTypes[type].title)), (cov_1s85yl253c().b[2][0]++, subtitle) && (cov_1s85yl253c().b[2][1]++, /*#__PURE__*/React__default.createElement("span", {
|
|
35012
35012
|
className: "InformationBox-subtitle text-f6 font-regular mt-1"
|
|
35013
35013
|
}, subtitle)))));
|