@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 CHANGED
@@ -1,4 +1,4 @@
1
- # mjh-framework v. 1.0.727
1
+ # mjh-framework v. 1.0.728
2
2
 
3
3
  [![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)
4
4
 
@@ -209,8 +209,8 @@ var CMEDeck = function CMEDeck(_ref) {
209
209
  { id: 'ceToggles' },
210
210
  React__default['default'].createElement(
211
211
  'div',
212
- { style: { maxWidth: '50%', padding: '0.5rem' } },
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' } },
@@ -203,8 +203,8 @@ var CMEDeck = function CMEDeck(_ref) {
203
203
  { id: 'ceToggles' },
204
204
  React.createElement(
205
205
  'div',
206
- { style: { maxWidth: '50%', padding: '0.5rem' } },
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' } },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.727",
3
+ "version": "1.0.728",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",