@fluid-topics/ft-snap-scroll 0.3.50 → 0.3.51
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.
|
@@ -529,6 +529,7 @@ const J=Symbol.for(""),Q=t=>{if((null==t?void 0:t.r)===J)return null==t?void 0:t
|
|
|
529
529
|
<ft-ripple part="ripple" ?disabled=${this.isDisabled()}></ft-ripple>
|
|
530
530
|
<ft-typography part="label"
|
|
531
531
|
variant="button"
|
|
532
|
+
element="span"
|
|
532
533
|
class="ft-button--label"
|
|
533
534
|
?hidden=${!this.hasTextContent()}>
|
|
534
535
|
<slot @slotchange=${this.onSlotchange}></slot>
|
|
@@ -646,6 +646,7 @@ class me extends Nt{constructor(t){if(super(t),this.it=J,t.type!==St)throw Error
|
|
|
646
646
|
<ft-ripple part="ripple" ?disabled=${this.isDisabled()}></ft-ripple>
|
|
647
647
|
<ft-typography part="label"
|
|
648
648
|
variant="button"
|
|
649
|
+
element="span"
|
|
649
650
|
class="ft-button--label"
|
|
650
651
|
?hidden=${!this.hasTextContent()}>
|
|
651
652
|
<slot @slotchange=${this.onSlotchange}></slot>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-snap-scroll",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.51",
|
|
4
4
|
"description": "Vertical or horizontal container with snap scrolling.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/ft-button": "0.3.
|
|
23
|
-
"@fluid-topics/ft-wc-utils": "0.3.
|
|
22
|
+
"@fluid-topics/ft-button": "0.3.51",
|
|
23
|
+
"@fluid-topics/ft-wc-utils": "0.3.51",
|
|
24
24
|
"lit": "2.2.8"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "6396591dbb377dbb8b05e6328135168279c99417"
|
|
27
27
|
}
|