@vtex/css-handles
Advanced tools
Comparing version 1.0.2 to 1.1.0
@@ -7,4 +7,9 @@ # Changelog | ||
## [Unreleased] | ||
## [1.1.0] - 2019-04-10 | ||
### Added | ||
- Exports BlockClass interface. | ||
## [1.0.2] - 2019-04-10 | ||
### Fixed | ||
@@ -11,0 +16,0 @@ |
export declare const safelyGetBlockClass: (blockClass: string) => string; | ||
export declare const generateBlockClass: (baseClass: string, blockClass?: string | undefined) => string; | ||
export interface BlockClass { | ||
blockClass?: string; | ||
} |
{ | ||
"name": "@vtex/css-handles", | ||
"description": "> Module for handling CSS classes", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"license": "ISC", | ||
@@ -6,0 +6,0 @@ "esnext": "dist-src/index.js", |
@@ -31,2 +31,10 @@ # @vtex/css-handles | ||
It will render: | ||
```html | ||
<div class="vtex-foo-1-x-container vtex-foo-1-x-container--bar"> | ||
Hello world! | ||
</div> | ||
``` | ||
### Development | ||
@@ -33,0 +41,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3332
15
66
1