@liquidcommercedev/rmn-sdk 1.5.0-beta.45 → 1.5.0-beta.46

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 CHANGED
@@ -4584,7 +4584,7 @@ var resolveConfig = (config) => {
4584
4584
 
4585
4585
  newConfig.headers = headers = AxiosHeaders$1.from(headers);
4586
4586
 
4587
- newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url), config.params, config.paramsSerializer);
4587
+ newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url, newConfig.allowAbsoluteUrls), config.params, config.paramsSerializer);
4588
4588
 
4589
4589
  // HTTP basic authentication
4590
4590
  if (auth) {
@@ -5307,7 +5307,7 @@ function dispatchRequest(config) {
5307
5307
  });
5308
5308
  }
5309
5309
 
5310
- const VERSION$1 = "1.8.2";
5310
+ const VERSION$1 = "1.8.3";
5311
5311
 
5312
5312
  const validators$1 = {};
5313
5313
 
@@ -18174,8 +18174,8 @@ class RbHomepageHeroFullImageSE extends BaseSpotComponent {
18174
18174
  : `background-image: url("${primaryImage}");`}
18175
18175
  }
18176
18176
 
18177
- .${prefix}__text {
18178
- width: 70%;
18177
+ .${prefix}__text > * {
18178
+ max-width: 60%;
18179
18179
  }
18180
18180
 
18181
18181
  .${prefix}__text-block--${exports.ENUM_TEXT_BLOCK_POSITION.TOP_LEFT} {
@@ -19320,8 +19320,8 @@ class RbLongToutTallSE extends BaseSpotComponent {
19320
19320
  : `background-image: url("${primaryImage}");`}
19321
19321
  }
19322
19322
 
19323
- .${prefix}__text {
19324
- width: 70%;
19323
+ .${prefix}__text > * {
19324
+ max-width: 60%;
19325
19325
  }
19326
19326
 
19327
19327
  .${prefix}__text-block--${exports.ENUM_TEXT_BLOCK_POSITION.TOP_LEFT} {
@@ -20065,8 +20065,8 @@ class RbVideoPlayerSE extends BaseSpotComponent {
20065
20065
  : ``}
20066
20066
  }
20067
20067
 
20068
- .${prefix}__text {
20069
- width: 70%;
20068
+ .${prefix}__text > * {
20069
+ max-width: 60%;
20070
20070
  }
20071
20071
 
20072
20072
  .${prefix}__text-block--${exports.ENUM_TEXT_BLOCK_POSITION.TOP_LEFT} {
@@ -20179,12 +20179,6 @@ class RbVideoPlayerSE extends BaseSpotComponent {
20179
20179
  opacity: 0.8;
20180
20180
  }
20181
20181
 
20182
- @container (min-width: 640px) {
20183
- .${prefix}__text {
20184
- width: 70%;
20185
- }
20186
- }
20187
-
20188
20182
  @container (min-width: 768px) {
20189
20183
  .${prefix}__description {
20190
20184
  font-size: 12px;
package/dist/index.esm.js CHANGED
@@ -4582,7 +4582,7 @@ var resolveConfig = (config) => {
4582
4582
 
4583
4583
  newConfig.headers = headers = AxiosHeaders$1.from(headers);
4584
4584
 
4585
- newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url), config.params, config.paramsSerializer);
4585
+ newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url, newConfig.allowAbsoluteUrls), config.params, config.paramsSerializer);
4586
4586
 
4587
4587
  // HTTP basic authentication
4588
4588
  if (auth) {
@@ -5305,7 +5305,7 @@ function dispatchRequest(config) {
5305
5305
  });
5306
5306
  }
5307
5307
 
5308
- const VERSION$1 = "1.8.2";
5308
+ const VERSION$1 = "1.8.3";
5309
5309
 
5310
5310
  const validators$1 = {};
5311
5311
 
@@ -18172,8 +18172,8 @@ class RbHomepageHeroFullImageSE extends BaseSpotComponent {
18172
18172
  : `background-image: url("${primaryImage}");`}
18173
18173
  }
18174
18174
 
18175
- .${prefix}__text {
18176
- width: 70%;
18175
+ .${prefix}__text > * {
18176
+ max-width: 60%;
18177
18177
  }
18178
18178
 
18179
18179
  .${prefix}__text-block--${ENUM_TEXT_BLOCK_POSITION.TOP_LEFT} {
@@ -19318,8 +19318,8 @@ class RbLongToutTallSE extends BaseSpotComponent {
19318
19318
  : `background-image: url("${primaryImage}");`}
19319
19319
  }
19320
19320
 
19321
- .${prefix}__text {
19322
- width: 70%;
19321
+ .${prefix}__text > * {
19322
+ max-width: 60%;
19323
19323
  }
19324
19324
 
19325
19325
  .${prefix}__text-block--${ENUM_TEXT_BLOCK_POSITION.TOP_LEFT} {
@@ -20063,8 +20063,8 @@ class RbVideoPlayerSE extends BaseSpotComponent {
20063
20063
  : ``}
20064
20064
  }
20065
20065
 
20066
- .${prefix}__text {
20067
- width: 70%;
20066
+ .${prefix}__text > * {
20067
+ max-width: 60%;
20068
20068
  }
20069
20069
 
20070
20070
  .${prefix}__text-block--${ENUM_TEXT_BLOCK_POSITION.TOP_LEFT} {
@@ -20177,12 +20177,6 @@ class RbVideoPlayerSE extends BaseSpotComponent {
20177
20177
  opacity: 0.8;
20178
20178
  }
20179
20179
 
20180
- @container (min-width: 640px) {
20181
- .${prefix}__text {
20182
- width: 70%;
20183
- }
20184
- }
20185
-
20186
20180
  @container (min-width: 768px) {
20187
20181
  .${prefix}__description {
20188
20182
  font-size: 12px;
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.45",
5
+ "version": "1.5.0-beta.46",
6
6
  "homepage": "https://docs.liquidcommerce.co/rmn-sdk",
7
7
  "main": "./dist/index.cjs",
8
8
  "module": "./dist/index.esm.js",
@@ -59,7 +59,7 @@
59
59
  ],
60
60
  "license": "",
61
61
  "dependencies": {
62
- "axios": "^1.8.2",
62
+ "axios": "^1.8.3",
63
63
  "buffer": "^6.0.3",
64
64
  "jose": "^5.10.0"
65
65
  },
@@ -87,7 +87,7 @@
87
87
  "crypto-js": "^4.2.0",
88
88
  "eslint": "^9.22.0",
89
89
  "eslint-config-prettier": "^9.1.0",
90
- "eslint-import-resolver-typescript": "^3.8.3",
90
+ "eslint-import-resolver-typescript": "^3.9.1",
91
91
  "eslint-plugin-import": "^2.31.0",
92
92
  "eslint-plugin-import-helpers": "^2.0.1",
93
93
  "eslint-plugin-prettier": "^5.2.3",
@@ -97,7 +97,7 @@
97
97
  "events": "^3.3.0",
98
98
  "prettier": "^3.5.3",
99
99
  "process": "^0.11.10",
100
- "rollup": "^4.35.0",
100
+ "rollup": "^4.36.0",
101
101
  "rollup-plugin-polyfill-node": "^0.13.0",
102
102
  "rollup-plugin-typescript2": "^0.36.0",
103
103
  "semantic-release": "^24.2.3",