@loomhq/lens 11.23.0 → 11.25.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,145 @@
1
+ var __create = Object.create;
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
9
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
10
+ var __spreadValues = (a, b) => {
11
+ for (var prop in b || (b = {}))
12
+ if (__hasOwnProp.call(b, prop))
13
+ __defNormalProp(a, prop, b[prop]);
14
+ if (__getOwnPropSymbols)
15
+ for (var prop of __getOwnPropSymbols(b)) {
16
+ if (__propIsEnum.call(b, prop))
17
+ __defNormalProp(a, prop, b[prop]);
18
+ }
19
+ return a;
20
+ };
21
+ var __export = (target, all) => {
22
+ for (var name in all)
23
+ __defProp(target, name, { get: all[name], enumerable: true });
24
+ };
25
+ var __copyProps = (to, from, except, desc) => {
26
+ if (from && typeof from === "object" || typeof from === "function") {
27
+ for (let key of __getOwnPropNames(from))
28
+ if (!__hasOwnProp.call(to, key) && key !== except)
29
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
30
+ }
31
+ return to;
32
+ };
33
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
34
+ // If the importer is in node compatibility mode or this is not an ESM
35
+ // file that has been converted to a CommonJS file using a Babel-
36
+ // compatible transform (i.e. "__esModule" has not been set), then set
37
+ // "default" to the CommonJS "module.exports" for node compatibility.
38
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
39
+ mod
40
+ ));
41
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
42
+
43
+ // src/components/icon/available-icons/microsoft-teams-logo.tsx
44
+ var microsoft_teams_logo_exports = {};
45
+ __export(microsoft_teams_logo_exports, {
46
+ SvgMicrosoftTeamsLogo: () => SvgMicrosoftTeamsLogo
47
+ });
48
+ module.exports = __toCommonJS(microsoft_teams_logo_exports);
49
+ var React = __toESM(require("react"));
50
+ function SvgMicrosoftTeamsLogo(props) {
51
+ return /* @__PURE__ */ React.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React.createElement(
52
+ "path",
53
+ {
54
+ fill: "#5059C9",
55
+ d: "M15.95 9.677h5.166c.488 0 .884.395.884.883v4.706a3.248 3.248 0 0 1-3.248 3.248h-.015a3.248 3.248 0 0 1-3.249-3.247v-5.128c0-.255.207-.462.462-.462ZM19.442 8.747a2.093 2.093 0 1 0 0-4.187 2.093 2.093 0 0 0 0 4.187Z"
56
+ }
57
+ ), /* @__PURE__ */ React.createElement(
58
+ "path",
59
+ {
60
+ fill: "#7B83EB",
61
+ d: "M12.93 8.746a3.023 3.023 0 1 0 0-6.046 3.023 3.023 0 0 0 0 6.046ZM16.961 9.677H8.434a.874.874 0 0 0-.853.894v5.367a5.246 5.246 0 0 0 5.117 5.367 5.246 5.246 0 0 0 5.116-5.367v-5.367a.874.874 0 0 0-.853-.894Z"
62
+ }
63
+ ), /* @__PURE__ */ React.createElement(
64
+ "path",
65
+ {
66
+ fill: "#000",
67
+ d: "M13.163 9.677v7.52a.856.856 0 0 1-.851.852H7.99a5.664 5.664 0 0 1-.41-2.112V10.57a.873.873 0 0 1 .852-.893h4.73Z",
68
+ opacity: ".1"
69
+ }
70
+ ), /* @__PURE__ */ React.createElement(
71
+ "path",
72
+ {
73
+ fill: "#000",
74
+ d: "M12.698 9.677v7.986a.856.856 0 0 1-.851.851H8.209a6.04 6.04 0 0 1-.218-.465 5.664 5.664 0 0 1-.41-2.112V10.57a.873.873 0 0 1 .852-.893h4.265Z",
75
+ opacity: ".2"
76
+ }
77
+ ), /* @__PURE__ */ React.createElement(
78
+ "path",
79
+ {
80
+ fill: "#000",
81
+ d: "M12.698 9.677v7.056a.858.858 0 0 1-.851.85h-4.02a5.664 5.664 0 0 1-.246-1.646V10.57a.873.873 0 0 1 .852-.893h4.265Z",
82
+ opacity: ".2"
83
+ }
84
+ ), /* @__PURE__ */ React.createElement(
85
+ "path",
86
+ {
87
+ fill: "#000",
88
+ d: "M12.233 9.677v7.056a.858.858 0 0 1-.852.85H7.828a5.664 5.664 0 0 1-.247-1.646V10.57a.873.873 0 0 1 .852-.893h3.8Z",
89
+ opacity: ".2"
90
+ }
91
+ ), /* @__PURE__ */ React.createElement(
92
+ "path",
93
+ {
94
+ fill: "#000",
95
+ d: "M13.163 7.272v1.465c-.08.005-.154.01-.233.01-.079 0-.153-.005-.232-.01a2.552 2.552 0 0 1-.465-.074A3.023 3.023 0 0 1 9.99 6.42h2.32c.47.002.85.382.852.851Z",
96
+ opacity: ".1"
97
+ }
98
+ ), /* @__PURE__ */ React.createElement(
99
+ "path",
100
+ {
101
+ fill: "#000",
102
+ d: "M12.698 7.737v1a2.554 2.554 0 0 1-.466-.074 3.023 3.023 0 0 1-2.092-1.777h1.707c.469.002.849.382.85.851Z",
103
+ opacity: ".2"
104
+ }
105
+ ), /* @__PURE__ */ React.createElement(
106
+ "path",
107
+ {
108
+ fill: "#000",
109
+ d: "M12.698 7.737v1a2.554 2.554 0 0 1-.466-.074 3.023 3.023 0 0 1-2.092-1.777h1.707c.469.002.849.382.85.851Z",
110
+ opacity: ".2"
111
+ }
112
+ ), /* @__PURE__ */ React.createElement(
113
+ "path",
114
+ {
115
+ fill: "#000",
116
+ d: "M12.233 7.737v.926a3.023 3.023 0 0 1-2.094-1.777h1.242c.47.002.85.382.852.851Z",
117
+ opacity: ".2"
118
+ }
119
+ ), /* @__PURE__ */ React.createElement(
120
+ "path",
121
+ {
122
+ fill: "url(#a)",
123
+ d: "M2.853 6.886h8.527c.47 0 .852.382.852.853v8.527c0 .47-.381.853-.852.853H2.853A.853.853 0 0 1 2 16.265V7.739c0-.471.382-.853.853-.853Z"
124
+ }
125
+ ), /* @__PURE__ */ React.createElement(
126
+ "path",
127
+ {
128
+ fill: "#fff",
129
+ d: "M9.36 10.132H7.655v4.642H6.57v-4.642H4.873v-.9H9.36v.9Z"
130
+ }
131
+ ), /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement(
132
+ "linearGradient",
133
+ {
134
+ id: "a",
135
+ x1: "3.778",
136
+ x2: "10.455",
137
+ y1: "6.22",
138
+ y2: "17.785",
139
+ gradientUnits: "userSpaceOnUse"
140
+ },
141
+ /* @__PURE__ */ React.createElement("stop", { stopColor: "#5A62C3" }),
142
+ /* @__PURE__ */ React.createElement("stop", { offset: ".5", stopColor: "#4D55BD" }),
143
+ /* @__PURE__ */ React.createElement("stop", { offset: "1", stopColor: "#3940AB" })
144
+ )));
145
+ }
@@ -0,0 +1,77 @@
1
+ var __create = Object.create;
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
9
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
10
+ var __spreadValues = (a, b) => {
11
+ for (var prop in b || (b = {}))
12
+ if (__hasOwnProp.call(b, prop))
13
+ __defNormalProp(a, prop, b[prop]);
14
+ if (__getOwnPropSymbols)
15
+ for (var prop of __getOwnPropSymbols(b)) {
16
+ if (__propIsEnum.call(b, prop))
17
+ __defNormalProp(a, prop, b[prop]);
18
+ }
19
+ return a;
20
+ };
21
+ var __export = (target, all) => {
22
+ for (var name in all)
23
+ __defProp(target, name, { get: all[name], enumerable: true });
24
+ };
25
+ var __copyProps = (to, from, except, desc) => {
26
+ if (from && typeof from === "object" || typeof from === "function") {
27
+ for (let key of __getOwnPropNames(from))
28
+ if (!__hasOwnProp.call(to, key) && key !== except)
29
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
30
+ }
31
+ return to;
32
+ };
33
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
34
+ // If the importer is in node compatibility mode or this is not an ESM
35
+ // file that has been converted to a CommonJS file using a Babel-
36
+ // compatible transform (i.e. "__esModule" has not been set), then set
37
+ // "default" to the CommonJS "module.exports" for node compatibility.
38
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
39
+ mod
40
+ ));
41
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
42
+
43
+ // src/components/icon/available-icons/zoom-logo.tsx
44
+ var zoom_logo_exports = {};
45
+ __export(zoom_logo_exports, {
46
+ SvgZoomLogo: () => SvgZoomLogo
47
+ });
48
+ module.exports = __toCommonJS(zoom_logo_exports);
49
+ var React = __toESM(require("react"));
50
+ function SvgZoomLogo(props) {
51
+ return /* @__PURE__ */ React.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React.createElement(
52
+ "path",
53
+ {
54
+ fill: "url(#a)",
55
+ d: "M22 12a19.8 19.8 0 0 1-.25 3.14 8.002 8.002 0 0 1-6.61 6.61c-2.08.334-4.2.334-6.28 0a8.003 8.003 0 0 1-6.61-6.61 19.79 19.79 0 0 1 0-6.28 8.002 8.002 0 0 1 6.61-6.61 19.79 19.79 0 0 1 6.28 0 8.002 8.002 0 0 1 6.61 6.61c.167 1.038.25 2.088.25 3.14Z"
56
+ }
57
+ ), /* @__PURE__ */ React.createElement(
58
+ "path",
59
+ {
60
+ fill: "#fff",
61
+ d: "M7.972 13.531h-2.48a.427.427 0 0 1-.303-.732l1.718-1.718H5.675a.613.613 0 0 1-.612-.612H7.35a.428.428 0 0 1 .304.732L5.935 12.92H7.36c.338 0 .612.274.612.612Zm10.965-1.914a1.196 1.196 0 0 0-2.082-.798 1.196 1.196 0 0 0-2.083.798v1.914a.613.613 0 0 0 .612-.612v-1.302a.583.583 0 0 1 1.164 0v1.302c0 .338.274.612.613.612v-1.914a.583.583 0 0 1 1.164 0v1.302c0 .338.274.612.612.612v-1.914ZM14.465 12a1.577 1.577 0 1 1-3.153 0 1.577 1.577 0 0 1 3.153 0Zm-.612 0a.965.965 0 1 0-1.93 0 .965.965 0 0 0 1.93 0Zm-2.787 0a1.578 1.578 0 1 1-3.155 0 1.578 1.578 0 0 1 3.155 0Zm-.613 0a.965.965 0 1 0-1.93 0 .965.965 0 0 0 1.93 0Z"
62
+ }
63
+ ), /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement(
64
+ "linearGradient",
65
+ {
66
+ id: "a",
67
+ x1: 6.734,
68
+ x2: 17.268,
69
+ y1: 21.122,
70
+ y2: 2.878,
71
+ gradientUnits: "userSpaceOnUse"
72
+ },
73
+ /* @__PURE__ */ React.createElement("stop", { stopColor: "#0845BF" }),
74
+ /* @__PURE__ */ React.createElement("stop", { offset: 0.6, stopColor: "#0B5CFF" }),
75
+ /* @__PURE__ */ React.createElement("stop", { offset: 1, stopColor: "#4F90EE" })
76
+ )));
77
+ }
@@ -0,0 +1,49 @@
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/google-calendar-logo.tsx
19
+ import * as React from "react";
20
+ function SvgGoogleCalendarLogo(props) {
21
+ return /* @__PURE__ */ React.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React.createElement(
22
+ "path",
23
+ {
24
+ d: "M2 17.385h4.744V6.744h10.64V2H4.373C2.79 2 2 2.748 2 4.244",
25
+ fill: "#4285F4"
26
+ }
27
+ ), /* @__PURE__ */ React.createElement(
28
+ "path",
29
+ {
30
+ d: "M17.256 2v4.872H22V4.244C22 2.748 21.252 2 19.756 2",
31
+ fill: "#1967D2"
32
+ }
33
+ ), /* @__PURE__ */ React.createElement("path", { d: "M17.256 6.744H22v10.512h-4.744", fill: "#FBBC04" }), /* @__PURE__ */ React.createElement(
34
+ "path",
35
+ {
36
+ d: "M2 17.256v2.5C2 21.252 2.748 22 4.244 22h2.628v-4.744",
37
+ fill: "#188038"
38
+ }
39
+ ), /* @__PURE__ */ React.createElement("path", { d: "M6.744 17.256h10.512V22H6.744", fill: "#34A853" }), /* @__PURE__ */ React.createElement("path", { d: "M17.256 22v-4.744H22", fill: "#EA4335" }), /* @__PURE__ */ React.createElement(
40
+ "path",
41
+ {
42
+ d: "m12.92 12.568-.895-.21.294-2.484h2.841v.875h-1.923l-.11.965c.053-.032.144-.068.27-.11.13-.045.272-.067.428-.067.24 0 .453.036.638.11.187.071.345.177.474.317.129.138.226.308.29.51.067.203.1.435.1.695 0 .21-.034.412-.103.608a1.482 1.482 0 0 1-.835.891 1.928 1.928 0 0 1-.751.134c-.216 0-.426-.034-.631-.1a1.873 1.873 0 0 1-.554-.287 1.439 1.439 0 0 1-.388-.458 1.265 1.265 0 0 1-.136-.604h1.131c.007.118.035.22.084.307a.542.542 0 0 0 .197.204c.084.046.181.07.29.07a.527.527 0 0 0 .277-.067.476.476 0 0 0 .174-.184.878.878 0 0 0 .09-.267 1.89 1.89 0 0 0 .027-.324c0-.12-.014-.228-.04-.323a.611.611 0 0 0-.12-.244.523.523 0 0 0-.217-.157.826.826 0 0 0-.314-.053.75.75 0 0 0-.384.083.678.678 0 0 0-.204.17ZM11.29 9.607v5.128h-1.188v-3.79l-1.169.342v-.902l2.247-.778h.11Z",
43
+ fill: "#1967D2"
44
+ }
45
+ ));
46
+ }
47
+ export {
48
+ SvgGoogleCalendarLogo
49
+ };