@butternutbox/pawprint-native 0.10.3 → 0.10.4

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/dist/index.js CHANGED
@@ -81,24 +81,24 @@ var __async = (__this, __arguments, generator) => {
81
81
  };
82
82
  var BRAND_FONTS = {
83
83
  [Brand.Butternutbox]: {
84
- "IdaNarrow-Medium": idaNarrow500,
85
- "IdaNarrow-Bold": idaNarrow700,
86
- "IBMPlexSansCondensed-Regular": ibmPlexSansCondensed400,
87
- "IBMPlexSansCondensed-Medium": ibmPlexSansCondensed500,
88
- "IBMPlexSansCondensed-SemiBold": ibmPlexSansCondensed600,
89
- "IBMPlexSansCondensed-Bold": ibmPlexSansCondensed700
84
+ "IdaWebNarrow-Medium": idaNarrow500,
85
+ "IdaWebNarrow-Bold": idaNarrow700,
86
+ "IBMPlexSansCond-Regular": ibmPlexSansCondensed400,
87
+ "IBMPlexSansCond-Medium": ibmPlexSansCondensed500,
88
+ "IBMPlexSansCond-SemiBold": ibmPlexSansCondensed600,
89
+ "IBMPlexSansCond-Bold": ibmPlexSansCondensed700
90
90
  }
91
91
  };
92
92
  var FONT_MAP = {
93
93
  "IBM Plex Sans Condensed": {
94
- "400": "IBMPlexSansCondensed-Regular",
95
- "500": "IBMPlexSansCondensed-Medium",
96
- "600": "IBMPlexSansCondensed-SemiBold",
97
- "700": "IBMPlexSansCondensed-Bold"
94
+ "400": "IBMPlexSansCond-Regular",
95
+ "500": "IBMPlexSansCond-Medium",
96
+ "600": "IBMPlexSansCond-SemiBold",
97
+ "700": "IBMPlexSansCond-Bold"
98
98
  },
99
99
  "Ida Narrow": {
100
- "500": "IdaNarrow-Medium",
101
- "700": "IdaNarrow-Bold"
100
+ "500": "IdaWebNarrow-Medium",
101
+ "700": "IdaWebNarrow-Bold"
102
102
  }
103
103
  };
104
104
  var resolveFont = (fontFamily, fontWeight) => {