dark-mode
CSS class is no longer available, use
data-bs-theme="dark"
instead. We rewrote and relocated the code for the color mode (theme) switcher from the HTML document to a separate .js file
assets/js/theme-switcher.js
which is now linked in the document's
<head>
section.
Build system. We've opted for Npm scripts over Gulp. Now the Silicon
build
system consists of a number of JavaScript files located in the build folder, with each file dedicated to specific tasks, and corresponding Npm scripts that trigger the execution of these files. We have integrated the following new features into the build system:
data-tooltips
(true/false),
data-tooltip-prefix
(string),
data-tooltip-suffix
(string).
/
with multiplication
*
inside SCSS codeoffcanvas-cap
used as offcanvas header and footer. Now
offcanvas-header,
offcanvas-footer_forms.scss
to separate
_date-picker.scss
fileGulpfile.jssrc/scss/helpers/_variables.scss
by setting
$enable-responsive-fss
variable to
falsebtn-like,
btn-dislike
styling dependency from
cs-product-review. Removed
cs-product-review CSS class altogether due to its redundancy