@tutti-os/ui-system 0.0.65 → 0.0.67

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/LICENSE CHANGED
@@ -1,4 +1,3 @@
1
-
2
1
  Apache License
3
2
  Version 2.0, January 2004
4
3
  http://www.apache.org/licenses/
@@ -187,7 +186,7 @@
187
186
  same "printed page" as the copyright notice for easier
188
187
  identification within third-party archives.
189
188
 
190
- Copyright [yyyy] [name of copyright owner]
189
+ Copyright 2025-2026 The Tutti Authors
191
190
 
192
191
  Licensed under the Apache License, Version 2.0 (the "License");
193
192
  you may not use this file except in compliance with the License.
@@ -899,6 +899,15 @@ function GitHubBrandIcon(props) {
899
899
  }
900
900
  var KeyboardFilledIcon = KeyboardIcon;
901
901
  var FolderFailedFilledIcon = FolderFailedIcon;
902
+ function CreditsIcon(props) {
903
+ return /* @__PURE__ */ jsx(FilledPathIcon, { ...props, children: /* @__PURE__ */ jsx("path", { d: "M12.0005 0.999512C18.0758 0.999776 23.0005 5.92512 23.0005 12.0005C23.0002 18.0744 18.0757 23.0002 12.0005 23.0005C5.92505 23.0005 1.00075 18.0746 1.00049 12.0005C1.00049 5.92496 5.92496 0.999512 12.0005 0.999512ZM12.0005 3.00049C7.02953 3.00049 3.00049 7.02953 3.00049 12.0005C3.00075 16.9702 7.02977 21.0005 12.0005 21.0005C16.971 21.0002 21.0002 16.97 21.0005 12.0005C21.0005 7.02969 16.9712 3.00075 12.0005 3.00049ZM11.6021 6.27783C11.739 5.90805 12.262 5.90804 12.3989 6.27783L13.0229 7.96436C13.5396 9.35998 14.6409 10.4616 16.0366 10.978L17.7231 11.6021C18.0922 11.7393 18.0924 12.2619 17.7231 12.3989L16.0366 13.0229C14.6407 13.5395 13.5395 14.6407 13.0229 16.0366L12.3989 17.7231C12.2619 18.0924 11.7393 18.0922 11.6021 17.7231L10.978 16.0366C10.4616 14.6409 9.35998 13.5396 7.96436 13.0229L6.27783 12.3989C5.90804 12.262 5.90805 11.739 6.27783 11.6021L7.96436 10.978C9.36004 10.4615 10.4615 9.36004 10.978 7.96436L11.6021 6.27783Z" }) });
904
+ }
905
+ function BillingIcon(props) {
906
+ return /* @__PURE__ */ jsx(FilledPathIcon, { ...props, children: /* @__PURE__ */ jsx("path", { d: "M19 2C20.6569 2 22 3.34315 22 5V19C22 20.6569 20.6569 22 19 22H5C3.34315 22 2 20.6569 2 19V5C2 3.34315 3.34315 2 5 2H19ZM4 19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V12H17.25C17.0948 12 16.9416 12.036 16.8027 12.1055C16.6639 12.1749 16.5433 12.2762 16.4502 12.4004L16 13C15.5344 13.6209 14.9304 14.1245 14.2363 14.4717C13.5421 14.8188 12.7762 15 12 15C11.2238 15 10.4579 14.8188 9.76367 14.4717C9.06956 14.1245 8.46565 13.6209 8 13L7.5498 12.4004C7.45666 12.2762 7.33612 12.1749 7.19727 12.1055C7.05841 12.036 6.90525 12 6.75 12H4V19ZM4 8V10H6.75C7.21573 10 7.67523 10.1081 8.0918 10.3164C8.50836 10.5247 8.87095 10.8276 9.15039 11.2002L9.59961 11.7998C9.87905 12.1724 10.2416 12.4753 10.6582 12.6836C11.0748 12.8919 11.5343 13 12 13C12.4657 13 12.9252 12.8919 13.3418 12.6836C13.7584 12.4753 14.1209 12.1724 14.4004 11.7998L14.8496 11.2002C15.1291 10.8276 15.4916 10.5247 15.9082 10.3164C16.3248 10.1081 16.7843 10 17.25 10H20V8H4ZM5 4C4.44772 4 4 4.44772 4 5V6H20V5C20 4.44772 19.5523 4 19 4H5Z" }) });
907
+ }
908
+ function SignOutIcon(props) {
909
+ return /* @__PURE__ */ jsx(FilledPathIcon, { ...props, children: /* @__PURE__ */ jsx("path", { d: "M9 2C9.55228 2 10 2.44772 10 3C10 3.55228 9.55228 4 9 4H5C4.73478 4 4.4805 4.10543 4.29297 4.29297C4.10543 4.4805 4 4.73478 4 5V19C4 19.2652 4.10543 19.5195 4.29297 19.707C4.48051 19.8946 4.73478 20 5 20H9C9.55228 20 10 20.4477 10 21C10 21.5523 9.55228 22 9 22H5C4.20435 22 3.44152 21.6837 2.87891 21.1211C2.3163 20.5585 2 19.7957 2 19V5C2 4.20435 2.3163 3.44152 2.87891 2.87891C3.44152 2.3163 4.20435 2 5 2H9ZM15.293 6.29297C15.6835 5.90244 16.3165 5.90244 16.707 6.29297L21.707 11.293C21.7548 11.3408 21.7976 11.3935 21.835 11.4502C21.8597 11.4877 21.8812 11.5266 21.9004 11.5664C21.9222 11.6116 21.9412 11.6584 21.9561 11.707C21.9623 11.7273 21.9668 11.748 21.9717 11.7686C21.9893 11.8429 22 11.9202 22 12C22 12.0563 21.9933 12.1112 21.9844 12.165C21.9772 12.2078 21.9688 12.2503 21.9561 12.292C21.9412 12.3407 21.9222 12.3874 21.9004 12.4326C21.8936 12.4468 21.8864 12.4607 21.8789 12.4746C21.851 12.5262 21.8184 12.5745 21.7822 12.6201C21.7586 12.6498 21.7345 12.6796 21.707 12.707L16.707 17.707C16.3165 18.0976 15.6835 18.0976 15.293 17.707C14.9024 17.3165 14.9024 16.6835 15.293 16.293L18.5859 13H9C8.44772 13 8 12.5523 8 12C8 11.4477 8.44772 11 9 11H18.5859L15.293 7.70703C14.9024 7.31651 14.9024 6.68349 15.293 6.29297Z" }) });
910
+ }
902
911
 
903
912
  export {
904
913
  LaunchIcon,
@@ -1005,6 +1014,9 @@ export {
1005
1014
  GoogleBrandIcon,
1006
1015
  GitHubBrandIcon,
1007
1016
  KeyboardFilledIcon,
1008
- FolderFailedFilledIcon
1017
+ FolderFailedFilledIcon,
1018
+ CreditsIcon,
1019
+ BillingIcon,
1020
+ SignOutIcon
1009
1021
  };
1010
- //# sourceMappingURL=chunk-PYC3IK6L.js.map
1022
+ //# sourceMappingURL=chunk-LXIDZMU4.js.map