@loomhq/lens 11.11.0 → 11.13.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/README.md CHANGED
@@ -89,7 +89,7 @@ This tells pnpm to find all packages in the workspace that use lens, and upgrade
89
89
  3. From the root, fix dependencies and upgrade Lens globally
90
90
 
91
91
  ```
92
- cd ... && pnpm deps:fix && pnpm i
92
+ cd ../.. && pnpm deps:fix && pnpm i
93
93
  ```
94
94
 
95
95
  This shouldn't be necessary, but will correct any blocking issues.
@@ -152,4 +152,3 @@ Once you have the SVG of the new icon to be added, make sure all strokes are out
152
152
  ## Documentation
153
153
 
154
154
  https://lens.loom.dev
155
-
package/dist/colors.d.ts CHANGED
@@ -4,7 +4,7 @@ type HslaColor = {
4
4
  l: number;
5
5
  a: number;
6
6
  };
7
- declare const BaseColors: readonly ["red", "blurpleLight", "blurpleMedium", "blurple", "blurpleDark", "offWhite", "blueLight", "blue", "blueDark", "orangeLight", "orange", "orangeDark", "tealLight", "teal", "tealDark", "yellowLight", "yellow", "yellowDark"];
7
+ declare const BaseColors: readonly ["red", "blurpleLight", "blurpleMedium", "blurple", "blurpleDark", "blurpleStrong", "offWhite", "blueLight", "blue", "blueDark", "orangeLight", "orange", "orangeDark", "tealLight", "teal", "tealDark", "yellowLight", "yellow", "yellowDark"];
8
8
  declare const GreyColors: readonly ["grey8", "grey7", "grey6", "grey5", "grey4", "grey3", "grey2", "grey1", "white"];
9
9
  declare const SharedColors: readonly ["focusRing", "record", "recordHover", "recordActive", "info", "success", "warning", "danger", "dangerHover", "dangerActive", "backdrop", "backdropDark", "backdropTwilight", "disabledContent", "highlight"];
10
10
  declare const SemanticColors: readonly ["primary", "primaryHover", "primaryActive", "body", "bodyDimmed", "background", "backgroundHover", "backgroundActive", "backgroundSecondary", "backgroundSecondary2", "overlay", "border", "disabledBackground", "formFieldBorder", "formFieldBackground", "buttonBorder", "upgrade", "upgradeHover", "upgradeActive", "tabBackground", "discoveryBackground", "discoveryLightBackground", "discoveryTitle", "discoveryHighlight"];
@@ -35,6 +35,7 @@ export declare const hslaColors: {
35
35
  blurpleMedium: HslaColor;
36
36
  blurple: HslaColor;
37
37
  blurpleDark: HslaColor;
38
+ blurpleStrong: HslaColor;
38
39
  offWhite: HslaColor;
39
40
  blueLight: HslaColor;
40
41
  blue: HslaColor;
@@ -0,0 +1,2 @@
1
+ import * as React from 'react';
2
+ export declare function SvgGlobe(props: any): React.JSX.Element;
@@ -95,6 +95,7 @@ export { SvgCaretFolder } from './caret-folder';
95
95
  export { SvgFrown } from './frown';
96
96
  export { SvgFullscreen } from './fullscreen';
97
97
  export { SvgFullscreenExit } from './fullscreen-exit';
98
+ export { SvgGlobe } from './globe';
98
99
  export { SvgGoogle } from './google';
99
100
  export { SvgGrid } from './grid';
100
101
  export { SvgGroupAdd } from './group-add';
@@ -0,0 +1,2 @@
1
+ import * as React from 'react';
2
+ export declare function SvgGlobe(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/globe.tsx
19
+ import * as React from "react";
20
+ function SvgGlobe(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
+ fill: "currentColor",
27
+ d: "M8.96390 3.17160C5.70512 4.29206 3.26190 7.16606 2.76118 10.6667H6.47590C6.72936 8.00380 7.58400 5.44220 8.96390 3.17160ZM15.0361 3.17158C16.4160 5.44220 17.2706 8.00380 17.5241 10.6667H21.2388C20.7380 7.16604 18.2949 4.29204 15.0361 3.17158ZM14.8432 10.6667C14.5487 8.04526 13.5672 5.54826 12 3.42904C10.4328 5.54826 9.45124 8.04526 9.15678 10.6667H14.8432ZM9.15678 13.3333H14.8432C14.5487 15.9547 13.5672 18.4517 12 20.5710C10.4328 18.4517 9.45124 15.9547 9.15678 13.3333ZM6.47590 13.3333H2.76118C3.26190 16.8339 5.70512 19.7079 8.96390 20.8284C7.58400 18.5578 6.72936 15.9962 6.47590 13.3333ZM15.0361 20.8284C16.4160 18.5578 17.2706 15.9962 17.5241 13.3333H21.2388C20.7380 16.8340 18.2949 19.7080 15.0361 20.8284ZM12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0Z"
28
+ }
29
+ ));
30
+ }
31
+ export {
32
+ SvgGlobe
33
+ };
@@ -95,6 +95,7 @@ export { SvgCaretFolder } from './caret-folder';
95
95
  export { SvgFrown } from './frown';
96
96
  export { SvgFullscreen } from './fullscreen';
97
97
  export { SvgFullscreenExit } from './fullscreen-exit';
98
+ export { SvgGlobe } from './globe';
98
99
  export { SvgGoogle } from './google';
99
100
  export { SvgGrid } from './grid';
100
101
  export { SvgGroupAdd } from './group-add';