From 7c35238774c5b20f3158ed2c11b50dbeb6803f95 Mon Sep 17 00:00:00 2001 From: Mike Decker Date: Thu, 5 Oct 2023 15:27:18 -0700 Subject: [PATCH] Update minimally branded subtheme with new webpack --- .../.browserslistrc | 2 - .../.codeclimate.yml | 125 - themes/minimally_branded_subtheme/.eslintrc | 112 - .../minimally_branded_subtheme/.sass-lint.yml | 62 - themes/minimally_branded_subtheme/LICENSE.txt | 339 - .../minimally_branded_subtheme/TERMSOFUSE.txt | 14 - .../assets/png/caret-down-digital-blue.png | Bin 284 -> 0 bytes .../dist/assets/png/caret-up-digital-blue.png | Bin 273 -> 0 bytes .../dist/assets/png/search-digital-blue.png | Bin 415 -> 0 bytes .../assets/svg/caret-down-digital-blue.svg | 9 - .../dist/assets/svg/caret-up-digital-blue.svg | 9 - .../dist/assets/svg/search-digital-blue.svg | 12 - .../dist/css/minimally_branded_subtheme.css | 2 +- .../dist/js/scripts.js | 29 +- .../dist/js/scripts.js.map | 1 - .../components/accordion/accordion.twig | 39 - .../decanter/components/alert/alert.twig | 72 - .../components/brand-bar/brand-bar.twig | 25 - .../decanter/components/button/button.twig | 19 - .../decanter/components/card/card.twig | 198 - .../decanter/components/cta/cta.twig | 31 - .../components/date-stacked/date-stacked.twig | 25 - .../global-footer/global-footer.twig | 54 - .../decanter/components/hero/hero.twig | 83 - .../decanter/components/link/link.twig | 22 - .../components/local-footer/local-footer.twig | 210 - .../decanter/components/lockup/lockup.twig | 91 - .../decanter/components/logo/logo.twig | 15 - .../components/main-nav/main-nav.twig | 75 - .../components/masthead/masthead.twig | 137 - .../decanter/components/media/media.twig | 121 - .../components/nav-toggle/nav-toggle.twig | 18 - .../decanter/components/quote/quote.twig | 39 - .../secondary-nav/secondary-nav.twig | 26 - .../components/signup-form/signup-form.twig | 32 - .../components/site-search/site-search.twig | 36 - .../decanter/components/skiplinks/link.twig | 17 - .../components/skiplinks/skiplinks.twig | 53 - .../decanter/components/skiplinks/target.twig | 16 - .../decanter/core/flex-grid/flex-grid.twig | 90 - .../templates/decanter/core/fonts/fonts.twig | 64 - .../decanter/elements/embed/embed.twig | 3 - .../decanter/elements/input/input.twig | 41 - .../decanter/elements/link/link.twig | 1 - .../decanter/elements/list/list.twig | 41 - .../decanter/elements/table/table.twig | 22 - .../elements/typography/typography.twig | 1 - .../example/aspect-ratio/aspect-ratio.twig | 17 - .../flex/four-column/molive/molive.twig | 58 - .../layout/flex/full-width/bricks/bricks.twig | 60 - .../layout/flex/full-width/ibeam/ibeam.twig | 46 - .../layout/flex/one-column/basic/basic.twig | 40 - .../centered-container.twig | 25 - .../layout/flex/three-column/bars/bars.twig | 31 - .../three-column/battleship/battleship.twig | 75 - .../flex/three-column/blastila/blastila.twig | 72 - .../layout/flex/three-column/chess/chess.twig | 79 - .../flex/three-column/cuttoner/cuttoner.twig | 62 - .../flex/three-column/percles/percles.twig | 57 - .../layout/flex/three-column/robot/robot.twig | 48 - .../space-invader/space-invader.twig | 47 - .../sunset-delorean/sunset-delorean.twig | 56 - .../flex/three-column/thions/thions.twig | 38 - .../flex/three-column/valmer/valmer.twig | 47 - .../layout/flex/two-column/donies/donies.twig | 46 - .../flex/two-column/frogger/frogger.twig | 70 - .../layout/flex/two-column/pacman/pacman.twig | 46 - .../layout/flex/two-column/plakes/plakes.twig | 40 - .../layout/flex/two-column/toucan/toucan.twig | 23 - .../layout/flex/two-column/trunks/trunks.twig | 27 - .../layout/flex/two-column/wedge/wedge.twig | 30 - .../decanter/utilities/macros/link-list.twig | 46 - .../decanter/utilities/macros/menu-loop.twig | 41 - .../package-lock.json | 17043 ---------------- .../minimally_branded_subtheme/package.json | 78 +- .../webpack.config.js | 242 +- themes/minimally_branded_subtheme/yarn.lock | 4919 +++++ themes/stanford_basic/package-lock.json | 14042 ------------- 78 files changed, 5033 insertions(+), 34951 deletions(-) delete mode 100644 themes/minimally_branded_subtheme/.browserslistrc delete mode 100644 themes/minimally_branded_subtheme/.codeclimate.yml delete mode 100644 themes/minimally_branded_subtheme/.eslintrc delete mode 100644 themes/minimally_branded_subtheme/.sass-lint.yml delete mode 100755 themes/minimally_branded_subtheme/LICENSE.txt delete mode 100755 themes/minimally_branded_subtheme/TERMSOFUSE.txt delete mode 100644 themes/minimally_branded_subtheme/dist/assets/png/caret-down-digital-blue.png delete mode 100644 themes/minimally_branded_subtheme/dist/assets/png/caret-up-digital-blue.png delete mode 100644 themes/minimally_branded_subtheme/dist/assets/png/search-digital-blue.png delete mode 100644 themes/minimally_branded_subtheme/dist/assets/svg/caret-down-digital-blue.svg delete mode 100644 themes/minimally_branded_subtheme/dist/assets/svg/caret-up-digital-blue.svg delete mode 100644 themes/minimally_branded_subtheme/dist/assets/svg/search-digital-blue.svg delete mode 100644 themes/minimally_branded_subtheme/dist/js/scripts.js.map delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/components/accordion/accordion.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/components/alert/alert.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/components/brand-bar/brand-bar.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/components/button/button.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/components/card/card.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/components/cta/cta.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/components/date-stacked/date-stacked.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/components/global-footer/global-footer.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/components/hero/hero.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/components/link/link.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/components/local-footer/local-footer.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/components/lockup/lockup.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/components/logo/logo.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/components/main-nav/main-nav.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/components/masthead/masthead.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/components/media/media.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/components/nav-toggle/nav-toggle.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/components/quote/quote.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/components/secondary-nav/secondary-nav.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/components/signup-form/signup-form.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/components/site-search/site-search.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/components/skiplinks/link.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/components/skiplinks/skiplinks.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/components/skiplinks/target.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/core/flex-grid/flex-grid.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/core/fonts/fonts.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/elements/embed/embed.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/elements/input/input.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/elements/link/link.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/elements/list/list.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/elements/table/table.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/elements/typography/typography.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/example/aspect-ratio/aspect-ratio.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/layout/flex/four-column/molive/molive.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/layout/flex/full-width/bricks/bricks.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/layout/flex/full-width/ibeam/ibeam.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/layout/flex/one-column/basic/basic.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/layout/flex/one-column/centered-container/centered-container.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/layout/flex/three-column/bars/bars.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/layout/flex/three-column/battleship/battleship.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/layout/flex/three-column/blastila/blastila.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/layout/flex/three-column/chess/chess.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/layout/flex/three-column/cuttoner/cuttoner.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/layout/flex/three-column/percles/percles.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/layout/flex/three-column/robot/robot.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/layout/flex/three-column/space-invader/space-invader.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/layout/flex/three-column/sunset-delorean/sunset-delorean.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/layout/flex/three-column/thions/thions.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/layout/flex/three-column/valmer/valmer.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/layout/flex/two-column/donies/donies.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/layout/flex/two-column/frogger/frogger.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/layout/flex/two-column/pacman/pacman.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/layout/flex/two-column/plakes/plakes.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/layout/flex/two-column/toucan/toucan.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/layout/flex/two-column/trunks/trunks.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/layout/flex/two-column/wedge/wedge.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/utilities/macros/link-list.twig delete mode 100644 themes/minimally_branded_subtheme/dist/templates/decanter/utilities/macros/menu-loop.twig delete mode 100644 themes/minimally_branded_subtheme/package-lock.json create mode 100644 themes/minimally_branded_subtheme/yarn.lock delete mode 100644 themes/stanford_basic/package-lock.json diff --git a/themes/minimally_branded_subtheme/.browserslistrc b/themes/minimally_branded_subtheme/.browserslistrc deleted file mode 100644 index 26a9d68c5..000000000 --- a/themes/minimally_branded_subtheme/.browserslistrc +++ /dev/null @@ -1,2 +0,0 @@ -last 2 versions -ie 11 diff --git a/themes/minimally_branded_subtheme/.codeclimate.yml b/themes/minimally_branded_subtheme/.codeclimate.yml deleted file mode 100644 index fca19c183..000000000 --- a/themes/minimally_branded_subtheme/.codeclimate.yml +++ /dev/null @@ -1,125 +0,0 @@ -version: "2" -checks: - argument-count: - enabled: false - method-complexity: - config: - threshold: 10 - method-lines: - config: - threshold: 40 - method-count: - config: - threshold: 25 - -plugins: - # https://docs.codeclimate.com/docs/eslint - # ES Linting requires an .eslintrc file to tweak checks. - eslint: - enabled: true - markdownlint: - enabled: false - # CSS is generated and shouldn't be linted. - csslint: - enabled: false - # We don't lint our coffee. Eew. - coffeelint: - enabled: false - # SASS Lint requires a .sass-lint.yml file in the repo in order to tweak settings. - # Withouth the .sass-lint.yml file it will run with the defaults. - # Defaults file: https://github.com/sasstools/sass-lint/blob/master/lib/config/sass-lint.yml - sass-lint: - enabled: true - # SCSS Lint requires a .scss-lint.yml file in the repo in order to tweak settings. - # Withouth the .scss-lint.yml file it will run with the defaults. - # Defaults file: https://github.com/brigade/scss-lint/blob/master/config/default.yml - scss-lint: - enabled: false - phpcodesniffer: - enabled: true - checks: - Drupal Commenting FunctionComment TypeHintMissing: - enabled: true - Drupal Commenting FunctionComment IncorrectTypeHint: - enabled: true - DrupalPractice Commenting CommentEmptyLine SpacingAfter: - enabled: true - Drupal NamingConventions ValidFunctionName ScopeNotCamelCaps: - enabled: true - Drupal NamingConventions ValidClassName StartWithCaptial: - enabled: false - Drupal NamingConventions ValidFunctionName NotCamelCaps: - enabled: false - DrupalPractice General ClassName ClassPrefix: - enabled: false - Drupal NamingConventions ValidClassName NoUnderscores: - enabled: true - config: - file_extensions: "php,inc,install,module,profile" - standard: "Drupal,DrupalPractice" - phpmd: - enabled: true - checks: - Design/WeightedMethodCount: - enabled: false - CleanCode/StaticAccess: - enabled: false - CleanCode/ElseExpression: - enabled: false - CleanCode/BooleanArgumentFlag: - enabled: false - UnusedFormalParameter: - enabled: false - Naming/ShortVariable: - enabled: false - config: - # https://phpmd.org/rules/index.html - # The following sets include everything except the controversial set. - # We can configure these further through .xml files. See docs. - rulesets: "cleancode,codesize,design,naming,unusedcode" - # Include special Drupal file extensions. - file_extensions: "inc,module,profile,php,install" - # https://docs.codeclimate.com/docs/phan - phan: - enabled: true - config: - file_extensions: "php,module,profile,inc" - # minimum-severity: 1 - ignore-undeclared: true - # quick: true - # backward-compatiility-checks: true - # dead-code-detection: true - # https://docs.codeclimate.com/docs/duplication - duplication: - enabled: true - # exclude_paths: - # - examples/ - config: - languages: - javascript: - mass_threshold: 50 - # count_threshold: 3 - fixme: - enabled: true - config: - strings: - - FIXME - - BUG - - TODO - - todo - - dpm - - dsm -# exclude these files/paths -exclude_patterns: -- "test" -- "tests" -- "**/tests/**/*" -- "vendor" -- "vendors" -- "node_modules" -- "composer.json" -- "package.json" -- "webpack.config.js" -- "**.min.*" -- "spec/" -- "dist/" diff --git a/themes/minimally_branded_subtheme/.eslintrc b/themes/minimally_branded_subtheme/.eslintrc deleted file mode 100644 index a674b3fd5..000000000 --- a/themes/minimally_branded_subtheme/.eslintrc +++ /dev/null @@ -1,112 +0,0 @@ -{ - extends: "eslint:recommended", - env: { - browser: true, - es6: true, - node: true - }, - globals: { - domready: true - }, - parserOptions: { - ecmaVersion: 6, - sourceType: "module", - ecmaFeatures: { - arrowFunctions: true, - blockBindings: true, - classes: true, - defaultParameters: true, - destructuring: true, - forOf: true, - generators: true, - objectLiteralComputedProperties: true, - objectLiteralDuplicateProperties: true, - objectLiteralShorthandMethods: true, - objectLiteralShorthandProperties: true, - regexUFlag: true, - regexYFlag: true, - restParams: true, - spread: true, - superInFunctions: true, - templateStrings: true, - unicodeCodePointEscapes: true, - globalReturn: true - } - }, - rules: { - max-len: [2, 120, 2, {"ignoreUrls": true}], - array-bracket-spacing: [2, "never"], - block-scoped-var: 2, - brace-style: [2, "stroustrup", {"allowSingleLine": true}], - comma-dangle: [2, "never"], - comma-spacing: 2, - comma-style: [2, "last"], - computed-property-spacing: [2, "never"], - curly: [2, "all"], - eol-last: 2, - eqeqeq: [2, "smart"], - guard-for-in: 2, - indent: [2, 2, {"SwitchCase": 1}], - key-spacing: [2, {"beforeColon": false, "afterColon": true}], - keyword-spacing: [2, {"before": true, "after": true}], - linebreak-style: [2, "unix"], - lines-around-comment: [2, {"beforeBlockComment": true, "afterBlockComment": false}], - new-parens: 2, - no-array-constructor: 2, - no-caller: 2, - no-catch-shadow: 2, - no-eval: 2, - no-extend-native: 2, - no-extra-bind: 2, - no-extra-parens: [2, "functions"], - no-implied-eval: 2, - no-iterator: 2, - no-label-var: 2, - no-labels: 2, - no-lone-blocks: 2, - no-loop-func: 2, - no-multi-spaces: 2, - no-multi-str: 2, - no-native-reassign: 2, - no-nested-ternary: 2, - no-new-func: 2, - no-new-object: 2, - no-new-wrappers: 2, - no-octal-escape: 2, - no-process-exit: 2, - no-proto: 2, - no-return-assign: 2, - no-script-url: 2, - no-sequences: 2, - no-shadow-restricted-names: 2, - no-spaced-func: 2, - no-trailing-spaces: 2, - no-undef-init: 2, - no-undefined: 2, - no-unused-expressions: 2, - no-unused-vars: [2, {"vars": "all", "args": "none"}], - no-with: 2, - object-curly-spacing: [2, "never"], - one-var: [2, "never"], - quote-props: [2, "consistent-as-needed"], - quotes: [2, "single", "avoid-escape"], - semi: [2, "always"], - semi-spacing: [2, {"before": false, "after": true}], - space-before-blocks: [2, "always"], - space-before-function-paren: [2, {"anonymous": "always", "named": "never"}], - space-in-parens: [2, "never"], - space-infix-ops: 2, - space-unary-ops: [2, { "words": true, "nonwords": false }], - spaced-comment: [2, "always"], - strict: [2, "function"], - yoda: [2, "never"], - max-nested-callbacks: [1, 3], - valid-jsdoc: [1, { - prefer: { - returns: "return", - property: "prop" - }, - requireReturn: false - }] - } -} diff --git a/themes/minimally_branded_subtheme/.sass-lint.yml b/themes/minimally_branded_subtheme/.sass-lint.yml deleted file mode 100644 index 3381c2f30..000000000 --- a/themes/minimally_branded_subtheme/.sass-lint.yml +++ /dev/null @@ -1,62 +0,0 @@ -# Documentation on the rules: -# https://github.com/sasstools/sass-lint/tree/master/docs/rules -# -files: - ignore: - - vendor/**/*.scss - - node_modules/**/*.scss - include: "**/*.s+(a|c)ss" -rules: - brace-style: - - 1 - - - style: stroustrup - class-name-format: - - 1 - - - convention: hyphenatedbem - empty-line-between-blocks: 1 - extends-before-declarations: 1 - extends-before-mixins: 1 - final-newline: 1 - force-attribute-nesting: 0 - force-pseudo-nesting: 0 - function-name-format: - - 1 - - - convention: hyphenatedlowercase - hex-length: 0 - leading-zero: - - 1 - - include: true - mixins-before-declarations: 0 - name-format: 0 - nesting-depth: - - 1 - - - max-depth: 4 - no-color-literals: 0 - no-css-comments: 0 - no-empty-rulesets: 1 - no-ids: 1 - no-mergeable-selectors: 0 - no-misspelled-properties: 1 - no-vendor-prefixes: 0 - no-url-domains: 0 - no-warn: 0 - no-qualifying-elements: - - 1 - - - allow-element-with-attribute: 1 - one-declaration-per-line: 1 - placeholder-in-extend: 1 - property-sort-order: 0 - quotes: 0 - shorthand-values: 0 - single-line-per-selector: 1 - space-after-colon: 1 - space-after-comma: 1 - space-before-brace: 1 - space-before-colon: 1 - space-between-parens: 1 - trailing-semicolon: 1 diff --git a/themes/minimally_branded_subtheme/LICENSE.txt b/themes/minimally_branded_subtheme/LICENSE.txt deleted file mode 100755 index d159169d1..000000000 --- a/themes/minimally_branded_subtheme/LICENSE.txt +++ /dev/null @@ -1,339 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Lesser General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. diff --git a/themes/minimally_branded_subtheme/TERMSOFUSE.txt b/themes/minimally_branded_subtheme/TERMSOFUSE.txt deleted file mode 100755 index a8508f993..000000000 --- a/themes/minimally_branded_subtheme/TERMSOFUSE.txt +++ /dev/null @@ -1,14 +0,0 @@ -Terms of Use - -Stanford University owns all Stanford-branded themes and governs their use to benefit academic, research, communication and other University activities and interests. The University has the right to protect the use of these themes, the University name and University identity marks such as its seal, logos and symbols in all situations. - -Use of the Stanford-branded themes is limited to Stanford University academic and administrative activities. Use is granted solely to: - -* University academic departments, centers and research groups; -* University administrative units; - -The Stanford brand bar and Stanford universal footer should not be edited or altered in any way, following the Identity toolkit guidelines at https://identity.stanford.edu/web-toolkit/ - -Permission to use the themes is on a per-site basis. You will need to make a separate request for each website on which you would like to use these themes. - -For more information about policies related to the Stanford University identity guidelines, please see http://identity.stanford.edu/policies/ diff --git a/themes/minimally_branded_subtheme/dist/assets/png/caret-down-digital-blue.png b/themes/minimally_branded_subtheme/dist/assets/png/caret-down-digital-blue.png deleted file mode 100644 index 4d99138b1e6b4681ce05832c06580611c53f7e89..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 284 zcmeAS@N?(olHy`uVBq!ia0vp^5+KaM1|%Pp+x`GjoCO|{#S9GGLLkg|>2BR0px`-A z7sn8f&bL#~@*Xnaaoex(PPS20V&V3fn+#$n77AaG-NbNr!Sy>vOxgxa!V<1U0n$5< z$Y?2E^a!ng^nP#D)EH-%h~l?lOY@ul3%ohaeyml@!OHE^w{?vY;(ZK$3`&*K%d3Of zIqQ6n%3L|1oPMh)Ug*j8ysSx_do(wlX8Kgda^b29)1Jp~_T*)TNQmb#oU8fm^Y(eZ z(gF5Q-;|2%&MJ8xx~^3bs^B44W0&zjt5M3W e7JEI04@@b4qZjjdiqrso#^CAd=d#Wzp$PzI-fR>A diff --git a/themes/minimally_branded_subtheme/dist/assets/png/caret-up-digital-blue.png b/themes/minimally_branded_subtheme/dist/assets/png/caret-up-digital-blue.png deleted file mode 100644 index c55ae458d4f77ae57066321014c42992f6bcbcf5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 273 zcmeAS@N?(olHy`uVBq!ia0vp^5+KaM1|%Pp+x`GjoCO|{#S9GGLLkg|>2BR0px|Lo z7sn8f&bL$FavoL?Xp8q|FPNOx@+JJZhnRrO(hID+-2SDuq)jek>i)p?B!K88 zgS<~na^?Rf6wZ0wdL-K~A^StqkyA6~D9C-~S)hHebxHEMWj=2YW;Vr(GgL4yw+zkf TJpF$G&^rvCu6{1-oD!MQuG_CA~)U+ABN-t&aL_PPHEGO5m<0M*tXurf+%tvyptv1jvIA}2NzR} z5tt>`eVjs*DS>y6Wg-s4)Z_{{%iYtiK`3o1DKOW1=}ZZ1=x;$667iZ4jP02rbyZYe z9c27a+U(eP1yi^5;-#B=wTN~y{rv3h>|DWReHF5DFhv1!ImsNr&htC?{3Iud^~sMD zgvdjeST1@3ypCU{B1a%a&LxwOhXlkOZ&Q&Y_k;5r{PT}KfG@fsd%w}Te((SQ002ov JPDHLkV1nupu{;0( diff --git a/themes/minimally_branded_subtheme/dist/assets/svg/caret-down-digital-blue.svg b/themes/minimally_branded_subtheme/dist/assets/svg/caret-down-digital-blue.svg deleted file mode 100644 index 3b8c47916..000000000 --- a/themes/minimally_branded_subtheme/dist/assets/svg/caret-down-digital-blue.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - diff --git a/themes/minimally_branded_subtheme/dist/assets/svg/caret-up-digital-blue.svg b/themes/minimally_branded_subtheme/dist/assets/svg/caret-up-digital-blue.svg deleted file mode 100644 index 09677d8c6..000000000 --- a/themes/minimally_branded_subtheme/dist/assets/svg/caret-up-digital-blue.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - diff --git a/themes/minimally_branded_subtheme/dist/assets/svg/search-digital-blue.svg b/themes/minimally_branded_subtheme/dist/assets/svg/search-digital-blue.svg deleted file mode 100644 index e299d80ff..000000000 --- a/themes/minimally_branded_subtheme/dist/assets/svg/search-digital-blue.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - diff --git a/themes/minimally_branded_subtheme/dist/css/minimally_branded_subtheme.css b/themes/minimally_branded_subtheme/dist/css/minimally_branded_subtheme.css index b5b28fe10..57fce9697 100644 --- a/themes/minimally_branded_subtheme/dist/css/minimally_branded_subtheme.css +++ b/themes/minimally_branded_subtheme/dist/css/minimally_branded_subtheme.css @@ -1 +1 @@ -.su-button,.su-button--big,.su-button--big.su-link,.su-button.su-link,[type=button],[type=image],[type=reset],[type=submit],button{background-color:#2e2d29;font-weight:600}.su-button--big.su-link:focus,.su-button--big.su-link:hover,.su-button--big:focus,.su-button--big:hover,.su-button.su-link:focus,.su-button.su-link:hover,.su-button:focus,.su-button:hover,[type=button]:focus,[type=button]:hover,[type=image]:focus,[type=image]:hover,[type=reset]:focus,[type=reset]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover{background-color:#ababa9;color:#2e2d29}.su-button--big.su-link:focus:after,.su-button--big.su-link:hover:after,.su-button--big:focus:after,.su-button--big:hover:after,.su-button.su-link:focus:after,.su-button.su-link:hover:after,.su-button:focus:after,.su-button:hover:after,[type=button]:focus:after,[type=button]:hover:after,[type=image]:focus:after,[type=image]:hover:after,[type=reset]:focus:after,[type=reset]:hover:after,[type=submit]:focus:after,[type=submit]:hover:after,button:focus:after,button:hover:after{background-color:#2e2d29}.su-button--secondary,.su-button--secondary.su-link{background-color:#fff;-webkit-box-shadow:inset 0 0 0 2px #2e2d29;box-shadow:inset 0 0 0 2px #2e2d29;color:#2e2d29;font-weight:600}.su-button--secondary.su-link:focus,.su-button--secondary.su-link:hover,.su-button--secondary:focus,.su-button--secondary:hover{background-color:#ababa9;color:#2e2d29}.su-button--secondary.su-link:focus:after,.su-button--secondary.su-link:hover:after,.su-button--secondary:focus:after,.su-button--secondary:hover:after{background-color:#2e2d29}a.su-link--external.su-button--big:after,a.su-link--external.su-button:after{background-color:#fff}a.su-link--external.su-button--secondary:active:after,a.su-link--external.su-button--secondary:after,a.su-link--external.su-button--secondary:focus:after,a.su-link--external.su-button--secondary:hover:after{background-color:#2e2d29}a.su-link--external.su-secondary-nav__link:after{background-color:#fff}a.su-link--external.su-secondary-nav__link:active:after,a.su-link--external.su-secondary-nav__link:focus:after,a.su-link--external.su-secondary-nav__link:hover:after{background-color:#2e2d29}a.mailto svg path{stroke:#fff}a.mailto svg:active,a.mailto svg:focus,a.mailto svg:hover{fill:#2e2d29}a.mailto svg:active path,a.mailto svg:focus path,a.mailto svg:hover path{stroke:#2e2d29}a.mailto.su-button--big svg,a.mailto.su-button svg{fill:#fff}a.mailto.su-button--big svg:active,a.mailto.su-button--big svg:focus,a.mailto.su-button--big svg:hover,a.mailto.su-button svg:active,a.mailto.su-button svg:focus,a.mailto.su-button svg:hover{fill:#2e2d29}a.mailto.su-button--big svg:active path,a.mailto.su-button--big svg:focus path,a.mailto.su-button--big svg:hover path,a.mailto.su-button svg:active path,a.mailto.su-button svg:focus path,a.mailto.su-button svg:hover path{stroke:#2e2d29}a.mailto.su-button--big svg path,a.mailto.su-button svg path{stroke:#fff}a.mailto.su-button--secondary svg,a.mailto.su-button--secondary svg:active,a.mailto.su-button--secondary svg:focus,a.mailto.su-button--secondary svg:hover{fill:#2e2d29}a.mailto.su-button--secondary svg:active path,a.mailto.su-button--secondary svg:focus path,a.mailto.su-button--secondary svg:hover path,a.mailto.su-button--secondary svg path{stroke:#2e2d29}.su-link,a{color:#006cb8}.su-brand-bar--dark,.su-global-footer--dark{height:30px;padding:0}.su-lockup__cell1,.su-lockup__cell2{border:0}.su-lockup__cell1 .su-lockup__line4,.su-lockup__cell1 .su-lockup__logo-wrapper,.su-lockup__cell2 .su-lockup__line4,.su-lockup__cell2 .su-lockup__logo-wrapper{padding-right:7px}.su-lockup__cell1 .su-lockup__line4,.su-lockup__cell2 .su-lockup__line4{overflow-wrap:break-word;word-break:inherit}.su-lockup__cell1.empty-logo,.su-lockup__cell1.empty-logo+.su-lockup__cell2{padding:0;margin:0}.su-masthead{background-color:#f4f4f4}@media (max-width:991px){.su-multi-menu .su-multi-menu__item--current>.su-multi-menu__link:active:before,.su-multi-menu .su-multi-menu__item--current>.su-multi-menu__link:before,.su-multi-menu .su-multi-menu__item--current>.su-multi-menu__link:focus:before,.su-multi-menu .su-multi-menu__item--current>.su-multi-menu__link:hover:before,.su-multi-menu .su-multi-menu__menu .su-multi-menu__link:active:before,.su-multi-menu .su-multi-menu__nav-toggle:active:before,.su-multi-menu .su-multi-menu__nav-toggle:before,.su-multi-menu .su-multi-menu__nav-toggle:focus:before,.su-multi-menu .su-multi-menu__nav-toggle:hover:before,.su-multi-menu .su-multi-menu__nav-toggle[aria-expanded=true]:active:before,.su-multi-menu .su-multi-menu__nav-toggle[aria-expanded=true]:focus:before,.su-multi-menu .su-multi-menu__nav-toggle[aria-expanded=true]:hover:before,.su-nav-toggle:before{background-color:#006cb8}}@media (min-width:992px){.su-multi-menu .su-multi-menu__menu-lv1>.su-multi-menu__item>.su-multi-menu__link{color:#006cb8}.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu>.su-multi-menu__item--parent>.su-nav-toggle:before,.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu>.su-multi-menu__item--parent>.su-nav-toggle:focus:before,.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu>.su-multi-menu__item--parent>.su-nav-toggle:hover:before{background:transparent url(../assets/svg/caret-down-digital-blue.svg) no-repeat 50%/50%}.su-multi-menu .su-multi-menu__item--current>.su-multi-menu__link:active:before,.su-multi-menu .su-multi-menu__item--current>.su-multi-menu__link:before,.su-multi-menu .su-multi-menu__item--current>.su-multi-menu__link:focus:before,.su-multi-menu .su-multi-menu__item--current>.su-multi-menu__link:hover:before{background-color:#006cb8}}.su-multi-menu .su-multi-menu__menu .su-multi-menu__link:active:before{background-color:#006cb8}.su-secondary-nav--light .su-secondary-nav__link{color:#006cb8}.su-secondary-nav--light .su-secondary-nav__link:focus:before,.su-secondary-nav--light .su-secondary-nav__link:hover:before,a.su-link--external.su-secondary-nav__link:after{background-color:#006cb8}.su-site-search__submit{background:transparent url(../assets/svg/search-digital-blue.svg) no-repeat 0 0}.su-event-card.su-card .su-event-list-item__details .event-list-item__type a{color:#006cb8}.su-event-card.su-event-list-item .su-event-list-item__details h2>a{color:#2e2d29}.su-event-card.su-event-list-item .su-event-list-item__details h2>a:active,.su-event-card.su-event-list-item .su-event-list-item__details h2>a:focus,.su-event-card.su-event-list-item .su-event-list-item__details h2>a:hover{color:#006cb8;text-decoration:underline}.su-event-list-item .su-event-list-item__details h2>a:active,.su-event-list-item .su-event-list-item__details h2>a:focus,.su-event-list-item .su-event-list-item__details h2>a:hover{color:#2e2d29;text-decoration:underline}.su-event-list-item .su-event-list-item__details h2>a.su-link--external:after{background-color:#006cb8;display:inline-block}.su-event-list-item .su-event-list-item__details .event-list-item__type a:active,.su-event-list-item .su-event-list-item__details .event-list-item__type a:focus,.su-event-list-item .su-event-list-item__details .event-list-item__type a:hover,.su-event-list-item .su-event-list-item__details h2>a{color:#006cb8}.ds-entity--stanford-event-series .su-card a{color:#2e2d29}.ds-entity--stanford-event-series .su-card a:active,.ds-entity--stanford-event-series .su-card a:focus,.ds-entity--stanford-event-series .su-card a:hover{color:#006cb8}.su-news-list a:active h2,.su-news-list a:focus h2,.su-news-list a:hover h2{color:#2e2d29}.su-news-list a h2{color:#006cb8}.su-news-edit-article a:active,.su-news-edit-article a:focus,.su-news-edit-article a:hover{color:#2e2d29}.su-news-list .su-news-list__topics li a{color:#006cb8}.su-news-list .su-news-list__topics li a:active,.su-news-list .su-news-list__topics li a:focus,.su-news-list .su-news-list__topics li a:hover{color:#2e2d29}.su-news-list .su-link--external:after,.su-news-vertical-teaser.su-card .su-link:after{background-color:#006cb8}.su-news-vertical-teaser.su-card .su-card__contents .news-vertical-teaser__topics a{color:#006cb8}.su-news-vertical-teaser.su-card .su-card__contents .news-vertical-teaser__topics a:active,.su-news-vertical-teaser.su-card .su-card__contents .news-vertical-teaser__topics a:focus,.su-news-vertical-teaser.su-card .su-card__contents .news-vertical-teaser__topics a:hover{color:#2e2d29}.ds-entity--stanford-person .stanford-person a,.stanford-people-grid .views-row .views-field-title a,.stanford-publications.view a,.su-news-vertical-teaser.su-card .su-news-vertical-teaser__link:hover h2{color:#006cb8}.stanford-publications.view a:active:after,.stanford-publications.view a:after,.stanford-publications.view a:focus:after,.stanford-publications.view a:hover:after{background-color:#006cb8}.stanford-publications .views-field-edit-node a{color:#b1040e}.stanford-publications .views-field-edit-node a:active,.stanford-publications .views-field-edit-node a:focus,.stanford-publications .views-field-edit-node a:hover{color:#2e2d29}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:after,.ptype-stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:after{background-color:#006cb8}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:active,.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:focus,.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:hover,.ptype-stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:active,.ptype-stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:focus,.ptype-stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:hover{color:#006cb8}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:active:after,.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:focus:after,.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:hover:after,.ptype-stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:active:after,.ptype-stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:focus:after,.ptype-stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:hover:after{background-color:#006cb8}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a,.ptype-stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a{color:#006cb8}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:active,.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:focus,.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:hover,.ptype-stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:active,.ptype-stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:focus,.ptype-stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:hover{color:#2e2d29}.ds-entity--stanford-page .su-card .su-card__contents a:active,.ds-entity--stanford-page .su-card .su-card__contents a:focus,.ds-entity--stanford-page .su-card .su-card__contents a:hover{color:#006cb8}.ds-entity--stanford-page .su-card .su-card__contents a:active:after,.ds-entity--stanford-page .su-card .su-card__contents a:after,.ds-entity--stanford-page .su-card .su-card__contents a:focus:after,.ds-entity--stanford-page .su-card .su-card__contents a:hover:after{background-color:#006cb8}.su-basic-page-types-list a{color:#006cb8}.su-basic-page-types-list a:active,.su-basic-page-types-list a:focus,.su-basic-page-types-list a:hover{color:#2e2d29;text-decoration:underline} \ No newline at end of file +.su-button,.su-button--big,.su-button--big.su-link,.su-button.su-link,[type=button],[type=image],[type=reset],[type=submit],button{background-color:#2e2d29;font-weight:600}.su-button--big.su-link:focus,.su-button--big.su-link:hover,.su-button--big:focus,.su-button--big:hover,.su-button.su-link:focus,.su-button.su-link:hover,.su-button:focus,.su-button:hover,[type=button]:focus,[type=button]:hover,[type=image]:focus,[type=image]:hover,[type=reset]:focus,[type=reset]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover{background-color:#ababa9;color:#2e2d29}.su-button--big.su-link:focus:after,.su-button--big.su-link:hover:after,.su-button--big:focus:after,.su-button--big:hover:after,.su-button.su-link:focus:after,.su-button.su-link:hover:after,.su-button:focus:after,.su-button:hover:after,[type=button]:focus:after,[type=button]:hover:after,[type=image]:focus:after,[type=image]:hover:after,[type=reset]:focus:after,[type=reset]:hover:after,[type=submit]:focus:after,[type=submit]:hover:after,button:focus:after,button:hover:after{background-color:#2e2d29}.su-button--secondary,.su-button--secondary.su-link{background-color:#fff;box-shadow:inset 0 0 0 2px #2e2d29;color:#2e2d29;font-weight:600}.su-button--secondary.su-link:focus,.su-button--secondary.su-link:hover,.su-button--secondary:focus,.su-button--secondary:hover{background-color:#ababa9;color:#2e2d29}.su-button--secondary.su-link:focus:after,.su-button--secondary.su-link:hover:after,.su-button--secondary:focus:after,.su-button--secondary:hover:after{background-color:#2e2d29}a.su-link--external.su-button--big:after,a.su-link--external.su-button:after{background-color:#fff}a.su-link--external.su-button--secondary:active:after,a.su-link--external.su-button--secondary:after,a.su-link--external.su-button--secondary:focus:after,a.su-link--external.su-button--secondary:hover:after{background-color:#2e2d29}a.su-link--external.su-secondary-nav__link:after{background-color:#fff}a.su-link--external.su-secondary-nav__link:active:after,a.su-link--external.su-secondary-nav__link:focus:after,a.su-link--external.su-secondary-nav__link:hover:after{background-color:#2e2d29}a.mailto svg path{stroke:#fff}a.mailto svg:active,a.mailto svg:focus,a.mailto svg:hover{fill:#2e2d29}a.mailto svg:active path,a.mailto svg:focus path,a.mailto svg:hover path{stroke:#2e2d29}a.mailto.su-button svg,a.mailto.su-button--big svg{fill:#fff}a.mailto.su-button svg:active,a.mailto.su-button svg:focus,a.mailto.su-button svg:hover,a.mailto.su-button--big svg:active,a.mailto.su-button--big svg:focus,a.mailto.su-button--big svg:hover{fill:#2e2d29}a.mailto.su-button svg:active path,a.mailto.su-button svg:focus path,a.mailto.su-button svg:hover path,a.mailto.su-button--big svg:active path,a.mailto.su-button--big svg:focus path,a.mailto.su-button--big svg:hover path{stroke:#2e2d29}a.mailto.su-button svg path,a.mailto.su-button--big svg path{stroke:#fff}a.mailto.su-button--secondary svg,a.mailto.su-button--secondary svg:active,a.mailto.su-button--secondary svg:focus,a.mailto.su-button--secondary svg:hover{fill:#2e2d29}a.mailto.su-button--secondary svg path,a.mailto.su-button--secondary svg:active path,a.mailto.su-button--secondary svg:focus path,a.mailto.su-button--secondary svg:hover path{stroke:#2e2d29}.su-link,a{color:#006cb8}.su-brand-bar--dark,.su-global-footer--dark{height:30px;padding:0}.su-lockup__cell1,.su-lockup__cell2{border:0}.su-lockup__cell1 .su-lockup__line4,.su-lockup__cell1 .su-lockup__logo-wrapper,.su-lockup__cell2 .su-lockup__line4,.su-lockup__cell2 .su-lockup__logo-wrapper{padding-right:7px}.su-lockup__cell1 .su-lockup__line4,.su-lockup__cell2 .su-lockup__line4{overflow-wrap:break-word;word-break:inherit}.su-lockup__cell1.empty-logo,.su-lockup__cell1.empty-logo+.su-lockup__cell2{margin:0;padding:0}.su-masthead{background-color:#f4f4f4}@media (max-width:991px){.su-multi-menu .su-multi-menu__item--current>.su-multi-menu__link:active:before,.su-multi-menu .su-multi-menu__item--current>.su-multi-menu__link:before,.su-multi-menu .su-multi-menu__item--current>.su-multi-menu__link:focus:before,.su-multi-menu .su-multi-menu__item--current>.su-multi-menu__link:hover:before,.su-multi-menu .su-multi-menu__menu .su-multi-menu__link:active:before,.su-multi-menu .su-multi-menu__nav-toggle:active:before,.su-multi-menu .su-multi-menu__nav-toggle:before,.su-multi-menu .su-multi-menu__nav-toggle:focus:before,.su-multi-menu .su-multi-menu__nav-toggle:hover:before,.su-multi-menu .su-multi-menu__nav-toggle[aria-expanded=true]:active:before,.su-multi-menu .su-multi-menu__nav-toggle[aria-expanded=true]:focus:before,.su-multi-menu .su-multi-menu__nav-toggle[aria-expanded=true]:hover:before,.su-nav-toggle:before{background-color:#006cb8}}@media (min-width:992px){.su-multi-menu .su-multi-menu__menu-lv1>.su-multi-menu__item>.su-multi-menu__link{color:#006cb8}.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu>.su-multi-menu__item--parent>.su-nav-toggle:before,.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu>.su-multi-menu__item--parent>.su-nav-toggle:focus:before,.su-multi-menu.su-multi-menu--dropdowns .su-multi-menu__menu>.su-multi-menu__item--parent>.su-nav-toggle:hover:before{background:transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiMwMDZjYjg7c3Ryb2tlLXdpZHRoOjIuNTtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTAiIGQ9Ik0xOC42IDguNSAxMiAxNS40IDUuNCA4LjUiLz48L3N2Zz4=) no-repeat 50%/50%}.su-multi-menu .su-multi-menu__item--current>.su-multi-menu__link:active:before,.su-multi-menu .su-multi-menu__item--current>.su-multi-menu__link:before,.su-multi-menu .su-multi-menu__item--current>.su-multi-menu__link:focus:before,.su-multi-menu .su-multi-menu__item--current>.su-multi-menu__link:hover:before{background-color:#006cb8}}.su-multi-menu .su-multi-menu__menu .su-multi-menu__link:active:before{background-color:#006cb8}.su-secondary-nav--light .su-secondary-nav__link{color:#006cb8}.su-secondary-nav--light .su-secondary-nav__link:focus:before,.su-secondary-nav--light .su-secondary-nav__link:hover:before,a.su-link--external.su-secondary-nav__link:after{background-color:#006cb8}.su-site-search__submit{background:transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik0xMy45NjEgMy4zODZhNi43NTQgNi43NTQgMCAwIDAtNi43NDYgNi43NDdjMCAxLjQzNC40NTMgMi43NjIgMS4yMTggMy44NTZMMy42IDE4LjgyMmExLjA0OSAxLjA0OSAwIDEgMCAxLjQ4NSAxLjQ4NEw5Ljg5MSAxNS41YTYuNzAzIDYuNzAzIDAgMCAwIDQuMDcgMS4zNzljMy43MiAwIDYuNzQ2LTMuMDI2IDYuNzQ2LTYuNzQ3cy0zLjAyNi02Ljc0Ni02Ljc0Ni02Ljc0NnptMCAxMS4zOTNjLTIuNTYyIDAtNC42NDYtMi4wODUtNC42NDYtNC42NDdzMi4wODQtNC42NDcgNC42NDYtNC42NDcgNC42NDYgMi4wODUgNC42NDYgNC42NDctMi4wODUgNC42NDctNC42NDYgNC42NDd6IiBzdHlsZT0iZmlsbDojMDA2Y2I4Ii8+PC9zdmc+) no-repeat 0 0}.su-event-card.su-card .su-event-list-item__details .event-list-item__type a{color:#006cb8}.su-event-card.su-event-list-item .su-event-list-item__details h2>a{color:#2e2d29}.su-event-card.su-event-list-item .su-event-list-item__details h2>a:active,.su-event-card.su-event-list-item .su-event-list-item__details h2>a:focus,.su-event-card.su-event-list-item .su-event-list-item__details h2>a:hover{color:#006cb8;text-decoration:underline}.su-event-list-item .su-event-list-item__details h2>a:active,.su-event-list-item .su-event-list-item__details h2>a:focus,.su-event-list-item .su-event-list-item__details h2>a:hover{color:#2e2d29;text-decoration:underline}.su-event-list-item .su-event-list-item__details h2>a.su-link--external:after{background-color:#006cb8;display:inline-block}.su-event-list-item .su-event-list-item__details .event-list-item__type a:active,.su-event-list-item .su-event-list-item__details .event-list-item__type a:focus,.su-event-list-item .su-event-list-item__details .event-list-item__type a:hover,.su-event-list-item .su-event-list-item__details h2>a{color:#006cb8}.ds-entity--stanford-event-series .su-card a{color:#2e2d29}.ds-entity--stanford-event-series .su-card a:active,.ds-entity--stanford-event-series .su-card a:focus,.ds-entity--stanford-event-series .su-card a:hover{color:#006cb8}.su-news-list a:active h2,.su-news-list a:focus h2,.su-news-list a:hover h2{color:#2e2d29}.su-news-list a h2{color:#006cb8}.su-news-edit-article a:active,.su-news-edit-article a:focus,.su-news-edit-article a:hover{color:#2e2d29}.su-news-list .su-news-list__topics li a{color:#006cb8}.su-news-list .su-news-list__topics li a:active,.su-news-list .su-news-list__topics li a:focus,.su-news-list .su-news-list__topics li a:hover{color:#2e2d29}.su-news-list .su-link--external:after,.su-news-vertical-teaser.su-card .su-link:after{background-color:#006cb8}.su-news-vertical-teaser.su-card .su-card__contents .news-vertical-teaser__topics a{color:#006cb8}.su-news-vertical-teaser.su-card .su-card__contents .news-vertical-teaser__topics a:active,.su-news-vertical-teaser.su-card .su-card__contents .news-vertical-teaser__topics a:focus,.su-news-vertical-teaser.su-card .su-card__contents .news-vertical-teaser__topics a:hover{color:#2e2d29}.ds-entity--stanford-person .stanford-person a,.stanford-people-grid .views-row .views-field-title a,.stanford-publications.view a,.su-news-vertical-teaser.su-card .su-news-vertical-teaser__link:hover h2{color:#006cb8}.stanford-publications.view a:active:after,.stanford-publications.view a:after,.stanford-publications.view a:focus:after,.stanford-publications.view a:hover:after{background-color:#006cb8}.stanford-publications .views-field-edit-node a{color:#b1040e}.stanford-publications .views-field-edit-node a:active,.stanford-publications .views-field-edit-node a:focus,.stanford-publications .views-field-edit-node a:hover{color:#2e2d29}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:after,.ptype-stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:after{background-color:#006cb8}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:active,.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:focus,.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:hover,.ptype-stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:active,.ptype-stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:focus,.ptype-stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:hover{color:#006cb8}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:active:after,.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:focus:after,.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:hover:after,.ptype-stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:active:after,.ptype-stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:focus:after,.ptype-stanford-entity .ds-entity--stanford-publication .su-card__contents>h2 a:hover:after{background-color:#006cb8}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a,.ptype-stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a{color:#006cb8}.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:active,.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:focus,.paragraph--type--stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:hover,.ptype-stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:active,.ptype-stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:focus,.ptype-stanford-entity .ds-entity--stanford-publication .su-card__contents .su-publication-topics a:hover{color:#2e2d29}.ds-entity--stanford-page .su-card .su-card__contents a:active,.ds-entity--stanford-page .su-card .su-card__contents a:focus,.ds-entity--stanford-page .su-card .su-card__contents a:hover{color:#006cb8}.ds-entity--stanford-page .su-card .su-card__contents a:active:after,.ds-entity--stanford-page .su-card .su-card__contents a:after,.ds-entity--stanford-page .su-card .su-card__contents a:focus:after,.ds-entity--stanford-page .su-card .su-card__contents a:hover:after{background-color:#006cb8}.su-basic-page-types-list a{color:#006cb8}.su-basic-page-types-list a:active,.su-basic-page-types-list a:focus,.su-basic-page-types-list a:hover{color:#2e2d29;text-decoration:underline} \ No newline at end of file diff --git a/themes/minimally_branded_subtheme/dist/js/scripts.js b/themes/minimally_branded_subtheme/dist/js/scripts.js index 2971fdc0d..535dec983 100644 --- a/themes/minimally_branded_subtheme/dist/js/scripts.js +++ b/themes/minimally_branded_subtheme/dist/js/scripts.js @@ -1,2 +1,27 @@ -!function(n){var r={};function o(e){if(r[e])return r[e].exports;var t=r[e]={i:e,l:!1,exports:{}};return n[e].call(t.exports,t,t.exports,o),t.l=!0,t.exports}o.m=n,o.c=r,o.d=function(e,t,n){o.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(t,e){if(1&e&&(t=o(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(o.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)o.d(n,r,function(e){return t[e]}.bind(null,r));return n},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,"a",t),t},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.p="",o(o.s=1)}([,function(e,t){window.Drupal.behaviors.minimally_branded_subtheme={attach:function(){jQuery(".su-lockup__wordmark").parents(".su-lockup__cell1").addClass("empty-logo")},detach:function(){}}}]); -//# sourceMappingURL=scripts.js.map \ No newline at end of file +/******/ (function() { // webpackBootstrap +/******/ "use strict"; +var __webpack_exports__ = {}; +/** + * Behavior Example that works with Webpack. + * + * @see: https://www.npmjs.com/package/drupal-behaviors-loader + * + * Webpack wraps everything in enclosures and hides the global variables from + * scripts so special handling is needed. + */ + +/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ({ + // Attach Drupal Behavior. + attach: function attach(context, settings) { + // console.log("Attached."); + (function ($) { + $('.su-lockup__wordmark').parents('.su-lockup__cell1').addClass('empty-logo'); + })(jQuery); + }, + // Detach Example. + detach: function detach() { + // console.log("Detached."); + } +}); +/******/ })() +; \ No newline at end of file diff --git a/themes/minimally_branded_subtheme/dist/js/scripts.js.map b/themes/minimally_branded_subtheme/dist/js/scripts.js.map deleted file mode 100644 index 90c2cd7e0..000000000 --- a/themes/minimally_branded_subtheme/dist/js/scripts.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///./src/js/minimally_branded_subtheme.behaviors.js"],"names":["installedModules","__webpack_require__","moduleId","exports","module","i","l","modules","call","m","c","d","name","getter","o","Object","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","window","Drupal","behaviors","minimally_branded_subtheme","attach","jQuery","parents","addClass","detach"],"mappings":"aACE,IAAIA,EAAmB,GAGvB,SAASC,EAAoBC,GAG5B,GAAGF,EAAiBE,GACnB,OAAOF,EAAiBE,GAAUC,QAGnC,IAAIC,EAASJ,EAAiBE,GAAY,CACzCG,EAAGH,EACHI,GAAG,EACHH,QAAS,IAUV,OANAI,EAAQL,GAAUM,KAAKJ,EAAOD,QAASC,EAAQA,EAAOD,QAASF,GAG/DG,EAAOE,GAAI,EAGJF,EAAOD,QAKfF,EAAoBQ,EAAIF,EAGxBN,EAAoBS,EAAIV,EAGxBC,EAAoBU,EAAI,SAASR,EAASS,EAAMC,GAC3CZ,EAAoBa,EAAEX,EAASS,IAClCG,OAAOC,eAAeb,EAASS,EAAM,CAAEK,YAAY,EAAMC,IAAKL,KAKhEZ,EAAoBkB,EAAI,SAAShB,GACX,oBAAXiB,QAA0BA,OAAOC,aAC1CN,OAAOC,eAAeb,EAASiB,OAAOC,YAAa,CAAEC,MAAO,WAE7DP,OAAOC,eAAeb,EAAS,aAAc,CAAEmB,OAAO,KAQvDrB,EAAoBsB,EAAI,SAASD,EAAOE,GAEvC,GADU,EAAPA,IAAUF,EAAQrB,EAAoBqB,IAC/B,EAAPE,EAAU,OAAOF,EACpB,GAAW,EAAPE,GAA8B,iBAAVF,GAAsBA,GAASA,EAAMG,WAAY,OAAOH,EAChF,IAAII,EAAKX,OAAOY,OAAO,MAGvB,GAFA1B,EAAoBkB,EAAEO,GACtBX,OAAOC,eAAeU,EAAI,UAAW,CAAET,YAAY,EAAMK,MAAOA,IACtD,EAAPE,GAA4B,iBAATF,EAAmB,IAAI,IAAIM,KAAON,EAAOrB,EAAoBU,EAAEe,EAAIE,EAAK,SAASA,GAAO,OAAON,EAAMM,IAAQC,KAAK,KAAMD,IAC9I,OAAOF,GAIRzB,EAAoB6B,EAAI,SAAS1B,GAChC,IAAIS,EAAST,GAAUA,EAAOqB,WAC7B,WAAwB,OAAOrB,EAAgB,SAC/C,WAA8B,OAAOA,GAEtC,OADAH,EAAoBU,EAAEE,EAAQ,IAAKA,GAC5BA,GAIRZ,EAAoBa,EAAI,SAASiB,EAAQC,GAAY,OAAOjB,OAAOkB,UAAUC,eAAe1B,KAAKuB,EAAQC,IAGzG/B,EAAoBkC,EAAI,GAIjBlC,EAAoBA,EAAoBmC,EAAI,G,iBC1ErDC,OAAOC,OAAOC,UAAUC,2BAA6B,CAEnDC,OAAQ,WAIHC,OADC,wBAAwBC,QAAQ,qBAAqBC,SAAS,eAIpEC,OAAQ","file":"scripts.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 1);\n","/**\n * Behavior Example that works with Webpack.\n *\n * @see: https://www.npmjs.com/package/drupal-behaviors-loader\n *\n * Webpack wraps everything in enclosures and hides the global variables from\n * scripts so special handling is needed.\n */\nwindow.Drupal.behaviors.minimally_branded_subtheme = {\n // Attach Drupal Behavior.\n attach: function attach(context, settings) {\n // console.log(\"Attached.\");\n (function ($) {\n $('.su-lockup__wordmark').parents('.su-lockup__cell1').addClass('empty-logo');\n })(jQuery);\n },\n // Detach Example.\n detach: function detach() {// console.log(\"Detached.\");\n }\n};"],"sourceRoot":""} \ No newline at end of file diff --git a/themes/minimally_branded_subtheme/dist/templates/decanter/components/accordion/accordion.twig b/themes/minimally_branded_subtheme/dist/templates/decanter/components/accordion/accordion.twig deleted file mode 100644 index 316d6687d..000000000 --- a/themes/minimally_branded_subtheme/dist/templates/decanter/components/accordion/accordion.twig +++ /dev/null @@ -1,39 +0,0 @@ -{# - Accordion - - Template for an expandable/collapsable section. - - * Available variables: - * - attributes: For additional HTML attributes not already provided. - * - modifier_class: Additional CSS classes to change look and behavior. - * - accordion_title: Optional title for the whole accordion component. - * - cta_button: Optional call-to-action link button at the bototm of the accordion. - * - title: - * - content: -#} -
- {% if accordion_title is not empty %} - {{ accordion_title }} - {% endif %} - {% if accordion_control %} - - - {% endif %} - {% if accordion_items is iterable %} -
    - {% for item in accordion_items %} -
  • - {% if item.title is not empty %} -

    - {% endif %} -
    - {{ item.content }} -
    -
  • - {% endfor %} -
