@dydxprotocol/v4-localization 1.1.91 → 1.1.92

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": "@dydxprotocol/v4-localization",
3
- "version": "1.1.91",
3
+ "version": "1.1.92",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1,6 +1,6 @@
1
1
  // !! GENERATED FILE - DO NOT EDIT
2
2
 
3
- // Generated from ../config/localization/en/app.json using codegen_localization_app.swift
3
+ // Generated from ../config/localization/en/app.json using ./codegen_localization_app.swift
4
4
 
5
5
  export const APP_STRING_KEYS = {
6
6
 
@@ -63,6 +63,10 @@ export const TOOLTIP_STRING_KEYS = {
63
63
  BRACKET_ORDER_TP_TITLE: 'TOOLTIPS.TRADE.BRACKET_ORDER_TP.TITLE',
64
64
  BUYING_POWER_BODY: 'TOOLTIPS.TRADE.BUYING_POWER.BODY',
65
65
  BUYING_POWER_TITLE: 'TOOLTIPS.TRADE.BUYING_POWER.TITLE',
66
+ CROSS_FREE_COLLATERAL_BODY: 'TOOLTIPS.TRADE.CROSS_FREE_COLLATERAL.BODY',
67
+ CROSS_FREE_COLLATERAL_TITLE: 'TOOLTIPS.TRADE.CROSS_FREE_COLLATERAL.TITLE',
68
+ CROSS_MARGIN_USAGE_BODY: 'TOOLTIPS.TRADE.CROSS_MARGIN_USAGE.BODY',
69
+ CROSS_MARGIN_USAGE_TITLE: 'TOOLTIPS.TRADE.CROSS_MARGIN_USAGE.TITLE',
66
70
  CUSTOM_AMOUNT_BODY: 'TOOLTIPS.TRADE.CUSTOM_AMOUNT.BODY',
67
71
  CUSTOM_AMOUNT_TITLE: 'TOOLTIPS.TRADE.CUSTOM_AMOUNT.TITLE',
68
72
  DEFAULT_EXECUTION_BODY: 'TOOLTIPS.TRADE.DEFAULT_EXECUTION.BODY',