indicator-ui 0.1.114 → 0.1.116

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
@@ -3403,6 +3403,9 @@
3403
3403
  .TagCount-module__tagCount___tT9Gy.TagCount-module__color___SZmrc {
3404
3404
  background-color: var(--primary-100);
3405
3405
  }
3406
+ .TagCount-module__tagCount___tT9Gy.TagCount-module__white___xtJlj {
3407
+ background-color: var(--base-white);
3408
+ }
3406
3409
  .TagCount-module__tagCount___tT9Gy.TagCount-module__small___ejCLc {
3407
3410
  padding: 2px 4px 2px 4px;
3408
3411
  }
@@ -3491,8 +3494,12 @@
3491
3494
  .Tag-module__tag___z87CD.Tag-module__small___ob2Q8 {
3492
3495
  font-size: 12px;
3493
3496
  line-height: 18px;
3497
+ color: black;
3494
3498
  font-weight: 500;
3495
3499
  font-family: var(--golos);
3500
+ font-stretch: normal;
3501
+ font-style: normal;
3502
+ font-variant: normal;
3496
3503
  }
3497
3504
  .Tag-module__tag___z87CD.Tag-module__small___ob2Q8 .Tag-module__main___M5V6V {
3498
3505
  gap: 4px;
@@ -3509,8 +3516,12 @@
3509
3516
  .Tag-module__tag___z87CD.Tag-module__medium___TjmGK {
3510
3517
  font-size: 14px;
3511
3518
  line-height: 20px;
3519
+ color: black;
3512
3520
  font-weight: 500;
3513
3521
  font-family: var(--golos);
3522
+ font-stretch: normal;
3523
+ font-style: normal;
3524
+ font-variant: normal;
3514
3525
  }
3515
3526
  .Tag-module__tag___z87CD.Tag-module__medium___TjmGK .Tag-module__main___M5V6V {
3516
3527
  gap: 5px;
@@ -3527,7 +3538,12 @@
3527
3538
  .Tag-module__tag___z87CD.Tag-module__large___rpGp5 {
3528
3539
  font-size: 14px;
3529
3540
  line-height: 20px;
3541
+ color: black;
3530
3542
  font-weight: 500;
3543
+ font-family: var(--golos);
3544
+ font-stretch: normal;
3545
+ font-style: normal;
3546
+ font-variant: normal;
3531
3547
  }
3532
3548
  .Tag-module__tag___z87CD.Tag-module__large___rpGp5 .Tag-module__main___M5V6V {
3533
3549
  gap: 6px;
@@ -3541,6 +3557,67 @@
3541
3557
  .Tag-module__tag___z87CD.Tag-module__clicked___Db5ww {
3542
3558
  cursor: pointer;
3543
3559
  }
3560
+ /*!*****************************************************************************************************************************************************************************************************************************************************************!*\
3561
+ !*** 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/Tag/styles/FilterTag.module.scss ***!
3562
+ \*****************************************************************************************************************************************************************************************************************************************************************/
3563
+ .FilterTag-module__main___YSBj8 {
3564
+ width: fit-content;
3565
+ background-color: var(--filter-tag-bg, var(--gray-200));
3566
+ transition: padding ease-out 200ms, border-radius ease-out 200ms, background ease-out 200ms, color ease-out 200ms;
3567
+ }
3568
+ .FilterTag-module__main___YSBj8 {
3569
+ display: flex;
3570
+ align-items: center;
3571
+ }
3572
+ .FilterTag-module__main___YSBj8 {
3573
+ font-size: 12px;
3574
+ line-height: 16px;
3575
+ color: var(--filter-tag-color, var(--gray-700));
3576
+ font-weight: 500;
3577
+ font-family: var(--golos);
3578
+ font-stretch: normal;
3579
+ font-style: normal;
3580
+ font-variant: normal;
3581
+ }
3582
+ .FilterTag-module__main___YSBj8 > section {
3583
+ padding: 0 4px;
3584
+ }
3585
+ .FilterTag-module__main___YSBj8:hover {
3586
+ background-color: var(--filter-tag-bg-hover, var(--gray-300));
3587
+ }
3588
+ .FilterTag-module__main___YSBj8:hover {
3589
+ color: var(--filter-tag-color-hover, var(--gray-800));
3590
+ }
3591
+ .FilterTag-module__main___YSBj8.FilterTag-module__active___rvj5m {
3592
+ background-color: var(--filter-tag-bg-active, var(--primary-500));
3593
+ }
3594
+ .FilterTag-module__main___YSBj8.FilterTag-module__active___rvj5m {
3595
+ color: var(--filter-tag-color-active, var(--base-white));
3596
+ }
3597
+ .FilterTag-module__main___YSBj8.FilterTag-module__active___rvj5m:hover {
3598
+ background-color: var(--filter-tag-bg-active-hover, var(--primary-600));
3599
+ }
3600
+ .FilterTag-module__main___YSBj8.FilterTag-module__active___rvj5m:hover {
3601
+ color: var(--filter-tag-color-active-hover, var(--base-white));
3602
+ }
3603
+ .FilterTag-module__main___YSBj8.FilterTag-module__small___Y6cLf {
3604
+ border-radius: 6px;
3605
+ padding: 4px;
3606
+ }
3607
+ .FilterTag-module__main___YSBj8.FilterTag-module__small___Y6cLf {
3608
+ font-size: 12px;
3609
+ line-height: 16px;
3610
+ font-weight: 500;
3611
+ }
3612
+ .FilterTag-module__main___YSBj8.FilterTag-module__large___fwUFt {
3613
+ border-radius: 8px;
3614
+ padding: 6px;
3615
+ }
3616
+ .FilterTag-module__main___YSBj8.FilterTag-module__large___fwUFt {
3617
+ font-size: 14px;
3618
+ line-height: 20px;
3619
+ font-weight: 500;
3620
+ }
3544
3621
  /*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
3545
3622
  !*** 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/SlideTransition/styles/SlideTransition.module.scss ***!
3546
3623
  \***********************************************************************************************************************************************************************************************************************************************************************************/