easter-egg-quest 1.0.17 → 1.0.18

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.
@@ -32,6 +32,8 @@ export declare class ResultsRenderer {
32
32
  /** Festive Fabergé egg — seeded enamel bands + golden dividers + gem dots. */
33
33
  private _paintFestiveEgg;
34
34
  private _copyShareImage;
35
+ private _copyShareText;
36
+ private _buildShareText;
35
37
  private _downloadBlob;
36
38
  private _renderCard;
37
39
  private _roundRect;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easter-egg-quest",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "description": "A hidden Easter-themed narrative mini-game overlay for any website",
5
5
  "main": "dist/easter-egg-quest.umd.js",
6
6
  "module": "dist/easter-egg-quest.es.js",