@bexis2/bexis2-core-ui 0.4.28 → 0.4.29

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,9 @@
1
1
  # bexis-core-ui
2
+
3
+ ## 0.4.29
4
+ - table
5
+ - Fixes the appearance issues related to Table paginator.
6
+ -
2
7
  ## 0.4.28
3
8
  - Fixes issue with options component not displaying items correctly
4
9
  - New pagination component
@@ -56,13 +56,14 @@ $: $pageCount, $pageIndex, $pageSize, itemCount, indexInformation = getIndexInfo
56
56
  on:page={(page) => ($pageIndex = page.detail)}
57
57
  settings={paginationSettings}
58
58
  select="hidden"
59
- buttonClasses="disabled:!variant-filled-surface !px-3 !py-1.5 !fill-current !variant-filled-primary"
60
- active="!variant-filled-secondary"
59
+ active="active"
60
+ controlVariant=""
61
+ regionControl="btn-group"
61
62
  maxNumerals={1}
62
63
  showNumerals
63
64
  />
64
65
  </div>
65
- <div class="flex justify-end items-center">
66
+ <div class="flex justify-end items-center text-on-primary-token">
66
67
  <span class="text-xs text-gray-500">{indexInformation}</span>
67
68
  </div>
68
69
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bexis2/bexis2-core-ui",
3
- "version": "0.4.28",
3
+ "version": "0.4.29",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite dev",
@@ -67,13 +67,14 @@
67
67
  on:page={(page) => ($pageIndex = page.detail)}
68
68
  settings={paginationSettings}
69
69
  select="hidden"
70
- buttonClasses="disabled:!variant-filled-surface !px-3 !py-1.5 !fill-current !variant-filled-primary"
71
- active="!variant-filled-secondary"
70
+ active="active"
71
+ controlVariant=""
72
+ regionControl="btn-group"
72
73
  maxNumerals={1}
73
74
  showNumerals
74
75
  />
75
76
  </div>
76
- <div class="flex justify-end items-center">
77
+ <div class="flex justify-end items-center text-on-primary-token">
77
78
  <span class="text-xs text-gray-500">{indexInformation}</span>
78
79
  </div>
79
80
  </div>