0.33.2 • Published 10 months ago

@talentdigital/kit-snippet-integration v0.33.2

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
10 months ago

TalentKit snippet integration

This package provides a single file snippet to integrate TalentKit. It works by finding elements with specific css classes and attaching the TalentKit functionality to them.

Production usage

Include the following script tag in your HTML file:

<script src="https://unpkg.com/@talentdigital/kit-snippet-integration/dist/talent-kit-snippet-integration.umd.js"></script>

Or use a specific version:

<script src="https://unpkg.com/@talentdigital/kit-snippet-integration/dist/talent-kit-snippet-integration.umd.js"></script>

For full description on how to integrate see the description in freshdesk.

Available classes

  • .td-test-pass - On click, sends a test pass event with the specified id, e.g. td-test-pass td-test-id-secure-password
  • .td-test-fail - On click, sends a test fail event with the specified id, e.g. td-test-fail td-test-id-secure-password
  • .td-test-id-${id} - Used in together with td-test-pass or td-test-fail to specifc the id of the test
  • .td-episode-end - On click, sends an episode end event and redirects back to the main application.

Development

After making changes, build the package with pnpm build and test it through apps/canary-snippet-integration.

0.33.2

10 months ago

0.33.1

11 months ago

0.33.0

12 months ago

0.32.4

1 year ago

0.32.3

1 year ago

0.32.2

1 year ago

0.32.1

1 year ago

0.32.0

1 year ago

0.31.1

1 year ago

0.31.0

1 year ago

0.30.1

1 year ago

0.30.0

1 year ago

0.29.1

2 years ago

0.29.0

2 years ago