@public-ui/themes 2.2.1-daf78eefb286eb2b5af07293e65a52004723eadc.0 → 4.0.0-alpha.0

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/README.md CHANGED
@@ -23,12 +23,12 @@ Register the themes like this:
23
23
  ```tsx
24
24
  import { register } from '@public-ui/components';
25
25
  import { defineCustomElements } from '@public-ui/components/dist/loader';
26
- import { BMF, DEFAULT, ECL_EC, ECL_EU, ITZBund } from '@public-ui/themes';
26
+ import { DEFAULT, ECL_EC, ECL_EU, ITZBund } from '@public-ui/themes';
27
27
 
28
28
  register(
29
29
  DEFAULT,
30
30
  // or provide an array to register multiple themes:
31
- // [BMF, DEFAULT, ECL_EC, ECL_EU, ITZBund]
31
+ // [DEFAULT, ECL_EC, ECL_EU, ITZBund]
32
32
  defineCustomElements,
33
33
  )
34
34
  .then(() => {