diff --git a/index.html b/index.html index f1ca1ed..41c5882 100644 --- a/index.html +++ b/index.html @@ -5,10 +5,6 @@ voicecapture-react -
diff --git a/package-lock.json b/package-lock.json index b890014..0e32d22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "voicecapture-react", "version": "0.1.8", "dependencies": { - "nucleus-react-js": "^0.0.8", + "nucleus-react-js": "^0.0.9", "react": "^18.3.1", "react-dom": "^18.3.1" }, @@ -2699,9 +2699,9 @@ "license": "MIT" }, "node_modules/nucleus-react-js": { - "version": "0.0.8", - "resolved": "https://registry.npmjs.org/nucleus-react-js/-/nucleus-react-js-0.0.8.tgz", - "integrity": "sha512-mg0PEV8yeOl05TcrbTU4KYjNoiwxrH+gdGL946TFTzOqWU8U/spn6/b3k4cHg3u7G48d+/pLDoCId4FQePLnnA==", + "version": "0.0.9", + "resolved": "https://registry.npmjs.org/nucleus-react-js/-/nucleus-react-js-0.0.9.tgz", + "integrity": "sha512-7CARSu/FRl0W3vlQXg2+C9pTbrJnfxA29i/9mnHytpz1+0bqaqwL5Yt9QjqxbBQzR9YyMM428Rg9R7wkMven9w==", "peerDependencies": { "react": "^17.0.0 || ^18.0.0" } diff --git a/package.json b/package.json index 362a10a..d03d6aa 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "publish": "cd dist && npm pub && cd .." }, "dependencies": { - "nucleus-react-js": "^0.0.8", + "nucleus-react-js": "^0.0.9", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/src/App.scss b/src/App.scss index 215c2b6..376ca1a 100644 --- a/src/App.scss +++ b/src/App.scss @@ -1,53 +1,3 @@ -.example { - h2, - h3 { - color: var(--color-text); - margin-bottom: 10px; - } - - p { - color: var(--color-text); - line-height: 1.6; - margin-bottom: 20px; - } - - ul { - padding-left: 20px; - margin-bottom: 20px; - } - - ul li { - list-style-type: disc; - margin-bottom: 5px; - color: var(--primary); - font-weight: bold; - } - - code { - background-color: var(--vtl-background); - padding: 3px 6px; - border-radius: 4px; - font-size: 14px; - font-family: "Courier New", Courier, monospace; - color: var(--primary); - font-weight: bold; - } - - pre { - background-color: var(--vtl-background-solid); - padding: 15px; - border-radius: 8px; - overflow-x: auto; - margin-bottom: 20px; - border: 1px solid var(--vtl-background); - box-shadow: 0 0 0 1px #fff3; - } - - pre code { - color: var(--primary); - } -} - .example-actions { width: 50%; display: flex;