@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.
- package/_internal/types.d.ts +2 -0
- package/index.js +2 -0
- package/index.js.map +1 -1
- package/package.json +3 -3
- package/src/components/index.ts +2 -0
package/package.json
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@juggle/resize-observer": "^3.2.0",
|
|
10
|
-
"@lumx/core": "^3.3.0",
|
|
11
|
-
"@lumx/icons": "^3.3.0",
|
|
10
|
+
"@lumx/core": "^3.3.1-alpha-thumbnail-aspect-ratio.0",
|
|
11
|
+
"@lumx/icons": "^3.3.1-alpha-thumbnail-aspect-ratio.0",
|
|
12
12
|
"@popperjs/core": "^2.5.4",
|
|
13
13
|
"body-scroll-lock": "^3.1.5",
|
|
14
14
|
"classnames": "^2.2.6",
|
|
@@ -113,5 +113,5 @@
|
|
|
113
113
|
"build:storybook": "cd storybook && ./build"
|
|
114
114
|
},
|
|
115
115
|
"sideEffects": false,
|
|
116
|
-
"version": "3.3.0"
|
|
116
|
+
"version": "3.3.1-alpha-thumbnail-aspect-ratio.0"
|
|
117
117
|
}
|
package/src/components/index.ts
CHANGED
|
@@ -146,6 +146,8 @@ export type Typography = TypographyInterface | TypographyCustom;
|
|
|
146
146
|
export const AspectRatio = {
|
|
147
147
|
/** Intrinsic content ratio. */
|
|
148
148
|
original: 'original',
|
|
149
|
+
/** Ratio 3:1 */
|
|
150
|
+
panoramic: 'panoramic',
|
|
149
151
|
/** Ratio 16:9 */
|
|
150
152
|
wide: 'wide',
|
|
151
153
|
/** Ratio 3:2 */
|