@fluid-topics/ft-search-saved-searches 1.1.0 → 1.1.2
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.
|
@@ -244,7 +244,7 @@ const tt=Symbol.for(""),ot=t=>{if(t?.r===tt)return t?._$litStatic$},et=t=>({_$li
|
|
|
244
244
|
</${et(this.element)}>
|
|
245
245
|
`:rt`
|
|
246
246
|
<slot class="ft-typography ft-typography--${this.variant}"></slot>
|
|
247
|
-
`}}$o.styles=[fo,ho,yo,uo,go,bo,mo,vo,xo,Oo,No,...So],wo([i.property()],$o.prototype,"element",void 0),wo([i.property()],$o.prototype,"variant",void 0),o.customElement("ft-typography")($o);const Co={padding:o.FtCssVariableFactory.create("--ft-card-padding","","SIZE","12px"),
|
|
247
|
+
`}}$o.styles=[fo,ho,yo,uo,go,bo,mo,vo,xo,Oo,No,...So],wo([i.property()],$o.prototype,"element",void 0),wo([i.property()],$o.prototype,"variant",void 0),o.customElement("ft-typography")($o);const Co={padding:o.FtCssVariableFactory.create("--ft-card-padding","","SIZE","12px"),borderRadius:o.FtCssVariableFactory.extend("--ft-card-border-radius","",o.designSystemVariables.borderRadiusM),borderStyle:o.FtCssVariableFactory.create("--ft-card-border-style","","UNKNOWN","none"),borderColor:o.FtCssVariableFactory.extend("--ft-card-border-color","",o.designSystemVariables.colorOutline),hoverBorderColor:o.FtCssVariableFactory.extend("--ft-card-hover-border-color","",o.designSystemVariables.colorPrimary),outlineStyle:o.FtCssVariableFactory.create("--ft-card-outline-style","","UNKNOWN","solid"),outlineWidth:o.FtCssVariableFactory.create("--ft-card-outline-width","","SIZE","0"),outlineColor:o.FtCssVariableFactory.extend("--ft-card-outline-color","",o.designSystemVariables.colorPrimary),selectedOutlineStyle:o.FtCssVariableFactory.create("--ft-card-selected-outline-style","","UNKNOWN","solid"),selectedOutlineWidth:o.FtCssVariableFactory.create("--ft-card-selected-outline-width","","SIZE","2px"),selectedOutlineColor:o.FtCssVariableFactory.extend("--ft-card-selected-outline-color","",o.designSystemVariables.colorPrimary),selectedBorderRadius:o.FtCssVariableFactory.extend("--ft-card-selected-border-radius","",o.designSystemVariables.borderRadiusM),colorSurface:o.FtCssVariableFactory.external(o.designSystemVariables.colorSurface,"Design system"),colorOnSurfaceMedium:o.FtCssVariableFactory.external(o.designSystemVariables.colorOnSurfaceMedium,"Design system"),colorOnSurfaceHigh:o.FtCssVariableFactory.external(o.designSystemVariables.colorOnSurfaceHigh,"Design system"),elevation02:o.FtCssVariableFactory.external(o.designSystemVariables.elevation02,"Design system"),elevation04:o.FtCssVariableFactory.external(o.designSystemVariables.elevation04,"Design system")},Io=e.css`
|
|
248
248
|
:host {
|
|
249
249
|
display: block;
|
|
250
250
|
}
|
|
@@ -254,6 +254,9 @@ const tt=Symbol.for(""),ot=t=>{if(t?.r===tt)return t?._$litStatic$},et=t=>({_$li
|
|
|
254
254
|
outline-style: ${Co.outlineStyle};
|
|
255
255
|
outline-width: ${Co.outlineWidth};
|
|
256
256
|
outline-color: ${Co.outlineColor};
|
|
257
|
+
border-color: ${Co.borderColor};
|
|
258
|
+
border-style: ${Co.borderStyle};
|
|
259
|
+
border-width: 1px;
|
|
257
260
|
border-radius: ${Co.borderRadius};
|
|
258
261
|
${o.setVariable(s.borderRadius,Co.borderRadius)};
|
|
259
262
|
box-shadow: ${Co.elevation02};
|
|
@@ -295,6 +298,7 @@ const tt=Symbol.for(""),ot=t=>{if(t?.r===tt)return t?._$litStatic$},et=t=>({_$li
|
|
|
295
298
|
|
|
296
299
|
#container.clickable:hover {
|
|
297
300
|
box-shadow: ${Co.elevation04};
|
|
301
|
+
border-color: ${Co.hoverBorderColor};
|
|
298
302
|
}
|
|
299
303
|
|
|
300
304
|
#header {
|