@bitrise/bitkit-v2 0.3.111 → 0.3.113

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.
Files changed (41) hide show
  1. package/dist/icons/16x16/IconBuildEnvSetup16.d.ts +3 -0
  2. package/dist/icons/16x16/IconBuildEnvSetup16.js +9 -0
  3. package/dist/icons/16x16/IconContainer16.d.ts +3 -0
  4. package/dist/icons/16x16/IconContainer16.js +9 -0
  5. package/dist/icons/16x16/IconProject16.d.ts +3 -0
  6. package/dist/icons/16x16/IconProject16.js +9 -0
  7. package/dist/icons/16x16/IconStop16.d.ts +3 -0
  8. package/dist/icons/16x16/IconStop16.js +9 -0
  9. package/dist/icons/16x16/index.d.ts +4 -0
  10. package/dist/icons/24x24/IconBuildEnvSetup24.d.ts +3 -0
  11. package/dist/icons/24x24/IconBuildEnvSetup24.js +9 -0
  12. package/dist/icons/24x24/IconContainer24.d.ts +3 -0
  13. package/dist/icons/24x24/IconContainer24.js +9 -0
  14. package/dist/icons/24x24/IconProject24.d.ts +3 -0
  15. package/dist/icons/24x24/IconProject24.js +9 -0
  16. package/dist/icons/24x24/IconStop24.d.ts +3 -0
  17. package/dist/icons/24x24/IconStop24.js +9 -0
  18. package/dist/icons/24x24/index.d.ts +4 -0
  19. package/dist/main.js +992 -976
  20. package/dist/svgs/16x16/icon-build-env-setup-16.svg.js +5 -0
  21. package/dist/svgs/16x16/icon-code-signing-16.svg.js +1 -1
  22. package/dist/svgs/16x16/icon-container-16.svg.js +5 -0
  23. package/dist/svgs/16x16/icon-deployment-16.svg.js +1 -1
  24. package/dist/svgs/16x16/icon-folder-16.svg.js +2 -2
  25. package/dist/svgs/16x16/icon-pause-16.svg.js +1 -1
  26. package/dist/svgs/16x16/icon-play-16.svg.js +2 -2
  27. package/dist/svgs/16x16/icon-project-16.svg.js +5 -0
  28. package/dist/svgs/16x16/icon-stop-16.svg.js +5 -0
  29. package/dist/svgs/24x24/icon-build-env-setup-24.svg.js +5 -0
  30. package/dist/svgs/24x24/icon-container-24.svg.js +5 -0
  31. package/dist/svgs/24x24/icon-folder-24.svg.js +2 -2
  32. package/dist/svgs/24x24/icon-pause-24.svg.js +1 -1
  33. package/dist/svgs/24x24/icon-play-24.svg.js +2 -2
  34. package/dist/svgs/24x24/icon-project-24.svg.js +5 -0
  35. package/dist/svgs/24x24/icon-stop-24.svg.js +5 -0
  36. package/dist/theme/semantic-tokens/semanticColors.js +105 -36
  37. package/dist/theme/slot-recipes/Avatar.recipe.js +3 -5
  38. package/dist/theme/tokens/colors.d.ts +14 -2
  39. package/dist/theme/tokens/colors.js +35 -11
  40. package/dist/theme/tokens/index.d.ts +7 -1
  41. package/package.json +18 -18
@@ -0,0 +1,5 @@
1
+ import * as e from "react";
2
+ const t = (l) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...l }, /* @__PURE__ */ e.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M12.372 6.714a4.5 4.5 0 0 1 1.477.803l.243.198-.287 1.197q.21.285.362.609l1.201.358.056.3a4.5 4.5 0 0 1 0 1.64l-.055.302-1.201.355q-.151.325-.364.609l.288 1.2-.243.197c-.433.354-.932.63-1.477.804l-.282.09-.214-.204-.714-.677L11 14.5q-.186-.002-.367-.021l-.672.637-.226.213-.29-.107a4.5 4.5 0 0 1-1.5-.92l-.216-.198.301-1.256a4 4 0 0 1-.166-.296l-.927-.276-.289-.086-.06-.294a4.5 4.5 0 0 1 0-1.794l.06-.294 1.217-.363q.076-.15.165-.294l-.232-.972-.069-.284.215-.2a4.5 4.5 0 0 1 1.5-.918l.291-.107.226.213.672.637q.18-.02.367-.02l.16.004.93-.88zM11 9.75a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M13.5 1A1.5 1.5 0 0 1 15 2.5v4.73a5.5 5.5 0 0 0-1.5-1.126V5.25h-11V12h3.095c.097.53.27 1.034.509 1.5H2.5A1.5 1.5 0 0 1 1 12V2.5A1.5 1.5 0 0 1 2.5 1zm-11 2.75h11V2.5h-11z", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { d: "M6.458 7.897a5.5 5.5 0 0 0-.86 2.064L4.53 11.03 3.47 9.97 4.94 8.5 3.47 7.03l1.06-1.06z" })));
3
+ export {
4
+ t as default
5
+ };
@@ -1,5 +1,5 @@
1
1
  import * as e from "react";
