@clayui/loading-indicator
Advanced tools
Comparing version 3.40.0 to 3.56.0
@@ -0,4 +1,14 @@ | ||
/** | ||
* SPDX-FileCopyrightText: © 2019 Liferay, Inc. <https://liferay.com> | ||
* SPDX-License-Identifier: BSD-3-Clause | ||
*/ | ||
import React from 'react'; | ||
interface IProps extends React.HTMLAttributes<HTMLDivElement> { | ||
/** | ||
* Flag to indicate the 'light' variant | ||
*/ | ||
light?: boolean; | ||
/** | ||
* Flag to indicate the small size | ||
*/ | ||
small?: boolean; | ||
@@ -5,0 +15,0 @@ } |
{ | ||
"name": "@clayui/loading-indicator", | ||
"version": "3.40.0", | ||
"version": "3.56.0", | ||
"description": "ClayLoadingIndicator 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" | ||
@@ -40,3 +40,3 @@ }, | ||
], | ||
"gitHead": "35f995fa7784af86b2052a542ae5d7b1eccfd356" | ||
"gitHead": "1c33d9c709d8ce071862f0087c76ac23ce11465b" | ||
} |
113
6740
20