kcc-gem-theme 1.58.37 → 1.60.40

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: 8993b2670f3e0de3103ceeb942b1ab9e4fef524b9b5b733c8fdc9d35adc4937e
4
- data.tar.gz: f9eb878069b049bcc0c2d012aa5b3b50fea2db21cba36cff97d6f160ab6803c4
3
+ metadata.gz: 188e268982f9e66e81a7798876d71b8eea1bd1352711c66e282fad9960df2c6d
4
+ data.tar.gz: 53442dfde3f32d061b8b897bb12fe3f3cfae0f906c8c3fa8e85b2ced887005fb
5
5
  SHA512:
6
- metadata.gz: c4d103b2a83b5f7a55dc82d1f91ead6ff14478fbf209033d955043e01843276ec2524163a391035b9b3eb24d7c01dbd9b16991e2a74aae571717d6a9bd76db9b
7
- data.tar.gz: 891043d5a948b506c6ee270bbc97fa37e3fcbd589ac354a2895ae3cabbce0d61ee5b18868627b0d9007b9e16c0e1234c6f27a0cf97aa375968ae93382bb4f4db
6
+ metadata.gz: 9edf0c889dbbec4748aa4ef4c65c733a4ccac9c53ed108d1cbf2acb41fac84b84e2237dc643b075f51eea5735bbda3bc5f88a37ef6345552e9fb8780097392d4
7
+ data.tar.gz: 17527041b229ea83c912a9d386f05d653d8a20f1159b07af55751854d389dfb37423844fdef0da16cbaeb97d7d7f98006eeab02b5dd51a67ec0a2a2337622bf0
@@ -1 +1 @@
1
- a9db24198d8352616a62
1
+ 649e9b35f7137f19f1d4
@@ -8,14 +8,14 @@
8
8
  {% assign accordion_collection = site.accordions | where: "accordion_page", page_title | sort: "order" %}
9
9
  {% for item in accordion_collection %}
10
10
  <div class="card">
11
- <div class="card-header accordion__padding-left" id="cardHeader{{ forloop.index }}">
11
+ <div class="card-header accordion__padding-left" id="card-header-{{ item.card_heading | downcase | replace: '-', '' | replace: '&', 'and' | replace: ' ', '-' | replace: "'", "" }}">
12
12
  <h2 class="mb-0 accordion__typography--card-header accordion__typography--hover">
13
- <button class="btn btn-link buttons__no-decoration accordion__button{% if forloop.first != true %} collapsed{% endif %}{% if forloop.first == true and page.accordion_expanded == false %} collapsed{% endif %}" type="button" data-target="#collapse{{ forloop.index }}" data-toggle="collapse" aria-expanded="{% if forloop.first == true and page.accordion_expanded != false %}true{% else %}false{% endif %}" aria-controls="collapse{{ forloop.index }}">
13
+ <button class="btn btn-link buttons__no-decoration accordion__button{% if forloop.first != true %} collapsed{% endif %}{% if forloop.first == true and page.accordion_expanded == false %} collapsed{% endif %}" type="button" data-target="#{{ item.card_heading | downcase | replace: '-', '' | replace: '&', 'and' | replace: ' ', '-' | replace: "'", "" }}" data-toggle="collapse" aria-expanded="{% if forloop.first == true and page.accordion_expanded != false %}true{% else %}false{% endif %}" aria-controls="{{ item.card_heading | downcase | replace: '-', '' | replace: '&', 'and' | replace: ' ', '-' | replace: "'", "" }}">
14
14
  {{ item.card_heading }}
15
15
  </button>
16
16
  </h2>
17
17
  </div>
18
- <div id="collapse{{ forloop.index }}" class="collapse{% if forloop.first == true and page.accordion_expanded != false %} show{% endif %}" aria-labelledby="cardHeader{{ forloop.index }}">
18
+ <div id="{{ item.card_heading | downcase | replace: '-', '' | replace: '&', 'and' | replace: ' ', '-' | replace: "'", "" }}" class="collapse{% if forloop.first == true and page.accordion_expanded != false %} show{% endif %}" aria-labelledby="card-header-{{ item.card_heading | downcase | replace: '-', '' | replace: '&', 'and' | replace: ' ', '-' | replace: "'", "" }}">
19
19
  <div class="card-body">
