@loomhq/lens 11.2.0 → 11.4.0

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.
@@ -0,0 +1,2 @@
1
+ import * as React from 'react';
2
+ export declare function SvgItalics(props: any): React.JSX.Element;
@@ -0,0 +1,33 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
3
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
4
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
5
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
6
+ var __spreadValues = (a, b) => {
7
+ for (var prop in b || (b = {}))
8
+ if (__hasOwnProp.call(b, prop))
9
+ __defNormalProp(a, prop, b[prop]);
10
+ if (__getOwnPropSymbols)
11
+ for (var prop of __getOwnPropSymbols(b)) {
12
+ if (__propIsEnum.call(b, prop))
13
+ __defNormalProp(a, prop, b[prop]);
14
+ }
15
+ return a;
16
+ };
17
+
18
+ // src/components/icon/available-icons/italics.tsx
19
+ import * as React from "react";
20
+ function SvgItalics(props) {
21
+ return /* @__PURE__ */ React.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React.createElement(
22
+ "path",
23
+ {
24
+ fillRule: "evenodd",
25
+ clipRule: "evenodd",
26
+ d: "M14.4603 4.30001H10.3167C9.76441 4.30001 9.31669 4.74773 9.31669 5.30001C9.31669 5.8523 9.76441 6.30001 10.3167 6.30001H13.0404L8.79036 17.6333H6.15002C5.59774 17.6333 5.15002 18.0811 5.15002 18.6333C5.15002 19.1856 5.59774 19.6333 6.15002 19.6333H9.45998C9.4755 19.6337 9.49099 19.6337 9.50644 19.6333H13.65C14.2023 19.6333 14.65 19.1856 14.65 18.6333C14.65 18.0811 14.2023 17.6333 13.65 17.6333H10.9264L15.1764 6.30001H17.8167C18.369 6.30001 18.8167 5.8523 18.8167 5.30001C18.8167 4.74773 18.369 4.30001 17.8167 4.30001H14.5067C14.4912 4.29965 14.4757 4.29965 14.4603 4.30001Z",
27
+ fill: "currentColor"
28
+ }
29
+ ));
30
+ }
31
+ export {
32
+ SvgItalics
33
+ };
@@ -15,7 +15,7 @@ var __spreadValues = (a, b) => {
15
15
  return a;
16
16
  };
17
17
 
18
- // src/components/icon/available-icons/linear.tsx
18
+ // src/components/icon/available-icons/linearDark.tsx
19
19
  import * as React from "react";
