word-games-theme 2.1.4 → 2.1.5
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.
- checksums.yaml +4 -4
- data/_includes/section/home.html +26 -23
- data/_layouts/xyzpages.html +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bdd9d6421b72e514d1f1ad3bda8aec1764628ab7681e1e9c16894eca2a8d827b
|
|
4
|
+
data.tar.gz: f225f623c6e5aacec7db34608551da1ff76bb5afa3856106b27c06a59f1e13fb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ff7f6648d7a68728b858598eb90e323a04c125b9d32c0cb867fa90077ee962e51c1ed9bc1427a89597a3c6e7280c3ac9f6ea2c2978e387f03de1e4837e2fd47e
|
|
7
|
+
data.tar.gz: f275d63fb7db7f35cc44b68be7fb3eb9d5cea78b5e01fd4569e5e92988b64af02bdf5ceb1fc81b231ef17755fae9ab3c7ed6b92eccb26c92dd9385ebd489dba9
|
data/_includes/section/home.html
CHANGED
|
@@ -22,8 +22,9 @@
|
|
|
22
22
|
method="GET">
|
|
23
23
|
<div style="position: relative;">
|
|
24
24
|
<input style="border-radius: {{CustomColor.inputFieldBorder}}" type="text"
|
|
25
|
-
placeholder="Enter up to
|
|
26
|
-
required autocomplete="off">
|
|
25
|
+
placeholder="{% if page.size > 15 %}Enter up to {{page.size}} letters?{% else %}Enter up to 15 letters?{% endif %}"
|
|
26
|
+
class="txtBox" value='' name="search" maxlength="{% if page.size > 15 %}{{page.size}}{% else %}15?{% endif %}" required autocomplete="off">
|
|
27
|
+
|
|
27
28
|
<span class="d-none focus-border">
|
|
28
29
|
<i></i>
|
|
29
30
|
</span>
|
|
@@ -47,7 +48,9 @@
|
|
|
47
48
|
<div class="wrapper_dropDown d-flex justify-content-end" style="gap:15px">
|
|
48
49
|
<div class="advancedFilter" style="position: relative;" onclick="myFunction()">
|
|
49
50
|
<input type="button" value="Advanced Filter" class="filterButton">
|
|
50
|
-
<div class="angle-arrow2"
|
|
51
|
+
<div class="angle-arrow2"
|
|
52
|
+
style="background: url(/assets/images/angle-arrow-down.svg) no-repeat center center; background-size: contain;">
|
|
53
|
+
</div>
|
|
51
54
|
</div>
|
|
52
55
|
</div>
|
|
53
56
|
<div class="fillterWrapper hide">
|
|
@@ -60,7 +63,8 @@
|
|
|
60
63
|
<label for="startsWith">Starts With</label>
|
|
61
64
|
<input autocomplete="off" type="text" id="startsWith" placeholder="Prefix" value=""
|
|
62
65
|
name="prefix">
|
|
63
|
-
<div class="filter-tooltip"
|
|
66
|
+
<div class="filter-tooltip"
|
|
67
|
+
data-tip="Find words that start with these letters(AB-> Able)">
|
|
64
68
|
<i class="bi bi-question-circle"></i>
|
|
65
69
|
</div>
|
|
66
70
|
</div>
|
|
@@ -68,8 +72,7 @@
|
|
|
68
72
|
<label for="mustInclude">Must Contains </label>
|
|
69
73
|
<input autocomplete="off" type="text" id="mustInclude" placeholder="Contains"
|
|
70
74
|
name="contains">
|
|
71
|
-
<div class="filter-tooltip"
|
|
72
|
-
data-tip="Words that contain letters in this order(ab)">
|
|
75
|
+
<div class="filter-tooltip" data-tip="Words that contain letters in this order(ab)">
|
|
73
76
|
<i class="bi bi-question-circle"></i>
|
|
74
77
|
</div>
|
|
75
78
|
|
|
@@ -78,7 +81,7 @@
|
|
|
78
81
|
<label for="endsWith">End With</label>
|
|
79
82
|
<input autocomplete="off" type="text" id="endsWith" placeholder="Suffix" name="suffix">
|
|
80
83
|
<div class="filter-tooltip" data-toggle="tooltip" data-placement="top"
|
|
81
|
-
|
|
84
|
+
data-tip="Filter for words that ends with these letters">
|
|
82
85
|
<i class="bi bi-question-circle"></i>
|
|
83
86
|
</div>
|
|
84
87
|
</div>
|
|
@@ -88,7 +91,7 @@
|
|
|
88
91
|
<input autocomplete="off" type="text" id="exculdeWith" placeholder="Exculde" value=""
|
|
89
92
|
name="exculde">
|
|
90
93
|
<div class="filter-tooltip" data-toggle="tooltip" data-placement="top"
|
|
91
|
-
|
|
94
|
+
data-tip="Only words that not contain the letters you enter here">
|
|
92
95
|
<i class="bi bi-question-circle"></i>
|
|
93
96
|
</div>
|
|
94
97
|
</div>
|
|
@@ -99,7 +102,7 @@
|
|
|
99
102
|
<input autocomplete="off" type="text" id="inculdeWith" placeholder="Inculde" value=""
|
|
100
103
|
name="inculde">
|
|
101
104
|
<div class="filter-tooltip" data-toggle="tooltip" data-placement="top"
|
|
102
|
-
|
|
105
|
+
data-tip="Only words that contain the letters you enter here">
|
|
103
106
|
<i class="bi bi-question-circle"></i>
|
|
104
107
|
</div>
|
|
105
108
|
</div>
|
|
@@ -115,7 +118,7 @@
|
|
|
115
118
|
style="background-color: {{CustomColor.inputButtonBg}};">
|
|
116
119
|
</div>
|
|
117
120
|
<div class="filter-tooltip" data-toggle="tooltip" data-placement="top"
|
|
118
|
-
|
|
121
|
+
data-tip="Filter for words with this length">
|
|
119
122
|
<i class="bi bi-question-circle"></i>
|
|
120
123
|
</div>
|
|
121
124
|
</div>
|
|
@@ -155,19 +158,19 @@
|
|
|
155
158
|
if (fillterWrapper.classList.contains('actives')) {
|
|
156
159
|
fillterWrapper.style.display = "block"
|
|
157
160
|
fillterWrapper.style.zIndex = "999";
|
|
158
|
-
fillterWrapper.style.top= "90px";
|
|
159
|
-
fillterWrapper.style.background= "#fff";
|
|
160
|
-
fillterWrapper.style.boxShadow= "0 0 5px rgb(0 0 0 / 40%)"
|
|
161
|
-
fillterWrapper.style.padding= "15px 15px"
|
|
162
|
-
fillterWrapper.style.borderRadius= "15px"
|
|
163
|
-
fillterWrapper.style.height= "auto";
|
|
164
|
-
fillterWrapper.style.position= "absolute";
|
|
165
|
-
fillterWrapper.style.right= "-16px"
|
|
166
|
-
fillterWrapper.style.margin= "1rem 0"
|
|
167
|
-
fillterWrapper.style.flexDirection= "column";
|
|
168
|
-
fillterWrapper.style.width= "240px"
|
|
169
|
-
fillterWrapper.style.display= "inline-flex !important"
|
|
170
|
-
fillterWrapper.style.gap= "5px"
|
|
161
|
+
fillterWrapper.style.top = "90px";
|
|
162
|
+
fillterWrapper.style.background = "#fff";
|
|
163
|
+
fillterWrapper.style.boxShadow = "0 0 5px rgb(0 0 0 / 40%)"
|
|
164
|
+
fillterWrapper.style.padding = "15px 15px"
|
|
165
|
+
fillterWrapper.style.borderRadius = "15px"
|
|
166
|
+
fillterWrapper.style.height = "auto";
|
|
167
|
+
fillterWrapper.style.position = "absolute";
|
|
168
|
+
fillterWrapper.style.right = "-16px"
|
|
169
|
+
fillterWrapper.style.margin = "1rem 0"
|
|
170
|
+
fillterWrapper.style.flexDirection = "column";
|
|
171
|
+
fillterWrapper.style.width = "240px"
|
|
172
|
+
fillterWrapper.style.display = "inline-flex !important"
|
|
173
|
+
fillterWrapper.style.gap = "5px"
|
|
171
174
|
}
|
|
172
175
|
fillterWrapper.classList.remove('hide')
|
|
173
176
|
})
|
data/_layouts/xyzpages.html
CHANGED
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
{%- if site.versioning -%}
|
|
121
121
|
<script defer src="{{ site.baseurl }}/{% ministamp assets/js/xyz.js assets/js/xyz.js %}"></script>
|
|
122
122
|
{%- else -%}
|
|
123
|
-
<script defer src="/assets/js/xyz.js
|
|
123
|
+
<script defer src="/assets/js/xyz.js"></script>
|
|
124
124
|
{%- endif -%}
|
|
125
125
|
{%- include script.html -%}
|
|
126
126
|
</body>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: word-games-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- manpreet-appscms
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-08-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|