20
20
  {{ item.content }}
21
21
  </div>
@@ -28,7 +28,7 @@
28
28
  <h5 class="typography__contacts--name notranslate">{{ contact.name }}</h5>
29
29
  {% if contact.contacts_title %}<h6 class="typography__contacts--title">{{ contact.contacts_title }}</h6>{% endif %}
30
30
  <p class="notranslate">
31
- {% if contact.phone %}<a href="tel:1{{ contact.phone | remove: '-' }}" class="links__darker-link">{{ contact.phone }}</a><br>{% contact.portrait %}
31
+ {% if contact.phone %}<a href="tel:1{{ contact.phone | remove: '-' }}" class="links__darker-link">{{ contact.phone }}</a><br>{% endif %}
32
32
  {% if contact.email %}<a class="links__darker-link" target="_blank" href="https://secure.jotform.com/90435102482954?to[first]={{ first }}&amp;to[last]={{ last }}&amp;submitEmail={{ contact.email | remove: '@kcc.edu' }}%40kcc.edu">Email</a><br>{% endif %}
33
33
  {% if contact.fax %}Fax: {{ contact.fax }}{% endif %}
34
34
  </p>
@@ -45,7 +45,7 @@
45
45
  <h5 class="typography__contacts--name notranslate">{{ contact.name }}</h5>
46
46
  {% if contact.contacts_title %}<h6 class="typography__contacts--title">{{ contact.contacts_title }}</h6>{% endif %}
47
47
  <p class="notranslate">
48
- {% if contact.phone %}<a href="tel:1{{ contact.phone | remove: '-' }}" class="links__darker-link">{{ contact.phone }}</a><br>{% contact.portrait %}
48
+ {% if contact.phone %}<a href="tel:1{{ contact.phone | remove: '-' }}" class="links__darker-link">{{ contact.phone }}</a><br>{% endif %}
49
49
  {% if contact.email %}<a class="links__darker-link" target="_blank" href="https://secure.jotform.com/90435102482954?to[first]={{ first }}&amp;to[last]={{ last }}&amp;submitEmail={{ contact.email | remove: '@kcc.edu' }}%40kcc.edu">Email</a><br>{% endif %}
50
50
  {% if contact.fax %}Fax: {{ contact.fax }}{% endif %}
51
51
  </p>
@@ -57,7 +57,7 @@
57
57
  <h5 class="typography__contacts--name notranslate">{{ contact.name }}</h5>
58
58
  {% if contact.contacts_title %}<h6 class="typography__contacts--title">{{ contact.contacts_title }}</h6>{% endif %}
59
59
  <p class="notranslate">
60
- {% if contact.phone %}<a href="tel:1{{ contact.phone | remove: '-' }}" class="links__darker-link">{{ contact.phone }}</a><br>{% contact.portrait %}
60
+ {% if contact.phone %}<a href="tel:1{{ contact.phone | remove: '-' }}" class="links__darker-link">{{ contact.phone }}</a><br>{% endif %}
61
61
  {% if contact.email %}<a class="links__darker-link" target="_blank" href="https://secure.jotform.com/90435102482954?to[first]={{ first }}&amp;to[last]={{ last }}&amp;submitEmail={{ contact.email | remove: '@kcc.edu' }}%40kcc.edu">Email</a><br>{% endif %}
62
62
  {% if contact.fax %}Fax: {{ contact.fax }}{% endif %}
63
63
  </p>
@@ -1,6 +1,6 @@
1
1
  <nav id="globalNav" role="navigation" class="navbar nav-landing fixed-top navbar-fixed-top">
2
2
  <h2 class="sr-only">Global</h2>
