@fluid-topics/ft-page-layout 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.
@@ -1481,6 +1481,12 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1481
1481
  align-items: center;
1482
1482
  }
1483
1483
 
1484
+ .ftds-chip--icon-container {
1485
+ display: inline-flex;
1486
+ align-items: center;
1487
+ flex: none;
1488
+ }
1489
+
1484
1490
  .ftds-chip ft-typography {
1485
1491
  display: flex; /* For typo alignment in the chip */
1486
1492
  }
@@ -6,7 +6,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
6
6
  .highlight-html-match {
7
7
  background: ${ks};
8
8
  }
9
- `;function Ia(e,t,o){var n,a;let i=e.getAttribute("data-highlight-html-query");if((i??"")!==(t??"")){let s=new yp(e);if(s.unmark(),t&&t.trim()){let c={className:(n=o?.className)!==null&&n!==void 0?n:"highlight-html-match"};o?.attributes!=null&&(c.each=u=>{for(let h in o.attributes)u.setAttribute(h,o.attributes[h])}),s.mark(t.replace(/"[^"]+"/g,""),{...c,separateWordSearch:!0}),((a=t.match(/"[^"]+"/g))!==null&&a!==void 0?a:[]).forEach(u=>s.mark(u.replace(/"/g,""),{...c,separateWordSearch:!1}))}}e.setAttribute("data-highlight-html-query",t??"")}var $a={};Z($a,{noTextInputDefaultClearButton:()=>bp,noTextSelect:()=>de,safariEllipsisFix:()=>je,wordWrap:()=>gp});var de=k`
9
+ `;function Ia(e,t,o){var n,a;let i=e.getAttribute("data-highlight-html-query");if((i??"")!==(t??"")){let s=new yp(e);if(s.unmark(),t&&t.trim()){let c={className:(n=o?.className)!==null&&n!==void 0?n:"highlight-html-match",acrossElements:!0};o?.attributes!=null&&(c.each=u=>{for(let h in o.attributes)u.setAttribute(h,o.attributes[h])}),s.mark(t.replace(/"[^"]+"/g,""),{...c,separateWordSearch:!0}),((a=t.match(/"[^"]+"/g))!==null&&a!==void 0?a:[]).forEach(u=>s.mark(u.replace(/"/g,""),{...c,separateWordSearch:!1}))}}e.setAttribute("data-highlight-html-query",t??"")}var $a={};Z($a,{noTextInputDefaultClearButton:()=>bp,noTextSelect:()=>de,safariEllipsisFix:()=>je,wordWrap:()=>gp});var de=k`
10
10
  .ft-no-text-select {
11
11
  -webkit-touch-callout: none;
12
12
  -webkit-user-select: none;
@@ -1525,6 +1525,12 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ft-conte
1525
1525
  align-items: center;
1526
1526
  }
1527
1527
 
1528
+ .ftds-chip--icon-container {
1529
+ display: inline-flex;
1530
+ align-items: center;
1531
+ flex: none;
1532
+ }
1533
+
1528
1534
  .ftds-chip ft-typography {
1529
1535
  display: flex; /* For typo alignment in the chip */
1530
1536
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-page-layout",
3
- "version": "1.2.52",
3
+ "version": "1.2.54",
4
4
  "description": "A page layout component",
5
5
  "keywords": [
6
6
  "Lit"
@@ -20,15 +20,15 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@fluid-topics/design-system-variables": "0.1.92",
23
- "@fluid-topics/ft-chip": "1.2.52",
24
- "@fluid-topics/ft-link": "1.2.52",
25
- "@fluid-topics/ft-popover": "1.2.52",
26
- "@fluid-topics/ft-typography": "1.2.52",
27
- "@fluid-topics/ft-wc-utils": "1.2.52",
23
+ "@fluid-topics/ft-chip": "1.2.54",
24
+ "@fluid-topics/ft-link": "1.2.54",
25
+ "@fluid-topics/ft-popover": "1.2.54",
26
+ "@fluid-topics/ft-typography": "1.2.54",
27
+ "@fluid-topics/ft-wc-utils": "1.2.54",
28
28
  "lit": "3.1.0"
29
29
  },
30
30
  "devDependencies": {
31
- "@fluid-topics/ft-wc-test-utils": "1.2.52"
31
+ "@fluid-topics/ft-wc-test-utils": "1.2.54"
32
32
  },
33
- "gitHead": "5bdea3806bc9a17448a0533c5c3ecfee0cfa8bac"
33
+ "gitHead": "80553d22b4c2fea5918e0444e195c40ddc2e47e0"
34
34
  }