2
- const t = (l) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...l }, /* @__PURE__ */ e.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ e.createElement("path", { d: "M10.469 6.586 9.53 5.414 7.52 7.024l-1.028-.89-.982 1.133L7.48 8.976z" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M8.59 12.325c-.376.16-.804.16-1.18 0l-1.586 2.749-3.898-2.25 1.782-3.086-.032-.947-.717-.766a1.5 1.5 0 0 1 0-2.05l.717-.766.035-1.048a1.5 1.5 0 0 1 1.45-1.45l1.048-.035.766-.717a1.5 1.5 0 0 1 2.05 0l.766.717 1.048.035a1.5 1.5 0 0 1 1.45 1.45l.035 1.048.717.766a1.5 1.5 0 0 1 0 2.05l-.717.766-.032.948 1.781 3.085-3.897 2.25zM6.822 9.843 5.21 9.79l-.053-1.612L4.054 7l1.103-1.178.053-1.612 1.612-.053L8 3.055l1.178 1.102 1.612.053.053 1.612L11.945 7l-1.102 1.178-.053 1.612-1.612.053L8 10.945zm2.938 1.51.965 1.672 1.3-.75-.64-1.108a1.5 1.5 0 0 1-.546.122l-1.048.035zm-3.551-.03.03.03-.965 1.672-1.299-.75.64-1.108q.254.111.545.122z", clipRule: "evenodd" })));
2
+ const t = (l) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...l }, /* @__PURE__ */ e.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ e.createElement("path", { d: "M10.469 6.586 9.53 5.414 7.52 7.024l-1.028-.89-.982 1.133L7.48 8.976z" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M8.59 12.325c-.376.16-.804.16-1.18 0l-1.586 2.749-3.898-2.25 1.782-3.085-.032-.948-.717-.766a1.5 1.5 0 0 1 0-2.05l.717-.766.035-1.048a1.5 1.5 0 0 1 1.45-1.45l1.048-.035.766-.717a1.5 1.5 0 0 1 2.05 0l.766.717 1.048.035a1.5 1.5 0 0 1 1.45 1.45l.035 1.048.717.766a1.5 1.5 0 0 1 0 2.05l-.717.766-.032.948 1.781 3.085-3.897 2.25zM6.822 9.843 5.21 9.79l-.053-1.612L4.054 7l1.103-1.178.053-1.612 1.612-.053L8 3.055l1.178 1.102 1.612.053.053 1.612L11.945 7l-1.102 1.178-.053 1.612-1.612.053L8 10.946zm2.938 1.51.965 1.672 1.3-.75-.64-1.108a1.5 1.5 0 0 1-.546.122l-1.048.035zm-3.551-.03.03.03-.965 1.672-1.299-.75.64-1.108q.254.111.545.122z", clipRule: "evenodd" })));
3
3
  export {
4
4
  t as default
5
5
  };
@@ -0,0 +1,5 @@
1
+ import * as l from "react";
2
+ const t = (e) => /* @__PURE__ */ l.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...e }, /* @__PURE__ */ l.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.589 2.186a1.5 1.5 0 0 1 1.488 0l3.167 1.81c.467.267.756.764.756 1.303V8.89l-.014.2a1.5 1.5 0 0 1-.742 1.102L6.411 14.67l-.178.086a1.5 1.5 0 0 1-1.133 0l-.177-.086-3.167-1.81A1.5 1.5 0 0 1 1 11.557V7.966c0-.471.22-.911.589-1.193l.167-.11zm-3.173 8v2.752l1.5-.856v-2.77zM2.5 11.557l2.416 1.38V10.18L2.5 8.717zm6.916-3.12v2.787l1.5-.857V7.561zm3-1.755v2.829l1.084-.62v-2.85zm-9.065.796 2.322 1.406 5.611-3.274 1.357-.803-2.308-1.318z", clipRule: "evenodd" }));
3
+ export {
4
+ t as default
5
+ };
@@ -1,5 +1,5 @@
1
1
  import * as e from "react";
2
- const l = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...t }, /* @__PURE__ */ e.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ e.createElement("path", { d: "M9.9 6.1a.99.99 0 1 0 1.4-1.4.99.99 0 0 0-1.4 1.4" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M14.146 1.819a.75.75 0 0 1 .237.548c0 .658-.06 1.696-.245 2.702a8.7 8.7 0 0 1-.394 1.478c-.17.452-.406.909-.747 1.25-.53.53-1.51 1.212-2.42 1.816-.44.291-.865.565-1.245.81-.285.185-.546.353-.767.5a2 2 0 0 1-.313 2.425L7.1 14.5l-.933-.933.7-2.567L5 9.133l-2.567.7L1.5 8.9l1.152-1.152a2 2 0 0 1 2.425-.313c.147-.221.315-.482.5-.767.245-.38.519-.805.81-1.245.604-.91 1.286-1.89 1.816-2.42.347-.347.817-.578 1.273-.741a9 9 0 0 1 1.493-.372c.941-.162 1.904-.225 2.495-.264l.12-.008a.75.75 0 0 1 .562.201m-5.59 7.32c-.39.252-.747.483-1.018.665L6.195 8.462c.183-.27.413-.628.666-1.018.246-.382.514-.796.776-1.192.622-.937 1.223-1.784 1.627-2.188.12-.12.349-.258.717-.39a7.6 7.6 0 0 1 1.242-.306 19 19 0 0 1 1.633-.195 14 14 0 0 1-.194 1.625c-.082.45-.189.87-.321 1.22-.136.36-.279.593-.405.718-.404.404-1.251 1.005-2.188 1.626-.396.263-.81.53-1.192.777", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { d: "m4.703 10.236-2.1 2.1 1.06 1.061 2.1-2.1z" })));
2
+ const l = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...t }, /* @__PURE__ */ e.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ e.createElement("path", { d: "M9.9 6.1a.99.99 0 1 0 1.4-1.4.99.99 0 0 0-1.4 1.4" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M14.146 1.819a.75.75 0 0 1 .237.548c0 .658-.06 1.696-.245 2.702a8.7 8.7 0 0 1-.394 1.478c-.17.452-.406.909-.747 1.25-.53.53-1.51 1.212-2.42 1.816-.44.291-.865.565-1.245.81-.285.185-.546.353-.767.5a2 2 0 0 1-.313 2.425L7.1 14.5l-.933-.933.7-2.567L5 9.133l-2.567.7L1.5 8.9l1.152-1.152a2 2 0 0 1 2.425-.313c.147-.221.315-.482.5-.767.245-.38.519-.805.81-1.245.604-.91 1.286-1.89 1.816-2.42.347-.347.817-.578 1.273-.741a9 9 0 0 1 1.493-.372c.941-.162 1.904-.225 2.495-.264l.12-.008a.75.75 0 0 1 .562.201m-5.59 7.32c-.39.252-.747.483-1.018.665L6.196 8.462c.182-.27.412-.628.665-1.018.246-.382.514-.796.776-1.192.622-.937 1.223-1.784 1.627-2.188.12-.12.349-.258.717-.39a7.6 7.6 0 0 1 1.242-.306 19 19 0 0 1 1.633-.195 14 14 0 0 1-.194 1.625c-.082.45-.189.87-.321 1.22-.136.36-.279.593-.405.718-.404.404-1.251 1.005-2.188 1.626-.396.263-.81.53-1.192.777", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { d: "m4.703 10.236-2.1 2.1 1.06 1.061 2.1-2.1z" })));
3
3
  export {
4
4
  l as default
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import * as e from "react";
2
- const l = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...t }, /* @__PURE__ */ e.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ e.createElement("path", { d: "M12 6.5V8H4V6.5zM9 9H4v1.5h5z" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M6.379 2.5a1.5 1.5 0 0 1 1.06.44L8 3.5h5.5A1.5 1.5 0 0 1 15 5v7a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 1 12V4a1.5 1.5 0 0 1 1.5-1.5zm1 2.5-1-1H2.5v8h11V5z", clipRule: "evenodd" })));
2
+ const t = (l) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...l }, /* @__PURE__ */ e.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.379 2.5a1.5 1.5 0 0 1 1.06.44L8 3.5h5.5A1.5 1.5 0 0 1 15 5v7a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 1 12V4a1.5 1.5 0 0 1 1.5-1.5zm1 2.5-1-1H2.5v8h11V5z", clipRule: "evenodd" }));
3
3
  export {
4
- l as default
4
+ t as default
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import * as e from "react";
2
- const l = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...t }, /* @__PURE__ */ e.createElement("g", { fill: "currentColor", fillRule: "evenodd", clipRule: "evenodd" }, /* @__PURE__ */ e.createElement("path", { d: "M2.5 4.5A1.5 1.5 0 0 1 4 3h1.5A1.5 1.5 0 0 1 7 4.5v7A1.5 1.5 0 0 1 5.5 13H4a1.5 1.5 0 0 1-1.5-1.5zm1.5 0h1.5v7H4zM9 4.5A1.5 1.5 0 0 1 10.5 3H12a1.5 1.5 0 0 1 1.5 1.5v7A1.5 1.5 0 0 1 12 13h-1.5A1.5 1.5 0 0 1 9 11.5zm1.5 0H12v7h-1.5z" })));
2
+ const l = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...t }, /* @__PURE__ */ e.createElement("g", { fill: "currentColor", fillRule: "evenodd", clipRule: "evenodd" }, /* @__PURE__ */ e.createElement("path", { d: "M5.5 2A1.5 1.5 0 0 1 7 3.5v9A1.5 1.5 0 0 1 5.5 14H4a1.5 1.5 0 0 1-1.5-1.5v-9A1.5 1.5 0 0 1 4 2zM4 12.5h1.5v-9H4zM12 2a1.5 1.5 0 0 1 1.5 1.5v9A1.5 1.5 0 0 1 12 14h-1.5A1.5 1.5 0 0 1 9 12.5v-9A1.5 1.5 0 0 1 10.5 2zm-1.5 10.5H12v-9h-1.5z" })));
3
3
  export {
4
4
  l as default
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import * as e from "react";
2
- const t = (l) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...l }, /* @__PURE__ */ e.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6 5.102v5.796L11.006 8zm-1.5-.868v7.531a1 1 0 0 0 1.501.866l6.504-3.766a1 1 0 0 0 0-1.73L6.001 3.369a1 1 0 0 0-1.501.865", clipRule: "evenodd" }));
2
+ const l = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "currentColor", d: "M3 3.56a1.5 1.5 0 0 1 2.232-1.31l7.931 4.441a1.5 1.5 0 0 1 0 2.618l-7.93 4.441-.19.09A1.5 1.5 0 0 1 3 12.44zm1.5 8.88L12.43 8 4.5 3.56z" }));
3
3
  export {
4
- t as default
4
+ l as default
5
5
  };
