@globus/globus-css
Advanced tools
Comparing version 0.4.2 to 0.4.5
@@ -5,2 +5,22 @@ # Changelog | ||
### [0.4.5](https://github.com/globusonline/globus-css/compare/v0.4.4...v0.4.5) (2022-10-12) | ||
### Features | ||
* added community-two-tone icon ([#190](https://github.com/globusonline/globus-css/issues/190)) ([e2a29fc](https://github.com/globusonline/globus-css/commit/e2a29fcbe2f2b7a9305fb2630c90913b3203d422)) | ||
### [0.4.4](https://github.com/globusonline/globus-css/compare/v0.4.3...v0.4.4) (2022-10-12) | ||
### Bug Fixes | ||
* use [@globus](https://github.com/globus) namespace for package name ([4dd1f6f](https://github.com/globusonline/globus-css/commit/4dd1f6fd78f0450192bd9be9fcb47aea580a214e)) | ||
### [0.4.3](https://github.com/globusonline/globus-css/compare/v0.4.2...v0.4.3) (2022-10-12) | ||
### Features | ||
* New icons and Marketing-related styles. | ||
### [0.4.2](https://github.com/globusonline/globus-css/compare/v0.4.1...v0.4.2) (2022-07-13) | ||
@@ -7,0 +27,0 @@ |
{ | ||
"name": "@globus/globus-css", | ||
"version": "0.4.2", | ||
"version": "0.4.5", | ||
"description": "Utility-centric CSS and styled components to give you the building blocks for any Globus web project.", | ||
@@ -14,15 +14,15 @@ "main": "dist/globus-css.js", | ||
"devDependencies": { | ||
"@babel/core": "^7.17.5", | ||
"@storybook/addon-actions": "^6.4.19", | ||
"@storybook/addon-essentials": "^6.4.19", | ||
"@storybook/addon-links": "^6.4.19", | ||
"@babel/core": "^7.19.0", | ||
"@storybook/addon-actions": "^6.5.10", | ||
"@storybook/addon-essentials": "^6.5.10", | ||
"@storybook/addon-links": "^6.5.10", | ||
"@storybook/addon-postcss": "^2.0.0", | ||
"@storybook/addons": "^6.4.19", | ||
"@storybook/builder-webpack5": "^6.4.19", | ||
"@storybook/manager-webpack5": "^6.4.19", | ||
"@storybook/react": "^6.4.19", | ||
"@storybook/theming": "^6.4.19", | ||
"autoprefixer": "^10.4.4", | ||
"@storybook/addons": "^6.5.10", | ||
"@storybook/builder-webpack5": "^6.5.10", | ||
"@storybook/manager-webpack5": "^6.5.10", | ||
"@storybook/react": "^6.5.10", | ||
"@storybook/theming": "^6.5.10", | ||
"autoprefixer": "^10.4.9", | ||
"babel-loader": "^8.2.4", | ||
"css-loader": "^6.6.0", | ||
"css-loader": "^6.7.1", | ||
"eslint": "^7.32.0", | ||
@@ -35,3 +35,3 @@ "eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-react": "^7.29.4", | ||
"eslint-plugin-storybook": "^0.5.7", | ||
"eslint-plugin-storybook": "^0.6.4", | ||
"html-entities": "^2.3.2", | ||
@@ -43,6 +43,6 @@ "mini-css-extract-plugin": "^2.6.0", | ||
"postcss-scss": "^4.0.3", | ||
"prettier": "2.5.1", | ||
"prettier": "2.7.1", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"sass": "^1.49.9", | ||
"sass": "^1.53.0", | ||
"sass-loader": "^12.6.0", | ||
@@ -84,14 +84,3 @@ "standard-version": "^9.3.2", | ||
"author": "", | ||
"license": "UNLICENSED", | ||
"publishConfig": { | ||
"scope": "@globus" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/globusonline/globus-css.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/globusonline/globus-css/issues" | ||
}, | ||
"homepage": "https://github.com/globusonline/globus-css#readme" | ||
"license": "ISC" | ||
} |
import React from "react"; | ||
import "../src/globus.scss"; | ||
@@ -10,3 +11,3 @@ export default { | ||
type: "select", | ||
options: ["h1", "h2", "h3", "h4", "h5", "h6", "p", "span", "div"], | ||
options: ["h1", "h2", "h3", "h4", "h5", "h6", "p", "span", "div", "a"], | ||
}, | ||
@@ -32,1 +33,12 @@ }, | ||
}; | ||
export const Links = () => { | ||
const className = "link-unstyled"; | ||
return ( | ||
<> | ||
<a href="/">this is a link</a> | ||
<br /> | ||
<a href="/" className={className}>this is a link with the `link-unstyled` class</a> | ||
</> | ||
); | ||
}; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 12 instances in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
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
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
7627537
494
0
13476
5
48