@scbt-ecom/ui 0.47.0 → 0.47.1

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.
@@ -2,6 +2,7 @@ type PaginationClasses = {
2
2
  root?: string;
3
3
  button?: string;
4
4
  ellipsis?: string;
5
+ active?: string;
5
6
  };
6
7
  export type PaginationProps = {
7
8
  /**
package/dist/ui.js CHANGED
@@ -2345,7 +2345,7 @@ const Fn = ({
2345
2345
  className: w(
2346
2346
  "mob-body-regular-l w-[40px] p-0 text-color-dark",
2347
2347
  {
2348
- "text-color-primary-default": f
2348
+ [`text-color-primary-default ${l == null ? void 0 : l.active}`]: f
2349
2349
  },
2350
2350
  l == null ? void 0 : l.button
2351
2351
  ),