@readapt/settings
Advanced tools
Comparing version 1.1.1 to 1.2.0
@@ -42,2 +42,8 @@ const fontFamilyOptions = [ | ||
const thicknessOptions = [ | ||
{ value: '1', text: '1' }, | ||
{ value: '2', text: '2' }, | ||
{ value: '3', text: '3' } | ||
]; | ||
const silentLetterOpacityOptions = [ | ||
@@ -251,2 +257,2 @@ { value: '0.2', text: '1' }, | ||
export { buildDefaultSettings, colors, fontFamilyOptions, fontSizeOptions, getLangConfig, languageOptions, letterSpacingOptions, lineSpacingOptions, opacityOptions, silentLetterOpacityOptions, wordSpacingOptions }; | ||
export { buildDefaultSettings, colors, fontFamilyOptions, fontSizeOptions, getLangConfig, languageOptions, letterSpacingOptions, lineSpacingOptions, opacityOptions, silentLetterOpacityOptions, thicknessOptions, wordSpacingOptions }; |
@@ -46,2 +46,8 @@ 'use strict'; | ||
const thicknessOptions = [ | ||
{ value: '1', text: '1' }, | ||
{ value: '2', text: '2' }, | ||
{ value: '3', text: '3' } | ||
]; | ||
const silentLetterOpacityOptions = [ | ||
@@ -265,2 +271,3 @@ { value: '0.2', text: '1' }, | ||
exports.silentLetterOpacityOptions = silentLetterOpacityOptions; | ||
exports.thicknessOptions = thicknessOptions; | ||
exports.wordSpacingOptions = wordSpacingOptions; |
@@ -55,2 +55,3 @@ interface ColoredOption { | ||
declare const opacityOptions: Option[]; | ||
declare const thicknessOptions: Option[]; | ||
declare const silentLetterOpacityOptions: Option[]; | ||
@@ -61,3 +62,3 @@ declare const wordSpacingOptions: Option[]; | ||
declare const buildDefaultSettings: (language: Language) => Settings; | ||
export { LangConfig, ColoredOption, Language, ColoredItem, Option, Settings, SettingsKey, fontFamilyOptions, fontSizeOptions, languageOptions, letterSpacingOptions, lineSpacingOptions, opacityOptions, silentLetterOpacityOptions, wordSpacingOptions, colors, getLangConfig, buildDefaultSettings }; | ||
export { LangConfig, ColoredOption, Language, ColoredItem, Option, Settings, SettingsKey, fontFamilyOptions, fontSizeOptions, languageOptions, letterSpacingOptions, lineSpacingOptions, opacityOptions, thicknessOptions, silentLetterOpacityOptions, wordSpacingOptions, colors, getLangConfig, buildDefaultSettings }; | ||
//# sourceMappingURL=readapt-settings.esm.d.ts.map |
{ | ||
"name": "@readapt/settings", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"main": "dist/readapt-settings.js", | ||
@@ -24,3 +24,3 @@ "module": "dist/readapt-settings.esm.js", | ||
], | ||
"gitHead": "2e8ca47353411942b70582f432ca6ed22af056c7" | ||
"gitHead": "9d0536ba4d1473737d15ef3d6c67f61533997974" | ||
} |
@@ -7,4 +7,5 @@ export { fontFamilyOptions } from './fontFamilyOptions' | ||
export { opacityOptions } from './opacityOptions' | ||
export { thicknessOptions } from './thicknessOptions' | ||
export { silentLetterOpacityOptions } from './silentLetterOpacityOptions' | ||
export { wordSpacingOptions } from './wordSpacingOptions' | ||
export { colors } from './colors' |
Sorry, the diff of this file is not supported yet
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
66160
34
919