@forter/styles
Advanced tools
Comparing version 4.18.0 to 4.19.0
@@ -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 @@ |
{ | ||
"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
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
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
120278