@lumx/react 3.3.1 → 3.3.2-alpha-thumbnail-aspect-ratio.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.
@@ -238,6 +238,8 @@ declare type Typography = TypographyInterface | TypographyCustom;
238
238
  declare const AspectRatio: {
239
239
  /** Intrinsic content ratio. */
240
240
  readonly original: "original";
241
+ /** Ratio 3:1 */
242
+ readonly panoramic: "panoramic";
241
243
  /** Ratio 16:9 */
242
244
  readonly wide: "wide";
243
245
  /** Ratio 3:2 */
package/index.js CHANGED
@@ -236,6 +236,8 @@ const Typography = _objectSpread2(_objectSpread2({}, TypographyInterface), {}, {
236
236
  const AspectRatio = {
237
237
  /** Intrinsic content ratio. */
238
238
  original: 'original',
239
+ /** Ratio 3:1 */
240
+ panoramic: 'panoramic',
239
241
  /** Ratio 16:9 */
240
242
  wide: 'wide',
241
243
  /** Ratio 3:2 */