@loomhq/lens 11.26.0 → 11.28.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/esm/index.js CHANGED
@@ -2890,7 +2890,9 @@ var menuPositions = {
2890
2890
  left: "bottom-start",
2891
2891
  right: "bottom-end",
2892
2892
  ["topLeft"]: "top-start",
2893
- ["topRight"]: "top-end"
2893
+ ["topRight"]: "top-end",
2894
+ leftSide: "left-start",
2895
+ rightSide: "right-start"
2894
2896
  };
2895
2897
  var MenuWrapper = styled16.ul`
2896
2898
  background-color: ${getColorValue("overlay")};
@@ -0,0 +1,2 @@
1
+ import * as React from 'react';
2
+ export declare function SvgAutoDraft(props: any): React.JSX.Element;
@@ -29,6 +29,7 @@ export { SvgArrowUpward } from './arrow-upward';
29
29
  export { SvgAtlassian } from './atlassian';
30
30
  export { SvgAtMention } from './at-mention';
31
31
  export { SvgAutoChapters } from './auto-chapters';
32
+ export { SvgAutoDraft } from './auto-draft';
32
33
  export { SvgAutoSummaries } from './auto-summaries';
33
34
  export { SvgAutoTasks } from './auto-tasks';
34
35
  export { SvgAutoTitles } from './auto-titles';
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  type MenuPositionsProps = {
3
- [key: string]: 'bottom-start' | 'bottom-end' | 'top-start' | 'top-end';
3
+ [key: string]: 'bottom-start' | 'bottom-end' | 'top-start' | 'top-end' | 'left-start' | 'right-start';
4
4
  };
5
5
  export declare const menuPositions: MenuPositionsProps;
6
6
  declare const MenuWrapper: import("@emotion/styled").StyledComponent<React.DetailedHTMLProps<React.HTMLAttributes<HTMLUListElement>, HTMLUListElement>, MenuProps, object>;
@@ -0,0 +1,2 @@
1
+ import * as React from 'react';
2
+ export declare function SvgAutoDraft(props: any): React.JSX.Element;
@@ -29,6 +29,7 @@ export { SvgArrowUpward } from './arrow-upward';
29
29
  export { SvgAtlassian } from './atlassian';
30
30
  export { SvgAtMention } from './at-mention';
31
31
  export { SvgAutoChapters } from './auto-chapters';
32
+ export { SvgAutoDraft } from './auto-draft';
32
33
  export { SvgAutoSummaries } from './auto-summaries';
33
34
  export { SvgAutoTasks } from './auto-tasks';
34
35
  export { SvgAutoTitles } from './auto-titles';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loomhq/lens",
3
- "version": "11.26.0",
3
+ "version": "11.28.0",
4
4
  "packageManager": "pnpm@9.8.0",
5
5
  "scripts": {
6
6
  "preinstall": "npx only-allow pnpm",