Plugin Directory

Changeset 3252142


Ignore:
Timestamp:
03/07/2025 11:51:22 AM (13 months ago)
Author:
zarhasan
Message:

Updated Fast Fuzzy Search plugin from ZIP.

Location:
fast-fuzzy-search/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • fast-fuzzy-search/trunk/css/admin.output.css

    r3250232 r3252142  
    3535}
    3636
    37 .left-1\/2 {
    38     left: 50%;
    39 }
    40 
    4137.right-4 {
    4238    right: 1rem;
     
    327323.justify-between {
    328324    justify-content: space-between;
    329 }
    330 
    331 .gap-1 {
    332     gap: 0.25rem;
    333325}
    334326
  • fast-fuzzy-search/trunk/css/style.input.css

    r3250253 r3252142  
    131131
    132132.fast-fuzzy-search--minimal-light .fast-fuzzy-search__chip-button {
    133     @apply inline-flex !text-sm gap-2 justify-center items-center transition text-neutral-700 rounded-full border border-solid border-neutral-300 py-1.5 pr-3 pl-3 shrink-0 bg-white hover:bg-neutral-50;
     133    @apply inline-flex !text-sm gap-2 justify-center items-center transition text-neutral-700 rounded-full border border-solid border-neutral-300 py-1.5 pr-3 pl-3 shrink-0 bg-white no-underline hover:bg-neutral-50;
    134134}
    135135
     
    147147
    148148.fast-fuzzy-search--minimal-light .fast-fuzzy-search__result-link {
    149     @apply text-neutral-900 px-4 py-4 text-sm font-medium no-underline aria-selected:bg-neutral-100 hover:bg-neutral-100 rounded-lg;
     149    @apply text-neutral-900 px-4 py-4 text-sm font-medium !no-underline aria-selected:bg-neutral-100 hover:bg-neutral-100 rounded-lg;
    150150}
    151151
     
    167167
    168168.fast-fuzzy-search--minimal-light .fast-fuzzy-search__chip {
    169     @apply !text-xs px-2 py-1 rounded-full font-semibold transition bg-neutral-200 text-neutral-700;
     169    @apply !text-xs px-2 py-1 rounded-full font-semibold transition bg-neutral-200 text-neutral-700 no-underline;
     170}
     171
     172.fast-fuzzy-search--minimal-light .fast-fuzzy-search__result-link[aria-selected="true"] .fast-fuzzy-search__result-image {
     173    @apply shadow bg-white;
    170174}
    171175
  • fast-fuzzy-search/trunk/css/style.output.css

    r3250253 r3252142  
    3535}
    3636
    37 .left-1\/2 {
    38     left: 50%;
    39 }
    40 
    4137.right-4 {
    4238    right: 1rem;
     
    327323.justify-between {
    328324    justify-content: space-between;
    329 }
    330 
    331 .gap-1 {
    332     gap: 0.25rem;
    333325}
    334326
     
    10741066    --tw-text-opacity: 1;
    10751067    color: rgb(64 64 64 / var(--tw-text-opacity, 1));
     1068    text-decoration-line: none;
    10761069    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    10771070    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
     
    11341127    --tw-text-opacity: 1;
    11351128    color: rgb(23 23 23 / var(--tw-text-opacity, 1));
    1136     text-decoration-line: none;
     1129    text-decoration-line: none !important;
    11371130}
    11381131
     
    12201213    --tw-text-opacity: 1;
    12211214    color: rgb(64 64 64 / var(--tw-text-opacity, 1));
     1215    text-decoration-line: none;
    12221216    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    12231217    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
     
    12251219    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    12261220    transition-duration: 150ms;
     1221}
     1222
     1223.fast-fuzzy-search--minimal-light .fast-fuzzy-search__result-link[aria-selected="true"] .fast-fuzzy-search__result-image {
     1224    --tw-bg-opacity: 1;
     1225    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
     1226    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
     1227    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
     1228    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    12271229}
    12281230
  • fast-fuzzy-search/trunk/fast-fuzzy-search.php

    r3250253 r3252142  
    44 * Plugin URI: https://redoxbird.com/product/fast-fuzzy-search
    55 * Description: A blazing fast and lightweight search engine plugin for your WordPress site.
    6  * Version: 1.0.1
     6 * Version: 1.0.2
    77 * Author: RedOxbird
    88 * Author URI: https://redoxbird.com
     
    1919require_once plugin_dir_path(__FILE__) . 'includes/settings-framework.php';
    2020
    21 define('FAST_FUZZY_SEARCH_VERSION', '1.0.1');
     21define('FAST_FUZZY_SEARCH_VERSION', '1.0.2');
    2222define('FAST_FUZZY_SEARCH_JOIN_SYMBOL', ' / ');
    2323define('FAST_FUZZY_SEARCH_CACHE_DIR',  WP_CONTENT_DIR . '/cache/fast-fuzzy-search/');
  • fast-fuzzy-search/trunk/readme.txt

    r3251119 r3252142  
    1 === Fast Fuzzy Search === 
     1=== Fast Fuzzy Search - Lightning-Fast WordPress Search === 
    22Contributors: zarhasan
    33Donate link: https://redoxbird.com 
     
    66Tested up to: 6.7
    77Requires PHP: 7.4 
    8 Stable tag: 1.0.1
     8Stable tag: 1.0.2
    99License: GPLv3 or later 
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html 
Note: See TracChangeset for help on using the changeset viewer.