3
- <a class="clickable navbar-brand nav-landing__navbar-brand" href="http://www.kcc.edu" aria-label="Kankakee Community College">
3
+ <a class="clickable navbar-brand nav-landing__navbar-brand mr-auto" href="http://www.kcc.edu" aria-label="Kankakee Community College">
4
4
  <svg version="1.1" id="KCC-logo" class="nav-landing__kcc-logo-inverse" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="82.398px" height="36px" viewBox="0 0 82.398 36" enable-background="new 0 0 82.398 36"
5
5
  xml:space="preserve" aria-labelledby="kcc-logo-title">
6
6
  <title id="kcc-logo-title" lang="en">KCC</title>
@@ -1 +1 @@
1
- !function(t){var n={};function e(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,e),o.l=!0,o.exports}e.m=t,e.c=n,e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{enumerable:!0,get:r})},e.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},e.t=function(t,n){if(1&n&&(t=e(t)),8&n)return t;if(4&n&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(e.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&n&&"string"!=typeof t)for(var o in t)e.d(r,o,function(n){return t[n]}.bind(null,o));return r},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,n){return Object.prototype.hasOwnProperty.call(t,n)},e.p="",e(e.s=163)}([function(t,n,e){(function(n){var e=function(t){return t&&t.Math==Math&&t};t.exports=e("object"==typeof globalThis&&globalThis)||e("object"==typeof window&&window)||e("object"==typeof self&&self)||e("object"==typeof n&&n)||Function("return this")()}).call(this,e(77))},function(t,n,e){var r=e(6);t.exports=function(t){if(!r(t))throw TypeError(String(t)+" is not an object");return t}},function(t,n,e){var r=e(0),o=e(34),i=e(4),c=e(29),u=e(35),a=e(55),s=o("wks"),f=r.Symbol,l=a?f:f&&f.withoutSetter||c;t.exports=function(t){return i(s,t)||(u&&i(f,t)?s[t]=f[t]:s[t]=l("Symbol."+t)),s[t]}},function(t,n){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,n){var e={}.hasOwnProperty;t.exports=function(t,n){return e.call(t,n)}},function(t,n,e){var r=e(0),o=e(26).f,i=e(10),c=e(11),u=e(33),a=e(51),s=e(40);t.exports=function(t,n){var e,f,l,p,v,d=t.target,y=t.global,h=t.stat;if(e=y?r:h?r[d]||u(d,{}):(r[d]||{}).prototype)for(f in n){if(p=n[f],l=t.noTargetGet?(v=o(e,f))&&v.value:e[f],!s(y?f:d+(h?".":"#")+f,t.forced)&&void 0!==l){if(typeof p==typeof l)continue;a(p,l)}(t.sham||l&&l.sham)&&i(p,"sham",!0),c(e,f,p,t)}}},function(t,n){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,n,e){var r=e(8),o=e(45),i=e(1),c=e(27),u=Object.defineProperty;n.f=r?u:function(t,n,e){if(i(t),n=c(n,!0),i(e),o)try{return u(t,n,e)}catch(t){}if("get"in e||"set"in e)throw TypeError("Accessors not supported");return"value"in e&&(t[n]=e.value),t}},function(t,n,e){var r=e(3);t.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(t,n){t.exports=!1},function(t,n,e){var r=e(8),o=e(7),i=e(21);t.exports=r?function(t,n,e){return o.f(t,n,i(1,e))}:function(t,n,e){return t[n]=e,t}},function(t,n,e){var r=e(0),o=e(10),i=e(4),c=e(33),u=e(38),a=e(16),s=a.get,f=a.enforce,l=String(String).split("String");(t.exports=function(t,n,e,u){var a=!!u&&!!u.unsafe,s=!!u&&!!u.enumerable,p=!!u&&!!u.noTargetGet;"function"==typeof e&&("string"!=typeof n||i(e,"name")||o(e,"name",n),f(e).source=l.join("string"==typeof n?n:"")),t!==r?(a?!p&&t[n]&&(s=!0):delete t[n],s?t[n]=e:o(t,n,e)):s?t[n]=e:c(n,e)})(Function.prototype,"toString",(function(){return"function"==typeof this&&s(this).source||u(this)}))},function(t,n,e){var r=e(43),o=e(22);t.exports=function(t){return r(o(t))}},function(t,n,e){var r=e(52),o=e(0),i=function(t){return"function"==typeof t?t:void 0};t.exports=function(t,n){return arguments.length<2?i(r[t])||i(o[t]):r[t]&&r[t][n]||o[t]&&o[t][n]}},function(t,n){t.exports=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t}},function(t,n){var e={}.toString;t.exports=function(t){return e.call(t).slice(8,-1)}},function(t,n,e){var r,o,i,c=e(67),u=e(0),a=e(6),s=e(10),f=e(4),l=e(28),p=e(23),v=u.WeakMap;if(c){var d=new v,y=d.get,h=d.has,g=d.set;r=function(t,n){return g.call(d,t,n),n},o=function(t){return y.call(d,t)||{}},i=function(t){return h.call(d,t)}}else{var b=l("state");p[b]=!0,r=function(t,n){return s(t,b,n),n},o=function(t){return f(t,b)?t[b]:{}},i=function(t){return f(t,b)}}t.exports={set:r,get:o,has:i,enforce:function(t){return i(t)?o(t):r(t,{})},getterFor:function(t){return function(n){var e;if(!a(n)||(e=o(n)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return e}}}},function(t,n,e){var r=e(22);t.exports=function(t){return Object(r(t))}},function(t,n,e){var r=e(14);t.exports=function(t,n,e){if(r(t),void 0===n)return t;switch(e){case 0:return function(){return t.call(n)};case 1:return function(e){return t.call(n,e)};case 2:return function(e,r){return t.call(n,e,r)};case 3:return function(e,r,o){return t.call(n,e,r,o)}}return function(){return t.apply(n,arguments)}}},function(t,n,e){var r=e(1),o=e(80),i=e(20),c=e(18),u=e(68),a=e(79),s=function(t,n){this.stopped=t,this.result=n};(t.exports=function(t,n,e,f,l){var p,v,d,y,h,g,b,m=c(n,e,f?2:1);if(l)p=t;else{if("function"!=typeof(v=u(t)))throw TypeError("Target is not iterable");if(o(v)){for(d=0,y=i(t.length);y>d;d++)if((h=f?m(r(b=t[d])[0],b[1]):m(t[d]))&&h instanceof s)return h;return new s(!1)}p=v.call(t)}for(g=p.next;!(b=g.call(p)).done;)if("object"==typeof(h=a(p,m,b.value,f))&&h&&h instanceof s)return h;return new s(!1)}).stop=function(t){return new s(!0,t)}},function(t,n,e){var r=e(25),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},function(t,n){t.exports=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}}},function(t,n){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},function(t,n){t.exports={}},function(t,n){t.exports={}},function(t,n){var e=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:e)(t)}},function(t,n,e){var r=e(8),o=e(50),i=e(21),c=e(12),u=e(27),a=e(4),s=e(45),f=Object.getOwnPropertyDescriptor;n.f=r?f:function(t,n){if(t=c(t),n=u(n,!0),s)try{return f(t,n)}catch(t){}if(a(t,n))return i(!o.f.call(t,n),t[n])}},function(t,n,e){var r=e(6);t.exports=function(t,n){if(!r(t))return t;var e,o;if(n&&"function"==typeof(e=t.toString)&&!r(o=e.call(t)))return o;if("function"==typeof(e=t.valueOf)&&!r(o=e.call(t)))return o;if(!n&&"function"==typeof(e=t.toString)&&!r(o=e.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},function(t,n,e){var r=e(34),o=e(29),i=r("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},function(t,n){var e=0,r=Math.random();t.exports=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++e+r).toString(36)}},function(t,n,e){var r=e(53),o=e(36).concat("length","prototype");n.f=Object.getOwnPropertyNames||function(t){return r(t,o)}},function(t,n,e){var r,o=e(1),i=e(93),c=e(36),u=e(23),a=e(71),s=e(39),f=e(28),l=f("IE_PROTO"),p=function(){},v=function(t){return"