From dfec0dc24bf17812641926ea10fad7e8c422e467 Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Tue, 12 Apr 2022 17:02:12 +0500 Subject: [PATCH] oops on css --- package.json | 3 +-- src/App.css | 14 -------------- src/components/vp-explorer/VPExplorer.tsx | 1 + yarn.lock | 5 ----- 4 files changed, 2 insertions(+), 21 deletions(-) diff --git a/package.json b/package.json index d2db8e5..47b3b01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/pashto-inflector", - "version": "1.9.4", + "version": "1.9.5", "author": "lingdocs.com", "description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations", "homepage": "https://verbs.lingdocs.com", @@ -26,7 +26,6 @@ "classnames": "^2.2.6", "pbf": "^3.2.1", "rambda": "^6.7.0", - "react-rewards": "^2.0.3", "react-select": "^5.2.2" }, "devDependencies": { diff --git a/src/App.css b/src/App.css index 2b03d02..ec1c23a 100644 --- a/src/App.css +++ b/src/App.css @@ -11,20 +11,6 @@ Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; } -.answer-feedback { - transition: opacity 0.3s ease-in; - opacity: 0.8; - position: fixed; - top: 50%; - left: 50%; - z-index: 99999999; - transform: translate(-50%, -50%); -} - -.hide { - opacity: 0; -} - :root { --secondary: #00c1fc; --primary: #ffda54; diff --git a/src/components/vp-explorer/VPExplorer.tsx b/src/components/vp-explorer/VPExplorer.tsx index 9c65f71..5778709 100644 --- a/src/components/vp-explorer/VPExplorer.tsx +++ b/src/components/vp-explorer/VPExplorer.tsx @@ -19,6 +19,7 @@ import { psStringEquals } from "../../lib/p-text-helpers"; import classNames from "classnames"; import { randFromArray } from "../../lib/misc-helpers"; import playAudio from "../../lib/play-audio"; +import "./VPExplorer.css"; // import { useReward } from 'react-rewards'; const kingEmoji = "👑"; diff --git a/yarn.lock b/yarn.lock index e8a918e..b7f182c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9523,11 +9523,6 @@ react-refresh@^0.8.3: resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.8.3.tgz#721d4657672d400c5e3c75d063c4a85fb2d5d68f" integrity sha512-X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg== -react-rewards@^2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/react-rewards/-/react-rewards-2.0.3.tgz#685aee98654ab4f060e297849f39cf0a16cec042" - integrity sha512-qww5Jtk2HmCjR9wc7+0c2iP8oCQzENZn8pnoJGi0S6o+6dAD25+ZoagLSWdoBLGVwxfP5kFBjv3VZ6L8fPk6lg== - react-scripts@4.0.3: version "4.0.3" resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-4.0.3.tgz#b1cafed7c3fa603e7628ba0f187787964cb5d345"