@clayui/loading-indicator
Advanced tools
Comparing version 3.1.0 to 3.2.0
@@ -6,2 +6,9 @@ # Change Log | ||
# [3.2.0](https://github.com/liferay/clay/compare/@clayui/loading-indicator@3.1.0...@clayui/loading-indicator@3.2.0) (2020-10-01) | ||
### Features | ||
- **clayui.com:** Move API tables to new files and update document tabs, rename files to use singular naming instead of plural, change mainTabURL of pagination-bar to a proper one ([d812ee9](https://github.com/liferay/clay/commit/d812ee9)) | ||
- add displayName for all components ([cc3211d](https://github.com/liferay/clay/commit/cc3211d)) | ||
# [3.1.0](https://github.com/liferay/clay/compare/@clayui/loading-indicator@3.0.2...@clayui/loading-indicator@3.1.0) (2020-05-21) | ||
@@ -8,0 +15,0 @@ |
@@ -20,3 +20,3 @@ "use strict"; | ||
var ClayLoadingIndicator = _react.default.forwardRef(function (_ref, ref) { | ||
var ClayLoadingIndicator = /*#__PURE__*/_react.default.forwardRef(function (_ref, ref) { | ||
var className = _ref.className, | ||
@@ -27,3 +27,3 @@ light = _ref.light, | ||
return _react.default.createElement("span", _extends({ | ||
return /*#__PURE__*/_react.default.createElement("span", _extends({ | ||
"aria-hidden": "true" | ||
@@ -39,3 +39,4 @@ }, otherProps, { | ||
ClayLoadingIndicator.displayName = 'ClayLoadingIndicator'; | ||
var _default = ClayLoadingIndicator; | ||
exports.default = _default; |
{ | ||
"name": "@clayui/loading-indicator", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"description": "ClayLoadingIndicator component", | ||
@@ -39,3 +39,3 @@ "license": "BSD-3-Clause", | ||
], | ||
"gitHead": "ad09878fa08a6b4b61f88d6dd94cc72974ece2ca" | ||
"gitHead": "b4365d2a98a7d6a5aa2383daaa6f7a633f4f23c2" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
102
8253
8
36