@bexis2/bexis2-core-ui 0.4.29 → 0.4.30

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.30
3
+ - Table:
4
+ - Fixes issue with rounded corners on pagination button under the table
5
+ - Updates colors scheme for disabled buttons
2
6
 
3
7
  ## 0.4.29
4
8
  - table
@@ -58,6 +58,7 @@ $: $pageCount, $pageIndex, $pageSize, itemCount, indexInformation = getIndexInfo
58
58
  select="hidden"
59
59
  active="active"
60
60
  controlVariant=""
61
+ buttonClasses="!rounded-none !px-3 !py-1.5 fill-current"
61
62
  regionControl="btn-group"
62
63
  maxNumerals={1}
63
64
  showNumerals
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bexis2/bexis2-core-ui",
3
- "version": "0.4.29",
3
+ "version": "0.4.30",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite dev",
@@ -69,6 +69,7 @@
69
69
  select="hidden"
70
70
  active="active"
71
71
  controlVariant=""
72
+ buttonClasses="!rounded-none !px-3 !py-1.5 fill-current"
72
73
  regionControl="btn-group"
73
74
  maxNumerals={1}
74
75
  showNumerals