@fluid-topics/ft-snap-scroll 0.1.8 → 0.1.9
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.
|
@@ -269,7 +269,11 @@ const ct=t=>({_$litStatic$:t}),lt=new Map,dt=(t=>(e,...i)=>{var r;const o=i.leng
|
|
|
269
269
|
line-height: ${ge.lineHeight};
|
|
270
270
|
text-transform: ${ge.textTransform};
|
|
271
271
|
}
|
|
272
|
-
`;let Te=class extends r.FtLitElement{constructor(){super(...arguments),this.variant=ht.body1}getStyles(){return[ve,be,xe,$e,we,ke,ze,Se,Ae,Oe
|
|
272
|
+
`;let Te=class extends r.FtLitElement{constructor(){super(...arguments),this.variant=ht.body1}getStyles(){return[ve,be,xe,$e,we,ke,ze,Se,Ae,Oe,e.css`
|
|
273
|
+
.ft-typography {
|
|
274
|
+
vertical-align: inherit;
|
|
275
|
+
}
|
|
276
|
+
`]}getTemplate(){return this.element?dt`
|
|
273
277
|
<${ct(this.element)}
|
|
274
278
|
class="ft-typography ft-typography--${this.variant}">
|
|
275
279
|
<slot></slot>
|
|
@@ -350,7 +350,11 @@ const qt=t=>({_$litStatic$:t}),Gt=new Map,Xt=(t=>(e,...i)=>{var r;const o=i.leng
|
|
|
350
350
|
line-height: ${ii.lineHeight};
|
|
351
351
|
text-transform: ${ii.textTransform};
|
|
352
352
|
}
|
|
353
|
-
`;let ui=class extends ft{constructor(){super(...arguments),this.variant=Jt.body1}getStyles(){return[ri,oi,ni,si,ai,ci,li,pi,di,hi
|
|
353
|
+
`;let ui=class extends ft{constructor(){super(...arguments),this.variant=Jt.body1}getStyles(){return[ri,oi,ni,si,ai,ci,li,pi,di,hi,s`
|
|
354
|
+
.ft-typography {
|
|
355
|
+
vertical-align: inherit;
|
|
356
|
+
}
|
|
357
|
+
`]}getTemplate(){return this.element?Xt`
|
|
354
358
|
<${qt(this.element)}
|
|
355
359
|
class="ft-typography ft-typography--${this.variant}">
|
|
356
360
|
<slot></slot>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-snap-scroll",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.9",
|
|
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.1.
|
|
23
|
-
"@fluid-topics/ft-wc-utils": "^0.1.
|
|
22
|
+
"@fluid-topics/ft-button": "^0.1.9",
|
|
23
|
+
"@fluid-topics/ft-wc-utils": "^0.1.9",
|
|
24
24
|
"lit": "^2.0.2"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "9f649211936b1529bf691190603f2f721d2a72bd"
|
|
27
27
|
}
|