@bexis2/bexis2-core-ui 0.4.29 → 0.4.31

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,12 @@
1
1
  # bexis-core-ui
2
+ ## 0.4.31
3
+ - Table
4
+ - Adds variants for pagination buttons
5
+
6
+ ## 0.4.30
7
+ - Table:
8
+ - Fixes issue with rounded corners on pagination button under the table
9
+ - Updates colors scheme for disabled buttons
2
10
 
3
11
  ## 0.4.29
4
12
  - table
@@ -56,8 +56,9 @@ $: $pageCount, $pageIndex, $pageSize, itemCount, indexInformation = getIndexInfo
56
56
  on:page={(page) => ($pageIndex = page.detail)}
57
57
  settings={paginationSettings}
58
58
  select="hidden"
59
- active="active"
60
- controlVariant=""
59
+ active="!variant-filled-secondary !text-on-secondary-token"
60
+ controlVariant="!text-on-primary-token"
61
+ buttonClasses="!rounded-none !px-3 !py-1.5 fill-current bg-primary-500 hover:!bg-primary-600 !text-on-primary-token disabled:grayscale disabled:!opacity-30"
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.31",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite dev",
@@ -67,8 +67,9 @@
67
67
  on:page={(page) => ($pageIndex = page.detail)}
68
68
  settings={paginationSettings}
69
69
  select="hidden"
70
- active="active"
71
- controlVariant=""
70
+ active="!variant-filled-secondary !text-on-secondary-token"
71
+ controlVariant="!text-on-primary-token"
72
+ buttonClasses="!rounded-none !px-3 !py-1.5 fill-current bg-primary-500 hover:!bg-primary-600 !text-on-primary-token disabled:grayscale disabled:!opacity-30"
72
73
  regionControl="btn-group"
73
74
  maxNumerals={1}
74
75
  showNumerals