@ndla/ui 3.0.14 → 3.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/es/index.js CHANGED
@@ -46,5 +46,4 @@ export { i18nInstance, formatNestedMessages, formatMessage } from './i18n';
46
46
  export { default as ResourceGroup } from './ResourceGroup';
47
47
  export { default as LayoutItem, OneColumn, PageContainer, Content } from './Layout';
48
48
  export { SubjectAbout, SubjectArchive, SubjectCarousel, SubjectChildContent, SubjectContent, SubjectFilter, SubjectFlexChild, SubjectFlexWrapper, SubjectHeader, SubjectLinks, SubjectNewContent, SubjectSecondaryContent, SubjectSectionTitle, SubjectShortcuts, SubjectSidebarWrapper, SubjectSocialContent, SubjectSocialSection, SubjectTopics, SubjectBanner } from './Subject';
49
- export { default as ContentCard } from './ContentCard';
50
- export { default as CopyParagraphButton } from './CopyParagraphButton';
49
+ export { default as ContentCard } from './ContentCard';
@@ -298,7 +298,6 @@ var messages = _objectSpread(_objectSpread({
298
298
  multipleAuthorsLabelAriaConjunction: 'and',
299
299
  copyPageLink: 'Copy page-link',
300
300
  copyPageLinkCopied: 'Link copied',
301
- copyHeaderLink: 'Copy link to header',
302
301
  conjunction: 'and',
303
302
  supplierLabel: 'Rightsholder: {{name}}',
304
303
  multipleSuppliersLabel: 'Rightsholders: {{names}}',
@@ -298,7 +298,6 @@ var messages = _objectSpread(_objectSpread({
298
298
  multipleAuthorsLabelAriaConjunction: 'og',
299
299
  copyPageLink: 'Kopier lenke til siden',
300
300
  copyPageLinkCopied: 'Lenke kopiert',
301
- copyHeaderLink: 'Kopier lenke til overskriften',
302
301
  conjunction: 'og',
303
302
  supplierLabel: 'Rettighetshaver: {{name}}',
304
303
  multipleSuppliersLabel: 'Rettighetshavere: {{names}}',
@@ -298,7 +298,6 @@ var messages = _objectSpread(_objectSpread({
298
298
  multipleAuthorsLabelAriaConjunction: 'og',
299
299
  copyPageLink: 'Kopier lenke til sida',
300
300
  copyPageLinkCopied: 'Lenke kopiert',
301
- copyHeaderLink: 'Kopier lenke til overskrifta',
302
301
  conjunction: 'og',
303
302
  supplierLabel: 'Rettshavar: {{name}}',
304
303
  multipleSuppliersLabel: 'Rettshavarar: {{names}}',
@@ -13,8 +13,6 @@ var _articleScripts = require("@ndla/article-scripts");
13
13
 
14
14
  var _AudioPlayer = require("../AudioPlayer");
15
15
 
16
- var _CopyParagraphButton = require("../CopyParagraphButton");
17
-
18
16
  var _core = require("@emotion/core");
19
17
 
20
18
  function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function _getRequireWildcardCache() { return cache; }; return cache; }
@@ -36,7 +34,6 @@ var ArticleContent = function ArticleContent(_ref) {
36
34
  (0, _articleScripts.removeEventListenerForResize)();
37
35
  (0, _articleScripts.initArticleScripts)();
38
36
  (0, _AudioPlayer.initAudioPlayers)(locale);
39
- (0, _CopyParagraphButton.initCopyParagraphButtons)();
40
37
  return function () {
41
38
  (0, _articleScripts.removeEventListenerForResize)();
42
39
  };