@mjhls/mjh-framework 1.0.339 → 1.0.340

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.340
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(
@@ -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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.339",
3
+ "version": "1.0.340",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",