From 461aad1d2d77e107c51b84823abd3103e87f9123 Mon Sep 17 00:00:00 2001 From: Stephen Date: Mon, 5 Aug 2024 13:53:46 +0200 Subject: [PATCH] removes unused, smaller log --- module-ol.js | 22 ---------------------- module-ul.js | 22 ---------------------- module.js | 2 +- 3 files changed, 1 insertion(+), 45 deletions(-) delete mode 100644 module-ol.js delete mode 100644 module-ul.js diff --git a/module-ol.js b/module-ol.js deleted file mode 100644 index 0cdbd36..0000000 --- a/module-ol.js +++ /dev/null @@ -1,22 +0,0 @@ - -// Polyfill Element.scrollTo() for Safari -import '../dom/polyfills/element.scrollto.js'; - -/**
    - -Import `./build/slide-show-ol.js` to register the customised built-in: - -```html -
      -
    1. -
    -``` -**/ - -import element from '../dom/modules/element.js'; -import lifecycle from './modules/lifecycle.js'; -import properties from './modules/properties.js'; - -const stylesheet = import.meta.url.replace(/\/[^\/]*\.js/, '/slide-show-shadow.css'); - -export default element('
      ', lifecycle, properties, stylesheet); diff --git a/module-ul.js b/module-ul.js deleted file mode 100644 index 573745c..0000000 --- a/module-ul.js +++ /dev/null @@ -1,22 +0,0 @@ - -// Polyfill Element.scrollTo() for Safari -import '../dom/polyfills/element.scrollto.js'; - -/**
        - -Import `./build/slide-show-ul.js` to register the customised built-in: - -```html -
          -
        • -
        -``` -**/ - -import element from '../dom/modules/element.js'; -import lifecycle from './modules/lifecycle.js'; -import properties from './modules/properties.js'; - -const stylesheet = import.meta.url.replace(/\/[^\/]*\.js/, '/slide-show-shadow.css'); - -export default element('
          ', lifecycle, properties, stylesheet); diff --git a/module.js b/module.js index 2162b25..25281f6 100644 --- a/module.js +++ b/module.js @@ -50,4 +50,4 @@ import properties from './modules/properties.js'; const stylesheet = window.slideshowStylesheet || import.meta.url.replace(/\/[^\/]*\.js/, '/slide-show-shadow.css'); -export default element('slide-show', lifecycle, properties, stylesheet, 'documentation – stephen.band/slide-show/'); +export default element('slide-show', lifecycle, properties, stylesheet, 'stephen.band/slide-show/');