@@ -0,0 +1,5 @@
1
+ import * as e from "react";
2
+ const l = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...t }, /* @__PURE__ */ e.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ e.createElement("path", { d: "M12 6.5V8H4V6.5zM9 9H4v1.5h5z" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M6.379 2.5a1.5 1.5 0 0 1 1.06.44L8 3.5h5.5A1.5 1.5 0 0 1 15 5v7a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 1 12V4a1.5 1.5 0 0 1 1.5-1.5zm1 2.5-1-1H2.5v8h11V5z", clipRule: "evenodd" })));
3
+ export {
4
+ l as default
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as e from "react";
2
+ const l = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.5 2A1.5 1.5 0 0 1 14 3.5v9a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 12.5v-9A1.5 1.5 0 0 1 3.5 2zm-9 1.5v9h9v-9z", clipRule: "evenodd" }));
3
+ export {
4
+ l as default
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as e from "react";
2
+ const t = (l) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...l }, /* @__PURE__ */ e.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M19.165 12.258c.768.243 1.462.65 2.043 1.18l.218.199-.069.287-.3 1.249q.128.196.235.407l1.516.45.063.288a5.5 5.5 0 0 1 0 2.362l-.062.289-1.517.449a4 4 0 0 1-.234.407l.368 1.537-.218.2c-.58.53-1.275.936-2.043 1.18l-.281.09-.214-.203-.936-.887-.233.008q-.12 0-.235-.008l-.935.887-.214.202-.281-.089a5.5 5.5 0 0 1-2.044-1.18l-.218-.2.367-1.538a4 4 0 0 1-.234-.406l-1.516-.45-.062-.29A5.5 5.5 0 0 1 12 17.5c0-.406.046-.8.129-1.18l.062-.289.284-.084 1.232-.367q.106-.21.234-.406l-.367-1.537.218-.2a5.5 5.5 0 0 1 2.044-1.18l.281-.088 1.149 1.087a4 4 0 0 1 .468 0l1.15-1.087zM17.501 16a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M20 3a2 2 0 0 1 2 2v7.812a6.5 6.5 0 0 0-2-1.314V9H4v10h7.176c.17.72.46 1.394.848 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zM4 7h16V5H4z", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { d: "m11.414 14-3.707 3.707-1.414-1.414L8.586 14l-2.293-2.293 1.414-1.414z" })));
3
+ export {
4
+ t as default
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as l from "react";
2
+ const t = (e) => /* @__PURE__ */ l.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...e }, /* @__PURE__ */ l.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14.34 2.998a2 2 0 0 1 1.985 0l4.667 2.666A2 2 0 0 1 22 7.401v5.298c0 .717-.385 1.38-1.008 1.737L9.66 20.912l-.117.061a2 2 0 0 1-1.751 0l-.116-.061-4.667-2.668A2 2 0 0 1 2 16.508V11.21a2 2 0 0 1 .894-1.666l.114-.07zM9.667 14.433v4.17l2.286-1.306V13.1zM4 16.508l3.666 2.095v-4.178L4 12.225zm9.952-4.575v4.222l2.285-1.307V10.6zm4.285-2.5v4.273L20 12.699V8.406zM5.124 10.568l3.548 2.129L18.864 6.75l-3.531-2.016z", clipRule: "evenodd" }));
3
+ export {
4
+ t as default
5
+ };
@@ -1,5 +1,5 @@
1
1
  import * as e from "react";
2
- const l = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...t }, /* @__PURE__ */ e.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ e.createElement("path", { d: "M6 12v-2h12v2zM6 15.5h7v-2H6z" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M10.586 4.586A2 2 0 0 0 9.172 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-8zM4 6v12h16V8h-8.828l-2-2z", clipRule: "evenodd" })));
2
+ const t = (l) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...l }, /* @__PURE__ */ e.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.586 4.586A2 2 0 0 0 9.172 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-8zM4 6v12h16V8h-8.828l-2-2z", clipRule: "evenodd" }));
3
3
  export {
4
- l as default
4
+ t as default
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import * as e from "react";
2
- const t = (a) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...a }, /* @__PURE__ */ e.createElement("g", { fill: "currentColor", fillRule: "evenodd", clipRule: "evenodd" }, /* @__PURE__ */ e.createElement("path", { d: "M5 7a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2zm2 0h2v10H7zM13 7a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2zm2 0h2v10h-2z" })));
2
+ const t = (a) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...a }, /* @__PURE__ */ e.createElement("g", { fill: "currentColor", fillRule: "evenodd", clipRule: "evenodd" }, /* @__PURE__ */ e.createElement("path", { d: "M9 4a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2zM7 18h2V6H7zM17 4a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2zm-2 14h2V6h-2z" })));
3
3
  export {
4
4
  t as default
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import * as e from "react";
2
- const t = (l) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...l }, /* @__PURE__ */ e.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m9 15.391 6.029-3.768L9 8.358zM7 6.68v10.517a1 1 0 0 0 1.53.848l9.014-5.634a1 1 0 0 0-.053-1.728L8.476 5.8A1 1 0 0 0 7 6.679", clipRule: "evenodd" }));
2
+ const l = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "currentColor", d: "M5 5.297c0-1.501 1.592-2.468 2.924-1.775l11.88 6.189c1.392.725 1.444 2.698.093 3.496L8.016 20.22l-.126.068c-1.269.636-2.79-.232-2.886-1.647L5 18.497zm2 13.2 11.88-7.013L7 5.297z" }));
3
3
  export {
4
- t as default
4
+ l as default
5
5
  };
