@public-ui/theme-default 4.0.0-alpha.6 → 4.0.0-alpha.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/README.md CHANGED
@@ -14,7 +14,7 @@ This is the default theme for the [Public UI web component library](https://publ
14
14
 
15
15
  ```tsx
16
16
  import { register } from '@public-ui/components';
17
- import { defineCustomElements } from '@public-ui/components/dist/loader';
17
+ import { defineCustomElements } from '@public-ui/components/loader';
18
18
  import { DEFAULT } from '@public-ui/theme-default';
19
19
 
20
20
  register(DEFAULT, defineCustomElements).then(() => {
@@ -62,7 +62,7 @@ Import and register the theme:
62
62
 
63
63
  ```js
64
64
  import { register } from '@public-ui/components';
65
- import { defineCustomElements } from '@public-ui/components/dist/loader';
65
+ import { defineCustomElements } from '@public-ui/components/loader';
66
66
  import { DEFAULT } from '@public-ui/theme-default';
67
67
 
68
68
  register(DEFAULT, defineCustomElements);