indicator-ui 0.0.87 → 0.0.89
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +131 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +208 -0
- package/dist/index.js.map +1 -1
- package/dist/types/src/ui/FormBuilder/lib/formBuilder.d.ts +1 -1
- package/dist/types/src/ui/PaginationBar/index.d.ts +2 -0
- package/dist/types/src/ui/PaginationBar/styles/index.d.ts +2 -0
- package/dist/types/src/ui/PaginationBar/types/PageSwitcherTypes.d.ts +7 -0
- package/dist/types/src/ui/PaginationBar/types/PaginationBarTypes.d.ts +10 -0
- package/dist/types/src/ui/PaginationBar/types/index.d.ts +2 -0
- package/dist/types/src/ui/PaginationBar/ui/PageSwitcher.d.ts +2 -0
- package/dist/types/src/ui/PaginationBar/ui/PaginationBar.d.ts +2 -0
- package/dist/types/src/ui/PaginationBar/ui/index.d.ts +2 -0
- package/dist/types/src/ui/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -3507,5 +3507,136 @@
|
|
|
3507
3507
|
.TabButtons-module__tabButtons___vSLsZ.TabButtons-module__heightFill____mxL8 {
|
|
3508
3508
|
height: 100%;
|
|
3509
3509
|
}
|
|
3510
|
+
/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
3511
|
+
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/ui/PaginationBar/styles/PageSwitcher.module.scss ***!
|
|
3512
|
+
\******************************************************************************************************************************************************************************************************************************************************************************/
|
|
3513
|
+
@font-face {
|
|
3514
|
+
font-family: "Golos UI";
|
|
3515
|
+
src: local("Golos UI"), url(fonts/golos-ui_regular.28e502dbcc83c91565af.ttf) format("truetype"), url(fonts/golos-ui_regular.a1c96bd6133294a21f27.woff2) format("woff2"), url(fonts/golos-ui_regular.144142fba245a224ac28.woff) format("woff");
|
|
3516
|
+
font-weight: 400;
|
|
3517
|
+
font-style: normal;
|
|
3518
|
+
}
|
|
3519
|
+
@font-face {
|
|
3520
|
+
font-family: "Golos UI";
|
|
3521
|
+
src: local("Golos UI"), url(fonts/golos-ui_medium.727b1fef51a9bac82009.ttf) format("truetype"), url(fonts/golos-ui_medium.6f7a20790ad518369eb2.woff2) format("woff2"), url(fonts/golos-ui_medium.f9db984fc119d6aeca90.woff) format("woff");
|
|
3522
|
+
font-weight: 500;
|
|
3523
|
+
font-style: normal;
|
|
3524
|
+
}
|
|
3525
|
+
@font-face {
|
|
3526
|
+
font-family: "Golos UI";
|
|
3527
|
+
src: local("Golos UI"), url(fonts/golos-ui_bold.c0e021db79bdbbdeefad.ttf) format("truetype"), url(fonts/golos-ui_bold.80c1c59de9219ce1f9c5.woff2) format("woff2"), url(fonts/golos-ui_bold.e1122033a14151d7ea54.woff) format("woff");
|
|
3528
|
+
font-weight: 600;
|
|
3529
|
+
font-style: normal;
|
|
3530
|
+
}
|
|
3531
|
+
.PageSwitcher-module__pageSwitcher___PGQPI {
|
|
3532
|
+
width: 100%;
|
|
3533
|
+
height: fit-content;
|
|
3534
|
+
display: flex;
|
|
3535
|
+
justify-content: space-between;
|
|
3536
|
+
align-items: center;
|
|
3537
|
+
padding: 20px 0 0 0;
|
|
3538
|
+
}
|
|
3539
|
+
.PageSwitcher-module__pageSwitcher___PGQPI .PageSwitcher-module__arrowButtons___Ly4oS {
|
|
3540
|
+
width: fit-content;
|
|
3541
|
+
height: fit-content;
|
|
3542
|
+
display: flex;
|
|
3543
|
+
gap: 8px;
|
|
3544
|
+
align-items: center;
|
|
3545
|
+
}
|
|
3546
|
+
.PageSwitcher-module__pageSwitcher___PGQPI .PageSwitcher-module__arrowButtons___Ly4oS svg {
|
|
3547
|
+
width: 20px;
|
|
3548
|
+
height: 20px;
|
|
3549
|
+
flex: none;
|
|
3550
|
+
}
|
|
3551
|
+
.PageSwitcher-module__pageSwitcher___PGQPI .PageSwitcher-module__arrowButtons___Ly4oS svg * {
|
|
3552
|
+
stroke: var(--gray-600);
|
|
3553
|
+
}
|
|
3554
|
+
.PageSwitcher-module__pageSwitcher___PGQPI .PageSwitcher-module__arrowButtons___Ly4oS {
|
|
3555
|
+
font-size: 14px;
|
|
3556
|
+
line-height: 20px;
|
|
3557
|
+
color: var(--gray-600);
|
|
3558
|
+
font-weight: 600;
|
|
3559
|
+
font-family: "Golos UI", sans-serif;
|
|
3560
|
+
font-stretch: normal;
|
|
3561
|
+
font-style: normal;
|
|
3562
|
+
font-variant: normal;
|
|
3563
|
+
}
|
|
3564
|
+
.PageSwitcher-module__pageSwitcher___PGQPI .PageSwitcher-module__arrowButtons___Ly4oS:hover {
|
|
3565
|
+
color: #344054;
|
|
3566
|
+
}
|
|
3567
|
+
.PageSwitcher-module__pageSwitcher___PGQPI .PageSwitcher-module__arrowButtons___Ly4oS:hover svg * {
|
|
3568
|
+
stroke: var(--gray-700);
|
|
3569
|
+
}
|
|
3570
|
+
.PageSwitcher-module__pageSwitcher___PGQPI .PageSwitcher-module__arrowButtons___Ly4oS:focus {
|
|
3571
|
+
color: #475467;
|
|
3572
|
+
}
|
|
3573
|
+
.PageSwitcher-module__pageSwitcher___PGQPI .PageSwitcher-module__arrowButtons___Ly4oS:focus svg * {
|
|
3574
|
+
stroke: var(--gray-600);
|
|
3575
|
+
}
|
|
3576
|
+
.PageSwitcher-module__pageSwitcher___PGQPI .PageSwitcher-module__arrowButtons___Ly4oS:disabled {
|
|
3577
|
+
color: var(--gray-300);
|
|
3578
|
+
}
|
|
3579
|
+
.PageSwitcher-module__pageSwitcher___PGQPI .PageSwitcher-module__arrowButtons___Ly4oS:disabled svg * {
|
|
3580
|
+
stroke: var(--gray-300);
|
|
3581
|
+
}
|
|
3582
|
+
.PageSwitcher-module__pageSwitcher___PGQPI .PageSwitcher-module__buttonsList___dxvZB {
|
|
3583
|
+
width: fit-content;
|
|
3584
|
+
height: fit-content;
|
|
3585
|
+
display: flex;
|
|
3586
|
+
gap: 2px;
|
|
3587
|
+
}
|
|
3588
|
+
.PageSwitcher-module__pageSwitcher___PGQPI .PageSwitcher-module__buttonsList___dxvZB .PageSwitcher-module__plug___vUKSL {
|
|
3589
|
+
width: 40px;
|
|
3590
|
+
height: 40px;
|
|
3591
|
+
border-radius: 8px;
|
|
3592
|
+
display: flex;
|
|
3593
|
+
align-items: center;
|
|
3594
|
+
justify-content: center;
|
|
3595
|
+
}
|
|
3596
|
+
.PageSwitcher-module__pageSwitcher___PGQPI .PageSwitcher-module__buttonsList___dxvZB .PageSwitcher-module__plug___vUKSL {
|
|
3597
|
+
font-size: 14px;
|
|
3598
|
+
line-height: 20px;
|
|
3599
|
+
color: var(--gray-600);
|
|
3600
|
+
font-weight: 500;
|
|
3601
|
+
font-family: "Golos UI", sans-serif;
|
|
3602
|
+
font-stretch: normal;
|
|
3603
|
+
font-style: normal;
|
|
3604
|
+
font-variant: normal;
|
|
3605
|
+
}
|
|
3606
|
+
.PageSwitcher-module__pageSwitcher___PGQPI .PageSwitcher-module__buttonsList___dxvZB .PageSwitcher-module__numberButton___TgDNV {
|
|
3607
|
+
width: 40px;
|
|
3608
|
+
height: 40px;
|
|
3609
|
+
border-radius: 8px;
|
|
3610
|
+
transition: all linear 200ms;
|
|
3611
|
+
display: flex;
|
|
3612
|
+
align-items: center;
|
|
3613
|
+
justify-content: center;
|
|
3614
|
+
}
|
|
3615
|
+
.PageSwitcher-module__pageSwitcher___PGQPI .PageSwitcher-module__buttonsList___dxvZB .PageSwitcher-module__numberButton___TgDNV {
|
|
3616
|
+
font-size: 14px;
|
|
3617
|
+
line-height: 20px;
|
|
3618
|
+
color: var(--gray-600) 600;
|
|
3619
|
+
font-weight: 500;
|
|
3620
|
+
font-family: "Golos UI", sans-serif;
|
|
3621
|
+
font-stretch: normal;
|
|
3622
|
+
font-style: normal;
|
|
3623
|
+
font-variant: normal;
|
|
3624
|
+
}
|
|
3625
|
+
.PageSwitcher-module__pageSwitcher___PGQPI .PageSwitcher-module__buttonsList___dxvZB .PageSwitcher-module__numberButton___TgDNV:hover {
|
|
3626
|
+
color: #1D2939;
|
|
3627
|
+
background-color: var(--gray-100);
|
|
3628
|
+
}
|
|
3629
|
+
.PageSwitcher-module__pageSwitcher___PGQPI .PageSwitcher-module__buttonsList___dxvZB .PageSwitcher-module__numberButton___TgDNV.PageSwitcher-module__active___Mx_1z {
|
|
3630
|
+
color: #1D2939;
|
|
3631
|
+
background-color: var(--gray-100);
|
|
3632
|
+
}
|
|
3633
|
+
/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
3634
|
+
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/ui/PaginationBar/styles/PaginationBar.module.scss ***!
|
|
3635
|
+
\*******************************************************************************************************************************************************************************************************************************************************************************/
|
|
3636
|
+
.PaginationBar-module__paginationBar___gNByI {
|
|
3637
|
+
width: 100%;
|
|
3638
|
+
display: flex;
|
|
3639
|
+
flex-direction: column;
|
|
3640
|
+
}
|
|
3510
3641
|
|
|
3511
3642
|
/*# sourceMappingURL=index.css.map*/
|