@esmalley/ts-utils 6.1.0 → 6.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.
@@ -1,3 +1,4 @@
1
+ type CSSMap = Map<string, string>;
1
2
  /**
2
3
  * Class to get the style
3
4
  * Has base CSS functions
@@ -52,6 +53,7 @@ export declare class Style {
52
53
  * Call this to add css as a style-sheet, so you can do css selectors like hover td {} etc
53
54
  */
54
55
  static getStyleClassName(cssString: string | object, debug?: boolean): string;
56
+ static getMap(): CSSMap;
55
57
  static getCSS(): string;
56
58
  static flush(): void;
57
59
  private static styleCache;
@@ -60,4 +62,5 @@ export declare class Style {
60
62
  private static injectStyle;
61
63
  private static processCSS;
62
64
  }
65
+ export {};
63
66
  //# sourceMappingURL=Style.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Style.d.ts","sourceRoot":"","sources":["../../src/Style.ts"],"names":[],"mappings":"AAQA;;;GAGG;AACH,qBAAa,KAAK;WACF,QAAQ;;;;;;;;;;;;;WAMR,SAAS;;;;;;;;;;;WAcT,SAAS;;;;;;;;;;WAaT,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM;IAoC9C;;;;;;;;;OASG;IAEH;;OAEG;WACW,iBAAiB,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM,EAAE,KAAK,UAAQ;WAa3D,MAAM,IAAI,MAAM;WAMhB,KAAK,IAAI,IAAI;IAK3B,OAAO,CAAC,MAAM,CAAC,UAAU,CAA0B;IAEnD,OAAO,CAAC,MAAM,CAAC,MAAM,CAAqB;IAE1C,OAAO,CAAC,MAAM,CAAC,OAAO;IAqDtB,OAAO,CAAC,MAAM,CAAC,WAAW;IAsB1B,OAAO,CAAC,MAAM,CAAC,UAAU;CAsW1B"}
1
+ {"version":3,"file":"Style.d.ts","sourceRoot":"","sources":["../../src/Style.ts"],"names":[],"mappings":"AAMA,KAAK,MAAM,GAAG,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;AAElC;;;GAGG;AACH,qBAAa,KAAK;WACF,QAAQ;;;;;;;;;;;;;WAMR,SAAS;;;;;;;;;;;WAcT,SAAS;;;;;;;;;;WAaT,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM;IAoC9C;;;;;;;;;OASG;IAEH;;OAEG;WACW,iBAAiB,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM,EAAE,KAAK,UAAQ;WAY3D,MAAM;WAKN,MAAM,IAAI,MAAM;WAMhB,KAAK,IAAI,IAAI;IAK3B,OAAO,CAAC,MAAM,CAAC,UAAU,CAA0B;IAEnD,OAAO,CAAC,MAAM,CAAC,MAAM,CAAqB;IAE1C,OAAO,CAAC,MAAM,CAAC,OAAO;IAqDtB,OAAO,CAAC,MAAM,CAAC,WAAW;IAsB1B,OAAO,CAAC,MAAM,CAAC,UAAU;CAiP1B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esmalley/ts-utils",
3
- "version": "6.1.0",
3
+ "version": "6.2.0",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/esm/index.js",