@fluid-topics/ft-reader-topic-metadata 1.2.52 → 1.2.54

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.
@@ -1235,6 +1235,12 @@ Also for action icons.`,i.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1235
1235
  align-items: center;
1236
1236
  }
1237
1237
 
1238
+ .ftds-chip--icon-container {
1239
+ display: inline-flex;
1240
+ align-items: center;
1241
+ flex: none;
1242
+ }
1243
+
1238
1244
  .ftds-chip ft-typography {
1239
1245
  display: flex; /* For typo alignment in the chip */
1240
1246
  }
@@ -6,7 +6,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
6
6
  .highlight-html-match {
7
7
  background: ${os};
8
8
  }
9
- `;function Md(t,e,o){var n,a;let i=t.getAttribute("data-highlight-html-query");if((i??"")!==(e??"")){let s=new $d(t);if(s.unmark(),e&&e.trim()){let l={className:(n=o?.className)!==null&&n!==void 0?n:"highlight-html-match"};o?.attributes!=null&&(l.each=u=>{for(let h in o.attributes)u.setAttribute(h,o.attributes[h])}),s.mark(e.replace(/"[^"]+"/g,""),{...l,separateWordSearch:!0}),((a=e.match(/"[^"]+"/g))!==null&&a!==void 0?a:[]).forEach(u=>s.mark(u.replace(/"/g,""),{...l,separateWordSearch:!1}))}}t.setAttribute("data-highlight-html-query",e??"")}var oa={};V(oa,{noTextInputDefaultClearButton:()=>Fd,noTextSelect:()=>Ye,safariEllipsisFix:()=>Tr,wordWrap:()=>Ud});var Ye=$`
9
+ `;function Md(t,e,o){var n,a;let i=t.getAttribute("data-highlight-html-query");if((i??"")!==(e??"")){let s=new $d(t);if(s.unmark(),e&&e.trim()){let l={className:(n=o?.className)!==null&&n!==void 0?n:"highlight-html-match",acrossElements:!0};o?.attributes!=null&&(l.each=u=>{for(let h in o.attributes)u.setAttribute(h,o.attributes[h])}),s.mark(e.replace(/"[^"]+"/g,""),{...l,separateWordSearch:!0}),((a=e.match(/"[^"]+"/g))!==null&&a!==void 0?a:[]).forEach(u=>s.mark(u.replace(/"/g,""),{...l,separateWordSearch:!1}))}}t.setAttribute("data-highlight-html-query",e??"")}var oa={};V(oa,{noTextInputDefaultClearButton:()=>Fd,noTextSelect:()=>Ye,safariEllipsisFix:()=>Tr,wordWrap:()=>Ud});var Ye=$`
10
10
  .ft-no-text-select {
11
11
  -webkit-touch-callout: none;
12
12
  -webkit-user-select: none;
@@ -1279,6 +1279,12 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
1279
1279
  align-items: center;
1280
1280
  }
1281
1281
 
1282
+ .ftds-chip--icon-container {
1283
+ display: inline-flex;
1284
+ align-items: center;
1285
+ flex: none;
1286
+ }
1287
+
1282
1288
  .ftds-chip ft-typography {
1283
1289
  display: flex; /* For typo alignment in the chip */
1284
1290
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-reader-topic-metadata",
3
- "version": "1.2.52",
3
+ "version": "1.2.54",
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.2.52",
22
+ "@fluid-topics/ft-wc-utils": "1.2.54",
23
23
  "lit": "3.1.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@fluid-topics/ft-wc-test-utils": "1.2.52"
26
+ "@fluid-topics/ft-wc-test-utils": "1.2.54"
27
27
  },
28
- "gitHead": "5bdea3806bc9a17448a0533c5c3ecfee0cfa8bac"
28
+ "gitHead": "80553d22b4c2fea5918e0444e195c40ddc2e47e0"
29
29
  }