feat(markdown): improve tensamin specific styles
All checks were successful
/ deploy-and-package (push) Successful in 1m18s
All checks were successful
/ deploy-and-package (push) Successful in 1m18s
feat(general): bump version
This commit is contained in:
parent
a4b5ea4fa8
commit
67824c6bc8
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@methanium/ui",
|
"name": "@methanium/ui",
|
||||||
"version": "0.0.22",
|
"version": "0.0.23",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
|
|
||||||
|
|
@ -80,7 +80,7 @@ export const BUILT_IN_THEMES = defineThemes([
|
||||||
--tensamin-subtle-shadow: 0 1px 2px 0 #0006, 0 0 0 0.5px color-mix(in oklch, var(--primary) 30%, transparent), 0 -0.5px 0 0 #ffffff1a;
|
--tensamin-subtle-shadow: 0 1px 2px 0 #0006, 0 0 0 0.5px color-mix(in oklch, var(--primary) 30%, transparent), 0 -0.5px 0 0 #ffffff1a;
|
||||||
--tensamin-destructive-shadow: 0 1px 2px 0 #0006, 0 0 0 0.5px color-mix(in oklch, var(--destructive) 30%, transparent), 0 -0.5px 0 0 #ffffff1a;
|
--tensamin-destructive-shadow: 0 1px 2px 0 #0006, 0 0 0 0.5px color-mix(in oklch, var(--destructive) 30%, transparent), 0 -0.5px 0 0 #ffffff1a;
|
||||||
}
|
}
|
||||||
:root[data-theme="tensamin"] [data-slot] {
|
:root[data-theme="tensamin"] :where([data-slot], .cm-editor.tm-md-editor .tm-md-code-line) {
|
||||||
--tensamin-edge: var(--border);
|
--tensamin-edge: var(--border);
|
||||||
border-left-color: color-mix(in oklch, var(--tensamin-edge) 89%, black);
|
border-left-color: color-mix(in oklch, var(--tensamin-edge) 89%, black);
|
||||||
border-right-color: color-mix(in oklch, var(--tensamin-edge) 89%, black);
|
border-right-color: color-mix(in oklch, var(--tensamin-edge) 89%, black);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue