indicator-ui 0.0.98 → 0.0.99
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 +80 -1
- package/dist/index.css.map +1 -1
- package/dist/index.js +7 -1
- package/dist/index.js.map +1 -1
- package/dist/scss/ui/Buttons/styles/mixins/properties/link-black.scss +10 -0
- package/dist/scss/ui/Buttons/styles/mixins/properties/link-color.scss +10 -0
- package/dist/scss/ui/Buttons/styles/mixins/properties/link-gray.scss +10 -0
- package/dist/scss/ui/Buttons/styles/mixins/properties/primary.scss +4 -0
- package/dist/scss/ui/Buttons/styles/mixins/properties/secondary-color.scss +6 -0
- package/dist/scss/ui/Buttons/styles/mixins/properties/secondary-gray.scss +9 -0
- package/dist/scss/ui/Buttons/styles/mixins/properties/tab-active.scss +10 -0
- package/dist/scss/ui/Buttons/styles/mixins/properties/tab.scss +12 -0
- package/dist/scss/ui/Buttons/styles/mixins/properties/tertiary-color.scss +11 -0
- package/dist/scss/ui/Buttons/styles/mixins/properties/tertiary-gray.scss +10 -0
- package/dist/scss/ui/Buttons/styles/mixins/properties/tertiary-white.scss +11 -0
- package/dist/scss/ui/Buttons/styles/mixins/properties/warning-primary.scss +4 -0
- package/dist/scss/ui/Buttons/styles/mixins/properties/warning-secondary-color.scss +6 -0
- package/dist/scss/ui/ToggleBase/styles/mixins/base.scss +2 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -255,6 +255,9 @@
|
|
|
255
255
|
.Buttons-module__button___I3yLe.Buttons-module__primary____crHN:disabled, .Buttons-module__button___I3yLe.Buttons-module__primary____crHN.Buttons-module__disabled___INiFx {
|
|
256
256
|
opacity: 0.3;
|
|
257
257
|
}
|
|
258
|
+
.Buttons-module__button___I3yLe.Buttons-module__primary____crHN:disabled:hover, .Buttons-module__button___I3yLe.Buttons-module__primary____crHN.Buttons-module__disabled___INiFx:hover {
|
|
259
|
+
background-color: var(--blue-dark-500);
|
|
260
|
+
}
|
|
258
261
|
.Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ {
|
|
259
262
|
border-radius: 8px;
|
|
260
263
|
background-color: var(--base-white);
|
|
@@ -279,6 +282,10 @@
|
|
|
279
282
|
.Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ:disabled, .Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ.Buttons-module__disabled___INiFx {
|
|
280
283
|
opacity: 0.5;
|
|
281
284
|
}
|
|
285
|
+
.Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ:disabled:hover, .Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ.Buttons-module__disabled___INiFx:hover {
|
|
286
|
+
background-color: var(--base-white);
|
|
287
|
+
border: 1px solid var(--blue-dark-200);
|
|
288
|
+
}
|
|
282
289
|
.Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne {
|
|
283
290
|
border-radius: 8px;
|
|
284
291
|
background-color: var(--base-white);
|
|
@@ -306,6 +313,13 @@
|
|
|
306
313
|
.Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne:disabled, .Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne.Buttons-module__disabled___INiFx {
|
|
307
314
|
opacity: 0.5;
|
|
308
315
|
}
|
|
316
|
+
.Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne:disabled:hover, .Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne.Buttons-module__disabled___INiFx:hover {
|
|
317
|
+
background-color: var(--base-white);
|
|
318
|
+
border: 1px solid var(--gray-300);
|
|
319
|
+
}
|
|
320
|
+
.Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne:disabled:hover .Buttons-module__text___htxqX, .Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne.Buttons-module__disabled___INiFx:hover .Buttons-module__text___htxqX {
|
|
321
|
+
color: var(--gray-700);
|
|
322
|
+
}
|
|
309
323
|
.Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq {
|
|
310
324
|
border: 1px solid transparent;
|
|
311
325
|
}
|
|
@@ -329,6 +343,12 @@
|
|
|
329
343
|
.Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq:disabled, .Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq.Buttons-module__disabled___INiFx {
|
|
330
344
|
opacity: 0.5;
|
|
331
345
|
}
|
|
346
|
+
.Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq:disabled:hover .Buttons-module__text___htxqX, .Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq.Buttons-module__disabled___INiFx:hover .Buttons-module__text___htxqX {
|
|
347
|
+
color: var(--blue-dark-100);
|
|
348
|
+
}
|
|
349
|
+
.Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq:disabled:hover .Buttons-module__icon___U2AOU svg *, .Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq.Buttons-module__disabled___INiFx:hover .Buttons-module__icon___U2AOU svg * {
|
|
350
|
+
stroke: var(--blue-dark-100);
|
|
351
|
+
}
|
|
332
352
|
.Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw {
|
|
333
353
|
border: 1px solid transparent;
|
|
334
354
|
}
|
|
@@ -352,6 +372,17 @@
|
|
|
352
372
|
.Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw:disabled, .Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw.Buttons-module__disabled___INiFx {
|
|
353
373
|
opacity: 0.5;
|
|
354
374
|
}
|
|
375
|
+
.Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw:disabled:hover .Buttons-module__text___htxqX, .Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw.Buttons-module__disabled___INiFx:hover .Buttons-module__text___htxqX {
|
|
376
|
+
font-weight: 400;
|
|
377
|
+
color: var(--blue-dark-500);
|
|
378
|
+
font-family: "Golos UI", sans-serif;
|
|
379
|
+
font-stretch: normal;
|
|
380
|
+
font-style: normal;
|
|
381
|
+
font-variant: normal;
|
|
382
|
+
}
|
|
383
|
+
.Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw:disabled:hover .Buttons-module__icon___U2AOU svg *, .Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw.Buttons-module__disabled___INiFx:hover .Buttons-module__icon___U2AOU svg * {
|
|
384
|
+
stroke: var(--blue-dark-500);
|
|
385
|
+
}
|
|
355
386
|
.Buttons-module__button___I3yLe.Buttons-module__tertiaryGray___y75cu {
|
|
356
387
|
border: 1px solid transparent;
|
|
357
388
|
}
|
|
@@ -378,6 +409,12 @@
|
|
|
378
409
|
.Buttons-module__button___I3yLe.Buttons-module__tertiaryGray___y75cu:disabled, .Buttons-module__button___I3yLe.Buttons-module__tertiaryGray___y75cu.Buttons-module__disabled___INiFx {
|
|
379
410
|
opacity: 0.5;
|
|
380
411
|
}
|
|
412
|
+
.Buttons-module__button___I3yLe.Buttons-module__tertiaryGray___y75cu:disabled:hover .Buttons-module__text___htxqX, .Buttons-module__button___I3yLe.Buttons-module__tertiaryGray___y75cu.Buttons-module__disabled___INiFx:hover .Buttons-module__text___htxqX {
|
|
413
|
+
color: var(--gray-700);
|
|
414
|
+
}
|
|
415
|
+
.Buttons-module__button___I3yLe.Buttons-module__tertiaryGray___y75cu:disabled:hover .Buttons-module__icon___U2AOU svg *, .Buttons-module__button___I3yLe.Buttons-module__tertiaryGray___y75cu.Buttons-module__disabled___INiFx:hover .Buttons-module__icon___U2AOU svg * {
|
|
416
|
+
stroke: var(--gray-700);
|
|
417
|
+
}
|
|
381
418
|
.Buttons-module__button___I3yLe.Buttons-module__linkColor___Kg7EN {
|
|
382
419
|
padding: 0 !important;
|
|
383
420
|
gap: 4px;
|
|
@@ -405,6 +442,12 @@
|
|
|
405
442
|
.Buttons-module__button___I3yLe.Buttons-module__linkColor___Kg7EN:disabled, .Buttons-module__button___I3yLe.Buttons-module__linkColor___Kg7EN.Buttons-module__disabled___INiFx {
|
|
406
443
|
opacity: 0.5;
|
|
407
444
|
}
|
|
445
|
+
.Buttons-module__button___I3yLe.Buttons-module__linkColor___Kg7EN:disabled:hover .Buttons-module__text___htxqX, .Buttons-module__button___I3yLe.Buttons-module__linkColor___Kg7EN.Buttons-module__disabled___INiFx:hover .Buttons-module__text___htxqX {
|
|
446
|
+
color: var(--blue-dark-500);
|
|
447
|
+
}
|
|
448
|
+
.Buttons-module__button___I3yLe.Buttons-module__linkColor___Kg7EN:disabled:hover .Buttons-module__icon___U2AOU svg *, .Buttons-module__button___I3yLe.Buttons-module__linkColor___Kg7EN.Buttons-module__disabled___INiFx:hover .Buttons-module__icon___U2AOU svg * {
|
|
449
|
+
stroke: var(--blue-dark-500);
|
|
450
|
+
}
|
|
408
451
|
.Buttons-module__button___I3yLe.Buttons-module__linkBlack___WfA7t {
|
|
409
452
|
padding: 0 !important;
|
|
410
453
|
gap: 4px;
|
|
@@ -432,6 +475,12 @@
|
|
|
432
475
|
.Buttons-module__button___I3yLe.Buttons-module__linkBlack___WfA7t:disabled, .Buttons-module__button___I3yLe.Buttons-module__linkBlack___WfA7t.Buttons-module__disabled___INiFx {
|
|
433
476
|
opacity: 0.5;
|
|
434
477
|
}
|
|
478
|
+
.Buttons-module__button___I3yLe.Buttons-module__linkBlack___WfA7t:disabled:hover .Buttons-module__text___htxqX, .Buttons-module__button___I3yLe.Buttons-module__linkBlack___WfA7t.Buttons-module__disabled___INiFx:hover .Buttons-module__text___htxqX {
|
|
479
|
+
color: var(--gray-700);
|
|
480
|
+
}
|
|
481
|
+
.Buttons-module__button___I3yLe.Buttons-module__linkBlack___WfA7t:disabled:hover .Buttons-module__icon___U2AOU svg *, .Buttons-module__button___I3yLe.Buttons-module__linkBlack___WfA7t.Buttons-module__disabled___INiFx:hover .Buttons-module__icon___U2AOU svg * {
|
|
482
|
+
stroke: var(--gray-700);
|
|
483
|
+
}
|
|
435
484
|
.Buttons-module__button___I3yLe.Buttons-module__linkGray___CQYUd {
|
|
436
485
|
padding: 0 !important;
|
|
437
486
|
gap: 4px;
|
|
@@ -459,6 +508,12 @@
|
|
|
459
508
|
.Buttons-module__button___I3yLe.Buttons-module__linkGray___CQYUd:disabled, .Buttons-module__button___I3yLe.Buttons-module__linkGray___CQYUd.Buttons-module__disabled___INiFx {
|
|
460
509
|
opacity: 0.5;
|
|
461
510
|
}
|
|
511
|
+
.Buttons-module__button___I3yLe.Buttons-module__linkGray___CQYUd:disabled:hover .Buttons-module__text___htxqX, .Buttons-module__button___I3yLe.Buttons-module__linkGray___CQYUd.Buttons-module__disabled___INiFx:hover .Buttons-module__text___htxqX {
|
|
512
|
+
color: var(--gray-400);
|
|
513
|
+
}
|
|
514
|
+
.Buttons-module__button___I3yLe.Buttons-module__linkGray___CQYUd:disabled:hover .Buttons-module__icon___U2AOU svg *, .Buttons-module__button___I3yLe.Buttons-module__linkGray___CQYUd.Buttons-module__disabled___INiFx:hover .Buttons-module__icon___U2AOU svg * {
|
|
515
|
+
stroke: var(--gray-400);
|
|
516
|
+
}
|
|
462
517
|
.Buttons-module__button___I3yLe.Buttons-module__tabActive___chlqq {
|
|
463
518
|
border-radius: 6px;
|
|
464
519
|
background-color: var(--base-white);
|
|
@@ -485,6 +540,12 @@
|
|
|
485
540
|
.Buttons-module__button___I3yLe.Buttons-module__tabActive___chlqq:disabled, .Buttons-module__button___I3yLe.Buttons-module__tabActive___chlqq.Buttons-module__disabled___INiFx {
|
|
486
541
|
opacity: 0.5;
|
|
487
542
|
}
|
|
543
|
+
.Buttons-module__button___I3yLe.Buttons-module__tabActive___chlqq:disabled:hover .Buttons-module__icon___U2AOU svg *, .Buttons-module__button___I3yLe.Buttons-module__tabActive___chlqq.Buttons-module__disabled___INiFx:hover .Buttons-module__icon___U2AOU svg * {
|
|
544
|
+
stroke: var(--gray-700);
|
|
545
|
+
}
|
|
546
|
+
.Buttons-module__button___I3yLe.Buttons-module__tabActive___chlqq:disabled:hover .Buttons-module__text___htxqX, .Buttons-module__button___I3yLe.Buttons-module__tabActive___chlqq.Buttons-module__disabled___INiFx:hover .Buttons-module__text___htxqX {
|
|
547
|
+
color: var(--gray-700);
|
|
548
|
+
}
|
|
488
549
|
.Buttons-module__button___I3yLe.Buttons-module__tab___yBTjo {
|
|
489
550
|
border-radius: 6px;
|
|
490
551
|
background-color: var(--gray-100);
|
|
@@ -514,6 +575,15 @@
|
|
|
514
575
|
.Buttons-module__button___I3yLe.Buttons-module__tab___yBTjo:disabled, .Buttons-module__button___I3yLe.Buttons-module__tab___yBTjo.Buttons-module__disabled___INiFx {
|
|
515
576
|
opacity: 0.5;
|
|
516
577
|
}
|
|
578
|
+
.Buttons-module__button___I3yLe.Buttons-module__tab___yBTjo:disabled:hover, .Buttons-module__button___I3yLe.Buttons-module__tab___yBTjo.Buttons-module__disabled___INiFx:hover {
|
|
579
|
+
background-color: var(--gray-100);
|
|
580
|
+
}
|
|
581
|
+
.Buttons-module__button___I3yLe.Buttons-module__tab___yBTjo:disabled:hover .Buttons-module__icon___U2AOU svg *, .Buttons-module__button___I3yLe.Buttons-module__tab___yBTjo.Buttons-module__disabled___INiFx:hover .Buttons-module__icon___U2AOU svg * {
|
|
582
|
+
stroke: var(--gray-500);
|
|
583
|
+
}
|
|
584
|
+
.Buttons-module__button___I3yLe.Buttons-module__tab___yBTjo:disabled:hover .Buttons-module__text___htxqX, .Buttons-module__button___I3yLe.Buttons-module__tab___yBTjo.Buttons-module__disabled___INiFx:hover .Buttons-module__text___htxqX {
|
|
585
|
+
color: var(--gray-500);
|
|
586
|
+
}
|
|
517
587
|
.Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__primary____crHN {
|
|
518
588
|
border-radius: 8px;
|
|
519
589
|
background-color: var(--error-500);
|
|
@@ -526,8 +596,12 @@
|
|
|
526
596
|
.Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__primary____crHN:disabled, .Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__primary____crHN.Buttons-module__disabled___INiFx {
|
|
527
597
|
opacity: 0.3;
|
|
528
598
|
}
|
|
599
|
+
.Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__primary____crHN:disabled:hover, .Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__primary____crHN.Buttons-module__disabled___INiFx:hover {
|
|
600
|
+
border: 1px solid var(--error-500);
|
|
601
|
+
}
|
|
529
602
|
.Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__secondaryColor___GONLZ {
|
|
530
603
|
border: 1px solid var(--error-200);
|
|
604
|
+
background-color: var(--base-white);
|
|
531
605
|
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
|
|
532
606
|
}
|
|
533
607
|
.Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__secondaryColor___GONLZ .Buttons-module__icon___U2AOU svg * {
|
|
@@ -543,6 +617,10 @@
|
|
|
543
617
|
.Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__secondaryColor___GONLZ:disabled, .Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__secondaryColor___GONLZ.Buttons-module__disabled___INiFx {
|
|
544
618
|
opacity: 0.5;
|
|
545
619
|
}
|
|
620
|
+
.Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__secondaryColor___GONLZ:disabled:hover, .Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__secondaryColor___GONLZ.Buttons-module__disabled___INiFx:hover {
|
|
621
|
+
background-color: var(--base-white);
|
|
622
|
+
border: 1px solid var(--error-200f);
|
|
623
|
+
}
|
|
546
624
|
/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
547
625
|
!*** 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/MicroButton/styles/MicroButton.module.scss ***!
|
|
548
626
|
\***************************************************************************************************************************************************************************************************************************************************************************/
|
|
@@ -2680,7 +2758,8 @@
|
|
|
2680
2758
|
.ToggleBase-module__toggleBase___Vkhhf {
|
|
2681
2759
|
transition: all ease-out 0.2s;
|
|
2682
2760
|
border-radius: 12px;
|
|
2683
|
-
padding:
|
|
2761
|
+
padding: 1px;
|
|
2762
|
+
border: 1px solid transparent;
|
|
2684
2763
|
background-color: var(--gray-300);
|
|
2685
2764
|
}
|
|
2686
2765
|
.ToggleBase-module__toggleBase___Vkhhf {
|