@livetiles/reach-plugin-types 0.5.0-preview.132 → 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.
- package/lib/index.d.ts +8 -0
- 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";
|