@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 SvgBold(props: any): React.JSX.Element;
@@ -0,0 +1,2 @@
1
+ import * as React from 'react';
2
+ export declare function SvgCreateTicket(): React.JSX.Element;
@@ -33,6 +33,7 @@ export { SvgBellOff } from './bell-off';
33
33
  export { SvgBellRing } from './bell-ring';
34
34
  export { SvgBook } from './book';
35
35
  export { SvgBlur } from './blur';
36
+ export { SvgBold } from './bold';
36
37
  export { SvgBorderColor } from './border-color';
37
38
  export { SvgBulb } from './bulb';
38
39
  export { SvgCalendly } from './calendly';
@@ -66,6 +67,7 @@ export { SvgConfluenceNeutral } from './confluence-neutral';
66
67
  export { SvgContactSupport } from './contact-support';
67
68
  export { SvgCopy } from './copy';
68
69
  export { SvgCreate } from './create';
70
+ export { SvgCreateTicket } from './create-ticket';
69
71
  export { SvgCrop169Expanded } from './crop169-expanded';
70
72
  export { SvgCut } from './cut';
71
73
  export { SvgDelete } from './delete';
@@ -108,13 +110,14 @@ export { SvgImport } from './import';
108
110
  export { SvgInfo } from './info';
109
111
  export { SvgInfoFill } from './info-fill';
110
112
  export { SvgInfoOutline } from './info-outline';
113
+ export { SvgItalics } from './italics';
111
114
  export { SvgKeyboardArrowDown } from './keyboard-arrow-down';
112
115
  export { SvgKeyboardArrowLeft } from './keyboard-arrow-left';
113
116
  export { SvgKeyboardArrowRight } from './keyboard-arrow-right';
114
117
  export { SvgKeyboardArrowUp } from './keyboard-arrow-up';
115
118
  export { SvgLaunch } from './launch';
116
119
  export { SvgLightbulbOutline } from './lightbulb-outline';
117
- export { SvgLinearDark } from './linear';
120
+ export { SvgLinearDark } from './linearDark';
118
121
  export { SvgLink } from './link';
119
122
  export { SvgLinkedIn } from './linkedin';
120
123
  export { SvgLinkOff } from './link-off';
@@ -189,6 +192,7 @@ export { SvgTrashForever } from './trash-forever';
189
192
  export { SvgTimelineEditor } from './timeline-editor';
190
193
  export { SvgTune } from './tune';
191
194
  export { SvgUnarchive } from './unarchive';
195
+ export { SvgUnderline } from './underline';
192
196
  export { SvgUndo } from './undo';
193
197
  export { SvgRedo } from './redo';
194
198
  export { SvgUpload } from './upload';
@@ -211,6 +215,8 @@ export { SvgVolumeUp } from './volume-up';
211
215
  export { SvgVolumeX } from './volume-x';
212
216
  export { SvgWarningAlert } from './warning-alert';
213
217
  export { SvgWarningAmber } from './warning-amber';
218
+ export { SvgWriteDocument } from './write-document';
219
+ export { SvgWriteMessage } from './write-message';
214
220
  export { SvgXCircle } from './x-circle';
215
221
  export { SvgZap } from './zap';
216
222
  export { SvgZapOutline } from './zap-outline';
