Skip to content

Commit

Permalink
Updated theme version
Browse files Browse the repository at this point in the history
  • Loading branch information
osuny-bot committed Nov 5, 2024
1 parent 30d795a commit 1c23ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/osuny
Submodule osuny updated 68 files
+14 −1 assets/js/theme/components/carousel/carousel.js
+0 −11 assets/js/theme/components/carousel/manager.js
+7 −8 assets/js/theme/components/carousel/slide.js
+7 −6 assets/js/theme/components/carousel/slider.js
+2 −10 assets/js/theme/components/events.js
+0 −7 assets/js/theme/components/lightbox.js
+0 −23 assets/js/theme/components/lightbox/classes.js
+0 −120 assets/js/theme/components/lightbox/container.js
+0 −76 assets/js/theme/components/lightbox/controls.js
+0 −9 assets/js/theme/components/lightbox/events.js
+0 −46 assets/js/theme/components/lightbox/lightbox.js
+0 −87 assets/js/theme/components/lightbox/manager.js
+0 −64 assets/js/theme/components/lightbox/popupDetail.js
+84 −0 assets/js/theme/design-system/Popup.js
+0 −28 assets/js/theme/design-system/collapse.js
+54 −0 assets/js/theme/design-system/extendables.js
+139 −0 assets/js/theme/design-system/lightbox.js
+18 −8 assets/js/theme/design-system/search.js
+4 −2 assets/js/theme/index.js
+7 −1 assets/js/theme/utils/a11y.js
+1 −0 assets/sass/_theme/_configuration.sass
+3 −3 assets/sass/_theme/blocks/gallery.sass
+1 −2 assets/sass/_theme/blocks/posts.sass
+1 −2 assets/sass/_theme/blocks/timeline.sass
+65 −56 assets/sass/_theme/components/lightbox.sass
+5 −1 assets/sass/_theme/configuration/components.sass
+0 −12 assets/sass/_theme/configuration/spacings.sass
+12 −0 assets/sass/_theme/configuration/zindex.sass
+31 −3 assets/sass/_theme/design-system/header.sass
+54 −0 assets/sass/_theme/design-system/nav.sass
+13 −6 assets/sass/_theme/design-system/search.sass
+27 −2 assets/sass/_theme/design-system/transcription.sass
+1 −0 assets/sass/_theme/hugo-osuny.sass
+9 −0 assets/sass/_theme/sections/locations.sass
+1 −1 assets/sass/_theme/sections/programs.sass
+11 −5 assets/sass/_theme/sections/publications.sass
+12 −1 config.yaml
+16 −16 i18n/en.yml
+17 −16 i18n/fr.yml
+1 −2 i18n/pt.yml
+1 −1 layouts/_default/baseof.html
+1 −1 layouts/partials/GetBodyclass
+5 −2 layouts/partials/blocks/templates/carousel.html
+0 −2 layouts/partials/blocks/templates/gallery/carousel-image.html
+5 −4 layouts/partials/blocks/templates/organizations.html
+39 −0 layouts/partials/blocks/templates/organizations/map.html
+2 −2 layouts/partials/blocks/templates/testimonials.html
+29 −0 layouts/partials/commons/address.html
+1 −1 layouts/partials/commons/contact-details.html
+1 −1 layouts/partials/commons/download-link.html
+13 −29 layouts/partials/commons/image-figure.html
+21 −0 layouts/partials/commons/lightbox/button.html
+0 −29 layouts/partials/commons/lightbox/lightbox-container.html
+0 −35 layouts/partials/commons/lightbox/lightbox-launcher.html
+33 −0 layouts/partials/commons/lightbox/lightbox.html
+13 −10 layouts/partials/commons/menu.html
+1 −1 layouts/partials/commons/socials.html
+27 −2 layouts/partials/header/header.html
+1 −1 layouts/partials/header/hero.html
+2 −1 layouts/partials/locations/hero-single.html
+4 −1 layouts/partials/locations/location.html
+1 −1 layouts/partials/locations/map.html
+1 −1 layouts/partials/programs/hero-essential.html
+1 −1 layouts/partials/programs/presentation.html
+14 −1 layouts/partials/publications/hero-single.html
+13 −5 layouts/partials/publications/publication.html
+5 −3 layouts/publications/single.html
+1 −1 static/osuny-theme-version

0 comments on commit 1c23ac5

Please sign in to comment.