@livetiles/reach-plugin-types 0.5.0-preview.131 → 0.5.0-preview.133

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.
Files changed (2) hide show
  1. package/lib/index.d.ts +8 -0
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -3256,6 +3256,14 @@ declare module "libs/reach/util/common/src/theme/ThemeService" {
3256
3256
  onSecondary?: string;
3257
3257
  onAccent?: string;
3258
3258
  default?: string;
3259
+ customOne?: string;
3260
+ customTwo?: string;
3261
+ customThree?: string;
3262
+ customFour?: string;
3263
+ customFive?: string;
3264
+ customSix?: string;
3265
+ customSeven?: string;
3266
+ customEight?: string;
3259
3267
  }
3260
3268
  export function getDarkAltColor(color: string): string;
3261
3269
  export function getTextColor(bgColor: string): "#333333" | "#ffffff";
package/package.json CHANGED
@@ -4,6 +4,6 @@
4
4
  "main": "",
5
5
  "types": "./index.d.ts",
6
6
  "license": "ISC",
7
- "version": "0.5.0-preview.131",
7
+ "version": "0.5.0-preview.133",
8
8
  "dependencies": {}
9
9
  }