@secondstaxorg/sscomp 1.7.13 → 1.7.15
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.
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +10 -8
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
- package/types/components/Tooltip/type.d.ts +4 -0
package/dist/index.es.js
CHANGED
|
@@ -4885,5 +4885,5 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
4885
4885
|
padding: 5px 9px;
|
|
4886
4886
|
z-index: 1;
|
|
4887
4887
|
}
|
|
4888
|
-
`,Rp=e=>{const{tooltipPosition:i,children:n,tooltipContent:o,childElementId:l}=e;return r((()=>{Fp(`#${l}`,{content:o,placement:i,interactive:!0})}),[]),t.createElement(Qp,{__self:void 0,__source:{fileName:"D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\Tooltip\\Tooltip.tsx",lineNumber:
|
|
4888
|
+
`,Rp=e=>{const{tooltipPosition:i,children:n,tooltipContent:o,childElementId:l,tooltipVisible:a}=e;return r((()=>{a&&Fp(`#${a?l:""}`,{content:o,placement:i,interactive:!0})}),[a]),t.createElement(Qp,{__self:void 0,__source:{fileName:"D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\Tooltip\\Tooltip.tsx",lineNumber:25}},n)};export{m as ActionFailed,g as ActionSuccess,D as AppActionsTable,H as AppFormsTable,V as AppModulesTable,W as AuditLog,te as BankAccounts,ae as BankSelector,Wm as BidsCards,de as BreadcrumbBar,ge as BrokersTable,c as Button,q as ButtonOutline,Ka as Chart,os as ChartMedium,fs as ChartSmall,Cs as CookieConsent,Bs as CountrySelector,Is as CurrencyPairs,zs as DatePicker,Gs as DateRangePicker,Js as DisplayField,ac as DropdownList,fc as ExchangeRates,Ac as FooterNew,xc as Indices,Hc as LPRequestTable,Yc as LPSideNav,dd as LPTopBar,Ec as LoadingShimmer,$ as LoadingSpinner,vd as MarketData,Hd as MarketMovers,Qd as MenuBar,Xd as NewsCard,Kd as NewsFilterBar,$d as NewsSourceTag,iu as NewsTitleBar,cu as PasswordField,Au as PaymentMethodsTable,xh as PhoneInput,xu as PopupModal,ku as ProvidersTable,Ru as RateHistory,Uu as RequestForm,$u as Ribbon,Om as SSXBar,rf as SearchBar,lf as SearchResultsBar,oh as Selector,hf as SideModal,xf as SmallNewsCard,Bu as StatusBadge,uh as StepProgress,Lf as StocksTicker,Rf as SystemConfigTable,Pd as Tab,jf as Table,Jm as TableAlternative,Gm as TablePrimary,Kf as TextArea,Xu as TextField,Rp as Tooltip,tm as TransactionDetails,om as TransactionDetailsWithPayment,fm as UpdateUserActions,Cm as UserActions,ym as UserRolesTable,Pm as UsersTable,Hm as WidgetTitle};
|
|
4889
4889
|
//# sourceMappingURL=index.es.js.map
|