@leafygreen-ui/icon 14.1.1 → 14.2.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,17 @@
1
+ /**
2
+ * This is a generated file. Do not modify it manually.
3
+ *
4
+ * @script packages/icon/scripts/prebuild.ts
5
+ * @checksum a48c17f2c48df0b38a9d9985cfddd889
6
+ */
7
+ import * as React from "react";
8
+ import { LGGlyph } from '../types';
9
+ export interface AIModelProps extends LGGlyph.ComponentProps {
10
+ }
11
+ declare const AIModel: {
12
+ ({ className, size, title, ["aria-label"]: ariaLabel, ["aria-labelledby"]: ariaLabelledby, fill, role, ...props }: AIModelProps): React.JSX.Element;
13
+ displayName: string;
14
+ isGlyph: boolean;
15
+ };
16
+ export default AIModel;
17
+ //# sourceMappingURL=AIModel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AIModel.d.ts","sourceRoot":"","sources":["../../../src/generated/AIModel.tsx"],"names":[],"mappings":"AAAA;;;;;EAKE;AACF,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AACnC,MAAM,WAAW,YAAa,SAAQ,OAAO,CAAC,cAAc;CAAG;AAC/D,QAAA,MAAM,OAAO;uHASV,YAAY;;;CAed,CAAC;AAGF,eAAe,OAAO,CAAC"}
@@ -1,5 +1,9 @@
1
1
  import { LGGlyph } from '../types';
2
2
  declare const _glyphs: {
3
+ readonly AIModel: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
4
+ title?: string | null;
5
+ role?: "img" | "presentation";
6
+ }>;
3
7
  readonly ActivityFeed: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
4
8
  title?: string | null;
5
9
  role?: "img" | "presentation";
@@ -718,6 +722,6 @@ declare const _glyphs: {
718
722
  }>;
719
723
  };
720
724
  export type GlyphName = keyof typeof _glyphs;
