@bexis2/bexis2-core-ui 0.4.6 → 0.4.7
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
|
@@ -34,7 +34,7 @@ let popupCombobox = {
|
|
|
34
34
|
</div>
|
|
35
35
|
<div class="hidden sm:block place-self-center" use:popup={popupCombobox}>
|
|
36
36
|
<button class="flex items-center gap-x-1 px-2">
|
|
37
|
-
<span
|
|
37
|
+
<span>{menubarItem.Title}▾</span>
|
|
38
38
|
</button>
|
|
39
39
|
|
|
40
40
|
<div class="z-50 w-max" data-popup={id}>
|
package/package.json
CHANGED
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
</div>
|
|
46
46
|
<div class="hidden sm:block place-self-center" use:popup={popupCombobox}>
|
|
47
47
|
<button class="flex items-center gap-x-1 px-2">
|
|
48
|
-
<span
|
|
48
|
+
<span>{menubarItem.Title}▾</span>
|
|
49
49
|
</button>
|
|
50
50
|
|
|
51
51
|
<div class="z-50 w-max" data-popup={id}>
|