prometeo-design-system 4.3.2 → 4.3.5

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.
@@ -1,6 +1,2 @@
1
1
  export * from './components/ArrowDownward'
2
2
  export {}
3
- import PrometeoDesignSystem from './components/ArrowDownward'
4
- export default PrometeoDesignSystem
5
- export * from './components/ArrowDownward'
6
- export {}
@@ -1,10 +1,9 @@
1
- import { j as s } from "../jsx-runtime-GkKLlHH4.js";
2
- import { m as e } from "../iconUtils-D0lVAgGT.js";
3
- const m = e(({ size: r = 24, className: a, ...t }) => /* @__PURE__ */ s.jsxs("svg", { ...t, width: r, height: r, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4
- /* @__PURE__ */ s.jsx("mask", { id: "mask0_2325_2814", style: { maskType: "alpha" }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "20", height: "20", children: /* @__PURE__ */ s.jsx("rect", { width: "20", height: "20", fill: "currentColor" }) }),
5
- /* @__PURE__ */ s.jsx("g", { mask: "url(#mask0_2325_2814)", children: /* @__PURE__ */ s.jsx("path", { d: "M10 15L5 9.99999L6.16667 8.83332L9.16667 11.8333V4.16666H10.8333V11.8333L13.8333 8.83332L15 9.99999L10 15Z", fill: "#E4E4E7" }) })
1
+ import { j as r } from "../jsx-runtime-GkKLlHH4.js";
2
+ import { m as o } from "../iconUtils-D0lVAgGT.js";
3
+ const l = o(({ size: s = 24, className: t, ...e }) => /* @__PURE__ */ r.jsxs("svg", { ...e, width: s, height: s, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: t, children: [
4
+ /* @__PURE__ */ r.jsx("mask", { id: "mask0_2325_2814", style: { maskType: "alpha" }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "20", height: "20", children: /* @__PURE__ */ r.jsx("rect", { width: "20", height: "20", fill: "currentColor" }) }),
5
+ /* @__PURE__ */ r.jsx("g", { mask: "url(#mask0_2325_2814)", children: /* @__PURE__ */ r.jsx("path", { d: "M10 15L5 9.99999L6.16667 8.83332L9.16667 11.8333V4.16666H10.8333V11.8333L13.8333 8.83332L15 9.99999L10 15Z", fill: "currentColor" }) })
6
6
  ] }));
7
7
  export {
8
- m as ArrowDownward,
9
- m as default
8
+ l as ArrowDownward
10
9
  };
@@ -1,6 +1,2 @@
1
1
  export * from './components/ArrowUpward'
2
2
  export {}
3
- import PrometeoDesignSystem from './components/ArrowUpward'
4
- export default PrometeoDesignSystem
5
- export * from './components/ArrowUpward'
6
- export {}
@@ -1,10 +1,9 @@
1
- import { j as s } from "../jsx-runtime-GkKLlHH4.js";
2
- import { m as e } from "../iconUtils-D0lVAgGT.js";
3
- const m = e(({ size: r = 24, className: a, ...t }) => /* @__PURE__ */ s.jsxs("svg", { ...t, width: r, height: r, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
4
- /* @__PURE__ */ s.jsx("mask", { id: "mask0_2325_2813", style: { maskType: "alpha" }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "20", height: "20", children: /* @__PURE__ */ s.jsx("rect", { width: "20", height: "20", fill: "currentColor" }) }),
5
- /* @__PURE__ */ s.jsx("g", { mask: "url(#mask0_2325_2813)", children: /* @__PURE__ */ s.jsx("path", { d: "M9.16667 15V7.33332L6.16667 10.3333L5 9.16666L10 4.16666L15 9.16666L13.8333 10.3333L10.8333 7.33332V15H9.16667Z", fill: "#E4E4E7" }) })
1
+ import { j as r } from "../jsx-runtime-GkKLlHH4.js";
2
+ import { m as i } from "../iconUtils-D0lVAgGT.js";
3
+ const l = i(({ size: s = 24, className: t, ...e }) => /* @__PURE__ */ r.jsxs("svg", { ...e, width: s, height: s, viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: t, children: [
4
+ /* @__PURE__ */ r.jsx("mask", { id: "mask0_2325_2813", style: { maskType: "alpha" }, maskUnits: "userSpaceOnUse", x: "0", y: "0", width: "20", height: "20", children: /* @__PURE__ */ r.jsx("rect", { width: "20", height: "20", fill: "currentColor" }) }),
5
+ /* @__PURE__ */ r.jsx("g", { mask: "url(#mask0_2325_2813)", children: /* @__PURE__ */ r.jsx("path", { d: "M9.16667 15V7.33332L6.16667 10.3333L5 9.16666L10 4.16666L15 9.16666L13.8333 10.3333L10.8333 7.33332V15H9.16667Z", fill: "currentColor" }) })
6
6
  ] }));
7
7
  export {
8
- m as ArrowUpward,
9
- m as default
8
+ l as ArrowUpward
10
9
  };
@@ -1,4 +1,3 @@
1
1
  import { IconProps } from '../iconUtils';
2
2
  export type { IconProps };
3
3
  export declare const ArrowDownward: import('react').MemoExoticComponent<(props: IconProps) => import('react').ReactElement>;
4
- export default ArrowDownward;
@@ -1,4 +1,3 @@
1
1
  import { IconProps } from '../iconUtils';
2
2
  export type { IconProps };
3
3
  export declare const ArrowUpward: import('react').MemoExoticComponent<(props: IconProps) => import('react').ReactElement>;
4
- export default ArrowUpward;