@lidofinance/lido-ui 4.0.0-alpha.3 → 4.0.0-alpha.4
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/cjs/banners/banner/Banner.js +67 -0
- package/dist/cjs/banners/banner/Banner.js.map +1 -0
- package/dist/cjs/banners/banner/Banner.module.css.js +6 -0
- package/dist/cjs/banners/banner/Banner.module.css.js.map +1 -0
- package/dist/cjs/banners/emergency-banner/EmergencyBanner.js +52 -0
- package/dist/cjs/banners/emergency-banner/EmergencyBanner.js.map +1 -0
- package/dist/cjs/banners/emergency-banner/EmergencyBanner.module.css.js +6 -0
- package/dist/cjs/banners/emergency-banner/EmergencyBanner.module.css.js.map +1 -0
- package/dist/cjs/banners/emergency-banner/assets/UrgentIcon.js +96 -0
- package/dist/cjs/banners/emergency-banner/assets/UrgentIcon.js.map +1 -0
- package/dist/cjs/button/Button.js +2 -1
- package/dist/cjs/button/Button.js.map +1 -1
- package/dist/cjs/button/Button.module.css.js +1 -1
- package/dist/cjs/icons/index.js +17 -0
- package/dist/cjs/icons/index.js.map +1 -1
- package/dist/cjs/index.css +1 -1
- package/dist/cjs/index.js +5 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/banners/banner/Banner.mjs +63 -0
- package/dist/esm/banners/banner/Banner.mjs.map +1 -0
- package/dist/esm/banners/banner/Banner.module.css.mjs +4 -0
- package/dist/esm/banners/banner/Banner.module.css.mjs.map +1 -0
- package/dist/esm/banners/emergency-banner/EmergencyBanner.mjs +48 -0
- package/dist/esm/banners/emergency-banner/EmergencyBanner.mjs.map +1 -0
- package/dist/esm/banners/emergency-banner/EmergencyBanner.module.css.mjs +4 -0
- package/dist/esm/banners/emergency-banner/EmergencyBanner.module.css.mjs.map +1 -0
- package/dist/esm/banners/emergency-banner/assets/UrgentIcon.mjs +92 -0
- package/dist/esm/banners/emergency-banner/assets/UrgentIcon.mjs.map +1 -0
- package/dist/esm/button/Button.mjs +2 -1
- package/dist/esm/button/Button.mjs.map +1 -1
- package/dist/esm/button/Button.module.css.mjs +1 -1
- package/dist/esm/icons/index.mjs +17 -1
- package/dist/esm/icons/index.mjs.map +1 -1
- package/dist/esm/index.css +1 -1
- package/dist/esm/index.mjs +3 -1
- package/dist/esm/index.mjs.map +1 -1
- package/dist/types/banners/banner/Banner.d.ts +12 -0
- package/dist/types/banners/banner/Banner.d.ts.map +1 -0
- package/dist/types/banners/banner/index.d.ts +2 -0
- package/dist/types/banners/banner/index.d.ts.map +1 -0
- package/dist/types/banners/emergency-banner/EmergencyBanner.d.ts +10 -0
- package/dist/types/banners/emergency-banner/EmergencyBanner.d.ts.map +1 -0
- package/dist/types/banners/emergency-banner/assets/UrgentIcon.d.ts +3 -0
- package/dist/types/banners/emergency-banner/assets/UrgentIcon.d.ts.map +1 -0
- package/dist/types/banners/emergency-banner/index.d.ts +2 -0
- package/dist/types/banners/emergency-banner/index.d.ts.map +1 -0
- package/dist/types/banners/index.d.ts +3 -0
- package/dist/types/banners/index.d.ts.map +1 -0
- package/dist/types/button/Button.d.ts +1 -0
- package/dist/types/button/Button.d.ts.map +1 -1
- package/dist/types/icons/index.d.ts +1 -0
- package/dist/types/icons/index.d.ts.map +1 -1
- package/dist/types/index.d.ts +1 -0
- package/dist/types/index.d.ts.map +1 -1
- package/package.json +6 -2
package/dist/esm/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
:root{--lido-color-primary-6-static:#1312170f;--lido-color-primary-5-static:#1312170d;--lido-color-white-static:#fff;--lido-color-accent-ocean-static:#0085ff;--lido-color-accent-light-ocean-static:#0085ff33;--lido-color-accent-sky-static:#00a3ff;--lido-color-accent-coral-static:#ff8e76;--lido-color-accent-light-coral-static:#ff8e7633;--lido-color-accent-berry-static:#d74758;--lido-color-accent-light-berry-static:#d7475833;--lido-color-accent-leaf-static:#29c38c;--lido-color-accent-light-leaf-static:#29c38c33;--lido-color-borders-mist-static:#3c425447;--lido-color-borders-water-static:#0085ff99;--lido-border-radius-4:4px;--lido-border-radius-60:60px;--ease-in-sine:cubic-bezier(0.47,0,0.745,0.715);--ease-out-quad:cubic-bezier(0.25,0.46,0.45,0.94)}:root,[data-lido-theme=light]{--lido-light-mode-visibility:visible;--lido-dark-mode-visibility:hidden;--lido-light-display:initial;--lido-dark-display:none;--lido-color-background:#fff;--lido-color-foreground:#fff;--lido-color-shadow-light:rgb(39 56 82/8%);--lido-color-text:#273852;--lido-color-text-secondary:#7a8aa0;--lido-color-primary:#000;--lido-color-primary-reverse:#fff;--lido-color-primary-72:#131217b8;--lido-color-primary-50:#13121780;--lido-color-primary-32:#13121752;--lido-color-primary-20:#13121733;--lido-color-primary-8:#13121714;--lido-color-borders-fog:#0000001a;--lido-color-borders-fog-reverse:#ffffff52;--lido-color-borders-mist:#3c425447}[data-lido-theme=dark]{--lido-light-mode-visibility:hidden;--lido-dark-mode-visibility:visible;--lido-light-display:none;--lido-dark-display:initial;--lido-color-background:#000;--lido-color-foreground:#34343d;--lido-color-shadow-light:rgba(0,0,0,.25);--lido-color-text:#fff;--lido-color-text-secondary:hsla(0,0%,100%,.8);--lido-color-primary:#fff;--lido-color-primary-reverse:#000;--lido-color-primary-72:#ffffffb8;--lido-color-primary-50:#ffffff80;--lido-color-primary-32:#ffffff52;--lido-color-primary-20:#fff3;--lido-color-primary-8:#ffffff14;--lido-color-primary-6:#1312170f;--lido-color-primary-5:#1312170d;--lido-color-borders-fog:#ffffff52;--lido-color-borders-fog-reverse:#0000001a;--lido-color-borders-mist:var(--lido-color-primary-32)}@layer contentTheme{.content-theme-module_dark__gp365{display:var(--lido-dark-display,contents)}.content-theme-module_light__2GAuu{display:var(--lido-light-display,contents)}}.theme-toggler-module_icon__FBPnb{--local-icon-size:24px;grid-area:a;place-self:center center}.theme-toggler-module_light__OE0sC{visibility:var(--lido-dark-mode-visibility)}.theme-toggler-module_dark__zYF55{visibility:var(--lido-light-mode-visibility)}.theme-toggler-module_themeToggler__O3bOU{display:inline-grid;grid-template-areas:"a"}.theme-toggler-module_themeToggler__O3bOU>span:first-child{display:contents}.Button-module_button__0HFtl{--local-icon-padding:4px;--local-button-border-width:0px;align-items:center;border:none;border-radius:var(--lido-border-radius-60);box-sizing:border-box;cursor:pointer;display:inline-flex;font-family:inherit;height:var(--local-button-height);justify-content:center;overflow:hidden;padding:0 calc(var(--local-button-padding) - var(--local-button-border-width));position:relative;text-decoration:none}.Button-module_button__0HFtl:hover .Button-module_arrow__d3Bzj{transform:translateX(3px);transition:transform .3s}.Button-module_button__0HFtl:disabled{cursor:not-allowed;outline:none}.Button-module_button__0HFtl:disabled,.Button-module_button__0HFtl:disabled:hover{background-color:var(--lido-color-primary-8);color:var(--lido-color-primary-20)}.Button-module_button__0HFtl:disabled:hover .Button-module_arrow__d3Bzj{transform:translateX(0)}.Button-module_button__0HFtl:disabled .Button-module_icon__1CQNo{border-color:var(--lido-color-borders-fog);filter:grayscale(1);opacity:.4}.Button-module_button__0HFtl:not(:disabled):focus-visible{outline:2px solid var(--lido-color-borders-water-static);outline-offset:1px}.Button-module_button__0HFtl.Button-module_size--l__Nvoeu .Button-module_icon__1CQNo,.Button-module_button__0HFtl.Button-module_size--xl__O3Rcv .Button-module_icon__1CQNo{border:1px solid var(--lido-color-borders-fog-reverse);border-radius:50%;box-sizing:border-box}.Button-module_button__0HFtl.Button-module_circle__fWex4{--local-icon-size:40px;--local-button-size:40px;align-items:center;display:flex;height:var(--local-button-size);justify-content:center;padding:0;width:var(--local-button-size)}.Button-module_content__RUTEy{align-items:center;display:inline-flex;flex:1;gap:var(--local-gap);justify-content:center;position:relative}.Button-module_arrow__d3Bzj{display:block;height:var(--local-arrow-size);transform:translateX(0);transition:transform .3s;width:var(--local-arrow-size)}.Button-module_spacer__ojPHa{display:none;flex:0 1 calc(var(--local-gap) + var(--local-icon-size));min-width:calc(var(--local-button-spacer-min-width) - var(--local-button-padding))}.Button-module_withIcon__smH-y{justify-content:space-between}.Button-module_withIcon__smH-y .Button-module_iconWrapper__wQYMx{box-sizing:border-box;display:inline-flex;flex:0 0 auto;height:var(--local-icon-size);position:relative;width:calc(var(--local-icon-size) + var(--local-gap))}.Button-module_withIcon__smH-y .Button-module_content__RUTEy{flex:1 0 auto;text-align:center}.Button-module_withIcon__smH-y .Button-module_spacer__ojPHa{display:inline-block}.Button-module_withIcon__smH-y .Button-module_icon__1CQNo{height:var(--local-icon-size);width:var(--local-icon-size)}.Button-module_size--m__3rHqF,.Button-module_size--s__ZnSdg{--local-button-height:46px;--local-button-padding:24px;--local-arrow-size:20px;--local-gap:14px;--local-button-spacer-min-width:24px}.Button-module_size--m__3rHqF.Button-module_withIcon__smH-y,.Button-module_size--s__ZnSdg.Button-module_withIcon__smH-y{--local-button-padding:4px;--local-icon-size:38px}.Button-module_size--l__Nvoeu{--local-button-height:60px;--local-button-padding:30px;--local-arrow-size:24px;--local-gap:20px;--local-button-spacer-min-width:32px}.Button-module_size--l__Nvoeu.Button-module_withIcon__smH-y{--local-button-padding:10px;--local-icon-size:40px}.Button-module_size--xl__O3Rcv,.Button-module_size--xxl__7TJ3Q{--local-button-height:70px;--local-button-padding:36px;--local-arrow-size:24px;--local-gap:20px;--local-button-spacer-min-width:32px}.Button-module_size--xl__O3Rcv.Button-module_withIcon__smH-y,.Button-module_size--xxl__7TJ3Q.Button-module_withIcon__smH-y{--local-button-padding:10px;--local-icon-size:50px}.Button-module_normal__48FH-{font-size:var(--lido-font-size-control-not-adaptive);font-weight:var(--lido-font-weight-regular)}.Button-module_semibold__h12tM{font-size:var(--lido-font-size-control-not-adaptive);font-weight:var(--lido-font-weight-bold);line-height:var(--lido-line-height-control-not-adaptive)}.Button-module_subhead__hesHw{font-size:var(--lido-font-size-subheader);font-size:22px;font-weight:var(--lido-font-weight-light);line-height:var(--lido-line-height-subheader)}.Button-module_description__1dbcV{font-size:var(--lido-font-size-description);font-weight:var(--lido-font-weight-regular);line-height:var(--lido-line-height-description)}.Button-module_default__glQiC{background-color:var(--lido-color-primary);color:var(--lido-color-primary-reverse);font-weight:var(--lido-font-weight-bold);transition:background-color .5s}.Button-module_default__glQiC:hover{background-color:var(--lido-color-accent-ocean-static);transition:background-color .3s}.Button-module_secondary__pTxz0{background-color:var(--lido-color-accent-ocean-static);color:var(--lido-color-white-static);transition:background-color .5s}.Button-module_secondary__pTxz0:hover{background-color:var(--lido-color-accent-sky-static);transition:background-color .3s}.Button-module_outline__Ukk-k{--local-button-border-width:1px;background-color:transparent;border:1px solid var(--lido-color-borders-fog);color:var(--lido-color-primary);transition:color .5s,border-color .5s}.Button-module_outline__Ukk-k:hover{border-color:var(--lido-color-accent-ocean-static);color:var(--lido-color-accent-ocean-static);transition:color .3s,border-color .3s}.Button-module_outline__Ukk-k:disabled{background-color:transparent;border-color:var(--lido-color-primary-20);color:var(--lido-color-primary-20)}.Button-module_outline__Ukk-k:disabled:hover{background-color:transparent}.Button-module_outline__Ukk-k>*{font-weight:var(--lido-font-weight-regular)}.Button-module_success__3A4XP{background-color:var(--lido-color-accent-leaf-static);color:var(--lido-color-white-static);transition:background-color .5s}.Button-module_transparent__c4nnr{background-color:transparent;color:var(--lido-color-primary);outline:none;transition:color .5s}.Button-module_transparent__c4nnr:hover{background-color:transparent;color:var(--lido-color-accent-ocean-static);transition:color .3s}.Button-module_transparent__c4nnr:disabled,.Button-module_transparent__c4nnr:disabled:hover{background-color:transparent}.Button-module_transparent__c4nnr:disabled:hover .Button-module_arrow__d3Bzj{transform:translateX(0)}.Button-module_circle__fWex4{--local-button-border-width:1px;background-color:transparent;border:1px solid var(--lido-color-borders-fog);border-radius:50%;color:var(--lido-color-primary);transition:color .5s,border-color .5s}.Button-module_circle__fWex4:hover{background-color:transparent;border-color:var(--lido-color-accent-ocean-static);color:var(--lido-color-accent-ocean-static);transition:color .3s,border-color .3s}.Button-module_circle__fWex4:disabled{background-color:transparent;border-color:var(--lido-color-primary-20);color:var(--lido-color-primary-20)}.Button-module_circle__fWex4:disabled:hover{background-color:transparent}.Button-module_circle__fWex4.Button-module_circle-s__Lz8vm{--local-button-size:40px;--local-icon-size:38px}.Button-module_circle__fWex4.Button-module_circle-m__JS9K8{--local-button-size:56px;--local-icon-size:46px}.Button-module_circle__fWex4.Button-module_circle-l__smFdi{--local-button-size:70px;--local-icon-size:58px}.Button-module_circle__fWex4.Button-module_circle-xl__QtZsc{--local-button-size:86px;--local-icon-size:56px}.Button-module_circle__fWex4.Button-module_circle-xxl__6rLNO{--local-button-size:110px;--local-icon-size:70px}.Button-module_circle__fWex4.Button-module_transparent__c4nnr{border:none}.Link-module_link__d-WWp{color:var(--lido-color-accent-ocean-static);text-decoration:none;transition:color .5s}.Link-module_link__d-WWp:hover{color:var(--lido-color-accent-sky-static);transition:color .3s}.Link-module_link__d-WWp:not(:disabled):focus-visible{outline:none;text-decoration:underline;text-underline-offset:4px}.Link-module_inherit__yqJrG{color:inherit;text-decoration:underline;text-underline-offset:4px;transition:color .5s}.Link-module_inherit__yqJrG:focus,.Link-module_inherit__yqJrG:hover{color:var(--lido-color-accent-ocean-static);transition:color .3s}.WaveLoader-module_wave__0RQ7z,.WaveLoader-module_wrap__6liFz{inset:0;overflow:hidden;position:absolute}.WaveLoader-module_wrap__6liFz{animation:WaveLoader-module_appearing__L-qcU 2s var(--ease-out-quad) 1}.WaveLoader-module_wrap__6liFz.WaveLoader-module_disappearing__aN4U9{animation:WaveLoader-module_disappearing__aN4U9 .25s var(--ease-in-sine) 1}@keyframes WaveLoader-module_appearing__L-qcU{0%{opacity:0;transform:translateY(20%) scaleX(1.8)}to{opacity:1;transform:translateY(0)}}@keyframes WaveLoader-module_disappearing__aN4U9{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(0) scale(2)}}.WaveLoader-module_wave__0RQ7z{--source-svg-width:355px;--source-svg-height:165px;--source-svg-wave-low-offset:45px;background-position-x:calc(var(--source-svg-width)*var(--wave-svg-scale));background-repeat:repeat-x;background-size:calc(var(--source-svg-width)*var(--wave-svg-scale)) calc(var(--source-svg-height)*var(--wave-svg-scale))}.WaveLoader-module_wave__0RQ7z.WaveLoader-module_high__dV1T3{animation:WaveLoader-module_they-float-high__uz7zp 5.6s linear infinite;background-position-x:calc(var(--source-svg-width)*var(--wave-svg-scale));background-position-y:calc(-9%*var(--wave-svg-scale))}.WaveLoader-module_wave__0RQ7z.WaveLoader-module_low__Fqo6T{animation:WaveLoader-module_they-float-low__zaQ0B 5s linear infinite;background-position-x:calc((var(--source-svg-width) + var(--source-svg-wave-low-offset))*var(--wave-svg-scale));background-position-y:calc(-21%*var(--wave-svg-scale))}.WaveLoader-module_wave__0RQ7z.WaveLoader-module_variant--transparent__nQw6n{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNTUiIGhlaWdodD0iMTY1IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSJ1cmwoI2EpIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDE2NC44MVYwYzQ0LjE0NS4wNDcgNjYuMjkzIDcuMDIzIDg4LjQ0IDE0IDIyLjIyMiA3IDQ0LjQ0NSAxNCA4OC44OSAxNCA0NC40NDYgMCA2Ni42NjktNyA4OC44OS0xNEMyODguNDI1IDcuMDA0IDMxMC42MjguMDEgMzU1IDB2MTY0LjgxSDBaIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSIxNzcuNSIgeDI9IjE3Ny41IiB5MT0iMCIgeTI9IjE2NC44MSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iLjI1Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=")}.WaveLoader-module_wave__0RQ7z.WaveLoader-module_variant--opaque__9ga9I{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNTUiIGhlaWdodD0iMTY1IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSJ1cmwoI2EpIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDE2NC44MVYwYzQ0LjE0NS4wNDcgNjYuMjkzIDcuMDIzIDg4LjQ0IDE0IDIyLjIyMiA3IDQ0LjQ0NSAxNCA4OC44OSAxNCA0NC40NDYgMCA2Ni42NjktNyA4OC44OS0xNEMyODguNDI1IDcuMDA0IDMxMC42MjguMDEgMzU1IDB2MTY0LjgxSDBaIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSIxNzcuNSIgeDI9IjE3Ny41IiB5MT0iMCIgeTI9IjE2NC44MSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNCM0I1RUIiIHN0b3Atb3BhY2l0eT0iLjI1Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjQjNCNUVCIiBzdG9wLW9wYWNpdHk9IjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=")}@keyframes WaveLoader-module_they-float-high__uz7zp{to{background-position-x:0}}@keyframes WaveLoader-module_they-float-low__zaQ0B{to{background-position-x:calc(var(--source-svg-wave-low-offset)*var(--wave-svg-scale))}}.Navigation-module_button__uIMTd.Navigation-module_navigationButton__u7vga{--local-button-size:52px}.Navigation-module_arrow__bpsRs{--local-icon-size:20px}.Navigation-module_left__lqSX9{transform:rotate(180deg)}.Navigation-module_down__61gpB{transform:rotate(90deg)}.Checkbox-module_container__KMNmB{align-items:center;cursor:pointer;display:flex}.Checkbox-module_text__FICh9{margin-left:16px}.Checkbox-module_text__FICh9:empty{display:none}.Checkbox-module_input__lcAFg{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--lido-color-borders-mist);border-radius:var(--lido-border-radius-4);cursor:pointer;flex:0 0 auto;font-size:inherit;margin:0;position:relative;transition:background-color .2s}.Checkbox-module_input__lcAFg:before{--checkmark-width:14px;--checkmark-height:10px;background-color:var(--lido-color-primary-reverse);background-size:var(--checkmark-width) var(--checkmark-height);content:"";height:var(--checkmark-height);left:calc(50% - var(--checkmark-width)/2);-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.265 9.73 0 5.366l1.206-1.301L4.868 7.78 12.794 0 14 1.3 5.47 9.73a.81.81 0 0 1-1.205 0Z' fill='%23fff'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.265 9.73 0 5.366l1.206-1.301L4.868 7.78 12.794 0 14 1.3 5.47 9.73a.81.81 0 0 1-1.205 0Z' fill='%23fff'/%3E%3C/svg%3E");position:absolute;top:calc(50% - var(--checkmark-height)/2);transform:scale(0);width:var(--checkmark-width)}.Checkbox-module_input__lcAFg:checked:before{transform:scale(1)}.Checkbox-module_inputSize--S__bWRRU,.Checkbox-module_inputSize--XS__akCAG{height:20px;width:20px}.Checkbox-module_inputSize--L__iq1g3,.Checkbox-module_inputSize--M__rgpmJ{height:24px;width:24px}.Checkbox-module_textSize--L__qf5V0{font-size:var(--lido-font-size-subheader);line-height:var(--lido-line-height-subheader)}.Checkbox-module_textSize--M__SLyjC{font-size:var(--lido-font-size-control);line-height:var(--lido-line-height-control)}.Checkbox-module_textSize--S__PtYR7{font-size:var(--lido-font-size-body);line-height:var(--lido-line-height-body)}.Checkbox-module_XS__8Pci-{font-size:var(--lido-font-size-description);line-height:var(--lido-line-height-description)}.Checkbox-module_accent__yn1rL:checked{background-color:var(--lido-color-accent-ocean-static)}.Checkbox-module_primary__Qf3gE:checked{background-color:var(--lido-color-primary)}.Checkbox-module_input__lcAFg:disabled{background-color:var(--lido-color-primary-8);border-color:var(--lido-color-borders-fog);cursor:not-allowed}.Checkbox-module_input__lcAFg:disabled:before{background-color:var(--lido-color-primary-20)}.Checkbox-module_input__lcAFg:focus-visible{outline:3px solid var(--lido-color-borders-water-static);outline-offset:3px}.Checkbox-module_input__lcAFg:not(:disabled):hover{border-color:var(--lido-color-borders-water-static)}.Checkbox-module_input__lcAFg:not(:disabled):hover:checked.Checkbox-module_accent__yn1rL{background-color:var(--lido-color-primary)}.Checkbox-module_input__lcAFg:not(:disabled):hover:checked.Checkbox-module_primary__Qf3gE{background-color:var(--lido-color-accent-ocean-static)}.Checkbox-module_containerDisabled__RPIYp{cursor:not-allowed}.Checkbox-module_textDisabled__PTEbV{color:var(--lido-color-primary-20)}.Tag-module_tag__J7oXj{align-items:center;border-radius:var(--lido-border-radius-60);display:flex;justify-content:space-between;position:relative;width:-moz-fit-content;width:fit-content}.Tag-module_variant--outline__06--t{border:1px solid var(--lido-color-borders-fog)}.Tag-module_variant--outline__06--t.Tag-module_color--accent__-QIzv{border-color:var(--lido-color-borders-water-static);color:var(--lido-color-accent-ocean-static)}.Tag-module_variant--outline__06--t.Tag-module_color--disabled__gwcCo{border-color:var(--lido-color-borders-fog);color:var(--lido-color-primary-20)}.Tag-module_variant--outline__06--t.Tag-module_color--negative__ApHDz{border-color:var(--lido-color-accent-light-berry-static);color:var(--lido-color-accent-berry-static)}.Tag-module_variant--outline__06--t.Tag-module_color--warning__4RwRD{border-color:var(--lido-color-accent-light-coral-static);color:var(--lido-color-accent-coral-static)}.Tag-module_variant--outline__06--t.Tag-module_color--positive__rvi9C{border-color:var(--lido-color-accent-light-leaf-static);color:var(--lido-color-accent-leaf-static)}.Tag-module_variant--filled__K6HDF{background-color:var(--lido-color-primary-6-static);border:1px solid var(--lido-color-borders-fog);color:var(--lido-color-primary-72)}.Tag-module_variant--filled__K6HDF.Tag-module_color--accent__-QIzv{background-color:var(--lido-color-accent-light-ocean-static);border-color:transparent;color:var(--lido-color-accent-ocean-static)}.Tag-module_variant--filled__K6HDF.Tag-module_color--disabled__gwcCo{background-color:var(--lido-color-primary-5-static);color:var(--lido-color-primary-20)}.Tag-module_variant--filled__K6HDF.Tag-module_color--negative__ApHDz{background-color:var(--lido-color-accent-light-berry-static);border-color:transparent;color:var(--lido-color-accent-berry-static)}.Tag-module_variant--filled__K6HDF.Tag-module_color--warning__4RwRD{background-color:var(--lido-color-accent-light-coral-static);border-color:transparent;color:var(--lido-color-accent-coral-static)}.Tag-module_variant--filled__K6HDF.Tag-module_color--positive__rvi9C{background-color:var(--lido-color-accent-light-leaf-static);border-color:transparent;color:var(--lido-color-accent-leaf-static)}.Tag-module_size--s__G3Z1S{padding:6.5px 20px}.Tag-module_size--m__bk-zv{padding:10px 30px}.Tag-module_size--l__TWwVF{padding:17px 30px}.Tag-module_withOnClose__E-Iny{padding-right:14px}.Tag-module_withIcon__WzV7e{padding-left:8px}.Tag-module_icon__6jdhv{align-items:center;display:flex}.Tag-module_closeButton__05Pvb{cursor:pointer}
|
|
1
|
+
:root{--lido-color-primary-6-static:#1312170f;--lido-color-primary-5-static:#1312170d;--lido-color-white-static:#fff;--lido-color-accent-ocean-static:#0085ff;--lido-color-accent-light-ocean-static:#0085ff33;--lido-color-accent-sky-static:#00a3ff;--lido-color-accent-coral-static:#ff8e76;--lido-color-accent-light-coral-static:#ff8e7633;--lido-color-accent-berry-static:#d74758;--lido-color-accent-light-berry-static:#d7475833;--lido-color-accent-leaf-static:#29c38c;--lido-color-accent-light-leaf-static:#29c38c33;--lido-color-borders-mist-static:#3c425447;--lido-color-borders-water-static:#0085ff99;--lido-border-radius-4:4px;--lido-border-radius-60:60px;--ease-in-sine:cubic-bezier(0.47,0,0.745,0.715);--ease-out-quad:cubic-bezier(0.25,0.46,0.45,0.94)}:root,[data-lido-theme=light]{--lido-light-mode-visibility:visible;--lido-dark-mode-visibility:hidden;--lido-light-display:initial;--lido-dark-display:none;--lido-color-background:#fff;--lido-color-foreground:#fff;--lido-color-shadow-light:rgb(39 56 82/8%);--lido-color-text:#273852;--lido-color-text-secondary:#7a8aa0;--lido-color-primary:#000;--lido-color-primary-reverse:#fff;--lido-color-primary-72:#131217b8;--lido-color-primary-50:#13121780;--lido-color-primary-32:#13121752;--lido-color-primary-20:#13121733;--lido-color-primary-8:#13121714;--lido-color-borders-fog:#0000001a;--lido-color-borders-fog-reverse:#ffffff52;--lido-color-borders-mist:#3c425447}[data-lido-theme=dark]{--lido-light-mode-visibility:hidden;--lido-dark-mode-visibility:visible;--lido-light-display:none;--lido-dark-display:initial;--lido-color-background:#000;--lido-color-foreground:#34343d;--lido-color-shadow-light:rgba(0,0,0,.25);--lido-color-text:#fff;--lido-color-text-secondary:hsla(0,0%,100%,.8);--lido-color-primary:#fff;--lido-color-primary-reverse:#000;--lido-color-primary-72:#ffffffb8;--lido-color-primary-50:#ffffff80;--lido-color-primary-32:#ffffff52;--lido-color-primary-20:#fff3;--lido-color-primary-8:#ffffff14;--lido-color-primary-6:#1312170f;--lido-color-primary-5:#1312170d;--lido-color-borders-fog:#ffffff52;--lido-color-borders-fog-reverse:#0000001a;--lido-color-borders-mist:var(--lido-color-primary-32)}@layer contentTheme{.content-theme-module_dark__gp365{display:var(--lido-dark-display,contents)}.content-theme-module_light__2GAuu{display:var(--lido-light-display,contents)}}.theme-toggler-module_icon__FBPnb{--local-icon-size:24px;grid-area:a;place-self:center center}.theme-toggler-module_light__OE0sC{visibility:var(--lido-dark-mode-visibility)}.theme-toggler-module_dark__zYF55{visibility:var(--lido-light-mode-visibility)}.theme-toggler-module_themeToggler__O3bOU{display:inline-grid;grid-template-areas:"a"}.theme-toggler-module_themeToggler__O3bOU>span:first-child{display:contents}.Button-module_button__0HFtl{--local-icon-padding:4px;--local-button-border-width:0px;align-items:center;border:none;border-radius:var(--lido-border-radius-60);box-sizing:border-box;cursor:pointer;display:inline-flex;font-family:inherit;height:var(--local-button-height);justify-content:center;overflow:hidden;padding:0 calc(var(--local-button-padding) - var(--local-button-border-width));position:relative;text-decoration:none}.Button-module_button__0HFtl:hover .Button-module_arrow__d3Bzj{transform:translateX(3px);transition:transform .3s}.Button-module_button__0HFtl:disabled{cursor:not-allowed;outline:none}.Button-module_button__0HFtl:disabled,.Button-module_button__0HFtl:disabled:hover{background-color:var(--lido-color-primary-8);color:var(--lido-color-primary-20)}.Button-module_button__0HFtl:disabled:hover .Button-module_arrow__d3Bzj{transform:translateX(0)}.Button-module_button__0HFtl:disabled .Button-module_icon__1CQNo{border-color:var(--lido-color-borders-fog);filter:grayscale(1);opacity:.4}.Button-module_button__0HFtl:not(:disabled):focus-visible{outline:2px solid var(--lido-color-borders-water-static);outline-offset:1px}.Button-module_button__0HFtl.Button-module_size--l__Nvoeu .Button-module_icon__1CQNo,.Button-module_button__0HFtl.Button-module_size--xl__O3Rcv .Button-module_icon__1CQNo{border:1px solid var(--lido-color-borders-fog-reverse);border-radius:50%;box-sizing:border-box}.Button-module_button__0HFtl.Button-module_circle__fWex4{--local-icon-size:40px;--local-button-size:40px;align-items:center;display:flex;height:var(--local-button-size);justify-content:center;padding:0;width:var(--local-button-size)}.Button-module_content__RUTEy{align-items:center;display:inline-flex;flex:1;gap:var(--local-gap);justify-content:center;position:relative;text-align:center}.Button-module_arrow__d3Bzj{display:block;height:var(--local-arrow-size);transform:translateX(0);transition:transform .3s;width:var(--local-arrow-size)}.Button-module_spacer__ojPHa{display:none;flex:0 1 calc(var(--local-gap) + var(--local-icon-size));min-width:calc(var(--local-button-spacer-min-width) - var(--local-button-padding))}.Button-module_withIcon__smH-y{justify-content:space-between}.Button-module_withIcon__smH-y .Button-module_iconWrapper__wQYMx{box-sizing:border-box;display:inline-flex;flex:0 0 auto;height:var(--local-icon-size);position:relative;width:calc(var(--local-icon-size) + var(--local-gap))}.Button-module_withIcon__smH-y .Button-module_content__RUTEy{flex:1 0 auto;text-align:center}.Button-module_withIcon__smH-y .Button-module_spacer__ojPHa{display:inline-block}.Button-module_withIcon__smH-y .Button-module_icon__1CQNo{height:var(--local-icon-size);width:var(--local-icon-size)}.Button-module_size--m__3rHqF,.Button-module_size--s__ZnSdg{--local-button-height:46px;--local-button-padding:24px;--local-arrow-size:20px;--local-gap:14px;--local-button-spacer-min-width:24px}.Button-module_size--m__3rHqF.Button-module_withIcon__smH-y,.Button-module_size--s__ZnSdg.Button-module_withIcon__smH-y{--local-button-padding:4px;--local-icon-size:38px}.Button-module_size--l__Nvoeu{--local-button-height:60px;--local-button-padding:30px;--local-arrow-size:24px;--local-gap:20px;--local-button-spacer-min-width:32px}.Button-module_size--l__Nvoeu.Button-module_withIcon__smH-y{--local-button-padding:10px;--local-icon-size:40px}.Button-module_size--xl__O3Rcv,.Button-module_size--xxl__7TJ3Q{--local-button-height:70px;--local-button-padding:36px;--local-arrow-size:24px;--local-gap:20px;--local-button-spacer-min-width:32px}.Button-module_size--xl__O3Rcv.Button-module_withIcon__smH-y,.Button-module_size--xxl__7TJ3Q.Button-module_withIcon__smH-y{--local-button-padding:10px;--local-icon-size:50px}.Button-module_normal__48FH-{font-size:var(--lido-font-size-control-not-adaptive);font-weight:var(--lido-font-weight-regular)}.Button-module_semibold__h12tM{font-size:var(--lido-font-size-control-not-adaptive);font-weight:var(--lido-font-weight-bold);line-height:var(--lido-line-height-control-not-adaptive)}.Button-module_subhead__hesHw{font-size:var(--lido-font-size-subheader);font-size:22px;font-weight:var(--lido-font-weight-light);line-height:var(--lido-line-height-subheader)}.Button-module_description__1dbcV{font-size:var(--lido-font-size-description);font-weight:var(--lido-font-weight-regular);line-height:var(--lido-line-height-description)}.Button-module_default__glQiC{background-color:var(--lido-color-primary);color:var(--lido-color-primary-reverse);font-weight:var(--lido-font-weight-bold);transition:background-color .5s}.Button-module_default__glQiC:hover{background-color:var(--lido-color-accent-ocean-static);transition:background-color .3s}.Button-module_secondary__pTxz0{background-color:var(--lido-color-accent-ocean-static);color:var(--lido-color-white-static);transition:background-color .5s}.Button-module_secondary__pTxz0:hover{background-color:var(--lido-color-accent-sky-static);transition:background-color .3s}.Button-module_outline__Ukk-k{--local-button-border-width:1px;background-color:transparent;border:1px solid var(--lido-color-borders-fog);color:var(--lido-color-primary);transition:color .5s,border-color .5s}.Button-module_outline__Ukk-k:hover{border-color:var(--lido-color-accent-ocean-static);color:var(--lido-color-accent-ocean-static);transition:color .3s,border-color .3s}.Button-module_outline__Ukk-k:disabled{background-color:transparent;border-color:var(--lido-color-primary-20);color:var(--lido-color-primary-20)}.Button-module_outline__Ukk-k:disabled:hover{background-color:transparent}.Button-module_outline__Ukk-k>*{font-weight:var(--lido-font-weight-regular)}.Button-module_success__3A4XP{background-color:var(--lido-color-accent-leaf-static);color:var(--lido-color-white-static);transition:background-color .5s}.Button-module_transparent__c4nnr{background-color:transparent;color:var(--lido-color-primary);outline:none;transition:color .5s}.Button-module_transparent__c4nnr:hover{background-color:transparent;color:var(--lido-color-accent-ocean-static);transition:color .3s}.Button-module_transparent__c4nnr:disabled,.Button-module_transparent__c4nnr:disabled:hover{background-color:transparent}.Button-module_transparent__c4nnr:disabled:hover .Button-module_arrow__d3Bzj{transform:translateX(0)}.Button-module_circle__fWex4{--local-button-border-width:1px;background-color:transparent;border:1px solid var(--lido-color-borders-fog);border-radius:50%;color:var(--lido-color-primary);transition:color .5s,border-color .5s}.Button-module_circle__fWex4:hover{background-color:transparent;border-color:var(--lido-color-accent-ocean-static);color:var(--lido-color-accent-ocean-static);transition:color .3s,border-color .3s}.Button-module_circle__fWex4:disabled{background-color:transparent;border-color:var(--lido-color-primary-20);color:var(--lido-color-primary-20)}.Button-module_circle__fWex4:disabled:hover{background-color:transparent}.Button-module_circle__fWex4.Button-module_circle-s__Lz8vm{--local-button-size:40px;--local-icon-size:38px}.Button-module_circle__fWex4.Button-module_circle-m__JS9K8{--local-button-size:56px;--local-icon-size:46px}.Button-module_circle__fWex4.Button-module_circle-l__smFdi{--local-button-size:70px;--local-icon-size:58px}.Button-module_circle__fWex4.Button-module_circle-xl__QtZsc{--local-button-size:86px;--local-icon-size:56px}.Button-module_circle__fWex4.Button-module_circle-xxl__6rLNO{--local-button-size:110px;--local-icon-size:70px}.Button-module_circle__fWex4.Button-module_transparent__c4nnr{border:none}@media (width <= 899px){.Button-module_hideArrowOnMobile__Ss576{display:none}}.Link-module_link__d-WWp{color:var(--lido-color-accent-ocean-static);text-decoration:none;transition:color .5s}.Link-module_link__d-WWp:hover{color:var(--lido-color-accent-sky-static);transition:color .3s}.Link-module_link__d-WWp:not(:disabled):focus-visible{outline:none;text-decoration:underline;text-underline-offset:4px}.Link-module_inherit__yqJrG{color:inherit;text-decoration:underline;text-underline-offset:4px;transition:color .5s}.Link-module_inherit__yqJrG:focus,.Link-module_inherit__yqJrG:hover{color:var(--lido-color-accent-ocean-static);transition:color .3s}.WaveLoader-module_wave__0RQ7z,.WaveLoader-module_wrap__6liFz{inset:0;overflow:hidden;position:absolute}.WaveLoader-module_wrap__6liFz{animation:WaveLoader-module_appearing__L-qcU 2s var(--ease-out-quad) 1}.WaveLoader-module_wrap__6liFz.WaveLoader-module_disappearing__aN4U9{animation:WaveLoader-module_disappearing__aN4U9 .25s var(--ease-in-sine) 1}@keyframes WaveLoader-module_appearing__L-qcU{0%{opacity:0;transform:translateY(20%) scaleX(1.8)}to{opacity:1;transform:translateY(0)}}@keyframes WaveLoader-module_disappearing__aN4U9{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(0) scale(2)}}.WaveLoader-module_wave__0RQ7z{--source-svg-width:355px;--source-svg-height:165px;--source-svg-wave-low-offset:45px;background-position-x:calc(var(--source-svg-width)*var(--wave-svg-scale));background-repeat:repeat-x;background-size:calc(var(--source-svg-width)*var(--wave-svg-scale)) calc(var(--source-svg-height)*var(--wave-svg-scale))}.WaveLoader-module_wave__0RQ7z.WaveLoader-module_high__dV1T3{animation:WaveLoader-module_they-float-high__uz7zp 5.6s linear infinite;background-position-x:calc(var(--source-svg-width)*var(--wave-svg-scale));background-position-y:calc(-9%*var(--wave-svg-scale))}.WaveLoader-module_wave__0RQ7z.WaveLoader-module_low__Fqo6T{animation:WaveLoader-module_they-float-low__zaQ0B 5s linear infinite;background-position-x:calc((var(--source-svg-width) + var(--source-svg-wave-low-offset))*var(--wave-svg-scale));background-position-y:calc(-21%*var(--wave-svg-scale))}.WaveLoader-module_wave__0RQ7z.WaveLoader-module_variant--transparent__nQw6n{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNTUiIGhlaWdodD0iMTY1IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSJ1cmwoI2EpIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDE2NC44MVYwYzQ0LjE0NS4wNDcgNjYuMjkzIDcuMDIzIDg4LjQ0IDE0IDIyLjIyMiA3IDQ0LjQ0NSAxNCA4OC44OSAxNCA0NC40NDYgMCA2Ni42NjktNyA4OC44OS0xNEMyODguNDI1IDcuMDA0IDMxMC42MjguMDEgMzU1IDB2MTY0LjgxSDBaIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSIxNzcuNSIgeDI9IjE3Ny41IiB5MT0iMCIgeTI9IjE2NC44MSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iLjI1Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=")}.WaveLoader-module_wave__0RQ7z.WaveLoader-module_variant--opaque__9ga9I{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNTUiIGhlaWdodD0iMTY1IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSJ1cmwoI2EpIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDE2NC44MVYwYzQ0LjE0NS4wNDcgNjYuMjkzIDcuMDIzIDg4LjQ0IDE0IDIyLjIyMiA3IDQ0LjQ0NSAxNCA4OC44OSAxNCA0NC40NDYgMCA2Ni42NjktNyA4OC44OS0xNEMyODguNDI1IDcuMDA0IDMxMC42MjguMDEgMzU1IDB2MTY0LjgxSDBaIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSIxNzcuNSIgeDI9IjE3Ny41IiB5MT0iMCIgeTI9IjE2NC44MSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNCM0I1RUIiIHN0b3Atb3BhY2l0eT0iLjI1Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjQjNCNUVCIiBzdG9wLW9wYWNpdHk9IjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=")}@keyframes WaveLoader-module_they-float-high__uz7zp{to{background-position-x:0}}@keyframes WaveLoader-module_they-float-low__zaQ0B{to{background-position-x:calc(var(--source-svg-wave-low-offset)*var(--wave-svg-scale))}}.Banner-module_banner__VmgcM{align-items:center;box-sizing:border-box;color:var(--lido-color-white-static);display:flex;justify-content:space-between;padding:10px;position:relative;width:100%}.Banner-module_variantPrimary__H2dZe{background:linear-gradient(91deg,#000 49.11%,#000 65.68%)}.Banner-module_variantSecondary__T0NwM{background:linear-gradient(90deg,#4584ff 23.14%,#2770ff 64.16%)}.Banner-module_variantSecondary__T0NwM:hover{color:var(--lido-color-primary-72)}.Banner-module_variantSecondary__T0NwM .Banner-module_closeButton__locSQ:hover,.Banner-module_variantSecondary__T0NwM .Banner-module_mainButton__3-Y-5:hover{color:hsla(0,0%,100%,.5)}.Banner-module_variantSecondary__T0NwM .Banner-module_closeButton__locSQ{border-color:hsla(0,0%,100%,.5)}.Banner-module_title__O2cKZ{font-weight:var(--lido-font-weight-bold)}.Banner-module_content__JvOvM{align-items:center;flex:1;font-size:var(--lido-font-size-control);justify-content:center;line-height:var(--lido-line-height-control)}.Banner-module_buttonContent__r-btC,.Banner-module_content__JvOvM{display:flex;flex-direction:row;gap:10px}.Banner-module_mainButton__3-Y-5{width:100%}.Banner-module_closeButton__locSQ{border-color:hsla(0,0%,100%,.32)}.Banner-module_closeButton__locSQ,.Banner-module_mainButton__3-Y-5{color:#fff}@media (width <= 899px){.Banner-module_content__JvOvM{justify-content:space-around}.Banner-module_mainButton__3-Y-5{padding:10px;width:auto}.Banner-module_buttonContent__r-btC{display:flex;flex-direction:column}}.EmergencyBanner-module_banner__iGIqX{background:radial-gradient(37.01% 248.43% at 50% 50%,#c00734 10.3%,#ff265a 100%);color:var(--lido-color-white-static);display:flex;justify-content:center;padding:20px 10px;width:100%}.EmergencyBanner-module_content__vmOri{align-items:center;display:flex;flex:1;flex-direction:column;font-size:var(--lido-font-size-subheader);gap:10px;line-height:var(--lido-line-height-subheader);padding:0 40px}.EmergencyBanner-module_title__0DeuE{color:var(--lido-color-white-static);font-size:var(--lido-font-size-h4);font-weight:var(--lido-font-weight-bold);text-align:center}.EmergencyBanner-module_description__gFKJ2{color:var(--lido-color-white-static);font-size:var(--lido-font-size-subheader);line-height:1.4;text-align:center}.EmergencyBanner-module_button__qG69j{margin-top:5px}.EmergencyBanner-module_icon__PKAzb{margin-bottom:-5px}.EmergencyBanner-module_buttonContent__3sZlZ{font-size:var(--lido-font-size-control)}.Navigation-module_button__uIMTd.Navigation-module_navigationButton__u7vga{--local-button-size:52px}.Navigation-module_arrow__bpsRs{--local-icon-size:20px}.Navigation-module_left__lqSX9{transform:rotate(180deg)}.Navigation-module_down__61gpB{transform:rotate(90deg)}.Checkbox-module_container__KMNmB{align-items:center;cursor:pointer;display:flex}.Checkbox-module_text__FICh9{margin-left:16px}.Checkbox-module_text__FICh9:empty{display:none}.Checkbox-module_input__lcAFg{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--lido-color-borders-mist);border-radius:var(--lido-border-radius-4);cursor:pointer;flex:0 0 auto;font-size:inherit;margin:0;position:relative;transition:background-color .2s}.Checkbox-module_input__lcAFg:before{--checkmark-width:14px;--checkmark-height:10px;background-color:var(--lido-color-primary-reverse);background-size:var(--checkmark-width) var(--checkmark-height);content:"";height:var(--checkmark-height);left:calc(50% - var(--checkmark-width)/2);-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.265 9.73 0 5.366l1.206-1.301L4.868 7.78 12.794 0 14 1.3 5.47 9.73a.81.81 0 0 1-1.205 0Z' fill='%23fff'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.265 9.73 0 5.366l1.206-1.301L4.868 7.78 12.794 0 14 1.3 5.47 9.73a.81.81 0 0 1-1.205 0Z' fill='%23fff'/%3E%3C/svg%3E");position:absolute;top:calc(50% - var(--checkmark-height)/2);transform:scale(0);width:var(--checkmark-width)}.Checkbox-module_input__lcAFg:checked:before{transform:scale(1)}.Checkbox-module_inputSize--S__bWRRU,.Checkbox-module_inputSize--XS__akCAG{height:20px;width:20px}.Checkbox-module_inputSize--L__iq1g3,.Checkbox-module_inputSize--M__rgpmJ{height:24px;width:24px}.Checkbox-module_textSize--L__qf5V0{font-size:var(--lido-font-size-subheader);line-height:var(--lido-line-height-subheader)}.Checkbox-module_textSize--M__SLyjC{font-size:var(--lido-font-size-control);line-height:var(--lido-line-height-control)}.Checkbox-module_textSize--S__PtYR7{font-size:var(--lido-font-size-body);line-height:var(--lido-line-height-body)}.Checkbox-module_XS__8Pci-{font-size:var(--lido-font-size-description);line-height:var(--lido-line-height-description)}.Checkbox-module_accent__yn1rL:checked{background-color:var(--lido-color-accent-ocean-static)}.Checkbox-module_primary__Qf3gE:checked{background-color:var(--lido-color-primary)}.Checkbox-module_input__lcAFg:disabled{background-color:var(--lido-color-primary-8);border-color:var(--lido-color-borders-fog);cursor:not-allowed}.Checkbox-module_input__lcAFg:disabled:before{background-color:var(--lido-color-primary-20)}.Checkbox-module_input__lcAFg:focus-visible{outline:3px solid var(--lido-color-borders-water-static);outline-offset:3px}.Checkbox-module_input__lcAFg:not(:disabled):hover{border-color:var(--lido-color-borders-water-static)}.Checkbox-module_input__lcAFg:not(:disabled):hover:checked.Checkbox-module_accent__yn1rL{background-color:var(--lido-color-primary)}.Checkbox-module_input__lcAFg:not(:disabled):hover:checked.Checkbox-module_primary__Qf3gE{background-color:var(--lido-color-accent-ocean-static)}.Checkbox-module_containerDisabled__RPIYp{cursor:not-allowed}.Checkbox-module_textDisabled__PTEbV{color:var(--lido-color-primary-20)}.Tag-module_tag__J7oXj{align-items:center;border-radius:var(--lido-border-radius-60);display:flex;justify-content:space-between;position:relative;width:-moz-fit-content;width:fit-content}.Tag-module_variant--outline__06--t{border:1px solid var(--lido-color-borders-fog)}.Tag-module_variant--outline__06--t.Tag-module_color--accent__-QIzv{border-color:var(--lido-color-borders-water-static);color:var(--lido-color-accent-ocean-static)}.Tag-module_variant--outline__06--t.Tag-module_color--disabled__gwcCo{border-color:var(--lido-color-borders-fog);color:var(--lido-color-primary-20)}.Tag-module_variant--outline__06--t.Tag-module_color--negative__ApHDz{border-color:var(--lido-color-accent-light-berry-static);color:var(--lido-color-accent-berry-static)}.Tag-module_variant--outline__06--t.Tag-module_color--warning__4RwRD{border-color:var(--lido-color-accent-light-coral-static);color:var(--lido-color-accent-coral-static)}.Tag-module_variant--outline__06--t.Tag-module_color--positive__rvi9C{border-color:var(--lido-color-accent-light-leaf-static);color:var(--lido-color-accent-leaf-static)}.Tag-module_variant--filled__K6HDF{background-color:var(--lido-color-primary-6-static);border:1px solid var(--lido-color-borders-fog);color:var(--lido-color-primary-72)}.Tag-module_variant--filled__K6HDF.Tag-module_color--accent__-QIzv{background-color:var(--lido-color-accent-light-ocean-static);border-color:transparent;color:var(--lido-color-accent-ocean-static)}.Tag-module_variant--filled__K6HDF.Tag-module_color--disabled__gwcCo{background-color:var(--lido-color-primary-5-static);color:var(--lido-color-primary-20)}.Tag-module_variant--filled__K6HDF.Tag-module_color--negative__ApHDz{background-color:var(--lido-color-accent-light-berry-static);border-color:transparent;color:var(--lido-color-accent-berry-static)}.Tag-module_variant--filled__K6HDF.Tag-module_color--warning__4RwRD{background-color:var(--lido-color-accent-light-coral-static);border-color:transparent;color:var(--lido-color-accent-coral-static)}.Tag-module_variant--filled__K6HDF.Tag-module_color--positive__rvi9C{background-color:var(--lido-color-accent-light-leaf-static);border-color:transparent;color:var(--lido-color-accent-leaf-static)}.Tag-module_size--s__G3Z1S{padding:6.5px 20px}.Tag-module_size--m__bk-zv{padding:10px 30px}.Tag-module_size--l__TWwVF{padding:17px 30px}.Tag-module_withOnClose__E-Iny{padding-right:14px}.Tag-module_withIcon__WzV7e{padding-left:8px}.Tag-module_icon__6jdhv{align-items:center;display:flex}.Tag-module_closeButton__05Pvb{cursor:pointer}
|
package/dist/esm/index.mjs
CHANGED
|
@@ -6,7 +6,7 @@ export { useOutsideClick } from './hooks/useOutsideClick.mjs';
|
|
|
6
6
|
export { useWindowSize } from './hooks/useWindowSize.mjs';
|
|
7
7
|
export { useIsomorphicLayoutEffect } from './hooks/useIsomorphicLayoutEffect.mjs';
|
|
8
8
|
export { useSystemTheme } from './hooks/useSystemTheme.mjs';
|
|
9
|
-
export { ArrowBack, ArrowBottom, ArrowLeft, ArrowRight, ArrowTop, BagFilled, BagOutline, Burger, Check, CheckLarge, Close, Copy, CrescentFilled, CrescentOutline, Dark, DashboardFilled, DashboardOutline, Enter, Eth, External, InfoFilled, InfoOutline, KeyFilled, KeyOutline, Light, ModulesFilled, ModulesOutline, Perfect, Plus, QuestionFilled, QuestionOutline, SearchFilled, SearchOutline, SettingFilled, ShevronBottom, ShevronLeft, ShevronRight, ShevronTop, SunFilled, Time, VipWalletFilled, VipWalletOutline, WalletFilled, Warning } from './icons/index.mjs';
|
|
9
|
+
export { ArrowBack, ArrowBottom, ArrowLeft, ArrowRight, ArrowTop, BagFilled, BagOutline, Burger, Check, CheckLarge, Close, Copy, CrescentFilled, CrescentOutline, Dark, DashboardFilled, DashboardOutline, Enter, Eth, External, InfoFilled, InfoOutline, KeyFilled, KeyOutline, Light, ModulesFilled, ModulesOutline, Perfect, Plus, QuestionFilled, QuestionOutline, SearchFilled, SearchOutline, SettingFilled, ShevronBottom, ShevronLeft, ShevronRight, ShevronTop, SunFilled, ThinClose, Time, VipWalletFilled, VipWalletOutline, WalletFilled, Warning } from './icons/index.mjs';
|
|
10
10
|
export { withTransition } from './transition/withTransition.mjs';
|
|
11
11
|
export { VOID_FN } from './utils/index.mjs';
|
|
12
12
|
export { ContentTheme } from './theme-css/content-theme/content-theme.mjs';
|
|
@@ -14,6 +14,8 @@ export { DarkThemeProvider, LightThemeProvider, ThemeProvider } from './theme-cs
|
|
|
14
14
|
export { ThemeToggler } from './theme-css/theme-toggler/theme-toggler.mjs';
|
|
15
15
|
export { useThemeToggle } from './theme-css/use-theme-toggle.mjs';
|
|
16
16
|
export { Button } from './button/Button.mjs';
|
|
17
|
+
export { Banner } from './banners/banner/Banner.mjs';
|
|
18
|
+
export { EmergencyBanner } from './banners/emergency-banner/EmergencyBanner.mjs';
|
|
17
19
|
export { Link } from './links/link/Link.mjs';
|
|
18
20
|
export { DynamicLink } from './links/dynamic-link/DynamicLink.mjs';
|
|
19
21
|
export { NavigationButton } from './navigation/Navigation.mjs';
|
package/dist/esm/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { MouseEventHandler } from 'react';
|
|
2
|
+
export type BannerProps = {
|
|
3
|
+
variant?: 'primary' | 'secondary';
|
|
4
|
+
className?: string;
|
|
5
|
+
href: string;
|
|
6
|
+
text: string;
|
|
7
|
+
title?: string;
|
|
8
|
+
onClose?: MouseEventHandler;
|
|
9
|
+
onLinkClick?: MouseEventHandler;
|
|
10
|
+
};
|
|
11
|
+
export declare const Banner: import("react").ForwardRefExoticComponent<BannerProps & import("react").RefAttributes<HTMLAnchorElement | HTMLButtonElement>>;
|
|
12
|
+
//# sourceMappingURL=Banner.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Banner.d.ts","sourceRoot":"","sources":["../../../../packages/banners/banner/Banner.tsx"],"names":[],"mappings":"AAEA,OAAO,EAIL,iBAAiB,EAElB,MAAM,OAAO,CAAA;AAKd,MAAM,MAAM,WAAW,GAAG;IACxB,OAAO,CAAC,EAAE,SAAS,GAAG,WAAW,CAAA;IACjC,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,OAAO,CAAC,EAAE,iBAAiB,CAAA;IAC3B,WAAW,CAAC,EAAE,iBAAiB,CAAA;CAChC,CAAA;AAED,eAAO,MAAM,MAAM,+HAwDlB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../packages/banners/banner/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ComponentPropsWithoutRef, ReactNode } from 'react';
|
|
2
|
+
export type EmergencyBannerDataProps = {
|
|
3
|
+
title?: ReactNode;
|
|
4
|
+
description?: ReactNode;
|
|
5
|
+
link?: string;
|
|
6
|
+
linkText?: string;
|
|
7
|
+
};
|
|
8
|
+
export type EmergencyBannerProps = ComponentPropsWithoutRef<'div'> & EmergencyBannerDataProps;
|
|
9
|
+
export declare const EmergencyBanner: ({ className, title, description, link, linkText, ...rest }: EmergencyBannerProps) => JSX.Element;
|
|
10
|
+
//# sourceMappingURL=EmergencyBanner.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EmergencyBanner.d.ts","sourceRoot":"","sources":["../../../../packages/banners/emergency-banner/EmergencyBanner.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,wBAAwB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAM3D,MAAM,MAAM,wBAAwB,GAAG;IACrC,KAAK,CAAC,EAAE,SAAS,CAAA;IACjB,WAAW,CAAC,EAAE,SAAS,CAAA;IACvB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB,CAAA;AAED,MAAM,MAAM,oBAAoB,GAAG,wBAAwB,CAAC,KAAK,CAAC,GAChE,wBAAwB,CAAA;AAE1B,eAAO,MAAM,eAAe,+DAOzB,oBAAoB,gBAqBtB,CAAA"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const UrgentIcon: React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "key" | "style" | "overflow" | "target" | "className" | "color" | "height" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "href" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<SVGSVGElement>>;
|
|
3
|
+
//# sourceMappingURL=UrgentIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UrgentIcon.d.ts","sourceRoot":"","sources":["../../../../../packages/banners/emergency-banner/assets/UrgentIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,eAAO,MAAM,UAAU,6kPAgFrB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../packages/banners/emergency-banner/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../packages/banners/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA;AACxB,cAAc,oBAAoB,CAAA"}
|
|
@@ -13,6 +13,7 @@ export type ButtonProps = ((ComponentPropsWithoutRef<'a'> & {
|
|
|
13
13
|
loading?: boolean;
|
|
14
14
|
textStyle?: ButtonTextStyle;
|
|
15
15
|
loaderVariant?: WaveLoaderVariant;
|
|
16
|
+
hideArrowOnMobile?: boolean;
|
|
16
17
|
};
|
|
17
18
|
export type ButtonSize = 's' | 'm' | 'l' | 'xl' | 'xxl';
|
|
18
19
|
export type ButtonTextStyle = 'normal' | 'semibold' | 'subhead' | 'description';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../packages/button/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,EAIL,wBAAwB,EACxB,YAAY,EAEb,MAAM,OAAO,CAAA;AAKd,OAAO,EAAc,iBAAiB,EAAE,MAAM,yBAAyB,CAAA;AAEvE,MAAM,MAAM,WAAW,GAAG,CACtB,CAAC,wBAAwB,CAAC,GAAG,CAAC,GAAG;IAC/B,IAAI,EAAE,MAAM,CAAA;CACb,CAAC,GACF,CAAC,wBAAwB,CAAC,QAAQ,CAAC,GAAG;IACpC,IAAI,CAAC,EAAE,KAAK,CAAA;CACb,CAAC,CACL,GAAG;IACF,KAAK,CAAC,EAAE,WAAW,CAAA;IACnB,KAAK,CAAC,EAAE,WAAW,CAAA;IACnB,IAAI,CAAC,EAAE,YAAY,CAAA;IACnB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,IAAI,CAAC,EAAE,UAAU,CAAA;IACjB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,SAAS,CAAC,EAAE,eAAe,CAAA;IAC3B,aAAa,CAAC,EAAE,iBAAiB,CAAA;
|
|
1
|
+
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../packages/button/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,EAIL,wBAAwB,EACxB,YAAY,EAEb,MAAM,OAAO,CAAA;AAKd,OAAO,EAAc,iBAAiB,EAAE,MAAM,yBAAyB,CAAA;AAEvE,MAAM,MAAM,WAAW,GAAG,CACtB,CAAC,wBAAwB,CAAC,GAAG,CAAC,GAAG;IAC/B,IAAI,EAAE,MAAM,CAAA;CACb,CAAC,GACF,CAAC,wBAAwB,CAAC,QAAQ,CAAC,GAAG;IACpC,IAAI,CAAC,EAAE,KAAK,CAAA;CACb,CAAC,CACL,GAAG;IACF,KAAK,CAAC,EAAE,WAAW,CAAA;IACnB,KAAK,CAAC,EAAE,WAAW,CAAA;IACnB,IAAI,CAAC,EAAE,YAAY,CAAA;IACnB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,IAAI,CAAC,EAAE,UAAU,CAAA;IACjB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,SAAS,CAAC,EAAE,eAAe,CAAA;IAC3B,aAAa,CAAC,EAAE,iBAAiB,CAAA;IACjC,iBAAiB,CAAC,EAAE,OAAO,CAAA;CAC5B,CAAA;AAED,MAAM,MAAM,UAAU,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,GAAG,KAAK,CAAA;AACvD,MAAM,MAAM,eAAe,GAAG,QAAQ,GAAG,UAAU,GAAG,SAAS,GAAG,aAAa,CAAA;AAC/E,MAAM,MAAM,WAAW,GACnB,SAAS,GACT,WAAW,GACX,SAAS,GACT,SAAS,GACT,aAAa,CAAA;AACjB,MAAM,MAAM,WAAW,GAAG,MAAM,GAAG,QAAQ,CAAA;AAE3C,eAAO,MAAM,MAAM,+HAqGlB,CAAA"}
|
|
@@ -38,6 +38,7 @@ export declare const ShevronLeft: React.ForwardRefExoticComponent<Pick<React.SVG
|
|
|
38
38
|
export declare const ShevronRight: React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "key" | "style" | "overflow" | "target" | "className" | "color" | "height" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "href" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<SVGSVGElement>>;
|
|
39
39
|
export declare const ShevronTop: React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "key" | "style" | "overflow" | "target" | "className" | "color" | "height" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "href" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<SVGSVGElement>>;
|
|
40
40
|
export declare const SunFilled: React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "key" | "style" | "overflow" | "target" | "className" | "color" | "height" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "href" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<SVGSVGElement>>;
|
|
41
|
+
export declare const ThinClose: React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "key" | "style" | "overflow" | "target" | "className" | "color" | "height" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "href" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<SVGSVGElement>>;
|
|
41
42
|
export declare const Time: React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "key" | "style" | "overflow" | "target" | "className" | "color" | "height" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "href" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<SVGSVGElement>>;
|
|
42
43
|
export declare const VipWalletFilled: React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "key" | "style" | "overflow" | "target" | "className" | "color" | "height" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "href" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<SVGSVGElement>>;
|
|
43
44
|
export declare const VipWalletOutline: React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "key" | "style" | "overflow" | "target" | "className" | "color" | "height" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPath" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filter" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "href" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "mask" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "path" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../packages/icons/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,eAAO,MAAM,SAAS,6kPAuBpB,CAAA;AAEF,eAAO,MAAM,WAAW,6kPAmBtB,CAAA;AAEF,eAAO,MAAM,SAAS,6kPAmBpB,CAAA;AAEF,eAAO,MAAM,UAAU,6kPAmBrB,CAAA;AAEF,eAAO,MAAM,QAAQ,6kPAmBnB,CAAA;AAEF,eAAO,MAAM,SAAS,6kPA2BpB,CAAA;AAEF,eAAO,MAAM,UAAU,6kPA0BrB,CAAA;AAEF,eAAO,MAAM,MAAM,6kPAgBjB,CAAA;AAEF,eAAO,MAAM,UAAU,6kPAoBrB,CAAA;AAEF,eAAO,MAAM,KAAK,6kPAoBhB,CAAA;AAEF,eAAO,MAAM,KAAK,6kPAgBhB,CAAA;AAEF,eAAO,MAAM,IAAI,6kPA8Bf,CAAA;AAEF,eAAO,MAAM,cAAc,6kPAiCzB,CAAA;AAEF,eAAO,MAAM,eAAe,6kPA2B1B,CAAA;AAEF,eAAO,MAAM,IAAI,6kPAoBf,CAAA;AAEF,eAAO,MAAM,eAAe,6kPAqB1B,CAAA;AAEF,eAAO,MAAM,gBAAgB,6kPAqB3B,CAAA;AAEF,eAAO,MAAM,KAAK,6kPAqBhB,CAAA;AAEF,eAAO,MAAM,GAAG,6kPAqBd,CAAA;AAEF,eAAO,MAAM,QAAQ,6kPAqBnB,CAAA;AAEF,eAAO,MAAM,UAAU,6kPAyBrB,CAAA;AAEF,eAAO,MAAM,WAAW,6kPAyBtB,CAAA;AAEF,eAAO,MAAM,SAAS,6kPAqBpB,CAAA;AAEF,eAAO,MAAM,UAAU,6kPAqBrB,CAAA;AAEF,eAAO,MAAM,KAAK,6kPAgBhB,CAAA;AAEF,eAAO,MAAM,aAAa,6kPAuDxB,CAAA;AAEF,eAAO,MAAM,cAAc,6kPAqBzB,CAAA;AAEF,eAAO,MAAM,OAAO,6kPAqBlB,CAAA;AAEF,eAAO,MAAM,IAAI,6kPAqBf,CAAA;AAEF,eAAO,MAAM,cAAc,6kPAqBzB,CAAA;AAEF,eAAO,MAAM,eAAe,6kPAyB1B,CAAA;AAEF,eAAO,MAAM,YAAY,6kPA0BvB,CAAA;AAEF,eAAO,MAAM,aAAa,6kPAqBxB,CAAA;AAEF,eAAO,MAAM,aAAa,6kPA6BxB,CAAA;AAEF,eAAO,MAAM,aAAa,6kPAqBxB,CAAA;AAEF,eAAO,MAAM,WAAW,6kPAqBtB,CAAA;AAEF,eAAO,MAAM,YAAY,6kPAqBvB,CAAA;AAEF,eAAO,MAAM,UAAU,6kPAqBrB,CAAA;AAEF,eAAO,MAAM,SAAS,6kPA6BpB,CAAA;AAEF,eAAO,MAAM,IAAI,6kPAqBf,CAAA;AAEF,eAAO,MAAM,eAAe,6kPA4B1B,CAAA;AAEF,eAAO,MAAM,gBAAgB,6kPAyB3B,CAAA;AAEF,eAAO,MAAM,YAAY,6kPAqBvB,CAAA;AAEF,eAAO,MAAM,OAAO,6kPAqBlB,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../packages/icons/index.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,eAAO,MAAM,SAAS,6kPAuBpB,CAAA;AAEF,eAAO,MAAM,WAAW,6kPAmBtB,CAAA;AAEF,eAAO,MAAM,SAAS,6kPAmBpB,CAAA;AAEF,eAAO,MAAM,UAAU,6kPAmBrB,CAAA;AAEF,eAAO,MAAM,QAAQ,6kPAmBnB,CAAA;AAEF,eAAO,MAAM,SAAS,6kPA2BpB,CAAA;AAEF,eAAO,MAAM,UAAU,6kPA0BrB,CAAA;AAEF,eAAO,MAAM,MAAM,6kPAgBjB,CAAA;AAEF,eAAO,MAAM,UAAU,6kPAoBrB,CAAA;AAEF,eAAO,MAAM,KAAK,6kPAoBhB,CAAA;AAEF,eAAO,MAAM,KAAK,6kPAgBhB,CAAA;AAEF,eAAO,MAAM,IAAI,6kPA8Bf,CAAA;AAEF,eAAO,MAAM,cAAc,6kPAiCzB,CAAA;AAEF,eAAO,MAAM,eAAe,6kPA2B1B,CAAA;AAEF,eAAO,MAAM,IAAI,6kPAoBf,CAAA;AAEF,eAAO,MAAM,eAAe,6kPAqB1B,CAAA;AAEF,eAAO,MAAM,gBAAgB,6kPAqB3B,CAAA;AAEF,eAAO,MAAM,KAAK,6kPAqBhB,CAAA;AAEF,eAAO,MAAM,GAAG,6kPAqBd,CAAA;AAEF,eAAO,MAAM,QAAQ,6kPAqBnB,CAAA;AAEF,eAAO,MAAM,UAAU,6kPAyBrB,CAAA;AAEF,eAAO,MAAM,WAAW,6kPAyBtB,CAAA;AAEF,eAAO,MAAM,SAAS,6kPAqBpB,CAAA;AAEF,eAAO,MAAM,UAAU,6kPAqBrB,CAAA;AAEF,eAAO,MAAM,KAAK,6kPAgBhB,CAAA;AAEF,eAAO,MAAM,aAAa,6kPAuDxB,CAAA;AAEF,eAAO,MAAM,cAAc,6kPAqBzB,CAAA;AAEF,eAAO,MAAM,OAAO,6kPAqBlB,CAAA;AAEF,eAAO,MAAM,IAAI,6kPAqBf,CAAA;AAEF,eAAO,MAAM,cAAc,6kPAqBzB,CAAA;AAEF,eAAO,MAAM,eAAe,6kPAyB1B,CAAA;AAEF,eAAO,MAAM,YAAY,6kPA0BvB,CAAA;AAEF,eAAO,MAAM,aAAa,6kPAqBxB,CAAA;AAEF,eAAO,MAAM,aAAa,6kPA6BxB,CAAA;AAEF,eAAO,MAAM,aAAa,6kPAqBxB,CAAA;AAEF,eAAO,MAAM,WAAW,6kPAqBtB,CAAA;AAEF,eAAO,MAAM,YAAY,6kPAqBvB,CAAA;AAEF,eAAO,MAAM,UAAU,6kPAqBrB,CAAA;AAEF,eAAO,MAAM,SAAS,6kPA6BpB,CAAA;AAEF,eAAO,MAAM,SAAS,6kPAqBpB,CAAA;AAEF,eAAO,MAAM,IAAI,6kPAqBf,CAAA;AAEF,eAAO,MAAM,eAAe,6kPA4B1B,CAAA;AAEF,eAAO,MAAM,gBAAgB,6kPAyB3B,CAAA;AAEF,eAAO,MAAM,YAAY,6kPAqBvB,CAAA;AAEF,eAAO,MAAM,OAAO,6kPAqBlB,CAAA"}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../packages/index.ts"],"names":[],"mappings":"AAAA,OAAO,sBAAsB,CAAA;AAC7B,OAAO,0BAA0B,CAAA;AAEjC,cAAc,kBAAkB,CAAA;AAChC,cAAc,kBAAkB,CAAA;AAChC,cAAc,uBAAuB,CAAA;AACrC,cAAc,kBAAkB,CAAA;AAChC,cAAc,aAAa,CAAA;AAC3B,cAAc,UAAU,CAAA;AACxB,cAAc,SAAS,CAAA;AACvB,cAAc,cAAc,CAAA;AAC5B,cAAc,YAAY,CAAA;AAC1B,cAAc,OAAO,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../packages/index.ts"],"names":[],"mappings":"AAAA,OAAO,sBAAsB,CAAA;AAC7B,OAAO,0BAA0B,CAAA;AAEjC,cAAc,kBAAkB,CAAA;AAChC,cAAc,kBAAkB,CAAA;AAChC,cAAc,uBAAuB,CAAA;AACrC,cAAc,kBAAkB,CAAA;AAChC,cAAc,aAAa,CAAA;AAC3B,cAAc,UAAU,CAAA;AACxB,cAAc,WAAW,CAAA;AACzB,cAAc,SAAS,CAAA;AACvB,cAAc,cAAc,CAAA;AAC5B,cAAc,YAAY,CAAA;AAC1B,cAAc,OAAO,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lidofinance/lido-ui",
|
|
3
|
-
"version": "4.0.0-alpha.
|
|
3
|
+
"version": "4.0.0-alpha.4",
|
|
4
4
|
"homepage": "https://github.com/lidofinance/ui",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -42,6 +42,10 @@
|
|
|
42
42
|
"release:dry": "yarn release --dry-run",
|
|
43
43
|
"icons:convert": "node ./packages/icons/converter/index.cjs"
|
|
44
44
|
},
|
|
45
|
+
"lint-staged": {
|
|
46
|
+
"*.{ts,tsx,js,cjs,mjs}": "eslint --fix",
|
|
47
|
+
"*.css": "stylelint --fix"
|
|
48
|
+
},
|
|
45
49
|
"peerDependencies": {
|
|
46
50
|
"next": ">=12.0.0 <15.0.0",
|
|
47
51
|
"react": "16 || 17 || 18",
|
|
@@ -109,7 +113,7 @@
|
|
|
109
113
|
"jest-haste-map": "^29.0.1",
|
|
110
114
|
"jest-resolve": "^29.0.1",
|
|
111
115
|
"jest-runner": "^29.0.1",
|
|
112
|
-
"lint-staged": "
|
|
116
|
+
"lint-staged": "^15.5.0",
|
|
113
117
|
"next": "^14.0.0",
|
|
114
118
|
"postcss": "^8.4.27",
|
|
115
119
|
"postcss-custom-media": "^11.0.5",
|