message-verify 0.0.13-beta.0 → 0.0.14-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/App.css +42 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +6 -2
- package/src/index.ts +1 -0
- package/eslint.config.js +0 -28
- package/index.html +0 -12
- package/public/vite.svg +0 -1
- package/tsconfig.app.json +0 -26
- package/tsconfig.json +0 -25
- package/tsconfig.node.json +0 -24
- package/vite.config.ts +0 -7
package/dist/App.css
ADDED
@@ -0,0 +1,42 @@
|
|
1
|
+
#root {
|
2
|
+
max-width: 1280px;
|
3
|
+
margin: 0 auto;
|
4
|
+
padding: 2rem;
|
5
|
+
text-align: center;
|
6
|
+
}
|
7
|
+
|
8
|
+
.logo {
|
9
|
+
height: 6em;
|
10
|
+
padding: 1.5em;
|
11
|
+
will-change: filter;
|
12
|
+
transition: filter 300ms;
|
13
|
+
}
|
14
|
+
.logo:hover {
|
15
|
+
filter: drop-shadow(0 0 2em #646cffaa);
|
16
|
+
}
|
17
|
+
.logo.react:hover {
|
18
|
+
filter: drop-shadow(0 0 2em #61dafbaa);
|
19
|
+
}
|
20
|
+
|
21
|
+
@keyframes logo-spin {
|
22
|
+
from {
|
23
|
+
transform: rotate(0deg);
|
24
|
+
}
|
25
|
+
to {
|
26
|
+
transform: rotate(360deg);
|
27
|
+
}
|
28
|
+
}
|
29
|
+
|
30
|
+
@media (prefers-reduced-motion: no-preference) {
|
31
|
+
a:nth-of-type(2) .logo {
|
32
|
+
animation: logo-spin infinite 20s linear;
|
33
|
+
}
|
34
|
+
}
|
35
|
+
|
36
|
+
.card {
|
37
|
+
padding: 2em;
|
38
|
+
}
|
39
|
+
|
40
|
+
.read-the-docs {
|
41
|
+
color: #888;
|
42
|
+
}
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
@@ -1,7 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "message-verify",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.14-beta.0",
|
4
4
|
"type": "module",
|
5
|
+
"files": [
|
6
|
+
"dist",
|
7
|
+
"src"
|
8
|
+
],
|
5
9
|
"main": "dist/index.js",
|
6
10
|
"dependencies": {
|
7
11
|
"react": "^19.0.0",
|
@@ -22,7 +26,7 @@
|
|
22
26
|
},
|
23
27
|
"scripts": {
|
24
28
|
"dev": "vite",
|
25
|
-
"build": "tsc -p tsconfig.json",
|
29
|
+
"build": "tsc -p tsconfig.json && cp src/App.css dist/App.css",
|
26
30
|
"lint": "eslint .",
|
27
31
|
"preview": "vite preview"
|
28
32
|
}
|
package/src/index.ts
CHANGED
package/eslint.config.js
DELETED
@@ -1,28 +0,0 @@
|
|
1
|
-
import js from '@eslint/js'
|
2
|
-
import globals from 'globals'
|
3
|
-
import reactHooks from 'eslint-plugin-react-hooks'
|
4
|
-
import reactRefresh from 'eslint-plugin-react-refresh'
|
5
|
-
import tseslint from 'typescript-eslint'
|
6
|
-
|
7
|
-
export default tseslint.config(
|
8
|
-
{ ignores: ['dist'] },
|
9
|
-
{
|
10
|
-
extends: [js.configs.recommended, ...tseslint.configs.recommended],
|
11
|
-
files: ['**/*.{ts,tsx}'],
|
12
|
-
languageOptions: {
|
13
|
-
ecmaVersion: 2020,
|
14
|
-
globals: globals.browser,
|
15
|
-
},
|
16
|
-
plugins: {
|
17
|
-
'react-hooks': reactHooks,
|
18
|
-
'react-refresh': reactRefresh,
|
19
|
-
},
|
20
|
-
rules: {
|
21
|
-
...reactHooks.configs.recommended.rules,
|
22
|
-
'react-refresh/only-export-components': [
|
23
|
-
'warn',
|
24
|
-
{ allowConstantExport: true },
|
25
|
-
],
|
26
|
-
},
|
27
|
-
},
|
28
|
-
)
|
package/index.html
DELETED
@@ -1,12 +0,0 @@
|
|
1
|
-
<!doctype html>
|
2
|
-
<html lang="en">
|
3
|
-
<head>
|
4
|
-
<meta charset="UTF-8" />
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
6
|
-
<title>Vite + React + TS</title>
|
7
|
-
</head>
|
8
|
-
<body>
|
9
|
-
<div id="root"></div>
|
10
|
-
<script type="module" src="/src/main.tsx"></script>
|
11
|
-
</body>
|
12
|
-
</html>
|
package/public/vite.svg
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="31.88" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 257"><defs><linearGradient id="IconifyId1813088fe1fbc01fb466" x1="-.828%" x2="57.636%" y1="7.652%" y2="78.411%"><stop offset="0%" stop-color="#41D1FF"></stop><stop offset="100%" stop-color="#BD34FE"></stop></linearGradient><linearGradient id="IconifyId1813088fe1fbc01fb467" x1="43.376%" x2="50.316%" y1="2.242%" y2="89.03%"><stop offset="0%" stop-color="#FFEA83"></stop><stop offset="8.333%" stop-color="#FFDD35"></stop><stop offset="100%" stop-color="#FFA800"></stop></linearGradient></defs><path fill="url(#IconifyId1813088fe1fbc01fb466)" d="M255.153 37.938L134.897 252.976c-2.483 4.44-8.862 4.466-11.382.048L.875 37.958c-2.746-4.814 1.371-10.646 6.827-9.67l120.385 21.517a6.537 6.537 0 0 0 2.322-.004l117.867-21.483c5.438-.991 9.574 4.796 6.877 9.62Z"></path><path fill="url(#IconifyId1813088fe1fbc01fb467)" d="M185.432.063L96.44 17.501a3.268 3.268 0 0 0-2.634 3.014l-5.474 92.456a3.268 3.268 0 0 0 3.997 3.378l24.777-5.718c2.318-.535 4.413 1.507 3.936 3.838l-7.361 36.047c-.495 2.426 1.782 4.5 4.151 3.78l15.304-4.649c2.372-.72 4.652 1.36 4.15 3.788l-11.698 56.621c-.732 3.542 3.979 5.473 5.943 2.437l1.313-2.028l72.516-144.72c1.215-2.423-.88-5.186-3.54-4.672l-25.505 4.922c-2.396.462-4.435-1.77-3.759-4.114l16.646-57.705c.677-2.35-1.37-4.583-3.769-4.113Z"></path></svg>
|
package/tsconfig.app.json
DELETED
@@ -1,26 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"compilerOptions": {
|
3
|
-
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
|
4
|
-
"target": "ES2020",
|
5
|
-
"useDefineForClassFields": true,
|
6
|
-
"lib": ["ES2020", "DOM", "DOM.Iterable"],
|
7
|
-
"module": "ESNext",
|
8
|
-
"skipLibCheck": true,
|
9
|
-
|
10
|
-
/* Bundler mode */
|
11
|
-
"moduleResolution": "bundler",
|
12
|
-
"allowImportingTsExtensions": true,
|
13
|
-
"isolatedModules": true,
|
14
|
-
"moduleDetection": "force",
|
15
|
-
"noEmit": true,
|
16
|
-
"jsx": "react-jsx",
|
17
|
-
|
18
|
-
/* Linting */
|
19
|
-
"strict": true,
|
20
|
-
"noUnusedLocals": true,
|
21
|
-
"noUnusedParameters": true,
|
22
|
-
"noFallthroughCasesInSwitch": true,
|
23
|
-
"noUncheckedSideEffectImports": true
|
24
|
-
},
|
25
|
-
"include": ["src"]
|
26
|
-
}
|
package/tsconfig.json
DELETED
@@ -1,25 +0,0 @@
|
|
1
|
-
{
|
2
|
-
// "files": [],
|
3
|
-
// "references": [
|
4
|
-
// { "path": "./tsconfig.app.json" },
|
5
|
-
// { "path": "./tsconfig.node.json" }
|
6
|
-
// ],
|
7
|
-
// "compilerOptions": {
|
8
|
-
// "declaration": true,
|
9
|
-
// "outDir": "dist"
|
10
|
-
// }
|
11
|
-
"compilerOptions": {
|
12
|
-
"outDir": "dist",
|
13
|
-
"declaration": true,
|
14
|
-
"declarationDir": "dist",
|
15
|
-
"module": "ESNext",
|
16
|
-
"target": "ESNext",
|
17
|
-
"jsx": "react-jsx",
|
18
|
-
"esModuleInterop": true,
|
19
|
-
"moduleResolution": "node",
|
20
|
-
"allowSyntheticDefaultImports": true,
|
21
|
-
"skipLibCheck": true,
|
22
|
-
"strict": true
|
23
|
-
},
|
24
|
-
"include": ["src"]
|
25
|
-
}
|
package/tsconfig.node.json
DELETED
@@ -1,24 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"compilerOptions": {
|
3
|
-
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
|
4
|
-
"target": "ES2022",
|
5
|
-
"lib": ["ES2023"],
|
6
|
-
"module": "ESNext",
|
7
|
-
"skipLibCheck": true,
|
8
|
-
|
9
|
-
/* Bundler mode */
|
10
|
-
"moduleResolution": "bundler",
|
11
|
-
"allowImportingTsExtensions": true,
|
12
|
-
"isolatedModules": true,
|
13
|
-
"moduleDetection": "force",
|
14
|
-
"noEmit": true,
|
15
|
-
|
16
|
-
/* Linting */
|
17
|
-
"strict": true,
|
18
|
-
"noUnusedLocals": true,
|
19
|
-
"noUnusedParameters": true,
|
20
|
-
"noFallthroughCasesInSwitch": true,
|
21
|
-
"noUncheckedSideEffectImports": true
|
22
|
-
},
|
23
|
-
"include": ["vite.config.ts"]
|
24
|
-
}
|