mountain-ui 1.0.103 → 1.0.104

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,7 +1,7 @@
1
1
  {
2
2
  "name": "mountain-ui",
3
3
  "private": false,
4
- "version": "1.0.103",
4
+ "version": "1.0.104",
5
5
  "description": "A comprehensive UI component library for ERP systems with field types, entities, and registry management built with Svelte",
6
6
  "type": "module",
7
7
  "module": "index.js",
@@ -67,7 +67,7 @@
67
67
  </div>
68
68
  <TargetProjectSubscriptionCard {getProjectHref}></TargetProjectSubscriptionCard>
69
69
  <div class="content">
70
- <Button href={settingsHref} variant="ghost" style="width:100%;">
70
+ <Button href={settingsHref} variant="ghost" style="width:100%;column-gap: var(--pad-m);">
71
71
  <svg
72
72
  width="24"
73
73
  height="24"
@@ -88,7 +88,7 @@
88
88
  <h5>Paramètres</h5>
89
89
  </Button>
90
90
  <span class="separator"></span>
91
- <Button href={reportHref} variant="ghost" style="width:100%;">
91
+ <Button href={reportHref} variant="ghost" style="width:100%;column-gap: var(--pad-m);">
92
92
  <svg
93
93
  width="24"
94
94
  height="24"
@@ -112,7 +112,7 @@
112
112
 
113
113
  <h5>Signaler un problème</h5>
114
114
  </Button>
115
- <Button href={guideHref} variant="ghost" style="width:100%;">
115
+ <Button href={guideHref} variant="ghost" style="width:100%;column-gap: var(--pad-m);">
116
116
  <svg
117
117
  width="24"
118
118
  height="24"
@@ -142,7 +142,7 @@
142
142
  </Button>
143
143
  <span class="separator"></span>
144
144
  {#if hubHref}
145
- <Button href={hubHref} variant="ghost" style="width:100%;">
145
+ <Button href={hubHref} variant="ghost" style="width:100%;column-gap: var(--pad-m);">
146
146
  <svg
147
147
  width="24"
148
148
  height="24"
@@ -176,7 +176,7 @@
176
176
  </Button>
177
177
  <span class="separator"></span>
178
178
  {/if}
179
- <Button variant="ghost" style="width:100%;" onClick={handleLogout}>
179
+ <Button variant="ghost" style="width:100%;column-gap: var(--pad-m);" onClick={handleLogout}>
180
180
  <svg
181
181
  width="24"
182
182
  height="24"