@mjhls/mjh-framework 1.0.475 → 1.0.476

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,5 +1,5 @@
1
1
 
2
- # mjh-framework v. 1.0.475
2
+ # mjh-framework v. 1.0.476
3
3
 
4
4
  > Foundation Framework
5
5
 
@@ -133,10 +133,10 @@ var TaxonomyCard = function TaxonomyCard(props) {
133
133
  null,
134
134
  React__default.createElement(
135
135
  Row,
136
- null,
136
+ { className: 'details-content-wrapper' },
137
137
  React__default.createElement(
138
138
  'div',
139
- null,
139
+ { className: 'details-content-inner-wrapper' },
140
140
  (address && address.length > 0 || companyDetails && companyDetails.length > 0) && React__default.createElement(
141
141
  'div',
142
142
  { className: 'details-wrapper' },
@@ -182,7 +182,7 @@ var TaxonomyCard = function TaxonomyCard(props) {
182
182
  React__default.createElement(
183
183
  'style',
184
184
  { jsx: 'true' },
185
- '\n .details-wrapper .details-field {\n margin: 0px;\n display: block;\n font-size: 1rem;\n margin-bottom: 3px;\n }\n .details-wrapper .company-wrapper {\n margin-right: 20px;\n display: inline-block;\n width: 50%;\n vertical-align: top;\n }\n .details-wrapper .address-wrapper {\n width: 45%;\n display: inline-block;\n }\n '
185
+ '\n .details-content-wrapper,\n .details-content-inner-wrapper {\n width: 100%;\n }\n .details-wrapper .details-field {\n margin: 0px;\n display: block;\n font-size: 1rem;\n margin-bottom: 3px;\n }\n .details-wrapper .company-wrapper {\n margin-right: 20px;\n display: inline-block;\n width: 50%;\n vertical-align: top;\n }\n .details-wrapper .address-wrapper {\n width: 45%;\n display: inline-block;\n }\n '
186
186
  )
187
187
  ),
188
188
  socialLinks && socialLinks.length && React__default.createElement(
@@ -128,10 +128,10 @@ var TaxonomyCard = function TaxonomyCard(props) {
128
128
  null,
129
129
  React__default.createElement(
130
130
  Row,
131
- null,
131
+ { className: 'details-content-wrapper' },
132
132
  React__default.createElement(
133
133
  'div',
134
- null,
134
+ { className: 'details-content-inner-wrapper' },
135
135
  (address && address.length > 0 || companyDetails && companyDetails.length > 0) && React__default.createElement(
136
136
  'div',
137
137
  { className: 'details-wrapper' },
@@ -177,7 +177,7 @@ var TaxonomyCard = function TaxonomyCard(props) {
177
177
  React__default.createElement(
178
178
  'style',
179
179
  { jsx: 'true' },
180
- '\n .details-wrapper .details-field {\n margin: 0px;\n display: block;\n font-size: 1rem;\n margin-bottom: 3px;\n }\n .details-wrapper .company-wrapper {\n margin-right: 20px;\n display: inline-block;\n width: 50%;\n vertical-align: top;\n }\n .details-wrapper .address-wrapper {\n width: 45%;\n display: inline-block;\n }\n '
180
+ '\n .details-content-wrapper,\n .details-content-inner-wrapper {\n width: 100%;\n }\n .details-wrapper .details-field {\n margin: 0px;\n display: block;\n font-size: 1rem;\n margin-bottom: 3px;\n }\n .details-wrapper .company-wrapper {\n margin-right: 20px;\n display: inline-block;\n width: 50%;\n vertical-align: top;\n }\n .details-wrapper .address-wrapper {\n width: 45%;\n display: inline-block;\n }\n '
181
181
  )
182
182
  ),
183
183
  socialLinks && socialLinks.length && React__default.createElement(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.475",
3
+ "version": "1.0.476",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",