word-games-theme 3.2.7 → 3.2.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/wordgames/advanced-filter/advanced-filter.html +12 -14
- data/_layouts/wordgames-home.html +1 -0
- data/assets/css/wordfinder-result.css +5 -5
- data/assets/css/wordgames-home.css +3 -2
- data/assets/css/wordgames-result.css +1 -1
- data/assets/css/wordgames-variables.css +13 -0
- data/assets/css/wordle-solver.css +2 -2
- data/assets/js/wordleSolver-worker.js +5 -1
- data/assets/js/wordleSolver.js +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: 900611bb28204da634f1165025f425f840de6edb5d29797dd82e0319b7104ba3
|
4
|
+
data.tar.gz: 0f8ddc00d1856577f7b4002feb303ad90d9d1ce763c0639214c1748b4c98cd85
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 923014eea445e747a893542af0bd47ebac8add509bb2975fac87f6bf5046d17dfd878f210e24695d1502631192c8e24e3875d3966ae05cd431d642cd828bbd15
|
7
|
+
data.tar.gz: 5bfaa100c83aca7ab9ad2cad9f5480d431b703c8c6f4a857d34a66e1c5f293fde577576ecf7f0dd3d423ca91d5d5f5db6cafada0e4c41d9f048f7da62a81dfe6
|
@@ -360,20 +360,18 @@
|
|
360
360
|
item.addEventListener('click', handleItemClick);
|
361
361
|
});
|
362
362
|
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
// }
|
376
|
-
// }
|
363
|
+
window.onclick = function(event) {
|
364
|
+
if (!event.target.matches('.filter_val')) {
|
365
|
+
const dropdowns = document.getElementsByClassName("dropdown-content");
|
366
|
+
for (let i = 0; i < dropdowns.length; i++) {
|
367
|
+
dropdowns[i].style.display = "none";
|
368
|
+
}
|
369
|
+
const arrowDown = document.getElementsByClassName("arrow-down");
|
370
|
+
for (let i = 0; i < arrowDown.length; i++) {
|
371
|
+
arrowDown[i].style.display = "none";
|
372
|
+
}
|
373
|
+
}
|
374
|
+
}
|
377
375
|
|
378
376
|
|
379
377
|
|
@@ -321,7 +321,7 @@
|
|
321
321
|
padding: 10px;
|
322
322
|
text-align: left;
|
323
323
|
color: #1c1107;
|
324
|
-
font-size:
|
324
|
+
font-size: 1.5rem;
|
325
325
|
font-weight: 600;
|
326
326
|
font-stretch: normal;
|
327
327
|
font-style: normal;
|
@@ -338,7 +338,7 @@
|
|
338
338
|
padding: 10px;
|
339
339
|
text-align: left;
|
340
340
|
color: #1c1107;
|
341
|
-
font-size:
|
341
|
+
font-size: 1.5rem;
|
342
342
|
font-weight: 600;
|
343
343
|
font-stretch: normal;
|
344
344
|
font-style: normal;
|
@@ -357,7 +357,7 @@
|
|
357
357
|
|
358
358
|
.wordCount {
|
359
359
|
/* text-indent: 10px; */
|
360
|
-
font-size:
|
360
|
+
font-size: 2rem;
|
361
361
|
}
|
362
362
|
|
363
363
|
.filterSortedIcons {
|
@@ -408,7 +408,7 @@
|
|
408
408
|
}
|
409
409
|
.fillterWrapper input{
|
410
410
|
padding: 10px !important;
|
411
|
-
font-size:
|
411
|
+
font-size: 1.5rem;
|
412
412
|
width: 140px;
|
413
413
|
}
|
414
414
|
.fillterWrapper .filter-tooltip img{
|
@@ -429,7 +429,7 @@
|
|
429
429
|
|
430
430
|
.wordList .anchor__style {
|
431
431
|
color: #000 !important;
|
432
|
-
font-size:
|
432
|
+
font-size: 2rem;
|
433
433
|
text-decoration: none !important;
|
434
434
|
font-weight: 600;
|
435
435
|
list-style: none;
|
@@ -104,13 +104,14 @@ input[type="number"] {
|
|
104
104
|
}
|
105
105
|
|
106
106
|
.serachSection .serachBox .txtBox {
|
107
|
+
text-transform: uppercase;
|
107
108
|
height: 80px;
|
108
109
|
border: solid 3px #313131;
|
109
110
|
border-radius: 74px;
|
110
111
|
background: #fff;
|
111
112
|
padding: 2rem;
|
112
113
|
width: 100%;
|
113
|
-
font-size:
|
114
|
+
font-size: 16px;
|
114
115
|
font-weight: 700;
|
115
116
|
font-style: normal;
|
116
117
|
letter-spacing: normal;
|
@@ -185,7 +186,7 @@ input[type="number"] {
|
|
185
186
|
height: 80px;
|
186
187
|
position: absolute;
|
187
188
|
top: 0px;
|
188
|
-
font-size:
|
189
|
+
font-size: 16px;
|
189
190
|
width: 142px;
|
190
191
|
overflow: hidden;
|
191
192
|
object-fit: cover;
|
@@ -19,3 +19,16 @@
|
|
19
19
|
--tooltip-border-style: 0.5rem;
|
20
20
|
}
|
21
21
|
|
22
|
+
|
23
|
+
/*
|
24
|
+
|
25
|
+
h1 - 48px
|
26
|
+
h2 - 20px
|
27
|
+
feature heading - 18px
|
28
|
+
feature desc - 16px
|
29
|
+
how-to-list-item - 16px
|
30
|
+
.faq-question - 20px
|
31
|
+
.faq-answer - 16px
|
32
|
+
|
33
|
+
|
34
|
+
.feature-highlight-title, .howto, .infographics-title, .related_post_heading - 48px */
|
@@ -124,12 +124,12 @@
|
|
124
124
|
|
125
125
|
.wordList .anchor__style {
|
126
126
|
color: #000!important;
|
127
|
-
font-size:
|
127
|
+
font-size: 2rem;
|
128
128
|
text-decoration: none!important;
|
129
129
|
font-weight: 600;
|
130
130
|
}
|
131
131
|
#wordleWordCount {
|
132
|
-
font-size:
|
132
|
+
font-size: 2rem;
|
133
133
|
/* width: 75%; */
|
134
134
|
margin: 10px auto;
|
135
135
|
}
|
@@ -31,7 +31,11 @@ self.onmessage = async (event) => {
|
|
31
31
|
sum += ScrabbleLetterScore[item[i]] || 0 // for unknown characters
|
32
32
|
}
|
33
33
|
return `
|
34
|
-
<a
|
34
|
+
<a style='color: #000!important;
|
35
|
+
font-size: 2rem;
|
36
|
+
text-decoration: none!important;
|
37
|
+
font-weight: 600;'
|
38
|
+
class="anchor__style" title="Lookup ${item} in Dictionary" target="_blank" href="/word-meaning?search=${item.toLowerCase()}">
|
35
39
|
<li>
|
36
40
|
${item.toLowerCase()}
|
37
41
|
<span class="points" value="${sum}" style="position:relative; top:4px; font-size:12px"> ${sum}</span>
|
data/assets/js/wordleSolver.js
CHANGED
@@ -214,7 +214,7 @@ const wordleSolver = async (value, value2, value3, greenWithIndex) => {
|
|
214
214
|
|
215
215
|
worker.postMessage({
|
216
216
|
type: "api",
|
217
|
-
endpoint: `/.netlify/functions/wordleSolver
|
217
|
+
endpoint: `/.netlify/functions/wordleSolver`,
|
218
218
|
greenLetters: value,
|
219
219
|
yellowLetters: value2,
|
220
220
|
greyLetters: value3,
|
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: 3.2.
|
4
|
+
version: 3.2.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- manpreet-appscms
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-02-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|