@chainplatform/sdk 0.1.25 → 0.2.1

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.
Files changed (3) hide show
  1. package/Layout.js +1 -1
  2. package/package.json +1 -1
  3. package/logs.json +0 -46
package/Layout.js CHANGED
@@ -96,7 +96,7 @@ export function getScreenSize(layoutWidth, isDesktop, side_bar_width, styles) {
96
96
  numberwebinarChart = 2;
97
97
  webinarPadding = styles.fs15;
98
98
  }
99
- let webinarViewWidth = layoutWidth - sideBarWidth - 2 * viewPadding - webinarPadding;
99
+ let webinarViewWidth = layoutWidth - sideBarWidth - (side_bar_width > 0 ? 2 : 1) * viewPadding - webinarPadding;
100
100
  const webinarWidth = webinarViewWidth / numberwebinarChart;
101
101
  let view = {};
102
102
  view.webinarWidth = webinarWidth;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chainplatform/sdk",
3
- "version": "0.1.25",
3
+ "version": "0.2.1",
4
4
  "description": "@chainplatform/sdk is a React Native library implement for react-native and react-native-web. Require crypto-js and react-native-mmkv packages.",
5
5
  "main": "index.js",
6
6
  "devDependencies": {
package/logs.json DELETED
@@ -1,46 +0,0 @@
1
- [
2
- {
3
- "label": "Aug 19, 2024",
4
- "content": "Upgrade core platform to React Native 0.75.1. Add Admin Layout setting."
5
- },
6
- {
7
- "label": "Aug 10, 2024",
8
- "content": "Upgrade core platform to React Native 0.74.5, create @chainplatform/sdk package for platform."
9
- },
10
- {
11
- "label": "Aug 01, 2024",
12
- "content": "Upgrade core platform to React Native 0.74.4, create react-native-webview-video package to play video on youtube and vimeo."
13
- },
14
- {
15
- "label": "Jul 01, 2024",
16
- "content": "Upgrade core platform to React Native 0.74.3, add React Native Web with idea build multiplatfrom (iOS, Android, Mini App, Mobile Website, Desktop Website) with one time development. create @chainplatform/pull-to-refresh package support pull to refresh, react-native-stripe-payment-webview package support stripe payment in react native and react native web."
17
- },
18
- {
19
- "label": "Jun 04, 2024",
20
- "content": "Upgrade core to React Native 0.74.2. Change platform name to CHAIN PLATFORM."
21
- },
22
- {
23
- "label": "Early 2024",
24
- "content": "Upgrade core to React Native 0.73.0"
25
- },
26
- {
27
- "label": "From Mar 25, 2022 to Jul 15, 2023",
28
- "content": "Upgrade core platform to React Native 0.72.3 and make some small app (fisherman, camera interval [marketplace], lockscreen [published], financial [published], salehunting [published], pixelfish, booky [published])"
29
- },
30
- {
31
- "label": "Feb 27, 2022",
32
- "content": "Upgrade core platform MAM"
33
- },
34
- {
35
- "label": "Dec 27, 2021",
36
- "content": "Biggest upgrade to React Native 0.6x.x with 3000+ changed files"
37
- },
38
- {
39
- "label": "Early 2021",
40
- "content": "Upgrade core React Native version to 0.63.x and create the first version of core platform named Make App Mobile (MAM) but never public."
41
- },
42
- {
43
- "label": "Early 2019",
44
- "content": "Init project by small idea cashback mobile (BackPay) app using React Native 0.59.x"
45
- }
46
- ]