@tutti-os/ui-system 0.0.248 → 0.0.249
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/{chunk-B5VVFOPX.js → chunk-P2ZEUUEE.js} +11 -1
- package/dist/{chunk-B5VVFOPX.js.map → chunk-P2ZEUUEE.js.map} +1 -1
- package/dist/{chunk-TUEKUALI.js → chunk-Q3PM56DM.js} +2 -2
- package/dist/components/index.js +2 -2
- package/dist/icons/index.d.ts +2 -1
- package/dist/icons/index.js +3 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +4 -2
- package/dist/metadata/components.json +14 -0
- package/dist/metadata/index.js +14 -0
- package/dist/metadata/index.js.map +1 -1
- package/package.json +1 -1
- /package/dist/{chunk-TUEKUALI.js.map → chunk-Q3PM56DM.js.map} +0 -0
|
@@ -404,6 +404,15 @@ function AddLinedIcon(props) {
|
|
|
404
404
|
}
|
|
405
405
|
) });
|
|
406
406
|
}
|
|
407
|
+
function MinusLinedIcon(props) {
|
|
408
|
+
return /* @__PURE__ */ jsx(FilledPathIcon, { ...props, children: /* @__PURE__ */ jsx(
|
|
409
|
+
"path",
|
|
410
|
+
{
|
|
411
|
+
d: "M3 11C2.44772 11 2 11.4477 2 12C2 12.5523 2.44772 13 3 13H21C21.5523 13 22 12.5523 22 12C22 11.4477 21.5523 11 21 11H3Z",
|
|
412
|
+
fill: "currentColor"
|
|
413
|
+
}
|
|
414
|
+
) });
|
|
415
|
+
}
|
|
407
416
|
function ImportLinedIcon(props) {
|
|
408
417
|
return /* @__PURE__ */ jsx(FilledPathIcon, { ...props, children: /* @__PURE__ */ jsx(
|
|
409
418
|
"path",
|
|
@@ -1092,6 +1101,7 @@ export {
|
|
|
1092
1101
|
ChevronUpIcon,
|
|
1093
1102
|
AddIcon,
|
|
1094
1103
|
AddLinedIcon,
|
|
1104
|
+
MinusLinedIcon,
|
|
1095
1105
|
ImportLinedIcon,
|
|
1096
1106
|
CopyIcon,
|
|
1097
1107
|
DirectoryIcon,
|
|
@@ -1166,4 +1176,4 @@ export {
|
|
|
1166
1176
|
SignOutIcon,
|
|
1167
1177
|
MessageCenterIcon
|
|
1168
1178
|
};
|
|
1169
|
-
//# sourceMappingURL=chunk-
|
|
1179
|
+
//# sourceMappingURL=chunk-P2ZEUUEE.js.map
|