721
- export declare const glyphs: Record<"ActivityFeed" | "AddFile" | "AllProducts" | "AnalyticsNode" | "Apps" | "Array" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "Beaker" | "Bell" | "Biometric" | "Boolean" | "Building" | "Bulb" | "Calendar" | "Camera" | "Cap" | "CaretDown" | "CaretLeft" | "CaretRight" | "CaretUp" | "ChartFilled" | "Charts" | "Checkmark" | "CheckmarkWithCircle" | "ChevronDown" | "ChevronLeft" | "ChevronRight" | "ChevronUp" | "Circle" | "Clock" | "ClockWithArrow" | "Clone" | "Cloud" | "Code" | "CodeBlock" | "Coin" | "Colon" | "Config" | "Connect" | "Copy" | "CreditCard" | "CurlyBraces" | "Cursor" | "Dashboard" | "Database" | "Diagram" | "Diagram2" | "Diagram3" | "Disconnect" | "Download" | "Drag" | "Edit" | "Ellipsis" | "Email" | "EmptyDatabase" | "EmptyFolder" | "Eraser" | "Escalation" | "Export" | "Favorite" | "Federation" | "File" | "Filter" | "Folder" | "Format" | "FullScreenEnter" | "FullScreenExit" | "Function" | "Gauge" | "GlobeAmericas" | "GovernmentBuilding" | "Guide" | "Hash" | "HiddenSecondaryNode" | "Highlight" | "Home" | "HorizontalDrag" | "Import" | "ImportantWithCircle" | "InfoWithCircle" | "InternalEmployee" | "InviteUser" | "Key" | "Laptop" | "LightningBolt" | "Link" | "List" | "Lock" | "LogIn" | "LogOut" | "MagnifyingGlass" | "Megaphone" | "Menu" | "Minus" | "Mobile" | "Moon" | "MultiDirectionArrow" | "MultiLayers" | "NavCollapse" | "NavExpand" | "NoFilter" | "NotAllowed" | "Note" | "NumberedList" | "OpenNewTab" | "OutlineFavorite" | "Package" | "Pause" | "Pending" | "Person" | "PersonGroup" | "PersonWithLock" | "Pin" | "Play" | "Plus" | "PlusWithCircle" | "Primary" | "Project" | "QuestionMarkWithCircle" | "Read" | "Recommended" | "Redo" | "Refresh" | "Relationship" | "ReplicaSet" | "Resize" | "Resource" | "Return" | "Revert" | "Router" | "SMS" | "Save" | "SearchIndex" | "Secondary" | "Serverless" | "Settings" | "ShardedCluster" | "Shell" | "Shield" | "Shirt" | "SortAscending" | "SortDescending" | "Sparkle" | "SplitHorizontal" | "SplitVertical" | "Stitch" | "Stop" | "Streaming" | "String" | "Sun" | "Support" | "Sweep" | "Table" | "Tag" | "TemporaryTable" | "ThumbsDown" | "ThumbsUp" | "TimeSeries" | "TimeSeriesCollection" | "Trash" | "Undo" | "University" | "Unlock" | "Unsorted" | "UpDownCarets" | "Upload" | "VerticalEllipsis" | "View" | "Visibility" | "VisibilityOff" | "Warning" | "Wizard" | "Wrench" | "Write" | "X" | "XWithCircle", LGGlyph.Component>;
725
+ export declare const glyphs: Record<"AIModel" | "ActivityFeed" | "AddFile" | "AllProducts" | "AnalyticsNode" | "Apps" | "Array" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "Beaker" | "Bell" | "Biometric" | "Boolean" | "Building" | "Bulb" | "Calendar" | "Camera" | "Cap" | "CaretDown" | "CaretLeft" | "CaretRight" | "CaretUp" | "ChartFilled" | "Charts" | "Checkmark" | "CheckmarkWithCircle" | "ChevronDown" | "ChevronLeft" | "ChevronRight" | "ChevronUp" | "Circle" | "Clock" | "ClockWithArrow" | "Clone" | "Cloud" | "Code" | "CodeBlock" | "Coin" | "Colon" | "Config" | "Connect" | "Copy" | "CreditCard" | "CurlyBraces" | "Cursor" | "Dashboard" | "Database" | "Diagram" | "Diagram2" | "Diagram3" | "Disconnect" | "Download" | "Drag" | "Edit" | "Ellipsis" | "Email" | "EmptyDatabase" | "EmptyFolder" | "Eraser" | "Escalation" | "Export" | "Favorite" | "Federation" | "File" | "Filter" | "Folder" | "Format" | "FullScreenEnter" | "FullScreenExit" | "Function" | "Gauge" | "GlobeAmericas" | "GovernmentBuilding" | "Guide" | "Hash" | "HiddenSecondaryNode" | "Highlight" | "Home" | "HorizontalDrag" | "Import" | "ImportantWithCircle" | "InfoWithCircle" | "InternalEmployee" | "InviteUser" | "Key" | "Laptop" | "LightningBolt" | "Link" | "List" | "Lock" | "LogIn" | "LogOut" | "MagnifyingGlass" | "Megaphone" | "Menu" | "Minus" | "Mobile" | "Moon" | "MultiDirectionArrow" | "MultiLayers" | "NavCollapse" | "NavExpand" | "NoFilter" | "NotAllowed" | "Note" | "NumberedList" | "OpenNewTab" | "OutlineFavorite" | "Package" | "Pause" | "Pending" | "Person" | "PersonGroup" | "PersonWithLock" | "Pin" | "Play" | "Plus" | "PlusWithCircle" | "Primary" | "Project" | "QuestionMarkWithCircle" | "Read" | "Recommended" | "Redo" | "Refresh" | "Relationship" | "ReplicaSet" | "Resize" | "Resource" | "Return" | "Revert" | "Router" | "SMS" | "Save" | "SearchIndex" | "Secondary" | "Serverless" | "Settings" | "ShardedCluster" | "Shell" | "Shield" | "Shirt" | "SortAscending" | "SortDescending" | "Sparkle" | "SplitHorizontal" | "SplitVertical" | "Stitch" | "Stop" | "Streaming" | "String" | "Sun" | "Support" | "Sweep" | "Table" | "Tag" | "TemporaryTable" | "ThumbsDown" | "ThumbsUp" | "TimeSeries" | "TimeSeriesCollection" | "Trash" | "Undo" | "University" | "Unlock" | "Unsorted" | "UpDownCarets" | "Upload" | "VerticalEllipsis" | "View" | "Visibility" | "VisibilityOff" | "Warning" | "Wizard" | "Wrench" | "Write" | "X" | "XWithCircle", LGGlyph.Component>;
722
726
  export {};
