@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
|
@@ -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="
|
|
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
|
@@ -67,8 +67,9 @@
|
|
|
67
67
|
on:page={(page) => ($pageIndex = page.detail)}
|
|
68
68
|
settings={paginationSettings}
|
|
69
69
|
select="hidden"
|
|
70
|
-
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
|