@@ -0,0 +1,5 @@
1
+ import * as e from "react";
2
+ const l = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...t }, /* @__PURE__ */ e.createElement("g", { fill: "currentColor" }, /* @__PURE__ */ e.createElement("path", { d: "M6 12v-2h12v2zM6 15.5h7v-2H6z" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M10.586 4.586A2 2 0 0 0 9.172 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-8zM4 6v12h16V8h-8.828l-2-2z", clipRule: "evenodd" })));
3
+ export {
4
+ l as default
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as e from "react";
2
+ const l = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ...t }, /* @__PURE__ */ e.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M18 4a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2zM6 6v12h12V6z", clipRule: "evenodd" }));
3
+ export {
4
+ l as default
5
+ };
@@ -185,6 +185,28 @@ const r = l.colors(
185
185
  }
186
186
  }
187
187
  },
188
+ interactive: {
189
+ base: {
190
+ value: {
191
+ _light: "{colors.purple.50}"
192
+ }
193
+ },
194
+ strong: {
195
+ value: {
196
+ _light: "{colors.purple.40}"
197
+ }
198
+ },
199
+ highlight: {
200
+ value: {
201
+ _light: "{colors.purple.70}"
202
+ }
203
+ },
204
+ disabled: {
205
+ value: {
206
+ _light: "{colors.neutral.90}"
207
+ }
208
+ }
209
+ },
188
210
  purple: {
189
211
  base: {
190
212
  value: {
@@ -554,7 +576,7 @@ const r = l.colors(
554
576
  }
555
577
  },
556
578
  white: {
557
- a00: {
579
+ a0: {
558
580
  value: {
559
581
  _light: "rgba(255, 255, 255, 0)"
560
582
  }
@@ -671,12 +693,12 @@ const r = l.colors(
671
693
  },
672
694
  focus: {
673
695
  value: {
674
- _light: "{colors.sys.purple.highlight}"
696
+ _light: "{colors.sys.interactive.highlight}"
675
697
  }
676
698
  },
677
699
  selected: {
678
700
  value: {
679
- _light: "{colors.sys.purple}"
701
+ _light: "{colors.sys.interactive}"
680
702
  }
681
703
  },
682
704
  error: {
@@ -728,17 +750,17 @@ const r = l.colors(
728
750
  },
729
751
  link: {
730
752
  value: {
731
- _light: "{colors.sys.purple}"
753
+ _light: "{colors.sys.interactive}"
732
754
  }
733
755
  },
734
756
  "link-hover": {
735
757
  value: {
736
- _light: "{colors.sys.purple.strong}"
758
+ _light: "{colors.sys.interactive.strong}"
737
759
  }
738
760
  },
739
761
  selected: {
740
762
  value: {
741
- _light: "{colors.sys.purple}"
763
+ _light: "{colors.sys.interactive}"
742
764
  }
743
765
  },
744
766
  positive: {
@@ -790,12 +812,12 @@ const r = l.colors(
790
812
  },
791
813
  interactive: {
792
814
  value: {
793
- _light: "{colors.sys.purple}"
815
+ _light: "{colors.sys.interactive}"
794
816
  }
795
817
  },
796
818
  "interactive-hover": {
797
819
  value: {
798
- _light: "{colors.sys.purple.strong}"
820
+ _light: "{colors.sys.interactive.strong}"
799
821
  }
800
822
  },
801
823
  positive: {
@@ -957,12 +979,12 @@ const r = l.colors(
957
979
  },
958
980
  fg: {
959
981
  value: {
960
- _light: "{colors.sys.purple}"
982
+ _light: "{colors.sys.interactive}"
961
983
  }
962
984
  },
963
985
  "fg-hover": {
964
986
  value: {
965
- _light: "{colors.sys.purple.strong}"
987
+ _light: "{colors.sys.interactive.strong}"
966
988
  }
967
989
  },
968
990
  "fg-active": {
@@ -1125,17 +1147,17 @@ const r = l.colors(
1125
1147
  "ai-primary": {
1126
1148
  bg: {
1127
1149
  value: {
1128
- _light: "{colors.sys.turquoise.strong}"
1150
+ _light: "{colors.sys.indigo}"
1129
1151
  }
1130
1152
  },
1131
1153
  "bg-hover": {
1132
1154
  value: {
1133
- _light: "{colors.sys.turquoise.emphasized}"
1155
+ _light: "{colors.sys.indigo.emphasized}"
1134
1156
  }
1135
1157
  },
1136
1158
  "bg-active": {
1137
1159
  value: {
1138
- _light: "{colors.sys.turquoise.dark}"
1160
+ _light: "{colors.sys.indigo.dark}"
1139
1161
  }
1140
1162
  },
1141
1163
  "bg-disabled": {
@@ -1172,12 +1194,12 @@ const r = l.colors(
1172
1194
  },
1173
1195
  "bg-hover": {
1174
1196
  value: {
1175
- _light: "{colors.sys.turquoise.minimal}"
1197
+ _light: "{colors.sys.indigo.minimal}"
1176
1198
  }
1177
1199
  },
1178
1200
  "bg-active": {
1179
1201
  value: {
1180
- _light: "{colors.sys.turquoise.moderate}"
1202
+ _light: "{colors.sys.indigo.moderate}"
1181
1203
  }
1182
1204
  },
1183
1205
  "bg-disabled": {
@@ -1187,17 +1209,17 @@ const r = l.colors(
1187
1209
  },
1188
1210
  fg: {
1189
1211
  value: {
1190
- _light: "{colors.sys.turquoise}"
1212
+ _light: "{colors.sys.indigo}"
1191
1213
  }
1192
1214
  },
1193
1215
  "fg-hover": {
1194
1216
  value: {
1195
- _light: "{colors.sys.turquoise}"
1217
+ _light: "{colors.sys.indigo}"
1196
1218
  }
1197
1219
  },
1198
1220
  "fg-active": {
1199
1221
  value: {
1200
- _light: "{colors.sys.turquoise.strong}"
1222
+ _light: "{colors.sys.indigo.strong}"
1201
1223
  }
1202
1224
  },
1203
1225
  "fg-disabled": {
@@ -1207,17 +1229,17 @@ const r = l.colors(
1207
1229
  },
1208
1230
  border: {
1209
1231
  value: {
1210
- _light: "{colors.sys.turquoise.muted}"
1232
+ _light: "{colors.sys.indigo.muted}"
1211
1233
  }
1212
1234
  },
1213
1235
  "border-hover": {
1214
1236
  value: {
1215
- _light: "{colors.sys.turquoise.muted}"
1237
+ _light: "{colors.sys.indigo.muted}"
1216
1238
  }
1217
1239
  },
1218
1240
  "border-active": {
1219
1241
  value: {
1220
- _light: "{colors.sys.turquoise}"
1242
+ _light: "{colors.sys.indigo}"
1221
1243
  }
1222
1244
  },
1223
1245
  "border-disabled": {
@@ -1234,12 +1256,12 @@ const r = l.colors(
1234
1256
  },
1235
1257
  "bg-hover": {
1236
1258
  value: {
1237
- _light: "{colors.sys.turquoise.minimal}"
1259
+ _light: "{colors.sys.indigo.minimal}"
1238
1260
  }
1239
1261
  },
1240
1262
  "bg-active": {
1241
1263
  value: {
1242
- _light: "{colors.sys.turquoise.moderate}"
1264
+ _light: "{colors.sys.indigo.moderate}"
1243
1265
  }
1244
1266
  },
1245
1267
  "bg-disabled": {
@@ -1249,17 +1271,17 @@ const r = l.colors(
1249
1271
  },
1250
1272
  fg: {
1251
1273
  value: {
1252
- _light: "{colors.sys.turquoise}"
1274
+ _light: "{colors.sys.indigo}"
1253
1275
  }
1254
1276
  },
1255
1277
  "fg-hover": {
1256
1278
  value: {
1257
- _light: "{colors.sys.turquoise}"
1279
+ _light: "{colors.sys.indigo}"
1258
1280
  }
1259
1281
  },
1260
1282
  "fg-active": {
1261
1283
  value: {
1262
- _light: "{colors.sys.turquoise.strong}"
1284
+ _light: "{colors.sys.indigo.strong}"
1263
1285
  }
1264
1286
  },
1265
1287
  "fg-disabled": {
@@ -1269,6 +1291,33 @@ const r = l.colors(
1269
1291
  }
1270
1292
  }
1271
1293
  },
1294
+ "ui-header": {
1295
+ bg: {
1296
+ value: {
1297
+ _light: "{colors.sys.white.a0}"
1298
+ }
1299
+ },
1300
+ "bg-hover": {
1301
+ value: {
1302
+ _light: "{colors.sys.white.a10}"
1303
+ }
1304
+ },
1305
+ "bg-active": {
1306
+ value: {
1307
+ _light: "{colors.sys.white.a20}"
1308
+ }
1309
+ },
1310
+ "bg-selected": {
1311
+ value: {
1312
+ _light: "{colors.sys.white.a20}"
1313
+ }
1314
+ },
1315
+ "bg-selected-hover": {
1316
+ value: {
1317
+ _light: "{colors.sys.white.a10}"
1318
+ }
1319
+ }
1320
+ },
1272
1321
  input: {
1273
1322
  text: {
1274
1323
  label: {
@@ -1300,12 +1349,12 @@ const r = l.colors(
1300
1349
  checkbox: {
1301
1350
  selection: {
1302
1351
  value: {
1303
- _light: "{colors.sys.purple}"
1352
+ _light: "{colors.sys.interactive}"
1304
1353
  }
1305
1354
  },
1306
1355
  "selection-disabled": {
1307
1356
  value: {
1308
- _light: "{colors.sys.purple.disabled}"
1357
+ _light: "{colors.sys.interactive.disabled}"
1309
1358
  }
1310
1359
  }
1311
1360
  },
@@ -1504,12 +1553,12 @@ const r = l.colors(
1504
1553
  },
1505
1554
  icon: {
1506
1555
  value: {
1507
- _light: "{colors.sys.purple.strong}"
1556
+ _light: "{colors.sys.interactive.strong}"
1508
1557
  }
1509
1558
  },
1510
1559
  text: {
1511
1560
  value: {
1512
- _light: "{colors.sys.purple.strong}"
1561
+ _light: "{colors.sys.interactive.strong}"
1513
1562
  }
1514
1563
  }
1515
1564
  },
@@ -1548,36 +1597,56 @@ const r = l.colors(
1548
1597
  ai: {
1549
1598
  bg: {
1550
1599
  value: {
1551
- _light: "{colors.sys.turquoise.minimal}"
1600
+ _light: "{colors.sys.indigo.minimal}"
1552
1601
  }
1553
1602
  },
1554
1603
  "bg-hover": {
1555
1604
  value: {
1556
- _light: "{colors.sys.turquoise.subtle}"
1605
+ _light: "{colors.sys.indigo.subtle}"
1557
1606
  }
1558
1607
  },
1559
1608
  "bg-active": {
1560
1609
  value: {
1561
- _light: "{colors.sys.turquoise.moderate}"
1610
+ _light: "{colors.sys.indigo.moderate}"
1562
1611
  }
1563
1612
  },
1564
1613
  border: {
1565
1614
  value: {
1566
- _light: "{colors.sys.turquoise.muted}"
1615
+ _light: "{colors.sys.indigo.muted}"
1567
1616
  }
1568
1617
  },
1569
1618
  icon: {
1570
1619
  value: {
1571
- _light: "{colors.sys.turquoise.strong}"
1620
+ _light: "{colors.sys.indigo.strong}"
1572
1621
  }
1573
1622
  },
1574
1623
  text: {
1575
1624
  value: {
1576
- _light: "{colors.sys.turquoise.strong}"
1625
+ _light: "{colors.sys.indigo.strong}"
1577
1626
  }
1578
1627
  }
1579
1628
  }
1580
1629
  },
1630
+ "ai-gradient": {
1631
+ base: {
1632
+ value: "linear-gradient(90deg, {colors.sys.purple} 0%, {colors.sys.indigo} 50%, {colors.sys.blue} 100%)"
1633
+ },
1634
+ bold: {
1635
+ value: "linear-gradient(90deg, {colors.sys.purple.bold} 0%, {colors.sys.indigo.bold} 50%, {colors.sys.blue.bold} 100%)"
1636
+ },
1637
+ muted: {
1638
+ value: "linear-gradient(90deg, {colors.sys.purple.muted} 0%, {colors.sys.indigo.muted} 50%, {colors.sys.blue.muted} 100%)"
1639
+ },
1640
+ moderate: {
1641
+ value: "linear-gradient(90deg, {colors.sys.purple.moderate} 0%, {colors.sys.indigo.moderate} 50%, {colors.sys.blue.moderate} 100%)"
1642
+ },
1643
+ subtle: {
1644
+ value: "linear-gradient(90deg, {colors.sys.purple.subtle} 0%, {colors.sys.indigo.subtle} 50%, {colors.sys.blue.subtle} 100%)"
1645
+ },
1646
+ minimal: {
1647
+ value: "linear-gradient(90deg, {colors.sys.purple.minimal} 0%, {colors.sys.indigo.minimal} 50%, {colors.sys.blue.minimal} 100%)"
1648
+ }
1649
+ },
1581
1650
  utilities: {
1582
1651
  overlay: {
1583
1652
  value: {
@@ -1,6 +1,6 @@
1
1
  import { avatarAnatomy as e } from "@chakra-ui/react/anatomy";
2
2
  import { defineSlotRecipe as t } from "@chakra-ui/react/styled-system";
3
- const r = t({
3
+ const o = t({
4
4
  slots: [...e.keys(), "icon", "badge", "badgeContainer"],
5
5
  className: "avatar",
6
6
  base: {
@@ -22,9 +22,7 @@ const r = t({
22
22
  height: "100%",
23
23
  objectFit: "cover"
24
24
  },
25
- fallback: {
26
- textTransform: "uppercase"
27
- },
25
+ fallback: {},
28
26
  icon: {},
29
27
  badge: {
30
28
  width: 16,
@@ -100,5 +98,5 @@ const r = t({
100
98
  }
101
99
  });
102
100
  export {
103
- r as default
101
+ o as default
104
102
  };
@@ -1,6 +1,6 @@
1
1
  export declare const COLOR_PALETTES: {
2
2
  white: {
3
- a00: {
3
+ a0: {
4
4
  value: string;
5
5
  };
6
6
  a10: {
@@ -144,6 +144,9 @@ export declare const COLOR_PALETTES: {
144
144
  };
145
145
  };
146
146
  indigo: {
147
+ '10': {
148
+ value: string;
149
+ };
147
150
  '20': {
148
151
  value: string;
149
152
  };
@@ -159,6 +162,9 @@ export declare const COLOR_PALETTES: {
159
162
  '60': {
160
163
  value: string;
161
164
  };
165
+ '70': {
166
+ value: string;
167
+ };
162
168
  '80': {
163
169
  value: string;
164
170
  };
@@ -646,7 +652,7 @@ declare const colors: {
646
652
  };
647
653
  };
648
654
  white: {
649
- a00: {
655
+ a0: {
650
656
  value: string;
651
657
  };
652
658
  a10: {
@@ -790,6 +796,9 @@ declare const colors: {
790
796
  };
791
797
  };
792
798
  indigo: {
799
+ '10': {
800
+ value: string;
801
+ };
793
802
  '20': {
794
803
  value: string;
795
804
  };
@@ -805,6 +814,9 @@ declare const colors: {
805
814
  '60': {
806
815
  value: string;
807
816
  };
817
+ '70': {
818
+ value: string;
819
+ };
808
820
  '80': {
809
821
  value: string;
810
822
  };
@@ -1,8 +1,8 @@
1
1
  import { defineTokens as e } from "@chakra-ui/react/styled-system";
2
2
  const l = {
3
3
  white: {
4
- a00: {
5
- value: "{colors.sys.white.a00}"
4
+ a0: {
5
+ value: "{colors.sys.white.a0}"
6
6
  },
7
7
  a10: {
8
8
  value: "{colors.sys.white.a10}"
@@ -145,15 +145,39 @@ const l = {
145
145
  }
146
146
  },
147
147
  indigo: {
148
- 20: { value: "#2d2363" },
149
- 30: { value: "#423786" },
150
- 40: { value: "#5a50b2" },
151
- 50: { value: "#6d65d6" },
152
- 60: { value: "#8281ec" },
153
- 80: { value: "#b7bffc" },
154
- 90: { value: "#cdd5fe" },
155
- 93: { value: "#e5e9fa" },
156
- 95: { value: "#f1f4fd" },
148
+ 10: {
149
+ value: "#1f1844"
150
+ },
151
+ 20: {
152
+ value: "#2d2363"
153
+ },
154
+ 30: {
155
+ value: "#423786"
156
+ },
157
+ 40: {
158
+ value: "#5a50b2"
159
+ },
160
+ 50: {
161
+ value: "#6d65d6"
162
+ },
163
+ 60: {
164
+ value: "#8281ec"
165
+ },
166
+ 70: {
167
+ value: "#9ca1f8"
168
+ },
169
+ 80: {
170
+ value: "#b7bffc"
171
+ },
172
+ 90: {
173
+ value: "#cdd5fe"
174
+ },
175
+ 93: {
176
+ value: "#e5e9fa"
177
+ },
178
+ 95: {
179
+ value: "#f1f4fd"
180
+ },
157
181
  base: {
158
182
  value: "{colors.sys.indigo}"
159
183
  },
@@ -123,7 +123,7 @@ declare const tokens: {
123
123
  };
124
124
  };
125
125
  white: {
126
- a00: {
126
+ a0: {
127
127
  value: string;
128
128
  };
129
129
  a10: {
@@ -267,6 +267,9 @@ declare const tokens: {
267
267
  };
268
268
  };
269
269
  indigo: {
270
+ '10': {
271
+ value: string;
272
+ };
270
273
  '20': {
271
274
  value: string;
272
275
  };
@@ -282,6 +285,9 @@ declare const tokens: {
282
285
  '60': {
283
286
  value: string;
284
287
  };
288
+ '70': {
289
+ value: string;
290
+ };
285
291
  '80': {
286
292
  value: string;
287
293
  };