@forter/styles
Advanced tools
Comparing version 4.13.4 to 4.14.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [4.14.0](https://github.com/forter/web-components/compare/@forter/styles@4.13.4...@forter/styles@4.14.0) (2023-03-22) | ||
### Features | ||
* **styles:** add 18px font ([#1244](https://github.com/forter/web-components/issues/1244)) ([522833a](https://github.com/forter/web-components/commit/522833a)) | ||
## [4.13.4](https://github.com/forter/web-components/compare/@forter/styles@4.13.3...@forter/styles@4.13.4) (2023-03-15) | ||
@@ -8,0 +19,0 @@ |
@@ -63,2 +63,13 @@ import { css } from 'lit-element'; | ||
/* 18 PX | ||
* ──────────────────────────────────────────── */ | ||
--fc-font-18px-100: 100 18px var(--fc-font-family); | ||
--fc-font-18px-200: 200 18px var(--fc-font-family); | ||
--fc-font-18px-300: 300 18px var(--fc-font-family); | ||
--fc-font-18px-400: 400 18px var(--fc-font-family); | ||
--fc-font-18px-500: 500 18px var(--fc-font-family); | ||
--fc-font-18px-600: 600 18px var(--fc-font-family); | ||
--fc-font-18px-700: 700 18px var(--fc-font-family); | ||
--fc-font-18px-800: 800 18px var(--fc-font-family); | ||
/* 20 PX | ||
@@ -65,0 +76,0 @@ * ──────────────────────────────────────────── */ |
{ | ||
"name": "@forter/styles", | ||
"version": "4.13.4", | ||
"version": "4.14.0", | ||
"description": "Styles for Forter Components", | ||
@@ -47,3 +47,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "c5cd5ed50cab84429e9fbd9dbac25862c8fa85b7" | ||
"gitHead": "3b4053252e668dca7c456d5d46e3219dadae82ec" | ||
} |
Sorry, the diff of this file is not supported yet
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
91768
1711