@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
@@ -1,4 +1,8 @@
1
1
  # bexis-core-ui
2
+ ## 0.4.7
3
+ - menu
4
+ - remove capitalization from menu item
5
+
2
6
  ## 0.4.6
3
7
  - table
4
8
  - Adds config for enabling and disabling Search field on Table.
@@ -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 class="capitalize">{menubarItem.Title}▾</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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bexis2/bexis2-core-ui",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite dev",
@@ -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 class="capitalize">{menubarItem.Title}▾</span>
48
+ <span>{menubarItem.Title}▾</span>
49
49
  </button>
50
50
 
51
51
  <div class="z-50 w-max" data-popup={id}>