@loomhq/lens 11.16.2 → 11.16.4
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/README.md +6 -11
- package/dist/icons/index.js +4 -4
- package/dist/icons/thumbs-down.js +2 -2
- package/dist/icons/thumbs-up.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -72,24 +72,19 @@ Use [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/)messag
|
|
|
72
72
|
|
|
73
73
|
From the root of the [main Loom repo](http://github.com/loomhq/loom)
|
|
74
74
|
|
|
75
|
-
1.
|
|
75
|
+
1. [TEMPORARY WORKAROUND] Upgrade Lens by manually replacing all Lens versions within the loom monorepo with the current version under [Releases](https://github.com/loomhq/lens/releases).
|
|
76
76
|
|
|
77
|
-
|
|
78
|
-
cd projects/webapp-client
|
|
79
|
-
```
|
|
80
|
-
|
|
81
|
-
2. Upgrade the Lens package with pnpm (you can ignore the warnings).
|
|
77
|
+
For example, if you want to bump it to version 11.16.0, change the versions with a search and replace from its current version in the respective package.json files.
|
|
82
78
|
|
|
83
79
|
```
|
|
84
|
-
|
|
80
|
+
~~"@loomhq/lens": "^11.16.0",~~
|
|
81
|
+
"@loomhq/lens": "^11.16.1",
|
|
85
82
|
```
|
|
86
83
|
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
3. From the root, fix dependencies and upgrade Lens globally
|
|
84
|
+
2. From the root, fix dependencies and upgrade Lens globally
|
|
90
85
|
|
|
91
86
|
```
|
|
92
|
-
|
|
87
|
+
pnpm deps:fix && pnpm i
|
|
93
88
|
```
|
|
94
89
|
|
|
95
90
|
This shouldn't be necessary, but will correct any blocking issues.
|
package/dist/icons/index.js
CHANGED
|
@@ -4372,10 +4372,10 @@ var SvgTask = () => /* @__PURE__ */ React192.createElement("svg", { viewBox: "0
|
|
|
4372
4372
|
|
|
4373
4373
|
// src/components/icon/available-icons/thumbs-down.tsx
|
|
4374
4374
|
import React193 from "react";
|
|
4375
|
-
var SvgThumbsDown = () => /* @__PURE__ */ React193.createElement("svg", {
|
|
4375
|
+
var SvgThumbsDown = () => /* @__PURE__ */ React193.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ React193.createElement(
|
|
4376
4376
|
"path",
|
|
4377
4377
|
{
|
|
4378
|
-
d: "
|
|
4378
|
+
d: "M15.1456 12.6501L12.5456 18.5C12.0285 18.5 11.5325 18.2946 11.1668 17.9289C10.8011 17.5632 10.5957 17.0672 10.5957 16.55V13.9501H6.91675C6.72831 13.9522 6.54166 13.9134 6.36974 13.8362C6.19781 13.759 6.04471 13.6454 5.92106 13.5032C5.7974 13.361 5.70614 13.1936 5.6536 13.0126C5.60106 12.8317 5.58849 12.6414 5.61677 12.4551L6.51376 6.60521C6.56076 6.29523 6.71822 6.01268 6.95711 5.80963C7.196 5.60657 7.50022 5.49669 7.81373 5.50023H15.1456M15.1456 12.6501V5.50023M15.1456 12.6501H16.8811C17.2489 12.6566 17.6064 12.5278 17.8856 12.2882C18.1648 12.0485 18.3462 11.7147 18.3955 11.3501V6.80021C18.3462 6.43561 18.1648 6.1018 17.8856 5.86216C17.6064 5.62252 17.2489 5.49373 16.8811 5.50023H15.1456",
|
|
4379
4379
|
stroke: "currentColor",
|
|
4380
4380
|
strokeWidth: "1.5",
|
|
4381
4381
|
strokeLinecap: "round",
|
|
@@ -4385,10 +4385,10 @@ var SvgThumbsDown = () => /* @__PURE__ */ React193.createElement("svg", { xmlns:
|
|
|
4385
4385
|
|
|
4386
4386
|
// src/components/icon/available-icons/thumbs-up.tsx
|
|
4387
4387
|
import React194 from "react";
|
|
4388
|
-
var SvgThumbsUp = () => /* @__PURE__ */ React194.createElement("svg", {
|
|
4388
|
+
var SvgThumbsUp = () => /* @__PURE__ */ React194.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ React194.createElement(
|
|
4389
4389
|
"path",
|
|
4390
4390
|
{
|
|
4391
|
-
d: "
|
|
4391
|
+
d: "M8.63816 11.35L11.2381 5.5C11.7553 5.5 12.2513 5.70544 12.617 6.07114C12.9827 6.43683 13.1881 6.93282 13.1881 7.44999V10.05H16.8671C17.0555 10.0478 17.2422 10.0867 17.4141 10.1639C17.5861 10.241 17.7392 10.3546 17.8628 10.4969C17.9865 10.6391 18.0777 10.8064 18.1303 10.9874C18.1828 11.1684 18.1954 11.3586 18.1671 11.545L17.2701 17.3949C17.2231 17.7049 17.0656 17.9875 16.8267 18.1905C16.5879 18.3936 16.2836 18.5035 15.9701 18.4999H8.63816M8.63816 11.35V18.4999M8.63816 11.35H6.68818C6.3434 11.35 6.01274 11.4869 5.76894 11.7307C5.52515 11.9745 5.38818 12.3052 5.38818 12.65V17.1999C5.38818 17.5447 5.52515 17.8754 5.76894 18.1192C6.01274 18.363 6.3434 18.4999 6.68818 18.4999H8.63816",
|
|
4392
4392
|
stroke: "currentColor",
|
|
4393
4393
|
strokeWidth: "1.5",
|
|
4394
4394
|
strokeLinecap: "round",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
// src/components/icon/available-icons/thumbs-down.tsx
|
|
2
2
|
import React from "react";
|
|
3
|
-
var SvgThumbsDown = () => /* @__PURE__ */ React.createElement("svg", {
|
|
3
|
+
var SvgThumbsDown = () => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ React.createElement(
|
|
4
4
|
"path",
|
|
5
5
|
{
|
|
6
|
-
d: "
|
|
6
|
+
d: "M15.1456 12.6501L12.5456 18.5C12.0285 18.5 11.5325 18.2946 11.1668 17.9289C10.8011 17.5632 10.5957 17.0672 10.5957 16.55V13.9501H6.91675C6.72831 13.9522 6.54166 13.9134 6.36974 13.8362C6.19781 13.759 6.04471 13.6454 5.92106 13.5032C5.7974 13.361 5.70614 13.1936 5.6536 13.0126C5.60106 12.8317 5.58849 12.6414 5.61677 12.4551L6.51376 6.60521C6.56076 6.29523 6.71822 6.01268 6.95711 5.80963C7.196 5.60657 7.50022 5.49669 7.81373 5.50023H15.1456M15.1456 12.6501V5.50023M15.1456 12.6501H16.8811C17.2489 12.6566 17.6064 12.5278 17.8856 12.2882C18.1648 12.0485 18.3462 11.7147 18.3955 11.3501V6.80021C18.3462 6.43561 18.1648 6.1018 17.8856 5.86216C17.6064 5.62252 17.2489 5.49373 16.8811 5.50023H15.1456",
|
|
7
7
|
stroke: "currentColor",
|
|
8
8
|
strokeWidth: "1.5",
|
|
9
9
|
strokeLinecap: "round",
|
package/dist/icons/thumbs-up.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
// src/components/icon/available-icons/thumbs-up.tsx
|
|
2
2
|
import React from "react";
|
|
3
|
-
var SvgThumbsUp = () => /* @__PURE__ */ React.createElement("svg", {
|
|
3
|
+
var SvgThumbsUp = () => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ React.createElement(
|
|
4
4
|
"path",
|
|
5
5
|
{
|
|
6
|
-
d: "
|
|
6
|
+
d: "M8.63816 11.35L11.2381 5.5C11.7553 5.5 12.2513 5.70544 12.617 6.07114C12.9827 6.43683 13.1881 6.93282 13.1881 7.44999V10.05H16.8671C17.0555 10.0478 17.2422 10.0867 17.4141 10.1639C17.5861 10.241 17.7392 10.3546 17.8628 10.4969C17.9865 10.6391 18.0777 10.8064 18.1303 10.9874C18.1828 11.1684 18.1954 11.3586 18.1671 11.545L17.2701 17.3949C17.2231 17.7049 17.0656 17.9875 16.8267 18.1905C16.5879 18.3936 16.2836 18.5035 15.9701 18.4999H8.63816M8.63816 11.35V18.4999M8.63816 11.35H6.68818C6.3434 11.35 6.01274 11.4869 5.76894 11.7307C5.52515 11.9745 5.38818 12.3052 5.38818 12.65V17.1999C5.38818 17.5447 5.52515 17.8754 5.76894 18.1192C6.01274 18.363 6.3434 18.4999 6.68818 18.4999H8.63816",
|
|
7
7
|
stroke: "currentColor",
|
|
8
8
|
strokeWidth: "1.5",
|
|
9
9
|
strokeLinecap: "round",
|