@shiflo/ui 0.0.17 → 0.0.18
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/assets/icons/index.mjs +10 -6
- package/dist/assets/icons/index.ts-B1HxCidp.js +34 -0
- package/dist/assets/icons/solid/index.d.ts +2 -0
- package/dist/assets/icons/solid/index.mjs +12 -8
- package/dist/assets/icons/solid/minus-solid.svg-BBiGvc-2.js +5 -0
- package/dist/assets/icons/solid/trash-solid.svg-iJSf_6Y3.js +5 -0
- package/dist/components/Icon/Icon.mjs +1 -1
- package/package.json +1 -1
- package/dist/assets/icons/index.ts-Do4nS7cY.js +0 -30
|
@@ -1,26 +1,30 @@
|
|
|
1
1
|
import { S as a } from "./line/calendar-line.svg-DHsuXoUL.js";
|
|
2
2
|
import { S } from "./solid/calendar-days-solid.svg-CIj8vf6t.js";
|
|
3
|
-
import { S as
|
|
3
|
+
import { S as d } from "./solid/calendar-lines-solid.svg-D2qG_E7t.js";
|
|
4
4
|
import { S as i } from "./solid/calendar-week-solid.svg-CVmrJtif.js";
|
|
5
5
|
import { S as m } from "./solid/calendars-solid.svg-rClh_xBu.js";
|
|
6
6
|
import { S as p } from "./solid/gear-solid.svg-C6vEx0Wx.js";
|
|
7
7
|
import { S as n } from "./solid/grid-2-solid.svg-BRtzwK6Y.js";
|
|
8
|
-
import { S as
|
|
8
|
+
import { S as h } from "./solid/pen-to-square-solid.svg-DUdNcuTM.js";
|
|
9
9
|
import { S as u } from "./solid/plus-solid.svg-piiaS3kO.js";
|
|
10
10
|
import { S as L } from "./solid/rotate-right-solid.svg-CYW200XH.js";
|
|
11
11
|
import { S as R } from "./solid/xmark-solid.svg-Ce8xHlZn.js";
|
|
12
|
-
import { S as
|
|
12
|
+
import { S as c } from "./solid/check-solid.svg-C41sTTzR.js";
|
|
13
|
+
import { S as q } from "./solid/trash-solid.svg-iJSf_6Y3.js";
|
|
14
|
+
import { S as D } from "./solid/minus-solid.svg-BBiGvc-2.js";
|
|
13
15
|
export {
|
|
14
16
|
S as CalendarDaysSolid,
|
|
15
17
|
a as CalendarLine,
|
|
16
|
-
|
|
18
|
+
d as CalendarLinesSolid,
|
|
17
19
|
i as CalendarWeekSolid,
|
|
18
20
|
m as CalendarsSolid,
|
|
19
|
-
|
|
21
|
+
c as CheckSolid,
|
|
20
22
|
p as GearSolid,
|
|
21
23
|
n as Grid2Solid,
|
|
22
|
-
|
|
24
|
+
D as MinusSolid,
|
|
25
|
+
h as PenToSquareSolid,
|
|
23
26
|
u as PlusSolid,
|
|
24
27
|
L as RotateRightSolid,
|
|
28
|
+
q as TrashSolid,
|
|
25
29
|
R as XmarkSolid
|
|
26
30
|
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { S as o } from "./line/calendar-line.svg-DHsuXoUL.js";
|
|
2
|
+
import { S } from "./solid/calendar-days-solid.svg-CIj8vf6t.js";
|
|
3
|
+
import { S as r } from "./solid/calendar-lines-solid.svg-D2qG_E7t.js";
|
|
4
|
+
import { S as i } from "./solid/calendar-week-solid.svg-CVmrJtif.js";
|
|
5
|
+
import { S as a } from "./solid/calendars-solid.svg-rClh_xBu.js";
|
|
6
|
+
import { S as l } from "./solid/gear-solid.svg-C6vEx0Wx.js";
|
|
7
|
+
import { S as d } from "./solid/grid-2-solid.svg-BRtzwK6Y.js";
|
|
8
|
+
import { S as e } from "./solid/pen-to-square-solid.svg-DUdNcuTM.js";
|
|
9
|
+
import { S as m } from "./solid/plus-solid.svg-piiaS3kO.js";
|
|
10
|
+
import { S as s } from "./solid/rotate-right-solid.svg-CYW200XH.js";
|
|
11
|
+
import { S as t } from "./solid/xmark-solid.svg-Ce8xHlZn.js";
|
|
12
|
+
import { S as n } from "./solid/check-solid.svg-C41sTTzR.js";
|
|
13
|
+
import { S as g } from "./solid/trash-solid.svg-iJSf_6Y3.js";
|
|
14
|
+
import { S as p } from "./solid/minus-solid.svg-BBiGvc-2.js";
|
|
15
|
+
const b = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
16
|
+
__proto__: null,
|
|
17
|
+
CalendarDaysSolid: S,
|
|
18
|
+
CalendarLine: o,
|
|
19
|
+
CalendarLinesSolid: r,
|
|
20
|
+
CalendarWeekSolid: i,
|
|
21
|
+
CalendarsSolid: a,
|
|
22
|
+
CheckSolid: n,
|
|
23
|
+
GearSolid: l,
|
|
24
|
+
Grid2Solid: d,
|
|
25
|
+
MinusSolid: p,
|
|
26
|
+
PenToSquareSolid: e,
|
|
27
|
+
PlusSolid: m,
|
|
28
|
+
RotateRightSolid: s,
|
|
29
|
+
TrashSolid: g,
|
|
30
|
+
XmarkSolid: t
|
|
31
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
32
|
+
export {
|
|
33
|
+
b as S
|
|
34
|
+
};
|
|
@@ -9,3 +9,5 @@ export { default as PlusSolid } from './plus-solid.svg';
|
|
|
9
9
|
export { default as RotateRightSolid } from './rotate-right-solid.svg';
|
|
10
10
|
export { default as XmarkSolid } from './xmark-solid.svg';
|
|
11
11
|
export { default as CheckSolid } from './check-solid.svg';
|
|
12
|
+
export { default as TrashSolid } from './trash-solid.svg';
|
|
13
|
+
export { default as MinusSolid } from './minus-solid.svg';
|
|
@@ -1,24 +1,28 @@
|
|
|
1
1
|
import { S as a } from "./calendar-days-solid.svg-CIj8vf6t.js";
|
|
2
|
-
import { S } from "./calendar-lines-solid.svg-D2qG_E7t.js";
|
|
3
|
-
import { S as
|
|
2
|
+
import { S as e } from "./calendar-lines-solid.svg-D2qG_E7t.js";
|
|
3
|
+
import { S as d } from "./calendar-week-solid.svg-CVmrJtif.js";
|
|
4
4
|
import { S as i } from "./calendars-solid.svg-rClh_xBu.js";
|
|
5
5
|
import { S as m } from "./gear-solid.svg-C6vEx0Wx.js";
|
|
6
6
|
import { S as p } from "./grid-2-solid.svg-BRtzwK6Y.js";
|
|
7
7
|
import { S as n } from "./pen-to-square-solid.svg-DUdNcuTM.js";
|
|
8
|
-
import { S as
|
|
8
|
+
import { S as h } from "./plus-solid.svg-piiaS3kO.js";
|
|
9
9
|
import { S as u } from "./rotate-right-solid.svg-CYW200XH.js";
|
|
10
10
|
import { S as P } from "./xmark-solid.svg-Ce8xHlZn.js";
|
|
11
|
-
import { S as
|
|
11
|
+
import { S as T } from "./check-solid.svg-C41sTTzR.js";
|
|
12
|
+
import { S as g } from "./trash-solid.svg-iJSf_6Y3.js";
|
|
13
|
+
import { S as y } from "./minus-solid.svg-BBiGvc-2.js";
|
|
12
14
|
export {
|
|
13
15
|
a as CalendarDaysSolid,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
+
e as CalendarLinesSolid,
|
|
17
|
+
d as CalendarWeekSolid,
|
|
16
18
|
i as CalendarsSolid,
|
|
17
|
-
|
|
19
|
+
T as CheckSolid,
|
|
18
20
|
m as GearSolid,
|
|
19
21
|
p as Grid2Solid,
|
|
22
|
+
y as MinusSolid,
|
|
20
23
|
n as PenToSquareSolid,
|
|
21
|
-
|
|
24
|
+
h as PlusSolid,
|
|
22
25
|
u as RotateRightSolid,
|
|
26
|
+
g as TrashSolid,
|
|
23
27
|
P as XmarkSolid
|
|
24
28
|
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
const o = (t) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 28, viewBox: "0 0 24 28", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("path", { d: "M23.1428 14C23.1428 14.9334 22.3768 15.6875 21.4285 15.6875H2.5714C1.62319 15.6875 0.857117 14.9334 0.857117 14C0.857117 13.0666 1.62319 12.3125 2.5714 12.3125H21.4285C22.3768 12.3125 23.1428 13.0666 23.1428 14Z", fill: "currentColor" }));
|
|
3
|
+
export {
|
|
4
|
+
o as S
|
|
5
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
const l = (t) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 28, viewBox: "0 0 24 28", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#clip0_297_45)" }, /* @__PURE__ */ e.createElement("path", { d: "M7.24286 1.4334L6.85714 2.1875H1.71429C0.766071 2.1875 0 2.9416 0 3.875C0 4.8084 0.766071 5.5625 1.71429 5.5625H22.2857C23.2339 5.5625 24 4.8084 24 3.875C24 2.9416 23.2339 2.1875 22.2857 2.1875H17.1429L16.7571 1.4334C16.4679 0.858594 15.8732 0.5 15.225 0.5H8.775C8.12679 0.5 7.53214 0.858594 7.24286 1.4334ZM22.2857 7.25H1.71429L2.85 25.127C2.93571 26.4611 4.06071 27.5 5.41607 27.5H18.5839C19.9393 27.5 21.0643 26.4611 21.15 25.127L22.2857 7.25Z", fill: "currentColor" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "clip0_297_45" }, /* @__PURE__ */ e.createElement("rect", { width: 24, height: 27, fill: "currentColor", transform: "translate(0 0.5)" }))));
|
|
3
|
+
export {
|
|
4
|
+
l as S
|
|
5
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as m } from "react/jsx-runtime";
|
|
2
2
|
import { Children as p, isValidElement as l } from "react";
|
|
3
|
-
import { S as a } from "../../assets/icons/index.ts-
|
|
3
|
+
import { S as a } from "../../assets/icons/index.ts-B1HxCidp.js";
|
|
4
4
|
import c from "basic-styled";
|
|
5
5
|
import d from "../../utils/getValueByPath.mjs";
|
|
6
6
|
const f = c.svg`
|
package/package.json
CHANGED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { S as o } from "./line/calendar-line.svg-DHsuXoUL.js";
|
|
2
|
-
import { S } from "./solid/calendar-days-solid.svg-CIj8vf6t.js";
|
|
3
|
-
import { S as r } from "./solid/calendar-lines-solid.svg-D2qG_E7t.js";
|
|
4
|
-
import { S as a } from "./solid/calendar-week-solid.svg-CVmrJtif.js";
|
|
5
|
-
import { S as i } from "./solid/calendars-solid.svg-rClh_xBu.js";
|
|
6
|
-
import { S as e } from "./solid/gear-solid.svg-C6vEx0Wx.js";
|
|
7
|
-
import { S as l } from "./solid/grid-2-solid.svg-BRtzwK6Y.js";
|
|
8
|
-
import { S as d } from "./solid/pen-to-square-solid.svg-DUdNcuTM.js";
|
|
9
|
-
import { S as m } from "./solid/plus-solid.svg-piiaS3kO.js";
|
|
10
|
-
import { S as t } from "./solid/rotate-right-solid.svg-CYW200XH.js";
|
|
11
|
-
import { S as s } from "./solid/xmark-solid.svg-Ce8xHlZn.js";
|
|
12
|
-
import { S as n } from "./solid/check-solid.svg-C41sTTzR.js";
|
|
13
|
-
const L = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
14
|
-
__proto__: null,
|
|
15
|
-
CalendarDaysSolid: S,
|
|
16
|
-
CalendarLine: o,
|
|
17
|
-
CalendarLinesSolid: r,
|
|
18
|
-
CalendarWeekSolid: a,
|
|
19
|
-
CalendarsSolid: i,
|
|
20
|
-
CheckSolid: n,
|
|
21
|
-
GearSolid: e,
|
|
22
|
-
Grid2Solid: l,
|
|
23
|
-
PenToSquareSolid: d,
|
|
24
|
-
PlusSolid: m,
|
|
25
|
-
RotateRightSolid: t,
|
|
26
|
-
XmarkSolid: s
|
|
27
|
-
}, Symbol.toStringTag, { value: "Module" }));
|
|
28
|
-
export {
|
|
29
|
-
L as S
|
|
30
|
-
};
|