@bufferapp/components
Advanced tools
Comparing version 3.3.0 to 3.3.1
# 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'; |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1218132
219
7586
1