@useblu/ocean-react 1.62.1 → 1.63.0

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/index.js CHANGED
@@ -156,7 +156,9 @@ var defaultTypesMapping = {
156
156
  paragraph: 'p',
157
157
  lead: 'p',
158
158
  description: 'p',
159
- caption: 'p'
159
+ caption: 'p',
160
+ captionbold: 'p',
161
+ eyebrow: 'p'
160
162
  };
161
163
  var Typography = e__default["default"].forwardRef(function (_a, ref) {
162
164
  var children = _a.children, variant = _a.variant, className = _a.className, _b = _a.inverse, inverse = _b === void 0 ? false : _b, rest = __rest$2(_a, ["children", "variant", "className", "inverse"]);