cotomy 2.0.2 → 2.0.4

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.
@@ -38,6 +38,16 @@ export declare class CotomyElement implements IEventTarget {
38
38
  get stylable(): boolean;
39
39
  private get scopedCssElementId();
40
40
  private useScopedCss;
41
+ private createScopedCss;
42
+ private scopeCssRules;
43
+ private scopeCssPrelude;
44
+ private shouldScopeNestedCss;
45
+ private scopeSelectorList;
46
+ private splitCssSelectorList;
47
+ private findCssStatementEnd;
48
+ private findNextCssBlockStart;
49
+ private findCssBlockEnd;
50
+ private get scopedRootSelector();
41
51
  private ensureScopedCss;
42
52
  static readonly LISTEN_LAYOUT_EVENTS_ATTRIBUTE: string;
43
53
  listenLayoutEvents(): this;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cotomy",
3
- "version": "2.0.2",
3
+ "version": "2.0.4",
4
4
  "main": "dist/cjs/index.cjs",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",