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.
- package/dist/Icons/ArrowDownward.d.ts +0 -4
- package/dist/Icons/ArrowDownward.es.js +6 -7
- package/dist/Icons/ArrowUpward.d.ts +0 -4
- package/dist/Icons/ArrowUpward.es.js +6 -7
- package/dist/Icons/components/ArrowDownward.d.ts +0 -1
- package/dist/Icons/components/ArrowUpward.d.ts +0 -1
- package/dist/PyrionLayout.es.js +660 -647
- package/dist/Scrollable.es.js +1 -1
- package/dist/Select.es.js +540 -528
- package/dist/components/NavigationDrawer/NavigationDrawer.d.ts +4 -0
- package/dist/styles.css +1 -1
- package/package.json +1 -1
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
import { m as
|
|
3
|
-
const
|
|
4
|
-
/* @__PURE__ */
|
|
5
|
-
/* @__PURE__ */
|
|
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
|
-
|
|
9
|
-
m as default
|
|
8
|
+
l as ArrowDownward
|
|
10
9
|
};
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
import { m as
|
|
3
|
-
const
|
|
4
|
-
/* @__PURE__ */
|
|
5
|
-
/* @__PURE__ */
|
|
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
|
-
|
|
9
|
-
m as default
|
|
8
|
+
l as ArrowUpward
|
|
10
9
|
};
|