@@ -0,0 +1,2 @@
1
+ import * as React from 'react';
2
+ export declare function SvgItalics(props: any): React.JSX.Element;
@@ -0,0 +1,2 @@
1
+ import * as React from 'react';
2
+ export declare function SvgUnderline(props: any): React.JSX.Element;
@@ -0,0 +1,2 @@
1
+ import * as React from 'react';
2
+ export declare function SvgWriteDocument(): React.JSX.Element;
@@ -0,0 +1,2 @@
1
+ import * as React from 'react';
2
+ export declare function SvgWriteMessage(): React.JSX.Element;
@@ -0,0 +1,2 @@
1
+ import * as React from 'react';
2
+ export declare function SvgBold(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/bold.tsx
19
+ import * as React from "react";
20
+ function SvgBold(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 5C6 4.44772 6.44772 4 7 4H13.6667C14.8159 4 15.9181 4.45655 16.7308 5.2692C17.5435 6.08186 18 7.18406 18 8.33333C18 9.44978 17.5692 10.5218 16.7995 11.3271C17.0744 11.4992 17.3312 11.7029 17.5641 11.9359C18.3768 12.7485 18.8333 13.8507 18.8333 15C18.8333 16.1493 18.3768 17.2515 17.5641 18.0641C16.7515 18.8768 15.6493 19.3333 14.5 19.3333H7C6.44772 19.3333 6 18.8856 6 18.3333V5ZM8 6V10.6667H13.6667C14.2855 10.6667 14.879 10.4208 15.3166 9.98325C15.7542 9.54566 16 8.95217 16 8.33333C16 7.7145 15.7542 7.121 15.3166 6.68342C14.879 6.24583 14.2855 6 13.6667 6H8ZM8 12.6667V17.3333H14.5C15.1188 17.3333 15.7123 17.0875 16.1499 16.6499C16.5875 16.2123 16.8333 15.6188 16.8333 15C16.8333 14.3812 16.5875 13.7877 16.1499 13.3501C15.7123 12.9125 15.1188 12.6667 14.5 12.6667H8Z",
27
+ fill: "currentColor"
28
+ }
29
+ ));
30
+ }
31
+ export {
32
+ SvgBold
33
+ };
@@ -0,0 +1,2 @@
1
+ import * as React from 'react';
2
+ export declare function SvgCreateTicket(): React.JSX.Element;
@@ -0,0 +1,26 @@
1
+ // src/components/icon/available-icons/create-ticket.tsx
2
+ import * as React from "react";
3
+ function SvgCreateTicket() {
4
+ return /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "none" }, /* @__PURE__ */ React.createElement(
5
+ "path",
6
+ {
7
+ d: "M19.9131 5.90222C19.9131 5.34994 19.4654 4.90222 18.9131 4.90222C18.3608 4.90222 17.9131 5.34994 17.9131 5.90222V7.40222L16.4131 7.40222C15.8608 7.40222 15.4131 7.84994 15.4131 8.40222C15.4131 8.95451 15.8608 9.40222 16.4131 9.40222H17.9131V10.9022C17.9131 11.4545 18.3608 11.9022 18.9131 11.9022C19.4654 11.9022 19.9131 11.4545 19.9131 10.9022V9.40222H21.4131C21.9654 9.40222 22.4131 8.95451 22.4131 8.40222C22.4131 7.84994 21.9654 7.40222 21.4131 7.40222L19.9131 7.40222V5.90222Z",
8
+ fill: "currentColor"
9
+ }
10
+ ), /* @__PURE__ */ React.createElement(
11
+ "path",
12
+ {
13
+ d: "M7.41309 6.92389H4.43481C3.88253 6.92389 3.43481 7.3716 3.43481 7.92389V8.09207C5.18431 8.53715 6.47829 10.1229 6.47829 12.0109C6.47829 13.899 5.18431 15.4847 3.43481 15.9298V16.0978C3.43481 16.6501 3.88253 17.0978 4.43481 17.0978H7.41309V16.5761C7.41309 16.0238 7.8608 15.5761 8.41309 15.5761C8.96537 15.5761 9.41309 16.0238 9.41309 16.5761V17.0978H19.5652C20.1175 17.0978 20.5652 16.6501 20.5652 16.0978V13.0544C20.5652 12.5021 21.013 12.0544 21.5652 12.0544C22.1175 12.0544 22.5652 12.5021 22.5652 13.0544V16.0978C22.5652 17.7547 21.2221 19.0978 19.5652 19.0978H4.43481C2.77796 19.0978 1.43481 17.7547 1.43481 16.0978V15.0544C1.43481 14.5021 1.88253 14.0544 2.43481 14.0544C3.5634 14.0544 4.47829 13.1395 4.47829 12.0109C4.47829 10.8824 3.5634 9.96746 2.43481 9.96746C1.88253 9.96746 1.43481 9.51975 1.43481 8.96746V7.92389C1.43481 6.26703 2.77796 4.92389 4.43481 4.92389H14.4348C14.9871 4.92389 15.4348 5.3716 15.4348 5.92389C15.4348 6.47617 14.9871 6.92389 14.4348 6.92389H9.41309V7.44563C9.41309 7.99791 8.96537 8.44563 8.41309 8.44563C7.8608 8.44563 7.41309 7.99791 7.41309 7.44563V6.92389Z",
14
+ fill: "currentColor"
15
+ }
16
+ ), /* @__PURE__ */ React.createElement(
17
+ "path",
18
+ {
19
+ d: "M9.41309 10.4891C9.41309 9.93682 8.96537 9.48911 8.41309 9.48911C7.8608 9.48911 7.41309 9.93682 7.41309 10.4891V13.5326C7.41309 14.0849 7.8608 14.5326 8.41309 14.5326C8.96537 14.5326 9.41309 14.0849 9.41309 13.5326V10.4891Z",
20
+ fill: "currentColor"
21
+ }
22
+ ));
23
+ }
24
+ export {
25
+ SvgCreateTicket
26
+ };
@@ -33,6 +33,7 @@ export { SvgBellOff } from './bell-off';
33
33
  export { SvgBellRing } from './bell-ring';
