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

@enhance/styles

Package Overview
Dependencies
Maintainers
6
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@enhance/styles - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

2

package.json
{
"name": "@enhance/styles",
"version": "1.1.3",
"version": "1.1.4",
"description": "Functional utility classes",

@@ -5,0 +5,0 @@ "main": "index.mjs",

@@ -79,7 +79,14 @@ # enhance-styles

### theme
`theme` is the set of theme colors. Colors must be hexidecimal. Colors can be named however you like. Colors included in the theme block will have a color scale based on lightness generate from it. It is recommended to pick a color then choose a middle lightness as the basis of the scale so as to maximize the amount of steps in the scale that are not whit or black.
You can choose your naming convention. Bootstrap like themes will use generic names such as "primary" etc. Material like themes will choose a theme color name i.e. 'indigo'
`theme` is the set of theme colors.
Colors must be hexidecimal.
Colors can be named however you like.
Colors included in the theme seting will have a color scale generated.
It is recommended to pick a color, then choose a middle lightness as the basis of the scale so as to maximize the amount of steps in the scale that are not white or black.
You can choose your naming convention.
Bootstrap like themes will use generic names such as "primary"
Material like themes will choose a theme color name i.e. 'indigo'
There are two special names, light and dark. These will not have a scale generated.
- `light` is meant to be used as a light text color
- `dark` is meant to be used as a dark text color
The default theme uses a Boostrap like naming convention

@@ -86,0 +93,0 @@ - light "#fff"

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