@cleartrip/ct-platform-login-module 3.13.0-beta.49 → 3.13.0-beta.50

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.
@@ -163,7 +163,7 @@ var getSlides = function () {
163
163
  },
164
164
  },
165
165
  {
166
- text: 'Flat 12% off ',
166
+ text: 'Flat 10% off ',
167
167
  textColor: '#332504',
168
168
  style: {
169
169
  fontWeight: '500',
@@ -156,7 +156,7 @@ var getSlides = function () {
156
156
  },
157
157
  },
158
158
  {
159
- text: 'Flat 12% off ',
159
+ text: 'Flat 10% off ',
160
160
  textColor: '#332504',
161
161
  style: {
162
162
  fontWeight: '500',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cleartrip/ct-platform-login-module",
3
- "version": "3.13.0-beta.49",
3
+ "version": "3.13.0-beta.50",
4
4
  "description": "Login Module Component",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/ct-platform-login-module.cjs.js",
@@ -16,9 +16,9 @@
16
16
  "@cleartrip/ct-design-toast": "2.6.0",
17
17
  "@cleartrip/ct-design-typography": "^3.13.0",
18
18
  "swiper": "6.8.4",
19
- "@cleartrip/ct-platform-login-form": "1.4.0-beta.45",
20
- "@cleartrip/ct-platform-utils": "3.19.0-beta.42",
21
- "@cleartrip/ct-platform-drawer": "3.10.0-beta.43"
19
+ "@cleartrip/ct-platform-drawer": "3.10.0-beta.43",
20
+ "@cleartrip/ct-platform-login-form": "1.4.0-beta.46",
21
+ "@cleartrip/ct-platform-utils": "3.19.0-beta.42"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "react": ">=16.8.0",