@mailstep/design-system 0.7.66-beta.0 → 0.7.66-beta.1

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": "@mailstep/design-system",
3
- "version": "0.7.66-beta.0",
3
+ "version": "0.7.66-beta.1",
4
4
  "license": "ISC",
5
5
  "type": "module",
6
6
  "main": "./ui/index.js",
@@ -0,0 +1,3 @@
1
+ import { type FC } from 'react';
2
+ import type { SvgProps } from '../types';
3
+ export declare const FlagHU: FC<SvgProps>;
@@ -0,0 +1,13 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
+ export var FlagHU = function (props) { return (_jsxs("svg", __assign({ width: "1200", height: "600" }, props, { children: [_jsx("path", { d: "M0 0h1200v600H0", fill: "#477050" }), _jsx("path", { d: "M0 0h1200v400H0", fill: "#fff" }), _jsx("path", { d: "M0 0h1200v200H0", fill: "#ce2939" })] }))); };
@@ -0,0 +1,3 @@
1
+ import { type FC } from 'react';
2
+ import type { SvgProps } from '../types';
3
+ export declare const FlagNL: FC<SvgProps>;
@@ -0,0 +1,13 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
+ export var FlagNL = function (props) { return (_jsxs("svg", __assign({ width: "900", height: "600", viewBox: "0 0 9 6" }, props, { children: [_jsx("rect", { fill: "#21468B", width: "9", height: "6" }), _jsx("rect", { fill: "#FFF", width: "9", height: "4" }), _jsx("rect", { fill: "#AE1C28", width: "9", height: "2" })] }))); };
@@ -6,6 +6,8 @@ export { FlagESP } from './FlagESP';
6
6
  export { FlagITA } from './FlagITA';
7
7
  export { FlagRUS } from './FlagRUS';
8
8
  export { FlagSVK } from './FlagSVK';
9
+ export { FlagNL } from './FlagNL';
10
+ export { FlagHU } from './FlagHU';
9
11
  export { FlagUK } from './FlagUK';
10
12
  export { Complaint } from './Complaint';
11
13
  export { Expeditions } from './Expeditions';
@@ -6,6 +6,8 @@ export { FlagESP } from './FlagESP';
6
6
  export { FlagITA } from './FlagITA';
7
7
  export { FlagRUS } from './FlagRUS';
8
8
  export { FlagSVK } from './FlagSVK';
9
+ export { FlagNL } from './FlagNL';
10
+ export { FlagHU } from './FlagHU';
9
11
  export { FlagUK } from './FlagUK';
10
12
  export { Complaint } from './Complaint';
11
13
  export { Expeditions } from './Expeditions';