@fluid-topics/ft-reader-topic-metadata 1.3.51 → 1.3.52
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.
|
@@ -137,7 +137,7 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
137
137
|
</${Ht(this.element)}>
|
|
138
138
|
`:Wt`
|
|
139
139
|
<slot part="text" class="ftds-typography ftds-typography--${this.variant}"></slot>
|
|
140
|
-
`}};Ue.styles=[...Ti];Li([(0,Dn.property)()],Ue.prototype,"element",void 0);Li([(0,Dn.property)()],Ue.prototype,"variant",void 0);(0,Bn.customElement)("ft-typography")(ve);(0,Bn.customElement)("ftds-typography")(Ue);var Ii=v(W()),rt=v(_()),er={distance:rt.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:rt.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:rt.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:rt.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:rt.FtCssVariableFactory.
|
|
140
|
+
`}};Ue.styles=[...Ti];Li([(0,Dn.property)()],Ue.prototype,"element",void 0);Li([(0,Dn.property)()],Ue.prototype,"variant",void 0);(0,Bn.customElement)("ft-typography")(ve);(0,Bn.customElement)("ftds-typography")(Ue);var Ii=v(W()),rt=v(_()),er={distance:rt.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:rt.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:rt.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:rt.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:rt.FtCssVariableFactory.extend("--ft-tooltip-border-radius","",rt.designSystemVariables.borderRadiusS),maxWidth:rt.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},_i=Ii.css`
|
|
141
141
|
.ft-tooltip--container {
|
|
142
142
|
display: block;
|
|
143
143
|
}
|
|
@@ -217,7 +217,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
|
|
|
217
217
|
</${Cr(this.element)}>
|
|
218
218
|
`:Or`
|
|
219
219
|
<slot part="text" class="ftds-typography ftds-typography--${this.variant}"></slot>
|
|
220
|
-
`}};Ve.styles=[...ed];td([S()],Ve.prototype,"element",void 0);td([S()],Ve.prototype,"variant",void 0);ee("ft-typography")(Le);ee("ftds-typography")(Ve);var Ir={distance:r.create("--ft-tooltip-distance","","SIZE","4px"),color:r.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:r.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:r.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:r.
|
|
220
|
+
`}};Ve.styles=[...ed];td([S()],Ve.prototype,"element",void 0);td([S()],Ve.prototype,"variant",void 0);ee("ft-typography")(Le);ee("ftds-typography")(Ve);var Ir={distance:r.create("--ft-tooltip-distance","","SIZE","4px"),color:r.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:r.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:r.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:r.extend("--ft-tooltip-border-radius","",W.borderRadiusS),maxWidth:r.create("--ft-tooltip-max-width","","SIZE","150px")},rd=I`
|
|
221
221
|
.ft-tooltip--container {
|
|
222
222
|
display: block;
|
|
223
223
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-topics/ft-reader-topic-metadata",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.52",
|
|
4
4
|
"description": "Metadata of a topic in integrated reader.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Lit"
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
"url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@fluid-topics/ft-wc-utils": "1.3.
|
|
22
|
+
"@fluid-topics/ft-wc-utils": "1.3.52",
|
|
23
23
|
"lit": "3.1.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@fluid-topics/ft-wc-test-utils": "1.3.
|
|
26
|
+
"@fluid-topics/ft-wc-test-utils": "1.3.52"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "8cd9d8b95748384e70ead4c45af71bd9781ddf44"
|
|
29
29
|
}
|