🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More
Socket
Book a DemoSign in
Socket

cf-component-loading

Package Overview
Dependencies
Maintainers
23
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cf-component-loading - npm Package Compare versions

Comparing version
2.5.28
to
3.0.0
+19
-0
CHANGELOG.md

@@ -6,2 +6,21 @@ # Change Log

<a name="3.0.0"></a>
# [3.0.0](http://stash.cfops.it:7999/www/cf-ux/compare/cf-component-loading@2.5.28...cf-component-loading@3.0.0) (2018-05-08)
### Features
* **all:** UI-585: ([00a5bf1](http://stash.cfops.it:7999/www/cf-ux/commits/00a5bf1))
* **all:** UI-585: deprecate 'hail' and 'ash' named colors ([ff5f234](http://stash.cfops.it:7999/www/cf-ux/commits/ff5f234))
* **all:** UI-585: deprecate old 'gray' named colors, and remove 'colors' references ([fe1d8b5](http://stash.cfops.it:7999/www/cf-ux/commits/fe1d8b5))
* **all:** UI-585: update color usage to access theme.colors ([3f76f3b](http://stash.cfops.it:7999/www/cf-ux/commits/3f76f3b))
### BREAKING CHANGES
* **all:** update snapshots
<a name="2.5.28"></a>

@@ -8,0 +27,0 @@ ## [2.5.28](http://stash.cfops.it:7999/www/cf-ux/compare/cf-component-loading@2.5.27...cf-component-loading@2.5.28) (2018-05-04)

+1
-1

@@ -53,3 +53,3 @@ var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();

strokeWidth: 6,
stroke: theme.colors.hail,
stroke: theme.colors.gray[5],
animationName: {

@@ -56,0 +56,0 @@ '0%': {

@@ -56,3 +56,3 @@ 'use strict';

strokeWidth: 6,
stroke: theme.colors.hail,
stroke: theme.colors.gray[5],
animationName: {

@@ -59,0 +59,0 @@ '0%': {

{
"name": "cf-component-loading",
"description": "Cloudflare Loading Component",
"version": "2.5.28",
"version": "3.0.0",
"main": "lib/index.js",

@@ -14,4 +14,4 @@ "module": "es/index.js",

"dependencies": {
"cf-component-icon": "^4.5.6",
"cf-style-container": "^8.1.4",
"cf-component-icon": "^5.0.0",
"cf-style-container": "^9.0.0",
"prop-types": "^15.6.0"

@@ -18,0 +18,0 @@ },