@wise/components-theming 0.0.0-experimental-c7754d1 → 0.0.0-experimental-e39ffa4

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": "@wise/components-theming",
3
- "version": "0.0.0-experimental-c7754d1",
3
+ "version": "0.0.0-experimental-e39ffa4",
4
4
  "description": "Provides theming support for the Wise Design system components",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [
@@ -4,7 +4,7 @@ import { ThemeProvider, ThemeProviderProps } from './ThemeProvider';
4
4
  import { useState } from 'react';
5
5
 
6
6
  describe('ThemeProvider', () => {
7
- it('tests root provider without className and nested providers', () => {
7
+ it('tests root provider set root theme (on html element) and it is not affected by nested provider(s)', () => {
8
8
  render(
9
9
  <ThemeProvider theme="personal" screenMode="dark">
10
10
  <div>root-dark-theme</div>