@dialpad/dialtone-css
Advanced tools
@@ -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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
20257442
0178844
0