@thryveai/theme-interfaces 2.3.9 → 2.3.10

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.
@@ -384,7 +384,7 @@ export interface IDefaultThemeInterface {
384
384
  backgroundColor: string;
385
385
  };
386
386
  };
387
- PaginationNumber: {
387
+ paginationNumber: {
388
388
  static: {
389
389
  color: string;
390
390
  backgroundColor: string;
@@ -397,23 +397,23 @@ export interface IThemeInterface {
397
397
  selected?: {
398
398
  backgroundColor?: string;
399
399
  };
400
- PaginationNumber?: {
401
- static?: {
402
- color?: string;
403
- backgroundColor?: string;
404
- };
405
- hover?: {
406
- color?: string;
407
- backgroundColor?: string;
408
- };
409
- disabled?: {
410
- color?: string;
411
- backgroundColor?: string;
412
- };
413
- visited?: {
414
- color?: string;
415
- backgroundColor?: string;
416
- };
400
+ };
401
+ paginationNumber?: {
402
+ static?: {
403
+ color?: string;
404
+ backgroundColor?: string;
405
+ };
406
+ hover?: {
407
+ color?: string;
408
+ backgroundColor?: string;
409
+ };
410
+ disabled?: {
411
+ color?: string;
412
+ backgroundColor?: string;
413
+ };
414
+ visited?: {
415
+ color?: string;
416
+ backgroundColor?: string;
417
417
  };
418
418
  };
419
419
  };
@@ -990,7 +990,7 @@ var DefaultThemeSFUI = function (colors) {
990
990
  backgroundColor: colors.tertiary1
991
991
  }
992
992
  },
993
- PaginationNumber: {
993
+ paginationNumber: {
994
994
  static: {
995
995
  color: colors.primary1,
996
996
  backgroundColor: "none",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thryveai/theme-interfaces",
3
- "version": "2.3.9",
3
+ "version": "2.3.10",
4
4
  "description": "Shared interfaces and defaults for all Wynshop themed apps.",
5
5
  "scripts": {
6
6
  "build": "tsc",