@secondstaxorg/sscomp 2.0.78 → 2.0.79
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 +20 -19
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +42 -21
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +8 -7
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
- package/types/components/VideoCard/style.d.ts +1 -0
package/dist/index.min.js
CHANGED
|
@@ -6490,24 +6490,25 @@ function round$1(e){return e+.5|0}const lim=(e,t,o)=>Math.max(Math.min(e,o),t);f
|
|
|
6490
6490
|
right: 0;
|
|
6491
6491
|
position: absolute;
|
|
6492
6492
|
}
|
|
6493
|
-
`,_jsxFileName$1="D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\IconButton\\IconButton.tsx",IconButton=e=>{const{onClick:t,disabled:o,children:r,isActive:i,transparentBg:n,showIndicator:a}=e;return React$1.createElement(Button,{onClick:t,disabled:o,className:`${i?"active-icon":""} ${n?"transparent-bg":""}`,__self:void 0,__source:{fileName:_jsxFileName$1,lineNumber:8}},a&&React$1.createElement("div",{className:"indicator",__self:void 0,__source:{fileName:_jsxFileName$1,lineNumber:9}}),r)},Card=styled.div`
|
|
6493
|
+
`,_jsxFileName$1="D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\IconButton\\IconButton.tsx",IconButton=e=>{const{onClick:t,disabled:o,children:r,isActive:i,transparentBg:n,showIndicator:a}=e;return React$1.createElement(Button,{onClick:t,disabled:o,className:`${i?"active-icon":""} ${n?"transparent-bg":""}`,__self:void 0,__source:{fileName:_jsxFileName$1,lineNumber:8}},a&&React$1.createElement("div",{className:"indicator",__self:void 0,__source:{fileName:_jsxFileName$1,lineNumber:9}}),r)},containerQuery="\n .vc-container{\n container-type: inline-size;\n }\n \n @container (max-width:425px) {\n .card-body{\n flex-direction: column;\n }\n \n .video-thumbnail{\n width: 100% !important;\n }\n }\n",Card=styled.div`
|
|
6494
6494
|
background: ${theme.colors.white};
|
|
6495
6495
|
border-radius: 8px;
|
|
6496
6496
|
padding: 24px;
|
|
6497
6497
|
gap: 8px;
|
|
6498
6498
|
display: flex;
|
|
6499
6499
|
cursor: pointer;
|
|
6500
|
+
container-type: inline-size;
|
|
6500
6501
|
|
|
6501
6502
|
.card-body {
|
|
6502
6503
|
width: 100%;
|
|
6503
6504
|
display: flex;
|
|
6504
|
-
flex-direction: row;
|
|
6505
|
+
//flex-direction: row;
|
|
6505
6506
|
gap: 24px;
|
|
6506
6507
|
justify-content: start;
|
|
6507
6508
|
|
|
6508
|
-
|
|
6509
|
+
/*@media (max-width: 425px) {
|
|
6509
6510
|
flex-direction: column;
|
|
6510
|
-
}
|
|
6511
|
+
}*/
|
|
6511
6512
|
}
|
|
6512
6513
|
|
|
6513
6514
|
.video-thumbnail {
|
|
@@ -6521,9 +6522,9 @@ function round$1(e){return e+.5|0}const lim=(e,t,o)=>Math.max(Math.min(e,o),t);f
|
|
|
6521
6522
|
background-size: cover;
|
|
6522
6523
|
background-repeat: no-repeat;
|
|
6523
6524
|
|
|
6524
|
-
|
|
6525
|
+
/*@media (max-width: 425px) {
|
|
6525
6526
|
width: 100%;
|
|
6526
|
-
}
|
|
6527
|
+
}*/
|
|
6527
6528
|
|
|
6528
6529
|
div.label {
|
|
6529
6530
|
color: ${theme.colors.white};
|
|
@@ -6557,5 +6558,5 @@ function round$1(e){return e+.5|0}const lim=(e,t,o)=>Math.max(Math.min(e,o),t);f
|
|
|
6557
6558
|
-webkit-box-orient: vertical;
|
|
6558
6559
|
}
|
|
6559
6560
|
}
|
|
6560
|
-
`,_jsxFileName="D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\VideoCard\\VideoCard.tsx",VideoCard=({date:e,onClick:t,thumbnailUrl:o,videoTitle:r})=>React$1.createElement(Card,{onClick:t,role:"button","aria-label":r,__self:void 0,__source:{fileName:_jsxFileName,lineNumber:
|
|
6561
|
+
`,_jsxFileName="D:\\SSX\\Project\\Component Library\\sscomp\\src\\components\\VideoCard\\VideoCard.tsx",VideoCard=({date:e,onClick:t,thumbnailUrl:o,videoTitle:r})=>React$1.createElement(React$1.Fragment,null,React$1.createElement("style",{__self:void 0,__source:{fileName:_jsxFileName,lineNumber:9}},containerQuery),React$1.createElement(Card,{onClick:t,role:"button",className:"vc-container","aria-label":r,__self:void 0,__source:{fileName:_jsxFileName,lineNumber:10}},React$1.createElement("div",{className:"card-body",__self:void 0,__source:{fileName:_jsxFileName,lineNumber:11}},React$1.createElement("div",{className:"video-thumbnail",style:{backgroundImage:`url(${o})`},__self:void 0,__source:{fileName:_jsxFileName,lineNumber:12}},React$1.createElement("div",{className:"label",__self:void 0,__source:{fileName:_jsxFileName,lineNumber:13}},React$1.createElement("svg",{width:"16",height:"17",viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",__self:void 0,__source:{fileName:_jsxFileName,lineNumber:14}},React$1.createElement("path",{d:"M12.3601 6.50001L5.92014 2.80667C5.57167 2.60545 5.17614 2.50003 4.77374 2.50114C4.37134 2.50224 3.97639 2.60983 3.62903 2.81297C3.28166 3.0161 2.99425 3.30756 2.79597 3.65773C2.5977 4.00789 2.49563 4.4043 2.50014 4.80667V12.22C2.50014 12.8247 2.74036 13.4046 3.16794 13.8322C3.59552 14.2598 4.17545 14.5 4.78014 14.5C5.18043 14.4993 5.57353 14.3936 5.92014 14.1933L12.3601 10.5C12.7062 10.2997 12.9935 10.012 13.1932 9.66563C13.3929 9.31928 13.4981 8.92649 13.4981 8.52667C13.4981 8.12686 13.3929 7.73407 13.1932 7.38772C12.9935 7.04136 12.7062 6.75361 12.3601 6.55334V6.50001ZM11.6935 9.29334L5.25348 13.04C5.10913 13.1218 4.94605 13.1648 4.78014 13.1648C4.61423 13.1648 4.45115 13.1218 4.30681 13.04C4.16287 12.9569 4.04335 12.8374 3.96027 12.6934C3.87718 12.5495 3.83345 12.3862 3.83348 12.22V4.78001C3.83345 4.61381 3.87718 4.45052 3.96027 4.30658C4.04335 4.16264 4.16287 4.04311 4.30681 3.96001C4.45175 3.87944 4.61434 3.83593 4.78014 3.83334C4.94583 3.83674 5.10823 3.8802 5.25348 3.96001L11.6935 7.68001C11.8375 7.76307 11.957 7.88259 12.0402 8.02653C12.1233 8.17048 12.1671 8.33378 12.1671 8.50001C12.1671 8.66624 12.1233 8.82954 12.0402 8.97348C11.957 9.11743 11.8375 9.23694 11.6935 9.32001V9.29334Z",fill:"currentColor",__self:void 0,__source:{fileName:_jsxFileName,lineNumber:15}})),React$1.createElement("span",{className:"paragraph1Regular",__self:void 0,__source:{fileName:_jsxFileName,lineNumber:19}},"Video"))),React$1.createElement("div",{className:"video-details",__self:void 0,__source:{fileName:_jsxFileName,lineNumber:22}},React$1.createElement("div",{className:"date",__self:void 0,__source:{fileName:_jsxFileName,lineNumber:23}},React$1.createElement("span",{className:"paragraph1Regular",__self:void 0,__source:{fileName:_jsxFileName,lineNumber:24}},dayjs(e).format("MMM D, YYYY"))),React$1.createElement("div",{className:"video-title",__self:void 0,__source:{fileName:_jsxFileName,lineNumber:26}},React$1.createElement("p",{className:"subheadingRegular",__self:void 0,__source:{fileName:_jsxFileName,lineNumber:27}},r))))));exports.Accordion=Accordion,exports.ActionFailed=ActionFailed,exports.ActionSuccess=ActionSuccess,exports.ActionWarning=ActionWarning,exports.AmountInput=AmountInput,exports.AppActionsTable=AppActionsTable,exports.AppFormsTable=AppFormsTable,exports.AppModulesTable=AppModulesTable,exports.AuditLog=AuditLog,exports.BankAccounts=BankAccounts,exports.BankSelector=BankSelector,exports.BarChart=BarChart,exports.BidsCards=BidsCards,exports.BreadcrumbBar=BreadcrumbBar,exports.BrokersTable=BrokersTable,exports.Button=Button$2,exports.ButtonOutline=OutlineButton,exports.Chart=Chart,exports.ChartMedium=ChartMedium,exports.ChartSmall=ChartSmall,exports.CookieConsent=CookieConsent,exports.CountrySelector=CountrySelector,exports.CurrencyPairs=CurrencyPairsTable,exports.DatePicker=DatePicker,exports.DateRangePicker=DateRangePicker,exports.DetailField=DetailField,exports.DisplayField=DisplayField,exports.DocumentViewer=DocumentViewer,exports.DoughnutChart=DoughnutChart,exports.DropdownList=DropdownList,exports.EmailField=EmailField,exports.ExchangeRates=ExchangeRates,exports.FileUpload=FileUpdload,exports.FooterNew=FooterNew,exports.ForgotPasswordForm=ForgotPasswordForm,exports.IconButton=IconButton,exports.Indices=Indices,exports.LPRequestTable=LPRequestTable,exports.LPSideNav=LPSideNav,exports.LPTopBar=LPTopBar,exports.LanguageSwitcher=LanguageSwitcher,exports.LineChart=LineChart,exports.LoadingShimmer=LoadingShimmer,exports.LoadingSpinner=Loader,exports.MarketData=MarketData,exports.MarketMovers=MarketMovers,exports.MenuBar=MenuBar,exports.MultipleFileUpload=MultipleFileUpload,exports.NewsCard=NewsCard,exports.NewsFilterBar=NewsFilterBar,exports.NewsSourceTag=NewsSourceTag,exports.NewsTitleBar=NewsTitleBar,exports.NumberField=NumberField,exports.Pagination=Pagination,exports.PasswordField=PasswordField,exports.PasswordMeter=PasswordMeter,exports.PaymentMethodsTable=PaymentMethodsTable,exports.PhoneInput=PhoneInput,exports.PopupModal=PopupModal,exports.ProgressBar=ProgressBar,exports.ProvidersTable=ProvidersTable,exports.RateHistory=RateHistory,exports.RequestForm=RequestForm,exports.Ribbon=Ribbon,exports.SSXBar=SSXBar,exports.SearchBar=SearchBar,exports.SearchResultsBar=SearchResultsBar,exports.Selector=Selector,exports.SetPassword=CreatePassword,exports.SideModal=SideModal,exports.SignatureField=SignatureField,exports.SmallNewsCard=SmallNewsCard,exports.StatusBadge=StatusBadge,exports.StepProgress=StepProgress,exports.StocksTicker=StocksTicker,exports.SystemConfigTable=SystemConfigTable,exports.Tab=Tab,exports.Table=Table$3,exports.TableAlternative=TableAlternative,exports.TablePrimary=TablePrimary,exports.TextArea=TextArea,exports.TextField=TextField,exports.Tooltip=Tooltip,exports.TransactionDetails=TransactionDetails,exports.TransactionDetailsWithPayment=TransactionDetailsWithPayment,exports.UpdateUserActions=UpdateUserActions$1,exports.UserActions=UpdateUserActions,exports.UserRolesTable=UserRolesTable,exports.UsersTable=UsersTable,exports.VideoCard=VideoCard,exports.WidgetTitle=WidgetTitle;
|
|
6561
6562
|
//# sourceMappingURL=index.min.js.map
|