@bytebrand/fe-ui-core 4.1.189 → 4.1.191

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": "@bytebrand/fe-ui-core",
3
- "version": "4.1.189",
3
+ "version": "4.1.191",
4
4
  "description": "UI components for the auto.de project",
5
5
  "main": "index.ts",
6
6
  "module": "dist/common.js",
@@ -8,7 +8,7 @@ const AT = (props: any) => (
8
8
  viewBox="0 0 640 480"
9
9
  {...props}
10
10
  >
11
- <g fill-rule="evenodd">
11
+ <g fillRule="evenodd">
12
12
  <path fill="#fff" d="M640 480H0V0h640z" />
13
13
  <path fill="#c8102e" d="M640 480H0V320h640zm0-319.9H0V.1h640z" />
14
14
  </g>
@@ -8,7 +8,7 @@ const BE = (props: any) => (
8
8
  viewBox="0 0 640 480"
9
9
  {...props}
10
10
  >
11
- <g fill-rule="evenodd" stroke-width="1pt">
11
+ <g fillRule="evenodd" strokeWidth="1pt">
12
12
  <path d="M0 0h213.3v480H0z" />
13
13
  <path fill="#ffd90c" d="M213.3 0h213.4v480H213.3z" />
14
14
  <path fill="#f31830" d="M426.7 0H640v480H426.7z" />
@@ -8,7 +8,7 @@ const BG = (props: any) => (
8
8
  viewBox="0 0 640 480"
9
9
  {...props}
10
10
  >
11
- <g fill-rule="evenodd" stroke-width="1pt">
11
+ <g fillRule="evenodd" strokeWidth="1pt">
12
12
  <path fill="#d62612" d="M0 320h640v160H0z" />
13
13
  <path fill="#fff" d="M0 0h640v160H0z" />
14
14
  <path fill="#00966e" d="M0 160h640v160H0z" />
@@ -8,7 +8,7 @@ const CH = (props: any) => (
8
8
  viewBox="0 0 640 480"
9
9
  {...props}
10
10
  >
11
- <g fill-rule="evenodd" stroke-width="1pt">
11
+ <g fillRule="evenodd" strokeWidth="1pt">
12
12
  <path fill="red" d="M0 0h640v480H0z" />
13
13
  <g fill="#fff">
14
14
  <path d="M170 195h300v90H170z" />