qc-trousse-sdg 1.3.0-develop.7 → 1.3.1
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/README.md +36 -15
- package/dist/css/qc-sdg-no-grid.min.css +1 -1
- package/dist/css/qc-sdg.min.css +1 -1
- package/package.json +1 -1
- package/public/css/qc-sdg-no-grid.css +5 -1
- package/public/css/qc-sdg.css +5 -1
- package/public/js/qc-doc-sdg.js +1 -1
- package/src/sdg/scss/base/_lists.scss +6 -1
- package/src/sdg/scss/base/_typography.scss +0 -1
- package/src/sdg/scss/components/_icons.scss +0 -3
- package/src/sdg/scss/components/_pivHeader.scss +0 -1
package/package.json
CHANGED
|
@@ -717,6 +717,11 @@ ul ul {
|
|
|
717
717
|
list-style: circle;
|
|
718
718
|
}
|
|
719
719
|
|
|
720
|
+
dl,
|
|
721
|
+
dd {
|
|
722
|
+
margin: 0;
|
|
723
|
+
}
|
|
724
|
+
|
|
720
725
|
.qc-shading-0 {
|
|
721
726
|
border: 1px solid var(--qc-box_shadow-0-color);
|
|
722
727
|
}
|
|
@@ -1467,7 +1472,6 @@ qc-piv-header {
|
|
|
1467
1472
|
|
|
1468
1473
|
qc-piv-header a,
|
|
1469
1474
|
.qc-piv-header a {
|
|
1470
|
-
--qc-color-link-focus-outline: white;
|
|
1471
1475
|
--qc-color-link-hover: white;
|
|
1472
1476
|
--qc-color-link-text: white;
|
|
1473
1477
|
--qc-color-link-visited: white;
|
package/public/css/qc-sdg.css
CHANGED
|
@@ -717,6 +717,11 @@ ul ul {
|
|
|
717
717
|
list-style: circle;
|
|
718
718
|
}
|
|
719
719
|
|
|
720
|
+
dl,
|
|
721
|
+
dd {
|
|
722
|
+
margin: 0;
|
|
723
|
+
}
|
|
724
|
+
|
|
720
725
|
.qc-shading-0 {
|
|
721
726
|
border: 1px solid var(--qc-box_shadow-0-color);
|
|
722
727
|
}
|
|
@@ -1467,7 +1472,6 @@ qc-piv-header {
|
|
|
1467
1472
|
|
|
1468
1473
|
qc-piv-header a,
|
|
1469
1474
|
.qc-piv-header a {
|
|
1470
|
-
--qc-color-link-focus-outline: white;
|
|
1471
1475
|
--qc-color-link-hover: white;
|
|
1472
1476
|
--qc-color-link-text: white;
|
|
1473
1477
|
--qc-color-link-visited: white;
|
package/public/js/qc-doc-sdg.js
CHANGED
|
@@ -69953,7 +69953,7 @@
|
|
|
69953
69953
|
customElements.define("qc-doc-exemple", create_custom_element(Exemple, {"caption":{"attribute":"caption"},"codeTargetId":{"attribute":"code-target-id"},"hideCode":{"attribute":"hide-code","type":"Boolean"},"rawCode":{"attribute":"raw-code"}}, [], [], false));
|
|
69954
69954
|
|
|
69955
69955
|
if (document.getElementById("version")) {
|
|
69956
|
-
document.getElementById("version").textContent = `v1.3.
|
|
69956
|
+
document.getElementById("version").textContent = `v1.3.1`;
|
|
69957
69957
|
}
|
|
69958
69958
|
|
|
69959
69959
|
// Show maskable "general alert" component
|