@streamscloud/embeddable 14.0.0 → 14.0.1

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.
@@ -119,13 +119,6 @@ const styles = $derived.by(() => {
119
119
  --sc-mc-color--text-inactive: #d1d5db;
120
120
  }
121
121
 
122
- :host {
123
- font-family: "Inter", sans-serif;
124
- font-size: 16px;
125
- font-weight: normal;
126
- color: var(--sc-mc-color--text-primary);
127
- }
128
-
129
122
  .shadow-root {
130
123
  --_shadow-root--background-color: rgb(from var(--shadow-root--background, var(--sc-mc-color--bg-screen)) r g b);
131
124
  --_shadow-root--shield-color: rgb(from var(--shadow-root--background, rgb(from var(--sc-mc-color--bg-screen) r g b / 50%)) r g b / alpha);
@@ -16,4 +16,5 @@ const prepareShadowRootHost = (host) => {
16
16
  host.style.margin = '0';
17
17
  host.style.boxSizing = 'border-box';
18
18
  host.style.textAlign = 'initial';
19
+ host.style.color = 'var(--sc-mc-color--text-primary)';
19
20
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamscloud/embeddable",
3
- "version": "14.0.0",
3
+ "version": "14.0.1",
4
4
  "author": "StreamsCloud",
5
5
  "repository": {
6
6
  "type": "git",