@mjhls/mjh-framework 1.0.339 → 1.0.341

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/README.md CHANGED
@@ -1,8 +1,10 @@
1
1
 
2
- # mjh-framework v. 1.0.339
2
+ # mjh-framework v. 1.0.341
3
+
3
4
 
4
5
  > Foundation Framework
5
6
 
7
+
6
8
  [![NPM](https://img.shields.io/npm/v/mjh-framework.svg)](https://www.npmjs.com/package/mjh-framework) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
7
9
 
8
10
  ## Install
@@ -148,14 +148,14 @@ var YoutubeGroup = function YoutubeGroup(props) {
148
148
  'div',
149
149
  { onClick: function onClick(e) {
150
150
  return scrollSlider(e, 'prev');
151
- }, className: 'tile__slider-prev', style: { color: '#fff', background: 'var(--primary)', paddingLeft: '19px' } },
151
+ }, className: 'tile__slider-prev', style: { color: '#fff', background: 'var(--primary)', width: '35px', height: '35px', borderRadius: '50%', paddingLeft: '19px' } },
152
152
  React__default.createElement('i', { style: { border: 'solid #fff', borderWidth: '0 4px 4px 0' }, className: 'arrow left' })
153
153
  ),
154
154
  showScroller && showScroller && React__default.createElement(
155
155
  'div',
156
156
  { onClick: function onClick(e) {
157
157
  return scrollSlider(e, 'next');
158
- }, className: 'tile__slider-next', style: { color: '#fff', background: 'var(--primary)', paddingRight: '19px' } },
158
+ }, className: 'tile__slider-next', style: { color: '#fff', background: 'var(--primary)', width: '35px', height: '35px', borderRadius: '50%', paddingRight: '19px' } },
159
159
  React__default.createElement('i', { style: { border: 'solid #fff', borderWidth: '0 4px 4px 0' }, className: 'arrow right' })
160
160
  ),
161
161
  React__default.createElement(
package/dist/cjs/index.js CHANGED
@@ -2836,7 +2836,7 @@ var AD300x250 = function AD300x250(_ref) {
2836
2836
 
2837
2837
  var mobileView = false;
2838
2838
  if (main.main_39) {
2839
- pos = 'rect1-mobile';
2839
+ pos = 'rec1-mobile';
2840
2840
  mobileView = true;
2841
2841
  }
2842
2842
 
@@ -2868,7 +2868,7 @@ var AD300x250x600 = function AD300x250x600(_ref) {
2868
2868
 
2869
2869
  var mobileView = false;
2870
2870
  if (main.main_39) {
2871
- pos = 'rect2-mobile';
2871
+ pos = 'rec2-mobile';
2872
2872
  mobileView = true;
2873
2873
  }
2874
2874
 
@@ -143,14 +143,14 @@ var YoutubeGroup = function YoutubeGroup(props) {
143
143
  'div',
144
144
  { onClick: function onClick(e) {
145
145
  return scrollSlider(e, 'prev');
146
- }, className: 'tile__slider-prev', style: { color: '#fff', background: 'var(--primary)', paddingLeft: '19px' } },
146
+ }, className: 'tile__slider-prev', style: { color: '#fff', background: 'var(--primary)', width: '35px', height: '35px', borderRadius: '50%', paddingLeft: '19px' } },
147
147
  React__default.createElement('i', { style: { border: 'solid #fff', borderWidth: '0 4px 4px 0' }, className: 'arrow left' })
148
148
  ),
149
149
  showScroller && showScroller && React__default.createElement(
150
150
  'div',
151
151
  { onClick: function onClick(e) {
152
152
  return scrollSlider(e, 'next');
153
- }, className: 'tile__slider-next', style: { color: '#fff', background: 'var(--primary)', paddingRight: '19px' } },
153
+ }, className: 'tile__slider-next', style: { color: '#fff', background: 'var(--primary)', width: '35px', height: '35px', borderRadius: '50%', paddingRight: '19px' } },
154
154
  React__default.createElement('i', { style: { border: 'solid #fff', borderWidth: '0 4px 4px 0' }, className: 'arrow right' })
155
155
  ),
156
156
  React__default.createElement(
package/dist/esm/index.js CHANGED
@@ -2833,7 +2833,7 @@ var AD300x250 = function AD300x250(_ref) {
2833
2833
 
2834
2834
  var mobileView = false;
2835
2835
  if (main_39) {
2836
- pos = 'rect1-mobile';
2836
+ pos = 'rec1-mobile';
2837
2837
  mobileView = true;
2838
2838
  }
2839
2839
 
@@ -2865,7 +2865,7 @@ var AD300x250x600 = function AD300x250x600(_ref) {
2865
2865
 
2866
2866
  var mobileView = false;
2867
2867
  if (main_39) {
2868
- pos = 'rect2-mobile';
2868
+ pos = 'rec2-mobile';
2869
2869
  mobileView = true;
2870
2870
  }
2871
2871
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.339",
3
+ "version": "1.0.341",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",