@fluid-topics/ft-search-bar 1.1.53 → 1.1.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.
@@ -1594,7 +1594,7 @@ const V=Symbol.for(""),q=t=>{if(t?.r===V)return t?._$litStatic$},Y=t=>({_$litSta
1594
1594
  </div>
1595
1595
  <div class="ft-accordion-item--separator" part="separator"></div>
1596
1596
  </div>
1597
- `}update(t){super.update(t),t.has("active")&&this.active&&this.dispatchEvent(new Event("activated",{composed:!0,bubbles:!0}))}onToggleKeyDown(t){"Enter"!==t.key&&" "!==t.key||(t.preventDefault(),this.active=!this.active)}}ir.elementDefinitions={"ft-ripple":Ze,"ft-typography":se,"ft-icon":qo},ir.styles=er,or([i.property()],ir.prototype,"icon",void 0),or([i.property()],ir.prototype,"iconVariant",void 0),or([i.property()],ir.prototype,"label",void 0),or([i.property({type:Boolean,reflect:!0})],ir.prototype,"active",void 0),e.customElement("ft-accordion")(Yi),e.customElement("ft-accordion-item")(ir);const rr=e.FtCssVariableFactory.extend("--ft-chip-color","",e.designSystemVariables.colorOnSurface),ar={backgroundColor:e.FtCssVariableFactory.extend("--ft-chip-background-color","",e.designSystemVariables.colorSurface),color:rr,fontSize:e.FtCssVariableFactory.extend("--ft-chip-font-size","",Wt.fontSize),iconSize:e.FtCssVariableFactory.create("--ft-chip-icon-size","","SIZE","18px"),rippleColor:e.FtCssVariableFactory.extend("--ft-chip-ripple-color","",rr),horizontalPadding:e.FtCssVariableFactory.create("--ft-chip-horizontal-padding","","SIZE","6px"),verticalPadding:e.FtCssVariableFactory.create("--ft-chip-vertical-padding","","SIZE","6px"),colorOutline:e.FtCssVariableFactory.external(e.designSystemVariables.colorOutline,"Design system"),opacityDisabled:e.FtCssVariableFactory.external(e.designSystemVariables.colorOpacityDisabled,"Design system")},nr=e.FtCssVariableFactory.extend("--ft-chip-highlighted-color","",e.FtCssVariableFactory.extend("--ft-chip-color","",e.designSystemVariables.colorOnPrimary)),lr={backgroundColor:e.FtCssVariableFactory.extend("--ft-chip-highlighted-background-color","",e.FtCssVariableFactory.extend("--ft-chip-background-color","",e.designSystemVariables.colorPrimary)),color:nr,rippleColor:e.FtCssVariableFactory.extend("--ft-chip-highlighted-ripple-color","",nr)},sr=e.FtCssVariableFactory.create("--ft-chip-dense-horizontal-padding","","SIZE","4px"),cr=e.FtCssVariableFactory.create("--ft-chip-dense-vertical-padding","","SIZE","4px"),pr=[e.noTextSelect,o.css`
1597
+ `}update(t){super.update(t),t.has("active")&&this.active&&this.dispatchEvent(new Event("activated",{composed:!0,bubbles:!0}))}onToggleKeyDown(t){"Enter"!==t.key&&" "!==t.key||(t.preventDefault(),this.active=!this.active)}}ir.elementDefinitions={"ft-ripple":Ze,"ft-typography":se,"ft-icon":qo},ir.styles=er,or([i.property()],ir.prototype,"icon",void 0),or([i.property()],ir.prototype,"iconVariant",void 0),or([i.property()],ir.prototype,"label",void 0),or([i.property({type:Boolean,reflect:!0})],ir.prototype,"active",void 0),e.customElement("ft-accordion")(Yi),e.customElement("ft-accordion-item")(ir);const rr=e.FtCssVariableFactory.extend("--ft-chip-color","",e.designSystemVariables.colorOnSurface),ar={backgroundColor:e.FtCssVariableFactory.extend("--ft-chip-background-color","",e.designSystemVariables.colorSurface),color:rr,fontSize:e.FtCssVariableFactory.extend("--ft-chip-font-size","",Wt.fontSize),iconSize:e.FtCssVariableFactory.create("--ft-chip-icon-size","","SIZE","18px"),borderRadius:e.FtCssVariableFactory.create("--ft-chip-border-radius","","SIZE",""),rippleColor:e.FtCssVariableFactory.extend("--ft-chip-ripple-color","",rr),horizontalPadding:e.FtCssVariableFactory.create("--ft-chip-horizontal-padding","","SIZE","6px"),verticalPadding:e.FtCssVariableFactory.create("--ft-chip-vertical-padding","","SIZE","6px"),colorOutline:e.FtCssVariableFactory.external(e.designSystemVariables.colorOutline,"Design system"),opacityDisabled:e.FtCssVariableFactory.external(e.designSystemVariables.colorOpacityDisabled,"Design system")},nr=e.FtCssVariableFactory.extend("--ft-chip-highlighted-color","",e.FtCssVariableFactory.extend("--ft-chip-color","",e.designSystemVariables.colorOnPrimary)),lr={backgroundColor:e.FtCssVariableFactory.extend("--ft-chip-highlighted-background-color","",e.FtCssVariableFactory.extend("--ft-chip-background-color","",e.designSystemVariables.colorPrimary)),color:nr,rippleColor:e.FtCssVariableFactory.extend("--ft-chip-highlighted-ripple-color","",nr)},sr=e.FtCssVariableFactory.create("--ft-chip-dense-horizontal-padding","","SIZE","4px"),cr=e.FtCssVariableFactory.create("--ft-chip-dense-vertical-padding","","SIZE","4px"),pr=[e.noTextSelect,o.css`
1598
1598
  :host {
1599
1599
  display: inline-block;
1600
1600
  max-width: 100%;
@@ -1621,7 +1621,7 @@ const V=Symbol.for(""),q=t=>{if(t?.r===V)return t?._$litStatic$},Y=t=>({_$litSta
1621
1621
  border: 1px solid ${ar.colorOutline};
1622
1622
  color: ${ar.color};
1623
1623
  ${e.setVariable(de.color,ar.rippleColor)};
1624
- border-radius: calc(var(--ft-chip-internal-content-height) / 2 + var(--ft-chip-internal-vertical-padding));
1624
+ border-radius: var(${o.unsafeCSS(ar.borderRadius.name)}, calc(var(--ft-chip-internal-content-height) / 2 + var(--ft-chip-internal-vertical-padding)));
1625
1625
  padding: calc(var(--ft-chip-internal-vertical-padding) - 1px) calc(var(--ft-chip-internal-horizontal-padding) - 1px);
1626
1626
  background-color: ${ar.backgroundColor};
1627
1627
  line-height: var(--ft-chip-internal-content-height);
@@ -1735,9 +1735,10 @@ const V=Symbol.for(""),q=t=>{if(t?.r===V)return t?._$litStatic$},Y=t=>({_$litSta
1735
1735
  <div class="${a.classMap(t)}"
1736
1736
  aria-label="${this.getLabel()}"
1737
1737
  tabindex="${this.interactionsOnChip?0:-1}"
1738
- @keyup=${this.onKeyUp}>
1738
+ @keyup=${this.onKeyUp}
1739
+ part="chip">
1739
1740
  <ft-ripple ?disabled=${!this.interactionsOnChip}></ft-ripple>
1740
- <ft-typography variant="body2" element="span" class="ft-chip--label">
1741
+ <ft-typography variant="body2" element="span" class="ft-chip--label" part="label">
1741
1742
  <slot @slotchange=${this.onSlotchange}></slot>
1742
1743
  </ft-typography>
1743
1744
  ${this.internalIcon?this.renderIcon():null}
@@ -1749,10 +1750,11 @@ const V=Symbol.for(""),q=t=>{if(t?.r===V)return t?._$litStatic$},Y=t=>({_$litSta
1749
1750
  .iconVariant=${this.iconVariant}
1750
1751
  icon="${this.internalIcon}"
1751
1752
  label="${this.iconLabel}"
1753
+ part="icon-button"
1752
1754
  ></ft-button>
1753
1755
  `:o.html`
1754
- <div class="ft-chip--icon-container ft-no-text-select">
1755
- <ft-icon .variant=${this.iconVariant} .value="${this.internalIcon}"></ft-icon>
1756
+ <div class="ft-chip--icon-container ft-no-text-select" part="icon-container">
1757
+ <ft-icon .variant=${this.iconVariant} .value="${this.internalIcon}" part="icon"></ft-icon>
1756
1758
  </div>
1757
1759
  `}onKeyUp(t){this.interactionsOnChip&&["Enter"," "].includes(t.key)&&t.target.click()}onIconKeyUp(t){this.interactionsOnIcon&&["Enter"," "].includes(t.key)&&(t.stopPropagation(),this.dispatchEvent(new hr))}onIconClick(t){this.interactionsOnIcon&&(t.stopPropagation(),this.dispatchEvent(new hr))}getLabel(){return this.label||this.textContent}get textContent(){var t,e;return null!==(e=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==e?e:""}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}get internalIcon(){return this.icon||(this.removable?"close":void 0)}}dr.elementDefinitions={"ft-ripple":Ze,"ft-typography":se,"ft-icon":qo,"ft-button":ti},dr.styles=pr,fr([i.property({type:Boolean})],dr.prototype,"highlighted",void 0),fr([i.property({type:Boolean})],dr.prototype,"removable",void 0),fr([i.property({type:Boolean})],dr.prototype,"disabled",void 0),fr([i.property({type:Boolean})],dr.prototype,"clickable",void 0),fr([i.property({type:Boolean})],dr.prototype,"iconClickable",void 0),fr([i.property({type:Boolean})],dr.prototype,"dense",void 0),fr([i.property({type:Boolean})],dr.prototype,"multiLine",void 0),fr([i.property()],dr.prototype,"label",void 0),fr([i.property()],dr.prototype,"iconLabel",void 0),fr([i.property()],dr.prototype,"icon",void 0),fr([i.property()],dr.prototype,"iconVariant",void 0),fr([i.property({type:Boolean})],dr.prototype,"trailingIcon",void 0),fr([i.query("ft-typography slot")],dr.prototype,"slottedContent",void 0),e.customElement("ft-chip")(dr);const ur={fontSize:e.FtCssVariableFactory.create("--ft-input-label-font-size","","SIZE","14px"),raisedFontSize:e.FtCssVariableFactory.create("--ft-input-label-raised-font-size","","SIZE","11px"),raisedZIndex:e.FtCssVariableFactory.create("--ft-input-label-outlined-raised-z-index","","NUMBER","2"),verticalSpacing:e.FtCssVariableFactory.create("--ft-input-label-vertical-spacing","","SIZE","4px"),horizontalSpacing:e.FtCssVariableFactory.create("--ft-input-label-horizontal-spacing","","SIZE","12px"),labelMaxWidth:e.FtCssVariableFactory.create("--ft-input-label-max-width","","SIZE","100%"),borderColor:e.FtCssVariableFactory.extend("--ft-input-label-border-color","",e.designSystemVariables.colorOutline),textColor:e.FtCssVariableFactory.extend("--ft-input-label-text-color","",e.designSystemVariables.colorOnSurfaceMedium),disabledTextColor:e.FtCssVariableFactory.extend("--ft-input-label-disabled-text-color","",e.designSystemVariables.colorOnSurfaceDisabled),colorSurface:e.FtCssVariableFactory.external(e.designSystemVariables.colorSurface,"Design system"),borderRadiusS:e.FtCssVariableFactory.external(e.designSystemVariables.borderRadiusS,"Design system"),colorError:e.FtCssVariableFactory.external(e.designSystemVariables.colorError,"Design system")},br=o.css`
1758
1760
  .ft-input-label {
@@ -1763,7 +1763,7 @@ const vs=Symbol.for(""),xs=t=>{if(t?.r===vs)return t?._$litStatic$},ws=t=>({_$li
1763
1763
  </div>
1764
1764
  <div class="ft-accordion-item--separator" part="separator"></div>
1765
1765
  </div>
1766
- `}update(t){super.update(t),t.has("active")&&this.active&&this.dispatchEvent(new Event("activated",{composed:!0,bubbles:!0}))}onToggleKeyDown(t){"Enter"!==t.key&&" "!==t.key||(t.preventDefault(),this.active=!this.active)}}vh.elementDefinitions={"ft-ripple":tc,"ft-typography":Nl,"ft-icon":fc},vh.styles=yh,mh([Oe()],vh.prototype,"icon",void 0),mh([Oe()],vh.prototype,"iconVariant",void 0),mh([Oe()],vh.prototype,"label",void 0),mh([Oe({type:Boolean,reflect:!0})],vh.prototype,"active",void 0),yo("ft-accordion")(ph),yo("ft-accordion-item")(vh);const xh=Oo.extend("--ft-chip-color","",$i.colorOnSurface),wh={backgroundColor:Oo.extend("--ft-chip-background-color","",$i.colorSurface),color:xh,fontSize:Oo.extend("--ft-chip-font-size","",Qs.fontSize),iconSize:Oo.create("--ft-chip-icon-size","","SIZE","18px"),rippleColor:Oo.extend("--ft-chip-ripple-color","",xh),horizontalPadding:Oo.create("--ft-chip-horizontal-padding","","SIZE","6px"),verticalPadding:Oo.create("--ft-chip-vertical-padding","","SIZE","6px"),colorOutline:Oo.external($i.colorOutline,"Design system"),opacityDisabled:Oo.external($i.colorOpacityDisabled,"Design system")},Oh=Oo.extend("--ft-chip-highlighted-color","",Oo.extend("--ft-chip-color","",$i.colorOnPrimary)),Sh={backgroundColor:Oo.extend("--ft-chip-highlighted-background-color","",Oo.extend("--ft-chip-background-color","",$i.colorPrimary)),color:Oh,rippleColor:Oo.extend("--ft-chip-highlighted-ripple-color","",Oh)},$h=Oo.create("--ft-chip-dense-horizontal-padding","","SIZE","4px"),Ch=Oo.create("--ft-chip-dense-vertical-padding","","SIZE","4px"),kh=[Jr,pt`
1766
+ `}update(t){super.update(t),t.has("active")&&this.active&&this.dispatchEvent(new Event("activated",{composed:!0,bubbles:!0}))}onToggleKeyDown(t){"Enter"!==t.key&&" "!==t.key||(t.preventDefault(),this.active=!this.active)}}vh.elementDefinitions={"ft-ripple":tc,"ft-typography":Nl,"ft-icon":fc},vh.styles=yh,mh([Oe()],vh.prototype,"icon",void 0),mh([Oe()],vh.prototype,"iconVariant",void 0),mh([Oe()],vh.prototype,"label",void 0),mh([Oe({type:Boolean,reflect:!0})],vh.prototype,"active",void 0),yo("ft-accordion")(ph),yo("ft-accordion-item")(vh);const xh=Oo.extend("--ft-chip-color","",$i.colorOnSurface),wh={backgroundColor:Oo.extend("--ft-chip-background-color","",$i.colorSurface),color:xh,fontSize:Oo.extend("--ft-chip-font-size","",Qs.fontSize),iconSize:Oo.create("--ft-chip-icon-size","","SIZE","18px"),borderRadius:Oo.create("--ft-chip-border-radius","","SIZE",""),rippleColor:Oo.extend("--ft-chip-ripple-color","",xh),horizontalPadding:Oo.create("--ft-chip-horizontal-padding","","SIZE","6px"),verticalPadding:Oo.create("--ft-chip-vertical-padding","","SIZE","6px"),colorOutline:Oo.external($i.colorOutline,"Design system"),opacityDisabled:Oo.external($i.colorOpacityDisabled,"Design system")},Oh=Oo.extend("--ft-chip-highlighted-color","",Oo.extend("--ft-chip-color","",$i.colorOnPrimary)),Sh={backgroundColor:Oo.extend("--ft-chip-highlighted-background-color","",Oo.extend("--ft-chip-background-color","",$i.colorPrimary)),color:Oh,rippleColor:Oo.extend("--ft-chip-highlighted-ripple-color","",Oh)},$h=Oo.create("--ft-chip-dense-horizontal-padding","","SIZE","4px"),Ch=Oo.create("--ft-chip-dense-vertical-padding","","SIZE","4px"),kh=[Jr,pt`
1767
1767
  :host {
1768
1768
  display: inline-block;
1769
1769
  max-width: 100%;
@@ -1790,7 +1790,7 @@ const vs=Symbol.for(""),xs=t=>{if(t?.r===vs)return t?._$litStatic$},ws=t=>({_$li
1790
1790
  border: 1px solid ${wh.colorOutline};
1791
1791
  color: ${wh.color};
1792
1792
  ${So(zl.color,wh.rippleColor)};
1793
- border-radius: calc(var(--ft-chip-internal-content-height) / 2 + var(--ft-chip-internal-vertical-padding));
1793
+ border-radius: var(${ft(wh.borderRadius.name)}, calc(var(--ft-chip-internal-content-height) / 2 + var(--ft-chip-internal-vertical-padding)));
1794
1794
  padding: calc(var(--ft-chip-internal-vertical-padding) - 1px) calc(var(--ft-chip-internal-horizontal-padding) - 1px);
1795
1795
  background-color: ${wh.backgroundColor};
1796
1796
  line-height: var(--ft-chip-internal-content-height);
@@ -1904,9 +1904,10 @@ const vs=Symbol.for(""),xs=t=>{if(t?.r===vs)return t?._$litStatic$},ws=t=>({_$li
1904
1904
  <div class="${He(t)}"
1905
1905
  aria-label="${this.getLabel()}"
1906
1906
  tabindex="${this.interactionsOnChip?0:-1}"
1907
- @keyup=${this.onKeyUp}>
1907
+ @keyup=${this.onKeyUp}
1908
+ part="chip">
1908
1909
  <ft-ripple ?disabled=${!this.interactionsOnChip}></ft-ripple>
1909
- <ft-typography variant="body2" element="span" class="ft-chip--label">
1910
+ <ft-typography variant="body2" element="span" class="ft-chip--label" part="label">
1910
1911
  <slot @slotchange=${this.onSlotchange}></slot>
1911
1912
  </ft-typography>
1912
1913
  ${this.internalIcon?this.renderIcon():null}
@@ -1918,10 +1919,11 @@ const vs=Symbol.for(""),xs=t=>{if(t?.r===vs)return t?._$litStatic$},ws=t=>({_$li
1918
1919
  .iconVariant=${this.iconVariant}
1919
1920
  icon="${this.internalIcon}"
1920
1921
  label="${this.iconLabel}"
1922
+ part="icon-button"
1921
1923
  ></ft-button>
1922
1924
  `:Jt`
1923
- <div class="ft-chip--icon-container ft-no-text-select">
1924
- <ft-icon .variant=${this.iconVariant} .value="${this.internalIcon}"></ft-icon>
1925
+ <div class="ft-chip--icon-container ft-no-text-select" part="icon-container">
1926
+ <ft-icon .variant=${this.iconVariant} .value="${this.internalIcon}" part="icon"></ft-icon>
1925
1927
  </div>
1926
1928
  `}onKeyUp(t){this.interactionsOnChip&&["Enter"," "].includes(t.key)&&t.target.click()}onIconKeyUp(t){this.interactionsOnIcon&&["Enter"," "].includes(t.key)&&(t.stopPropagation(),this.dispatchEvent(new Eh))}onIconClick(t){this.interactionsOnIcon&&(t.stopPropagation(),this.dispatchEvent(new Eh))}getLabel(){return this.label||this.textContent}get textContent(){var t,e;return null!==(e=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==e?e:""}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}get internalIcon(){return this.icon||(this.removable?"close":void 0)}}Ih.elementDefinitions={"ft-ripple":tc,"ft-typography":Nl,"ft-icon":fc,"ft-button":gc},Ih.styles=kh,Nh([Oe({type:Boolean})],Ih.prototype,"highlighted",void 0),Nh([Oe({type:Boolean})],Ih.prototype,"removable",void 0),Nh([Oe({type:Boolean})],Ih.prototype,"disabled",void 0),Nh([Oe({type:Boolean})],Ih.prototype,"clickable",void 0),Nh([Oe({type:Boolean})],Ih.prototype,"iconClickable",void 0),Nh([Oe({type:Boolean})],Ih.prototype,"dense",void 0),Nh([Oe({type:Boolean})],Ih.prototype,"multiLine",void 0),Nh([Oe()],Ih.prototype,"label",void 0),Nh([Oe()],Ih.prototype,"iconLabel",void 0),Nh([Oe()],Ih.prototype,"icon",void 0),Nh([Oe()],Ih.prototype,"iconVariant",void 0),Nh([Oe({type:Boolean})],Ih.prototype,"trailingIcon",void 0),Nh([ke("ft-typography slot")],Ih.prototype,"slottedContent",void 0),yo("ft-chip")(Ih);const Rh={fontSize:Oo.create("--ft-input-label-font-size","","SIZE","14px"),raisedFontSize:Oo.create("--ft-input-label-raised-font-size","","SIZE","11px"),raisedZIndex:Oo.create("--ft-input-label-outlined-raised-z-index","","NUMBER","2"),verticalSpacing:Oo.create("--ft-input-label-vertical-spacing","","SIZE","4px"),horizontalSpacing:Oo.create("--ft-input-label-horizontal-spacing","","SIZE","12px"),labelMaxWidth:Oo.create("--ft-input-label-max-width","","SIZE","100%"),borderColor:Oo.extend("--ft-input-label-border-color","",$i.colorOutline),textColor:Oo.extend("--ft-input-label-text-color","",$i.colorOnSurfaceMedium),disabledTextColor:Oo.extend("--ft-input-label-disabled-text-color","",$i.colorOnSurfaceDisabled),colorSurface:Oo.external($i.colorSurface,"Design system"),borderRadiusS:Oo.external($i.borderRadiusS,"Design system"),colorError:Oo.external($i.colorError,"Design system")},Lh=pt`
1927
1929
  .ft-input-label {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-search-bar",
3
- "version": "1.1.53",
3
+ "version": "1.1.54",
4
4
  "description": "Search bar component using Fluid Topics public API",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,23 +19,23 @@
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.1.53",
23
- "@fluid-topics/ft-app-context": "1.1.53",
24
- "@fluid-topics/ft-button": "1.1.53",
25
- "@fluid-topics/ft-chip": "1.1.53",
26
- "@fluid-topics/ft-filter": "1.1.53",
27
- "@fluid-topics/ft-icon": "1.1.53",
28
- "@fluid-topics/ft-select": "1.1.53",
29
- "@fluid-topics/ft-size-watcher": "1.1.53",
30
- "@fluid-topics/ft-skeleton": "1.1.53",
31
- "@fluid-topics/ft-snap-scroll": "1.1.53",
32
- "@fluid-topics/ft-tooltip": "1.1.53",
33
- "@fluid-topics/ft-typography": "1.1.53",
34
- "@fluid-topics/ft-wc-utils": "1.1.53",
22
+ "@fluid-topics/ft-accordion": "1.1.54",
23
+ "@fluid-topics/ft-app-context": "1.1.54",
24
+ "@fluid-topics/ft-button": "1.1.54",
25
+ "@fluid-topics/ft-chip": "1.1.54",
26
+ "@fluid-topics/ft-filter": "1.1.54",
27
+ "@fluid-topics/ft-icon": "1.1.54",
28
+ "@fluid-topics/ft-select": "1.1.54",
29
+ "@fluid-topics/ft-size-watcher": "1.1.54",
30
+ "@fluid-topics/ft-skeleton": "1.1.54",
31
+ "@fluid-topics/ft-snap-scroll": "1.1.54",
32
+ "@fluid-topics/ft-tooltip": "1.1.54",
33
+ "@fluid-topics/ft-typography": "1.1.54",
34
+ "@fluid-topics/ft-wc-utils": "1.1.54",
35
35
  "lit": "3.1.0"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@fluid-topics/public-api": "1.0.62"
39
39
  },
40
- "gitHead": "9533374bb075edb940b4426a00561f27c34d2f01"
40
+ "gitHead": "b8c7a07061df6fb5c3c03d96879eda48fb73e5c8"
41
41
  }