@readapt/settings
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -146,3 +146,3 @@ const fontFamilyOptions = [ | ||
]; | ||
const textPreviewFr = "<p>Voici un texte de démonstration. En effet il montrera l'effet des options sélectionnées. Il y a trois onglets de configuration. Prenez le temps de chercher la configuration qui vous aidera le mieux.</p>"; | ||
const textPreviewFr = "Voici un texte de démonstration. En effet il montrera l'effet des options sélectionnées. Il y a trois onglets de configuration. Prenez le temps de chercher la configuration qui vous aidera le mieux."; | ||
const langConfigFr = { | ||
@@ -223,3 +223,3 @@ phonemeOptions: phonemesFr, | ||
]; | ||
const textPreviewEn = '<p>The hungry purple dinosaur ate the kind, zingy fox, the jabbering crab, and the mad whale and started vending and quacking. The quick brown fox jumps over the lazy dog.</p>'; | ||
const textPreviewEn = 'The hungry purple dinosaur ate the kind, zingy fox, the jabbering crab, and the mad whale and started vending and quacking. The quick brown fox jumps over the lazy dog.'; | ||
const langConfigEn = { | ||
@@ -226,0 +226,0 @@ phonemeOptions: phonemesEn, |
@@ -150,3 +150,3 @@ 'use strict'; | ||
]; | ||
const textPreviewFr = "<p>Voici un texte de démonstration. En effet il montrera l'effet des options sélectionnées. Il y a trois onglets de configuration. Prenez le temps de chercher la configuration qui vous aidera le mieux.</p>"; | ||
const textPreviewFr = "Voici un texte de démonstration. En effet il montrera l'effet des options sélectionnées. Il y a trois onglets de configuration. Prenez le temps de chercher la configuration qui vous aidera le mieux."; | ||
const langConfigFr = { | ||
@@ -227,3 +227,3 @@ phonemeOptions: phonemesFr, | ||
]; | ||
const textPreviewEn = '<p>The hungry purple dinosaur ate the kind, zingy fox, the jabbering crab, and the mad whale and started vending and quacking. The quick brown fox jumps over the lazy dog.</p>'; | ||
const textPreviewEn = 'The hungry purple dinosaur ate the kind, zingy fox, the jabbering crab, and the mad whale and started vending and quacking. The quick brown fox jumps over the lazy dog.'; | ||
const langConfigEn = { | ||
@@ -230,0 +230,0 @@ phonemeOptions: phonemesEn, |
{ | ||
"name": "@readapt/settings", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"main": "dist/readapt-settings.js", | ||
@@ -9,3 +9,3 @@ "module": "dist/readapt-settings.esm.js", | ||
"clean": "shx rm -rf dist", | ||
"test": "jest", | ||
"test": "echo 'no test yet'", | ||
"build": "rollup -c rollup.config.js" | ||
@@ -25,3 +25,3 @@ }, | ||
], | ||
"gitHead": "6763ba8c644e009270edb16e1fe1302ac9df6dc5" | ||
"gitHead": "ef9e3ec8ea5c5093ed21f9463c5de9db09fb6837" | ||
} |
@@ -75,3 +75,3 @@ import { ColoredOption, LangConfig } from '../models' | ||
export const textPreviewEn = | ||
'<p>The hungry purple dinosaur ate the kind, zingy fox, the jabbering crab, and the mad whale and started vending and quacking. The quick brown fox jumps over the lazy dog.</p>' | ||
'The hungry purple dinosaur ate the kind, zingy fox, the jabbering crab, and the mad whale and started vending and quacking. The quick brown fox jumps over the lazy dog.' | ||
@@ -78,0 +78,0 @@ export const langConfigEn: LangConfig = { |
@@ -80,3 +80,3 @@ import { ColoredOption, LangConfig } from '../models' | ||
const textPreviewFr = | ||
"<p>Voici un texte de démonstration. En effet il montrera l'effet des options sélectionnées. Il y a trois onglets de configuration. Prenez le temps de chercher la configuration qui vous aidera le mieux.</p>" | ||
"Voici un texte de démonstration. En effet il montrera l'effet des options sélectionnées. Il y a trois onglets de configuration. Prenez le temps de chercher la configuration qui vous aidera le mieux." | ||
@@ -83,0 +83,0 @@ export const langConfigFr: LangConfig = { |
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
65495
2