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

@forter/styles

Package Overview
Dependencies
Maintainers
0
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forter/styles - npm Package Compare versions

Comparing version 4.18.0 to 4.19.0

11

CHANGELOG.md

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

# [4.19.0](https://github.com/forter/web-components/compare/@forter/styles@4.18.0...@forter/styles@4.19.0) (2024-12-09)
### Features
* **table:** dark mode ([3d5e22e](https://github.com/forter/web-components/commit/3d5e22e))
# [4.18.0](https://github.com/forter/web-components/compare/@forter/styles@4.17.2...@forter/styles@4.18.0) (2024-12-04)

@@ -8,0 +19,0 @@

4

package.json
{
"name": "@forter/styles",
"version": "4.18.0",
"version": "4.19.0",
"description": "Styles for Forter Components",

@@ -47,3 +47,3 @@ "main": "index.js",

},
"gitHead": "db3409c012e2fe00f662fb959698c14bc80eeb09"
"gitHead": "f8daf021fce7ca4e3cd93ae243c31b063fdae836"
}

@@ -15,4 +15,4 @@ import { css } from 'lit-element';

--fc-default-placeholder-color: var(--fc-color-text-tertiary);
--fc-default-box-shadow: 0 0 0 0.5px var(--fc-color-border-primary);
--fc-default-hover-box-shadow: 0 0 0 0.5px var(--fc-color-border-secondary);
--fc-default-box-shadow: 0 0 0 1px var(--fc-color-border-primary);
--fc-default-hover-box-shadow: 0 0 0 1px var(--fc-color-border-secondary);
--fc-default-label-font: var(--fc-font-12px-400);

@@ -19,0 +19,0 @@ --fc-default-focus-outline: var(--fc-shadow-focus);

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