From 3c60e493b497d3a2f89a15adcdba02725d3132c8 Mon Sep 17 00:00:00 2001 From: Nicolas Beauvais Date: Thu, 18 Mar 2021 11:25:35 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Tag=20v3.0.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 + docs/iframe.html | 63 +- docs/index.html | 40 +- ...js => main.295b9c4b72351c907f5b.bundle.js} | 4 +- docs/main.295b9c4b72351c907f5b.bundle.js.map | 1 + docs/main.49d08a2c4d158a7a2f55.bundle.js | 1 + docs/main.5c949075a5b592b23b75.bundle.js.map | 1 - docs/main.fb4a2747400d21ab4cc2.bundle.js | 1 - ...untime~main.286b69a873d49f2f199c.bundle.js | 1 + ...ntime~main.295b9c4b72351c907f5b.bundle.js} | 2 +- ...me~main.295b9c4b72351c907f5b.bundle.js.map | 1 + ...me~main.5c949075a5b592b23b75.bundle.js.map | 1 - ...untime~main.870e8ee0658e83d05c6b.bundle.js | 1 - docs/sb_dll/storybook_ui-manifest.json | 1 + .../storybook_ui_dll.LICENCE} | 67 +- docs/sb_dll/storybook_ui_dll.js | 2 + ...endors~main.1b289829739f8b9d7054.bundle.js | 111 + ...endors~main.295b9c4b72351c907f5b.bundle.js | 3 + ...95b9c4b72351c907f5b.bundle.js.LICENSE.txt} | 7 + ...rs~main.295b9c4b72351c907f5b.bundle.js.map | 1 + ...endors~main.5c949075a5b592b23b75.bundle.js | 3 - ...rs~main.5c949075a5b592b23b75.bundle.js.map | 1 - ...endors~main.9891fe682c4a90327d6e.bundle.js | 2 - package-lock.json | 24621 ---------------- package.json | 4 +- yarn.lock | 5955 ++-- 26 files changed, 3235 insertions(+), 27664 deletions(-) rename docs/{main.5c949075a5b592b23b75.bundle.js => main.295b9c4b72351c907f5b.bundle.js} (60%) create mode 100644 docs/main.295b9c4b72351c907f5b.bundle.js.map create mode 100644 docs/main.49d08a2c4d158a7a2f55.bundle.js delete mode 100644 docs/main.5c949075a5b592b23b75.bundle.js.map delete mode 100644 docs/main.fb4a2747400d21ab4cc2.bundle.js create mode 100644 docs/runtime~main.286b69a873d49f2f199c.bundle.js rename docs/{runtime~main.5c949075a5b592b23b75.bundle.js => runtime~main.295b9c4b72351c907f5b.bundle.js} (97%) create mode 100644 docs/runtime~main.295b9c4b72351c907f5b.bundle.js.map delete mode 100644 docs/runtime~main.5c949075a5b592b23b75.bundle.js.map delete mode 100644 docs/runtime~main.870e8ee0658e83d05c6b.bundle.js create mode 100644 docs/sb_dll/storybook_ui-manifest.json rename docs/{vendors~main.9891fe682c4a90327d6e.bundle.js.LICENSE.txt => sb_dll/storybook_ui_dll.LICENCE} (50%) create mode 100644 docs/sb_dll/storybook_ui_dll.js create mode 100644 docs/vendors~main.1b289829739f8b9d7054.bundle.js create mode 100644 docs/vendors~main.295b9c4b72351c907f5b.bundle.js rename docs/{vendors~main.5c949075a5b592b23b75.bundle.js.LICENSE.txt => vendors~main.295b9c4b72351c907f5b.bundle.js.LICENSE.txt} (91%) create mode 100644 docs/vendors~main.295b9c4b72351c907f5b.bundle.js.map delete mode 100644 docs/vendors~main.5c949075a5b592b23b75.bundle.js delete mode 100644 docs/vendors~main.5c949075a5b592b23b75.bundle.js.map delete mode 100644 docs/vendors~main.9891fe682c4a90327d6e.bundle.js delete mode 100644 package-lock.json diff --git a/CHANGELOG.md b/CHANGELOG.md index ac8a13b..11170f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ + +# [3.0.7](https://github.com/nicolasbeauvais/vue-social-sharing/compare/3.0.6...3.0.7) (2021-03-18) +- Fix dependencies + # [3.0.6](https://github.com/nicolasbeauvais/vue-social-sharing/compare/3.0.5...3.0.6) (2021-03-18) - Add share to Messenger diff --git a/docs/iframe.html b/docs/iframe.html index 90d3e4e..4005d1c 100644 --- a/docs/iframe.html +++ b/docs/iframe.html @@ -4,41 +4,6 @@ display: none; } - .sb-show-main.sb-main-centered { - margin: 0; - display: flex; - align-items: center; - min-height: 100vh; - } - - .sb-show-main.sb-main-centered #root { - box-sizing: border-box; - margin: auto; - padding: 1rem; - max-height: 100%; /* Hack for centering correctly in IE11 */ - } - - /* Vertical centering fix for IE11 */ - @media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) { - .sb-show-main.sb-main-centered:after { - content: ''; - min-height: inherit; - font-size: 0; - } - } - - .sb-show-main.sb-main-fullscreen { - margin: 0; - padding: 0; - display: block; - } - - .sb-show-main.sb-main-padded { - margin: 0; - padding: 1rem; - display: block; - } - .sb-wrapper { position: fixed; top: 0; @@ -103,31 +68,7 @@ } catch (e) { // eslint-disable-next-line no-console console.warn('unable to connect to top frame for connecting dev tools'); - } - - window.onerror = function onerror(message, source, line, column, err) { - if (window.CONFIG_TYPE !== 'DEVELOPMENT') return; - // eslint-disable-next-line no-var, vars-on-top - var xhr = new window.XMLHttpRequest(); - xhr.open('POST', '/runtime-error'); - xhr.setRequestHeader('Content-Type', 'application/json;charset=UTF-8'); - xhr.send( - JSON.stringify({ - /* eslint-disable object-shorthand */ - message: message, - source: source, - line: line, - column: column, - error: err && { message: err.message, name: err.name, stack: err.stack }, - origin: 'preview', - /* eslint-enable object-shorthand */ - }) - ); - };

