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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f1cbb8a2cfafdf5269c9b68a00aa9699e9986477404e9fb2144864ecc59badfc
4
- data.tar.gz: f3a5d09d12824c6dd3260ed82f0cb7a8a106a4dac2f8185f1c2e17e393cee6b9
3
+ metadata.gz: bdd9d6421b72e514d1f1ad3bda8aec1764628ab7681e1e9c16894eca2a8d827b
4
+ data.tar.gz: f225f623c6e5aacec7db34608551da1ff76bb5afa3856106b27c06a59f1e13fb
5
5
  SHA512:
6
- metadata.gz: e1fe5ba47af0cdedba285e5295d9e01b3750661f690f531659698d6454427fb59367cdcef3420e92453140c8764fe947d0025e47335b3d1e98c9ba0236ac9632
7
- data.tar.gz: 64c011253df5c0490bad5b253dc03b55dbae3b5031f100f273b76f6302e1a3aa4c84e154823c5649ba17120043f4204205735b2d63d168eab4620a1b3d9e15c9
6
+ metadata.gz: ff7f6648d7a68728b858598eb90e323a04c125b9d32c0cb867fa90077ee962e51c1ed9bc1427a89597a3c6e7280c3ac9f6ea2c2978e387f03de1e4837e2fd47e
7
+ data.tar.gz: f275d63fb7db7f35cc44b68be7fb3eb9d5cea78b5e01fd4569e5e92988b64af02bdf5ceb1fc81b231ef17755fae9ab3c7ed6b92eccb26c92dd9385ebd489dba9
@@ -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 15 letters?" class="txtBox" value='' name="search" maxlength="15"
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" style="background: url(/assets/images/angle-arrow-down.svg) no-repeat center center; background-size: contain;"></div>
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" data-tip="Find words that start with these letters(AB-&gt; Able)">
66
+ <div class="filter-tooltip"
67
+ data-tip="Find words that start with these letters(AB-&gt; 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
- data-tip="Filter for words that ends with these letters">
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
- data-tip="Only words that not contain the letters you enter here">
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
- data-tip="Only words that contain the letters you enter here">
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
- data-tip="Filter for words with this length">
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
  })
@@ -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 assets/js/xyz.js"></script>
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
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-06-26 00:00:00.000000000 Z
11
+ date: 2023-08-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll