@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforcedevs/dx-components",
3
- "version": "1.5.0-alpha",
3
+ "version": "1.5.0-alpha2",
4
4
  "description": "DX Lightning web components",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -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 = "dark-mode";
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));