No Preview

Sorry, but you either have no stories or none are selected somehow.

  • Please check the Storybook config.
  • Try reloading the page.

If the problem persists, check the browser console, or the terminal you've run Storybook from.

\ No newline at end of file + }

No Preview

Sorry, but you either have no stories or none are selected somehow.

  • Please check the Storybook config.
  • Try reloading the page.

If the problem persists, check the browser console, or the terminal you've run Storybook from.

\ No newline at end of file diff --git a/docs/index.html b/docs/index.html index d736992..1f6bf79 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,10 +4,6 @@ width: 100%; margin: 0; padding: 0; - } - - * { - box-sizing: border-box; }
\ No newline at end of file + }
\ No newline at end of file diff --git a/docs/main.5c949075a5b592b23b75.bundle.js b/docs/main.295b9c4b72351c907f5b.bundle.js similarity index 60% rename from docs/main.5c949075a5b592b23b75.bundle.js rename to docs/main.295b9c4b72351c907f5b.bundle.js index a4543f1..064ff36 100644 --- a/docs/main.5c949075a5b592b23b75.bundle.js +++ b/docs/main.295b9c4b72351c907f5b.bundle.js @@ -1,2 +1,2 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[0],{130:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_exports__.a={name:"Static data",code:function code(){return{template:'\n
\n \n \n Share on Twitter\n \n
\n '}},params:{notes:'## Creating a Share Network link with static data\n\n```html\n\n\n