@pairbo/ui-kit 0.4.13 → 0.4.15

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.
@@ -3287,22 +3287,28 @@ void main() {
3287
3287
  <div class="handwritten-tutorials" aria-label="Instructions">
3288
3288
  <ol class="tutorial-steps">
3289
3289
  <li>
3290
- <strong class="step-title">Step 1</strong>
3291
- <span class="step-description">Write message &amp; signature on white paper</span>
3290
+ <strong class="step-title" part="step-title">Step 1</strong>
3291
+ <span class="step-description" part="step-description"
3292
+ >Write message &amp; signature on white paper</span
3293
+ >
3292
3294
  </li>
3293
3295
  <li>
3294
- <strong class="step-title">Step 2</strong>
3295
- <span class="step-description">
3296
+ <strong class="step-title" part="step-title">Step 2</strong>
3297
+ <span class="step-description" part="step-description">
3296
3298
  Take a well-lit photo on your phone, then crop and save it
3297
3299
  </span>
3298
3300
  </li>
3299
3301
  <li>
3300
- <strong class="step-title">Step 3</strong>
3301
- <span class="step-description">Crop photo tightly around text, then upload</span>
3302
+ <strong class="step-title" part="step-title">Step 3</strong>
3303
+ <span class="step-description" part="step-description"
3304
+ >Crop photo tightly around text, then upload</span
3305
+ >
3302
3306
  </li>
3303
3307
  <li>
3304
- <strong class="step-title">Step 4</strong>
3305
- <span class="step-description">Review preview &amp; adjust if needed</span>
3308
+ <strong class="step-title" part="step-title">Step 4</strong>
3309
+ <span class="step-description" part="step-description"
3310
+ >Review preview &amp; adjust if needed</span
3311
+ >
3306
3312
  </li>
3307
3313
  </ol>
3308
3314
  </div>
@@ -3545,7 +3551,9 @@ void main() {
3545
3551
  cta-button-base,
3546
3552
  cta-button-label,
3547
3553
  cta-link-button-base,
3548
- cta-link-button-label
3554
+ cta-link-button-label,
3555
+ step-title,
3556
+ step-description
3549
3557
  "
3550
3558
  cta-primary-label=${this.handwrittenFormCtaLabel}
3551
3559
  style=${pe({display:this.editorType==="handwritten"?"block":"none"})}
@@ -3636,7 +3644,7 @@ void main() {
3636
3644
  <div class="editor" ?hidden=${this.currentPage!=="editor"} part="editor-container">
3637
3645
  <pbo-editor
3638
3646
  part="editor"
3639
- exportparts="editor-card-slider-container,editor-form-container,type-form,handwritten-form,editor-textarea,font-selector-label,color-selector-label,alignment-selector-label,type-form-label, cta-button-base,cta-button-label,cta-link-button-base,cta-link-button-label"
3647
+ exportparts="editor-card-slider-container,editor-form-container,type-form,handwritten-form,editor-textarea,font-selector-label,color-selector-label,alignment-selector-label,type-form-label, cta-button-base,cta-button-label,cta-link-button-base,cta-link-button-label,step-title,step-description"
3640
3648
  .card=${this.selectedCard}
3641
3649
  type-form-cta-primary-label=${this.typeFormCtaLabel}
3642
3650
  handwritten-form-cta-primary-label=${this.handwrittenFormCtaLabel}
package/dist/ui-kit.js CHANGED
@@ -2967,22 +2967,28 @@ void main() {
2967
2967
  <div class="handwritten-tutorials" aria-label="Instructions">
2968
2968
  <ol class="tutorial-steps">
2969
2969
  <li>
2970
- <strong class="step-title">Step 1</strong>
2971
- <span class="step-description">Write message &amp; signature on white paper</span>
2970
+ <strong class="step-title" part="step-title">Step 1</strong>
2971
+ <span class="step-description" part="step-description"
2972
+ >Write message &amp; signature on white paper</span
2973
+ >
2972
2974
  </li>
2973
2975
  <li>
2974
- <strong class="step-title">Step 2</strong>
2975
- <span class="step-description">
2976
+ <strong class="step-title" part="step-title">Step 2</strong>
2977
+ <span class="step-description" part="step-description">
2976
2978
  Take a well-lit photo on your phone, then crop and save it
2977
2979
  </span>
2978
2980
  </li>
2979
2981
  <li>
2980
- <strong class="step-title">Step 3</strong>
2981
- <span class="step-description">Crop photo tightly around text, then upload</span>
2982
+ <strong class="step-title" part="step-title">Step 3</strong>
2983
+ <span class="step-description" part="step-description"
2984
+ >Crop photo tightly around text, then upload</span
2985
+ >
2982
2986
  </li>
2983
2987
  <li>
2984
- <strong class="step-title">Step 4</strong>
2985
- <span class="step-description">Review preview &amp; adjust if needed</span>
2988
+ <strong class="step-title" part="step-title">Step 4</strong>
2989
+ <span class="step-description" part="step-description"
2990
+ >Review preview &amp; adjust if needed</span
2991
+ >
2986
2992
  </li>
2987
2993
  </ol>
2988
2994
  </div>
@@ -3225,7 +3231,9 @@ void main() {
3225
3231
  cta-button-base,
3226
3232
  cta-button-label,
3227
3233
  cta-link-button-base,
3228
- cta-link-button-label
3234
+ cta-link-button-label,
3235
+ step-title,
3236
+ step-description
3229
3237
  "
3230
3238
  cta-primary-label=${this.handwrittenFormCtaLabel}
3231
3239
  style=${ge({display:this.editorType==="handwritten"?"block":"none"})}
@@ -3757,7 +3765,7 @@ void main() {
3757
3765
  <div class="editor" ?hidden=${this.currentPage!=="editor"} part="editor-container">
3758
3766
  <pbo-editor
3759
3767
  part="editor"
3760
- exportparts="editor-card-slider-container,editor-form-container,type-form,handwritten-form,editor-textarea,font-selector-label,color-selector-label,alignment-selector-label,type-form-label, cta-button-base,cta-button-label,cta-link-button-base,cta-link-button-label"
3768
+ exportparts="editor-card-slider-container,editor-form-container,type-form,handwritten-form,editor-textarea,font-selector-label,color-selector-label,alignment-selector-label,type-form-label, cta-button-base,cta-button-label,cta-link-button-base,cta-link-button-label,step-title,step-description"
3761
3769
  .card=${this.selectedCard}
3762
3770
  type-form-cta-primary-label=${this.typeFormCtaLabel}
3763
3771
  handwritten-form-cta-primary-label=${this.handwrittenFormCtaLabel}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pairbo/ui-kit",
3
- "version": "0.4.13",
3
+ "version": "0.4.15",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "readme": "./README-NPM.md",