From 67824c6bc8bcff7435e85e1eeb11f27e24a72f7b Mon Sep 17 00:00:00 2001 From: Alois Date: Sun, 9 Aug 2026 22:26:55 +0200 Subject: [PATCH] feat(markdown): improve tensamin specific styles feat(general): bump version --- package.json | 2 +- src/theme/presets.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f988d87..2851cfd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@methanium/ui", - "version": "0.0.22", + "version": "0.0.23", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/src/theme/presets.ts b/src/theme/presets.ts index 8af33cf..f110ab2 100644 --- a/src/theme/presets.ts +++ b/src/theme/presets.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-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); border-left-color: color-mix(in oklch, var(--tensamin-edge) 89%, black); border-right-color: color-mix(in oklch, var(--tensamin-edge) 89%, black);