l-min-components 1.7.1352 → 1.7.1353

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "l-min-components",
3
- "version": "1.7.1352",
3
+ "version": "1.7.1353",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src/assets",
@@ -163,7 +163,7 @@ const AccountDropdown = (props) => {
163
163
  <>
164
164
  {props?.instructorAccountData?.length > 0 && (
165
165
  <div>
166
- <h3>Instructor account</h3>
166
+ <h3 style={{ marginBottom: 10 }}>Instructor account</h3>
167
167
  {props?.instructorAccountData?.map((instructorItem, idx) => {
168
168
  console.log("account>>", instructorItem);
169
169
  return (
@@ -210,7 +210,7 @@ const AccountDropdown = (props) => {
210
210
  )}
211
211
  {props?.enterpriseAccountData?.length > 0 && (
212
212
  <div>
213
- <h3>Enterprise account</h3>
213
+ <h3 style={{ marginBottom: 10 }}>Enterprise account</h3>
214
214
  {props?.enterpriseAccountData?.map((enterpriseItem, idx) => (
215
215
  <div
216
216
  className={`account-info ${
@@ -251,7 +251,7 @@ const AccountDropdown = (props) => {
251
251
  // dont show personal accounts for developer user
252
252
  props?.personalAccountData?.length > 0 && (
253
253
  <div>
254
- <h3>Personal account</h3>
254
+ <h3 style={{ marginBottom: 10 }}>Personal account</h3>
255
255
  {props?.personalAccountData?.map((personalItem, idx) => (
256
256
  <div
257
257
  className={`account-info ${