@fluid-topics/ft-filterable-table 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.
@@ -106,12 +106,14 @@ const P=Symbol.for(""),M=t=>{if((null==t?void 0:t.r)===P)return null==t?void 0:t
106
106
  vertical-align: inherit;
107
107
  }
108
108
  `,lo=[Object.keys(Q).map((t=>function(t){const o=Q[t];return e.css`
109
- font-family: ${o.fontFamily};
110
- font-size: ${o.fontSize};
111
- font-weight: ${o.fontWeight};
112
- letter-spacing: ${o.letterSpacing};
113
- line-height: ${o.lineHeight};
114
- text-transform: ${o.textCase};
109
+ .ft-typography--${e.unsafeCSS(t)} {
110
+ font-family: ${o.fontFamily};
111
+ font-size: ${o.fontSize};
112
+ font-weight: ${o.fontWeight};
113
+ letter-spacing: ${o.letterSpacing};
114
+ line-height: ${o.lineHeight};
115
+ text-transform: ${o.textCase};
116
+ }
115
117
  `}(t)))];var so=function(t,o,e,i){for(var r,a=arguments.length,n=a<3?o:null===i?i=Object.getOwnPropertyDescriptor(o,e):i,l=t.length-1;l>=0;l--)(r=t[l])&&(n=(a<3?r(n):a>3?r(o,e,n):r(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class co extends o.FtLitElement{constructor(){super(...arguments),this.variant=Y.body1}render(){return this.element?V`
116
118
  <${T(this.element)}
117
119
  class="ft-typography ft-typography--${this.variant}">
@@ -221,12 +221,14 @@ let ee=class extends Gt{constructor(t){if(super(t),this.et=tt,t.type!==Pt)throw
221
221
  vertical-align: inherit;
222
222
  }
223
223
  `,go=[Object.keys(wt).map((t=>function(t){const e=wt[t];return x`
224
- font-family: ${e.fontFamily};
225
- font-size: ${e.fontSize};
226
- font-weight: ${e.fontWeight};
227
- letter-spacing: ${e.letterSpacing};
228
- line-height: ${e.lineHeight};
229
- text-transform: ${e.textCase};
224
+ .ft-typography--${m(t)} {
225
+ font-family: ${e.fontFamily};
226
+ font-size: ${e.fontSize};
227
+ font-weight: ${e.fontWeight};
228
+ letter-spacing: ${e.letterSpacing};
229
+ line-height: ${e.lineHeight};
230
+ text-transform: ${e.textCase};
231
+ }
230
232
  `}(t)))];var bo=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,l=t.length-1;l>=0;l--)(r=t[l])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class mo extends zt{constructor(){super(...arguments),this.variant=ce.body1}render(){return this.element?se`
231
233
  <${ae(this.element)}
232
234
  class="ft-typography ft-typography--${this.variant}">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-filterable-table",
3
- "version": "1.0.60",
3
+ "version": "1.0.61",
4
4
  "description": "A dynamic table with filters",
5
5
  "keywords": [
6
6
  "Lit"
@@ -22,11 +22,11 @@
22
22
  "test": "echo \"Error: run tests from root\" && exit 1"
23
23
  },
24
24
  "dependencies": {
25
- "@fluid-topics/ft-button": "1.0.60",
26
- "@fluid-topics/ft-select": "1.0.60",
27
- "@fluid-topics/ft-text-field": "1.0.60",
28
- "@fluid-topics/ft-wc-utils": "1.0.60",
25
+ "@fluid-topics/ft-button": "1.0.61",
26
+ "@fluid-topics/ft-select": "1.0.61",
27
+ "@fluid-topics/ft-text-field": "1.0.61",
28
+ "@fluid-topics/ft-wc-utils": "1.0.61",
29
29
  "lit": "2.7.2"
30
30
  },
31
- "gitHead": "8eb7c2ef052f5d3f61ed0bf150fcaee093805450"
31
+ "gitHead": "c2a916c32bd1fe396316800c6afd78662ed27409"
32
32
  }