@liquidcommercedev/rmn-sdk 1.5.0-beta.42 → 1.5.0-beta.43
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.cjs +2 -2
- package/dist/index.esm.js +2 -2
- package/package.json +1 -1
- package/umd/liquidcommerce-rmn-sdk.min.js +1 -1
package/dist/index.cjs
CHANGED
@@ -18413,11 +18413,11 @@ class RbHomepageHeroThreeTileSE extends BaseSpotComponent {
|
|
18413
18413
|
}
|
18414
18414
|
|
18415
18415
|
@container (max-width: 767px) {
|
18416
|
-
.${prefix}__text-block-mobile--${exports.ENUM_TEXT_BLOCK_POSITION.
|
18416
|
+
.${prefix}__text-block-mobile--${exports.ENUM_TEXT_BLOCK_POSITION.RIGHT} .${prefix}__main {
|
18417
18417
|
flex-direction: row;
|
18418
18418
|
}
|
18419
18419
|
|
18420
|
-
.${prefix}__text-block-mobile--${exports.ENUM_TEXT_BLOCK_POSITION.
|
18420
|
+
.${prefix}__text-block-mobile--${exports.ENUM_TEXT_BLOCK_POSITION.LEFT} .${prefix}__main {
|
18421
18421
|
flex-direction: row-reverse;
|
18422
18422
|
}
|
18423
18423
|
}
|
package/dist/index.esm.js
CHANGED
@@ -18411,11 +18411,11 @@ class RbHomepageHeroThreeTileSE extends BaseSpotComponent {
|
|
18411
18411
|
}
|
18412
18412
|
|
18413
18413
|
@container (max-width: 767px) {
|
18414
|
-
.${prefix}__text-block-mobile--${ENUM_TEXT_BLOCK_POSITION.
|
18414
|
+
.${prefix}__text-block-mobile--${ENUM_TEXT_BLOCK_POSITION.RIGHT} .${prefix}__main {
|
18415
18415
|
flex-direction: row;
|
18416
18416
|
}
|
18417
18417
|
|
18418
|
-
.${prefix}__text-block-mobile--${ENUM_TEXT_BLOCK_POSITION.
|
18418
|
+
.${prefix}__text-block-mobile--${ENUM_TEXT_BLOCK_POSITION.LEFT} .${prefix}__main {
|
18419
18419
|
flex-direction: row-reverse;
|
18420
18420
|
}
|
18421
18421
|
}
|
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@liquidcommercedev/rmn-sdk",
|
3
3
|
"description": "LiquidCommerce RMN SDK",
|
4
4
|
"author": "LiquidCommerce Tech",
|
5
|
-
"version": "1.5.0-beta.
|
5
|
+
"version": "1.5.0-beta.43",
|
6
6
|
"homepage": "https://docs.liquidcommerce.co/rmn-sdk",
|
7
7
|
"main": "./dist/index.cjs",
|
8
8
|
"module": "./dist/index.esm.js",
|