20
20
  function SvgLinearDark(props) {
21
21
  return /* @__PURE__ */ React.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React.createElement("g", { clipPath: "url(#clip0_11637_9734)" }, /* @__PURE__ */ React.createElement(
@@ -0,0 +1,2 @@
1
+ import * as React from 'react';
2
+ export declare function SvgUnderline(props: any): React.JSX.Element;
@@ -0,0 +1,33 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
3
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
4
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
5
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
6
+ var __spreadValues = (a, b) => {
7
+ for (var prop in b || (b = {}))
8
+ if (__hasOwnProp.call(b, prop))
9
+ __defNormalProp(a, prop, b[prop]);
10
+ if (__getOwnPropSymbols)
11
+ for (var prop of __getOwnPropSymbols(b)) {
12
+ if (__propIsEnum.call(b, prop))
13
+ __defNormalProp(a, prop, b[prop]);
14
+ }
15
+ return a;
16
+ };
17
+
18
+ // src/components/icon/available-icons/underline.tsx
19
+ import * as React from "react";
20
+ function SvgUnderline(props) {
21
+ return /* @__PURE__ */ React.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React.createElement(
22
+ "path",
23
+ {
24
+ fillRule: "evenodd",
25
+ clipRule: "evenodd",
26
+ d: "M6.96672 3.5C7.519 3.5 7.96672 3.94772 7.96672 4.5V10.3333C7.96672 11.3942 8.38814 12.4116 9.13829 13.1618C9.88843 13.9119 10.9058 14.3333 11.9667 14.3333C13.0276 14.3333 14.045 13.9119 14.7951 13.1618C15.5453 12.4116 15.9667 11.3942 15.9667 10.3333V4.5C15.9667 3.94772 16.4144 3.5 16.9667 3.5C17.519 3.5 17.9667 3.94772 17.9667 4.5V10.3333C17.9667 11.9246 17.3346 13.4508 16.2094 14.576C15.0841 15.7012 13.558 16.3333 11.9667 16.3333C10.3754 16.3333 8.84929 15.7012 7.72407 14.576C6.59886 13.4508 5.96672 11.9246 5.96672 10.3333V4.5C5.96672 3.94772 6.41443 3.5 6.96672 3.5ZM4.30005 19.5C4.30005 18.9477 4.74776 18.5 5.30005 18.5H18.6334C19.1857 18.5 19.6334 18.9477 19.6334 19.5C19.6334 20.0523 19.1857 20.5 18.6334 20.5H5.30005C4.74776 20.5 4.30005 20.0523 4.30005 19.5Z",
27
+ fill: "currentColor"
28
+ }
29
+ ));
30
+ }
31
+ export {
32
+ SvgUnderline
33
+ };
@@ -0,0 +1,2 @@
1
+ import * as React from 'react';
2
+ export declare function SvgWriteDocument(): React.JSX.Element;
@@ -0,0 +1,24 @@
1
+ // src/components/icon/available-icons/write-document.tsx
2
+ import * as React from "react";
3
+ function SvgWriteDocument() {
4
+ return /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "none" }, /* @__PURE__ */ React.createElement(
5
+ "path",
6
+ {
7
+ fillRule: "evenodd",
8
+ clipRule: "evenodd",
9
+ d: "M18.7183 3C18.7183 2.44772 18.2706 2 17.7183 2C17.166 2 16.7183 2.44772 16.7183 3V5H14.7183C14.166 5 13.7183 5.44771 13.7183 6C13.7183 6.55228 14.166 7 14.7183 7H16.7183V9C16.7183 9.55228 17.166 10 17.7183 10C18.2706 10 18.7183 9.55228 18.7183 9V7H20.7183C21.2706 7 21.7183 6.55228 21.7183 6C21.7183 5.44772 21.2706 5 20.7183 5H18.7183V3Z",
10
+ fill: "currentColor"
11
+ }
12
+ ), /* @__PURE__ */ React.createElement(
13
+ "path",
14
+ {
15
+ fillRule: "evenodd",
16
+ clipRule: "evenodd",
17
+ d: "M7.40695 3.17157C8.15709 2.42143 9.17451 2 10.2354 2H12.7029C13.2552 2 13.7029 2.44772 13.7029 3C13.7029 3.55228 13.2552 4 12.7029 4H10V7C10 8.65685 8.65685 10 7 10H4L4 18.9072C4 19.3759 4.37877 19.7522 4.84152 19.7522H18.8769C19.3401 19.7522 19.7184 19.3755 19.7184 18.9072V10.9699C19.7184 10.4177 20.1661 9.96993 20.7184 9.96993C21.2707 9.96993 21.7184 10.4177 21.7184 10.9699V18.9072C21.7184 20.4753 20.4493 21.7522 18.8769 21.7522H4.84152C3.27171 21.7522 2 20.478 2 18.9072V10.2354C2 9.17451 2.42143 8.15709 3.17157 7.40695L4 6.57852V6.58579L6.58579 4H6.57852L7.40695 3.17157ZM7 8H5.41421L8 5.41421V7C8 7.55228 7.55228 8 7 8Z",
18
+ fill: "currentColor"
19
+ }
20
+ ));
21
+ }
22
+ export {
23
+ SvgWriteDocument
24
+ };
@@ -0,0 +1,2 @@
1
+ import * as React from 'react';
2
+ export declare function SvgWriteMessage(): React.JSX.Element;
@@ -0,0 +1,32 @@
1
+ // src/components/icon/available-icons/write-message.tsx
2
+ import * as React from "react";
3
+ function SvgWriteMessage() {
4
+ return /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "none" }, /* @__PURE__ */ React.createElement(
5
+ "path",
6
+ {
7
+ fillRule: "evenodd",
8
+ clipRule: "evenodd",
9
+ d: "M4.72733 5.77778C4.37463 5.77778 4.06547 5.97949 3.91512 6.27018L12.0001 11.8039L13.3465 10.8823C13.7275 10.6215 14.2445 10.6933 14.5401 11.048C14.878 11.4535 14.7936 12.0619 14.3579 12.3601L12.5214 13.6171C12.2084 13.8314 11.7917 13.8314 11.4787 13.6171L3.81824 8.37392V17.3333C3.81824 17.8202 4.2294 18.2222 4.72733 18.2222H19.2727C19.7707 18.2222 20.1818 17.8202 20.1818 17.3333V14.9091C20.1818 14.407 20.5888 14 21.0909 14C21.593 14 22 14.407 22 14.9091V17.3333C22 18.802 20.7748 20 19.2727 20H4.72733C3.22525 20 2.00006 18.802 2.00006 17.3333V6.67575L2.00009 6.65351C2.00738 5.19082 3.22974 4 4.72733 4H11.1112C11.6021 4 12.0001 4.39797 12.0001 4.88889C12.0001 5.37981 11.6021 5.77778 11.1112 5.77778H4.72733Z",
10
+ fill: "currentColor"
11
+ }
12
+ ), /* @__PURE__ */ React.createElement(
13
+ "path",
14
+ {
15
+ fillRule: "evenodd",
16
+ clipRule: "evenodd",
17
+ d: "M18.5 4C19.0523 4 19.5 4.44772 19.5 5V10C19.5 10.5523 19.0523 11 18.5 11C17.9477 11 17.5 10.5523 17.5 10L17.5 5C17.5 4.44772 17.9477 4 18.5 4Z",
18
+ fill: "currentColor"
19
+ }
20
+ ), /* @__PURE__ */ React.createElement(
21
+ "path",
22
+ {
23
+ fillRule: "evenodd",
24
+ clipRule: "evenodd",
25
+ d: "M22 7.5C22 8.05228 21.5523 8.5 21 8.5L16 8.5C15.4477 8.5 15 8.05228 15 7.5C15 6.94771 15.4477 6.5 16 6.5L21 6.5C21.5523 6.5 22 6.94772 22 7.5Z",
26
+ fill: "currentColor"
27
+ }
28
+ ));
29
+ }
30
+ export {
31
+ SvgWriteMessage
32
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loomhq/lens",
3
- "version": "11.2.0",
3
+ "version": "11.4.0",
4
4
  "engines": {
5
5
  "pnpm": "^8.9.2"
6
6
  },
@@ -37,7 +37,7 @@
37
37
  "focus-trap-react": "^10.0.0",
38
38
  "lodash": "^4.17.21",
39
39
  "react-colorful": "^5.6.1",
40
- "react-laag": "^2.0.3",
40
+ "react-laag": "^2.0.5",
41
41
  "resize-observer-polyfill": "^1.5.1",
42
42
  "transition-hook": "^1.5.1"
43
43
  },
File without changes