@rafal.lemieszewski/tide-ui 0.22.0 → 0.22.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/index.es.js
CHANGED
|
@@ -54032,19 +54032,19 @@ const tFe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
54032
54032
|
createLucideIcon: h,
|
|
54033
54033
|
icons: eFe
|
|
54034
54034
|
}, Symbol.toStringTag, { value: "Module" })), eB = {
|
|
54035
|
-
// Chart icons
|
|
54036
|
-
"chart-bar": /* @__PURE__ */ g("g", { children: /* @__PURE__ */ g("path", { d: "M7.2 7.2H16.8V16.8H7.2V7.2Z", fill: "currentColor" }) }),
|
|
54037
|
-
"chart-line": /* @__PURE__ */ g("g", { children: /* @__PURE__ */ g("path", { d: "M4.8 9.6H19.2V14.4H4.8V9.6Z", fill: "currentColor" }) }),
|
|
54038
|
-
"chart-dashline": /* @__PURE__ */ g("g", { children: /* @__PURE__ */ T("g", { children: [
|
|
54035
|
+
// Chart marker icons
|
|
54036
|
+
"chart-marker-bar": /* @__PURE__ */ g("g", { children: /* @__PURE__ */ g("path", { d: "M7.2 7.2H16.8V16.8H7.2V7.2Z", fill: "currentColor" }) }),
|
|
54037
|
+
"chart-marker-line": /* @__PURE__ */ g("g", { children: /* @__PURE__ */ g("path", { d: "M4.8 9.6H19.2V14.4H4.8V9.6Z", fill: "currentColor" }) }),
|
|
54038
|
+
"chart-marker-dashline": /* @__PURE__ */ g("g", { children: /* @__PURE__ */ T("g", { children: [
|
|
54039
54039
|
/* @__PURE__ */ g("path", { d: "M16.8 9.6H20.4V14.4H16.8V9.6Z", fill: "currentColor" }),
|
|
54040
54040
|
/* @__PURE__ */ g("path", { d: "M2.4 9.6H6V14.4H2.4V9.6Z", fill: "currentColor" }),
|
|
54041
54041
|
/* @__PURE__ */ g("path", { d: "M8.4 9.6H14.4V14.4H8.4V9.6Z", fill: "currentColor" })
|
|
54042
54042
|
] }) }),
|
|
54043
|
-
"chart-
|
|
54043
|
+
"chart-marker-dashline2": /* @__PURE__ */ g("g", { children: /* @__PURE__ */ T("g", { children: [
|
|
54044
54044
|
/* @__PURE__ */ g("path", { d: "M12.8 9.6H20.4V14.4H12.8V9.6Z", fill: "currentColor" }),
|
|
54045
54045
|
/* @__PURE__ */ g("path", { d: "M2.4 9.6H10V14.4H2.4V9.6Z", fill: "currentColor" })
|
|
54046
54046
|
] }) }),
|
|
54047
|
-
"chart-dotline": /* @__PURE__ */ g("g", { children: /* @__PURE__ */ T("g", { children: [
|
|
54047
|
+
"chart-marker-dotline": /* @__PURE__ */ g("g", { children: /* @__PURE__ */ T("g", { children: [
|
|
54048
54048
|
/* @__PURE__ */ g(
|
|
54049
54049
|
"path",
|
|
54050
54050
|
{
|
|
@@ -54067,7 +54067,7 @@ const tFe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
|
|
|
54067
54067
|
}
|
|
54068
54068
|
)
|
|
54069
54069
|
] }) }),
|
|
54070
|
-
"chart-dot": /* @__PURE__ */ g("g", { children: /* @__PURE__ */ g(
|
|
54070
|
+
"chart-marker-dot": /* @__PURE__ */ g("g", { children: /* @__PURE__ */ g(
|
|
54071
54071
|
"path",
|
|
54072
54072
|
{
|
|
54073
54073
|
d: "M16.8 12C16.8 14.651 14.651 16.8 12 16.8C9.34903 16.8 7.2 14.651 7.2 12C7.2 9.34903 9.34903 7.2 12 7.2C14.651 7.2 16.8 9.34903 16.8 12Z",
|