@fluid-topics/ft-icon 1.3.45 → 1.3.47

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.
@@ -10,7 +10,7 @@ export declare class FtIcon extends FtLitElement implements FtIconProperties {
10
10
  private resolvedIcon;
11
11
  private slottedContent?;
12
12
  protected render(): import("lit-html").TemplateResult<1>;
13
- get textContent(): string;
13
+ getTextContent(): string;
14
14
  protected update(changedProperties: PropertyValues): void;
15
15
  private resolveIcon;
16
16
  protected firstUpdated(_changedProperties: PropertyValues): void;
package/build/ft-icon.js CHANGED
@@ -29,19 +29,19 @@ class FtIcon extends FtLitElement {
29
29
  </i>
30
30
  `;
31
31
  }
32
- get textContent() {
32
+ getTextContent() {
33
33
  var _a, _b;
34
- return (_b = (_a = this.slottedContent) === null || _a === void 0 ? void 0 : _a.assignedNodes().map(n => n.textContent).join("").trim()) !== null && _b !== void 0 ? _b : "";
34
+ return (_b = (_a = this.slottedContent) === null || _a === void 0 ? void 0 : _a.assignedNodes().map((n) => n.textContent).join("").trim()) !== null && _b !== void 0 ? _b : "";
35
35
  }
36
36
  update(changedProperties) {
37
37
  super.update(changedProperties);
38
- if (["value", "variant"].some(p => changedProperties.has(p))) {
38
+ if (["value", "variant"].some((p) => changedProperties.has(p))) {
39
39
  this.resolveIcon();
40
40
  }
41
41
  }
42
42
  resolveIcon() {
43
43
  var _a, _b;
44
- let content = this.value || this.textContent;
44
+ const content = this.value || this.getTextContent();
45
45
  switch (this.variant) {
46
46
  case FtIconVariants.file_format:
47
47
  this.resolvedIcon = (_a = FtFileFormatIcons[content.replace("-", "_").toUpperCase()]) !== null && _a !== void 0 ? _a : content;
@@ -1,4 +1,4 @@
1
- "use strict";(()=>{var K=Object.create;var v=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var n=Object.getOwnPropertyNames;var w=Object.getPrototypeOf,y=Object.prototype.hasOwnProperty;var S=(e,x)=>()=>(x||e((x={exports:{}}).exports,x),x.exports);var Y=(e,x,p,i)=>{if(x&&typeof x=="object"||typeof x=="function")for(let E of n(x))!y.call(e,E)&&E!==p&&v(e,E,{get:()=>x[E],enumerable:!(i=g(x,E))||i.enumerable});return e};var R=(e,x,p)=>(p=e!=null?K(w(e)):{},Y(x||!e||!e.__esModule?v(p,"default",{value:e,enumerable:!0}):p,e));var d=S((z,D)=>{D.exports=ftGlobals.wcUtils});var C=S((j,M)=>{M.exports=ftGlobals.lit});var U=S((Z,o)=>{o.exports=ftGlobals.litDecorators});var b=S(($,G)=>{G.exports=ftGlobals.litUnsafeHTML});var W=R(d());var N=R(C()),r=R(U()),h=R(d()),B=R(b());var t;(function(e){e.ADD_TO_PBK="&#xe800;",e.ALERT="&#xe801;",e.ADD_ALERT="&#xe802;",e.BACK_TO_SEARCH="&#xe803;",e.ADD_BOOKMARK="&#xe804;",e.BOOKMARK="&#xe805;",e.BOOKS="&#xe806;",e.MENU="&#xe807;",e.DOWNLOAD="&#xe808;",e.EDIT="&#xe809;",e.FEEDBACK="&#xe80a;",e.HOME="&#xe80b;",e.MODIFY_PBK="&#xe80c;",e.SCHEDULED="&#xe80d;",e.SEARCH="&#xe80e;",e.EXPORT="&#xe80f;",e.TOC="&#xe810;",e.WRITE_UGC="&#xe811;",e.TRASH="&#xe812;",e.USER="&#xe813;",e.EXTLINK="&#xe814;",e.CALENDAR="&#xe815;",e.OFFLINE="&#xe816;",e.BOOK="&#xe817;",e.DOWNLOAD_PLAIN="&#xe818;",e.CHECK="&#xe819;",e.STAR_PLAIN="&#xe900;",e.TOPICS="&#xe901;",e.DISC="&#xe902;",e.CIRCLE="&#xe903;",e.SHARED="&#xe904;",e.SORT_UNSORTED="&#xe905;",e.SORT_UP="&#xe906;",e.SORT_DOWN="&#xe907;",e.WORKING="&#xe908;",e.CLOSE="&#xe909;",e.ZOOM_OUT="&#xe90a;",e.ZOOM_IN="&#xe90b;",e.ZOOM_REALSIZE="&#xe90c;",e.ZOOM_FULLSCREEN="&#xe90d;",e.ADMIN_RESTRICTED="&#xe90e;",e.ADMIN="&#xe90f;",e.ADMIN_KHUB="&#xe910;",e.ADMIN_THEME="&#xe911;",e.ADMIN_USERS="&#xe912;",e.WARNING="&#xe913;",e.CONTEXT="&#xe914;",e.SEARCH_HOME="&#xe915;",e.STEPS="&#xe916;",e.ICON_EXPAND="&#xe917;",e.ICON_COLLAPSE="&#xe918;",e.INFO="&#xe919;",e.MINUS_PLAIN="&#xe91a;",e.PLUS_PLAIN="&#xe91b;",e.FACET_HAS_DESCENDANT="&#xe91c;",e.TRIANGLE_BOTTOM="&#xe91d;",e.TRIANGLE_LEFT="&#xe91e;",e.TRIANGLE_RIGHT="&#xe91f;",e.TRIANGLE_TOP="&#xe920;",e.THIN_ARROW="&#xe921;",e.SIGN_IN="&#xe922;",e.LOGOUT="&#xe923;",e.TRANSLATE="&#xe924;",e.CLOSE_PLAIN="&#xe925;",e.CHECK_PLAIN="&#xe926;",e.ARTICLE="&#xe927;",e.COLUMNS="&#xe928;",e.ANALYTICS="&#xe929;",e.COLLECTIONS="&#xe92a;",e.ARROW_DOWN="&#xe92b;",e.ARROW_LEFT="&#xe92c;",e.ARROW_RIGHT="&#xe92d;",e.ARROW_UP="&#xe92e;",e.SEARCH_IN_PUBLICATION="&#xe92f;",e.COPY_TO_CLIPBOARD="&#xe930;",e.SHARED_PBK="&#xe931;",e.ATTACHMENTS="&#xe932;",e.STRIPE_ARROW_LEFT="&#xe933;",e.STRIPE_ARROW_RIGHT="&#xe934;",e.FILTERS="&#xe935;",e.DOT="&#xe936;",e.MINUS="&#xe937;",e.PLUS="&#xe938;",e.MAILS_AND_NOTIFICATIONS="&#xe939;",e.SAVE="&#xe93a;",e.LOCKER="&#xe93b;",e.ADMIN_INTEGRATION="&#xe93c;",e.SYNC="&#xe93d;",e.TAG="&#xe93e;",e.BOOK_PLAIN="&#xe93f;",e.UPLOAD="&#xe940;",e.ONLINE="&#xe941;",e.TAG_PLAIN="&#xe942;",e.ACCOUNT_SETTINGS="&#xe943;",e.PRINT="&#xe944;",e.DEFAULT_ROLES="&#xe945;",e.SHORTCUT_MENU="&#xe946;",e.RELATIVES_PLAIN="&#xe947;",e.RELATIVES="&#xe948;",e.PAUSE="&#xe949;",e.PLAY="&#xe94a;",e.ADMIN_PORTAL="&#xe94b;",e.STAR="&#xe94c;",e.THUMBS_DOWN="&#xe94d;",e.THUMBS_DOWN_PLAIN="&#xe94e;",e.THUMBS_UP="&#xe94f;",e.THUMBS_UP_PLAIN="&#xe950;",e.FEEDBACK_PLAIN="&#xe951;",e.RATE_PLAIN="&#xe952;",e.RATE="&#xe953;",e.OFFLINE_SETTINGS="&#xe954;",e.MY_COLLECTIONS="&#xe955;",e.THIN_ARROW_LEFT="&#xe956;",e.THIN_ARROW_RIGHT="&#xe957;",e.RESET="&#xe958;",e.MY_LIBRARY="&#xe959;",e.UNSTRUCTURED_DOC="&#xe95a;",e.CONTEXTUAL="&#xe95b;",e.THIN_ARROW_UP="&#xe95c;",e.ARROW_RIGHT_TO_LINE="&#xe95d;",e.DESKTOP="&#xe95e;",e.TABLET_LANDSCAPE="&#xe95f;",e.TABLET_PORTRAIT="&#xe960;",e.MOBILE_LANDSCAPE="&#xe961;",e.MOBILE_PORTRAIT="&#xe962;",e.DIAGRAM_SUNBURST="&#xe963;",e.DIAGRAM_SANKEY="&#xe964;",e.COMMENT_QUESTION="&#xe965;",e.COMMENT_QUESTION_PLAIN="&#xe966;",e.MESSAGE_BOT="&#xe967;",e.CHART_SIMPLE="&#xe968;",e.BARS_PROGRESS="&#xe969;",e.BOOK_OPEN_GEAR="&#xe96a;",e.BOOK_OPEN_GEAR_SLASH="&#xe96b;",e.LINE_CHART="&#xe96c;",e.STACKED_CHART="&#xe96d;",e.CHART_BAR_STACKED="&#xe96e;",e.CHART_BAR_GROUPED="&#xe96f;",e.EYE_SLASH="&#xe970;",e.X_MARK="&#xe971;",e.EXPAND_WIDE="&#xe972;",e.PIP="&#xe973;",e.PIP_WIDE="&#xe974;",e.LIFE_RING="&#xe975;",e.GLOBE="&#xe976;",e.PIGGY_BANK="&#xe977;",e.EXTLINK_LIGHT="&#xe978;",e.CLONE="&#xe979;",e.CLONE_LINK_SIMPLE="&#xe97a;",e.CHART_BAR_NORMALIZED="&#xe97b;",e.CONSUMER="&#xe97c;",e.OCTAGON_XMARK="&#xe97d;",e.HOURGLASS_HALF="&#xe97e;",e.CLOCK="&#xe97f;",e.CLOCK_THREE="&#xe97f;",e.CALENDAR_DAY="&#xe980;",e.COMPUTER_MOUSE_MAGNIFYING_GLASS="&#xe981;",e.WAND_MAGIC_SPARKLES="&#xe982;",e.PAPER_PLANE="&#xe983;",e.CIRCLE_STOP="&#xe984;",e.ARROW_ROTATE_RIGHT="&#xe985;",e.ARROWS_ROTATE="&#xe986;",e.ALIGN_RIGHT="&#xe987;",e.FORMAT_CLEAR="&#xe988;",e.ALIGN_CENTER="&#xe989;",e.ALIGN_LEFT="&#xe98a;",e.PALETTE="&#xe98b;",e.BOLD="&#xe98c;",e.ITALIC="&#xe98d;",e.UNDERLINE="&#xe98e;",e.STRIKETHROUGH="&#xe98f;",e.LINK_SIMPLE_SLASH="&#xe990;",e.LINK_SIMPLE="&#xe991;",e.ROUTE="&#xe992;",e.CIRCLE_USER_SLASH="&#xe993;",e.CIRCLE_USER_CHECK="&#xe994;",e.LIST_MAGNIFYING_GLASS="&#xe995;",e.MEDAL="&#xe996;",e.THUMBS_UP_THUMBS_DOWN_SOLID="&#xe997;",e.ARROW_TURN_DOWN_RIGHT="&#xe998;",e.FLASK="&#xe999;",e.LOCK_KEYHOLE_OPEN_SOLID="&#xe99a;",e.HOURGLASS_END="&#xe99b;",e.CIRCLE_QUESTION="&#xe99c;",e.GRIP_LINES_SOLID="&#xe99d;",e.TRANSLATE_SPARKLE_SOLID="&#xe99e;",e.CODE="&#xe99f;",e.ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER="&#xe9a0;",e.PAPER_PLANE_SLASH="&#xe9a1;",e.COMPRESS="&#xe9a2;",e.EXPAND="&#xe9a3;",e.ARROW_ROTATE_LEFT="&#xe9a4;",e.EYE="&#xf06e;",e.SHARE="&#xe80f1;",e.MOBILE_SMALL="&#xe9a5;",e.SPARKLES="&#xe9a6;",e.HAND_SOLID="&#xe9a7;",e.CLOCK_SOLID="&#xe9a8;",e.CONTEXT_MENU_CURSOR="&#xe9a9;",e.LANGUAGE_SLASH="&#xe9aa;",e.MAGNIFYING_GLASS_FLOPPY_DISK="&#xe9ab;",e.CABINET_FILING_FLOPPY_DISK="&#xe9ac;",e.BOOKMARK_SLASH="&#xe9ad;",e.CIRCLE_PAUSE="&#xe9ae;",e.CIRCLE_PLAY="&#xe9af;",e.CIRCLE_STOP_PLAIN="&#xe9b0;",e.CLOUD_ARROW_DOWN="&#xe9b1;",e.SHARE_NODES="&#xe9b2;",e.BELL="&#xe9b3;",e.BELL_SLASH="&#xe9b4;",e.FILE="&#xe9b5;",e.HAND="&#xe9b6;",e.SQUARE_INFO_SOLID="&#xe9b7;"})(t||(t={}));var a;(function(e){e.UNKNOWN="&#xe90a;",e.ABW="&#xe900;",e.AUDIO="&#xe901;",e.AVI="&#xe902;",e.CHM="&#xe904;",e.CODE="&#xe905;",e.CSV="&#xe903;",e.DITA="&#xe906;",e.EPUB="&#xe907;",e.EXCEL="&#xe908;",e.FLAC="&#xe909;",e.GIF="&#xe90b;",e.GZIP="&#xe90c;",e.HTML="&#xe90d;",e.IMAGE="&#xe90e;",e.JPEG="&#xe90f;",e.JSON="&#xe910;",e.M4A="&#xe911;",e.MOV="&#xe912;",e.MP3="&#xe913;",e.MP4="&#xe914;",e.OGG="&#xe915;",e.PDF="&#xe916;",e.PNG="&#xe917;",e.POWERPOINT="&#xe918;",e.RAR="&#xe91a;",e.STP="&#xe91b;",e.TEXT="&#xe91c;",e.VIDEO="&#xe91e;",e.WAV="&#xe91f;",e.WMA="&#xe920;",e.WORD="&#xe921;",e.XML="&#xe922;",e.YAML="&#xe919;",e.ZIP="&#xe923;"})(a||(a={}));var P=new Map([...["abw"].map(e=>[e,a.ABW]),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map(e=>[e,a.AUDIO]),...["avi"].map(e=>[e,a.AVI]),...["chm","xhs"].map(e=>[e,a.CHM]),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map(e=>[e,a.CODE]),...["csv"].map(e=>[e,a.CSV]),...["dita","ditamap","ditaval"].map(e=>[e,a.DITA]),...["epub"].map(e=>[e,a.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(e=>[e,a.EXCEL]),...["flac"].map(e=>[e,a.FLAC]),...["gif"].map(e=>[e,a.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(e=>[e,a.GZIP]),...["html","htm","xhtml"].map(e=>[e,a.HTML]),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf","ico"].map(e=>[e,a.IMAGE]),...["jpeg","jpg","jpe"].map(e=>[e,a.JPEG]),...["json"].map(e=>[e,a.JSON]),...["m4a","m4p"].map(e=>[e,a.M4A]),...["mov","qt"].map(e=>[e,a.MOV]),...["mp3"].map(e=>[e,a.MP3]),...["mp4","m4v"].map(e=>[e,a.MP4]),...["ogg","oga"].map(e=>[e,a.OGG]),...["pdf","ps"].map(e=>[e,a.PDF]),...["png"].map(e=>[e,a.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(e=>[e,a.POWERPOINT]),...["rar"].map(e=>[e,a.RAR]),...["stp"].map(e=>[e,a.STP]),...["txt","rtf","md","mdown"].map(e=>[e,a.TEXT]),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map(e=>[e,a.VIDEO]),...["wav"].map(e=>[e,a.WAV]),...["wma"].map(e=>[e,a.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(e=>[e,a.WORD]),...["xml","xsl","rdf"].map(e=>[e,a.XML]),...["yaml","yml","x-yaml"].map(e=>[e,a.YAML]),...["zip"].map(e=>[e,a.ZIP])]),V=new Map([["application/msword","application/doc"],["application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/docx"],["application/vnd.openxmlformats-officedocument.wordprocessingml.template","application/dotx"],["application/vnd.ms-word.document.macroEnabled.12","application/docm"],["application/vnd.ms-word.template.macroEnabled.12","application/dotm"],["application/vnd.ms-excel","application/xls"],["application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/xlsx"],["application/vnd.openxmlformats-officedocument.spreadsheetml.template","application/xltx"],["application/vnd.ms-excel.sheet.macroEnabled.12","application/xlsm"],["application/vnd.ms-excel.template.macroEnabled.12","application/xltm"],["application/vnd.ms-excel.addin.macroEnabled.12","application/xlam"],["application/vnd.ms-excel.sheet.binary.macroEnabled.12","application/xlsb"],["application/vnd.ms-powerpoint","application/ppt"],["application/vnd.openxmlformats-officedocument.presentationml.presentation","application/pptx"],["application/vnd.openxmlformats-officedocument.presentationml.template","application/potx"],["application/vnd.openxmlformats-officedocument.presentationml.slideshow","application/ppsx"],["application/vnd.ms-powerpoint.addin.macroEnabled.12","application/ppam"],["application/vnd.ms-powerpoint.presentation.macroEnabled.12","application/pptm"],["application/vnd.ms-powerpoint.template.macroEnabled.12","application/potm"],["application/vnd.ms-powerpoint.slideshow.macroEnabled.12","application/ppsm"],["application/vnd.ms-access","application/mdb"]]);function k(e,x){var p,i,E,l;e=(e??"").toLowerCase(),x=(x??"").toLowerCase();let[f,L]=(((p=V.get(e))!==null&&p!==void 0?p:e)+"/").split("/");return(l=(E=(i=P.get(L))!==null&&i!==void 0?i:P.get(x))!==null&&E!==void 0?E:P.get(f))!==null&&l!==void 0?l:a.UNKNOWN}var s={[a.ABW]:"#91ABC6",[a.AUDIO]:"#1795E3",[a.AVI]:"#E63324",[a.CHM]:"#71C3EB",[a.CODE]:"#71C3EB",[a.CSV]:"#1F7345",[a.DITA]:"#71C3EB",[a.EPUB]:"#85B926",[a.EXCEL]:"#1F7345",[a.FLAC]:"#1795E3",[a.GIF]:"#59B031",[a.GZIP]:"#F8AB36",[a.HTML]:"#71C3EB",[a.IMAGE]:"#59B031",[a.JPEG]:"#59B031",[a.JSON]:"#71C3EB",[a.M4A]:"#1795E3",[a.MOV]:"#E63324",[a.MP3]:"#1795E3",[a.MP4]:"#E63324",[a.OGG]:"#1795E3",[a.PDF]:"#E44948",[a.PNG]:"#59B031",[a.POWERPOINT]:"#B54A2B",[a.RAR]:"#F8AB36",[a.STP]:"#3764B1",[a.TEXT]:"#3162AB",[a.UNKNOWN]:"#999999",[a.VIDEO]:"#E63324",[a.WAV]:"#1795E3",[a.WMA]:"#1795E3",[a.WORD]:"#3162AB",[a.XML]:"#71C3EB",[a.YAML]:"#71C3EB",[a.ZIP]:"#F8AB36"};var H=R(C()),A=R(d()),m={size:A.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:A.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",A.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:A.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",A.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:A.FtCssVariableFactory.extend("--ft-icon-material-font-family","",A.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:A.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},u=[H.css`
1
+ "use strict";(()=>{var g=Object.create;var v=Object.defineProperty;var K=Object.getOwnPropertyDescriptor;var n=Object.getOwnPropertyNames;var w=Object.getPrototypeOf,y=Object.prototype.hasOwnProperty;var S=(e,x)=>()=>(x||e((x={exports:{}}).exports,x),x.exports);var Y=(e,x,p,i)=>{if(x&&typeof x=="object"||typeof x=="function")for(let E of n(x))!y.call(e,E)&&E!==p&&v(e,E,{get:()=>x[E],enumerable:!(i=K(x,E))||i.enumerable});return e};var R=(e,x,p)=>(p=e!=null?g(w(e)):{},Y(x||!e||!e.__esModule?v(p,"default",{value:e,enumerable:!0}):p,e));var d=S((z,D)=>{D.exports=ftGlobals.wcUtils});var C=S((j,M)=>{M.exports=ftGlobals.lit});var U=S((Z,o)=>{o.exports=ftGlobals.litDecorators});var b=S(($,G)=>{G.exports=ftGlobals.litUnsafeHTML});var W=R(d());var T=R(C()),r=R(U()),h=R(d()),B=R(b());var t;(function(e){e.ADD_TO_PBK="&#xe800;",e.ALERT="&#xe801;",e.ADD_ALERT="&#xe802;",e.BACK_TO_SEARCH="&#xe803;",e.ADD_BOOKMARK="&#xe804;",e.BOOKMARK="&#xe805;",e.BOOKS="&#xe806;",e.MENU="&#xe807;",e.DOWNLOAD="&#xe808;",e.EDIT="&#xe809;",e.FEEDBACK="&#xe80a;",e.HOME="&#xe80b;",e.MODIFY_PBK="&#xe80c;",e.SCHEDULED="&#xe80d;",e.SEARCH="&#xe80e;",e.EXPORT="&#xe80f;",e.TOC="&#xe810;",e.WRITE_UGC="&#xe811;",e.TRASH="&#xe812;",e.USER="&#xe813;",e.EXTLINK="&#xe814;",e.CALENDAR="&#xe815;",e.OFFLINE="&#xe816;",e.BOOK="&#xe817;",e.DOWNLOAD_PLAIN="&#xe818;",e.CHECK="&#xe819;",e.STAR_PLAIN="&#xe900;",e.TOPICS="&#xe901;",e.DISC="&#xe902;",e.CIRCLE="&#xe903;",e.SHARED="&#xe904;",e.SORT_UNSORTED="&#xe905;",e.SORT_UP="&#xe906;",e.SORT_DOWN="&#xe907;",e.WORKING="&#xe908;",e.CLOSE="&#xe909;",e.ZOOM_OUT="&#xe90a;",e.ZOOM_IN="&#xe90b;",e.ZOOM_REALSIZE="&#xe90c;",e.ZOOM_FULLSCREEN="&#xe90d;",e.ADMIN_RESTRICTED="&#xe90e;",e.ADMIN="&#xe90f;",e.ADMIN_KHUB="&#xe910;",e.ADMIN_THEME="&#xe911;",e.ADMIN_USERS="&#xe912;",e.WARNING="&#xe913;",e.CONTEXT="&#xe914;",e.SEARCH_HOME="&#xe915;",e.STEPS="&#xe916;",e.ICON_EXPAND="&#xe917;",e.ICON_COLLAPSE="&#xe918;",e.INFO="&#xe919;",e.MINUS_PLAIN="&#xe91a;",e.PLUS_PLAIN="&#xe91b;",e.FACET_HAS_DESCENDANT="&#xe91c;",e.TRIANGLE_BOTTOM="&#xe91d;",e.TRIANGLE_LEFT="&#xe91e;",e.TRIANGLE_RIGHT="&#xe91f;",e.TRIANGLE_TOP="&#xe920;",e.THIN_ARROW="&#xe921;",e.SIGN_IN="&#xe922;",e.LOGOUT="&#xe923;",e.TRANSLATE="&#xe924;",e.CLOSE_PLAIN="&#xe925;",e.CHECK_PLAIN="&#xe926;",e.ARTICLE="&#xe927;",e.COLUMNS="&#xe928;",e.ANALYTICS="&#xe929;",e.COLLECTIONS="&#xe92a;",e.ARROW_DOWN="&#xe92b;",e.ARROW_LEFT="&#xe92c;",e.ARROW_RIGHT="&#xe92d;",e.ARROW_UP="&#xe92e;",e.SEARCH_IN_PUBLICATION="&#xe92f;",e.COPY_TO_CLIPBOARD="&#xe930;",e.SHARED_PBK="&#xe931;",e.ATTACHMENTS="&#xe932;",e.STRIPE_ARROW_LEFT="&#xe933;",e.STRIPE_ARROW_RIGHT="&#xe934;",e.FILTERS="&#xe935;",e.DOT="&#xe936;",e.MINUS="&#xe937;",e.PLUS="&#xe938;",e.MAILS_AND_NOTIFICATIONS="&#xe939;",e.SAVE="&#xe93a;",e.LOCKER="&#xe93b;",e.ADMIN_INTEGRATION="&#xe93c;",e.SYNC="&#xe93d;",e.TAG="&#xe93e;",e.BOOK_PLAIN="&#xe93f;",e.UPLOAD="&#xe940;",e.ONLINE="&#xe941;",e.TAG_PLAIN="&#xe942;",e.ACCOUNT_SETTINGS="&#xe943;",e.PRINT="&#xe944;",e.DEFAULT_ROLES="&#xe945;",e.SHORTCUT_MENU="&#xe946;",e.RELATIVES_PLAIN="&#xe947;",e.RELATIVES="&#xe948;",e.PAUSE="&#xe949;",e.PLAY="&#xe94a;",e.ADMIN_PORTAL="&#xe94b;",e.STAR="&#xe94c;",e.THUMBS_DOWN="&#xe94d;",e.THUMBS_DOWN_PLAIN="&#xe94e;",e.THUMBS_UP="&#xe94f;",e.THUMBS_UP_PLAIN="&#xe950;",e.FEEDBACK_PLAIN="&#xe951;",e.RATE_PLAIN="&#xe952;",e.RATE="&#xe953;",e.OFFLINE_SETTINGS="&#xe954;",e.MY_COLLECTIONS="&#xe955;",e.THIN_ARROW_LEFT="&#xe956;",e.THIN_ARROW_RIGHT="&#xe957;",e.RESET="&#xe958;",e.MY_LIBRARY="&#xe959;",e.UNSTRUCTURED_DOC="&#xe95a;",e.CONTEXTUAL="&#xe95b;",e.THIN_ARROW_UP="&#xe95c;",e.ARROW_RIGHT_TO_LINE="&#xe95d;",e.DESKTOP="&#xe95e;",e.TABLET_LANDSCAPE="&#xe95f;",e.TABLET_PORTRAIT="&#xe960;",e.MOBILE_LANDSCAPE="&#xe961;",e.MOBILE_PORTRAIT="&#xe962;",e.DIAGRAM_SUNBURST="&#xe963;",e.DIAGRAM_SANKEY="&#xe964;",e.COMMENT_QUESTION="&#xe965;",e.COMMENT_QUESTION_PLAIN="&#xe966;",e.MESSAGE_BOT="&#xe967;",e.CHART_SIMPLE="&#xe968;",e.BARS_PROGRESS="&#xe969;",e.BOOK_OPEN_GEAR="&#xe96a;",e.BOOK_OPEN_GEAR_SLASH="&#xe96b;",e.LINE_CHART="&#xe96c;",e.STACKED_CHART="&#xe96d;",e.CHART_BAR_STACKED="&#xe96e;",e.CHART_BAR_GROUPED="&#xe96f;",e.EYE_SLASH="&#xe970;",e.X_MARK="&#xe971;",e.EXPAND_WIDE="&#xe972;",e.PIP="&#xe973;",e.PIP_WIDE="&#xe974;",e.LIFE_RING="&#xe975;",e.GLOBE="&#xe976;",e.PIGGY_BANK="&#xe977;",e.EXTLINK_LIGHT="&#xe978;",e.CLONE="&#xe979;",e.CLONE_LINK_SIMPLE="&#xe97a;",e.CHART_BAR_NORMALIZED="&#xe97b;",e.CONSUMER="&#xe97c;",e.OCTAGON_XMARK="&#xe97d;",e.HOURGLASS_HALF="&#xe97e;",e.CLOCK="&#xe97f;",e.CLOCK_THREE="&#xe97f;",e.CALENDAR_DAY="&#xe980;",e.COMPUTER_MOUSE_MAGNIFYING_GLASS="&#xe981;",e.WAND_MAGIC_SPARKLES="&#xe982;",e.PAPER_PLANE="&#xe983;",e.CIRCLE_STOP="&#xe984;",e.ARROW_ROTATE_RIGHT="&#xe985;",e.ARROWS_ROTATE="&#xe986;",e.ALIGN_RIGHT="&#xe987;",e.FORMAT_CLEAR="&#xe988;",e.ALIGN_CENTER="&#xe989;",e.ALIGN_LEFT="&#xe98a;",e.PALETTE="&#xe98b;",e.BOLD="&#xe98c;",e.ITALIC="&#xe98d;",e.UNDERLINE="&#xe98e;",e.STRIKETHROUGH="&#xe98f;",e.LINK_SIMPLE_SLASH="&#xe990;",e.LINK_SIMPLE="&#xe991;",e.ROUTE="&#xe992;",e.CIRCLE_USER_SLASH="&#xe993;",e.CIRCLE_USER_CHECK="&#xe994;",e.LIST_MAGNIFYING_GLASS="&#xe995;",e.MEDAL="&#xe996;",e.THUMBS_UP_THUMBS_DOWN_SOLID="&#xe997;",e.ARROW_TURN_DOWN_RIGHT="&#xe998;",e.FLASK="&#xe999;",e.LOCK_KEYHOLE_OPEN_SOLID="&#xe99a;",e.HOURGLASS_END="&#xe99b;",e.CIRCLE_QUESTION="&#xe99c;",e.GRIP_LINES_SOLID="&#xe99d;",e.TRANSLATE_SPARKLE_SOLID="&#xe99e;",e.CODE="&#xe99f;",e.ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER="&#xe9a0;",e.PAPER_PLANE_SLASH="&#xe9a1;",e.COMPRESS="&#xe9a2;",e.EXPAND="&#xe9a3;",e.ARROW_ROTATE_LEFT="&#xe9a4;",e.EYE="&#xf06e;",e.SHARE="&#xe80f1;",e.MOBILE_SMALL="&#xe9a5;",e.SPARKLES="&#xe9a6;",e.HAND_SOLID="&#xe9a7;",e.CLOCK_SOLID="&#xe9a8;",e.CONTEXT_MENU_CURSOR="&#xe9a9;",e.LANGUAGE_SLASH="&#xe9aa;",e.MAGNIFYING_GLASS_FLOPPY_DISK="&#xe9ab;",e.CABINET_FILING_FLOPPY_DISK="&#xe9ac;",e.BOOKMARK_SLASH="&#xe9ad;",e.CIRCLE_PAUSE="&#xe9ae;",e.CIRCLE_PLAY="&#xe9af;",e.CIRCLE_STOP_PLAIN="&#xe9b0;",e.CLOUD_ARROW_DOWN="&#xe9b1;",e.SHARE_NODES="&#xe9b2;",e.BELL="&#xe9b3;",e.BELL_SLASH="&#xe9b4;",e.FILE="&#xe9b5;",e.HAND="&#xe9b6;",e.SQUARE_INFO_SOLID="&#xe9b7;"})(t||(t={}));var a;(function(e){e.UNKNOWN="&#xe90a;",e.ABW="&#xe900;",e.AUDIO="&#xe901;",e.AVI="&#xe902;",e.CHM="&#xe904;",e.CODE="&#xe905;",e.CSV="&#xe903;",e.DITA="&#xe906;",e.EPUB="&#xe907;",e.EXCEL="&#xe908;",e.FLAC="&#xe909;",e.GIF="&#xe90b;",e.GZIP="&#xe90c;",e.HTML="&#xe90d;",e.IMAGE="&#xe90e;",e.JPEG="&#xe90f;",e.JSON="&#xe910;",e.M4A="&#xe911;",e.MOV="&#xe912;",e.MP3="&#xe913;",e.MP4="&#xe914;",e.OGG="&#xe915;",e.PDF="&#xe916;",e.PNG="&#xe917;",e.POWERPOINT="&#xe918;",e.RAR="&#xe91a;",e.STP="&#xe91b;",e.TEXT="&#xe91c;",e.VIDEO="&#xe91e;",e.WAV="&#xe91f;",e.WMA="&#xe920;",e.WORD="&#xe921;",e.XML="&#xe922;",e.YAML="&#xe919;",e.ZIP="&#xe923;"})(a||(a={}));var P=new Map([...["abw"].map(e=>[e,a.ABW]),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map(e=>[e,a.AUDIO]),...["avi"].map(e=>[e,a.AVI]),...["chm","xhs"].map(e=>[e,a.CHM]),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map(e=>[e,a.CODE]),...["csv"].map(e=>[e,a.CSV]),...["dita","ditamap","ditaval"].map(e=>[e,a.DITA]),...["epub"].map(e=>[e,a.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(e=>[e,a.EXCEL]),...["flac"].map(e=>[e,a.FLAC]),...["gif"].map(e=>[e,a.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(e=>[e,a.GZIP]),...["html","htm","xhtml"].map(e=>[e,a.HTML]),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf","ico"].map(e=>[e,a.IMAGE]),...["jpeg","jpg","jpe"].map(e=>[e,a.JPEG]),...["json"].map(e=>[e,a.JSON]),...["m4a","m4p"].map(e=>[e,a.M4A]),...["mov","qt"].map(e=>[e,a.MOV]),...["mp3"].map(e=>[e,a.MP3]),...["mp4","m4v"].map(e=>[e,a.MP4]),...["ogg","oga"].map(e=>[e,a.OGG]),...["pdf","ps"].map(e=>[e,a.PDF]),...["png"].map(e=>[e,a.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(e=>[e,a.POWERPOINT]),...["rar"].map(e=>[e,a.RAR]),...["stp"].map(e=>[e,a.STP]),...["txt","rtf","md","mdown"].map(e=>[e,a.TEXT]),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map(e=>[e,a.VIDEO]),...["wav"].map(e=>[e,a.WAV]),...["wma"].map(e=>[e,a.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(e=>[e,a.WORD]),...["xml","xsl","rdf"].map(e=>[e,a.XML]),...["yaml","yml","x-yaml"].map(e=>[e,a.YAML]),...["zip"].map(e=>[e,a.ZIP])]),V=new Map([["application/msword","application/doc"],["application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/docx"],["application/vnd.openxmlformats-officedocument.wordprocessingml.template","application/dotx"],["application/vnd.ms-word.document.macroEnabled.12","application/docm"],["application/vnd.ms-word.template.macroEnabled.12","application/dotm"],["application/vnd.ms-excel","application/xls"],["application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/xlsx"],["application/vnd.openxmlformats-officedocument.spreadsheetml.template","application/xltx"],["application/vnd.ms-excel.sheet.macroEnabled.12","application/xlsm"],["application/vnd.ms-excel.template.macroEnabled.12","application/xltm"],["application/vnd.ms-excel.addin.macroEnabled.12","application/xlam"],["application/vnd.ms-excel.sheet.binary.macroEnabled.12","application/xlsb"],["application/vnd.ms-powerpoint","application/ppt"],["application/vnd.openxmlformats-officedocument.presentationml.presentation","application/pptx"],["application/vnd.openxmlformats-officedocument.presentationml.template","application/potx"],["application/vnd.openxmlformats-officedocument.presentationml.slideshow","application/ppsx"],["application/vnd.ms-powerpoint.addin.macroEnabled.12","application/ppam"],["application/vnd.ms-powerpoint.presentation.macroEnabled.12","application/pptm"],["application/vnd.ms-powerpoint.template.macroEnabled.12","application/potm"],["application/vnd.ms-powerpoint.slideshow.macroEnabled.12","application/ppsm"],["application/vnd.ms-access","application/mdb"]]);function k(e,x){var p,i,E,l;e=(e??"").toLowerCase(),x=(x??"").toLowerCase();let[f,L]=(((p=V.get(e))!==null&&p!==void 0?p:e)+"/").split("/");return(l=(E=(i=P.get(L))!==null&&i!==void 0?i:P.get(x))!==null&&E!==void 0?E:P.get(f))!==null&&l!==void 0?l:a.UNKNOWN}var s={[a.ABW]:"#91ABC6",[a.AUDIO]:"#1795E3",[a.AVI]:"#E63324",[a.CHM]:"#71C3EB",[a.CODE]:"#71C3EB",[a.CSV]:"#1F7345",[a.DITA]:"#71C3EB",[a.EPUB]:"#85B926",[a.EXCEL]:"#1F7345",[a.FLAC]:"#1795E3",[a.GIF]:"#59B031",[a.GZIP]:"#F8AB36",[a.HTML]:"#71C3EB",[a.IMAGE]:"#59B031",[a.JPEG]:"#59B031",[a.JSON]:"#71C3EB",[a.M4A]:"#1795E3",[a.MOV]:"#E63324",[a.MP3]:"#1795E3",[a.MP4]:"#E63324",[a.OGG]:"#1795E3",[a.PDF]:"#E44948",[a.PNG]:"#59B031",[a.POWERPOINT]:"#B54A2B",[a.RAR]:"#F8AB36",[a.STP]:"#3764B1",[a.TEXT]:"#3162AB",[a.UNKNOWN]:"#999999",[a.VIDEO]:"#E63324",[a.WAV]:"#1795E3",[a.WMA]:"#1795E3",[a.WORD]:"#3162AB",[a.XML]:"#71C3EB",[a.YAML]:"#71C3EB",[a.ZIP]:"#F8AB36"};var H=R(C()),A=R(d()),m={size:A.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:A.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",A.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:A.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",A.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:A.FtCssVariableFactory.extend("--ft-icon-material-font-family","",A.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:A.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},u=[H.css`
2
2
  :host, i.ft-icon {
3
3
  display: inline-flex;
4
4
  align-items: center;
@@ -46,9 +46,9 @@
46
46
  .ft-icon--material {
47
47
  font-family: ${m.materialFontFamily}, "Material Icons", sans-serif;
48
48
  }
49
- `,A.noTextSelect];var O;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})(O||(O={}));var T=function(e,x,p,i){var E=arguments.length,l=E<3?x:i===null?i=Object.getOwnPropertyDescriptor(x,p):i,f;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,x,p,i);else for(var L=e.length-1;L>=0;L--)(f=e[L])&&(l=(E<3?f(l):E>3?f(x,p,l):f(x,p))||l);return E>3&&l&&Object.defineProperty(x,p,l),l},_=class extends h.FtLitElement{constructor(){super(...arguments),this.ariaHidden="true",this.resolvedIcon=N.nothing}render(){let x=this.variant&&Object.values(O).includes(this.variant)?this.variant:O.fluid_topics,p=x!==O.material||!!this.value;return N.html`
49
+ `,A.noTextSelect];var O;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})(O||(O={}));var N=function(e,x,p,i){var E=arguments.length,l=E<3?x:i===null?i=Object.getOwnPropertyDescriptor(x,p):i,f;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,x,p,i);else for(var L=e.length-1;L>=0;L--)(f=e[L])&&(l=(E<3?f(l):E>3?f(x,p,l):f(x,p))||l);return E>3&&l&&Object.defineProperty(x,p,l),l},_=class extends h.FtLitElement{constructor(){super(...arguments),this.ariaHidden="true",this.resolvedIcon=T.nothing}render(){let x=this.variant&&Object.values(O).includes(this.variant)?this.variant:O.fluid_topics,p=x!==O.material||!!this.value;return T.html`
50
50
  <i class="ft-icon ft-icon--${x} ft-no-text-select" part="icon icon-${x}">
51
51
  ${(0,B.unsafeHTML)(this.resolvedIcon)}
52
52
  <slot ?hidden=${p}></slot>
53
53
  </i>
54
- `}get textContent(){var x,p;return(p=(x=this.slottedContent)===null||x===void 0?void 0:x.assignedNodes().map(i=>i.textContent).join("").trim())!==null&&p!==void 0?p:""}update(x){super.update(x),["value","variant"].some(p=>x.has(p))&&this.resolveIcon()}resolveIcon(){var x,p;let i=this.value||this.textContent;switch(this.variant){case O.file_format:this.resolvedIcon=(x=a[i.replace("-","_").toUpperCase()])!==null&&x!==void 0?x:i;break;case O.material:this.resolvedIcon=this.value||N.nothing;break;default:this.resolvedIcon=(p=t[i.replace("-","_").toUpperCase()])!==null&&p!==void 0?p:i;break}}firstUpdated(x){super.firstUpdated(x),setTimeout(()=>this.resolveIcon())}};_.elementDefinitions={};_.styles=u;T([(0,r.property)()],_.prototype,"variant",void 0);T([(0,r.property)()],_.prototype,"value",void 0);T([(0,r.property)({reflect:!0,attribute:"aria-hidden"})],_.prototype,"ariaHidden",void 0);T([(0,r.state)()],_.prototype,"resolvedIcon",void 0);T([(0,r.query)("slot")],_.prototype,"slottedContent",void 0);(0,W.customElement)("ft-icon")(_);})();
54
+ `}getTextContent(){var x,p;return(p=(x=this.slottedContent)===null||x===void 0?void 0:x.assignedNodes().map(i=>i.textContent).join("").trim())!==null&&p!==void 0?p:""}update(x){super.update(x),["value","variant"].some(p=>x.has(p))&&this.resolveIcon()}resolveIcon(){var x,p;let i=this.value||this.getTextContent();switch(this.variant){case O.file_format:this.resolvedIcon=(x=a[i.replace("-","_").toUpperCase()])!==null&&x!==void 0?x:i;break;case O.material:this.resolvedIcon=this.value||T.nothing;break;default:this.resolvedIcon=(p=t[i.replace("-","_").toUpperCase()])!==null&&p!==void 0?p:i;break}}firstUpdated(x){super.firstUpdated(x),setTimeout(()=>this.resolveIcon())}};_.elementDefinitions={};_.styles=u;N([(0,r.property)()],_.prototype,"variant",void 0);N([(0,r.property)()],_.prototype,"value",void 0);N([(0,r.property)({reflect:!0,attribute:"aria-hidden"})],_.prototype,"ariaHidden",void 0);N([(0,r.state)()],_.prototype,"resolvedIcon",void 0);N([(0,r.query)("slot")],_.prototype,"slottedContent",void 0);(0,W.customElement)("ft-icon")(_);})();
@@ -135,7 +135,7 @@ Also for action icons.`,c.colorGray200),contentGlobalSubtle:r.extend("--ftds-con
135
135
  ${$r(this.resolvedIcon)}
136
136
  <slot ?hidden=${o}></slot>
137
137
  </i>
138
- `}get textContent(){var t,o;return(o=(t=this.slottedContent)===null||t===void 0?void 0:t.assignedNodes().map(n=>n.textContent).join("").trim())!==null&&o!==void 0?o:""}update(t){super.update(t),["value","variant"].some(o=>t.has(o))&&this.resolveIcon()}resolveIcon(){var t,o;let n=this.value||this.textContent;switch(this.variant){case Te.file_format:this.resolvedIcon=(t=w[n.replace("-","_").toUpperCase()])!==null&&t!==void 0?t:n;break;case Te.material:this.resolvedIcon=this.value||W;break;default:this.resolvedIcon=(o=Cr[n.replace("-","_").toUpperCase()])!==null&&o!==void 0?o:n;break}}firstUpdated(t){super.firstUpdated(t),setTimeout(()=>this.resolveIcon())}};ie.elementDefinitions={};ie.styles=Ts;Kt([k()],ie.prototype,"variant",void 0);Kt([k()],ie.prototype,"value",void 0);Kt([k({reflect:!0,attribute:"aria-hidden"})],ie.prototype,"ariaHidden",void 0);Kt([Q()],ie.prototype,"resolvedIcon",void 0);Kt([Wr("slot")],ie.prototype,"slottedContent",void 0);ao("ft-icon")(ie);})();
138
+ `}getTextContent(){var t,o;return(o=(t=this.slottedContent)===null||t===void 0?void 0:t.assignedNodes().map(n=>n.textContent).join("").trim())!==null&&o!==void 0?o:""}update(t){super.update(t),["value","variant"].some(o=>t.has(o))&&this.resolveIcon()}resolveIcon(){var t,o;let n=this.value||this.getTextContent();switch(this.variant){case Te.file_format:this.resolvedIcon=(t=w[n.replace("-","_").toUpperCase()])!==null&&t!==void 0?t:n;break;case Te.material:this.resolvedIcon=this.value||W;break;default:this.resolvedIcon=(o=Cr[n.replace("-","_").toUpperCase()])!==null&&o!==void 0?o:n;break}}firstUpdated(t){super.firstUpdated(t),setTimeout(()=>this.resolveIcon())}};ie.elementDefinitions={};ie.styles=Ts;Kt([k()],ie.prototype,"variant",void 0);Kt([k()],ie.prototype,"value",void 0);Kt([k({reflect:!0,attribute:"aria-hidden"})],ie.prototype,"ariaHidden",void 0);Kt([Q()],ie.prototype,"resolvedIcon",void 0);Kt([Wr("slot")],ie.prototype,"slottedContent",void 0);ao("ft-icon")(ie);})();
139
139
  /*! Bundled license information:
140
140
 
141
141
  @webcomponents/scoped-custom-element-registry/src/scoped-custom-element-registry.js:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-icon",
3
- "version": "1.3.45",
3
+ "version": "1.3.47",
4
4
  "description": "Typography components",
5
5
  "keywords": [
6
6
  "Lit"
@@ -20,8 +20,8 @@
20
20
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
21
21
  },
22
22
  "dependencies": {
23
- "@fluid-topics/ft-wc-utils": "1.3.45",
23
+ "@fluid-topics/ft-wc-utils": "1.3.47",
24
24
  "lit": "3.1.0"
25
25
  },
26
- "gitHead": "3fd3d1375535575f012653afcbcb81dc3c25b7c7"
26
+ "gitHead": "16ac56d62f3a88a3b03cbc92bcd04dd91951a015"
27
27
  }