Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@dialpad/dialtone-css

Package Overview
Dependencies
Maintainers
4
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dialpad/dialtone-css - npm Package Compare versions

Comparing version
8.79.0
to
8.79.1
+7
-0
lib/build/less/components/rich-text-editor.less

@@ -20,2 +20,9 @@ .d-rich-text-editor {

// inline-flex/inline-block create atomic boxes that break arrow-key cursor navigation
// in contenteditable — ArrowDown jumps to link start, ArrowUp freezes inside links.
// Resetting to inline restores correct caret positioning without affecting visual output.
:where(a) {
display: inline;
}
p.is-editor-empty:first-child::before {

@@ -22,0 +29,0 @@ float: left;

+1
-1
{
"name": "@dialpad/dialtone-css",
"version": "8.79.0",
"version": "8.79.1",
"description": "Dialpad's design system",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display