word-games-theme 2.5.8 → 2.6.1

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: 372bb4f86437a0d0bdea4d7e29b17f28d8d1bf4a99bd8e4eec94fd25937919c4
4
- data.tar.gz: 0c89e138570d5a9bc74690e5898f354bcb77cdb6756583c2210f43264d6d98d0
3
+ metadata.gz: 8ebf74384e793254590608ccd9a267c0c73b34325d8c3ea686f909288ddf1e1d
4
+ data.tar.gz: dfa7bb09a7f47ba2017f1f0b472184df4262556e8c127892884cb963fd044811
5
5
  SHA512:
6
- metadata.gz: 211f3d8e3dfbd8e45a3ce9e7a57ae3111578d9201b1268dee612b77f1204ebfecb50a63b54e64b3c4069d471aea8e2db17fbb8fa6325d8d79d4b0d94e36e585b
7
- data.tar.gz: 3999324dd0e855c8c19d3994287aec2ca8ef4b89f1f0648b1668fe3c8cf2466ea243d9af43404af726a534e6290a3e38056534798860ee74d8a18729210c44a8
6
+ metadata.gz: 8021c2e45fd1321e7ccf3434f56667a4927a2cb269e0fcf7774dc0f8e91838c9f233beaa157b22212a0513216568b875bad04a7a7733fd9570ffdac00c766eb0
7
+ data.tar.gz: 48561d4a9927efacfc1427e611ff67a1c779a03e48c3f0485047c66aa9550e5147f4da5689c48a37987536edc9cb9e10f73d1e2aa0fc712da20087eee3b6db1c
@@ -2,16 +2,68 @@
2
2
  dataToShow = site.data.[page.folderName][lang][file] %} {%- assign CustomColor =
3
3
  site.data.theme.colors -%}
4
4
 
5
- {%- if site.versioning -%}
6
- <link rel="stylesheet" href="{{ site.baseurl }}/{% ministamp assets/css/wordGroup.css assets/css/wordGroup.css %}">
7
- {%- else -%}
5
+ <link rel="stylesheet" href="http://127.0.0.1:4000/assets/css/bootstrap-icons.css">
8
6
  <link rel="stylesheet" href="/assets/css/wordGroup.css">
9
- {%- endif -%}
10
7
 
11
8
  <style>
12
9
  .pageHeaderBg {
13
10
  margin-bottom: 0px;
14
11
  }
12
+
13
+ .tab_link_wrapper .tab_link {
14
+ color: #000 !important;
15
+ }
16
+
17
+ .fillterWrapper {
18
+ flex-wrap: unset;
19
+ gap: 10px;
20
+ align-items: unset;
21
+ justify-content: unset;
22
+ }
23
+ .letter-close-button-commonPage{
24
+ display: none !important;
25
+ }
26
+
27
+ .allGroupWords>.wordListHeading {
28
+ background: var(--black-color);
29
+ padding: 10px 0px 5px 25px;
30
+ border-top-right-radius: 13px;
31
+ border-top-left-radius: 13px;
32
+ color: #fff;
33
+ }
34
+ .wordList>ul li {
35
+ padding: 8px 0;
36
+ background: #f8f9fa;
37
+ border-radius: 5px;
38
+ margin: 6px 6px;
39
+ width: auto;
40
+ min-width: 100px;
41
+ text-align: center;
42
+ border: solid 1px var(--black-color);
43
+ box-shadow: 2px 2px 1px 0px var(--black-color);
44
+ }
45
+ .fillterWrapper input[type='text'] {
46
+ padding: 5px 12px !important;
47
+ border: 1px solid rgba(0, 0, 0, 0.1);
48
+ }
49
+
50
+ .fillterWrapper input {
51
+ padding: 5px 12px !important;
52
+ }
53
+ .filter-icon, .sortup-icon{
54
+ background: darkblue;
55
+ border-radius: 50px;
56
+ width: 50px;
57
+ padding: 1rem;
58
+ color: #fff;
59
+ text-align: center;
60
+ }
61
+ @media (max-width: 768px) {
62
+ .fillterWrapper {
63
+ padding: 1rem 3rem !important;
64
+ }
65
+
66
+ }
15
67
  </style>
16
68
 
17
69
  <div class="pageHeaderBg">
@@ -54,7 +106,7 @@ site.data.theme.colors -%}
54
106
  </div>
55
107
  </div>
56
108
  <div class="wrapper_dropDown d-flex justify-content-end" style="gap: 15px">
57
- <div class="Advancedbtn" style="position: relative; margin-top: 10px" onclick="myFunction">
109
+ <div class="Advancedbtn mt-4" style="position: relative; margin-top: 10px" onclick="myFunction">
58
110
  <span class="filter_count" style="display: none"></span>
59
111
  <input type="button" value="Advanced Filter" class="filterButton" />
60
112
  <div class="angle-arrow"></div>
@@ -73,7 +125,7 @@ site.data.theme.colors -%}
73
125
  </div>
74
126
 
75
127
  <div id="fillterWrapper" class="fillterWrapper hide">
76
- <div class="text-right times" style="cursor: pointer">
128
+ <div class="text-right times w-100" style="cursor: pointer">
77
129
  <img loading="lazy" src="/assets/images/window-close.png" alt="window-close-icon" height="12px"
78
130
  width="12px" />
79
131
  </div>
@@ -131,7 +183,7 @@ site.data.theme.colors -%}
131
183
  <div class="container" id="containerWd">
132
184
  <div class="row pad">
133
185
  <div class="col-md-12">
134
- <div class="filters d-flex justify-content-between align-items-center">
186
+ <div class="filters d-flex justify-content-between align-items-end pr-3">
135
187
  <div class="wordCount"></div>
136
188
 
137
189
  <div class="filterSortedIcons">
@@ -179,7 +231,11 @@ site.data.theme.colors -%}
179
231
  // if (!withinBoundaries) {
180
232
  // closeModal()
181
233
  // }
182
- // })
234
+ // }
235
+ function myFunction() {
236
+ fillterWrapper.classList.toggle('hide')
237
+ }
238
+
183
239
  function closeModal() {
184
240
  fillterWrapper.classList.remove("actives");
185
241
  fillterWrapper.classList.add("hide");
@@ -720,6 +720,8 @@ txtBox.addEventListener("input", (e) => {
720
720
  }
721
721
  });
722
722
 
723
+ let theSelect = document.getElementById("select_dropDown");
724
+ let bool = false;
723
725
  //sort up listeners
724
726
  sortup.addEventListener("click", () => {
725
727
  if (bool) {
@@ -3,7 +3,6 @@ const letterLen = getScript.dataset.letter
3
3
  const ablank = getScript.dataset.ablank
4
4
  const siteUrl = getScript.dataset.url
5
5
  let errorMsg = document.querySelector('.errorMsg')
6
- let script = document.currentScript
7
6
  let wordCount = document.querySelector('.wordCount')
8
7
  let main = document.querySelector('.main')
9
8
 
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.5.8
4
+ version: 2.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - manpreet-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-23 00:00:00.000000000 Z
11
+ date: 2024-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll