@fluid-topics/ft-search-bar 1.0.60 → 1.0.61

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.
@@ -123,12 +123,14 @@ const q=Symbol.for(""),Y=t=>{if((null==t?void 0:t.r)===q)return null==t?void 0:t
123
123
  vertical-align: inherit;
124
124
  }
125
125
  `,le=[Object.keys(rt).map((t=>function(t){const e=rt[t];return o.css`
126
- font-family: ${e.fontFamily};
127
- font-size: ${e.fontSize};
128
- font-weight: ${e.fontWeight};
129
- letter-spacing: ${e.letterSpacing};
130
- line-height: ${e.lineHeight};
131
- text-transform: ${e.textCase};
126
+ .ft-typography--${o.unsafeCSS(t)} {
127
+ font-family: ${e.fontFamily};
128
+ font-size: ${e.fontSize};
129
+ font-weight: ${e.fontWeight};
130
+ letter-spacing: ${e.letterSpacing};
131
+ line-height: ${e.lineHeight};
132
+ text-transform: ${e.textCase};
133
+ }
132
134
  `}(t)))];var se=function(t,e,o,i){for(var r,a=arguments.length,n=a<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,l=t.length-1;l>=0;l--)(r=t[l])&&(n=(a<3?r(n):a>3?r(e,o,n):r(e,o))||n);return a>3&&n&&Object.defineProperty(e,o,n),n};class ce extends e.FtLitElement{constructor(){super(...arguments),this.variant=tt.body1}render(){return this.element?Q`
133
135
  <${X(this.element)}
134
136
  class="ft-typography ft-typography--${this.variant}">
@@ -244,12 +244,14 @@ const le=Symbol.for(""),ce=t=>{if((null==t?void 0:t.r)===le)return null==t?void
244
244
  vertical-align: inherit;
245
245
  }
246
246
  `,bo=[Object.keys(kt).map((t=>function(t){const e=kt[t];return x`
247
- font-family: ${e.fontFamily};
248
- font-size: ${e.fontSize};
249
- font-weight: ${e.fontWeight};
250
- letter-spacing: ${e.letterSpacing};
251
- line-height: ${e.lineHeight};
252
- text-transform: ${e.textCase};
247
+ .ft-typography--${v(t)} {
248
+ font-family: ${e.fontFamily};
249
+ font-size: ${e.fontSize};
250
+ font-weight: ${e.fontWeight};
251
+ letter-spacing: ${e.letterSpacing};
252
+ line-height: ${e.lineHeight};
253
+ text-transform: ${e.textCase};
254
+ }
253
255
  `}(t)))];var go=function(t,e,o,i){for(var r,a=arguments.length,n=a<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(n=(a<3?r(n):a>3?r(e,o,n):r(e,o))||n);return a>3&&n&&Object.defineProperty(e,o,n),n};class yo extends Bt{constructor(){super(...arguments),this.variant=de.body1}render(){return this.element?fe`
254
256
  <${pe(this.element)}
255
257
  class="ft-typography ft-typography--${this.variant}">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-search-bar",
3
- "version": "1.0.60",
3
+ "version": "1.0.61",
4
4
  "description": "Search bar component using Fluid Topics public API",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,22 +19,22 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-accordion": "1.0.60",
23
- "@fluid-topics/ft-button": "1.0.60",
24
- "@fluid-topics/ft-chip": "1.0.60",
25
- "@fluid-topics/ft-filter": "1.0.60",
26
- "@fluid-topics/ft-icon": "1.0.60",
27
- "@fluid-topics/ft-select": "1.0.60",
28
- "@fluid-topics/ft-size-watcher": "1.0.60",
29
- "@fluid-topics/ft-skeleton": "1.0.60",
30
- "@fluid-topics/ft-snap-scroll": "1.0.60",
31
- "@fluid-topics/ft-tooltip": "1.0.60",
32
- "@fluid-topics/ft-typography": "1.0.60",
33
- "@fluid-topics/ft-wc-utils": "1.0.60",
22
+ "@fluid-topics/ft-accordion": "1.0.61",
23
+ "@fluid-topics/ft-button": "1.0.61",
24
+ "@fluid-topics/ft-chip": "1.0.61",
25
+ "@fluid-topics/ft-filter": "1.0.61",
26
+ "@fluid-topics/ft-icon": "1.0.61",
27
+ "@fluid-topics/ft-select": "1.0.61",
28
+ "@fluid-topics/ft-size-watcher": "1.0.61",
29
+ "@fluid-topics/ft-skeleton": "1.0.61",
30
+ "@fluid-topics/ft-snap-scroll": "1.0.61",
31
+ "@fluid-topics/ft-tooltip": "1.0.61",
32
+ "@fluid-topics/ft-typography": "1.0.61",
33
+ "@fluid-topics/ft-wc-utils": "1.0.61",
34
34
  "lit": "2.7.2"
35
35
  },
36
36
  "devDependencies": {
37
- "@fluid-topics/public-api": "1.0.45"
37
+ "@fluid-topics/public-api": "1.0.48"
38
38
  },
39
- "gitHead": "8eb7c2ef052f5d3f61ed0bf150fcaee093805450"
39
+ "gitHead": "c2a916c32bd1fe396316800c6afd78662ed27409"
40
40
  }