indicator-ui 0.0.52 → 0.0.54

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 CHANGED
@@ -3493,5 +3493,161 @@
3493
3493
  overflow: hidden;
3494
3494
  z-index: 1;
3495
3495
  }
3496
+ /*!*********************************************************************************************************************************************************************************************************************************************************************!*\
3497
+ !*** 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/TabFrame/styles/TabFrame.module.scss ***!
3498
+ \*********************************************************************************************************************************************************************************************************************************************************************/
3499
+ @font-face {
3500
+ font-family: "Golos UI";
3501
+ 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");
3502
+ font-weight: 400;
3503
+ font-style: normal;
3504
+ }
3505
+ @font-face {
3506
+ font-family: "Golos UI";
3507
+ 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");
3508
+ font-weight: 500;
3509
+ font-style: normal;
3510
+ }
3511
+ @font-face {
3512
+ font-family: "Golos UI";
3513
+ 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");
3514
+ font-weight: 600;
3515
+ font-style: normal;
3516
+ }
3517
+ .TabFrame-module__tabFrame___Ppzzz {
3518
+ border-radius: 8px;
3519
+ padding: 4px;
3520
+ gap: 4px;
3521
+ background-color: var(--gray-100);
3522
+ }
3523
+ .TabFrame-module__tabFrame___Ppzzz.TabFrame-module__widthFill___phhlp {
3524
+ width: 100%;
3525
+ }
3526
+ .TabFrame-module__tabFrame___Ppzzz.TabFrame-module__widthHug___wokCP {
3527
+ width: fit-content;
3528
+ }
3529
+ /*!*************************************************************************************************************************************************************************************************************************************************************************!*\
3530
+ !*** 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/TabButtons/styles/TabButtons.module.scss ***!
3531
+ \*************************************************************************************************************************************************************************************************************************************************************************/
3532
+ @font-face {
3533
+ font-family: "Golos UI";
3534
+ 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");
3535
+ font-weight: 400;
3536
+ font-style: normal;
3537
+ }
3538
+ @font-face {
3539
+ font-family: "Golos UI";
3540
+ 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");
3541
+ font-weight: 500;
3542
+ font-style: normal;
3543
+ }
3544
+ @font-face {
3545
+ font-family: "Golos UI";
3546
+ 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");
3547
+ font-weight: 600;
3548
+ font-style: normal;
3549
+ }
3550
+ .TabButtons-module__tabButtons___vSLsZ {
3551
+ border-radius: 6px;
3552
+ padding: 10px;
3553
+ background-color: var(--gray-100);
3554
+ cursor: pointer;
3555
+ transition: all 200ms ease-out;
3556
+ }
3557
+ .TabButtons-module__tabButtons___vSLsZ {
3558
+ display: flex;
3559
+ justify-content: center;
3560
+ align-items: center;
3561
+ }
3562
+ .TabButtons-module__tabButtons___vSLsZ .TabButtons-module__rightIcon___Vllb5 svg * {
3563
+ stroke: var(--gray-700);
3564
+ }
3565
+ .TabButtons-module__tabButtons___vSLsZ .TabButtons-module__rightIcon___Vllb5 svg {
3566
+ width: 16px;
3567
+ height: 16px;
3568
+ }
3569
+ .TabButtons-module__tabButtons___vSLsZ .TabButtons-module__leftIcon___yDOkS svg * {
3570
+ stroke: var(--gray-700);
3571
+ }
3572
+ .TabButtons-module__tabButtons___vSLsZ .TabButtons-module__leftIcon___yDOkS svg {
3573
+ width: 16px;
3574
+ height: 16px;
3575
+ }
3576
+ .TabButtons-module__tabButtons___vSLsZ .TabButtons-module__text___EbNMB {
3577
+ width: fit-content;
3578
+ padding: 0 4px;
3579
+ }
3580
+ .TabButtons-module__tabButtons___vSLsZ .TabButtons-module__text___EbNMB {
3581
+ font-size: 14px;
3582
+ line-height: 16px;
3583
+ color: var(--gray-600);
3584
+ font-weight: 500;
3585
+ font-family: "Golos UI", sans-serif;
3586
+ font-stretch: normal;
3587
+ font-style: normal;
3588
+ font-variant: normal;
3589
+ }
3590
+ .TabButtons-module__tabButtons___vSLsZ:hover {
3591
+ background-color: var(--gray-200);
3592
+ }
3593
+ .TabButtons-module__tabButtons___vSLsZ:hover .TabButtons-module__text___EbNMB {
3594
+ color: var(--gray-700);
3595
+ font-family: "Golos UI", sans-serif;
3596
+ font-stretch: normal;
3597
+ font-style: normal;
3598
+ font-variant: normal;
3599
+ }
3600
+ .TabButtons-module__tabButtons___vSLsZ.TabButtons-module__active___ShP43 {
3601
+ border: 1px solid var(--gray-300);
3602
+ background-color: var(--base-white);
3603
+ box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
3604
+ }
3605
+ .TabButtons-module__tabButtons___vSLsZ.TabButtons-module__active___ShP43 .TabButtons-module__rightIcon___Vllb5 svg * {
3606
+ stroke: var(--gray-700);
3607
+ }
3608
+ .TabButtons-module__tabButtons___vSLsZ.TabButtons-module__active___ShP43 .TabButtons-module__leftIcon___yDOkS svg * {
3609
+ stroke: var(--gray-700);
3610
+ }
3611
+ .TabButtons-module__tabButtons___vSLsZ.TabButtons-module__active___ShP43 .TabButtons-module__text___EbNMB {
3612
+ color: var(--gray-800);
3613
+ font-family: "Golos UI", sans-serif;
3614
+ font-stretch: normal;
3615
+ font-style: normal;
3616
+ font-variant: normal;
3617
+ }
3618
+ .TabButtons-module__tabButtons___vSLsZ.TabButtons-module__active___ShP43:hover {
3619
+ background-color: var(--gray-50);
3620
+ }
3621
+ .TabButtons-module__tabButtons___vSLsZ.TabButtons-module__disabled___MlvE9, .TabButtons-module__tabButtons___vSLsZ:disabled {
3622
+ border: none;
3623
+ box-shadow: none;
3624
+ background-color: var(--gray-100);
3625
+ cursor: default;
3626
+ }
3627
+ .TabButtons-module__tabButtons___vSLsZ.TabButtons-module__disabled___MlvE9 .TabButtons-module__rightIcon___Vllb5 svg *, .TabButtons-module__tabButtons___vSLsZ:disabled .TabButtons-module__rightIcon___Vllb5 svg * {
3628
+ stroke: var(--gray-400);
3629
+ }
3630
+ .TabButtons-module__tabButtons___vSLsZ.TabButtons-module__disabled___MlvE9 .TabButtons-module__leftIcon___yDOkS svg *, .TabButtons-module__tabButtons___vSLsZ:disabled .TabButtons-module__leftIcon___yDOkS svg * {
3631
+ stroke: var(--gray-400);
3632
+ }
3633
+ .TabButtons-module__tabButtons___vSLsZ.TabButtons-module__disabled___MlvE9 .TabButtons-module__text___EbNMB, .TabButtons-module__tabButtons___vSLsZ:disabled .TabButtons-module__text___EbNMB {
3634
+ color: var(--gray-400);
3635
+ font-family: "Golos UI", sans-serif;
3636
+ font-stretch: normal;
3637
+ font-style: normal;
3638
+ font-variant: normal;
3639
+ }
3640
+ .TabButtons-module__tabButtons___vSLsZ.TabButtons-module__widthHug___Choqd {
3641
+ width: fit-content;
3642
+ }
3643
+ .TabButtons-module__tabButtons___vSLsZ.TabButtons-module__heightHug___jeoXZ {
3644
+ height: fit-content;
3645
+ }
3646
+ .TabButtons-module__tabButtons___vSLsZ.TabButtons-module__widthFill___MwxIJ {
3647
+ width: 100%;
3648
+ }
3649
+ .TabButtons-module__tabButtons___vSLsZ.TabButtons-module__heightFill____mxL8 {
3650
+ height: 100%;
3651
+ }
3496
3652
 
3497
3653
  /*# sourceMappingURL=index.css.map*/