qc-trousse-sdg 1.4.0-develop.0 → 1.4.0-develop.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/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 +1 -1
- package/public/css/qc-sdg.css +1 -1
- package/public/js/qc-doc-sdg.js +1 -1
- package/src/sdg/components/QcCustomElement.js +10 -0
- package/src/sdg/scss/components/_searchBar.scss +1 -1
package/package.json
CHANGED
package/public/css/qc-sdg.css
CHANGED
package/public/js/qc-doc-sdg.js
CHANGED
|
@@ -73413,7 +73413,7 @@
|
|
|
73413
73413
|
));
|
|
73414
73414
|
|
|
73415
73415
|
if (document.getElementById("version")) {
|
|
73416
|
-
document.getElementById("version").textContent = `v1.4.0-develop.
|
|
73416
|
+
document.getElementById("version").textContent = `v1.4.0-develop.1`;
|
|
73417
73417
|
}
|
|
73418
73418
|
|
|
73419
73419
|
// Show maskable "general alert" component
|