@whenessel/seql-js 1.0.0 → 1.0.2

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/dist/seql-js.d.ts CHANGED
@@ -320,10 +320,6 @@ export declare class CssGenerator {
320
320
  * @returns A minimal CSS selector for the element
321
321
  */
322
322
  private buildElementSelector;
323
- /**
324
- * Checks if ID is dynamic (generated)
325
- */
326
- private isDynamicId;
327
323
  /**
328
324
  * Safe querySelectorAll that doesn't throw
329
325
  */