@public-ui/sample-react 4.3.0-rc.2 → 4.3.0-rc.3
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": "@public-ui/sample-react",
|
|
3
|
-
"version": "4.3.0-rc.
|
|
3
|
+
"version": "4.3.0-rc.3",
|
|
4
4
|
"description": "This app contains samples for the KoliBri/Public UI",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "EUPL-1.2",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"typescript": "5.9.3",
|
|
28
28
|
"world_countries_lists": "3.3.0",
|
|
29
29
|
"zod": "4.4.3",
|
|
30
|
-
"@public-ui/
|
|
31
|
-
"@public-ui/
|
|
32
|
-
"@public-ui/react-
|
|
30
|
+
"@public-ui/components": "4.3.0-rc.3",
|
|
31
|
+
"@public-ui/react-v19": "4.3.0-rc.3",
|
|
32
|
+
"@public-ui/react-hook-form-adapter": "4.3.0-rc.3"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"eslint": "9.39.4",
|
|
@@ -13,7 +13,7 @@ export const AvatarBasic: FC = () => (
|
|
|
13
13
|
</SampleDescription>
|
|
14
14
|
|
|
15
15
|
<div className="flex flex-wrap gap-4">
|
|
16
|
-
<KolAvatar _src="
|
|
16
|
+
<KolAvatar _src="assets/img_avatar.jpg" _label="Elke Mustermann" />
|
|
17
17
|
|
|
18
18
|
{/* intentional trailing space 👇 - it's supposed to be trimmed */}
|
|
19
19
|
<KolAvatar _label="Elke Mustermann " />
|
|
@@ -11,7 +11,7 @@ export const ImageBasic: FC = () => (
|
|
|
11
11
|
|
|
12
12
|
<KolImage
|
|
13
13
|
_alt="KoliBri design system illustration showing three people working on laptops surrounded by UI components, charts, and the KoliBri hummingbird logo"
|
|
14
|
-
_src="sample-image.png"
|
|
14
|
+
_src="assets/sample-image.png"
|
|
15
15
|
className="w-image"
|
|
16
16
|
/>
|
|
17
17
|
</>
|
package/public/.htaccess
DELETED
package/public/robots.txt
DELETED
package/public/sample-image.png
DELETED
|
Binary file
|