@loomhq/lens 11.24.0 → 11.26.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.
- package/dist/cjs/icons/google-calendar-logo.js +76 -0
- package/dist/cjs/icons/index.js +504 -373
- package/dist/cjs/icons/microsoft-teams-logo.js +145 -0
- package/dist/esm/icons/google-calendar-logo.js +49 -0
- package/dist/esm/icons/index.js +645 -514
- package/dist/esm/icons/microsoft-teams-logo.js +118 -0
- package/dist/types/components/icon/available-icons/google-calendar-logo.d.ts +2 -0
- package/dist/types/components/icon/available-icons/index.d.ts +2 -0
- package/dist/types/components/icon/available-icons/microsoft-teams-logo.d.ts +2 -0
- package/dist/types/components/split/split.d.ts +1 -1
- package/dist/types/icons/google-calendar-logo.d.ts +2 -0
- package/dist/types/icons/index.d.ts +2 -0
- package/dist/types/icons/microsoft-teams-logo.d.ts +2 -0
- package/package.json +1 -1
|
@@ -0,0 +1,118 @@
|
|
|
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/microsoft-teams-logo.tsx
|
|
19
|
+
import * as React from "react";
|
|
20
|
+
function SvgMicrosoftTeamsLogo(props) {
|
|
21
|
+
return /* @__PURE__ */ React.createElement("svg", __spreadValues({ viewBox: "0 0 24 24", fill: "none" }, props), /* @__PURE__ */ React.createElement(
|
|
22
|
+
"path",
|
|
23
|
+
{
|
|
24
|
+
fill: "#5059C9",
|
|
25
|
+
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"
|
|
26
|
+
}
|
|
27
|
+
), /* @__PURE__ */ React.createElement(
|
|
28
|
+
"path",
|
|
29
|
+
{
|
|
30
|
+
fill: "#7B83EB",
|
|
31
|
+
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"
|
|
32
|
+
}
|
|
33
|
+
), /* @__PURE__ */ React.createElement(
|
|
34
|
+
"path",
|
|
35
|
+
{
|
|
36
|
+
fill: "#000",
|
|
37
|
+
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",
|
|
38
|
+
opacity: ".1"
|
|
39
|
+
}
|
|
40
|
+
), /* @__PURE__ */ React.createElement(
|
|
41
|
+
"path",
|
|
42
|
+
{
|
|
43
|
+
fill: "#000",
|
|
44
|
+
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",
|
|
45
|
+
opacity: ".2"
|
|
46
|
+
}
|
|
47
|
+
), /* @__PURE__ */ React.createElement(
|
|
48
|
+
"path",
|
|
49
|
+
{
|
|
50
|
+
fill: "#000",
|
|
51
|
+
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",
|
|
52
|
+
opacity: ".2"
|
|
53
|
+
}
|
|
54
|
+
), /* @__PURE__ */ React.createElement(
|
|
55
|
+
"path",
|
|
56
|
+
{
|
|
57
|
+
fill: "#000",
|
|
58
|
+
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",
|
|
59
|
+
opacity: ".2"
|
|
60
|
+
}
|
|
61
|
+
), /* @__PURE__ */ React.createElement(
|
|
62
|
+
"path",
|
|
63
|
+
{
|
|
64
|
+
fill: "#000",
|
|
65
|
+
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",
|
|
66
|
+
opacity: ".1"
|
|
67
|
+
}
|
|
68
|
+
), /* @__PURE__ */ React.createElement(
|
|
69
|
+
"path",
|
|
70
|
+
{
|
|
71
|
+
fill: "#000",
|
|
72
|
+
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",
|
|
73
|
+
opacity: ".2"
|
|
74
|
+
}
|
|
75
|
+
), /* @__PURE__ */ React.createElement(
|
|
76
|
+
"path",
|
|
77
|
+
{
|
|
78
|
+
fill: "#000",
|
|
79
|
+
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",
|
|
80
|
+
opacity: ".2"
|
|
81
|
+
}
|
|
82
|
+
), /* @__PURE__ */ React.createElement(
|
|
83
|
+
"path",
|
|
84
|
+
{
|
|
85
|
+
fill: "#000",
|
|
86
|
+
d: "M12.233 7.737v.926a3.023 3.023 0 0 1-2.094-1.777h1.242c.47.002.85.382.852.851Z",
|
|
87
|
+
opacity: ".2"
|
|
88
|
+
}
|
|
89
|
+
), /* @__PURE__ */ React.createElement(
|
|
90
|
+
"path",
|
|
91
|
+
{
|
|
92
|
+
fill: "url(#a)",
|
|
93
|
+
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"
|
|
94
|
+
}
|
|
95
|
+
), /* @__PURE__ */ React.createElement(
|
|
96
|
+
"path",
|
|
97
|
+
{
|
|
98
|
+
fill: "#fff",
|
|
99
|
+
d: "M9.36 10.132H7.655v4.642H6.57v-4.642H4.873v-.9H9.36v.9Z"
|
|
100
|
+
}
|
|
101
|
+
), /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement(
|
|
102
|
+
"linearGradient",
|
|
103
|
+
{
|
|
104
|
+
id: "a",
|
|
105
|
+
x1: "3.778",
|
|
106
|
+
x2: "10.455",
|
|
107
|
+
y1: "6.22",
|
|
108
|
+
y2: "17.785",
|
|
109
|
+
gradientUnits: "userSpaceOnUse"
|
|
110
|
+
},
|
|
111
|
+
/* @__PURE__ */ React.createElement("stop", { stopColor: "#5A62C3" }),
|
|
112
|
+
/* @__PURE__ */ React.createElement("stop", { offset: ".5", stopColor: "#4D55BD" }),
|
|
113
|
+
/* @__PURE__ */ React.createElement("stop", { offset: "1", stopColor: "#3940AB" })
|
|
114
|
+
)));
|
|
115
|
+
}
|
|
116
|
+
export {
|
|
117
|
+
SvgMicrosoftTeamsLogo
|
|
118
|
+
};
|
|
@@ -122,6 +122,7 @@ export { SvgFullscreenExit } from './fullscreen-exit';
|
|
|
122
122
|
export { SvgFullScreen2 } from './full-screen';
|
|
123
123
|
export { SvgGlobe } from './globe';
|
|
124
124
|
export { SvgGoogle } from './google';
|
|
125
|
+
export { SvgGoogleCalendarLogo } from './google-calendar-logo';
|
|
125
126
|
export { SvgGrid } from './grid';
|
|
126
127
|
export { SvgGroupAdd } from './group-add';
|
|
127
128
|
export { SvgHelp } from './help';
|
|
@@ -161,6 +162,7 @@ export { SvgMenuHide } from './menu-hide';
|
|
|
161
162
|
export { SvgMenuShow } from './menu-show';
|
|
162
163
|
export { SvgMic } from './mic';
|
|
163
164
|
export { SvgMicOff } from './mic-off';
|
|
165
|
+
export { SvgMicrosoftTeamsLogo } from './microsoft-teams-logo';
|
|
164
166
|
export { SvgMinimize } from './minimize';
|
|
165
167
|
export { SvgMinusCircle } from './minus-circle';
|
|
166
168
|
export { SvgMobileDevices } from './mobile-devices';
|
|
@@ -19,7 +19,7 @@ interface SplitProps extends SharedProps {
|
|
|
19
19
|
alignContent?: 'flex-start' | 'flex-end' | 'center' | 'space-between' | 'space-around' | 'space-evenly' | 'stretch' | 'start' | 'end' | 'baseline';
|
|
20
20
|
wrap?: ResponsiveType<'nowrap' | 'wrap' | 'wrap-reverse'>;
|
|
21
21
|
gap?: ResponsiveType<number | string>;
|
|
22
|
-
direction?: ResponsiveType<'column' | 'row'>;
|
|
22
|
+
direction?: ResponsiveType<'column' | 'column-reverse' | 'row' | 'row-reverse'>;
|
|
23
23
|
className?: never;
|
|
24
24
|
style?: never;
|
|
25
25
|
}
|
|
@@ -122,6 +122,7 @@ export { SvgFullscreenExit } from './fullscreen-exit';
|
|
|
122
122
|
export { SvgFullScreen2 } from './full-screen';
|
|
123
123
|
export { SvgGlobe } from './globe';
|
|
124
124
|
export { SvgGoogle } from './google';
|
|
125
|
+
export { SvgGoogleCalendarLogo } from './google-calendar-logo';
|
|
125
126
|
export { SvgGrid } from './grid';
|
|
126
127
|
export { SvgGroupAdd } from './group-add';
|
|
127
128
|
export { SvgHelp } from './help';
|
|
@@ -161,6 +162,7 @@ export { SvgMenuHide } from './menu-hide';
|
|
|
161
162
|
export { SvgMenuShow } from './menu-show';
|
|
162
163
|
export { SvgMic } from './mic';
|
|
163
164
|
export { SvgMicOff } from './mic-off';
|
|
165
|
+
export { SvgMicrosoftTeamsLogo } from './microsoft-teams-logo';
|
|
164
166
|
export { SvgMinimize } from './minimize';
|
|
165
167
|
export { SvgMinusCircle } from './minus-circle';
|
|
166
168
|
export { SvgMobileDevices } from './mobile-devices';
|