@arsedizioni/ars-utils 18.2.275 → 18.2.277
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/esm2022/clipper.common/common/definitions.mjs +3 -1
- package/esm2022/core/services/theme.service.mjs +2 -2
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +2 -0
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-core.mjs +1 -1
- package/fesm2022/arsedizioni-ars-utils-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1942,7 +1942,7 @@ class ThemeService {
|
|
|
1942
1942
|
* Configuration schema about the icon, the text and the toggle() sequence
|
|
1943
1943
|
*/
|
|
1944
1944
|
this.themeInfo = {
|
|
1945
|
-
['system']: { icon: '
|
|
1945
|
+
['system']: { icon: 'contrast', name: 'Impostazione predefinita di sistema', next: 'light', tooltip: 'Passa a tema chiaro', },
|
|
1946
1946
|
['light']: { icon: 'light_mode', name: 'Tema chiaro', next: 'dark', tooltip: 'Passa a tema scuro', },
|
|
1947
1947
|
['dark']: { icon: 'dark_mode', name: 'Tema scuro', next: 'system', tooltip: 'Passa a tema predefinito di sistema', },
|
|
1948
1948
|
};
|