34
34
  export { SvgBook } from './book';
35
35
  export { SvgBlur } from './blur';
36
+ export { SvgBold } from './bold';
36
37
  export { SvgBorderColor } from './border-color';
37
38
  export { SvgBulb } from './bulb';
38
39
  export { SvgCalendly } from './calendly';
@@ -66,6 +67,7 @@ export { SvgConfluenceNeutral } from './confluence-neutral';
66
67
  export { SvgContactSupport } from './contact-support';
67
68
  export { SvgCopy } from './copy';
68
69
  export { SvgCreate } from './create';
70
+ export { SvgCreateTicket } from './create-ticket';
69
71
  export { SvgCrop169Expanded } from './crop169-expanded';
70
72
  export { SvgCut } from './cut';
71
73
  export { SvgDelete } from './delete';
@@ -108,13 +110,14 @@ export { SvgImport } from './import';
108
110
  export { SvgInfo } from './info';
109
111
  export { SvgInfoFill } from './info-fill';
110
112
  export { SvgInfoOutline } from './info-outline';
113
+ export { SvgItalics } from './italics';
111
114
  export { SvgKeyboardArrowDown } from './keyboard-arrow-down';
112
115
  export { SvgKeyboardArrowLeft } from './keyboard-arrow-left';
113
116
  export { SvgKeyboardArrowRight } from './keyboard-arrow-right';
114
117
  export { SvgKeyboardArrowUp } from './keyboard-arrow-up';
115
118
  export { SvgLaunch } from './launch';
116
119
  export { SvgLightbulbOutline } from './lightbulb-outline';
117
- export { SvgLinearDark } from './linear';
120
+ export { SvgLinearDark } from './linearDark';
118
121
  export { SvgLink } from './link';
119
122
  export { SvgLinkedIn } from './linkedin';
120
123
  export { SvgLinkOff } from './link-off';
@@ -189,6 +192,7 @@ export { SvgTrashForever } from './trash-forever';
189
192
  export { SvgTimelineEditor } from './timeline-editor';
190
193
  export { SvgTune } from './tune';
191
194
  export { SvgUnarchive } from './unarchive';
195
+ export { SvgUnderline } from './underline';
192
196
  export { SvgUndo } from './undo';
193
197
  export { SvgRedo } from './redo';
194
198
  export { SvgUpload } from './upload';
@@ -211,6 +215,8 @@ export { SvgVolumeUp } from './volume-up';
211
215
  export { SvgVolumeX } from './volume-x';
212
216
  export { SvgWarningAlert } from './warning-alert';
213
217
  export { SvgWarningAmber } from './warning-amber';
218
+ export { SvgWriteDocument } from './write-document';
219
+ export { SvgWriteMessage } from './write-message';
214
220
  export { SvgXCircle } from './x-circle';
215
221
  export { SvgZap } from './zap';
216
222
  export { SvgZapOutline } from './zap-outline';