@leafygreen-ui/icon 11.11.0-test.0 → 11.11.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.
@@ -1,19 +0,0 @@
1
- interface BabelAPI extends Record<string, any> {
2
- template: {
3
- smart: (opts: Record<string, any>) => any;
4
- } & Record<string, any>;
5
- }
6
- interface SVGROptions extends Record<string, any> {
7
- state: {
8
- componentName: string;
9
- } & Record<string, any>;
10
- }
11
- interface ASTParts extends Record<string, any> {
12
- jsx: Record<string, any>;
13
- componentName: object;
14
- imports: string;
15
- exports: string;
16
- interfaces: string;
17
- props: string;
18
- }
19
- //# sourceMappingURL=template.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"template.d.ts","sourceRoot":"","sources":["../src/template.ts"],"names":[],"mappings":"AAAA,UAAU,QAAS,SAAQ,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;IAC5C,QAAQ,EAAE;QACR,KAAK,EAAE,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,KAAK,GAAG,CAAC;KAC3C,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACzB;AAED,UAAU,WAAY,SAAQ,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;IAC/C,KAAK,EAAE;QACL,aAAa,EAAE,MAAM,CAAC;KACvB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACzB;AAED,UAAU,QAAS,SAAQ,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;IAC5C,GAAG,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IACzB,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;CACf"}
package/dist/types.d.ts DELETED
@@ -1,15 +0,0 @@
1
- import React from 'react';
2
- export declare namespace SVGR {
3
- interface ComponentProps extends React.SVGProps<SVGSVGElement> {
4
- title?: string | null;
5
- role?: 'presentation' | 'img';
6
- }
7
- type Component = React.ComponentType<ComponentProps>;
8
- }
9
- export declare namespace LGGlyph {
10
- interface ComponentProps extends SVGR.ComponentProps {
11
- size?: number | 'small' | 'default' | 'large' | 'xlarge';
12
- }
13
- type Component = React.ComponentType<ComponentProps>;
14
- }
15
- //# sourceMappingURL=types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,yBAAiB,IAAI,CAAC;IACpB,UAAiB,cAAe,SAAQ,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;QACnE,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACtB,IAAI,CAAC,EAAE,cAAc,GAAG,KAAK,CAAC;KAC/B;IAED,KAAY,SAAS,GAAG,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,CAAC;CAC7D;AAED,yBAAiB,OAAO,CAAC;IACvB,UAAiB,cAAe,SAAQ,IAAI,CAAC,cAAc;QACzD,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,SAAS,GAAG,OAAO,GAAG,QAAQ,CAAC;KAC1D;IAED,KAAY,SAAS,GAAG,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,CAAC;CAC7D"}