@domternal/theme 0.7.3 → 0.7.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@domternal/theme",
3
- "version": "0.7.3",
3
+ "version": "0.7.4",
4
4
  "description": "Default themes and styles for Domternal editor",
5
5
  "author": "https://github.com/ThomasNowHere",
6
6
  "license": "MIT",
@@ -246,10 +246,6 @@
246
246
  width: 100%;
247
247
  padding: 0.375rem 0.5rem;
248
248
  border: none;
249
- // Component tokens (--dm-button-*) are defined on .dm-editor. This
250
- // dropdown is portaled to document.body, so those tokens may be
251
- // undefined here. Fall back to base tokens (which the theme sets via
252
- // the .dm-theme-dark/.dm-theme-auto class copied onto the dropdown).
253
249
  border-radius: var(--dm-button-border-radius, 0.375rem);
254
250
  background: transparent;
255
251
  color: var(--dm-button-color, var(--dm-text));