@getmicdrop/svelte-components 2.0.12 → 2.0.13

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.
@@ -11,7 +11,7 @@
11
11
  let themeMode = 'auto';
12
12
  let isDark = false; // Current display state (for applying classes)
13
13
 
14
- function setMicdropDarkClass(enable: boolean) {
14
+ function setMicdropDarkClass(enable) {
15
15
  // Support both performers portal and micdrop frontend
16
16
  const container = document.querySelector(containerSelector);
17
17
  if (enable) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getmicdrop/svelte-components",
3
- "version": "2.0.12",
3
+ "version": "2.0.13",
4
4
  "description": "Shared component library for Micdrop applications",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",