@salesforcedevs/dx-components 1.5.0-alpha → 1.5.0-alpha2
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/package.json
CHANGED
|
@@ -30,7 +30,7 @@ declare module globalThis {
|
|
|
30
30
|
|
|
31
31
|
export const DARK_MODE_THEMES = ["dark", "light"];
|
|
32
32
|
export const DARKMODE_TOGGLE_EVENT_NAME = "UPDATE_DARK_MODE";
|
|
33
|
-
const DARK_MODE_FEATURE_FLAG = "
|
|
33
|
+
const DARK_MODE_FEATURE_FLAG = "dark_mode";
|
|
34
34
|
|
|
35
35
|
export const dispatchDarkModeToggleEvent = () => {
|
|
36
36
|
window.dispatchEvent(new Event(DARKMODE_TOGGLE_EVENT_NAME));
|