@leafygreen-ui/icon 11.20.1 → 11.21.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/CHANGELOG.md +6 -0
- package/README.md +7 -7
- package/dist/AllProducts.js +2 -0
- package/dist/AllProducts.js.map +1 -0
- package/dist/NavCollapse.js +2 -0
- package/dist/NavCollapse.js.map +1 -0
- package/dist/NavExpand.js +2 -0
- package/dist/NavExpand.js.map +1 -0
- package/dist/esm/AllProducts.js +2 -0
- package/dist/esm/AllProducts.js.map +1 -0
- package/dist/esm/NavCollapse.js +2 -0
- package/dist/esm/NavCollapse.js.map +1 -0
- package/dist/esm/NavExpand.js +2 -0
- package/dist/esm/NavExpand.js.map +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/generated/AllProducts.d.ts +17 -0
- package/dist/generated/AllProducts.d.ts.map +1 -0
- package/dist/generated/List.d.ts.map +1 -1
- package/dist/generated/NavCollapse.d.ts +17 -0
- package/dist/generated/NavCollapse.d.ts.map +1 -0
- package/dist/generated/NavExpand.d.ts +17 -0
- package/dist/generated/NavExpand.d.ts.map +1 -0
- package/dist/generated/Return.d.ts.map +1 -1
- package/dist/generated/Sparkle.d.ts.map +1 -1
- package/dist/glyphs/index.d.ts +13 -1
- package/dist/glyphs/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/AllProducts.tsx +45 -0
- package/src/generated/List.tsx +17 -57
- package/src/generated/NavCollapse.tsx +45 -0
- package/src/generated/NavExpand.tsx +45 -0
- package/src/generated/Return.tsx +17 -40
- package/src/generated/Sparkle.tsx +17 -45
- package/src/glyphs/AllProducts.svg +11 -0
- package/src/glyphs/NavCollapse.svg +5 -0
- package/src/glyphs/NavExpand.svg +5 -0
- package/src/glyphs/index.ts +6 -0
- package/.turbo/turbo-build.log +0 -814
- package/.turbo/turbo-docs.log +0 -3
- package/.turbo/turbo-tsc.log +0 -1
- package/stories.js +0 -1
- package/tsconfig.tsbuildinfo +0 -1
- package/tsdoc.json +0 -94
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import PropTypes from 'prop-types';
|
|
3
|
+
import { LGGlyph } from '../types';
|
|
4
|
+
export interface AllProductsProps extends LGGlyph.ComponentProps {
|
|
5
|
+
}
|
|
6
|
+
declare const AllProducts: {
|
|
7
|
+
({ className, size, title, ["aria-label"]: ariaLabel, ["aria-labelledby"]: ariaLabelledby, fill, role, ...props }: AllProductsProps): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
isGlyph: boolean;
|
|
10
|
+
propTypes: {
|
|
11
|
+
fill: PropTypes.Requireable<string>;
|
|
12
|
+
size: PropTypes.Requireable<string | number>;
|
|
13
|
+
className: PropTypes.Requireable<string>;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
export default AllProducts;
|
|
17
|
+
//# sourceMappingURL=AllProducts.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AllProducts.d.ts","sourceRoot":"","sources":["../../src/generated/AllProducts.tsx"],"names":[],"mappings":";AAOA,OAAO,SAAS,MAAM,YAAY,CAAC;AAGnC,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AACnC,MAAM,WAAW,gBAAiB,SAAQ,OAAO,CAAC,cAAc;CAAG;AACnE,QAAA,MAAM,WAAW;uHASd,gBAAgB;;;;;;;;CAelB,CAAC;AAQF,eAAe,WAAW,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"List.d.ts","sourceRoot":"","sources":["../../src/generated/List.tsx"],"names":[],"mappings":";AAOA,OAAO,SAAS,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"List.d.ts","sourceRoot":"","sources":["../../src/generated/List.tsx"],"names":[],"mappings":";AAOA,OAAO,SAAS,MAAM,YAAY,CAAC;AAGnC,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AACnC,MAAM,WAAW,SAAU,SAAQ,OAAO,CAAC,cAAc;CAAG;AAC5D,QAAA,MAAM,IAAI;uHASP,SAAS;;;;;;;;CAeX,CAAC;AAQF,eAAe,IAAI,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import PropTypes from 'prop-types';
|
|
3
|
+
import { LGGlyph } from '../types';
|
|
4
|
+
export interface NavCollapseProps extends LGGlyph.ComponentProps {
|
|
5
|
+
}
|
|
6
|
+
declare const NavCollapse: {
|
|
7
|
+
({ className, size, title, ["aria-label"]: ariaLabel, ["aria-labelledby"]: ariaLabelledby, fill, role, ...props }: NavCollapseProps): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
isGlyph: boolean;
|
|
10
|
+
propTypes: {
|
|
11
|
+
fill: PropTypes.Requireable<string>;
|
|
12
|
+
size: PropTypes.Requireable<string | number>;
|
|
13
|
+
className: PropTypes.Requireable<string>;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
export default NavCollapse;
|
|
17
|
+
//# sourceMappingURL=NavCollapse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NavCollapse.d.ts","sourceRoot":"","sources":["../../src/generated/NavCollapse.tsx"],"names":[],"mappings":";AAOA,OAAO,SAAS,MAAM,YAAY,CAAC;AAGnC,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AACnC,MAAM,WAAW,gBAAiB,SAAQ,OAAO,CAAC,cAAc;CAAG;AACnE,QAAA,MAAM,WAAW;uHASd,gBAAgB;;;;;;;;CAelB,CAAC;AAQF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import PropTypes from 'prop-types';
|
|
3
|
+
import { LGGlyph } from '../types';
|
|
4
|
+
export interface NavExpandProps extends LGGlyph.ComponentProps {
|
|
5
|
+
}
|
|
6
|
+
declare const NavExpand: {
|
|
7
|
+
({ className, size, title, ["aria-label"]: ariaLabel, ["aria-labelledby"]: ariaLabelledby, fill, role, ...props }: NavExpandProps): JSX.Element;
|
|
8
|
+
displayName: string;
|
|
9
|
+
isGlyph: boolean;
|
|
10
|
+
propTypes: {
|
|
11
|
+
fill: PropTypes.Requireable<string>;
|
|
12
|
+
size: PropTypes.Requireable<string | number>;
|
|
13
|
+
className: PropTypes.Requireable<string>;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
export default NavExpand;
|
|
17
|
+
//# sourceMappingURL=NavExpand.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NavExpand.d.ts","sourceRoot":"","sources":["../../src/generated/NavExpand.tsx"],"names":[],"mappings":";AAOA,OAAO,SAAS,MAAM,YAAY,CAAC;AAGnC,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AACnC,MAAM,WAAW,cAAe,SAAQ,OAAO,CAAC,cAAc;CAAG;AACjE,QAAA,MAAM,SAAS;uHASZ,cAAc;;;;;;;;CAehB,CAAC;AAQF,eAAe,SAAS,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Return.d.ts","sourceRoot":"","sources":["../../src/generated/Return.tsx"],"names":[],"mappings":";AAOA,OAAO,SAAS,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"Return.d.ts","sourceRoot":"","sources":["../../src/generated/Return.tsx"],"names":[],"mappings":";AAOA,OAAO,SAAS,MAAM,YAAY,CAAC;AAGnC,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AACnC,MAAM,WAAW,WAAY,SAAQ,OAAO,CAAC,cAAc;CAAG;AAC9D,QAAA,MAAM,MAAM;uHAST,WAAW;;;;;;;;CAeb,CAAC;AAQF,eAAe,MAAM,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Sparkle.d.ts","sourceRoot":"","sources":["../../src/generated/Sparkle.tsx"],"names":[],"mappings":";AAOA,OAAO,SAAS,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"Sparkle.d.ts","sourceRoot":"","sources":["../../src/generated/Sparkle.tsx"],"names":[],"mappings":";AAOA,OAAO,SAAS,MAAM,YAAY,CAAC;AAGnC,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;AAQF,eAAe,OAAO,CAAC"}
|
package/dist/glyphs/index.d.ts
CHANGED
|
@@ -9,6 +9,10 @@ declare const _glyphs: {
|
|
|
9
9
|
title?: string | null | undefined;
|
|
10
10
|
role?: "img" | "presentation" | undefined;
|
|
11
11
|
}>;
|
|
12
|
+
readonly AllProducts: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
13
|
+
title?: string | null | undefined;
|
|
14
|
+
role?: "img" | "presentation" | undefined;
|
|
15
|
+
}>;
|
|
12
16
|
readonly Apps: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
13
17
|
title?: string | null | undefined;
|
|
14
18
|
role?: "img" | "presentation" | undefined;
|
|
@@ -313,6 +317,14 @@ declare const _glyphs: {
|
|
|
313
317
|
title?: string | null | undefined;
|
|
314
318
|
role?: "img" | "presentation" | undefined;
|
|
315
319
|
}>;
|
|
320
|
+
readonly NavCollapse: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
321
|
+
title?: string | null | undefined;
|
|
322
|
+
role?: "img" | "presentation" | undefined;
|
|
323
|
+
}>;
|
|
324
|
+
readonly NavExpand: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
325
|
+
title?: string | null | undefined;
|
|
326
|
+
role?: "img" | "presentation" | undefined;
|
|
327
|
+
}>;
|
|
316
328
|
readonly NoFilter: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
|
|
317
329
|
title?: string | null | undefined;
|
|
318
330
|
role?: "img" | "presentation" | undefined;
|
|
@@ -531,6 +543,6 @@ declare const _glyphs: {
|
|
|
531
543
|
}>;
|
|
532
544
|
};
|
|
533
545
|
export declare type GlyphName = keyof typeof _glyphs;
|
|
534
|
-
export declare const glyphs: Record<"ActivityFeed" | "AddFile" | "Apps" | "Array" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "Beaker" | "Bell" | "Biometric" | "Building" | "Bulb" | "Calendar" | "CaretDown" | "CaretLeft" | "CaretRight" | "CaretUp" | "ChartFilled" | "Charts" | "Checkmark" | "CheckmarkWithCircle" | "ChevronDown" | "ChevronLeft" | "ChevronRight" | "ChevronUp" | "Clock" | "ClockWithArrow" | "Clone" | "Cloud" | "Code" | "CodeBlock" | "Connect" | "Copy" | "CreditCard" | "CurlyBraces" | "Cursor" | "Dashboard" | "Database" | "Diagram" | "Diagram2" | "Diagram3" | "Disconnect" | "Download" | "Drag" | "Edit" | "Ellipsis" | "Email" | "Export" | "Favorite" | "Federation" | "File" | "Filter" | "FullScreenEnter" | "FullScreenExit" | "Folder" | "Gauge" | "GlobeAmericas" | "GovernmentBuilding" | "Highlight" | "Home" | "Import" | "ImportantWithCircle" | "InfoWithCircle" | "InviteUser" | "Key" | "Laptop" | "Link" | "List" | "Lock" | "LogIn" | "LogOut" | "MagnifyingGlass" | "Megaphone" | "Menu" | "Minus" | "MultiDirectionArrow" | "MultiLayers" | "NoFilter" | "NotAllowed" | "Note" | "OpenNewTab" | "Pause" | "Person" | "PersonGroup" | "PersonWithLock" | "Play" | "Plus" | "PlusWithCircle" | "QuestionMarkWithCircle" | "Read" | "Redo" | "Refresh" | "Relationship" | "ReplicaSet" | "Resize" | "Return" | "Save" | "Serverless" | "ShardedCluster" | "Settings" | "Shell" | "SMS" | "SortAscending" | "SortDescending" | "Sparkle" | "SplitHorizontal" | "SplitVertical" | "Stitch" | "Support" | "Sweep" | "Table" | "Tag" | "ThumbsDown" | "ThumbsUp" | "TimeSeries" | "Trash" | "Undo" | "University" | "Unlock" | "Unsorted" | "UpDownCarets" | "Upload" | "VerticalEllipsis" | "Visibility" | "VisibilityOff" | "Warning" | "Wizard" | "Wrench" | "Write" | "X" | "XWithCircle", LGGlyph.Component>;
|
|
546
|
+
export declare const glyphs: Record<"ActivityFeed" | "AddFile" | "AllProducts" | "Apps" | "Array" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "Beaker" | "Bell" | "Biometric" | "Building" | "Bulb" | "Calendar" | "CaretDown" | "CaretLeft" | "CaretRight" | "CaretUp" | "ChartFilled" | "Charts" | "Checkmark" | "CheckmarkWithCircle" | "ChevronDown" | "ChevronLeft" | "ChevronRight" | "ChevronUp" | "Clock" | "ClockWithArrow" | "Clone" | "Cloud" | "Code" | "CodeBlock" | "Connect" | "Copy" | "CreditCard" | "CurlyBraces" | "Cursor" | "Dashboard" | "Database" | "Diagram" | "Diagram2" | "Diagram3" | "Disconnect" | "Download" | "Drag" | "Edit" | "Ellipsis" | "Email" | "Export" | "Favorite" | "Federation" | "File" | "Filter" | "FullScreenEnter" | "FullScreenExit" | "Folder" | "Gauge" | "GlobeAmericas" | "GovernmentBuilding" | "Highlight" | "Home" | "Import" | "ImportantWithCircle" | "InfoWithCircle" | "InviteUser" | "Key" | "Laptop" | "Link" | "List" | "Lock" | "LogIn" | "LogOut" | "MagnifyingGlass" | "Megaphone" | "Menu" | "Minus" | "MultiDirectionArrow" | "MultiLayers" | "NavCollapse" | "NavExpand" | "NoFilter" | "NotAllowed" | "Note" | "OpenNewTab" | "Pause" | "Person" | "PersonGroup" | "PersonWithLock" | "Play" | "Plus" | "PlusWithCircle" | "QuestionMarkWithCircle" | "Read" | "Redo" | "Refresh" | "Relationship" | "ReplicaSet" | "Resize" | "Return" | "Save" | "Serverless" | "ShardedCluster" | "Settings" | "Shell" | "SMS" | "SortAscending" | "SortDescending" | "Sparkle" | "SplitHorizontal" | "SplitVertical" | "Stitch" | "Support" | "Sweep" | "Table" | "Tag" | "ThumbsDown" | "ThumbsUp" | "TimeSeries" | "Trash" | "Undo" | "University" | "Unlock" | "Unsorted" | "UpDownCarets" | "Upload" | "VerticalEllipsis" | "Visibility" | "VisibilityOff" | "Warning" | "Wizard" | "Wrench" | "Write" | "X" | "XWithCircle", LGGlyph.Component>;
|
|
535
547
|
export {};
|
|
536
548
|
//# 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;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/glyphs/index.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AA2InC,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwIH,CAAC;AAEX,oBAAY,SAAS,GAAG,MAAM,OAAO,OAAO,CAAC;AAI7C,eAAO,MAAM,MAAM,iyDAI2B,CAAC"}
|