Socket
Socket
Sign inDemoInstall

@ta-interaktiv/contentbricks

Package Overview
Dependencies
23
Maintainers
6
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.7 to 1.3.8

6

CHANGELOG.md

@@ -5,2 +5,8 @@ # Change Log

## [1.3.8](https://gitlab.com/ta-interaktiv/packages/compare/@ta-interaktiv/contentbricks@1.3.7...@ta-interaktiv/contentbricks@1.3.8) (2022-02-10)
### Bug Fixes
- **contentbricks/link:** exchanged svg import with inline svg ([b6fbedc](https://gitlab.com/ta-interaktiv/packages/commit/b6fbedcaa5c77b42ed69900d237b4ff3908f914b))
## [1.3.7](https://gitlab.com/ta-interaktiv/packages/compare/@ta-interaktiv/contentbricks@1.3.6...@ta-interaktiv/contentbricks@1.3.7) (2022-02-10)

@@ -7,0 +13,0 @@

11

dist/index.js

@@ -135,3 +135,3 @@ 'use strict';

tail,
!hideIcon && !hrefIsArticleID && !icon && (React__default.createElement("img", { src: require('./assets/icn_link_arrow_l.svg') })),
!hideIcon && !hrefIsArticleID && !icon && (React__default.createElement(LinkIcon, null)),
!hideIcon && !hrefIsArticleID && icon && (React__default.createElement(React__default.Fragment, null,

@@ -150,2 +150,11 @@ ' ',

};
var LinkIcon = function () { return (React__default.createElement("svg", { width: '12px', height: '14px', viewBox: '0 0 12 14' },
React__default.createElement("title", null, "1 Element/Icon/14/External_Story Link_narrow@1.5x"),
React__default.createElement("g", { id: '1-Element/Icon/14/External_Story-Link_narrow', stroke: 'none', strokeWidth: '1', fill: 'none', fillRule: 'evenodd' },
React__default.createElement("g", { id: 'Group-2', transform: 'translate(0.000000, -0.000000)' },
React__default.createElement("rect", { id: 'Size', x: '0', y: '0', width: '12', height: '14' }),
React__default.createElement("g", { id: 'Group', transform: 'translate(2.812816, -0.000000)', fill: '#202346' },
React__default.createElement("rect", { id: 'Rectangle', x: '2.18718434', y: '0', width: '7', height: '1.5' }),
React__default.createElement("rect", { id: 'Rectangle', transform: 'translate(4.419417, 4.819417) rotate(-45.000000) translate(-4.419417, -4.819417) ', x: '-1.08058262', y: '4.06941738', width: '11', height: '1.5' }),
React__default.createElement("rect", { id: 'Rectangle', x: '7.68718434', y: '0', width: '1.5', height: '7' })))))); };

@@ -152,0 +161,0 @@ function _defineProperty(obj, key, value) {

@@ -128,3 +128,3 @@ import React, { forwardRef, useState, useEffect, useLayoutEffect, useRef } from 'react';

tail,
!hideIcon && !hrefIsArticleID && !icon && (React.createElement("img", { src: require('./assets/icn_link_arrow_l.svg') })),
!hideIcon && !hrefIsArticleID && !icon && (React.createElement(LinkIcon, null)),
!hideIcon && !hrefIsArticleID && icon && (React.createElement(React.Fragment, null,

@@ -143,2 +143,11 @@ ' ',

};
var LinkIcon = function () { return (React.createElement("svg", { width: '12px', height: '14px', viewBox: '0 0 12 14' },
React.createElement("title", null, "1 Element/Icon/14/External_Story Link_narrow@1.5x"),
React.createElement("g", { id: '1-Element/Icon/14/External_Story-Link_narrow', stroke: 'none', strokeWidth: '1', fill: 'none', fillRule: 'evenodd' },
React.createElement("g", { id: 'Group-2', transform: 'translate(0.000000, -0.000000)' },
React.createElement("rect", { id: 'Size', x: '0', y: '0', width: '12', height: '14' }),
React.createElement("g", { id: 'Group', transform: 'translate(2.812816, -0.000000)', fill: '#202346' },
React.createElement("rect", { id: 'Rectangle', x: '2.18718434', y: '0', width: '7', height: '1.5' }),
React.createElement("rect", { id: 'Rectangle', transform: 'translate(4.419417, 4.819417) rotate(-45.000000) translate(-4.419417, -4.819417) ', x: '-1.08058262', y: '4.06941738', width: '11', height: '1.5' }),
React.createElement("rect", { id: 'Rectangle', x: '7.68718434', y: '0', width: '1.5', height: '7' })))))); };

@@ -145,0 +154,0 @@ function _defineProperty(obj, key, value) {

4

package.json
{
"name": "@ta-interaktiv/contentbricks",
"version": "1.3.7",
"version": "1.3.8",
"description": "> TODO: description",

@@ -52,3 +52,3 @@ "author": "Sebastian Broschinski <sebastian.broschinski@tamedia.ch>",

},
"gitHead": "da357ac54e965f09a8e55f20fef9d94c9f2ac041",
"gitHead": "8460a2e4e18b133cc0d8fd162803e125b6ecf533",
"devDependencies": {

@@ -55,0 +55,0 @@ "@types/mdx-js__react": "^1.5.1"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc