@constructor-io/constructorio-ui-quizzes 1.12.2 → 1.12.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.
package/README.md CHANGED
@@ -31,7 +31,7 @@ import CioQuiz from '@constructor-io/constructorio-ui-quizzes';
31
31
  function YourComponent() {
32
32
  return (
33
33
  <div>
34
- <CioQuiz quizId='coffee-quiz' apiKey='key_wJSdZSiesX5hiVLt' />
34
+ <CioQuiz quizId='coffee-quiz' apiKey='key_n4SkMH5PFWLdStQZ' />
35
35
  </div>
36
36
  );
37
37
  }
@@ -48,7 +48,7 @@ import CioQuiz from '@constructor-io/constructorio-ui-quizzes/constructorio-ui-q
48
48
  CioQuiz({
49
49
  selector: '#quiz-container',
50
50
  quizId: 'coffee-quiz',
51
- apiKey: 'key_wJSdZSiesX5hiVLt',
51
+ apiKey: 'key_n4SkMH5PFWLdStQZ',
52
52
  includeCSS: true, // Include the default CSS styles. Defaults to true.
53
53
  resultCardOptions: {
54
54
  resultCardRegularPriceKey: 'price',