@loomhq/lens 10.86.0 → 10.86.2

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.
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
2
  const SvgBack = props => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none" }, props),
3
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", clipRule: "evenodd", d: "M249.235 277.272C241.153 285.577 228.046 285.577 219.962 277.272L137.162 192.222C129.078 183.919 129.078 170.456 137.162 162.153L219.962 77.1025C228.046 68.7991 241.153 68.7991 249.235 77.1025C257.319 85.4063 257.319 98.8687 249.235 107.172L181.073 177.187L249.235 247.203C257.319 255.507 257.319 268.968 249.235 277.272Z" }),
4
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", clipRule: "evenodd", d: "M209.165 156.355C202.842 156.514 197.513 156.648 193.201 156.648C181.769 156.648 172.501 166.167 172.501 177.91C172.501 189.653 181.768 199.173 193.201 199.173C198.059 199.173 203.949 199.025 210.151 198.868C210.963 198.848 211.781 198.827 212.602 198.807C219.833 198.627 227.633 198.453 235.612 198.451C251.857 198.448 267.582 199.182 279.54 201.619C303.644 206.532 325.774 218.656 343.142 236.451C360.507 254.245 372.329 276.911 377.117 301.578C381.906 326.245 379.447 351.814 370.054 375.054C360.658 398.292 344.747 418.165 324.323 432.148C303.897 446.134 279.876 453.6 255.3 453.6C243.869 453.6 234.6 463.121 234.6 474.863C234.6 486.606 243.869 496.125 255.3 496.125C288.043 496.125 320.052 486.179 347.284 467.534C374.516 448.889 395.749 422.382 408.289 391.36C420.829 360.338 424.111 326.2 417.717 293.262C411.323 260.326 395.542 230.08 372.379 206.345C349.218 182.611 319.711 166.453 287.599 159.907C271.451 156.616 252.34 155.923 235.603 155.926C227.09 155.928 218.862 156.114 211.6 156.294C210.773 156.315 209.961 156.335 209.165 156.355Z" })));
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", clipRule: "evenodd", d: "M10.8363 11.7364C10.4849 12.0879 9.91503 12.0879 9.56355 11.7364L5.96356 8.1364C5.61208 7.78492 5.61208 7.21508 5.96355 6.8636L9.56355 3.2636C9.91503 2.91213 10.4849 2.91213 10.8363 3.2636C11.1878 3.61508 11.1878 4.18492 10.8363 4.5364L7.87274 7.5L10.8363 10.4636C11.1878 10.8151 11.1878 11.3849 10.8363 11.7364Z" }),
4
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", clipRule: "evenodd", d: "M9.09412 6.61821C8.8192 6.62494 8.58754 6.6306 8.40006 6.6306C7.903 6.63059 7.50005 7.03353 7.50004 7.53058C7.50004 8.02764 7.90297 8.43059 8.40003 8.4306C8.61127 8.4306 8.86736 8.42432 9.13698 8.41771C9.1723 8.41684 9.20785 8.41597 9.24356 8.41511C9.55795 8.4075 9.8971 8.40011 10.244 8.40005C10.9503 8.39992 11.634 8.43097 12.1539 8.53415C13.2019 8.74208 14.1641 9.25529 14.9192 10.0085C15.6742 10.7617 16.1882 11.7211 16.3964 12.7652C16.6046 13.8093 16.4977 14.8916 16.0893 15.8753C15.6808 16.8589 14.989 17.7001 14.101 18.292C13.2129 18.884 12.1685 19.2 11.1 19.2C10.603 19.2 10.2 19.603 10.2 20.1C10.2 20.5971 10.603 21 11.1 21C12.5236 21 13.9153 20.579 15.0993 19.7898C16.2833 19.0006 17.2065 17.8786 17.7517 16.5655C18.2969 15.2524 18.4396 13.8074 18.1616 12.4132C17.8836 11.0191 17.1975 9.73884 16.1904 8.73418C15.1834 7.72955 13.9005 7.04563 12.5043 6.76857C11.8022 6.62925 10.9713 6.59992 10.2436 6.60005C9.87349 6.60011 9.51576 6.60799 9.20002 6.61563C9.16404 6.6165 9.12874 6.61737 9.09412 6.61821Z" })));
5
5
  export default SvgBack;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loomhq/lens",
3
- "version": "10.86.0",
3
+ "version": "10.86.2",
4
4
  "scripts": {
5
5
  "dev": "next",
6
6
  "build:next": "next build",
@@ -104,7 +104,7 @@
104
104
  "bugs": {
105
105
  "url": "https://github.com/loomhq/lens/issues"
106
106
  },
107
- "homepage": "https://github.com/loomhq/lens#readme",
107
+ "homepage": "https://lens.loom.dev",
108
108
  "lint-staged": {
109
109
  "src/**/*.{js,jsx,mdx,ts,tsx}": [
110
110
  "eslint src --fix",