Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@crave/farmblocks-empty-state

Package Overview
Dependencies
Maintainers
7
Versions
1247
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@crave/farmblocks-empty-state - npm Package Compare versions

Comparing version 3.3.10 to 3.3.11-alpha-use-new-icons-5530.1.24

4

lib/EmptyState.js

@@ -77,5 +77,3 @@ "use strict";

className: "icon"
}, React.createElement("i", {
className: icon
}));
}, icon);
}

@@ -82,0 +80,0 @@

@@ -17,5 +17,5 @@ "use strict";

componentId: "sc-1m7a1qw-0"
})(["display:flex;flex-direction:column;align-items:center;> .thumbnail{margin-bottom:24px;}> .description,> .info{margin-top:16px;}> .buttons{margin-top:24px;> *{margin:0 8px;display:inline;}}> .icon{font-size:72px;color:", ";}"], _farmblocksText.fontTypes.SUBTLE);
})(["display:flex;flex-direction:column;align-items:center;> .thumbnail{margin-bottom:24px;}> .description,> .info{margin-top:16px;}> .buttons{margin-top:24px;> *{margin:0 8px;display:inline-flex;vertical-align:middle;}}> .icon{font-size:72px;color:", ";}"], _farmblocksText.fontTypes.SUBTLE);
var _default = Container;
exports["default"] = _default;
{
"name": "@crave/farmblocks-empty-state",
"version": "3.3.10",
"version": "3.3.11-alpha-use-new-icons-5530.1.24+5e59f4bc",
"description": "Farmblocks empty state",

@@ -45,7 +45,8 @@ "author": "Crave Food Systems and AUTHORS",

"dependencies": {
"@crave/farmblocks-button": "^7.0.2",
"@crave/farmblocks-button": "^7.0.3-alpha-use-new-icons-5530.1.24+5e59f4bc",
"@crave/farmblocks-icon": "^0.2.0",
"@crave/farmblocks-image": "^3.0.2",
"@crave/farmblocks-text": "^3.4.3"
},
"gitHead": "067154b4fcf88027dce3998aafbb58410db0f2ab"
"gitHead": "5e59f4bca4ff8464befaccc59e4f9bc812c867c8"
}

@@ -29,4 +29,4 @@ ![logo-farmblocks](https://user-images.githubusercontent.com/7760/31051341-4d280118-a63c-11e7-9e8f-3b375ca8f9a0.png)

onClick: () => console.log("clicked"),
type: buttonTypes.PRIMARY
}
type: buttonTypes.PRIMARY,
},
]}

@@ -47,3 +47,3 @@ info={text}

| imageSrc | string | image source to be rendered. This property overrides `icon` if both are present | |
| icon | string | icon name to be rendered | |
| icon | node | icon name to be rendered | |
| actions | array of objects | each object corresponds to one button that will be rendered. We expect 3 required properties on each object: text (string), type(string) a valid farmblocks-theme.buttonTypes or any color, onClick (function) | |

@@ -50,0 +50,0 @@ | info | string | a text that is smaller than the others and will be rendered bellow buttons | |

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc