@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 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. Move into the webapp-client directory.
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
- pnpm up -r @loomhq/lens --latest
80
+ ~~"@loomhq/lens": "^11.16.0",~~
81
+ "@loomhq/lens": "^11.16.1",
85
82
  ```
86
83
 
87
- This tells pnpm to find all packages in the workspace that use lens, and upgrade them all to the latest version
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
- cd ../.. && pnpm deps:fix && pnpm i
87
+ pnpm deps:fix && pnpm i
93
88
  ```
94
89
 
95
90
  This shouldn't be necessary, but will correct any blocking issues.
@@ -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", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none" }, /* @__PURE__ */ React193.createElement(
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: "M12.2574 9.65011L9.65746 15.5C9.1403 15.5 8.64432 15.2946 8.27863 14.9289C7.91294 14.5632 7.7075 14.0672 7.7075 13.55V10.9501H4.02856C3.84013 10.9522 3.65348 10.9134 3.48155 10.8362C3.30963 10.759 3.15653 10.6454 3.03287 10.5032C2.90922 10.361 2.81796 10.1936 2.76542 10.0126C2.71287 9.83166 2.70031 9.64142 2.72859 9.45511L3.62557 3.60521C3.67258 3.29523 3.83004 3.01268 4.06893 2.80963C4.30781 2.60657 4.61204 2.49669 4.92555 2.50023H12.2574M12.2574 9.65011V2.50023M12.2574 9.65011H13.9929C14.3608 9.65661 14.7182 9.52782 14.9974 9.28818C15.2766 9.04854 15.458 8.71473 15.5074 8.35013V3.80021C15.458 3.43561 15.2766 3.1018 14.9974 2.86216C14.7182 2.62252 14.3608 2.49373 13.9929 2.50023H12.2574",
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", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none" }, /* @__PURE__ */ React194.createElement(
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: "M5.74998 8.34996L8.34996 2.5C8.86713 2.5 9.36312 2.70544 9.72881 3.07114C10.0945 3.43683 10.3 3.93282 10.3 4.44999V7.04997H13.9789C14.1674 7.04784 14.354 7.0867 14.5259 7.16386C14.6979 7.24103 14.851 7.35465 14.9746 7.49685C15.0983 7.63906 15.1895 7.80645 15.2421 7.98743C15.2946 8.16841 15.3072 8.35864 15.2789 8.54496L14.3819 14.3949C14.3349 14.7049 14.1775 14.9875 13.9386 15.1905C13.6997 15.3936 13.3954 15.5035 13.0819 15.4999H5.74998M5.74998 8.34996V15.4999M5.74998 8.34996H3.79999C3.45521 8.34996 3.12455 8.48693 2.88076 8.73072C2.63696 8.97452 2.5 9.30517 2.5 9.64995V14.1999C2.5 14.5447 2.63696 14.8754 2.88076 15.1192C3.12455 15.363 3.45521 15.4999 3.79999 15.4999H5.74998",
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", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none" }, /* @__PURE__ */ React.createElement(
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: "M12.2574 9.65011L9.65746 15.5C9.1403 15.5 8.64432 15.2946 8.27863 14.9289C7.91294 14.5632 7.7075 14.0672 7.7075 13.55V10.9501H4.02856C3.84013 10.9522 3.65348 10.9134 3.48155 10.8362C3.30963 10.759 3.15653 10.6454 3.03287 10.5032C2.90922 10.361 2.81796 10.1936 2.76542 10.0126C2.71287 9.83166 2.70031 9.64142 2.72859 9.45511L3.62557 3.60521C3.67258 3.29523 3.83004 3.01268 4.06893 2.80963C4.30781 2.60657 4.61204 2.49669 4.92555 2.50023H12.2574M12.2574 9.65011V2.50023M12.2574 9.65011H13.9929C14.3608 9.65661 14.7182 9.52782 14.9974 9.28818C15.2766 9.04854 15.458 8.71473 15.5074 8.35013V3.80021C15.458 3.43561 15.2766 3.1018 14.9974 2.86216C14.7182 2.62252 14.3608 2.49373 13.9929 2.50023H12.2574",
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",
@@ -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", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none" }, /* @__PURE__ */ React.createElement(
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: "M5.74998 8.34996L8.34996 2.5C8.86713 2.5 9.36312 2.70544 9.72881 3.07114C10.0945 3.43683 10.3 3.93282 10.3 4.44999V7.04997H13.9789C14.1674 7.04784 14.354 7.0867 14.5259 7.16386C14.6979 7.24103 14.851 7.35465 14.9746 7.49685C15.0983 7.63906 15.1895 7.80645 15.2421 7.98743C15.2946 8.16841 15.3072 8.35864 15.2789 8.54496L14.3819 14.3949C14.3349 14.7049 14.1775 14.9875 13.9386 15.1905C13.6997 15.3936 13.3954 15.5035 13.0819 15.4999H5.74998M5.74998 8.34996V15.4999M5.74998 8.34996H3.79999C3.45521 8.34996 3.12455 8.48693 2.88076 8.73072C2.63696 8.97452 2.5 9.30517 2.5 9.64995V14.1999C2.5 14.5447 2.63696 14.8754 2.88076 15.1192C3.12455 15.363 3.45521 15.4999 3.79999 15.4999H5.74998",
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loomhq/lens",
3
- "version": "11.16.2",
3
+ "version": "11.16.4",
4
4
  "packageManager": "pnpm@8.9.2",
5
5
  "scripts": {
6
6
  "preinstall": "npx only-allow pnpm",