@public-ui/sample-react 4.3.0-rc.2 → 4.3.0-rc.4

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/sample-react",
3
- "version": "4.3.0-rc.2",
3
+ "version": "4.3.0-rc.4",
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/react-hook-form-adapter": "4.3.0-rc.2",
31
- "@public-ui/components": "4.3.0-rc.2",
32
- "@public-ui/react-v19": "4.3.0-rc.2"
30
+ "@public-ui/components": "4.3.0-rc.4",
31
+ "@public-ui/react-v19": "4.3.0-rc.4",
32
+ "@public-ui/react-hook-form-adapter": "4.3.0-rc.4"
33
33
  },
34
34
  "devDependencies": {
35
35
  "eslint": "9.39.4",
@@ -39,7 +39,7 @@
39
39
  "stylelint": "17.13.0"
40
40
  },
41
41
  "files": [
42
- "public",
42
+ "assets",
43
43
  "src",
44
44
  "tsconfig.json"
45
45
  ],
@@ -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="https://www.w3schools.com/howto/img_avatar.png" _label="Elke Mustermann" />
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
@@ -1,3 +0,0 @@
1
- RewriteEngine On
2
- RewriteCond %{HTTPS} !=on
3
- RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
package/public/robots.txt DELETED
@@ -1,2 +0,0 @@
1
- User-agent: *
2
- Disallow: /
File without changes