Socket
Socket
Sign inDemoInstall

@tds/core-interactive-icon

Package Overview
Dependencies
Maintainers
5
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tds/core-interactive-icon - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [2.1.3](https://github.com/telus/tds-core/compare/@tds/core-interactive-icon@2.1.2...@tds/core-interactive-icon@2.1.3) (2021-02-05)
### Bug Fixes
* **core-interactive-icon:** remove unused a11yContent ([bc7064b](https://github.com/telus/tds-core/commit/bc7064bee4df249d3062d686eafd31d296613965))
## [2.1.2](https://github.com/telus/tds-core/compare/@tds/core-interactive-icon@2.1.1...@tds/core-interactive-icon@2.1.2) (2021-01-15)

@@ -8,0 +19,0 @@

4

dist/index.cjs.js

@@ -14,6 +14,6 @@ 'use strict';

var utilHelpers = require('@tds/util-helpers');
var A11yContent = _interopDefault(require('@tds/core-a11y-content'));
var coreColours = require('@tds/core-colours');
var sharedStyles = require('@tds/shared-styles');
var Text = _interopDefault(require('@tds/core-text'));
var A11yContent = _interopDefault(require('@tds/core-a11y-content'));

@@ -158,3 +158,3 @@ function createCommonjsModule(fn, module) {

size: size
}, React__default.createElement(React__default.Fragment, null, React__default.createElement(A11yContent, null, "Test"), children));
}, children);
};

@@ -161,0 +161,0 @@

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

import { handleResponsiveStyles, uniqueId, safeRest, getCopy, DependentIconSizeContext } from '@tds/util-helpers';
import A11yContent from '@tds/core-a11y-content';
import { colorShark, colorTelusPurple, colorWhite, colorAccessibleGreen, colorGreyShuttle, colorGreyGainsboro, colorTelusGreen, colorGreyShark } from '@tds/core-colours';
import { buttons } from '@tds/shared-styles';
import Text from '@tds/core-text';
import A11yContent from '@tds/core-a11y-content';

@@ -150,3 +150,3 @@ function createCommonjsModule(fn, module) {

size: size
}, React.createElement(React.Fragment, null, React.createElement(A11yContent, null, "Test"), children));
}, children);
};

@@ -153,0 +153,0 @@

@@ -7,3 +7,2 @@ import React from 'react'

import { handleResponsiveStyles } from '@tds/util-helpers'
import A11yContent from '@tds/core-a11y-content'

@@ -67,6 +66,3 @@ import { colorShark, colorTelusPurple, colorWhite, colorAccessibleGreen } from '@tds/core-colours'

<ThemeProvider theme={getTheme(variant)} size={size}>
<>
<A11yContent>Test</A11yContent>
{children}
</>
{children}
</ThemeProvider>

@@ -73,0 +69,0 @@ )

{
"name": "@tds/core-interactive-icon",
"version": "2.1.2",
"version": "2.1.3",
"description": "",

@@ -37,3 +37,3 @@ "main": "index.cjs.js",

},
"gitHead": "7e200d67011651c14f894191e0667af9817d2377"
"gitHead": "e3768955e4c4a7b1e1ea6f8054d1f6ac10e4a6f7"
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc