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

@globus/globus-css

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@globus/globus-css - npm Package Compare versions

Comparing version 0.4.2 to 0.4.5

assets/icons/gif/flow100.gif

20

CHANGELOG.md

@@ -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 @@

43

package.json
{
"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

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