@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: "
|
|
4
|
-
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", clipRule: "evenodd", d: "
|
|
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.
|
|
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://
|
|
107
|
+
"homepage": "https://lens.loom.dev",
|
|
108
108
|
"lint-staged": {
|
|
109
109
|
"src/**/*.{js,jsx,mdx,ts,tsx}": [
|
|
110
110
|
"eslint src --fix",
|