@pairbo/ui-kit 0.4.13 → 0.4.14
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/page-manager.js +13 -6
- package/dist/ui-kit.js +13 -6
- package/package.json +1 -1
package/dist/page-manager.js
CHANGED
|
@@ -3288,21 +3288,27 @@ void main() {
|
|
|
3288
3288
|
<ol class="tutorial-steps">
|
|
3289
3289
|
<li>
|
|
3290
3290
|
<strong class="step-title">Step 1</strong>
|
|
3291
|
-
<span class="step-description"
|
|
3291
|
+
<span class="step-description" part="step-description"
|
|
3292
|
+
>Write message & signature on white paper</span
|
|
3293
|
+
>
|
|
3292
3294
|
</li>
|
|
3293
3295
|
<li>
|
|
3294
3296
|
<strong class="step-title">Step 2</strong>
|
|
3295
|
-
<span class="step-description">
|
|
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
3302
|
<strong class="step-title">Step 3</strong>
|
|
3301
|
-
<span class="step-description"
|
|
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
3308
|
<strong class="step-title">Step 4</strong>
|
|
3305
|
-
<span class="step-description"
|
|
3309
|
+
<span class="step-description" part="step-description"
|
|
3310
|
+
>Review preview & adjust if needed</span
|
|
3311
|
+
>
|
|
3306
3312
|
</li>
|
|
3307
3313
|
</ol>
|
|
3308
3314
|
</div>
|
|
@@ -3545,7 +3551,8 @@ 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-description
|
|
3549
3556
|
"
|
|
3550
3557
|
cta-primary-label=${this.handwrittenFormCtaLabel}
|
|
3551
3558
|
style=${pe({display:this.editorType==="handwritten"?"block":"none"})}
|
|
@@ -3636,7 +3643,7 @@ void main() {
|
|
|
3636
3643
|
<div class="editor" ?hidden=${this.currentPage!=="editor"} part="editor-container">
|
|
3637
3644
|
<pbo-editor
|
|
3638
3645
|
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"
|
|
3646
|
+
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-description"
|
|
3640
3647
|
.card=${this.selectedCard}
|
|
3641
3648
|
type-form-cta-primary-label=${this.typeFormCtaLabel}
|
|
3642
3649
|
handwritten-form-cta-primary-label=${this.handwrittenFormCtaLabel}
|
package/dist/ui-kit.js
CHANGED
|
@@ -2968,21 +2968,27 @@ void main() {
|
|
|
2968
2968
|
<ol class="tutorial-steps">
|
|
2969
2969
|
<li>
|
|
2970
2970
|
<strong class="step-title">Step 1</strong>
|
|
2971
|
-
<span class="step-description"
|
|
2971
|
+
<span class="step-description" part="step-description"
|
|
2972
|
+
>Write message & signature on white paper</span
|
|
2973
|
+
>
|
|
2972
2974
|
</li>
|
|
2973
2975
|
<li>
|
|
2974
2976
|
<strong class="step-title">Step 2</strong>
|
|
2975
|
-
<span class="step-description">
|
|
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
2982
|
<strong class="step-title">Step 3</strong>
|
|
2981
|
-
<span class="step-description"
|
|
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
2988
|
<strong class="step-title">Step 4</strong>
|
|
2985
|
-
<span class="step-description"
|
|
2989
|
+
<span class="step-description" part="step-description"
|
|
2990
|
+
>Review preview & adjust if needed</span
|
|
2991
|
+
>
|
|
2986
2992
|
</li>
|
|
2987
2993
|
</ol>
|
|
2988
2994
|
</div>
|
|
@@ -3225,7 +3231,8 @@ 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-description
|
|
3229
3236
|
"
|
|
3230
3237
|
cta-primary-label=${this.handwrittenFormCtaLabel}
|
|
3231
3238
|
style=${ge({display:this.editorType==="handwritten"?"block":"none"})}
|
|
@@ -3757,7 +3764,7 @@ void main() {
|
|
|
3757
3764
|
<div class="editor" ?hidden=${this.currentPage!=="editor"} part="editor-container">
|
|
3758
3765
|
<pbo-editor
|
|
3759
3766
|
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"
|
|
3767
|
+
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-description"
|
|
3761
3768
|
.card=${this.selectedCard}
|
|
3762
3769
|
type-form-cta-primary-label=${this.typeFormCtaLabel}
|
|
3763
3770
|
handwritten-form-cta-primary-label=${this.handwrittenFormCtaLabel}
|