Skip to content

Commit

Permalink
Version bump 1.6.39
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanhuazong committed Dec 13, 2022
1 parent 5b0fed7 commit 03d7b36
Show file tree
Hide file tree
Showing 14 changed files with 31,497 additions and 10 deletions.
10,778 changes: 10,778 additions & 0 deletions build/css/admin.a624f74208de7e5ea5b6.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion build/css/admin.e45212cd26ebce9c55bb.css

This file was deleted.

15,416 changes: 15,416 additions & 0 deletions build/css/app.a624f74208de7e5ea5b6.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion build/css/app.e45212cd26ebce9c55bb.css

This file was deleted.

60 changes: 60 additions & 0 deletions build/js/admin.a624f74208de7e5ea5b6.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
/*
* ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development").
* This devtool is neither made for production nor for readable output files.
* It uses "eval()" calls to create a separate source file in the browser devtools.
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
* or disable the default devtool with "devtool: false".
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
*/
/******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({

/***/ "./src/js/back-end/admin.js":
/*!**********************************!*\
!*** ./src/js/back-end/admin.js ***!
\**********************************/
/***/ (() => {

eval("//Hide/show footer layout options\n\n//# sourceURL=webpack://purdue-wp-theme/./src/js/back-end/admin.js?");

/***/ }),

/***/ "./src/style/back-end/admin.scss":
/*!***************************************!*\
!*** ./src/style/back-end/admin.scss ***!
\***************************************/
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {

"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n// extracted by mini-css-extract-plugin\n\n\n//# sourceURL=webpack://purdue-wp-theme/./src/style/back-end/admin.scss?");

/***/ })

/******/ });
/************************************************************************/
/******/ // The require scope
/******/ var __webpack_require__ = {};
/******/
/************************************************************************/
/******/ /* webpack/runtime/make namespace object */
/******/ (() => {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = (exports) => {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ })();
/******/
/************************************************************************/
/******/
/******/ // startup
/******/ // Load entry module and return exports
/******/ // This entry module can't be inlined because the eval devtool is used.
/******/ __webpack_modules__["./src/js/back-end/admin.js"](0, {}, __webpack_require__);
/******/ var __webpack_exports__ = {};
/******/ __webpack_modules__["./src/style/back-end/admin.scss"](0, __webpack_exports__, __webpack_require__);
/******/
/******/ })()
;
Empty file.
5,205 changes: 5,205 additions & 0 deletions build/js/app.a624f74208de7e5ea5b6.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion build/js/app.e45212cd26ebce9c55bb.js

This file was deleted.

32 changes: 32 additions & 0 deletions build/js/customizer.a624f74208de7e5ea5b6.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
/*
* ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development").
* This devtool is neither made for production nor for readable output files.
* It uses "eval()" calls to create a separate source file in the browser devtools.
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
* or disable the default devtool with "devtool: false".
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
*/
/******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({

/***/ "./src/js/back-end/customizer.js":
/*!***************************************!*\
!*** ./src/js/back-end/customizer.js ***!
\***************************************/
/***/ (() => {

eval("//Hide/show footer layout options\n(function ($) {\n wp.customize.bind('ready', function () {\n // hide control at first load\n if ($('input[name=\"_customize-radio-header_layout_radio\"]:checked').val() === \"global\") {\n $('#customize-control-footer_layout_radio').hide();\n } else {\n $('#customize-control-footer_layout_radio').show();\n }\n\n $(document).on('click', 'input[name=\"_customize-radio-header_layout_radio\"]', function () {\n if ($(this).val() === \"global\") {\n $('#customize-control-footer_layout_radio').hide();\n } else {\n $('#customize-control-footer_layout_radio').show();\n }\n });\n });\n})(jQuery);\n\n//# sourceURL=webpack://purdue-wp-theme/./src/js/back-end/customizer.js?");

/***/ })

/******/ });
/************************************************************************/
/******/
/******/ // startup
/******/ // Load entry module and return exports
/******/ // This entry module can't be inlined because the eval devtool is used.
/******/ var __webpack_exports__ = {};
/******/ __webpack_modules__["./src/js/back-end/customizer.js"]();
/******/
/******/ })()
;
1 change: 0 additions & 1 deletion build/js/customizer.e45212cd26ebce9c55bb.js

This file was deleted.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "purdue-wp-theme",
"version": "1.6.38",
"version": "1.6.39",
"description": "Purdue Wordpress Theme",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions src/style/front-end/components/links.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ a{
color:$aged-gold;
}
}
.has-background-black a,.has-background-black-ter a{
.has-background-black a:not(.wp-block-button__link),.has-background-black-ter a:not(.wp-block-button__link){
color:$dust-gold;
}
.has-background-grey-lighter a{
.has-background-grey-lighter a:not(.wp-block-button__link){
color:$aged-gold;
}
.has-background-boiler-gold a{
.has-background-boiler-gold a:not(.wp-block-button__link){
color:$steel-gray;
}
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ in `Apperance > Themes`. Do not write in here any CSS declarations.
Theme Name: Purdue Branded Theme
Theme URI: https://marcom.purdue.edu/our-brand/digital/
Description: WordPress theme based on Purdue University digital brand standards
Version: 1.6.38
Version: 1.6.39
Author: Purdue Marketing and Communicatons
Author URI: https://marcom.purdue.edu
Text Domain: purdue
Expand Down

0 comments on commit 03d7b36

Please sign in to comment.