@delon/theme 12.2.3 → 12.3.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/bundles/layout-blank.umd.js +1 -1
- package/bundles/layout-default.umd.js +6 -2
- package/bundles/layout-default.umd.js.map +1 -1
- package/bundles/layout-theme-btn.umd.js +1 -1
- package/bundles/setting-drawer.umd.js +1 -1
- package/bundles/theme.umd.js +88 -4
- package/bundles/theme.umd.js.map +1 -1
- package/compact.css +2 -1
- package/compact.min.css +1 -1
- package/dark.css +2 -1
- package/dark.min.css +1 -1
- package/default.css +2 -1
- package/default.min.css +1 -1
- package/esm2015/layout-default/layout-nav.component.js +6 -2
- package/esm2015/src/locale/languages/el-GR.js +3 -3
- package/esm2015/src/locale/languages/it-IT.js +83 -0
- package/esm2015/src/locale/public_api.js +2 -1
- package/esm2015/src/services/menu/interface.js +1 -1
- package/esm2015/src/version.js +1 -1
- package/fesm2015/layout-default.js +5 -1
- package/fesm2015/layout-default.js.map +1 -1
- package/fesm2015/theme.js +87 -4
- package/fesm2015/theme.js.map +1 -1
- package/layout-default/layout-default.metadata.json +1 -1
- package/layout-default/style/fix/_sidebar-nav.less +2 -1
- package/package.json +3 -3
- package/src/locale/languages/it-IT.d.ts +3 -0
- package/src/locale/public_api.d.ts +1 -0
- package/src/services/menu/interface.d.ts +8 -3
- package/theme.metadata.json +1 -1
package/dark.css
CHANGED
|
@@ -31036,7 +31036,8 @@ body {
|
|
|
31036
31036
|
margin-right: 8px;
|
|
31037
31037
|
transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
31038
31038
|
}
|
|
31039
|
-
.sidebar-nav__item-img
|
|
31039
|
+
.sidebar-nav__item-img,
|
|
31040
|
+
.sidebar-nav__item-svg {
|
|
31040
31041
|
width: 14px;
|
|
31041
31042
|
height: 14px;
|
|
31042
31043
|
}
|