appscms-tools-theme 2.7.5 → 2.7.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f481439b1f8f2c032eca80dacf0b78685cc3461da0c895fd820da843770e607a
4
- data.tar.gz: 4d722bc632e3ef9cd008c69d25e88aef0deb4c626fb74f819832d79e5297c92b
3
+ metadata.gz: '09371c3480965704e1a499256c0453b1c0a3eb3b4916c22e134a3079e4ad5ae1'
4
+ data.tar.gz: 6e7fa8a58614a5c7aab70b0bf19302564b546c63e2a32e21caf176b8273228a3
5
5
  SHA512:
6
- metadata.gz: 4eec6fd54380307c0e48f0c7d1e5d2faf263498b9700b54128bf9b887ceffdb3b0c8abf26030c420188c90ce9382fccf84ebe8402bb80194b886fd9edea1531c
7
- data.tar.gz: 3c7def89e2a1b085138fc2dfcd8e4a347612c32d3f1951ecd12ccc839d93355400b7437e0cdc13aaa163b0d2356a1b68f3fdd96f9c4676eae550d43f750a6cfe
6
+ metadata.gz: deb77733d394cfc0580321ffb8fdbc15fe805658420407b62ff0b97d1a38f04031c51b3fe631fd2d32db0ed924497840b1d4543e25df7e2ef3b94125a4412610
7
+ data.tar.gz: 3a5dc0a9119d5d4c4e157c0f12d7e32db0b95ba5cc41b1e073878a890142bdc17e530d7f13b31aa8c9747fee8d710984600fcef18ac3782855db85769dd57a40
@@ -37,9 +37,9 @@
37
37
  <div class="inner-dropdown">
38
38
  {%- for item in Data.megaMenu.dropdown -%}
39
39
  <div class="catPad mb-4">
40
- <li class="tools_list_categoryName">{{item.categoryName}}</li>
40
+ <div class="tools_list_categoryName">{{item.categoryName}}</div>
41
41
  {%- for item in item.links -%}
42
- <li>
42
+ <div>
43
43
  <a class="tools_list_featureName" href="{{item.url}}">
44
44
  {%- if item.iconSrc -%}
45
45
  <img class="d-inline mr-2" loading="lazy" style="height:20px;width:20px;" src="{{item.iconSrc}}" {%-
@@ -65,9 +65,9 @@
65
65
  <div class="inner-dropdown">
66
66
  {%- for item in dataToShow.megaMenu.dropdown -%}
67
67
  <div class="catPad mb-4">
68
- <li class="tools_list_categoryName">{{item.categoryName}}</li>
68
+ <div class="tools_list_categoryName">{{item.categoryName}}</div>
69
69
  <div> {%- for item in item.links -%}
70
- <li>
70
+ <div>
71
71
  <a class="tools_list_featureName" href="{{item.url}}">
72
72
  {%- if item.iconSrc -%}
73
73
  <img class="d-inline mr-2" loading="lazy" style="height:20px;width:20px;" src="{{item.iconSrc}}"
@@ -88,9 +88,9 @@
88
88
 
89
89
  <div class="navbar-nav">
90
90
  {% for item in dataToShow.navItems %}
91
- <li class="nav-item header_nav__item">
91
+ <div class="nav-item header_nav__item">
92
92
  <a href="{{item.url}}">{{item.name}}</a>
93
- </li>
93
+ </div>
94
94
  {% endfor %}
95
95
  </div>
96
96
  </div>
@@ -127,9 +127,9 @@
127
127
  <div class="inner-dropdown">
128
128
  {%- for item in Data.megaMenu.dropdown -%}
129
129
  <div class="catPad mb-4">
130
- <li class="text-muted">{{item.categoryName}}</li>
130
+ <div class="text-muted">{{item.categoryName}}</li>
131
131
  {%- for item in item.links -%}
132
- <li>
132
+ <div>
133
133
  <a href="{{item.url}}">
134
134
  {%- if item.iconSrc -%}
135
135
  <img class="d-inline mr-2" loading="lazy" style="height:20px;width:20px;" src="{{item.iconSrc}}" {%-
@@ -156,9 +156,9 @@
156
156
  <div class="inner-dropdown">
157
157
  {%- for item in dataToShow.megaMenu.dropdown -%}
158
158
  <div class="catPad mb-4">
159
- <li class="text-muted">{{item.categoryName}}</li>
159
+ <div class="text-muted">{{item.categoryName}}</li>
160
160
  {%- for item in item.links -%}
161
- <li>
161
+ <div>
162
162
  <a href="{{item.url}}">
163
163
  {%- if item.iconSrc -%}
164
164
  <img class="d-inline mr-2" loading="lazy" style="height:20px;width:20px;" src="{{item.iconSrc}}" {%-
@@ -176,7 +176,7 @@
176
176
  {%- endif -%}
177
177
  <div class="navbar-nav">
178
178
  {% for item in dataToShow.navItems %}
179
- <li class="nav-item nav__item mr-auto">
179
+ <div class="nav-item nav__item mr-auto">
180
180
  <a href="{{item.url}}">{{item.name}}</a>
181
181
  </li>
182
182
  {% endfor %}
data/assets/css/tools.css CHANGED
@@ -294,14 +294,6 @@ main {
294
294
  font-size: 22px;
295
295
  }
296
296
  }
297
- .logo-height {
298
- height: 42px;
299
- }
300
- @media (max-width: 767px) {
301
- .logo-height {
302
- height: 36px;
303
- }
304
- }
305
297
  .footer-nav-item {
306
298
  margin: -12px 0;
307
299
  padding: 0;
@@ -490,9 +482,7 @@ ul li {
490
482
  flex-direction: column;
491
483
  align-items: flex-start;
492
484
  }
493
- .footer-logo {
494
- height: 40px;
495
- }
485
+
496
486
  .footer-title {
497
487
  font-stretch: 400;
498
488
  font-weight: 400;
data/assets/js/frame.js CHANGED
@@ -1,5 +1,9 @@
1
+ ---
2
+ ---
3
+
1
4
  const getScript = document.currentScript
2
5
  const pageTool = getScript.dataset.tool
6
+ const downloadName = "{{site.downloadName}}"
3
7
  const lang = getScript.dataset.lang
4
8
  const inputBox = document.querySelector('#Inputbox')
5
9
  const fileDropBox = document.querySelector('.custom-box')
@@ -47,6 +51,7 @@ const fileOnChange = (e) => {
47
51
  }
48
52
  const closeModal = () => {
49
53
  cropModal.style.display = 'none'
54
+ document.body.style.overflow = "auto"
50
55
  }
51
56
  const closeExamplesModal = () => {
52
57
  exampleModal.style.display = 'none'
@@ -248,7 +253,7 @@ download.addEventListener('click', () => {
248
253
  let url = canvas.toDataURL(`image/png`)
249
254
  let a = document.createElement('a')
250
255
  a.href = url
251
- a.download = `safeimagekit-photo-effect-image.png`
256
+ a.download = `${downloadName}-image.png`
252
257
  document.body.appendChild(a)
253
258
  a.click()
254
259
  if (lang === 'en') {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appscms-tools-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.5
4
+ version: 2.7.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-14 00:00:00.000000000 Z
11
+ date: 2022-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll