@bexis2/bexis2-core-ui 0.4.91 → 0.4.92
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
|
@@ -74,12 +74,12 @@ if (import.meta.env.DEV) {
|
|
|
74
74
|
<Accordion>
|
|
75
75
|
<div class="sm:flex w-full justify-between">
|
|
76
76
|
<!-- <div class="sm:flex items-center sm:gap-5 px-1 text-lg justify-start gap-2 py-0"> -->
|
|
77
|
-
|
|
77
|
+
<MenuBar menuBar={$menuStore.MenuBar} />
|
|
78
|
+
<MenuBar menuBar={$menuStore.Extended} />
|
|
78
79
|
<!-- </div> -->
|
|
79
80
|
<!-- <div class="sm:flex items-center sm:gap-5 px-1 text-lg justify-end gap-2"> -->
|
|
80
81
|
<div class="grid w-full sm:flex gap-2 justify-auto sm:justify-end">
|
|
81
|
-
|
|
82
|
-
<MenuBar menuBar={$menuStore.LaunchBar} />
|
|
82
|
+
|
|
83
83
|
<!-- Add change font size buttons -->
|
|
84
84
|
<button
|
|
85
85
|
class="btn btn-ghost pl-1 pr-1"
|
|
@@ -145,11 +145,9 @@ if (import.meta.env.DEV) {
|
|
|
145
145
|
{/if}
|
|
146
146
|
{/if}
|
|
147
147
|
</button>
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
<!-- </div> -->
|
|
152
|
-
|
|
148
|
+
|
|
149
|
+
<MenuAccountBar menuBar={$menuStore.AccountBar} />
|
|
150
|
+
<MenuBar menuBar={$menuStore.LaunchBar} />
|
|
153
151
|
</div>
|
|
154
152
|
</div>
|
|
155
153
|
</Accordion>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bexis2/bexis2-core-ui",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.92",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte).",
|
|
6
6
|
"keywords": [
|
|
@@ -90,12 +90,12 @@
|
|
|
90
90
|
<Accordion>
|
|
91
91
|
<div class="sm:flex w-full justify-between">
|
|
92
92
|
<!-- <div class="sm:flex items-center sm:gap-5 px-1 text-lg justify-start gap-2 py-0"> -->
|
|
93
|
-
|
|
93
|
+
<MenuBar menuBar={$menuStore.MenuBar} />
|
|
94
|
+
<MenuBar menuBar={$menuStore.Extended} />
|
|
94
95
|
<!-- </div> -->
|
|
95
96
|
<!-- <div class="sm:flex items-center sm:gap-5 px-1 text-lg justify-end gap-2"> -->
|
|
96
97
|
<div class="grid w-full sm:flex gap-2 justify-auto sm:justify-end">
|
|
97
|
-
|
|
98
|
-
<MenuBar menuBar={$menuStore.LaunchBar} />
|
|
98
|
+
|
|
99
99
|
<!-- Add change font size buttons -->
|
|
100
100
|
<button
|
|
101
101
|
class="btn btn-ghost pl-1 pr-1"
|
|
@@ -161,11 +161,9 @@
|
|
|
161
161
|
{/if}
|
|
162
162
|
{/if}
|
|
163
163
|
</button>
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
<!-- </div> -->
|
|
168
|
-
|
|
164
|
+
|
|
165
|
+
<MenuAccountBar menuBar={$menuStore.AccountBar} />
|
|
166
|
+
<MenuBar menuBar={$menuStore.LaunchBar} />
|
|
169
167
|
</div>
|
|
170
168
|
</div>
|
|
171
169
|
</Accordion>
|