@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 +3 -1
- package/dist/cjs/YoutubeGroup.js +2 -2
- package/dist/esm/YoutubeGroup.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
|
|
2
|
-
# mjh-framework v. 1.0.
|
|
2
|
+
# mjh-framework v. 1.0.340
|
|
3
|
+
|
|
3
4
|
|
|
4
5
|
> Foundation Framework
|
|
5
6
|
|
|
7
|
+
|
|
6
8
|
[](https://www.npmjs.com/package/mjh-framework) [](https://standardjs.com)
|
|
7
9
|
|
|
8
10
|
## Install
|
package/dist/cjs/YoutubeGroup.js
CHANGED
|
@@ -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/esm/YoutubeGroup.js
CHANGED
|
@@ -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(
|