@agilekit/ui 0.1.0-alpha.11 → 0.1.0-alpha.13
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/lib/index.css +1 -0
- package/lib/index.js +1 -1
- package/lib/src/components/SectionMessage/SectionMessage.d.ts +1 -1
- package/lib/src/components/Slider/Slider.d.ts +1 -1
- package/lib/src/components/Switch/Switch.d.ts +1 -1
- package/lib/src/components/TextField/TextField.styles.d.ts +1 -1
- package/lib/src/components/TooltipBox/TooltipBox.d.ts +21 -0
- package/lib/src/components/TooltipBox/index.d.ts +1 -0
- package/lib/src/index.d.ts +1 -0
- package/package.json +1 -1
package/lib/index.css
CHANGED
|
@@ -192,6 +192,7 @@
|
|
|
192
192
|
.Page__B5s0x.Compact__IQVGR{width:960px;margin:0 auto}@media(max-width: 980px){.Page__B5s0x.Compact__IQVGR{width:100%;padding:0 16px}}.Page__B5s0x.Standard__iHjHy{width:1140px;margin:0 auto}@media(max-width: 1024px){.Page__B5s0x.Standard__iHjHy{width:100%;padding:0 16px}}.PageHeading__xfr8l{display:flex;justify-content:space-between;align-items:center}.PageHeading__xfr8l p{color:#5e6c84}.PageHeading__xfr8l h1{color:#0263e0}
|
|
193
193
|
.modalPaper__WpiqF{margin-top:58px}.container__P1tlA{display:flex;align-items:center;padding:16px 24px}.container__P1tlA p{margin:0;font-family:var(--font-family, "Inter", "Roboto", sans-serif);font-size:17px;line-height:21px;font-weight:500;color:#253858}.loading__bjag8{display:flex;margin-right:16px}
|
|
194
194
|
.RadioButton__s5dxY{position:relative}.RadioButton__s5dxY:hover .Backdrop__IdBOq{background-color:#f4f5f7}.RadioButton__s5dxY.Disabled__lUswq{cursor:not-allowed}.RadioButton__s5dxY.Disabled__lUswq .Backdrop__IdBOq::after,.RadioButton__s5dxY.Disabled__lUswq .Input__wkgm5:focus+.Backdrop__IdBOq::after{background-color:#ebecf0}.Input__wkgm5{margin:0;padding:0;opacity:0}.Backdrop__IdBOq{background-color:#fafbfc;border:none;box-shadow:0 1px 1px -1px rgba(152,162,179,.2),0 3px 2px -2px rgba(152,162,179,.2),inset 0 0 0 1px rgba(0,0,0,.1);border-radius:3px;transition-property:box-shadow,background-color;transition-duration:.2s;transition-timing-function:cubic-bezier(0.64, 0, 0.35, 1);position:absolute;top:0;bottom:0;left:0;right:0;border-radius:50%}.Backdrop__IdBOq:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;display:block;background-color:#fafbfc;box-shadow:0 1px 1px -1px rgba(152,162,179,.2),0 3px 2px -2px rgba(152,162,179,.2),inset 0 0 0 1px rgba(0,0,0,.1);border-radius:2px}.Input__wkgm5:active+.Backdrop__IdBOq,.Input__wkgm5:checked+.Backdrop__IdBOq,.Input__wkgm5:focus+.Backdrop__IdBOq{background-color:#0263e0}.Input__wkgm5:active+.Backdrop__IdBOq::after,.Input__wkgm5:checked+.Backdrop__IdBOq::after,.Input__wkgm5:focus+.Backdrop__IdBOq::after{background-color:#0263e0}.Backdrop__IdBOq:after{border-radius:50%}.Icon__Deiva{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%) scale(0);transform-origin:50% 50%;height:35%;width:35%;background:#fff;border-radius:50%;transition:transform .1s cubic-bezier(0.36, 0, 1, 1) cubic-bezier(0, 0, 0.42, 1)}.Input__wkgm5:checked~.Icon__Deiva{transform:translate(-50%, -50%) scale(1)}
|
|
195
|
+
.tooltipBox__w0KwI{background-color:#172b4d;color:#fff;text-align:center;border-radius:4px;padding:12px 16px;position:relative;width:auto;font-family:var(--font-family, "Inter", "Roboto", sans-serif);font-size:12px;font-weight:400;line-height:16px;box-shadow:0 0 1px 0 rgba(9,30,66,.31),0 4px 8px -2px rgba(9,30,66,.25);white-space:nowrap}.tooltipBox__w0KwI.text-wrapper__AyGcJ{text-align:left;white-space:normal;word-wrap:break-word;overflow-wrap:break-word}.tooltipBox__w0KwI.light__M0rtF{background-color:#fff;color:#172b4d}.tooltipBox__w0KwI.none__aBvBe::after{z-index:-1}.tooltipBox__w0KwI.top-left__ee_Pn::after{transform:matrix(1, 0, 0, -1, 0, 0) rotate(45deg);left:15%;top:-5px}.tooltipBox__w0KwI.top-center__Foxxo::after{transform:matrix(1, 0, 0, -1, 0, 0) rotate(45deg);left:calc(50% - 7px);top:-5px}.tooltipBox__w0KwI.top-right__UAlDp::after{transform:matrix(1, 0, 0, -1, 0, 0) rotate(45deg);right:15%;top:-5px}.tooltipBox__w0KwI.left__EdbXE::after{transform:matrix(0, -1, -1, 0, 0, 0) rotate(45deg);left:-5px}.tooltipBox__w0KwI.right__hgW0f::after{transform:matrix(0, 1, 1, 0, 0, 0) rotate(45deg);right:-4%}.tooltipBox__w0KwI.bottom-left__ofuEn::after{left:32px;bottom:-5px;transform:rotate(45deg)}.tooltipBox__w0KwI.bottom-center__Kugqd::after{left:calc(50% - 7px);bottom:-5px;transform:rotate(45deg)}.tooltipBox__w0KwI.bottom-right__PZ1R0::after{right:15%;bottom:-5px;transform:rotate(45deg)}.tooltipBox__w0KwI::after{content:"";position:absolute;border-width:5px;border-style:solid;box-shadow:1px 1px 2px -1px rgba(16,24,40,.2);border-color:rgba(0,0,0,0) #172b4d #172b4d rgba(0,0,0,0)}.tooltipBox__w0KwI.light__M0rtF::after{content:"";position:absolute;border-width:5px;border-style:solid;border-color:rgba(0,0,0,0) #fff #fff rgba(0,0,0,0);box-shadow:1px 1px 2px -1px rgba(16,24,40,.2)}
|
|
195
196
|
.TableList__rHSQa{border:0;overflow-x:auto;min-height:.01%;box-shadow:0 2px 14px 0 rgba(60,66,87,.1),0 1px 6px 0 rgba(0,0,0,.07);border-radius:6px}.TableList__rHSQa table{width:100%;max-width:100%;background-color:rgba(0,0,0,0);border-collapse:collapse;border-spacing:0;margin:0;background-color:#fff}.TableList__rHSQa table thead th{font-weight:600;vertical-align:top;line-height:1.42857143;padding:0;background:#fafbfc;font-size:13px;text-transform:uppercase;color:#42526e;border:none}.TableList__rHSQa table thead th div{border-bottom:1px solid #dfe1e6;padding:12px 12px}.TableList__rHSQa table tbody tr{line-height:25px;min-height:25px;height:25px}.TableList__rHSQa table tbody tr:hover td{background-color:rgba(250,251,252,.9)}.TableList__rHSQa table tbody tr td{color:#323c50;padding:0;line-height:1.42857143;vertical-align:middle;border-bottom:1px solid rgba(0,0,0,.05);border-top:1px solid rgba(0,0,0,.05);font-size:14px}.TableList__rHSQa table tbody tr td.td-link__QuF63{padding:0}.TableList__rHSQa table tbody tr td.td-link__QuF63 a{display:flex}.TableList__rHSQa table.condensed__Os724 thead th{padding:5px}.TableList__rHSQa.InCard__mTaWi{box-shadow:none}.TableList__rHSQa.InCard__mTaWi table thead th{font-weight:700;font-size:12px;color:#9ea0a5}.TableList__rHSQa.InCard__mTaWi table thead th>div{border-radius:0;border-top:none}
|
|
196
197
|
.topbar-container__r92vF{position:relative;display:flex;height:56px;background-color:#0263e0}.LogoContainer__pDgU1{display:flex;background-color:#043cb5;align-items:center;height:100%;width:240px;padding:0;justify-content:center}.LogoContainer__pDgU1 img{width:130px}.Contents__oviEI{position:relative;z-index:10;display:flex;flex:1 1 auto;align-items:center;justify-content:space-between;height:100%;padding:0 30px}
|
|
197
198
|
.Search__kWayn{position:absolute;z-index:20;top:53px;left:30px;display:flex;width:350px;height:calc(100vh - 6.4rem);visibility:visible;visibility:initial;pointer-events:all;align-items:flex-start;z-index:9999999;max-height:50vh;overflow:auto;border-radius:6px;box-shadow:0 1px 3px 0 rgba(63,63,68,.15),0 0 0 1px rgba(63,63,68,.05)}.Search__kWayn:hover::-webkit-scrollbar-thumb{opacity:.2;background-color:rgba(85,85,85,.15)}.Search__kWayn::-webkit-scrollbar-track{border-radius:10px;background-color:#fff;position:relative;padding-right:30px;margin-right:30px}.Search__kWayn::-webkit-scrollbar{width:5px;background-color:#f5f5f5}.Search__kWayn::-webkit-scrollbar-thumb{border-radius:10px;background-color:#fff;opacity:0}.visible__hcNZd{visibility:initial;pointer-events:all}.Overlay__oOKaK{position:relative;display:flex;flex-direction:column;align-items:stretch;width:100%}.Overlay__oOKaK>*{flex:1 1 auto;width:100%}
|