From da696d122d87bab88349097408d45aac260f7f83 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 03:20:52 +0300 Subject: [PATCH] Update version to 5.0.6 and upgrade dependencies (#5) Co-authored-by: Sarmaged <3858245+Sarmaged@users.noreply.github.com> --- base.css | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/base.css b/base.css index ed24d82..f0272d3 100644 --- a/base.css +++ b/base.css @@ -1,3 +1,3 @@ -/*! style-forge.base v5.0.5 | MIT License | https://github.com/sarmaged/style-forge.base */ +/*! style-forge.base v5.0.6 | MIT License | https://github.com/sarmaged/style-forge.base */ :root{--sf-base-ff:system-ui,'Segoe UI',Roboto,Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';--sf-base-fw:400;--sf-base-fz:1rem;--sf-base-lh:0.8;--sf-h1:3rem;--sf-h2:2.5rem;--sf-h3:2rem;--sf-h4:1.5rem;--sf-h5:1.25rem;--sf-h6:1rem;--sf-txt-small:0.75rem;--sf-disabled:0.4;--sf-c-link:225 73% 57%;--sf-c-mark-bg:60 100% 50%;--sf-c-mark-txt:0 0% 10%;--sf-c-txt:0 0% 10%;--sf-c-bg:0 0% 100%;--sf-c-bd:0 0% 75%;--sf-c-shape-bg:0 0% 90%;--sf-c-backdrop:0 0% 10%}*,*::before,*::after{box-sizing:inherit}::backdrop{background:hsl(var(--sf-c-backdrop)/20%)}html{display:flex;font-family:var(--sf-base-ff);font-size:var(--sf-base-fz);font-weight:var(--sf-base-fw);line-height:var(--sf-base-lh);color:hsl(var(--sf-c-txt));background:hsl(var(--sf-c-bg));min-width:300px;min-height:100%;box-sizing:border-box;font-synthesis:none;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none}html>body{display:flex;flex:1}body,figure{margin:0}hr{width:100%;margin:1em 0}pre{overflow:auto;padding:1.25em 1.5em;background:hsl(var(--sf-c-shape-bg))}ol,ul{margin:0 0 0 2em;padding:0}dt{font-weight:700}dd{margin-left:2em}blockquote{margin:0 2em}summary{cursor:pointer;display:list-item}img,video{height:auto;max-width:100%}iframe,img{border:0}dialog[open]{z-index:1000}main,details{display:block}template,[hidden]{display:none}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:normal}address,blockquote,dd,dt,li,p{font-size:inherit;line-height:1.5}small,sub,sup{font-size:var(--sf-txt-small)}h1{font-size:var(--sf-h1);margin:0.8em 0 0.4em}h2{font-size:var(--sf-h2);margin:0.9em 0 0.45em}h3{font-size:var(--sf-h3);margin:1em 0 0.5em}h4{font-size:var(--sf-h4);margin:1.1em 0 0.55em}h5{font-size:var(--sf-h5);margin:1.2em 0 0.6em}h6{font-size:var(--sf-h6);margin:1.3em 0 0.65em}p{margin:0}pre,code,kbd,samp,time{font-family:monospace,monospace}b,strong{font-weight:700}mark{color:hsl(var(--sf-c-mark-txt));background:hsl(var(--sf-c-mark-bg))}a{color:hsl(var(--sf-c-link));text-decoration:underline;background:none}a:not([href]){cursor:not-allowed;text-decoration:none;opacity:var(--sf-disabled);-webkit-tap-highlight-color:transparent}::file-selector-button,button,input,optgroup,option,select,textarea{font-size:inherit;font-family:inherit;font-weight:400;line-height:1;vertical-align:top;text-transform:none}button,:where(input:not([type='checkbox'],[type='color'],[type='file'],[type='hidden'],[type='image'],[type='radio'],[type='range'])),optgroup,option,select,textarea{padding:0.25em 0.5em}::file-selector-button,:where(button,select),:where(input):where([type='button'],[type='checkbox'],[type='color'],[type='file'],[type='image'],[type='radio'],[type='range'],[type='reset'],[type='submit']){cursor:pointer}:disabled,:disabled::file-selector-button{cursor:not-allowed;-webkit-tap-highlight-color:transparent}fieldset{padding:1em;border:1px solid hsl(var(--sf-c-bd))}legend{color:inherit;padding:0 0.5em}progress{vertical-align:baseline}textarea{overflow:auto}table{display:table;border-collapse:collapse;border-spacing:0}tbody,tfoot,thead{background:none}td,th{padding:0.5em 0.75em;border:1px solid hsl(var(--sf-c-bd))}td:not([align]),th:not([align]){text-align:start}td:not([valign]),th:not([valign]){vertical-align:top} diff --git a/package.json b/package.json index a953de5..6384822 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "style-forge.base", - "version": "5.0.5", + "version": "5.0.6", "description": "Style-Forge.Base provides the foundational CSS variables and base styles for the Style Forge framework. It includes essential typography, color schemes, and utility classes, ensuring a consistent and customizable design system for your web projects", "type": "module", "main": "base.css",