@clayui/icon
Advanced tools
Comparing version 3.40.0 to 3.56.0
@@ -0,1 +1,5 @@ | ||
/** | ||
* SPDX-FileCopyrightText: © 2019 Liferay, Inc. <https://liferay.com> | ||
* SPDX-License-Identifier: BSD-3-Clause | ||
*/ | ||
import React from 'react'; | ||
@@ -5,3 +9,9 @@ export declare const ClayIconSpriteContext: React.Context<string>; | ||
className?: string; | ||
/** | ||
* Path to the location of the spritemap resource. | ||
*/ | ||
spritemap?: string; | ||
/** | ||
* The id of the icon in the spritemap. | ||
*/ | ||
symbol: string; | ||
@@ -8,0 +18,0 @@ } |
{ | ||
"name": "@clayui/icon", | ||
"version": "3.40.0", | ||
"version": "3.56.0", | ||
"description": "ClayIcon component", | ||
@@ -20,4 +20,4 @@ "license": "BSD-3-Clause", | ||
"build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx", | ||
"build:types": "cross-env NODE_ENV=production tsc --project ./tsconfig.declarations.json", | ||
"prepublishOnly": "yarn build && yarn build:types", | ||
"buildTypes": "cross-env NODE_ENV=production tsc --project ./tsconfig.declarations.json", | ||
"prepublishOnly": "yarn build && yarn buildTypes", | ||
"test": "jest --config ../../jest.config.js" | ||
@@ -41,3 +41,3 @@ }, | ||
], | ||
"gitHead": "35f995fa7784af86b2052a542ae5d7b1eccfd356" | ||
"gitHead": "1c33d9c709d8ce071862f0087c76ac23ce11465b" | ||
} |
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
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
131
7159
20