@tutti-os/ui-system 0.0.393 → 0.0.395
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-BUD3BILV.js → chunk-47Y6RUWM.js} +5 -1
- package/dist/{chunk-BUD3BILV.js.map → chunk-47Y6RUWM.js.map} +1 -1
- package/dist/{chunk-3LTK5CZV.js → chunk-ULR2YSHY.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-3LTK5CZV.js.map → chunk-ULR2YSHY.js.map} +0 -0
|
@@ -800,6 +800,9 @@ function LinkIcon(props) {
|
|
|
800
800
|
}
|
|
801
801
|
) });
|
|
802
802
|
}
|
|
803
|
+
function ConnectorLinedIcon(props) {
|
|
804
|
+
return /* @__PURE__ */ jsx(FilledPathIcon, { ...props, children: /* @__PURE__ */ jsx("path", { d: "M15.5 2C16.6935 2 17.8377 2.47445 18.6816 3.31836C19.5256 4.16227 20 5.30653 20 6.5V13C20.7957 13 21.5585 13.3163 22.1211 13.8789C22.6837 14.4415 23 15.2043 23 16V18C23 18.5304 22.7891 19.039 22.4141 19.4141C22.2897 19.5384 22.1496 19.6429 22 19.7295V21C22 21.5523 21.5523 22 21 22C20.4477 22 20 21.5523 20 21V20H18V21C18 21.5523 17.5523 22 17 22C16.4477 22 16 21.5523 16 21V19.7295C15.8504 19.6429 15.7103 19.5384 15.5859 19.4141C15.2109 19.039 15 18.5304 15 18V16C15 15.2043 15.3163 14.4415 15.8789 13.8789C16.4415 13.3163 17.2043 13 18 13V6.5C18 5.83696 17.7364 5.20126 17.2676 4.73242C16.7987 4.26358 16.163 4 15.5 4C14.837 4 14.2013 4.26358 13.7324 4.73242C13.2636 5.20126 13 5.83696 13 6.5V17.5C13 18.6935 12.5256 19.8377 11.6816 20.6816C10.8377 21.5256 9.69347 22 8.5 22C7.30653 22 6.16227 21.5256 5.31836 20.6816C4.47445 19.8377 4 18.6935 4 17.5V11C3.20435 11 2.44151 10.6837 1.87891 10.1211C1.3163 9.55849 1 8.79565 1 8V6C1 5.46957 1.21086 4.96101 1.58594 4.58594C1.71041 4.46146 1.8502 4.35613 2 4.26953V3C2 2.44772 2.44772 2 3 2C3.55228 2 4 2.44772 4 3V4H6V3C6 2.44772 6.44772 2 7 2C7.55228 2 8 2.44772 8 3V4.26953C8.1498 4.35613 8.28959 4.46146 8.41406 4.58594C8.78913 4.96101 9 5.46957 9 6V8C9 8.79565 8.6837 9.55849 8.12109 10.1211C7.55849 10.6837 6.79565 11 6 11V17.5C6 18.163 6.26358 18.7987 6.73242 19.2676C7.20126 19.7364 7.83696 20 8.5 20C9.16304 20 9.79874 19.7364 10.2676 19.2676C10.7364 18.7987 11 18.163 11 17.5V6.5C11 5.30653 11.4744 4.16227 12.3184 3.31836C13.1623 2.47445 14.3065 2 15.5 2ZM18 15C17.7348 15 17.4805 15.1054 17.293 15.293C17.1054 15.4805 17 15.7348 17 16V18H21V16C21 15.7348 20.8946 15.4805 20.707 15.293C20.5195 15.1054 20.2652 15 20 15H18ZM3 8C3 8.26522 3.10543 8.5195 3.29297 8.70703C3.48051 8.89457 3.73478 9 4 9H6C6.26522 9 6.51949 8.89457 6.70703 8.70703C6.89457 8.5195 7 8.26522 7 8V6H3V8Z" }) });
|
|
805
|
+
}
|
|
803
806
|
function LocateFolderIcon(props) {
|
|
804
807
|
return /* @__PURE__ */ jsx(FilledPathIcon, { ...props, children: /* @__PURE__ */ jsx(
|
|
805
808
|
"path",
|
|
@@ -1147,6 +1150,7 @@ export {
|
|
|
1147
1150
|
IssueIcon,
|
|
1148
1151
|
KeyboardIcon,
|
|
1149
1152
|
LinkIcon,
|
|
1153
|
+
ConnectorLinedIcon,
|
|
1150
1154
|
LocateFolderIcon,
|
|
1151
1155
|
NavAgentsIcon,
|
|
1152
1156
|
NavLaunchIcon,
|
|
@@ -1185,4 +1189,4 @@ export {
|
|
|
1185
1189
|
MessageCenterIcon,
|
|
1186
1190
|
ActivityViewLinedIcon
|
|
1187
1191
|
};
|
|
1188
|
-
//# sourceMappingURL=chunk-
|
|
1192
|
+
//# sourceMappingURL=chunk-47Y6RUWM.js.map
|