{"ast":null,"code":"\"use client\";\n\nconst getHorizontalStyle = token => {\n  const {\n    componentCls,\n    motionDurationSlow,\n    horizontalLineHeight,\n    colorSplit,\n    lineWidth,\n    lineType,\n    itemPaddingInline\n  } = token;\n  return {\n    [`${componentCls}-horizontal`]: {\n      lineHeight: horizontalLineHeight,\n      border: 0,\n      borderBottom: `${lineWidth}px ${lineType} ${colorSplit}`,\n      boxShadow: 'none',\n      '&::after': {\n        display: 'block',\n        clear: 'both',\n        height: 0,\n        content: '\"\\\\20\"'\n      },\n      // ======================= Item =======================\n      [`${componentCls}-item, ${componentCls}-submenu`]: {\n        position: 'relative',\n        display: 'inline-block',\n        verticalAlign: 'bottom',\n        paddingInline: itemPaddingInline\n      },\n      [`> ${componentCls}-item:hover,\n        > ${componentCls}-item-active,\n        > ${componentCls}-submenu ${componentCls}-submenu-title:hover`]: {\n        backgroundColor: 'transparent'\n      },\n      [`${componentCls}-item, ${componentCls}-submenu-title`]: {\n        transition: [`border-color ${motionDurationSlow}`, `background ${motionDurationSlow}`].join(',')\n      },\n      // ===================== Sub Menu =====================\n      [`${componentCls}-submenu-arrow`]: {\n        display: 'none'\n      }\n    }\n  };\n};\nexport default getHorizontalStyle;","map":{"version":3,"names":["getHorizontalStyle","token","componentCls","motionDurationSlow","horizontalLineHeight","colorSplit","lineWidth","lineType","itemPaddingInline","lineHeight","border","borderBottom","boxShadow","display","clear","height","content","position","verticalAlign","paddingInline","backgroundColor","transition","join"],"sources":["/var/www/gavt/node_modules/antd/es/menu/style/horizontal.js"],"sourcesContent":["\"use client\";\n\nconst getHorizontalStyle = token => {\n  const {\n    componentCls,\n    motionDurationSlow,\n    horizontalLineHeight,\n    colorSplit,\n    lineWidth,\n    lineType,\n    itemPaddingInline\n  } = token;\n  return {\n    [`${componentCls}-horizontal`]: {\n      lineHeight: horizontalLineHeight,\n      border: 0,\n      borderBottom: `${lineWidth}px ${lineType} ${colorSplit}`,\n      boxShadow: 'none',\n      '&::after': {\n        display: 'block',\n        clear: 'both',\n        height: 0,\n        content: '\"\\\\20\"'\n      },\n      // ======================= Item =======================\n      [`${componentCls}-item, ${componentCls}-submenu`]: {\n        position: 'relative',\n        display: 'inline-block',\n        verticalAlign: 'bottom',\n        paddingInline: itemPaddingInline\n      },\n      [`> ${componentCls}-item:hover,\n        > ${componentCls}-item-active,\n        > ${componentCls}-submenu ${componentCls}-submenu-title:hover`]: {\n        backgroundColor: 'transparent'\n      },\n      [`${componentCls}-item, ${componentCls}-submenu-title`]: {\n        transition: [`border-color ${motionDurationSlow}`, `background ${motionDurationSlow}`].join(',')\n      },\n      // ===================== Sub Menu =====================\n      [`${componentCls}-submenu-arrow`]: {\n        display: 'none'\n      }\n    }\n  };\n};\nexport default getHorizontalStyle;"],"mappings":"AAAA,YAAY;;AAEZ,MAAMA,kBAAkB,GAAGC,KAAK,IAAI;EAClC,MAAM;IACJC,YAAY;IACZC,kBAAkB;IAClBC,oBAAoB;IACpBC,UAAU;IACVC,SAAS;IACTC,QAAQ;IACRC;EACF,CAAC,GAAGP,KAAK;EACT,OAAO;IACL,CAAE,GAAEC,YAAa,aAAY,GAAG;MAC9BO,UAAU,EAAEL,oBAAoB;MAChCM,MAAM,EAAE,CAAC;MACTC,YAAY,EAAG,GAAEL,SAAU,MAAKC,QAAS,IAAGF,UAAW,EAAC;MACxDO,SAAS,EAAE,MAAM;MACjB,UAAU,EAAE;QACVC,OAAO,EAAE,OAAO;QAChBC,KAAK,EAAE,MAAM;QACbC,MAAM,EAAE,CAAC;QACTC,OAAO,EAAE;MACX,CAAC;MACD;MACA,CAAE,GAAEd,YAAa,UAASA,YAAa,UAAS,GAAG;QACjDe,QAAQ,EAAE,UAAU;QACpBJ,OAAO,EAAE,cAAc;QACvBK,aAAa,EAAE,QAAQ;QACvBC,aAAa,EAAEX;MACjB,CAAC;MACD,CAAE,KAAIN,YAAa;AACzB,YAAYA,YAAa;AACzB,YAAYA,YAAa,YAAWA,YAAa,sBAAqB,GAAG;QACjEkB,eAAe,EAAE;MACnB,CAAC;MACD,CAAE,GAAElB,YAAa,UAASA,YAAa,gBAAe,GAAG;QACvDmB,UAAU,EAAE,CAAE,gBAAelB,kBAAmB,EAAC,EAAG,cAAaA,kBAAmB,EAAC,CAAC,CAACmB,IAAI,CAAC,GAAG;MACjG,CAAC;MACD;MACA,CAAE,GAAEpB,YAAa,gBAAe,GAAG;QACjCW,OAAO,EAAE;MACX;IACF;EACF,CAAC;AACH,CAAC;AACD,eAAeb,kBAAkB"},"metadata":{},"sourceType":"module","externalDependencies":[]}