@isoftdata/svelte-user-configuration 1.2.2 → 1.2.3

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.
@@ -163,7 +163,7 @@ $: isCreatingNewUser = userAccount.id === null;
163
163
  {/if}
164
164
  </div>
165
165
  {/if}
166
- <div class="col-12">
166
+ <div class="col-12 col-lg-6">
167
167
  <Input
168
168
  label={translate('configuration.user.accountInfo.username', 'Username')}
169
169
  bind:value={userAccount.name}
@@ -180,6 +180,7 @@ $: isCreatingNewUser = userAccount.id === null;
180
180
  tabindex={myAccountMode ? -1 : undefined}
181
181
  />
182
182
  </div>
183
+ <div class="col-12 col-lg-6"></div>
183
184
  <div class="col-12 col-md-6">
184
185
  <Input
185
186
  label={translate('configuration.user.accountInfo.firstName', 'First Name')}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@isoftdata/svelte-user-configuration",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build && npm run package",