723
727
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/glyphs/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAuLnC,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoLH,CAAC;AAEX,MAAM,MAAM,SAAS,GAAG,MAAM,OAAO,OAAO,CAAC;AAI7C,eAAO,MAAM,MAAM,02EAI2B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/glyphs/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAwLnC,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqLH,CAAC;AAEX,MAAM,MAAM,SAAS,GAAG,MAAM,OAAO,OAAO,CAAC;AAI7C,eAAO,MAAM,MAAM,s3EAI2B,CAAC"}
@@ -0,0 +1,2 @@
1
+ !function(e,r){"object"==typeof exports&&"undefined"!=typeof module?module.exports=r(require("react"),require("@leafygreen-ui/emotion")):"function"==typeof define&&define.amd?define(["react","@leafygreen-ui/emotion"],r):((e="undefined"!=typeof globalThis?globalThis:e||self).AIModel=e.AIModel||{},e.AIModel.js=r(e.React,e.emotion))}(this,function(e,r){"use strict";function t(e){if(e&&"object"==typeof e&&"default"in e)return e;var r=Object.create(null);return e&&Object.keys(e).forEach(function(t){if("default"!==t){var l=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,l.get?l:{enumerable:!0,get:function(){return e[t]}})}}),r.default=e,Object.freeze(r)}var l=t(e);function c(e,r,t){return(r=function(e){var r=function(e,r){if("object"!=typeof e||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var l=t.call(e,r);if("object"!=typeof l)return l;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e,"string");return"symbol"==typeof r?r:r+""}(r))in e?Object.defineProperty(e,r,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[r]=t,e}function n(){return n=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var l in t)({}).hasOwnProperty.call(t,l)&&(e[l]=t[l])}return e},n.apply(null,arguments)}function o(e,r){return r||(r=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(r)}}))}var i,a,u={small:14,default:16,large:20,xlarge:24};var f=["className","size","title","aria-label","aria-labelledby","fill","role"],s=function(e){var t=e.className,s=e.size,y=void 0===s?16:s,b=e.title,d=e["aria-label"],m=e["aria-labelledby"],p=e.fill,v=e.role,g=void 0===v?"img":v,h=function(e,r){if(null==e)return{};var t,l,c=function(e,r){if(null==e)return{};var t={};for(var l in e)if({}.hasOwnProperty.call(e,l)){if(-1!==r.indexOf(l))continue;t[l]=e[l]}return t}(e,r);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);for(l=0;l<n.length;l++)t=n[l],-1===r.indexOf(t)&&{}.propertyIsEnumerable.call(e,t)&&(c[t]=e[t])}return c}(e,f),x=r.css(i||(i=o(["\n color: ",";\n "])),p),E=r.css(a||(a=o(["\n flex-shrink: 0;\n "]))),O=function(e,r,t){var l,n=t["aria-label"],o=t["aria-labelledby"],i=t.title;switch(e){case"img":return n||o||i?c(c(c({},"aria-labelledby",o),"aria-label",n),"title",i):{"aria-label":(l=r,"".concat(l.replace(/([a-z])([A-Z])/g,"$1 $2")," Icon"))};case"presentation":return{"aria-hidden":!0,alt:""}}}(g,"AIModel",c(c({title:b},"aria-label",d),"aria-labelledby",m));return l.createElement("svg",n({className:r.cx(c({},x,null!=p),E,t),height:"number"==typeof y?y:u[y],width:"number"==typeof y?y:u[y],role:g},O,h,{viewBox:"0 0 16 16"}),l.createElement("path",{d:"M13.5625 5.30957V10.6895L8 13.4414L2.4375 10.6895V5.30957L8 2.55762L13.5625 5.30957Z",stroke:"currentColor"}),l.createElement("path",{d:"M8 2L8 14",stroke:"currentColor",strokeWidth:.5}),l.createElement("path",{d:"M3.09998 10.8594L12.5324 5.19998",stroke:"currentColor",strokeWidth:.5,strokeLinecap:"round"}),l.createElement("path",{d:"M3.19995 5.20001L12.6324 10.8595",stroke:"currentColor",strokeWidth:.5,strokeLinecap:"round"}),l.createElement("circle",{cx:8,cy:2.75,r:1.75,fill:"currentColor"}),l.createElement("circle",{cx:8,cy:2.75,r:1.75,stroke:"currentColor"}),l.createElement("circle",{cx:8,cy:13.25,r:1.75,fill:"currentColor"}),l.createElement("circle",{cx:8,cy:13.25,r:1.75,stroke:"currentColor"}),l.createElement("circle",{cx:8,cy:8,r:1.75,fill:"currentColor"}),l.createElement("circle",{cx:8,cy:8,r:1.75,stroke:"currentColor"}),l.createElement("circle",{cx:13.25,cy:5,r:1.75,fill:"currentColor"}),l.createElement("circle",{cx:13.25,cy:5,r:1.75,stroke:"currentColor"}),l.createElement("circle",{cx:13.25,cy:10.75,r:1.75,fill:"currentColor"}),l.createElement("circle",{cx:13.25,cy:10.75,r:1.75,stroke:"currentColor"}),l.createElement("circle",{cx:2.75,cy:10.75,r:1.75,fill:"currentColor"}),l.createElement("circle",{cx:2.75,cy:10.75,r:1.75,stroke:"currentColor"}),l.createElement("circle",{cx:2.75,cy:5,r:1.75,fill:"currentColor"}),l.createElement("circle",{cx:2.75,cy:5,r:1.75,stroke:"currentColor"}))};return s.displayName="AIModel",s.isGlyph=!0,s});
2
+ //# sourceMappingURL=AIModel.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AIModel.js","sources":["../../src/glyphCommon.ts","../../src/generated/AIModel.tsx"],"sourcesContent":["export const Size = {\n Small: 'small',\n Default: 'default',\n Large: 'large',\n XLarge: 'xlarge',\n} as const;\n\nexport type Size = (typeof Size)[keyof typeof Size];\n\nexport const sizeMap: Record<Size, number> = {\n small: 14,\n default: 16,\n large: 20,\n xlarge: 24,\n} as const;\n\ninterface AccessibleFunctionParams {\n 'aria-labelledby'?: string;\n 'aria-label'?: string;\n title?: string | null;\n}\n\ntype AccessibleFunctionReturnType =\n | AccessibleFunctionParams\n | { 'aria-hidden': true; alt: '' };\n\nexport function generateAccessibleProps(\n role: 'img' | 'presentation',\n glyphName: string,\n {\n ['aria-label']: ariaLabel,\n ['aria-labelledby']: ariaLabelledby,\n title,\n }: AccessibleFunctionParams,\n): AccessibleFunctionReturnType {\n switch (role) {\n case 'img':\n if (!ariaLabel && !ariaLabelledby && !title) {\n return { 'aria-label': getGlyphLabel(glyphName) };\n }\n\n return {\n ['aria-labelledby']: ariaLabelledby,\n ['aria-label']: ariaLabel,\n title,\n };\n\n case 'presentation':\n return { 'aria-hidden': true, alt: '' };\n }\n}\n\nexport function getGlyphLabel(name: string) {\n return `${name.replace(/([a-z])([A-Z])/g, '$1 $2')} Icon`;\n}\n","/**\n* This is a generated file. Do not modify it manually.\n*\n* @script packages/icon/scripts/prebuild.ts\n* @checksum a48c17f2c48df0b38a9d9985cfddd889\n*/\nimport * as React from \"react\";\nimport { css, cx } from '@leafygreen-ui/emotion';\nimport { generateAccessibleProps, sizeMap } from '../glyphCommon';\nimport { LGGlyph } from '../types';\nexport interface AIModelProps extends LGGlyph.ComponentProps {}\nconst AIModel = ({\n className,\n size = 16,\n title,\n ['aria-label']: ariaLabel,\n ['aria-labelledby']: ariaLabelledby,\n fill,\n role = 'img',\n ...props\n}: AIModelProps) => {\n const fillStyle = css`\n color: ${fill};\n `;\n const noFlexShrink = css`\n flex-shrink: 0;\n `;\n const accessibleProps = generateAccessibleProps(role, 'AIModel', {\n title,\n ['aria-label']: ariaLabel,\n ['aria-labelledby']: ariaLabelledby\n });\n return <svg className={cx({\n [fillStyle]: fill != null\n }, noFlexShrink, className)} height={typeof size === 'number' ? size : sizeMap[size]} width={typeof size === 'number' ? size : sizeMap[size]} role={role} {...accessibleProps} {...props} viewBox=\"0 0 16 16\"><path d=\"M13.5625 5.30957V10.6895L8 13.4414L2.4375 10.6895V5.30957L8 2.55762L13.5625 5.30957Z\" stroke={'currentColor'} /><path d=\"M8 2L8 14\" stroke={'currentColor'} strokeWidth={0.5} /><path d=\"M3.09998 10.8594L12.5324 5.19998\" stroke={'currentColor'} strokeWidth={0.5} strokeLinecap=\"round\" /><path d=\"M3.19995 5.20001L12.6324 10.8595\" stroke={'currentColor'} strokeWidth={0.5} strokeLinecap=\"round\" /><circle cx={8} cy={2.75} r={1.75} fill={'currentColor'} /><circle cx={8} cy={2.75} r={1.75} stroke={'currentColor'} /><circle cx={8} cy={13.25} r={1.75} fill={'currentColor'} /><circle cx={8} cy={13.25} r={1.75} stroke={'currentColor'} /><circle cx={8} cy={8} r={1.75} fill={'currentColor'} /><circle cx={8} cy={8} r={1.75} stroke={'currentColor'} /><circle cx={13.25} cy={5} r={1.75} fill={'currentColor'} /><circle cx={13.25} cy={5} r={1.75} stroke={'currentColor'} /><circle cx={13.25} cy={10.75} r={1.75} fill={'currentColor'} /><circle cx={13.25} cy={10.75} r={1.75} stroke={'currentColor'} /><circle cx={2.75} cy={10.75} r={1.75} fill={'currentColor'} /><circle cx={2.75} cy={10.75} r={1.75} stroke={'currentColor'} /><circle cx={2.75} cy={5} r={1.75} fill={'currentColor'} /><circle cx={2.75} cy={5} r={1.75} stroke={'currentColor'} /></svg>;\n};\nAIModel.displayName = 'AIModel';\nAIModel.isGlyph = true;\nexport default AIModel;"],"names":["_templateObject","_templateObject2","sizeMap","small","default","large","xlarge","_excluded","AIModel","_ref","className","_ref$size","size","title","ariaLabel","ariaLabelledby","fill","_ref$role","role","props","_objectWithoutProperties","fillStyle","css","_taggedTemplateLiteral","noFlexShrink","accessibleProps","glyphName","name","_defineProperty","concat","replace","alt","generateAccessibleProps","React","createElement","_extends","cx","height","width","viewBox","d","stroke","strokeWidth","strokeLinecap","cy","r","displayName","isGlyph"],"mappings":"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"}