@liquidcommercedev/rmn-sdk 1.5.0-beta.45 → 1.5.0-beta.47
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 +255 -14
- package/dist/index.esm.js +255 -14
- package/dist/types/enums.d.ts +1 -0
- package/dist/types/modules/spot-template/rb-template.interface.d.ts +18 -0
- package/dist/types/modules/spot-template/reservebar/carousel-horizontal-info-card.template.d.ts +9 -0
- package/dist/types/modules/spot-template/reservebar/index.d.ts +1 -0
- package/package.json +4 -4
- package/umd/liquidcommerce-rmn-sdk.min.js +1 -1
package/dist/types/modules/spot-template/reservebar/carousel-horizontal-info-card.template.d.ts
ADDED
@@ -0,0 +1,9 @@
|
|
1
|
+
import { BaseSpotComponent } from 'modules/element/component/spot';
|
2
|
+
import type { ICarouselHorizontalInfoCardRbSpot } from '../rb-template.interface';
|
3
|
+
export declare class RbCarouselHorizontalInfoCardSE extends BaseSpotComponent<ICarouselHorizontalInfoCardRbSpot> {
|
4
|
+
protected reRenderOnDeviceChange: boolean;
|
5
|
+
constructor();
|
6
|
+
protected template(): string;
|
7
|
+
protected styles(): string;
|
8
|
+
private get hasContent();
|
9
|
+
}
|
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.47",
|
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.
|
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.
|
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.
|
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",
|