@todovue/tv-search 1.1.1 → 1.1.3
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/LICENSE +1 -1
- package/README.md +1 -2
- package/dist/tv-search.css +1 -1
- package/package.json +10 -9
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
A fast, accessible, and fully customizable search interface component for Vue 3 applications. Provides an elegant modal search experience with keyboard shortcuts, real-time filtering, and complete style customization. Works seamlessly in Single Page Apps or Server-Side Rendered (SSR) environments (e.g. Nuxt 3).
|
|
6
6
|
|
|
7
7
|
[](https://www.npmjs.com/package/@todovue/tv-search)
|
|
8
|
-
[](https://app.netlify.com/projects/tv-search-demo/deploys)
|
|
9
8
|
[](https://www.npmjs.com/package/@todovue/tv-search)
|
|
10
9
|
[](https://www.npmjs.com/package/@todovue/tv-search)
|
|
11
10
|

|
|
@@ -15,7 +14,7 @@ A fast, accessible, and fully customizable search interface component for Vue 3
|
|
|
15
14
|

|
|
16
15
|

|
|
17
16
|
|
|
18
|
-
> Demo: https://
|
|
17
|
+
> Demo: https://ui.todovue.blog/search
|
|
19
18
|
|
|
20
19
|
---
|
|
21
20
|
## Table of Contents
|
package/dist/tv-search.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@charset "UTF-8";.tv-cursor-pointer{cursor:pointer}.tv-radius-none-bl{border-bottom-left-radius:0!important}.tv-radius-none-br{border-bottom-right-radius:0!important}.tv-search-icon{border:2px solid #B9C4DF}.tv-search-modal{background-color:#f8fafcb3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.tv-search-modal .tv-search-modal-content{background-color:#b9c4df;box-shadow:0 0 15px #b9c4df}.tv-search-icon{display:inline-block;height:32px;padding:2px;width:32px}.tv-search-modal{align-items:flex-start;display:flex;height:100%;justify-content:center;left:0;padding-top:100px;position:fixed;top:0;width:100%;z-index:1000}.tv-search-modal .tv-search-modal-content{border-radius:5px;padding:20px;width:550px}.tv-search-modal .tv-search-modal-content .tv-search-input{border-radius:10px 0 0 10px;border:none;font-size:16px;height:44px;outline:none;padding:10px;width:100%}.tv-search-modal .tv-search-modal-content .tv-btn{border-radius:0 10px 10px 0}.tv-search-modal .tv-search-modal-content .tv-search-modal-content-input{display:flex}.tv-search-modal .tv-search-modal-content .tv-search-results{border-radius:0 0 10px 10px;background:#f8fafc;color:#1e293b;display:inline-block;max-height:200px;
|
|
1
|
+
@charset "UTF-8";.tv-cursor-pointer{cursor:pointer}.tv-radius-none-bl{border-bottom-left-radius:0!important}.tv-radius-none-br{border-bottom-right-radius:0!important}.tv-search-icon{border:2px solid #B9C4DF}.tv-search-modal{background-color:#f8fafcb3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.tv-search-modal .tv-search-modal-content{background-color:#b9c4df;box-shadow:0 0 15px #b9c4df}.tv-search-icon{display:inline-block;height:32px;padding:2px;width:32px}.tv-search-modal{align-items:flex-start;display:flex;height:100%;justify-content:center;left:0;padding-top:100px;position:fixed;top:0;width:100%;z-index:1000}.tv-search-modal .tv-search-modal-content{border-radius:5px;padding:20px;width:550px;max-width:90%}.tv-search-modal .tv-search-modal-content .tv-search-input{border-radius:10px 0 0 10px;border:none;font-size:16px;height:44px;outline:none;padding:10px;width:100%}.tv-search-modal .tv-search-modal-content .tv-btn{border-radius:0 10px 10px 0}.tv-search-modal .tv-search-modal-content .tv-search-modal-content-input{display:flex}.tv-search-modal .tv-search-modal-content .tv-search-results{border-radius:0 0 10px 10px;background:#f8fafc;color:#1e293b;display:inline-block;max-height:200px;overflow-y:auto;transition:all .3s ease;width:100%}.tv-search-modal .tv-search-modal-content .tv-search-results-title{font-size:1rem;font-weight:600;padding:.7rem 1rem}.tv-search-modal .tv-search-modal-content .tv-search-results-title:hover{background:#0e131f33}.tv-search-modal .tv-search-modal-content .tv-search-results-title:active{background:#0e131f66}.dark-mode .tv-search-icon{border:2px solid #0E131F}.dark-mode .tv-search-modal{background-color:#161e31b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dark-mode .tv-search-modal .tv-search-modal-content{background-color:#0e131f;box-shadow:0 0 15px #0e131f}.dark-mode .tv-search-modal .tv-search-modal-content .tv-search-results{background:#161e31;color:#cbd5e1}@media(max-width:768px){.tv-search-modal{padding-top:50px}.tv-search-modal .tv-search-modal-content{padding:15px;width:95%;max-width:95%}.tv-search-modal .tv-search-modal-content .tv-search-results{max-height:150px}}@media(max-width:480px){.tv-search-modal{padding-top:30px;align-items:flex-start}.tv-search-modal .tv-search-modal-content{padding:10px}.tv-search-modal .tv-search-modal-content .tv-search-input{font-size:14px;height:40px;padding:8px}.tv-search-modal .tv-search-modal-content .tv-search-results{max-height:120px}.tv-search-modal .tv-search-modal-content .tv-search-results-title{font-size:.9rem;padding:.5rem .8rem}}
|
package/package.json
CHANGED
|
@@ -4,11 +4,12 @@
|
|
|
4
4
|
"author": "Cristhian Daza",
|
|
5
5
|
"description": "TvSearch provides a fast, accessible, and fully customizable search interface for Vue 3 apps.",
|
|
6
6
|
"license": "MIT",
|
|
7
|
-
"version": "1.1.
|
|
7
|
+
"version": "1.1.3",
|
|
8
8
|
"type": "module",
|
|
9
|
+
"homepage": "https://ui.todovue.blog/search",
|
|
9
10
|
"repository": {
|
|
10
11
|
"type": "git",
|
|
11
|
-
"url": "https://github.com/TODOvue/tv-search.git"
|
|
12
|
+
"url": "git+https://github.com/TODOvue/tv-search.git"
|
|
12
13
|
},
|
|
13
14
|
"bugs": {
|
|
14
15
|
"url": "https://github.com/TODOvue/tv-search/issues"
|
|
@@ -56,16 +57,16 @@
|
|
|
56
57
|
"build:demo": "cp README.md public/ && cp CHANGELOG.md public/ && VITE_BUILD_TARGET=demo vite build"
|
|
57
58
|
},
|
|
58
59
|
"peerDependencies": {
|
|
59
|
-
"vue": "^3.
|
|
60
|
+
"vue": "^3.5.26"
|
|
60
61
|
},
|
|
61
62
|
"dependencies": {
|
|
62
|
-
"@todovue/tv-button": "^1.2.
|
|
63
|
+
"@todovue/tv-button": "^1.2.3"
|
|
63
64
|
},
|
|
64
65
|
"devDependencies": {
|
|
65
|
-
"@todovue/tv-demo": "^1.2.
|
|
66
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
67
|
-
"sass": "^1.
|
|
68
|
-
"vite": "^7.
|
|
69
|
-
"vite-plugin-dts": "^4.
|
|
66
|
+
"@todovue/tv-demo": "^1.2.7",
|
|
67
|
+
"@vitejs/plugin-vue": "^6.0.3",
|
|
68
|
+
"sass": "^1.97.1",
|
|
69
|
+
"vite": "^7.3.0",
|
|
70
|
+
"vite-plugin-dts": "^4.5.4"
|
|
70
71
|
}
|
|
71
72
|
}
|