@melodicdev/components 1.5.6 → 1.5.7

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.
@@ -11,7 +11,7 @@
11
11
  * ```
12
12
  */
13
13
  export declare class IconComponent {
14
- /** phosphor icon ligature */
14
+ /** phosphor icon name (maps to unicode codepoint) */
15
15
  icon: string;
16
16
  /** phosphor icon format */
17
17
  format: 'bold' | 'fill' | 'light' | 'regular' | 'thin';
@@ -1 +1 @@
1
- {"version":3,"file":"icon.component.d.ts","sourceRoot":"","sources":["../../../../src/components/general/icon/icon.component.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;GAWG;AACH,qBAMa,aAAa;IACzB,6BAA6B;IACtB,IAAI,EAAE,MAAM,CAAM;IAEzB,2BAA2B;IACpB,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,CAAa;CAC1E"}
1
+ {"version":3,"file":"icon.component.d.ts","sourceRoot":"","sources":["../../../../src/components/general/icon/icon.component.ts"],"names":[],"mappings":"AAIA;;;;;;;;;;;GAWG;AACH,qBAMa,aAAa;IACzB,qDAAqD;IAC9C,IAAI,EAAE,MAAM,CAAM;IAEzB,2BAA2B;IACpB,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,CAAa;CAC1E"}
@@ -21,7 +21,7 @@ import { iconStyles } from './icon.styles.js';
21
21
  */
22
22
  let IconComponent = class IconComponent {
23
23
  constructor() {
24
- /** phosphor icon ligature */
24
+ /** phosphor icon name (maps to unicode codepoint) */
25
25
  this.icon = '';
26
26
  /** phosphor icon format */
27
27
  this.format = 'regular';
@@ -0,0 +1,2 @@
1
+ export declare const PHOSPHOR_ICON_MAP: Record<string, string>;
2
+ //# sourceMappingURL=icon.map.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon.map.d.ts","sourceRoot":"","sources":["../../../../src/components/general/icon/icon.map.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CA2/CpD,CAAC"}