@lumx/react 3.3.0 → 3.3.1-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
@@ -220,6 +220,8 @@ const Typography = _objectSpread2(_objectSpread2({}, TypographyInterface), {}, {
220
220
  const AspectRatio = {
221
221
  /** Intrinsic content ratio. */
222
222
  original: 'original',
223
+ /** Ratio 3:1 */
224
+ panoramic: 'panoramic',
223
225
  /** Ratio 16:9 */
224
226
  wide: 'wide',
225
227
  /** Ratio 3:2 */