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

@cloudflare/component-box

Package Overview
Dependencies
Maintainers
19
Versions
509
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudflare/component-box - npm Package Compare versions

Comparing version 2.1.8 to 2.1.9

12

CHANGELOG.md

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

<a name="2.1.9"></a>
## [2.1.9](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/component-box@2.1.8...@cloudflare/component-box@2.1.9) (2019-01-18)
**Note:** Version bump only for package @cloudflare/component-box
<a name="2.1.8"></a>

@@ -15,3 +23,3 @@ ## [2.1.8](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/component-box@2.1.7...@cloudflare/component-box@2.1.8) (2019-01-04)

<a name="2.1.7"></a>
<a name="2.1.7"></a>
## [2.1.7](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/component-box@2.1.6...@cloudflare/component-box@2.1.7) (2018-12-15)

@@ -24,3 +32,3 @@

<a name="2.1.6"></a>
<a name="2.1.6"></a>
## [2.1.6](http://stash.cfops.it:7999/fe/stratus/compare/@cloudflare/component-box@2.1.5...@cloudflare/component-box@2.1.6) (2018-12-14)

@@ -27,0 +35,0 @@

2

package.json
{
"name": "@cloudflare/component-box",
"description": "Cloudflare Box Component\n\nThis is styling component similar to cf-component-flex which allows for arbitrary styling.\n\n This component should only be used when the built in style doesn't quite fit the bill and when it can't be done with fela. Ideally, cfui components should have the right styling built in for most cases. In the few edge cases that pop up in real world feature development, this is an alternative to wrapping your component in a `<div>` or `<span>` and styling it with css to accomodate one-offs. \n\n Also, note that using Box effectively performs a component level CSS reset, as all props not provided will be pulled from the default theme. These defaults, outlined in propertiesSpec, either match the browser defaults, or are taken from our global styles as defined by cf-style-const.",
"version": "2.1.8",
"version": "2.1.9",
"main": "lib/index.js",

@@ -6,0 +6,0 @@ "module": "es/index.js",

@@ -5,22 +5,15 @@ # @cloudflare/component-box

This is styling component similar to cf-component-flex which allows for
arbitrary styling.
This is styling component similar to cf-component-flex which allows for arbitrary styling.
This component should only be used when the built in style doesn't quite fit the
bill and when it can't be done with fela. Ideally cfui components should have
the right styling built in for most cases. In the few edge cases that pop up in
real world feature development this is an alternative to wrapping your component
in a `<div>` or `<span>` and styling it with css to accomodate one-offs.
This component should only be used when the built in style doesn't quite fit the bill and when it can't be done with fela. Ideally cfui components should have the right styling built in for most cases. In the few edge cases that pop up in real world feature development this is an alternative to wrapping your component in a `<div>` or `<span>` and styling it with css to accomodate one-offs.
Also note that using Box effectively performs a component level CSS reset as all
props not provided will be pulled from the default theme. These defaults
outlined in propertiesSpec either match the browser defaults or are taken from
our global styles as defined by cf-style-const.
Also note that using Box effectively performs a component level CSS reset as all props not provided will be pulled from the default theme. These defaults outlined in propertiesSpec either match the browser defaults or are taken from our global styles as defined by cf-style-const.
## Installation
Installation with yarn is recommended
```sh
$ yarn add @cloudflare/component-box
```

@@ -136,2 +129,5 @@

export default BoxComponent;
```
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