1mpacto-react-ui 2.0.9 → 2.0.10
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/assets/_mixins.scss +27 -0
- package/dist/assets/core.css +1 -1
- package/dist/assets/fontfamily.css +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/package.json.d.ts +1 -1
- package/package.json +1 -1
package/dist/assets/_mixins.scss
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@use 'sass:map';
|
|
2
|
+
@use 'sass:list';
|
|
2
3
|
|
|
3
4
|
@mixin ring($width: 1px, $color: 'transparent', $inset: 0, $important: 0) {
|
|
4
5
|
$ring-style: 0 0 0 $width $color;
|
|
@@ -41,4 +42,30 @@
|
|
|
41
42
|
}
|
|
42
43
|
|
|
43
44
|
@return $color;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
@mixin getTypography($typo-map, $name, $important: false) {
|
|
48
|
+
@if map.has-key($typo-map, $name) {
|
|
49
|
+
$values: map.get($typo-map, $name);
|
|
50
|
+
$font-size: list.nth($values, 1);
|
|
51
|
+
$props: list.nth($values, 2);
|
|
52
|
+
$line-height: map.get($props, 'line-height');
|
|
53
|
+
$font-weight: map.get($props, 'font-weight');
|
|
54
|
+
|
|
55
|
+
@if $important {
|
|
56
|
+
font-size: $font-size !important;
|
|
57
|
+
line-height: $line-height !important;
|
|
58
|
+
font-weight: $font-weight !important;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
@else {
|
|
62
|
+
font-size: $font-size;
|
|
63
|
+
line-height: $line-height;
|
|
64
|
+
font-weight: $font-weight;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
@else {
|
|
69
|
+
@warn 'Typography "#{$name}" not found in the typography map.';
|
|
70
|
+
}
|
|
44
71
|
}
|
package/dist/assets/core.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
/*! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.\!1ru-pointer-events-none{pointer-events:none!important}.\31ru-pointer-events-none{pointer-events:none}.\!1ru-absolute{position:absolute!important}.\31ru-absolute{position:absolute}.\31ru-relative{position:relative}.\31ru-left-0{left:0}.\31ru-top-0{top:0}.\31ru-z-\[999\]{z-index:999}.\31ru-m-5{margin:1.25rem}.\-1ru-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.\-1ru-my-3{margin-top:-.75rem;margin-bottom:-.75rem}.\31ru-mx-0{margin-left:0;margin-right:0}.\31ru-mx-0\.5{margin-left:.125rem;margin-right:.125rem}.\31ru-my-2{margin-top:.5rem;margin-bottom:.5rem}.\!1ru-mt-6{margin-top:1.5rem!important}.\-1ru-mb-0{margin-bottom:0}.\-1ru-mb-0\.5{margin-bottom:-.125rem}.\-1ru-mt-0{margin-top:0}.\-1ru-mt-0\.5{margin-top:-.125rem}.\31ru-mb-\[1000px\]{margin-bottom:1000px}.\31ru-mt-5{margin-top:1.25rem}.\31ru-mt-\[1000px\]{margin-top:1000px}.\31ru-flex{display:flex}.\31ru-inline-flex{display:inline-flex}.\31ru-table{display:table}.\31ru-hidden{display:none}.\31ru-size-5{width:1.25rem;height:1.25rem}.\31ru-size-6{width:1.5rem;height:1.5rem}.\31ru-size-\[300px\]{width:300px;height:300px}.\31ru-size-\[500px\]{width:500px;height:500px}.\!1ru-h-\[14px\]{height:14px!important}.\31ru-h-16{height:4rem}.\31ru-h-20{height:5rem}.\31ru-h-3{height:.75rem}.\31ru-h-3\.5{height:.875rem}.\31ru-h-4{height:1rem}.\31ru-h-5{height:1.25rem}.\31ru-h-6{height:1.5rem}.\31ru-h-8{height:2rem}.\31ru-h-\[38px\]{height:38px}.\31ru-h-full{height:100%}.\31ru-min-h-12{min-height:3rem}.\!1ru-w-\[14px\]{width:14px!important}.\!1ru-w-\[calc\(100\%\+48px\)\]{width:calc(100% + 48px)!important}.\!1ru-w-full{width:100%!important}.\31ru-w-20{width:5rem}.\31ru-w-3{width:.75rem}.\31ru-w-3\.5{width:.875rem}.\31ru-w-4{width:1rem}.\31ru-w-5{width:1.25rem}.\31ru-w-6{width:1.5rem}.\31ru-w-\[250px\]{width:250px}.\31ru-w-\[296px\]{width:296px}.\31ru-w-fit{width:-moz-fit-content;width:fit-content}.\31ru-w-full{width:100%}.\!1ru-min-w-\[60px\]{min-width:60px!important}.\31ru-min-w-\[150px\]{min-width:150px}.\31ru-min-w-\[38px\]{min-width:38px}.\!1ru-max-w-\[70px\]{max-width:70px!important}.\31ru-max-w-\[800px\]{max-width:800px}.\31ru-flex-shrink-0{flex-shrink:0}.\-1ru-rotate-90{--tw-rotate:-90deg}.\-1ru-rotate-90,.\31ru-rotate-180{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\31ru-rotate-180{--tw-rotate:180deg}.\31ru-rotate-90{--tw-rotate:90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\31ru-cursor-pointer{cursor:pointer}.\31ru-flex-row{flex-direction:row}.\31ru-flex-col{flex-direction:column}.\31ru-flex-wrap{flex-wrap:wrap}.\31ru-content-start{align-content:flex-start}.\31ru-items-center{align-items:center}.\31ru-justify-center{justify-content:center}.\31ru-justify-between{justify-content:space-between}.\31ru-justify-around{justify-content:space-around}.\31ru-gap-0{gap:0}.\31ru-gap-0\.5{gap:.125rem}.\31ru-gap-1{gap:.25rem}.\31ru-gap-1\.5{gap:.375rem}.\31ru-gap-10{gap:2.5rem}.\31ru-gap-11{gap:2.75rem}.\31ru-gap-12{gap:3rem}.\31ru-gap-14{gap:3.5rem}.\31ru-gap-16{gap:4rem}.\31ru-gap-2{gap:.5rem}.\31ru-gap-2\.5{gap:.625rem}.\31ru-gap-20{gap:5rem}.\31ru-gap-24{gap:6rem}.\31ru-gap-28{gap:7rem}.\31ru-gap-3{gap:.75rem}.\31ru-gap-3\.5{gap:.875rem}.\31ru-gap-32{gap:8rem}.\31ru-gap-36{gap:9rem}.\31ru-gap-4{gap:1rem}.\31ru-gap-40{gap:10rem}.\31ru-gap-44{gap:11rem}.\31ru-gap-48{gap:12rem}.\31ru-gap-5{gap:1.25rem}.\31ru-gap-52{gap:13rem}.\31ru-gap-56{gap:14rem}.\31ru-gap-6{gap:1.5rem}.\31ru-gap-60{gap:15rem}.\31ru-gap-64{gap:16rem}.\31ru-gap-7{gap:1.75rem}.\31ru-gap-72{gap:18rem}.\31ru-gap-8{gap:2rem}.\31ru-gap-80{gap:20rem}.\31ru-gap-9{gap:2.25rem}.\31ru-gap-96{gap:24rem}.\31ru-gap-px{gap:1px}.\31ru-gap-x-0{-moz-column-gap:0;column-gap:0}.\31ru-gap-x-0\.5{-moz-column-gap:.125rem;column-gap:.125rem}.\31ru-gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.\31ru-gap-x-1\.5{-moz-column-gap:.375rem;column-gap:.375rem}.\31ru-gap-x-10{-moz-column-gap:2.5rem;column-gap:2.5rem}.\31ru-gap-x-11{-moz-column-gap:2.75rem;column-gap:2.75rem}.\31ru-gap-x-12{-moz-column-gap:3rem;column-gap:3rem}.\31ru-gap-x-14{-moz-column-gap:3.5rem;column-gap:3.5rem}.\31ru-gap-x-16{-moz-column-gap:4rem;column-gap:4rem}.\31ru-gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.\31ru-gap-x-2\.5{-moz-column-gap:.625rem;column-gap:.625rem}.\31ru-gap-x-20{-moz-column-gap:5rem;column-gap:5rem}.\31ru-gap-x-24{-moz-column-gap:6rem;column-gap:6rem}.\31ru-gap-x-28{-moz-column-gap:7rem;column-gap:7rem}.\31ru-gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.\31ru-gap-x-3\.5{-moz-column-gap:.875rem;column-gap:.875rem}.\31ru-gap-x-32{-moz-column-gap:8rem;column-gap:8rem}.\31ru-gap-x-36{-moz-column-gap:9rem;column-gap:9rem}.\31ru-gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.\31ru-gap-x-40{-moz-column-gap:10rem;column-gap:10rem}.\31ru-gap-x-44{-moz-column-gap:11rem;column-gap:11rem}.\31ru-gap-x-48{-moz-column-gap:12rem;column-gap:12rem}.\31ru-gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.\31ru-gap-x-52{-moz-column-gap:13rem;column-gap:13rem}.\31ru-gap-x-56{-moz-column-gap:14rem;column-gap:14rem}.\31ru-gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.\31ru-gap-x-60{-moz-column-gap:15rem;column-gap:15rem}.\31ru-gap-x-64{-moz-column-gap:16rem;column-gap:16rem}.\31ru-gap-x-7{-moz-column-gap:1.75rem;column-gap:1.75rem}.\31ru-gap-x-72{-moz-column-gap:18rem;column-gap:18rem}.\31ru-gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.\31ru-gap-x-80{-moz-column-gap:20rem;column-gap:20rem}.\31ru-gap-x-9{-moz-column-gap:2.25rem;column-gap:2.25rem}.\31ru-gap-x-96{-moz-column-gap:24rem;column-gap:24rem}.\31ru-gap-x-px{-moz-column-gap:1px;column-gap:1px}.\31ru-gap-y-0{row-gap:0}.\31ru-gap-y-0\.5{row-gap:.125rem}.\31ru-gap-y-1{row-gap:.25rem}.\31ru-gap-y-1\.5{row-gap:.375rem}.\31ru-gap-y-10{row-gap:2.5rem}.\31ru-gap-y-11{row-gap:2.75rem}.\31ru-gap-y-12{row-gap:3rem}.\31ru-gap-y-14{row-gap:3.5rem}.\31ru-gap-y-16{row-gap:4rem}.\31ru-gap-y-2{row-gap:.5rem}.\31ru-gap-y-2\.5{row-gap:.625rem}.\31ru-gap-y-20{row-gap:5rem}.\31ru-gap-y-24{row-gap:6rem}.\31ru-gap-y-28{row-gap:7rem}.\31ru-gap-y-3{row-gap:.75rem}.\31ru-gap-y-3\.5{row-gap:.875rem}.\31ru-gap-y-32{row-gap:8rem}.\31ru-gap-y-36{row-gap:9rem}.\31ru-gap-y-4{row-gap:1rem}.\31ru-gap-y-40{row-gap:10rem}.\31ru-gap-y-44{row-gap:11rem}.\31ru-gap-y-48{row-gap:12rem}.\31ru-gap-y-5{row-gap:1.25rem}.\31ru-gap-y-52{row-gap:13rem}.\31ru-gap-y-56{row-gap:14rem}.\31ru-gap-y-6{row-gap:1.5rem}.\31ru-gap-y-60{row-gap:15rem}.\31ru-gap-y-64{row-gap:16rem}.\31ru-gap-y-7{row-gap:1.75rem}.\31ru-gap-y-72{row-gap:18rem}.\31ru-gap-y-8{row-gap:2rem}.\31ru-gap-y-80{row-gap:20rem}.\31ru-gap-y-9{row-gap:2.25rem}.\31ru-gap-y-96{row-gap:24rem}.\31ru-gap-y-px{row-gap:1px}.\31ru-overflow-auto{overflow:auto}.\31ru-overflow-hidden{overflow:hidden}.\31ru-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.\31ru-text-nowrap{text-wrap:nowrap}.\31ru-break-all{word-break:break-all}.\31ru-break-keep{word-break:keep-all}.\!1ru-rounded-md{border-radius:.375rem!important}.\!1ru-rounded-xl{border-radius:.75rem!important}.\31ru-rounded{border-radius:.25rem}.\31ru-rounded-2xl{border-radius:1rem}.\31ru-rounded-3xl{border-radius:1.5rem}.\31ru-rounded-full{border-radius:9999px}.\31ru-rounded-lg{border-radius:.5rem}.\31ru-rounded-md{border-radius:.375rem}.\31ru-rounded-none{border-radius:0}.\31ru-rounded-sm{border-radius:.125rem}.\31ru-rounded-xl{border-radius:.75rem}.\!1ru-rounded-s-lg{border-start-start-radius:.5rem!important;border-end-start-radius:.5rem!important}.\31ru-rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.\31ru-rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.\!1ru-rounded-tr-lg{border-top-right-radius:.5rem!important}.\31ru-border{border-width:1px}.\31ru-border-\[\#ccc\]{--tw-border-opacity:1;border-color:rgb(204 204 204/var(--tw-border-opacity))}.\!1ru-bg-laba-blue-10{--tw-bg-opacity:1!important;background-color:rgb(1 99 200/var(--tw-bg-opacity))!important}.\31ru-bg-laba-blue-02{--tw-bg-opacity:1;background-color:rgb(219 236 255/var(--tw-bg-opacity))}.\31ru-bg-laba-blue-10{--tw-bg-opacity:1;background-color:rgb(1 99 200/var(--tw-bg-opacity))}.\31ru-bg-laba-grey-02{--tw-bg-opacity:1;background-color:rgb(242 242 242/var(--tw-bg-opacity))}.\31ru-bg-red-300{--tw-bg-opacity:1;background-color:rgb(229 115 115/var(--tw-bg-opacity))}.\31ru-bg-red-900{--tw-bg-opacity:1;background-color:rgb(183 28 28/var(--tw-bg-opacity))}.\31ru-bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.\31ru-object-contain{-o-object-fit:contain;object-fit:contain}.\!1ru-p-6{padding:1.5rem!important}.\31ru-p-10{padding:2.5rem}.\31ru-p-5{padding:1.25rem}.\31ru-px-2{padding-left:.5rem;padding-right:.5rem}.\31ru-px-3{padding-left:.75rem;padding-right:.75rem}.\31ru-px-4{padding-left:1rem;padding-right:1rem}.\31ru-py-1{padding-top:.25rem;padding-bottom:.25rem}.\31ru-py-2{padding-top:.5rem;padding-bottom:.5rem}.\!1ru-pl-2{padding-left:.5rem!important}.\!1ru-pt-2{padding-top:.5rem!important}.\31ru-pl-2{padding-left:.5rem}.\31ru-pr-1{padding-right:.25rem}.\31ru-pt-2{padding-top:.5rem}.\31ru-pt-3{padding-top:.75rem}.\31ru-text-center{text-align:center}.\!1ru-font-Lato{font-family:Lato!important}.\31ru-font-Inter{font-family:Inter}.\31ru-font-Lato{font-family:Lato}.\31ru-font-PJakartaSans{font-family:PJakartaSans}.\!1ru-text-laba-subtitle-rr{font-size:12px!important;line-height:16px!important;font-weight:400!important}.\31ru-text-\[10px\]{font-size:10px}.\31ru-text-\[12px\]{font-size:12px}.\31ru-text-bill-body-blb{font-size:18px;line-height:26px;font-weight:700}.\31ru-text-bill-body-ems{font-size:12px;line-height:20px;font-weight:500}.\31ru-text-bill-body-esb{font-size:12px;line-height:20px;font-weight:700}.\31ru-text-bill-body-esr{font-size:12px;line-height:20px;font-weight:400}.\31ru-text-bill-body-essm{font-size:12px;line-height:20px;font-weight:600}.\31ru-text-bill-body-lm{font-size:18px;line-height:26px;font-weight:500}.\31ru-text-bill-body-lr{font-size:18px;line-height:26px;font-weight:400}.\31ru-text-bill-body-lsm{font-size:18px;line-height:26px;font-weight:600}.\31ru-text-bill-body-mb{font-size:16px;line-height:24px;font-weight:700}.\31ru-text-bill-body-mm{font-size:16px;line-height:24px;font-weight:500}.\31ru-text-bill-body-mr{font-size:16px;line-height:24px;font-weight:400}.\31ru-text-bill-body-msm{font-size:16px;line-height:24px;font-weight:600}.\31ru-text-bill-body-sb{font-size:14px;line-height:22px;font-weight:700}.\31ru-text-bill-body-sm{font-size:14px;line-height:22px;font-weight:500}.\31ru-text-bill-body-sr{font-size:14px;line-height:22px;font-weight:400}.\31ru-text-bill-body-ssm{font-size:14px;line-height:22px;font-weight:600}.\31ru-text-bill-h1{font-size:60px;line-height:72px;font-weight:700}.\31ru-text-bill-h2{font-size:48px;line-height:58px;font-weight:700}.\31ru-text-bill-h3{font-size:40px;line-height:58px;font-weight:700}.\31ru-text-bill-h4{font-size:30px;line-height:38px;font-weight:700}.\31ru-text-bill-h5{font-size:28px;line-height:40px;font-weight:600}.\31ru-text-bill-h6{font-size:24px;line-height:30px;font-weight:600}.\31ru-text-bill-label-b{font-size:15px;line-height:26px;font-weight:700}.\31ru-text-bill-label-m{font-size:15px;line-height:26px;font-weight:500}.\31ru-text-bill-label-r{font-size:15px;line-height:26px;font-weight:400}.\31ru-text-bill-label-sm{font-size:15px;line-height:26px;font-weight:600}.\31ru-text-laba-base-rb{font-size:16px;line-height:24px;font-weight:700}.\31ru-text-laba-base-rr{font-size:16px;line-height:24px;font-weight:400}.\31ru-text-laba-base-rs{font-size:16px;line-height:24px;font-weight:600}.\31ru-text-laba-base-sb{font-size:14px;line-height:20px;font-weight:700}.\31ru-text-laba-base-sr{font-size:14px;line-height:20px;font-weight:400}.\31ru-text-laba-base-ss{font-size:14px;line-height:20px;font-weight:600}.\31ru-text-laba-h1,.\31ru-text-laba-h1-b{font-size:24px;line-height:30px;font-weight:700}.\31ru-text-laba-h1-r{font-size:24px;line-height:30px;font-weight:400}.\31ru-text-laba-h1-sb{font-size:24px;line-height:30px;font-weight:600}.\31ru-text-laba-h2,.\31ru-text-laba-h2-b{font-size:18px;line-height:26px;font-weight:700}.\31ru-text-laba-h2-r{font-size:18px;line-height:26px;font-weight:400}.\31ru-text-laba-h2-sb{font-size:18px;line-height:26px;font-weight:600}.\31ru-text-laba-subtitle-rb{font-size:12px;line-height:16px;font-weight:700}.\31ru-text-laba-subtitle-rr{font-size:12px;line-height:16px;font-weight:400}.\31ru-text-laba-subtitle-rs{font-size:12px;line-height:16px;font-weight:600}.\31ru-text-laba-subtitle-sb{font-size:10px;line-height:12px;font-weight:700}.\31ru-text-laba-subtitle-sr{font-size:10px;line-height:12px;font-weight:400}.\31ru-text-laba-subtitle-ss{font-size:10px;line-height:12px;font-weight:600}.\31ru-text-laba-title-lb{font-size:36px;line-height:44px;font-weight:700}.\31ru-text-laba-title-lr{font-size:36px;line-height:44px;font-weight:400}.\31ru-text-laba-title-ls{font-size:36px;line-height:44px;font-weight:600}.\31ru-text-laba-title-mb{font-size:32px;line-height:40px;font-weight:700}.\31ru-text-laba-title-mr{font-size:32px;line-height:40px;font-weight:400}.\31ru-text-laba-title-ms{font-size:32px;line-height:40px;font-weight:600}.\31ru-text-payhere-body-esb{font-size:12px;line-height:20px;font-weight:700}.\31ru-text-payhere-body-esm{font-size:12px;line-height:20px;font-weight:500}.\31ru-text-payhere-body-esmb{font-size:12px;line-height:20px;font-weight:600}.\31ru-text-payhere-body-esr{font-size:12px;line-height:20px;font-weight:400}.\31ru-text-payhere-body-lb{font-size:18px;line-height:26px;font-weight:700}.\31ru-text-payhere-body-lm{font-size:18px;line-height:26px;font-weight:500}.\31ru-text-payhere-body-lr{font-size:18px;line-height:26px;font-weight:400}.\31ru-text-payhere-body-ls{font-size:18px;line-height:26px;font-weight:600}.\31ru-text-payhere-body-mb{font-size:16px;line-height:24px;font-weight:700}.\31ru-text-payhere-body-mm{font-size:16px;line-height:24px;font-weight:500}.\31ru-text-payhere-body-mr{font-size:16px;line-height:24px;font-weight:400}.\31ru-text-payhere-body-ms{font-size:16px;line-height:24px;font-weight:600}.\31ru-text-payhere-body-sb{font-size:14px;line-height:22px;font-weight:700}.\31ru-text-payhere-body-sm{font-size:14px;line-height:22px;font-weight:500}.\31ru-text-payhere-body-smb{font-size:14px;line-height:22px;font-weight:600}.\31ru-text-payhere-body-sr{font-size:14px;line-height:22px;font-weight:400}.\31ru-text-payhere-h1{font-size:60px;line-height:72px;font-weight:700}.\31ru-text-payhere-h2{font-size:48px;line-height:58px;font-weight:700}.\31ru-text-payhere-h3{font-size:40px;line-height:48px;font-weight:700}.\31ru-text-payhere-h4{font-size:30px;line-height:38px;font-weight:700}.\31ru-text-payhere-h5{font-size:28px;line-height:40px;font-weight:600}.\31ru-text-payhere-h6{font-size:24px;line-height:30px;font-weight:600}.\31ru-text-payhere-label-b{font-size:15px;line-height:26px;font-weight:700}.\31ru-text-payhere-label-m{font-size:15px;line-height:26px;font-weight:500}.\31ru-text-payhere-label-r{font-size:15px;line-height:26px;font-weight:400}.\31ru-text-payhere-label-sb{font-size:15px;line-height:26px;font-weight:600}.\31ru-font-semibold{font-weight:600}.\!1ru-text-gray-500{--tw-text-opacity:1!important;color:rgb(158 158 158/var(--tw-text-opacity))!important}.\!1ru-text-laba-grey-10{--tw-text-opacity:1!important;color:rgb(137 137 137/var(--tw-text-opacity))!important}.\31ru-text-blue-700{--tw-text-opacity:1;color:rgb(25 118 210/var(--tw-text-opacity))}.\31ru-text-gray-400{--tw-text-opacity:1;color:rgb(189 189 189/var(--tw-text-opacity))}.\31ru-text-laba-blue-10{--tw-text-opacity:1;color:rgb(1 99 200/var(--tw-text-opacity))}.\31ru-text-laba-red-08{--tw-text-opacity:1;color:rgb(237 0 25/var(--tw-text-opacity))}.\31ru-text-red-600{--tw-text-opacity:1;color:rgb(229 57 53/var(--tw-text-opacity))}.\31ru-text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.\31ru-opacity-0{opacity:0}.\31ru-opacity-50{opacity:.5}.\31ru-opacity-\[1\]{opacity:1}.\31ru-shadow-md{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.\31ru-shadow-md,.\31ru-shadow-none{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.\31ru-shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}.\31ru-outline-none{outline:2px solid #0000;outline-offset:2px}@font-face{font-family:Lato;src:url(https://unpkg.com/1mpacto-react-ui@2.0.9/dist/assets/fonts/Lato-100.ttf);font-weight:100}@font-face{font-family:Lato;src:url(https://unpkg.com/1mpacto-react-ui@2.0.9/dist/assets/fonts/Lato-200.ttf);font-weight:200}@font-face{font-family:Lato;src:url(https://unpkg.com/1mpacto-react-ui@2.0.9/dist/assets/fonts/Lato-300.ttf);font-weight:300}@font-face{font-family:Lato;src:url(https://unpkg.com/1mpacto-react-ui@2.0.9/dist/assets/fonts/Lato-400.ttf);font-weight:400}@font-face{font-family:Lato;src:url(https://unpkg.com/1mpacto-react-ui@2.0.9/dist/assets/fonts/Lato-500.ttf);font-weight:500}@font-face{font-family:Lato;src:url(https://unpkg.com/1mpacto-react-ui@2.0.9/dist/assets/fonts/Lato-600.ttf);font-weight:600}@font-face{font-family:Lato;src:url(https://unpkg.com/1mpacto-react-ui@2.0.9/dist/assets/fonts/Lato-700.ttf);font-weight:700}@font-face{font-family:Inter;src:url(https://unpkg.com/1mpacto-react-ui@2.0.9/dist/assets/fonts/Inter-Regular.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:andale-mono;src:url(https://unpkg.com/1mpacto-react-ui@2.0.9/dist/assets/fonts/Andale-Mono.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Arial;src:url(https://unpkg.com/1mpacto-react-ui@2.0.9/dist/assets/fonts/Arial-Regular.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Arial-Black;src:url(https://unpkg.com/1mpacto-react-ui@2.0.9/dist/assets/fonts/Arial-Black.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Book-Antiqua;src:url(https://unpkg.com/1mpacto-react-ui@2.0.9/dist/assets/fonts/Book-Antiqua.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Comic-Sans-MS;src:url(https://unpkg.com/1mpacto-react-ui@2.0.9/dist/assets/fonts/Comic-Sans-MS.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Courier-New;src:url(https://unpkg.com/1mpacto-react-ui@2.0.9/dist/assets/fonts/Courier-New.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Georgia;src:url(https://unpkg.com/1mpacto-react-ui@2.0.9/dist/assets/fonts/Georgia.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Helvetica;src:url(https://unpkg.com/1mpacto-react-ui@2.0.9/dist/assets/fonts/Helvetica.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Impact;src:url(https://unpkg.com/1mpacto-react-ui@2.0.9/dist/assets/fonts/Impact.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Tahoma;src:url(https://unpkg.com/1mpacto-react-ui@2.0.9/dist/assets/fonts/Tahoma.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Terminal;src:url(https://unpkg.com/1mpacto-react-ui@2.0.9/dist/assets/fonts/Terminal.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Times-New-Roman;src:url(https://unpkg.com/1mpacto-react-ui@2.0.9/dist/assets/fonts/Times-New-Roman.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Trebuchet-MS;src:url(https://unpkg.com/1mpacto-react-ui@2.0.9/dist/assets/fonts/Trebuchet-MS.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Verdana;src:url(https://unpkg.com/1mpacto-react-ui@2.0.9/dist/assets/fonts/Verdana.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Webdings;src:url(https://unpkg.com/1mpacto-react-ui@2.0.9/dist/assets/fonts/Webdings.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Wingdings;src:url(https://unpkg.com/1mpacto-react-ui@2.0.9/dist/assets/fonts/Wingdings.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:PJakartaSans;src:url(https://unpkg.com/1mpacto-react-ui@2.0.9/dist/assets/fonts/PlusJakartaSans.ttf);font-weight:200 800;font-style:normal}@font-face{font-family:PJakartaSans;src:url(https://unpkg.com/1mpacto-react-ui@2.0.9/dist/assets/fonts/PlusJakartaSans-Italic.ttf);font-weight:200 800;font-style:italic}body{background:#fff}.Toastify__toast-container--top-center{width:100%;pointer-events:none}.disabled-text-editor *{all:unset;box-sizing:border-box}.no-tailwindcss-base,.no-tailwindcss-base *,.no-tailwindcss-base>*{font-size:revert;font-weight:revert;margin:revert;display:revert;vertical-align:revert;max-width:revert;height:revert;border:revert;outline:revert;list-style:revert;padding:revert}.hover\:1ru-bg-laba-blue-01:hover{--tw-bg-opacity:1;background-color:rgb(240 247 255/var(--tw-bg-opacity))}.hover\:1ru-bg-red-400:hover{--tw-bg-opacity:1;background-color:rgb(239 83 80/var(--tw-bg-opacity))}.hover\:1ru-text-laba-blue-05:hover{--tw-text-opacity:1;color:rgb(115 164 214/var(--tw-text-opacity))}
|
|
1
|
+
/*! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.\!1ru-pointer-events-none{pointer-events:none!important}.\31ru-pointer-events-none{pointer-events:none}.\!1ru-absolute{position:absolute!important}.\31ru-absolute{position:absolute}.\31ru-relative{position:relative}.\31ru-left-0{left:0}.\31ru-top-0{top:0}.\31ru-z-\[999\]{z-index:999}.\31ru-m-5{margin:1.25rem}.\-1ru-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.\-1ru-my-3{margin-top:-.75rem;margin-bottom:-.75rem}.\31ru-mx-0{margin-left:0;margin-right:0}.\31ru-mx-0\.5{margin-left:.125rem;margin-right:.125rem}.\31ru-my-2{margin-top:.5rem;margin-bottom:.5rem}.\!1ru-mt-6{margin-top:1.5rem!important}.\-1ru-mb-0{margin-bottom:0}.\-1ru-mb-0\.5{margin-bottom:-.125rem}.\-1ru-mt-0{margin-top:0}.\-1ru-mt-0\.5{margin-top:-.125rem}.\31ru-mb-\[1000px\]{margin-bottom:1000px}.\31ru-mt-5{margin-top:1.25rem}.\31ru-mt-\[1000px\]{margin-top:1000px}.\31ru-flex{display:flex}.\31ru-inline-flex{display:inline-flex}.\31ru-table{display:table}.\31ru-hidden{display:none}.\31ru-size-5{width:1.25rem;height:1.25rem}.\31ru-size-6{width:1.5rem;height:1.5rem}.\31ru-size-\[300px\]{width:300px;height:300px}.\31ru-size-\[500px\]{width:500px;height:500px}.\!1ru-h-\[14px\]{height:14px!important}.\31ru-h-16{height:4rem}.\31ru-h-20{height:5rem}.\31ru-h-3{height:.75rem}.\31ru-h-3\.5{height:.875rem}.\31ru-h-4{height:1rem}.\31ru-h-5{height:1.25rem}.\31ru-h-6{height:1.5rem}.\31ru-h-8{height:2rem}.\31ru-h-\[38px\]{height:38px}.\31ru-h-full{height:100%}.\31ru-min-h-12{min-height:3rem}.\!1ru-w-\[14px\]{width:14px!important}.\!1ru-w-\[calc\(100\%\+48px\)\]{width:calc(100% + 48px)!important}.\!1ru-w-full{width:100%!important}.\31ru-w-20{width:5rem}.\31ru-w-3{width:.75rem}.\31ru-w-3\.5{width:.875rem}.\31ru-w-4{width:1rem}.\31ru-w-5{width:1.25rem}.\31ru-w-6{width:1.5rem}.\31ru-w-\[250px\]{width:250px}.\31ru-w-\[296px\]{width:296px}.\31ru-w-fit{width:-moz-fit-content;width:fit-content}.\31ru-w-full{width:100%}.\!1ru-min-w-\[60px\]{min-width:60px!important}.\31ru-min-w-\[150px\]{min-width:150px}.\31ru-min-w-\[38px\]{min-width:38px}.\!1ru-max-w-\[70px\]{max-width:70px!important}.\31ru-max-w-\[800px\]{max-width:800px}.\31ru-flex-shrink-0{flex-shrink:0}.\-1ru-rotate-90{--tw-rotate:-90deg}.\-1ru-rotate-90,.\31ru-rotate-180{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\31ru-rotate-180{--tw-rotate:180deg}.\31ru-rotate-90{--tw-rotate:90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\31ru-cursor-pointer{cursor:pointer}.\31ru-flex-row{flex-direction:row}.\31ru-flex-col{flex-direction:column}.\31ru-flex-wrap{flex-wrap:wrap}.\31ru-content-start{align-content:flex-start}.\31ru-items-center{align-items:center}.\31ru-justify-center{justify-content:center}.\31ru-justify-between{justify-content:space-between}.\31ru-justify-around{justify-content:space-around}.\31ru-gap-0{gap:0}.\31ru-gap-0\.5{gap:.125rem}.\31ru-gap-1{gap:.25rem}.\31ru-gap-1\.5{gap:.375rem}.\31ru-gap-10{gap:2.5rem}.\31ru-gap-11{gap:2.75rem}.\31ru-gap-12{gap:3rem}.\31ru-gap-14{gap:3.5rem}.\31ru-gap-16{gap:4rem}.\31ru-gap-2{gap:.5rem}.\31ru-gap-2\.5{gap:.625rem}.\31ru-gap-20{gap:5rem}.\31ru-gap-24{gap:6rem}.\31ru-gap-28{gap:7rem}.\31ru-gap-3{gap:.75rem}.\31ru-gap-3\.5{gap:.875rem}.\31ru-gap-32{gap:8rem}.\31ru-gap-36{gap:9rem}.\31ru-gap-4{gap:1rem}.\31ru-gap-40{gap:10rem}.\31ru-gap-44{gap:11rem}.\31ru-gap-48{gap:12rem}.\31ru-gap-5{gap:1.25rem}.\31ru-gap-52{gap:13rem}.\31ru-gap-56{gap:14rem}.\31ru-gap-6{gap:1.5rem}.\31ru-gap-60{gap:15rem}.\31ru-gap-64{gap:16rem}.\31ru-gap-7{gap:1.75rem}.\31ru-gap-72{gap:18rem}.\31ru-gap-8{gap:2rem}.\31ru-gap-80{gap:20rem}.\31ru-gap-9{gap:2.25rem}.\31ru-gap-96{gap:24rem}.\31ru-gap-px{gap:1px}.\31ru-gap-x-0{-moz-column-gap:0;column-gap:0}.\31ru-gap-x-0\.5{-moz-column-gap:.125rem;column-gap:.125rem}.\31ru-gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.\31ru-gap-x-1\.5{-moz-column-gap:.375rem;column-gap:.375rem}.\31ru-gap-x-10{-moz-column-gap:2.5rem;column-gap:2.5rem}.\31ru-gap-x-11{-moz-column-gap:2.75rem;column-gap:2.75rem}.\31ru-gap-x-12{-moz-column-gap:3rem;column-gap:3rem}.\31ru-gap-x-14{-moz-column-gap:3.5rem;column-gap:3.5rem}.\31ru-gap-x-16{-moz-column-gap:4rem;column-gap:4rem}.\31ru-gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.\31ru-gap-x-2\.5{-moz-column-gap:.625rem;column-gap:.625rem}.\31ru-gap-x-20{-moz-column-gap:5rem;column-gap:5rem}.\31ru-gap-x-24{-moz-column-gap:6rem;column-gap:6rem}.\31ru-gap-x-28{-moz-column-gap:7rem;column-gap:7rem}.\31ru-gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.\31ru-gap-x-3\.5{-moz-column-gap:.875rem;column-gap:.875rem}.\31ru-gap-x-32{-moz-column-gap:8rem;column-gap:8rem}.\31ru-gap-x-36{-moz-column-gap:9rem;column-gap:9rem}.\31ru-gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.\31ru-gap-x-40{-moz-column-gap:10rem;column-gap:10rem}.\31ru-gap-x-44{-moz-column-gap:11rem;column-gap:11rem}.\31ru-gap-x-48{-moz-column-gap:12rem;column-gap:12rem}.\31ru-gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.\31ru-gap-x-52{-moz-column-gap:13rem;column-gap:13rem}.\31ru-gap-x-56{-moz-column-gap:14rem;column-gap:14rem}.\31ru-gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.\31ru-gap-x-60{-moz-column-gap:15rem;column-gap:15rem}.\31ru-gap-x-64{-moz-column-gap:16rem;column-gap:16rem}.\31ru-gap-x-7{-moz-column-gap:1.75rem;column-gap:1.75rem}.\31ru-gap-x-72{-moz-column-gap:18rem;column-gap:18rem}.\31ru-gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.\31ru-gap-x-80{-moz-column-gap:20rem;column-gap:20rem}.\31ru-gap-x-9{-moz-column-gap:2.25rem;column-gap:2.25rem}.\31ru-gap-x-96{-moz-column-gap:24rem;column-gap:24rem}.\31ru-gap-x-px{-moz-column-gap:1px;column-gap:1px}.\31ru-gap-y-0{row-gap:0}.\31ru-gap-y-0\.5{row-gap:.125rem}.\31ru-gap-y-1{row-gap:.25rem}.\31ru-gap-y-1\.5{row-gap:.375rem}.\31ru-gap-y-10{row-gap:2.5rem}.\31ru-gap-y-11{row-gap:2.75rem}.\31ru-gap-y-12{row-gap:3rem}.\31ru-gap-y-14{row-gap:3.5rem}.\31ru-gap-y-16{row-gap:4rem}.\31ru-gap-y-2{row-gap:.5rem}.\31ru-gap-y-2\.5{row-gap:.625rem}.\31ru-gap-y-20{row-gap:5rem}.\31ru-gap-y-24{row-gap:6rem}.\31ru-gap-y-28{row-gap:7rem}.\31ru-gap-y-3{row-gap:.75rem}.\31ru-gap-y-3\.5{row-gap:.875rem}.\31ru-gap-y-32{row-gap:8rem}.\31ru-gap-y-36{row-gap:9rem}.\31ru-gap-y-4{row-gap:1rem}.\31ru-gap-y-40{row-gap:10rem}.\31ru-gap-y-44{row-gap:11rem}.\31ru-gap-y-48{row-gap:12rem}.\31ru-gap-y-5{row-gap:1.25rem}.\31ru-gap-y-52{row-gap:13rem}.\31ru-gap-y-56{row-gap:14rem}.\31ru-gap-y-6{row-gap:1.5rem}.\31ru-gap-y-60{row-gap:15rem}.\31ru-gap-y-64{row-gap:16rem}.\31ru-gap-y-7{row-gap:1.75rem}.\31ru-gap-y-72{row-gap:18rem}.\31ru-gap-y-8{row-gap:2rem}.\31ru-gap-y-80{row-gap:20rem}.\31ru-gap-y-9{row-gap:2.25rem}.\31ru-gap-y-96{row-gap:24rem}.\31ru-gap-y-px{row-gap:1px}.\31ru-overflow-auto{overflow:auto}.\31ru-overflow-hidden{overflow:hidden}.\31ru-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.\31ru-text-nowrap{text-wrap:nowrap}.\31ru-break-all{word-break:break-all}.\31ru-break-keep{word-break:keep-all}.\!1ru-rounded-md{border-radius:.375rem!important}.\!1ru-rounded-xl{border-radius:.75rem!important}.\31ru-rounded{border-radius:.25rem}.\31ru-rounded-2xl{border-radius:1rem}.\31ru-rounded-3xl{border-radius:1.5rem}.\31ru-rounded-full{border-radius:9999px}.\31ru-rounded-lg{border-radius:.5rem}.\31ru-rounded-md{border-radius:.375rem}.\31ru-rounded-none{border-radius:0}.\31ru-rounded-sm{border-radius:.125rem}.\31ru-rounded-xl{border-radius:.75rem}.\!1ru-rounded-s-lg{border-start-start-radius:.5rem!important;border-end-start-radius:.5rem!important}.\31ru-rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.\31ru-rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.\!1ru-rounded-tr-lg{border-top-right-radius:.5rem!important}.\31ru-border{border-width:1px}.\31ru-border-\[\#ccc\]{--tw-border-opacity:1;border-color:rgb(204 204 204/var(--tw-border-opacity))}.\!1ru-bg-laba-blue-10{--tw-bg-opacity:1!important;background-color:rgb(1 99 200/var(--tw-bg-opacity))!important}.\31ru-bg-laba-blue-02{--tw-bg-opacity:1;background-color:rgb(219 236 255/var(--tw-bg-opacity))}.\31ru-bg-laba-blue-10{--tw-bg-opacity:1;background-color:rgb(1 99 200/var(--tw-bg-opacity))}.\31ru-bg-laba-grey-02{--tw-bg-opacity:1;background-color:rgb(242 242 242/var(--tw-bg-opacity))}.\31ru-bg-red-300{--tw-bg-opacity:1;background-color:rgb(229 115 115/var(--tw-bg-opacity))}.\31ru-bg-red-900{--tw-bg-opacity:1;background-color:rgb(183 28 28/var(--tw-bg-opacity))}.\31ru-bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.\31ru-object-contain{-o-object-fit:contain;object-fit:contain}.\!1ru-p-6{padding:1.5rem!important}.\31ru-p-10{padding:2.5rem}.\31ru-p-5{padding:1.25rem}.\31ru-px-2{padding-left:.5rem;padding-right:.5rem}.\31ru-px-3{padding-left:.75rem;padding-right:.75rem}.\31ru-px-4{padding-left:1rem;padding-right:1rem}.\31ru-py-1{padding-top:.25rem;padding-bottom:.25rem}.\31ru-py-2{padding-top:.5rem;padding-bottom:.5rem}.\!1ru-pl-2{padding-left:.5rem!important}.\!1ru-pt-2{padding-top:.5rem!important}.\31ru-pl-2{padding-left:.5rem}.\31ru-pr-1{padding-right:.25rem}.\31ru-pt-2{padding-top:.5rem}.\31ru-pt-3{padding-top:.75rem}.\31ru-text-center{text-align:center}.\!1ru-font-Lato{font-family:Lato!important}.\31ru-font-Inter{font-family:Inter}.\31ru-font-Lato{font-family:Lato}.\31ru-font-PJakartaSans{font-family:PJakartaSans}.\!1ru-text-laba-subtitle-rr{font-size:12px!important;line-height:16px!important;font-weight:400!important}.\31ru-text-\[10px\]{font-size:10px}.\31ru-text-\[12px\]{font-size:12px}.\31ru-text-bill-body-blb{font-size:18px;line-height:26px;font-weight:700}.\31ru-text-bill-body-ems{font-size:12px;line-height:20px;font-weight:500}.\31ru-text-bill-body-esb{font-size:12px;line-height:20px;font-weight:700}.\31ru-text-bill-body-esr{font-size:12px;line-height:20px;font-weight:400}.\31ru-text-bill-body-essm{font-size:12px;line-height:20px;font-weight:600}.\31ru-text-bill-body-lm{font-size:18px;line-height:26px;font-weight:500}.\31ru-text-bill-body-lr{font-size:18px;line-height:26px;font-weight:400}.\31ru-text-bill-body-lsm{font-size:18px;line-height:26px;font-weight:600}.\31ru-text-bill-body-mb{font-size:16px;line-height:24px;font-weight:700}.\31ru-text-bill-body-mm{font-size:16px;line-height:24px;font-weight:500}.\31ru-text-bill-body-mr{font-size:16px;line-height:24px;font-weight:400}.\31ru-text-bill-body-msm{font-size:16px;line-height:24px;font-weight:600}.\31ru-text-bill-body-sb{font-size:14px;line-height:22px;font-weight:700}.\31ru-text-bill-body-sm{font-size:14px;line-height:22px;font-weight:500}.\31ru-text-bill-body-sr{font-size:14px;line-height:22px;font-weight:400}.\31ru-text-bill-body-ssm{font-size:14px;line-height:22px;font-weight:600}.\31ru-text-bill-h1{font-size:60px;line-height:72px;font-weight:700}.\31ru-text-bill-h2{font-size:48px;line-height:58px;font-weight:700}.\31ru-text-bill-h3{font-size:40px;line-height:58px;font-weight:700}.\31ru-text-bill-h4{font-size:30px;line-height:38px;font-weight:700}.\31ru-text-bill-h5{font-size:28px;line-height:40px;font-weight:600}.\31ru-text-bill-h6{font-size:24px;line-height:30px;font-weight:600}.\31ru-text-bill-label-b{font-size:15px;line-height:26px;font-weight:700}.\31ru-text-bill-label-m{font-size:15px;line-height:26px;font-weight:500}.\31ru-text-bill-label-r{font-size:15px;line-height:26px;font-weight:400}.\31ru-text-bill-label-sm{font-size:15px;line-height:26px;font-weight:600}.\31ru-text-laba-base-rb{font-size:16px;line-height:24px;font-weight:700}.\31ru-text-laba-base-rr{font-size:16px;line-height:24px;font-weight:400}.\31ru-text-laba-base-rs{font-size:16px;line-height:24px;font-weight:600}.\31ru-text-laba-base-sb{font-size:14px;line-height:20px;font-weight:700}.\31ru-text-laba-base-sr{font-size:14px;line-height:20px;font-weight:400}.\31ru-text-laba-base-ss{font-size:14px;line-height:20px;font-weight:600}.\31ru-text-laba-h1,.\31ru-text-laba-h1-b{font-size:24px;line-height:30px;font-weight:700}.\31ru-text-laba-h1-r{font-size:24px;line-height:30px;font-weight:400}.\31ru-text-laba-h1-sb{font-size:24px;line-height:30px;font-weight:600}.\31ru-text-laba-h2,.\31ru-text-laba-h2-b{font-size:18px;line-height:26px;font-weight:700}.\31ru-text-laba-h2-r{font-size:18px;line-height:26px;font-weight:400}.\31ru-text-laba-h2-sb{font-size:18px;line-height:26px;font-weight:600}.\31ru-text-laba-subtitle-rb{font-size:12px;line-height:16px;font-weight:700}.\31ru-text-laba-subtitle-rr{font-size:12px;line-height:16px;font-weight:400}.\31ru-text-laba-subtitle-rs{font-size:12px;line-height:16px;font-weight:600}.\31ru-text-laba-subtitle-sb{font-size:10px;line-height:12px;font-weight:700}.\31ru-text-laba-subtitle-sr{font-size:10px;line-height:12px;font-weight:400}.\31ru-text-laba-subtitle-ss{font-size:10px;line-height:12px;font-weight:600}.\31ru-text-laba-title-lb{font-size:36px;line-height:44px;font-weight:700}.\31ru-text-laba-title-lr{font-size:36px;line-height:44px;font-weight:400}.\31ru-text-laba-title-ls{font-size:36px;line-height:44px;font-weight:600}.\31ru-text-laba-title-mb{font-size:32px;line-height:40px;font-weight:700}.\31ru-text-laba-title-mr{font-size:32px;line-height:40px;font-weight:400}.\31ru-text-laba-title-ms{font-size:32px;line-height:40px;font-weight:600}.\31ru-text-payhere-body-esb{font-size:12px;line-height:20px;font-weight:700}.\31ru-text-payhere-body-esm{font-size:12px;line-height:20px;font-weight:500}.\31ru-text-payhere-body-esmb{font-size:12px;line-height:20px;font-weight:600}.\31ru-text-payhere-body-esr{font-size:12px;line-height:20px;font-weight:400}.\31ru-text-payhere-body-lb{font-size:18px;line-height:26px;font-weight:700}.\31ru-text-payhere-body-lm{font-size:18px;line-height:26px;font-weight:500}.\31ru-text-payhere-body-lr{font-size:18px;line-height:26px;font-weight:400}.\31ru-text-payhere-body-ls{font-size:18px;line-height:26px;font-weight:600}.\31ru-text-payhere-body-mb{font-size:16px;line-height:24px;font-weight:700}.\31ru-text-payhere-body-mm{font-size:16px;line-height:24px;font-weight:500}.\31ru-text-payhere-body-mr{font-size:16px;line-height:24px;font-weight:400}.\31ru-text-payhere-body-ms{font-size:16px;line-height:24px;font-weight:600}.\31ru-text-payhere-body-sb{font-size:14px;line-height:22px;font-weight:700}.\31ru-text-payhere-body-sm{font-size:14px;line-height:22px;font-weight:500}.\31ru-text-payhere-body-smb{font-size:14px;line-height:22px;font-weight:600}.\31ru-text-payhere-body-sr{font-size:14px;line-height:22px;font-weight:400}.\31ru-text-payhere-h1{font-size:60px;line-height:72px;font-weight:700}.\31ru-text-payhere-h2{font-size:48px;line-height:58px;font-weight:700}.\31ru-text-payhere-h3{font-size:40px;line-height:48px;font-weight:700}.\31ru-text-payhere-h4{font-size:30px;line-height:38px;font-weight:700}.\31ru-text-payhere-h5{font-size:28px;line-height:40px;font-weight:600}.\31ru-text-payhere-h6{font-size:24px;line-height:30px;font-weight:600}.\31ru-text-payhere-label-b{font-size:15px;line-height:26px;font-weight:700}.\31ru-text-payhere-label-m{font-size:15px;line-height:26px;font-weight:500}.\31ru-text-payhere-label-r{font-size:15px;line-height:26px;font-weight:400}.\31ru-text-payhere-label-sb{font-size:15px;line-height:26px;font-weight:600}.\31ru-font-semibold{font-weight:600}.\!1ru-text-gray-500{--tw-text-opacity:1!important;color:rgb(158 158 158/var(--tw-text-opacity))!important}.\!1ru-text-laba-grey-10{--tw-text-opacity:1!important;color:rgb(137 137 137/var(--tw-text-opacity))!important}.\31ru-text-blue-700{--tw-text-opacity:1;color:rgb(25 118 210/var(--tw-text-opacity))}.\31ru-text-gray-400{--tw-text-opacity:1;color:rgb(189 189 189/var(--tw-text-opacity))}.\31ru-text-laba-blue-10{--tw-text-opacity:1;color:rgb(1 99 200/var(--tw-text-opacity))}.\31ru-text-laba-red-08{--tw-text-opacity:1;color:rgb(237 0 25/var(--tw-text-opacity))}.\31ru-text-red-600{--tw-text-opacity:1;color:rgb(229 57 53/var(--tw-text-opacity))}.\31ru-text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.\31ru-opacity-0{opacity:0}.\31ru-opacity-50{opacity:.5}.\31ru-opacity-\[1\]{opacity:1}.\31ru-shadow-md{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.\31ru-shadow-md,.\31ru-shadow-none{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.\31ru-shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}.\31ru-outline-none{outline:2px solid #0000;outline-offset:2px}@font-face{font-family:Lato;src:url(https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Lato-100.ttf);font-weight:100}@font-face{font-family:Lato;src:url(https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Lato-200.ttf);font-weight:200}@font-face{font-family:Lato;src:url(https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Lato-300.ttf);font-weight:300}@font-face{font-family:Lato;src:url(https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Lato-400.ttf);font-weight:400}@font-face{font-family:Lato;src:url(https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Lato-500.ttf);font-weight:500}@font-face{font-family:Lato;src:url(https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Lato-600.ttf);font-weight:600}@font-face{font-family:Lato;src:url(https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Lato-700.ttf);font-weight:700}@font-face{font-family:Inter;src:url(https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Inter-Regular.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:andale-mono;src:url(https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Andale-Mono.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Arial;src:url(https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Arial-Regular.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Arial-Black;src:url(https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Arial-Black.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Book-Antiqua;src:url(https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Book-Antiqua.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Comic-Sans-MS;src:url(https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Comic-Sans-MS.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Courier-New;src:url(https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Courier-New.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Georgia;src:url(https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Georgia.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Helvetica;src:url(https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Helvetica.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Impact;src:url(https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Impact.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Tahoma;src:url(https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Tahoma.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Terminal;src:url(https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Terminal.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Times-New-Roman;src:url(https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Times-New-Roman.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Trebuchet-MS;src:url(https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Trebuchet-MS.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Verdana;src:url(https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Verdana.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Webdings;src:url(https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Webdings.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:Wingdings;src:url(https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Wingdings.ttf);font-weight:100 200 300 400 500 600 700}@font-face{font-family:PJakartaSans;src:url(https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/PlusJakartaSans.ttf);font-weight:200 800;font-style:normal}@font-face{font-family:PJakartaSans;src:url(https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/PlusJakartaSans-Italic.ttf);font-weight:200 800;font-style:italic}body{background:#fff}.Toastify__toast-container--top-center{width:100%;pointer-events:none}.disabled-text-editor *{all:unset;box-sizing:border-box}.no-tailwindcss-base,.no-tailwindcss-base *,.no-tailwindcss-base>*{font-size:revert;font-weight:revert;margin:revert;display:revert;vertical-align:revert;max-width:revert;height:revert;border:revert;outline:revert;list-style:revert;padding:revert}.hover\:1ru-bg-laba-blue-01:hover{--tw-bg-opacity:1;background-color:rgb(240 247 255/var(--tw-bg-opacity))}.hover\:1ru-bg-red-400:hover{--tw-bg-opacity:1;background-color:rgb(239 83 80/var(--tw-bg-opacity))}.hover\:1ru-text-laba-blue-05:hover{--tw-text-opacity:1;color:rgb(115 164 214/var(--tw-text-opacity))}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@font-face{font-family:"Lato";src:url("https://unpkg.com/1mpacto-react-ui@2.0.
|
|
1
|
+
@font-face{font-family:"Lato";src:url("https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Lato-100.ttf");font-weight:100}@font-face{font-family:"Lato";src:url("https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Lato-200.ttf");font-weight:200}@font-face{font-family:"Lato";src:url("https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Lato-300.ttf");font-weight:300}@font-face{font-family:"Lato";src:url("https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Lato-400.ttf");font-weight:400}@font-face{font-family:"Lato";src:url("https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Lato-500.ttf");font-weight:500}@font-face{font-family:"Lato";src:url("https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Lato-600.ttf");font-weight:600}@font-face{font-family:"Lato";src:url("https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Lato-700.ttf");font-weight:700}@font-face{font-family:"Inter";src:url("https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Inter-Regular.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"andale-mono";src:url("https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Andale-Mono.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Arial";src:url("https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Arial-Regular.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Arial-Black";src:url("https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Arial-Black.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Book-Antiqua";src:url("https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Book-Antiqua.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Comic-Sans-MS";src:url("https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Comic-Sans-MS.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Courier-New";src:url("https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Courier-New.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Georgia";src:url("https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Georgia.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Helvetica";src:url("https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Helvetica.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Impact";src:url("https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Impact.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Tahoma";src:url("https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Tahoma.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Terminal";src:url("https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Terminal.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Times-New-Roman";src:url("https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Times-New-Roman.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Trebuchet-MS";src:url("https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Trebuchet-MS.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Verdana";src:url("https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Verdana.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Webdings";src:url("https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Webdings.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"Wingdings";src:url("https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/Wingdings.ttf");font-weight:100 200 300 400 500 600 700}@font-face{font-family:"PJakartaSans";src:url("https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/PlusJakartaSans.ttf");font-weight:200 800;font-style:normal}@font-face{font-family:"PJakartaSans";src:url("https://unpkg.com/1mpacto-react-ui@2.0.10/dist/assets/fonts/PlusJakartaSans-Italic.ttf");font-weight:200 800;font-style:italic}
|
package/dist/index.cjs
CHANGED
|
@@ -198,7 +198,7 @@ You should wrap it with \`css\` like this:
|
|
|
198
198
|
${(p.step??d)<=e?Fr.active:""}`,style:{maxWidth:g+1===(t==null?void 0:t.length)||g===0?(n-30)*2:n-30,marginRight:g+1===(t==null?void 0:t.length)?-(n/2):0,marginLeft:g===0?-(n/2):0},children:p.desc})]},g)})});to.register(Yo,Ko,Na,Gr,E_,bl,x_);const VG=(e,t,n)=>{const r=e,i=t||new Date().getMonth(),a=n||new Date().getFullYear();return new Date(`${i}/${r}/${a}`)},HG=({data:e,className:t,height:n=65})=>{const r=N.useRef(null),i=e.map(g=>Os(VG(1,g.label,g.year),"MMM yy",{locale:nc}))||[],[a,o]=N.useState(""),[s,l]=N.useState(""),u=g=>{const d=[],m=[];let v=!g.find(y=>y.isCurrent);return g.forEach(y=>{v?(m.push(y.value),d.push(null)):(d.push(y.value),y.isCurrent?(v=!0,m.push(y.value)):m.push(null))}),{passed:d,notPassed:m}},c={labels:i,datasets:[{label:"",fill:"blue",backgroundColor:"rgba(75,192,192,1)",borderColor:a,borderCapStyle:"butt",borderDashOffset:0,borderJoinStyle:"miter",pointBackgroundColor:function(g){const d=e[g.dataIndex];let m=s;return d.isCurrent&&(m="#ED0019"),m},pointBorderWidth:.1,pointHoverRadius:4,pointRadius:5,pointBorderColor:s,pointHoverBorderColor:a,data:u(e).passed||[]},{label:"",fill:"grey",backgroundColor:"rgba(75,192,192,1)",borderColor:"#D6D6D6",borderCapStyle:"butt",borderDashOffset:0,pointRadius:5,borderJoinStyle:"miter",pointBackgroundColor:s,pointBorderWidth:.1,pointHoverRadius:4,borderDash:[15,5],data:u(e).notPassed||[]}]},p={interaction:{mode:"index",intersect:!1},plugins:{legend:{display:!1,labels:{usePointStyle:!0}},tooltip:{external:function(g){let d=document.getElementById("chartjs-tooltip");d||(d=document.createElement("div"),d.id="chartjs-tooltip",d.innerHTML="<table></table>",document.body.appendChild(d));const m=g.tooltip;if(m.opacity===0){d.style.opacity="0";return}d.classList.remove("above","below","no-transform"),m.yAlign?d.classList.add(m.yAlign):d.classList.add("no-transform");function v(f){return f.lines}if(m.body){const f=m.title||[];let b=m.body.map(v),C="<thead>";f.forEach(_=>{let E="";E+="display: flex",E+="; justify-content: center",E+="; font-weight: 600",E+="; font-size: 12px",E+="; padding: 0px 14px",C+=`<tr><span style="${E}">${_}</span></tr>`}),C+="</thead><tbody>",b.length>1&&b[0][0]===b[1][0]&&(b=[b[0]]),b.forEach(_=>{let E="";E+="display: flex",E+="; justify-content: center",E+="; color: #0163C8",E+="; padding: 0px 14px",E+="; font-size: 12px";const x=`<span style="${E}">${_}</span>`;C+=`<tr><td>${x}</td></tr>`}),C+="</tbody>";const S=d.querySelector("table");S&&(S.innerHTML=C)}const y=g.chart.canvas.getBoundingClientRect();d.style.opacity="1",d.style.border="solid 1px #0163C8",d.style.background="white",d.style.height="fit-content",d.style.borderRadius="10px",d.style.position="absolute",d.style.zIndex="10",d.style.padding="4px 0",d.style.left=y.left+window.pageXOffset+m.caretX-30+"px",d.style.top=y.top+window.pageYOffset+m.caretY-60+"px",d.style.pointerEvents="none"},displayColors:!0,enabled:!1,callbacks:{title:function(g){const d=e[g[0].dataIndex];return Os(new Date(`1/${d.label}/${d.year}`),"MMMM yyyy",{locale:nc})},label:function(g){let d=g.dataset.label??"";return d&&(d+=": "),g.parsed.y!==null&&(d+=new Intl.NumberFormat("id-ID",{style:"currency",currency:"IDR"}).format(g.parsed.y)),d}}}},scales:{x:{grid:{display:!1},beginAtZero:!0,ticks:{autoSkip:!0,maxTicksLimit:20}},y:{min:0,grid:{display:!1},beginAtZero:!0,ticks:{maxTicksLimit:6,callback:function(g){return Qc(g)??0}}}}};return N.useEffect(()=>{if(r.current){const g=r.current.getContext("2d"),d=g==null?void 0:g.createLinearGradient(0,100,500,-500);d==null||d.addColorStop(0,"rgba(237, 0, 25, 0)"),d==null||d.addColorStop(1,"rgba(237, 0, 25, 20)");const m=g.fillStyle="rgba(255, 255, 255, 0)";l(m),o(d)}},[]),k.jsxs("div",{className:t??"",children:[k.jsx(D_,{options:p,data:c,height:n}),k.jsx("div",{className:"1ru-h-5",children:k.jsx("canvas",{ref:r})})]})},jG="_container_ser71_289",Ex={"container-popover":"_container-popover_ser71_289",container:jG},zG=({id:e="1ru-tooltip",children:t,text:n,zIndexPopover:r=1,onShow:i,onClose:a,placement:o="top",backgroundColor:s="black",popoverProps:l={},arrowProps:u={},className:c,isHover:p,delay:g=600})=>{let d;const m=N.useRef(null),v={backgroundColor:xC[s]||s},[y,f]=N.useState(!1),[b,C]=N.useState(!1),S=E=>{var x;(x=m.current)==null||x.handlerShow(E),C(!0),typeof i=="function"&&i()},_=()=>{var E;C(!1),y||(clearInterval(d),(E=m.current)==null||E.setShow(!1),typeof a=="function"&&a())};return k.jsxs(k.Fragment,{children:[k.jsx("div",{id:e,onMouseEnter:E=>{if(p&&!y){const x=E.currentTarget;d=setTimeout(()=>{S({...E,currentTarget:x})},g)}},onMouseLeave:()=>{p&&!y&&_()},onClick:E=>{f(!0),clearInterval(d),b||S(E)},className:Ex.container,children:t}),k.jsx(ei,{floatingOptions:{placement:o},ref:m,id:"1ru-popover-tooltip",offset:10,withArrow:!0,zIndex:r,onClose:()=>{y&&(f(!1),_())},styleInnerPopover:{backgroundColor:v.backgroundColor},propsArrow:{fill:v.backgroundColor,...u},className:`${Ex["container-popover"]} ${c??""}`,...l,children:n})]})},GG="_icon_zrudt_5",WG="_show_zrudt_10",Gh={"container-popover":"_container-popover_zrudt_1",icon:GG,show:WG},A_=N.forwardRef((e,t)=>{const{children:n,id:r="1ru-button-popover",text:i="",startIcon:a,endIcon:o,startIconShow:s,endIconShow:l,classNameButton:u="",classNameButtonShow:c="",className:p="",placement:g="top-end",popoverProps:d,zIndexPopover:m=1,offset:v=5,idPopover:y="1ru-popover-button-popover",onClick:f,onClose:b,...C}=e,S=N.useRef(null),_=N.useRef(null),[E,x]=N.useState(!1),h=(T,F,P)=>{let $=k.jsx(k.Fragment,{});return T&&N.isValidElement(F)?$=F:N.isValidElement(P)&&($=k.jsx("div",{className:`${Gh.icon} ${T?Gh.show:""}`,children:P})),$},w=T=>{var F;(F=S.current)==null||F.setShow(T),x(T)},D=T=>{var F;(F=S.current)==null||F.handlerShow(T),x(!0)},I=()=>{var T;x(!1),(T=S.current)==null||T.setShow(!1),typeof b=="function"&&b()};return N.useImperativeHandle(t,()=>({show:E,setShow:w,handlerClose:I,handlerShow:D}),[E]),k.jsxs(k.Fragment,{children:[k.jsx(Pn,{ref:_,id:r,className:`${u} ${E?c:""}`,onClick:T=>{E?I():typeof f=="function"?f(T):D(T)},startIcon:h(E,s,a),endIcon:h(E,l,o),...C,children:i}),k.jsx(ei,{ref:S,id:y,offset:v,floatingOptions:{placement:g},zIndex:m,onClose:I,className:`${Gh["container-popover"]} ${p}`,...d,children:n})]})});A_.displayName="ButtonPopover";to.register(Yo,Ko,Na,Gr,v_,bl);const UG=e=>({chart:t,tooltip:n})=>{var l,u,c,p,g,d;const r={};if(n.opacity===0){e(m=>({...m,style:{...m.style,opacity:0,pointerEvents:"none"}}));return}if(!n.dataPoints||n.dataPoints.length===0)return;r.opacity="1",r.position="absolute",r.pointerEvents="none";const i=t.canvas.getBoundingClientRect();r.left=i.left+window.pageXOffset+n.caretX+"px",r.top=i.top+window.pageYOffset+n.caretY+"px";const a=((u=(l=n.dataPoints)==null?void 0:l[0])==null?void 0:u.label)??"",o=((p=(c=n.dataPoints)==null?void 0:c[0])==null?void 0:p.raw)??"",s=((d=(g=n.dataPoints)==null?void 0:g[0])==null?void 0:d.dataset.label)??"";e({dataset:s,label:a,value:o,style:r,dataPoints:n.dataPoints})},XG={id:"hairlinePlugin",beforeDatasetsDraw:e=>{const t=e.scales.y;if(!t)return;const{ctx:n}=e,{top:r,bottom:i,left:a,right:o}=e.chartArea;if(t.min>0||t.max<0)return;const s=t.getPixelForValue(0);s<r||s>i||(n.save(),n.beginPath(),n.moveTo(a,s),n.lineTo(o,s),n.lineWidth=2,n.strokeStyle="rgb(207, 216, 220)",n.setLineDash([4,3]),n.stroke(),n.restore())}},YG={responsive:!0,maintainAspectRatio:!1,plugins:{legend:{display:!1}},scales:{y:{grace:"15%",position:"right",border:{display:!1,dash:[5,3],color:"#CFD8DC"},ticks:{font:{size:10,weight:"normal"},padding:10,color:"#898989"}},x:{border:{dash:[5,3],color:"#CFD8DC"},ticks:{font:{size:10,weight:"normal"},color:"#898989"}}},interaction:{mode:"index",intersect:!1}},KG=({data:e,height:t,classNameContainer:n,id:r,options:i,CustomTooltip:a})=>{const o=N.useRef(void 0),s=N.useRef(0),l=N.useRef(0),[u,c]=N.useState({dataset:"",label:"",value:0,style:{opacity:0,position:"absolute",left:0,bottom:0},dataPoints:[]}),p=N.useCallback(function({ctx:v,chartArea:y,scales:f,chartHeight:b,gradientFor:C,item:S}){let x=(f.y.getPixelForValue(0)-y.top)/b;x=x<0?0:x>1?1:x,o.current=v.createLinearGradient(0,y.top,0,b+y.top),C==="background"?(o.current.addColorStop(0,(S==null?void 0:S.colorBackgroundPositiveZero)||"#9FD2FF"),o.current.addColorStop(x,(S==null?void 0:S.colorBackgroundPositivePercentage)||"rgba(115, 235, 163, 0.1)"),o.current.addColorStop(x,(S==null?void 0:S.colorBackgroundNegativePercentage)||"rgba(235, 107, 107, 0.1)"),o.current.addColorStop(1,(S==null?void 0:S.colorBackgroundNegativeOne)||"#EB6B6B")):(o.current.addColorStop(x,(S==null?void 0:S.colorBorderPositive)||"#80CBC4"),o.current.addColorStop(x,(S==null?void 0:S.colorBorderNegative)||"#EB6B6B"))},[]),g=N.useCallback(function({ctx:v,chartArea:y,scales:f,gradientFor:b,item:C}){const S=y.right-y.left,_=y.bottom-y.top;return(!o.current||s.current!==S||l.current!==_)&&(s.current=S,l.current=_,p({ctx:v,chartArea:y,scales:f,chartHeight:_,gradientFor:b,item:C})),p({ctx:v,chartArea:y,scales:f,chartHeight:_,gradientFor:b,item:C}),o.current},[]),d=N.useMemo(()=>({...e,datasets:e.datasets.map(y=>({fill:!0,backgroundColor:function(f){const b=f.chart,{ctx:C,chartArea:S,scales:_}=b;if(S)return g({ctx:C,chartArea:S,scales:_,gradientFor:"background",item:y})},borderColor:function(f){const b=f.chart,{ctx:C,chartArea:S,scales:_}=b;if(S)return g({ctx:C,chartArea:S,scales:_,gradientFor:"border",item:y})},borderWidth:3,tension:0,pointRadius:0,pointHoverRadius:4,...y,data:y.data}))}),[e]),m=N.useMemo(()=>Ls(YG,{plugins:{tooltip:{enabled:!a,external:({chart:y,tooltip:f})=>a?UG(c)({chart:y,tooltip:f}):void 0}}},i??{}),[i,a]);return k.jsxs("div",{id:r,className:n,style:{height:t||"300px"},children:[a&&k.jsx(qp,{selector:"body",children:k.jsx(a,{...u})}),k.jsx(D_,{data:d,options:m,plugins:[XG]})]})};to.register(Yo,Ko,ec,bl,Na,v_,bl);const ZG=e=>({chart:t,tooltip:n})=>{var l,u,c,p,g,d;const r={};if(n.opacity===0){e(m=>({...m,style:{...m.style,opacity:0,pointerEvents:"none"}}));return}if(!n.dataPoints||n.dataPoints.length===0)return;r.opacity="1",r.position="absolute",r.pointerEvents="none";const i=t.canvas.getBoundingClientRect();r.left=i.left+window.pageXOffset+n.caretX+"px",r.top=i.top+window.pageYOffset+n.caretY+"px";const a=((u=(l=n.dataPoints)==null?void 0:l[0])==null?void 0:u.label)??"",o=((p=(c=n.dataPoints)==null?void 0:c[0])==null?void 0:p.raw)??"",s=((d=(g=n.dataPoints)==null?void 0:g[0])==null?void 0:d.dataset.label)??"";e({dataset:s,label:a,value:o,style:r,dataPoints:n.dataPoints})},JG={id:"labelplugin",afterDatasetsDraw(e){const{ctx:t,chartArea:{top:n,bottom:r}}=e;t.save(),e.data.datasets.forEach((i,a)=>{const o=e.getDatasetMeta(a);o.visible&&o.data.forEach((s,l)=>{const u=i.data[l]||0,c=i!=null&&i.setDigit?Qc(String(u)):String(u);t.font="12px Lato",t.textAlign="center";let p,g=!1;typeof u=="number"&&u>=0?(t.textBaseline="bottom",t.fillStyle=(i==null?void 0:i.colorTextLabelPositive)||s.options.borderColor,p=s.y-5,p>n&&(g=!0)):(t.textBaseline="top",t.fillStyle=(i==null?void 0:i.colorTextLabelNegative)||s.options.borderColor,p=s.y+5,p<r&&(g=!0)),g&&t.fillText(c,s.x,p)})}),t.restore()}},qG={responsive:!0,maintainAspectRatio:!1,plugins:{legend:{display:!1}},scales:{y:{grace:"15%",position:"left",border:{display:!1,dash:[5,3],color:"#CFD8DC"},ticks:{callback:function(e){return Qc(e)??0},font:{size:10,weight:"normal"},padding:10,color:"#898989"}},x:{grid:{display:!1},border:{dash:[5,3],color:"#CFD8DC"},ticks:{font:{size:10,weight:"normal"},color:"#898989"}}},interaction:{mode:"index",intersect:!1}},QG=({data:e,classNameContainer:t,height:n,id:r,options:i,CustomTooltip:a})=>{const o=N.useRef(void 0),s=N.useRef(0),l=N.useRef(0),[u,c]=N.useState({dataset:"",label:"",value:0,style:{opacity:0,position:"absolute",left:0,bottom:0},dataPoints:[]}),p=N.useCallback(function({ctx:v,chartArea:y,scales:f,chartHeight:b,gradientFor:C,item:S}){let x=(f.y.getPixelForValue(0)-y.top)/b;x=x<0?0:x>1?1:x,o.current=v.createLinearGradient(0,y.top,0,b+y.top),C==="background"?(o.current.addColorStop(0,(S==null?void 0:S.colorBackgroundPositiveZero)||"#9FD2FF"),o.current.addColorStop(x,(S==null?void 0:S.colorBackgroundPositivePercentage)||"rgba(115, 235, 163, 0.1)"),o.current.addColorStop(x,(S==null?void 0:S.colorBackgroundNegativePercentage)||"rgba(235, 107, 107, 0.1)"),o.current.addColorStop(1,(S==null?void 0:S.colorBackgroundNegativeOne)||"#EB6B6B")):(o.current.addColorStop(x,(S==null?void 0:S.colorBorderPositive)||"#80CBC4"),o.current.addColorStop(x,(S==null?void 0:S.colorBorderNegative)||"#EB6B6B"))},[]),g=N.useCallback(function({ctx:v,chartArea:y,scales:f,gradientFor:b,item:C}){const S=y.right-y.left,_=y.bottom-y.top;return(!o.current||s.current!==S||l.current!==_)&&(s.current=S,l.current=_,p({ctx:v,chartArea:y,scales:f,chartHeight:_,gradientFor:b,item:C})),p({ctx:v,chartArea:y,scales:f,chartHeight:_,gradientFor:b,item:C}),o.current},[]),d=N.useMemo(()=>({...e,datasets:e.datasets.map(y=>({fill:!0,backgroundColor:function(f){const b=f.chart,{ctx:C,chartArea:S,scales:_}=b;if(S)return g({ctx:C,chartArea:S,scales:_,gradientFor:"background",item:y})},borderColor:function(f){const b=f.chart,{ctx:C,chartArea:S,scales:_}=b;if(S)return g({ctx:C,chartArea:S,scales:_,gradientFor:"border",item:y})},borderWidth:0,tension:0,pointRadius:0,pointHoverRadius:4,setDigit:!0,...y,data:y.data}))}),[e]),m=N.useMemo(()=>Ls(qG,{plugins:{tooltip:{enabled:!a,external:({chart:y,tooltip:f})=>a?ZG(c)({chart:y,tooltip:f}):void 0}}},i??{}),[i,a]);return k.jsxs("div",{id:r,className:t,style:{height:n||"300px"},children:[a&&k.jsx(qp,{selector:"body",children:k.jsx(a,{...u})}),k.jsx(vG,{data:d,options:m,plugins:[JG]})]})},eW="_left_fwo8v_475",tW="_right_fwo8v_478",nW="_indicator_fwo8v_489",rW="_active_fwo8v_494",Ni={"container-step-indicator":"_container-step-indicator_fwo8v_301","text-step-indicator":"_text-step-indicator_fwo8v_301",left:eW,right:tW,"step-indicator":"_step-indicator_fwo8v_485",indicator:nW,active:rW};function iW(e,t){if(e<=0)return"0px";if(e===1)return"100%";const n=e-1;return`calc((100% - (${t} * ${n})) / ${e})`}const aW=({activeStep:e=0,countStep:t=0,classNameActiveStepIndicator:n="",classNameContainer:r="",classNameDesc:i="",classNameStepIndicator:a="",id:o="1ru-step-indicator",locationStepIndicator:s="right",widthStepIndicator:l=120,dynamicWidthStepIndicator:u=!1,gapStepIndicator:c="2px",classNameStepIndicatorContainer:p=""})=>k.jsxs("div",{id:o,className:`${Ni["container-step-indicator"]}
|
|
199
199
|
${s==="left"?Ni.left:Ni.right} ${r||""}`,children:[s==="left"&&k.jsxs("p",{className:`${Ni["text-step-indicator"]} ${i||""}`,children:[e+1,"/",t]}),k.jsx("div",{className:`${Ni["step-indicator"]} ${p||""}
|
|
200
200
|
${u?"1ru-w-full":""} ${c}`,style:{gap:c},children:Array.from({length:t}).map((g,d)=>k.jsx("div",{className:`${Ni.indicator} ${a||""}
|
|
201
|
-
${d<=e?`${Ni.active} ${n}`:""}`,style:{width:u?iW(t,c):l}},d))}),s==="right"&&k.jsxs("p",{className:`${Ni["text-step-indicator"]} ${i||""}`,children:[e+1,"/",t]})]}),oW="2.0.
|
|
201
|
+
${d<=e?`${Ni.active} ${n}`:""}`,style:{width:u?iW(t,c):l}},d))}),s==="right"&&k.jsxs("p",{className:`${Ni["text-step-indicator"]} ${i||""}`,children:[e+1,"/",t]})]}),oW="2.0.10",Sx={version:oW},sW=({label:e})=>({tinymceScriptSrc:`https://unpkg.com/1mpacto-react-ui@${Sx.version}/dist/tinymce/js/tinymce/tinymce.min.js`,licenseKey:"gpl",init:{plugins:"lists",menubar:!1,statusbar:!1,content_css:`https://unpkg.com/1mpacto-react-ui@${Sx.version}/dist/assets/fontfamily.css`,toolbar:"fontfamily fontsize italic bold underline bullist numlist",font_size_formats:"8px 10px 12px 14px 16px 18px 24px 36px 48px",image_advtab:!0,importcss_append:!0,min_height:220,image_caption:!0,noneditable_class:"mceNonEditable",toolbar_mode:"sliding",table_tab_navigation:!1,line_height_formats:"100px",font_family_formats:`
|
|
202
202
|
Lato=Lato;
|
|
203
203
|
Inter=Inter;
|
|
204
204
|
Andale Mono=Andale Mono,times;
|
package/dist/index.mjs
CHANGED
|
@@ -50103,7 +50103,7 @@ const dj = ({
|
|
|
50103
50103
|
] })
|
|
50104
50104
|
]
|
|
50105
50105
|
}
|
|
50106
|
-
), fW = "2.0.
|
|
50106
|
+
), fW = "2.0.10", Ax = {
|
|
50107
50107
|
version: fW
|
|
50108
50108
|
}, hW = ({ label: e }) => ({
|
|
50109
50109
|
tinymceScriptSrc: `https://unpkg.com/1mpacto-react-ui@${Ax.version}/dist/tinymce/js/tinymce/tinymce.min.js`,
|
package/dist/package.json.d.ts
CHANGED