- {% endif %} - {% if cta_button_text is not empty %} - {{ cta_button_text }} - {% endif %} -
\ No newline at end of file diff --git a/themes/minimally_branded_subtheme/dist/templates/decanter/components/alert/alert.twig b/themes/minimally_branded_subtheme/dist/templates/decanter/components/alert/alert.twig deleted file mode 100644 index 897a337ee..000000000 --- a/themes/minimally_branded_subtheme/dist/templates/decanter/components/alert/alert.twig +++ /dev/null @@ -1,72 +0,0 @@ -{# -/** - * @file - * Alert Component. - * - * Component for displaying a notification that keeps people informed of a - * status, or for displaying a validation message that alerts someone of an - * important piece of information. It has five variants: - * - Default: Black text with gray background with no icon - * - Success: Black text with green background with check icon - * - Warning: Black text with yellow background with traiangular exclamation mark icon - * - Error: Black text with red background with circlular exclamation mark icon - * - Info: Black text with blue background with information icon - * - * Available variables: - * - attributes: For additional HTML attributes not already provided. - * - modifier_class: Additional css classes to change look and behaviour. - * - alert_header: Text heading. - * - alert_body: Text details of the alert message. - */ -#} -
-
- {# JavaScript Ability To Close and Hide Alert. #} - {%- block block_dismiss -%} - {%- if alert_dismiss -%} -
- -
- {%- endif -%} - {%- endblock -%} - - {# Header, sometimes left, content. #} - {%- block block_alert_header -%} - {%- if alert_icon is not empty or alert_label is not empty -%} -
- {%- if alert_icon is not empty -%} - {{- alert_icon -}} - {%- endif -%} - {%- if alert_label is not empty -%} - {{- alert_label -}} - {%- endif -%} -
- {%- endif -%} - {%- endblock -%} - - {# Body content and the primary message. #} - {%- block block_body -%} -
- - {# HEADER #} - {%- if alert_header is not empty -%} -

{{- alert_header -}}

- {%- endif -%} - - {# TEXT #} - {%- if alert_text is not empty -%} -
- {{- alert_text -}} -
- {%- endif -%} - - {# FOOTER #} - {%- if alert_footer is not empty -%} - - {%- endif -%} -
- {%- endblock -%} -
-
diff --git a/themes/minimally_branded_subtheme/dist/templates/decanter/components/brand-bar/brand-bar.twig b/themes/minimally_branded_subtheme/dist/templates/decanter/components/brand-bar/brand-bar.twig deleted file mode 100644 index f05578ee7..000000000 --- a/themes/minimally_branded_subtheme/dist/templates/decanter/components/brand-bar/brand-bar.twig +++ /dev/null @@ -1,25 +0,0 @@ -{# -/** - * @file - * Brand Bar Component. - * - * Stanford brand bar with the wordmark logo with four variants: - * - Default: White wordmark over cardinal red background - * - Bright: White wordmark over bright red background - * - Dark: White wordmark over dark grey background - * - White: Cardinal red wordmark over white background - * - * Available variables: - * - attributes: For additional HTML attributes not already provided. - * - modifier_class: Additional css classes to change look and behaviour. - */ -#} -{% if external_link_text is empty -%} - {%- set external_link_text -%} - (link is external) - {% endset %} -{%- endif %} - - diff --git a/themes/minimally_branded_subtheme/dist/templates/decanter/components/button/button.twig b/themes/minimally_branded_subtheme/dist/templates/decanter/components/button/button.twig deleted file mode 100644 index 6536d4ee1..000000000 --- a/themes/minimally_branded_subtheme/dist/templates/decanter/components/button/button.twig +++ /dev/null @@ -1,19 +0,0 @@ -{# -/** - * @file - * Button Component - * - * A basic button element. - * - * Available variants: - * - * Available variables: - * - attributes: A collection of html properties for button - * - modifier_class: CSS class variants - * - button_value: Button's value property - * - button_name: Button's name property - * - button_type: The type of button (submit | button | reset) - * - button_label: The text to display as the button - */ -#} -{{ button_label }} diff --git a/themes/minimally_branded_subtheme/dist/templates/decanter/components/card/card.twig b/themes/minimally_branded_subtheme/dist/templates/decanter/components/card/card.twig deleted file mode 100644 index 632d80040..000000000 --- a/themes/minimally_branded_subtheme/dist/templates/decanter/components/card/card.twig +++ /dev/null @@ -1,198 +0,0 @@ -{# -/** - * @file - * Card Component. Default is a vertical card with an image above text content. - * - * Available variants: - * - .su-card--horizontal: Media field and text content are side by side. - * - .su-card--link: Whole card is a link with no button or call to action link. - * - .su-card--minimal: No background, drop shadow and space around. Do not use with the .su-card--link class. - * - .su-card--icon: An image icon above text content. - * - .su-card--video: A video above text content. - * - * Available variables: - * - attributes: Additional HTML attributes not already provided. - * - modifier_class: Additional CSS classes to change look and behavior. - * - card_headline: Main headind text for the card. - * - card_allow_headline_link: Boolean. If set to true, headline links to card_link. - * - card_super_headline: Text super headline. Often used for metadata such as category. - * - card_body: An open variable for anything including HTML. Generally this would be for WYSIWYG editor contents. - * - card_link: The href value for the card. A single card is only allowed to link to one URL. - * - card_cta_attributes: Any html attributes on the link that need to be added. For example: rel='noopener', target='_blank'. - * This acts as the attributes for the link button and headline link as well. - * - card_cta_label: The clickable text for the CTA link - * - card_button_label: The text label of the button component. - * - card_icon_font_class: If using icon font, e.g., FontAwesome, the class(es) of the icon including modifier classes, - e.g. 'fas fa-globe fa-2x', 'far fa-thumbs-up fa-rotate-90' - * - card_media_image_src: The src link to the image file. - * - card_media_image_srcset: The srcset of the image if exists. - * - card_media_icon_image_src: The src link to the icon image file. - * - card_media_video_src: The src link to the video file. - * - card_media_video_poster: Optional preview image of the video. - * - card_media_fallback_content: Fallback content to display when browser doesn't support video or audio format. - * - card_allow_media_link: Boolean. If set to true, media element (image or self-hosted video) links to card_link. - * - card_media_type: Type of the media file, e.g. mp4, webm, quicktime (self-hosted video only). - * - card_media_custom: An open field for the full HTML element of the media content, e.g., an embedded YouTube iframe. - * - card_media_modifier_class: Additional CSS classes to change look and behavior of the media media element. - * - card_media_attributes: Additional HTML attributes for the media element not already provided. - * - card_media_wrapper_modifier_class: Additional CSS classes to change look and behavior of the media wrapper, e.g. "su-aspect-ratio" to provide aspect ratio constraint. - * - card_media_content_attributes: Additional HTML attributes for the media content, e.g., for