@readapt/settings
Advanced tools
Comparing version 1.7.1 to 1.7.2
export declare const colors: readonly ["#5fa2ce", "#76b7b2", "#b07aa1", "#fc7d0b", "#a3cce9", "#c85200", "#7b848f", "#59a14f", "#ff9da7", "#edc948", "#9c755f", "#ffbc79"]; | ||
export type ColorOption = typeof colors[number]; | ||
export type ColorOption = (typeof colors)[number]; | ||
//# sourceMappingURL=colors.d.ts.map |
{ | ||
"name": "@readapt/settings", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"main": "dist/readapt-settings.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/readapt-settings.esm.js", |
@@ -16,2 +16,2 @@ export const colors = [ | ||
export type ColorOption = typeof colors[number] | ||
export type ColorOption = (typeof colors)[number] |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
74213