@orangecheck/design 0.28.7 → 0.28.8

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/dist/tokens.mjs CHANGED
@@ -643,7 +643,7 @@ function OcThemeProvider({
643
643
  OcAurora,
644
644
  {
645
645
  intensity: typeof aurora === "object" ? aurora.intensity : void 0,
646
- gl: typeof aurora === "object" ? aurora.gl : void 0
646
+ gl: typeof aurora === "object" ? aurora.gl ?? true : true
647
647
  }
648
648
  ),
649
649
  children