Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bufferapp/components

Package Overview
Dependencies
Maintainers
34
Versions
216
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bufferapp/components - npm Package Compare versions

Comparing version 3.3.0 to 3.3.1

Icon/Icons/CircleTiktokIcon.jsx

3

CHANGELOG.md
# Changelog
## 3.3.1 (April 6, 2022)
- Add TiktokIcon and CircleTiktokIcon.
## 3.3.0 (May 5, 2020)

@@ -4,0 +7,0 @@ - Add className to `Text`, `Image`, `IdTag`, `Card`, `Link` components.

@@ -35,2 +35,3 @@ export AddMediaIcon from './AddMediaIcon';

export CirclePlusIcon from './CirclePlusIcon';
export CircleTiktokIcon from './CircleTiktokIcon';
export CircleTwitterIcon from './CircleTwitterIcon';

@@ -82,2 +83,3 @@ export CircleShopifyIcon from './CircleShopifyIcon';

export SupportIcon from './SupportIcon';
export TiktokIcon from './TiktokIcon';
export TwitterIcon from './TwitterIcon';

@@ -84,0 +86,0 @@ export VideoIcon from './VideoIcon';

16

Icon/story.jsx

@@ -36,2 +36,3 @@ import React from 'react';

import CirclePlusIcon from './Icons/CirclePlusIcon';
import CircleTiktokIcon from './Icons/CircleTiktokIcon';
import CircleTwitterIcon from './Icons/CircleTwitterIcon';

@@ -82,2 +83,3 @@ import CircleShopifyIcon from './Icons/CircleShopifyIcon';

import SupportIcon from './Icons/SupportIcon';
import TiktokIcon from './Icons/TiktokIcon';
import TwitterIcon from './Icons/TwitterIcon';

@@ -91,12 +93,12 @@ import VideoIcon from './Icons/VideoIcon';

.add('large', () => (
<AddMediaIcon size={'large'} />
<AddMediaIcon size="large" />
))
.add('small', () => (
<AddMediaIcon size={'small'} />
<AddMediaIcon size="small" />
))
.add('curiousBlue', () => (
<AddMediaIcon color={'curiousBlue'} />
<AddMediaIcon color="curiousBlue" />
))
.add('shamrock', () => (
<AddMediaIcon color={'shamrock'} />
<AddMediaIcon color="shamrock" />
))

@@ -199,2 +201,5 @@ .add('addMediaIcon', () => (

))
.add('circleTiktokIcon', () => (
<CircleTiktokIcon />
))
.add('circleTwitterIcon', () => (

@@ -335,2 +340,5 @@ <CircleTwitterIcon />

))
.add('tiktokIcon', () => (
<TiktokIcon />
))
.add('twitterIcon', () => (

@@ -337,0 +345,0 @@ <TwitterIcon />

{
"name": "@bufferapp/components",
"version": "3.3.0",
"version": "3.3.1",
"description": "A shared set of UI Components",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -14,2 +14,3 @@ export const curiousBlue = '#168eea';

export const twitter = '#55acee';
export const tiktok = '#000000';
export const shopify = '#95bf47';

@@ -63,2 +64,3 @@ export const shopifyShade = '#5e8e3e';

twitter,
tiktok,
aquaHaze,

@@ -65,0 +67,0 @@ geyser,

Sorry, the diff of this file is not supported yet

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