Socket
Socket
Sign inDemoInstall

@mamba/styles

Package Overview
Dependencies
0
Maintainers
4
Versions
169
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.37.2 to 3.0.0

colors.js

18

CHANGELOG.md

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

# [3.0.0](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/styles@2.37.2...@mamba/styles@3.0.0) (2021-02-12)
### Bug Fixes
* ๐Ÿ› old variable last remnant ([4cdd78c](https://github.com/stone-payments/pos-mamba-sdk/commit/4cdd78c469fb4b569d9f9de591d3ff4aa88fd9a7))
* ๐Ÿ› old variables remnants ([ec23f34](https://github.com/stone-payments/pos-mamba-sdk/commit/ec23f349a499ac5e966ae5ff564bfa048bcf2a29))
* ๐Ÿ› update variables to camcelCase ([ae7e14a](https://github.com/stone-payments/pos-mamba-sdk/commit/ae7e14a9b18bb5373d5f508096134b3a6d343321))
### Features
* ๐ŸŽธ Sharon, new font included on SDK ([336699e](https://github.com/stone-payments/pos-mamba-sdk/commit/336699e5f3f86b726943b8c79f350a04eb8c214e))
## [2.37.2](https://github.com/stone-payments/pos-mamba-sdk/compare/@mamba/styles@2.37.1...@mamba/styles@2.37.2) (2021-02-11)

@@ -8,0 +26,0 @@

6

package.json
{
"name": "@mamba/styles",
"version": "2.37.2",
"version": "3.0.0",
"description": "Mamba core and reset styles",

@@ -22,3 +22,3 @@ "author": "Stone Payments - Mamba Team",

"devDependencies": {
"@mamba/configs": "^2.37.2",
"@mamba/configs": "^3.0.0",
"ncp": "^2.0.0",

@@ -28,3 +28,3 @@ "postcss-cli": "^6.1.0",

},
"gitHead": "938278ba2346df258b6e1e00f0b6e42c07d9b50d"
"gitHead": "a519ebf4610bb995d8a4372244b7b87ce779c8da"
}

@@ -10,2 +10,7 @@ # @mamba/styles

- `theme.pcss`: default mamba theme variables.
- `colors.pcss`: list of colors used core styles;
# Importing new color palette
`import { green500, neutral700 } from '@mamba/styles/colors';`
[Complete list of colors](https://github.com/stone-payments/pos-mamba-sdk/blob/master/packages/configs/postcss/includes/colors.js)

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with โšก๏ธ by Socket Inc