@dydxprotocol/v4-localization 1.1.12 → 1.1.13

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.
@@ -1522,6 +1522,7 @@
1522
1522
  "THEME": {
1523
1523
  "THEME": "Theme",
1524
1524
  "DIRECTION_COLOR_PREFERENCE": "Color Preference",
1525
+ "DISPLAY_SETTINGS": "Display settings",
1525
1526
  "DARK": "Dark",
1526
1527
  "CLASSIC_DARK": "Classic Dark",
1527
1528
  "LIGHT": "Light",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.12",
3
+ "version": "1.1.13",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1072,6 +1072,7 @@ export const APP_STRING_KEYS = {
1072
1072
  CLASSIC_DARK: 'APP.THEME.CLASSIC_DARK',
1073
1073
  DARK: 'APP.THEME.DARK',
1074
1074
  DIRECTION_COLOR_PREFERENCE: 'APP.THEME.DIRECTION_COLOR_PREFERENCE',
1075
+ DISPLAY_SETTINGS: 'APP.THEME.DISPLAY_SETTINGS',
1075
1076
  GREEN_IS_UP: 'APP.THEME.GREEN_IS_UP',
1076
1077
  LIGHT: 'APP.THEME.LIGHT',
1077
1078
  RED_IS_UP: 'APP.THEME.RED_IS_UP',