@fluid-topics/ft-reader-metadata 1.2.53 → 1.2.55

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.
@@ -1252,6 +1252,12 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
1252
1252
  align-items: center;
1253
1253
  }
1254
1254
 
1255
+ .ftds-chip--icon-container {
1256
+ display: inline-flex;
1257
+ align-items: center;
1258
+ flex: none;
1259
+ }
1260
+
1255
1261
  .ftds-chip ft-typography {
1256
1262
  display: flex; /* For typo alignment in the chip */
1257
1263
  }
@@ -6,7 +6,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:o.extend("--ft-conte
6
6
  .highlight-html-match {
7
7
  background: ${uc};
8
8
  }
9
- `;function ia(e,t,r){var n,i;let a=e.getAttribute("data-highlight-html-query");if((a??"")!==(t??"")){let s=new Yp(e);if(s.unmark(),t&&t.trim()){let c={className:(n=r?.className)!==null&&n!==void 0?n:"highlight-html-match"};r?.attributes!=null&&(c.each=p=>{for(let h in r.attributes)p.setAttribute(h,r.attributes[h])}),s.mark(t.replace(/"[^"]+"/g,""),{...c,separateWordSearch:!0}),((i=t.match(/"[^"]+"/g))!==null&&i!==void 0?i:[]).forEach(p=>s.mark(p.replace(/"/g,""),{...c,separateWordSearch:!1}))}}e.setAttribute("data-highlight-html-query",t??"")}var sa={};Z(sa,{noTextInputDefaultClearButton:()=>Qp,noTextSelect:()=>fe,safariEllipsisFix:()=>oo,wordWrap:()=>Jp});var fe=L`
9
+ `;function ia(e,t,r){var n,i;let a=e.getAttribute("data-highlight-html-query");if((a??"")!==(t??"")){let s=new Yp(e);if(s.unmark(),t&&t.trim()){let c={className:(n=r?.className)!==null&&n!==void 0?n:"highlight-html-match",acrossElements:!0};r?.attributes!=null&&(c.each=p=>{for(let h in r.attributes)p.setAttribute(h,r.attributes[h])}),s.mark(t.replace(/"[^"]+"/g,""),{...c,separateWordSearch:!0}),((i=t.match(/"[^"]+"/g))!==null&&i!==void 0?i:[]).forEach(p=>s.mark(p.replace(/"/g,""),{...c,separateWordSearch:!1}))}}e.setAttribute("data-highlight-html-query",t??"")}var sa={};Z(sa,{noTextInputDefaultClearButton:()=>Qp,noTextSelect:()=>fe,safariEllipsisFix:()=>oo,wordWrap:()=>Jp});var fe=L`
10
10
  .ft-no-text-select {
11
11
  -webkit-touch-callout: none;
12
12
  -webkit-user-select: none;
@@ -1295,6 +1295,12 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:o.extend("--ft-conte
1295
1295
  align-items: center;
1296
1296
  }
1297
1297
 
1298
+ .ftds-chip--icon-container {
1299
+ display: inline-flex;
1300
+ align-items: center;
1301
+ flex: none;
1302
+ }
1303
+
1298
1304
  .ftds-chip ft-typography {
1299
1305
  display: flex; /* For typo alignment in the chip */
1300
1306
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-reader-metadata",
3
- "version": "1.2.53",
3
+ "version": "1.2.55",
4
4
  "description": "Metadata for integrated reader",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,16 +19,16 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-chip": "1.2.53",
23
- "@fluid-topics/ft-floating-menu": "1.2.53",
24
- "@fluid-topics/ft-reader-context": "1.2.53",
25
- "@fluid-topics/ft-ripple": "1.2.53",
26
- "@fluid-topics/ft-tooltip": "1.2.53",
27
- "@fluid-topics/ft-wc-utils": "1.2.53",
22
+ "@fluid-topics/ft-chip": "1.2.55",
23
+ "@fluid-topics/ft-floating-menu": "1.2.55",
24
+ "@fluid-topics/ft-reader-context": "1.2.55",
25
+ "@fluid-topics/ft-ripple": "1.2.55",
26
+ "@fluid-topics/ft-tooltip": "1.2.55",
27
+ "@fluid-topics/ft-wc-utils": "1.2.55",
28
28
  "lit": "3.1.0"
29
29
  },
30
30
  "devDependencies": {
31
- "@fluid-topics/ft-wc-test-utils": "1.2.53"
31
+ "@fluid-topics/ft-wc-test-utils": "1.2.55"
32
32
  },
33
- "gitHead": "bd51f81f7882978f24a88c30c24427c56f2faa86"
33
+ "gitHead": "a9eaad0e420f0114aaa6cad55e73f0d917715878"
34
34
  }