mimir-ui-kit 1.49.0 → 1.49.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/dist/icons/Icon.js +1 -1
 - package/dist/icons/components/16px/Mail16px.js +31 -0
 - package/dist/icons/components/24px/Mail24px.js +31 -0
 - package/dist/icons/components/32px/Mail32px.js +45 -0
 - package/dist/icons/components/index.js +293 -290
 - package/dist/{index-C2dQUuc9.js → index-MeIz2XES.js} +251 -233
 - package/package.json +1 -1
 
    
        package/dist/icons/Icon.js
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            import { jsx as t } from "react/jsx-runtime";
         
     | 
| 
       2 
2 
     | 
    
         
             
            import { Suspense as s } from "react";
         
     | 
| 
       3 
     | 
    
         
            -
            import { i as e } from "../index- 
     | 
| 
      
 3 
     | 
    
         
            +
            import { i as e } from "../index-MeIz2XES.js";
         
     | 
| 
       4 
4 
     | 
    
         
             
            const p = ({ iconName: o, ...n }) => {
         
     | 
| 
       5 
5 
     | 
    
         
             
              const r = e[o];
         
     | 
| 
       6 
6 
     | 
    
         
             
              return r ? /* @__PURE__ */ t(s, { fallback: null, children: /* @__PURE__ */ t(r, { ...n, "data-testid": o }) }) : null;
         
     | 
| 
         @@ -0,0 +1,31 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            import { jsxs as L, jsx as l } from "react/jsx-runtime";
         
     | 
| 
      
 2 
     | 
    
         
            +
            const p = (t) => /* @__PURE__ */ L(
         
     | 
| 
      
 3 
     | 
    
         
            +
              "svg",
         
     | 
| 
      
 4 
     | 
    
         
            +
              {
         
     | 
| 
      
 5 
     | 
    
         
            +
                width: "16px",
         
     | 
| 
      
 6 
     | 
    
         
            +
                height: "16px",
         
     | 
| 
      
 7 
     | 
    
         
            +
                viewBox: "0 0 16 16",
         
     | 
| 
      
 8 
     | 
    
         
            +
                fill: "none",
         
     | 
| 
      
 9 
     | 
    
         
            +
                xmlns: "http://www.w3.org/2000/svg",
         
     | 
| 
      
 10 
     | 
    
         
            +
                ...t,
         
     | 
| 
      
 11 
     | 
    
         
            +
                children: [
         
     | 
| 
      
 12 
     | 
    
         
            +
                  /* @__PURE__ */ l(
         
     | 
| 
      
 13 
     | 
    
         
            +
                    "path",
         
     | 
| 
      
 14 
     | 
    
         
            +
                    {
         
     | 
| 
      
 15 
     | 
    
         
            +
                      d: "M2.5 11.5H13.5V4.5H2.5V11.5ZM15 12.5L14.9902 12.6006C14.9503 12.7961 14.7961 12.9503 14.6006 12.9902L14.5 13H1.5L1.39941 12.9902C1.20392 12.9503 1.04966 12.7961 1.00977 12.6006L1 12.5V3.5C1 3.22386 1.22386 3 1.5 3H14.5C14.7761 3 15 3.22386 15 3.5V12.5Z",
         
     | 
| 
      
 16 
     | 
    
         
            +
                      fill: "black"
         
     | 
| 
      
 17 
     | 
    
         
            +
                    }
         
     | 
| 
      
 18 
     | 
    
         
            +
                  ),
         
     | 
| 
      
 19 
     | 
    
         
            +
                  /* @__PURE__ */ l(
         
     | 
| 
      
 20 
     | 
    
         
            +
                    "path",
         
     | 
| 
      
 21 
     | 
    
         
            +
                    {
         
     | 
| 
      
 22 
     | 
    
         
            +
                      d: "M14.4805 4.57617L8 9.97656L1.51953 4.57617L2.48047 3.42383L8 8.02344L13.5195 3.42383L14.4805 4.57617Z",
         
     | 
| 
      
 23 
     | 
    
         
            +
                      fill: "black"
         
     | 
| 
      
 24 
     | 
    
         
            +
                    }
         
     | 
| 
      
 25 
     | 
    
         
            +
                  )
         
     | 
| 
      
 26 
     | 
    
         
            +
                ]
         
     | 
| 
      
 27 
     | 
    
         
            +
              }
         
     | 
| 
      
 28 
     | 
    
         
            +
            );
         
     | 
| 
      
 29 
     | 
    
         
            +
            export {
         
     | 
| 
      
 30 
     | 
    
         
            +
              p as default
         
     | 
| 
      
 31 
     | 
    
         
            +
            };
         
     | 
| 
         @@ -0,0 +1,31 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            import { jsxs as L, jsx as l } from "react/jsx-runtime";
         
     | 
| 
      
 2 
     | 
    
         
            +
            const p = (t) => /* @__PURE__ */ L(
         
     | 
| 
      
 3 
     | 
    
         
            +
              "svg",
         
     | 
| 
      
 4 
     | 
    
         
            +
              {
         
     | 
| 
      
 5 
     | 
    
         
            +
                width: "24px",
         
     | 
| 
      
 6 
     | 
    
         
            +
                height: "24px",
         
     | 
| 
      
 7 
     | 
    
         
            +
                viewBox: "0 0 24 24",
         
     | 
| 
      
 8 
     | 
    
         
            +
                fill: "none",
         
     | 
| 
      
 9 
     | 
    
         
            +
                xmlns: "http://www.w3.org/2000/svg",
         
     | 
| 
      
 10 
     | 
    
         
            +
                ...t,
         
     | 
| 
      
 11 
     | 
    
         
            +
                children: [
         
     | 
| 
      
 12 
     | 
    
         
            +
                  /* @__PURE__ */ l(
         
     | 
| 
      
 13 
     | 
    
         
            +
                    "path",
         
     | 
| 
      
 14 
     | 
    
         
            +
                    {
         
     | 
| 
      
 15 
     | 
    
         
            +
                      d: "M3.5 17.5H20.5V6.5H3.5V17.5ZM22 18L21.9951 18.1025C21.9472 18.573 21.573 18.9472 21.1025 18.9951L21 19H3C2.48232 19 2.05621 18.6067 2.00488 18.1025L2 18V6C2 5.44772 2.44772 5 3 5H21L21.1025 5.00488C21.6067 5.05621 22 5.48232 22 6V18Z",
         
     | 
| 
      
 16 
     | 
    
         
            +
                      fill: "black"
         
     | 
| 
      
 17 
     | 
    
         
            +
                    }
         
     | 
| 
      
 18 
     | 
    
         
            +
                  ),
         
     | 
| 
      
 19 
     | 
    
         
            +
                  /* @__PURE__ */ l(
         
     | 
| 
      
 20 
     | 
    
         
            +
                    "path",
         
     | 
| 
      
 21 
     | 
    
         
            +
                    {
         
     | 
| 
      
 22 
     | 
    
         
            +
                      d: "M21.498 6.56055L12 15.0039L2.50195 6.56055L3.49805 5.43945L12 12.9961L20.502 5.43945L21.498 6.56055Z",
         
     | 
| 
      
 23 
     | 
    
         
            +
                      fill: "black"
         
     | 
| 
      
 24 
     | 
    
         
            +
                    }
         
     | 
| 
      
 25 
     | 
    
         
            +
                  )
         
     | 
| 
      
 26 
     | 
    
         
            +
                ]
         
     | 
| 
      
 27 
     | 
    
         
            +
              }
         
     | 
| 
      
 28 
     | 
    
         
            +
            );
         
     | 
| 
      
 29 
     | 
    
         
            +
            export {
         
     | 
| 
      
 30 
     | 
    
         
            +
              p as default
         
     | 
| 
      
 31 
     | 
    
         
            +
            };
         
     | 
| 
         @@ -0,0 +1,45 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            import { jsxs as t, jsx as l } from "react/jsx-runtime";
         
     | 
| 
      
 2 
     | 
    
         
            +
            const i = (L) => /* @__PURE__ */ t(
         
     | 
| 
      
 3 
     | 
    
         
            +
              "svg",
         
     | 
| 
      
 4 
     | 
    
         
            +
              {
         
     | 
| 
      
 5 
     | 
    
         
            +
                width: "32px",
         
     | 
| 
      
 6 
     | 
    
         
            +
                height: "32px",
         
     | 
| 
      
 7 
     | 
    
         
            +
                viewBox: "0 0 32 32",
         
     | 
| 
      
 8 
     | 
    
         
            +
                fill: "none",
         
     | 
| 
      
 9 
     | 
    
         
            +
                xmlns: "http://www.w3.org/2000/svg",
         
     | 
| 
      
 10 
     | 
    
         
            +
                ...L,
         
     | 
| 
      
 11 
     | 
    
         
            +
                children: [
         
     | 
| 
      
 12 
     | 
    
         
            +
                  /* @__PURE__ */ l(
         
     | 
| 
      
 13 
     | 
    
         
            +
                    "path",
         
     | 
| 
      
 14 
     | 
    
         
            +
                    {
         
     | 
| 
      
 15 
     | 
    
         
            +
                      d: "M29.1865 23.7734L27.8135 25.2266L18.8135 16.7266L20.1865 15.2734L29.1865 23.7734Z",
         
     | 
| 
      
 16 
     | 
    
         
            +
                      fill: "black"
         
     | 
| 
      
 17 
     | 
    
         
            +
                    }
         
     | 
| 
      
 18 
     | 
    
         
            +
                  ),
         
     | 
| 
      
 19 
     | 
    
         
            +
                  /* @__PURE__ */ l(
         
     | 
| 
      
 20 
     | 
    
         
            +
                    "path",
         
     | 
| 
      
 21 
     | 
    
         
            +
                    {
         
     | 
| 
      
 22 
     | 
    
         
            +
                      d: "M2.81348 23.7734L4.18652 25.2266L13.1865 16.7266L11.8135 15.2734L2.81348 23.7734Z",
         
     | 
| 
      
 23 
     | 
    
         
            +
                      fill: "black"
         
     | 
| 
      
 24 
     | 
    
         
            +
                    }
         
     | 
| 
      
 25 
     | 
    
         
            +
                  ),
         
     | 
| 
      
 26 
     | 
    
         
            +
                  /* @__PURE__ */ l(
         
     | 
| 
      
 27 
     | 
    
         
            +
                    "path",
         
     | 
| 
      
 28 
     | 
    
         
            +
                    {
         
     | 
| 
      
 29 
     | 
    
         
            +
                      d: "M4 24H28V8H4V24ZM30 24.667L29.9932 24.8027C29.9295 25.4305 29.4305 25.9295 28.8027 25.9932L28.667 26H3.33301C2.64271 25.9998 2.07499 25.4751 2.00684 24.8027L2 24.667V7.33301C2.00018 6.59689 2.59689 6.00018 3.33301 6H28.667L28.8027 6.00684C29.4751 6.07499 29.9998 6.64271 30 7.33301V24.667Z",
         
     | 
| 
      
 30 
     | 
    
         
            +
                      fill: "black"
         
     | 
| 
      
 31 
     | 
    
         
            +
                    }
         
     | 
| 
      
 32 
     | 
    
         
            +
                  ),
         
     | 
| 
      
 33 
     | 
    
         
            +
                  /* @__PURE__ */ l(
         
     | 
| 
      
 34 
     | 
    
         
            +
                    "path",
         
     | 
| 
      
 35 
     | 
    
         
            +
                    {
         
     | 
| 
      
 36 
     | 
    
         
            +
                      d: "M29.1768 8.23633L16 20.3584L2.82324 8.23633L4.17676 6.76367L16 17.6406L27.8232 6.76367L29.1768 8.23633Z",
         
     | 
| 
      
 37 
     | 
    
         
            +
                      fill: "black"
         
     | 
| 
      
 38 
     | 
    
         
            +
                    }
         
     | 
| 
      
 39 
     | 
    
         
            +
                  )
         
     | 
| 
      
 40 
     | 
    
         
            +
                ]
         
     | 
| 
      
 41 
     | 
    
         
            +
              }
         
     | 
| 
      
 42 
     | 
    
         
            +
            );
         
     | 
| 
      
 43 
     | 
    
         
            +
            export {
         
     | 
| 
      
 44 
     | 
    
         
            +
              i as default
         
     | 
| 
      
 45 
     | 
    
         
            +
            };
         
     |