@mjhls/mjh-framework 1.0.727 → 1.0.728
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 +1 -1
- package/dist/cjs/CMEDeck.js +2 -2
- package/dist/esm/CMEDeck.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# mjh-framework v. 1.0.
|
|
1
|
+
# mjh-framework v. 1.0.728
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/mjh-framework) [](https://standardjs.com)
|
|
4
4
|
|
package/dist/cjs/CMEDeck.js
CHANGED
|
@@ -209,8 +209,8 @@ var CMEDeck = function CMEDeck(_ref) {
|
|
|
209
209
|
{ id: 'ceToggles' },
|
|
210
210
|
React__default['default'].createElement(
|
|
211
211
|
'div',
|
|
212
|
-
{ style: {
|
|
213
|
-
React__default['default'].createElement('img', { src: 'https://gotoper-com.s3.amazonaws.com/_media/_image/PER_Logo.svg', alt: 'per logo' }),
|
|
212
|
+
{ style: { width: 'max-content', padding: '0.5rem' } },
|
|
213
|
+
React__default['default'].createElement('img', { src: 'https://gotoper-com.s3.amazonaws.com/_media/_image/PER_Logo.svg', style: { width: '100%', maxWidth: '10rem', marginBottom: '1rem' }, alt: 'per logo' }),
|
|
214
214
|
React__default['default'].createElement(
|
|
215
215
|
'p',
|
|
216
216
|
{ style: { margin: '0', fontWeight: '700', width: '100%', textAlign: 'center', fontSize: '1rem' } },
|
package/dist/esm/CMEDeck.js
CHANGED
|
@@ -203,8 +203,8 @@ var CMEDeck = function CMEDeck(_ref) {
|
|
|
203
203
|
{ id: 'ceToggles' },
|
|
204
204
|
React.createElement(
|
|
205
205
|
'div',
|
|
206
|
-
{ style: {
|
|
207
|
-
React.createElement('img', { src: 'https://gotoper-com.s3.amazonaws.com/_media/_image/PER_Logo.svg', alt: 'per logo' }),
|
|
206
|
+
{ style: { width: 'max-content', padding: '0.5rem' } },
|
|
207
|
+
React.createElement('img', { src: 'https://gotoper-com.s3.amazonaws.com/_media/_image/PER_Logo.svg', style: { width: '100%', maxWidth: '10rem', marginBottom: '1rem' }, alt: 'per logo' }),
|
|
208
208
|
React.createElement(
|
|
209
209
|
'p',
|
|
210
210
|
{ style: { margin: '0', fontWeight: '700', width: '100%', textAlign: 'center', fontSize: '1rem' } },
|