@public-ui/react-v19 4.0.0-alpha.6 → 4.0.0-alpha.7

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -27,7 +27,7 @@ yarn add @public-ui/react-v19
27
27
  First, initialize KoliBri with a [theme](https://github.com/public-ui/kolibri/tree/develop/packages/themes) and create a React root:
28
28
 
29
29
  ```ts
30
- import { defineCustomElements } from '@public-ui/components/dist/loader';
30
+ import { defineCustomElements } from '@public-ui/components/loader';
31
31
  import { register } from '@public-ui/components';
32
32
  import { DEFAULT } from '@public-ui/theme-default';
33
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/react-v19",
3
- "version": "4.0.0-alpha.6",
3
+ "version": "4.0.0-alpha.7",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -54,12 +54,12 @@
54
54
  "react-dom": "19.2.0",
55
55
  "typescript": "5.9.3",
56
56
  "unbuild": "3.6.1",
57
- "@public-ui/components": "4.0.0-alpha.6"
57
+ "@public-ui/components": "4.0.0-alpha.7"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "react": "^19.2.0",
61
61
  "react-dom": "^19.2.0",
62
- "@public-ui/components": "4.0.0-alpha.6"
62
+ "@public-ui/components": "4.0.0-alpha.7"
63
63
  },
64
64
  "sideEffects": false,
65
65
  "type": "module",