indicator-ui 0.1.121 → 0.1.122
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 +261 -193
- package/dist/index.css.map +1 -1
- package/dist/index.js +1 -3
- package/dist/index.js.map +1 -1
- package/dist/scss/ui/Buttons/styles/mixins/baseButton.scss +5 -4
- package/dist/scss/ui/Buttons/styles/mixins/properties/index.scss +0 -1
- package/dist/scss/ui/Buttons/styles/mixins/properties/link-gray.scss +11 -0
- package/dist/scss/ui/Buttons/styles/mixins/properties/primary.scss +19 -29
- package/dist/scss/ui/Buttons/styles/mixins/properties/secondary-color.scss +49 -39
- package/dist/scss/ui/Buttons/styles/mixins/properties/secondary-gray.scss +41 -46
- package/dist/scss/ui/Buttons/styles/mixins/properties/tab-active.scss +49 -0
- package/dist/scss/ui/Buttons/styles/mixins/properties/tab.scss +49 -0
- package/dist/scss/ui/Buttons/styles/mixins/properties/tertiary-color.scss +32 -32
- package/dist/scss/ui/Buttons/styles/mixins/properties/tertiary-white.scss +29 -29
- package/dist/scss/ui/Buttons/styles/mixins/properties/warning-secondary-color.scss +21 -0
- package/dist/ts/src/test/App.d.ts +1 -1
- package/dist/ts/src/test/layout/PageLayout.d.ts +1 -1
- package/dist/ts/src/test/pages/BreadcrumbsPage.d.ts +1 -1
- package/dist/ts/src/test/pages/ButtonsPage/ButtonsPage.d.ts +2 -0
- package/dist/ts/src/test/pages/CascadeSelectorPage.d.ts +1 -1
- package/dist/ts/src/test/pages/CheckboxMarkPage.d.ts +1 -1
- package/dist/ts/src/test/pages/CheckboxPage.d.ts +1 -1
- package/dist/ts/src/test/pages/DateTimeFieldMaskPage.d.ts +1 -1
- package/dist/ts/src/test/pages/DateTimeFieldsPage.d.ts +1 -1
- package/dist/ts/src/test/pages/DateTimePickerPage.d.ts +1 -1
- package/dist/ts/src/test/pages/DropdownItemPage.d.ts +1 -1
- package/dist/ts/src/test/pages/DropdownV2Page.d.ts +1 -1
- package/dist/ts/src/test/pages/FieldsPage/FieldsPage.d.ts +1 -1
- package/dist/ts/src/test/pages/FormBuilderPage.d.ts +1 -1
- package/dist/ts/src/test/pages/FormPage.d.ts +1 -1
- package/dist/ts/src/test/pages/HomePage.d.ts +1 -1
- package/dist/ts/src/test/pages/LoadingIndicatorPage.d.ts +1 -1
- package/dist/ts/src/test/pages/MediaPlayerPage.d.ts +1 -1
- package/dist/ts/src/test/pages/MicroButtonsPage.d.ts +1 -1
- package/dist/ts/src/test/pages/ModalsPage.d.ts +1 -1
- package/dist/ts/src/test/pages/PaginationPage.d.ts +1 -1
- package/dist/ts/src/test/pages/SelectFieldPage.d.ts +1 -1
- package/dist/ts/src/test/pages/SlideTransitionPage.d.ts +1 -1
- package/dist/ts/src/test/pages/TabFramePage.d.ts +1 -1
- package/dist/ts/src/test/pages/TagPage.d.ts +1 -1
- package/dist/ts/src/test/pages/TestPage.d.ts +1 -1
- package/dist/ts/src/test/pages/ToggleBasePage.d.ts +1 -1
- package/dist/ts/src/test/pages/TogglePage.d.ts +1 -1
- package/dist/ts/src/test/pages/TooltipTage.d.ts +1 -1
- package/dist/ts/src/test/pages/UiAnimationsPage.d.ts +1 -1
- package/dist/ts/src/test/pages/UseDragPage.d.ts +1 -1
- package/dist/ts/src/test/pages/UseSmartPositionPage.d.ts +1 -1
- package/dist/ts/src/test/pages/UseSmartScrollPage.d.ts +1 -1
- package/dist/ts/src/test/pages/UserPickPage.d.ts +1 -1
- package/dist/ts/src/test/pages/index.d.ts +1 -1
- package/dist/ts/src/ui/Breadcrumbs/ui/BreadcrumbButton.d.ts +1 -1
- package/dist/ts/src/ui/Breadcrumbs/ui/Breadcrumbs.d.ts +1 -1
- package/dist/ts/src/ui/Breadcrumbs/ui/Divider.d.ts +1 -1
- package/dist/ts/src/ui/Buttons/types/ButtonTypes.d.ts +1 -1
- package/dist/ts/src/ui/Carousel/ui/Carousel.d.ts +1 -1
- package/dist/ts/src/ui/CascadeSelector/ui/CascadeSelector.d.ts +1 -1
- package/dist/ts/src/ui/DateTimePicker/ui/components/CalendarButton.d.ts +1 -1
- package/dist/ts/src/ui/DateTimePicker/ui/components/CalendarDay.d.ts +1 -1
- package/dist/ts/src/ui/DateTimePicker/ui/components/CalendarMonth.d.ts +1 -1
- package/dist/ts/src/ui/DateTimePicker/ui/components/CalendarYear.d.ts +1 -1
- package/dist/ts/src/ui/DateTimePicker/ui/components/TimePickerTag.d.ts +1 -1
- package/dist/ts/src/ui/DateTimePicker/ui/parts/Footer.d.ts +1 -1
- package/dist/ts/src/ui/DateTimePicker/ui/parts/Header.d.ts +1 -1
- package/dist/ts/src/ui/DateTimePicker/ui/parts/Main.d.ts +1 -1
- package/dist/ts/src/ui/DateTimePicker/ui/pickers/DatePicker.d.ts +1 -1
- package/dist/ts/src/ui/DateTimePicker/ui/pickers/MonthPicker.d.ts +1 -1
- package/dist/ts/src/ui/DateTimePicker/ui/pickers/TimePicker.d.ts +1 -1
- package/dist/ts/src/ui/DateTimePicker/ui/pickers/TimeSuggestions.d.ts +1 -1
- package/dist/ts/src/ui/DateTimePicker/ui/pickers/YearPicker.d.ts +1 -1
- package/dist/ts/src/ui/DateTimePicker/ui/pickers/YearSwitcher.d.ts +1 -1
- package/dist/ts/src/ui/DropdownV2/ui/DropdownItemV2.d.ts +1 -1
- package/dist/ts/src/ui/DropdownV2/ui/components/Check.d.ts +1 -1
- package/dist/ts/src/ui/DropdownV2/ui/components/Info.d.ts +1 -1
- package/dist/ts/src/ui/FormBuilder/lib/formBuilder.d.ts +1 -1
- package/dist/ts/src/ui/InputFields/DateTimeField/ui/DateField.d.ts +1 -1
- package/dist/ts/src/ui/InputFields/DateTimeField/ui/DateFieldBase.d.ts +1 -1
- package/dist/ts/src/ui/InputFields/DateTimeField/ui/DateTimeField.d.ts +1 -1
- package/dist/ts/src/ui/InputFields/DateTimeField/ui/TimeField.d.ts +1 -1
- package/dist/ts/src/ui/InputFields/DateTimeField/ui/TimeFieldBase.d.ts +1 -1
- package/dist/ts/src/ui/InputFields/DateTimeFieldMask/ui/DateTimeFieldMask.d.ts +1 -1
- package/dist/ts/src/ui/InputFields/DateTimeRangeField/ui/DateRangeField.d.ts +1 -1
- package/dist/ts/src/ui/InputFields/DateTimeRangeField/ui/DateTimeRangeField.d.ts +1 -1
- package/dist/ts/src/ui/InputFields/DateTimeRangeField/ui/TimeRangeField.d.ts +1 -1
- package/dist/ts/src/ui/InputFields/TextareaField/ui/TextareaField.d.ts +1 -1
- package/dist/ts/src/ui/Loaders/ui/LoadingIndicator.d.ts +1 -1
- package/dist/ts/src/ui/MediaViewer/ui/components/ControlBar.d.ts +1 -1
- package/dist/ts/src/ui/MediaViewer/ui/components/VideoProgressBar.d.ts +1 -1
- package/dist/ts/src/ui/PaginationBar/ui/PageSwitcher.d.ts +1 -1
- package/dist/ts/src/ui/PaginationBar/ui/PaginationBar.d.ts +1 -1
- package/dist/ts/src/ui/PlayButton/ui/PlayButton.d.ts +1 -1
- package/dist/ts/src/ui/SlideTransition/ui/SlideTransition.d.ts +1 -1
- package/dist/ts/src/ui/TabButtons/ui/TabButtons.d.ts +1 -1
- package/dist/ts/src/ui/TabFrame/ui/TabFrame.d.ts +1 -1
- package/dist/ts/src/ui/Tag/ui/FilterTag.d.ts +1 -1
- package/dist/ts/src/ui/Tag/ui/Tag.d.ts +1 -1
- package/dist/ts/src/ui/Tag/ui/TagCheckbox.d.ts +1 -1
- package/dist/ts/src/ui/Tag/ui/TagCount.d.ts +1 -1
- package/dist/ts/src/ui/Toggle/ui/Toggle.d.ts +1 -1
- package/dist/ts/src/ui/Tooltip/ui/Tooltip.d.ts +1 -1
- package/dist/ts/src/ui/UserPick/ui/UserPick.d.ts +1 -1
- package/dist/ts/src/ui/formFields/FormDateField/ui/FormDateField.d.ts +1 -1
- package/dist/ts/src/ui/formFields/FormDateRangeField/ui/FormDateRangeField.d.ts +1 -1
- package/dist/ts/src/ui/formFields/FormDateRangeField/ui/FormDateRangeFieldBase.d.ts +1 -1
- package/dist/ts/src/ui/formFields/FormDateRangeField/ui/InputInnerButton.d.ts +1 -1
- package/dist/ts/src/ui/formFields/FormDateRangeField/ui/Mask.d.ts +1 -1
- package/dist/ts/src/ui/formFields/FormPaginatedSelectField/hooks/useFormPaginatedSelectField.d.ts +64 -58
- package/dist/ts/src/ui/formFields/FormPaginatedSelectField/hooks/useSelectFieldState.d.ts +1 -1
- package/dist/ts/src/ui/formFields/FormPaginatedSelectField/lib/index.d.ts +1 -1
- package/dist/ts/src/ui/formFields/FormPaginatedSelectField/ui/FormPaginatedSelectFieldBase.d.ts +1 -1
- package/dist/ts/src/ui/formFields/FormRadioField/ui/FieldItem.d.ts +1 -1
- package/dist/ts/src/ui/formFields/FormRadioField/ui/FormRadioField.d.ts +1 -1
- package/dist/ts/src/ui/formFields/FormSelectField/ui/FormSelectFieldBase.d.ts +1 -1
- package/dist/ts/src/ui/formFields/FormTextareaField/ui/FormTextareaFieldBase.d.ts +1 -1
- package/dist/ts/src/ui/formFields/extends/ui/DropdownArrow.d.ts +1 -1
- package/dist/ts/src/ui/formFields/extends/ui/InputInnerButton.d.ts +1 -1
- package/docs/CSSVariables/CSSThemeCustomize.md +61 -0
- package/package.json +1 -1
- package/dist/scss/ui/Buttons/styles/mixins/properties/link-dark-theme.scss +0 -52
- package/dist/ts/src/test/pages/ButtonsPage.d.ts +0 -2
package/dist/index.css
CHANGED
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
.Buttons-module__button___I3yLe {
|
|
213
213
|
cursor: pointer;
|
|
214
214
|
transition: background-color ease-out 0.2s;
|
|
215
|
-
border-radius: 8px;
|
|
215
|
+
border-radius: var(--ui-button-radius, 8px);
|
|
216
216
|
position: relative;
|
|
217
217
|
}
|
|
218
218
|
.Buttons-module__button___I3yLe {
|
|
@@ -247,14 +247,14 @@
|
|
|
247
247
|
.Buttons-module__button___I3yLe .Buttons-module__counter___Q1fkM {
|
|
248
248
|
min-width: 24px;
|
|
249
249
|
height: 24px;
|
|
250
|
-
padding: 4px
|
|
250
|
+
padding: 4px 6px;
|
|
251
251
|
border-radius: 12px;
|
|
252
252
|
position: absolute;
|
|
253
253
|
top: 0;
|
|
254
254
|
left: 0;
|
|
255
255
|
transform: translate(-2px, -2px);
|
|
256
256
|
text-align: center;
|
|
257
|
-
background-color: var(--
|
|
257
|
+
background-color: var(--primary-500);
|
|
258
258
|
}
|
|
259
259
|
.Buttons-module__button___I3yLe .Buttons-module__counter___Q1fkM {
|
|
260
260
|
font-size: 14px;
|
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
.Buttons-module__button___I3yLe .Buttons-module__content___lPb5_ .Buttons-module__text___htxqX, .Buttons-module__button___I3yLe .Buttons-module__content___lPb5_ .Buttons-module__textSecondary___zZocr {
|
|
274
274
|
flex: none;
|
|
275
275
|
text-align: center;
|
|
276
|
-
transition: color, weight 0.2s;
|
|
276
|
+
transition: color ease-out 0.2s, weight ease-out 0.2s;
|
|
277
277
|
}
|
|
278
278
|
.Buttons-module__button___I3yLe .Buttons-module__content___lPb5_ .Buttons-module__textSecondary___zZocr {
|
|
279
279
|
opacity: 0.6;
|
|
@@ -408,98 +408,172 @@
|
|
|
408
408
|
}
|
|
409
409
|
.Buttons-module__button___I3yLe.Buttons-module__primary____crHN {
|
|
410
410
|
border-radius: 8px;
|
|
411
|
-
background-color: var(--primary-500);
|
|
412
|
-
border: 1px solid transparent;
|
|
413
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
|
|
414
|
-
}
|
|
415
|
-
.Buttons-module__button___I3yLe.Buttons-module__primary____crHN .Buttons-module__loader___RXJzg > svg * {
|
|
416
|
-
stroke: var(--base-white);
|
|
411
|
+
background-color: var(--ui-button-primary-background-color, var(--primary-500));
|
|
412
|
+
border: 1px solid var(--ui-button-primary-border-color, transparent);
|
|
413
|
+
box-shadow: var(--ui-button-primary-box-shadowr, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922));
|
|
417
414
|
}
|
|
415
|
+
.Buttons-module__button___I3yLe.Buttons-module__primary____crHN .Buttons-module__loader___RXJzg > svg *,
|
|
418
416
|
.Buttons-module__button___I3yLe.Buttons-module__primary____crHN .Buttons-module__icon___U2AOU > svg * {
|
|
419
|
-
stroke: var(--base-white);
|
|
417
|
+
stroke: var(--ui-button-primary-icon-color, var(--base-white));
|
|
420
418
|
}
|
|
421
419
|
.Buttons-module__button___I3yLe.Buttons-module__primary____crHN .Buttons-module__content___lPb5_ .Buttons-module__text___htxqX, .Buttons-module__button___I3yLe.Buttons-module__primary____crHN .Buttons-module__content___lPb5_ .Buttons-module__textSecondary___zZocr {
|
|
422
|
-
color: var(--base-white);
|
|
420
|
+
color: var(--ui-button-primary-text-color, var(--base-white));
|
|
423
421
|
}
|
|
424
422
|
@media only screen and (min-width: 1024px) {
|
|
425
423
|
.Buttons-module__button___I3yLe.Buttons-module__primary____crHN:not(.Buttons-module__disabled___INiFx):not(:disabled):hover {
|
|
426
|
-
background-color: var(--primary-600);
|
|
424
|
+
background-color: var(--ui-button-primary-background-color, var(--primary-600));
|
|
425
|
+
border: 1px solid var(--ui-button-primary-border-color, transparent);
|
|
426
|
+
}
|
|
427
|
+
.Buttons-module__button___I3yLe.Buttons-module__primary____crHN:not(.Buttons-module__disabled___INiFx):not(:disabled):hover .Buttons-module__loader___RXJzg > svg *,
|
|
428
|
+
.Buttons-module__button___I3yLe.Buttons-module__primary____crHN:not(.Buttons-module__disabled___INiFx):not(:disabled):hover .Buttons-module__icon___U2AOU > svg * {
|
|
429
|
+
stroke: var(--ui-button-primary-hover-icon-color, var(--base-white));
|
|
427
430
|
}
|
|
428
431
|
}
|
|
429
432
|
@media (min-width: 481px) and (max-width: 1279px) {
|
|
430
433
|
.Buttons-module__button___I3yLe.Buttons-module__primary____crHN:not(.Buttons-module__disabled___INiFx):not(:disabled):active {
|
|
431
|
-
background-color: var(--primary-600);
|
|
434
|
+
background-color: var(--ui-button-primary-background-color, var(--primary-600));
|
|
435
|
+
border: 1px solid var(--ui-button-primary-border-color, transparent);
|
|
436
|
+
}
|
|
437
|
+
.Buttons-module__button___I3yLe.Buttons-module__primary____crHN:not(.Buttons-module__disabled___INiFx):not(:disabled):active .Buttons-module__loader___RXJzg > svg *,
|
|
438
|
+
.Buttons-module__button___I3yLe.Buttons-module__primary____crHN:not(.Buttons-module__disabled___INiFx):not(:disabled):active .Buttons-module__icon___U2AOU > svg * {
|
|
439
|
+
stroke: var(--ui-button-primary-hover-icon-color, var(--base-white));
|
|
432
440
|
}
|
|
433
441
|
}
|
|
434
442
|
.Buttons-module__button___I3yLe.Buttons-module__primary____crHN:disabled, .Buttons-module__button___I3yLe.Buttons-module__primary____crHN.Buttons-module__disabled___INiFx {
|
|
435
443
|
opacity: 0.3;
|
|
444
|
+
pointer-events: none;
|
|
436
445
|
}
|
|
437
446
|
.Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ {
|
|
438
|
-
border-radius: 8px;
|
|
439
|
-
background-color: var(--base-white);
|
|
440
|
-
border: 1px solid var(--primary-200);
|
|
441
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
|
|
442
|
-
}
|
|
443
|
-
.Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ .Buttons-module__loader___RXJzg > svg * {
|
|
444
|
-
stroke: var(--primary-500);
|
|
447
|
+
border-radius: var(--ui-button-radius, 8px);
|
|
448
|
+
background-color: var(--ui-button-secondary-color-background-color, var(--base-white));
|
|
449
|
+
border: 1px solid var(--ui-button-secondary-color-border-color, var(--primary-200));
|
|
450
|
+
box-shadow: var(--ui-button-secondary-color-box-shadow, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922));
|
|
445
451
|
}
|
|
452
|
+
.Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ .Buttons-module__loader___RXJzg > svg *,
|
|
446
453
|
.Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ .Buttons-module__icon___U2AOU > svg * {
|
|
447
|
-
stroke: var(--primary-500);
|
|
454
|
+
stroke: var(--ui-button-secondary-color-icon-color, var(--primary-500));
|
|
448
455
|
}
|
|
449
456
|
.Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ .Buttons-module__content___lPb5_ .Buttons-module__text___htxqX, .Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ .Buttons-module__content___lPb5_ .Buttons-module__textSecondary___zZocr {
|
|
450
|
-
color: var(--primary-500);
|
|
457
|
+
color: var(--ui-button-secondary-color-icon-color, var(--primary-500));
|
|
451
458
|
}
|
|
452
459
|
@media only screen and (min-width: 1024px) {
|
|
453
460
|
.Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ:not(.Buttons-module__disabled___INiFx):not(:disabled):hover {
|
|
454
|
-
background-color: var(--primary-50);
|
|
455
|
-
border: 1px solid var(--primary-300);
|
|
461
|
+
background-color: var(--ui-button-secondary-color-hover-background-color, var(--primary-50));
|
|
462
|
+
border: 1px solid var(--ui-button-secondary-color-hover-border-color, var(--primary-300));
|
|
463
|
+
}
|
|
464
|
+
.Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ:not(.Buttons-module__disabled___INiFx):not(:disabled):hover .Buttons-module__loader___RXJzg > svg *,
|
|
465
|
+
.Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ:not(.Buttons-module__disabled___INiFx):not(:disabled):hover .Buttons-module__icon___U2AOU > svg * {
|
|
466
|
+
stroke: var(--ui-button-secondary-color-hover-icon-color, var(--primary-500));
|
|
456
467
|
}
|
|
457
468
|
}
|
|
458
469
|
@media (min-width: 481px) and (max-width: 1279px) {
|
|
459
470
|
.Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ:not(.Buttons-module__disabled___INiFx):not(:disabled):active {
|
|
460
|
-
background-color: var(--primary-50);
|
|
461
|
-
border: 1px solid var(--primary-300);
|
|
471
|
+
background-color: var(--ui-button-secondary-color-hover-background-color, var(--primary-50));
|
|
472
|
+
border: 1px solid var(--ui-button-secondary-color-hover-border-color, var(--primary-300));
|
|
473
|
+
}
|
|
474
|
+
.Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ:not(.Buttons-module__disabled___INiFx):not(:disabled):active .Buttons-module__loader___RXJzg > svg *,
|
|
475
|
+
.Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ:not(.Buttons-module__disabled___INiFx):not(:disabled):active .Buttons-module__icon___U2AOU > svg * {
|
|
476
|
+
stroke: var(--ui-button-secondary-color-hover-icon-color, var(--primary-500));
|
|
462
477
|
}
|
|
463
478
|
}
|
|
464
479
|
.Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ:disabled, .Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ.Buttons-module__disabled___INiFx {
|
|
465
480
|
opacity: 0.5;
|
|
466
481
|
}
|
|
467
|
-
.Buttons-module__button___I3yLe.Buttons-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922);
|
|
471
|
-
border: 1px solid var(--gray-300);
|
|
482
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ {
|
|
483
|
+
background-color: var(--ui-button-secondary-color-background-color, transparent);
|
|
484
|
+
border: 1px solid var(--ui-button-secondary-color-border-color, var(--primary-900));
|
|
472
485
|
}
|
|
473
|
-
.Buttons-module__button___I3yLe.Buttons-
|
|
474
|
-
|
|
486
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ .Buttons-module__loader___RXJzg > svg *,
|
|
487
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ .Buttons-module__icon___U2AOU > svg * {
|
|
488
|
+
stroke: var(--ui-button-secondary-color-icon-color, var(--primary-500));
|
|
489
|
+
}
|
|
490
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ .Buttons-module__content___lPb5_ .Buttons-module__text___htxqX, [data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ .Buttons-module__content___lPb5_ .Buttons-module__textSecondary___zZocr {
|
|
491
|
+
color: var(--ui-button-secondary-color-text-color, var(--primary-500));
|
|
475
492
|
}
|
|
493
|
+
@media only screen and (min-width: 1024px) {
|
|
494
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ:not(.Buttons-module__disabled___INiFx):not(:disabled):hover {
|
|
495
|
+
background-color: var(--ui-button-secondary-color-hover-background-color, var(--primary-950));
|
|
496
|
+
border: 1px solid var(--ui-button-secondary-color-hover-border-color, var(--primary-700));
|
|
497
|
+
}
|
|
498
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ:not(.Buttons-module__disabled___INiFx):not(:disabled):hover .Buttons-module__loader___RXJzg > svg *,
|
|
499
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ:not(.Buttons-module__disabled___INiFx):not(:disabled):hover .Buttons-module__icon___U2AOU > svg * {
|
|
500
|
+
stroke: var(--ui-button-secondary-color-hover-icon-color, var(--primary-500));
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
@media (min-width: 481px) and (max-width: 1279px) {
|
|
504
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ:not(.Buttons-module__disabled___INiFx):not(:disabled):active {
|
|
505
|
+
background-color: var(--ui-button-secondary-color-hover-background-color, var(--primary-950));
|
|
506
|
+
border: 1px solid var(--ui-button-secondary-color-hover-border-color, var(--primary-700));
|
|
507
|
+
}
|
|
508
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ:not(.Buttons-module__disabled___INiFx):not(:disabled):active .Buttons-module__loader___RXJzg > svg *,
|
|
509
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ:not(.Buttons-module__disabled___INiFx):not(:disabled):active .Buttons-module__icon___U2AOU > svg * {
|
|
510
|
+
stroke: var(--ui-button-secondary-color-hover-icon-color, var(--primary-500));
|
|
511
|
+
}
|
|
512
|
+
}
|
|
513
|
+
.Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne {
|
|
514
|
+
border-radius: var(--ui-button-radius, 8px);
|
|
515
|
+
background-color: var(--ui-button-secondary-gray-background-color, var(--base-white));
|
|
516
|
+
border: 1px solid var(--ui-button-secondary-gray-border-color, var(--gray-300));
|
|
517
|
+
box-shadow: var(--ui-button-secondary-gray-box-shadow, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922));
|
|
518
|
+
}
|
|
519
|
+
.Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne .Buttons-module__loader___RXJzg > svg *,
|
|
476
520
|
.Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne .Buttons-module__icon___U2AOU > svg * {
|
|
477
|
-
stroke: var(--gray-700);
|
|
521
|
+
stroke: var(--ui-button-secondary-gray-icon-color, var(--gray-700));
|
|
478
522
|
}
|
|
479
523
|
.Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne .Buttons-module__content___lPb5_ .Buttons-module__text___htxqX, .Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne .Buttons-module__content___lPb5_ .Buttons-module__textSecondary___zZocr {
|
|
480
|
-
color: var(--gray-700);
|
|
524
|
+
color: var(--ui-button-secondary-gray-icon-color, var(--gray-700));
|
|
481
525
|
}
|
|
482
526
|
@media only screen and (min-width: 1024px) {
|
|
483
527
|
.Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne:not(.Buttons-module__disabled___INiFx):not(:disabled):hover {
|
|
484
|
-
background-color: var(--gray-50);
|
|
485
|
-
border: 1px solid var(--gray-300);
|
|
528
|
+
background-color: var(--ui-button-secondary-gray-hover-background-color, var(--gray-50));
|
|
529
|
+
border: 1px solid var(--ui-button-secondary-gray-hover-border-color, var(--gray-300));
|
|
486
530
|
}
|
|
487
531
|
.Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne:not(.Buttons-module__disabled___INiFx):not(:disabled):hover .Buttons-module__text___htxqX {
|
|
488
|
-
color: var(--gray-800);
|
|
532
|
+
color: var(--ui-button-secondary-gray-hover-icon-color, var(--gray-800));
|
|
489
533
|
}
|
|
490
534
|
}
|
|
491
535
|
@media (min-width: 481px) and (max-width: 1279px) {
|
|
492
536
|
.Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne:not(.Buttons-module__disabled___INiFx):not(:disabled):active {
|
|
493
|
-
background-color: var(--gray-50);
|
|
494
|
-
border: 1px solid var(--gray-300);
|
|
537
|
+
background-color: var(--ui-button-secondary-gray-hover-background-color, var(--gray-50));
|
|
538
|
+
border: 1px solid var(--ui-button-secondary-gray-hover-border-color, var(--gray-300));
|
|
495
539
|
}
|
|
496
540
|
.Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne:not(.Buttons-module__disabled___INiFx):not(:disabled):active .Buttons-module__text___htxqX {
|
|
497
|
-
color: var(--gray-800);
|
|
541
|
+
color: var(--ui-button-secondary-gray-hover-icon-color, var(--gray-800));
|
|
498
542
|
}
|
|
499
543
|
}
|
|
500
544
|
.Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne:disabled, .Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne.Buttons-module__disabled___INiFx {
|
|
501
545
|
opacity: 0.5;
|
|
502
546
|
}
|
|
547
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne {
|
|
548
|
+
background-color: var(--ui-button-secondary-gray-background-color, transparent);
|
|
549
|
+
border: 1px solid var(--ui-button-secondary-gray-border-color, var(--gray-iron-700));
|
|
550
|
+
box-shadow: var(--ui-button-secondary-gray-box-shadow, 0 1px 2px 0 rgba(16, 24, 40, 0.0509803922));
|
|
551
|
+
}
|
|
552
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne .Buttons-module__loader___RXJzg > svg *,
|
|
553
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne .Buttons-module__icon___U2AOU > svg * {
|
|
554
|
+
stroke: var(--ui-button-secondary-gray-icon-color, var(--gray-200));
|
|
555
|
+
}
|
|
556
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne .Buttons-module__content___lPb5_ .Buttons-module__text___htxqX, [data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne .Buttons-module__content___lPb5_ .Buttons-module__textSecondary___zZocr {
|
|
557
|
+
color: var(--ui-button-secondary-gray-text-color, var(--gray-200));
|
|
558
|
+
}
|
|
559
|
+
@media only screen and (min-width: 1024px) {
|
|
560
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne:not(.Buttons-module__disabled___INiFx):not(:disabled):hover {
|
|
561
|
+
background-color: var(--ui-button-secondary-gray-hover-background-color, var(--gray-800));
|
|
562
|
+
border: 1px solid var(--ui-button-secondary-gray-hover-border-color, var(--gray-700));
|
|
563
|
+
}
|
|
564
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne:not(.Buttons-module__disabled___INiFx):not(:disabled):hover .Buttons-module__text___htxqX {
|
|
565
|
+
color: var(--ui-button-secondary-gray-hover-icon-color, var(--gray-200));
|
|
566
|
+
}
|
|
567
|
+
}
|
|
568
|
+
@media (min-width: 481px) and (max-width: 1279px) {
|
|
569
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne:not(.Buttons-module__disabled___INiFx):not(:disabled):active {
|
|
570
|
+
background-color: var(--ui-button-secondary-gray-hover-background-color, var(--gray-800));
|
|
571
|
+
border: 1px solid var(--ui-button-secondary-gray-hover-border-color, var(--gray-700));
|
|
572
|
+
}
|
|
573
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne:not(.Buttons-module__disabled___INiFx):not(:disabled):active .Buttons-module__text___htxqX {
|
|
574
|
+
color: var(--ui-button-secondary-gray-hover-icon-color, var(--gray-200));
|
|
575
|
+
}
|
|
576
|
+
}
|
|
503
577
|
.Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq {
|
|
504
578
|
border: 1px solid transparent;
|
|
505
579
|
}
|
|
@@ -531,6 +605,31 @@
|
|
|
531
605
|
.Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq:disabled, .Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq.Buttons-module__disabled___INiFx {
|
|
532
606
|
opacity: 0.5;
|
|
533
607
|
}
|
|
608
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq .Buttons-module__loader___RXJzg > svg * {
|
|
609
|
+
stroke: var(--primary-100);
|
|
610
|
+
}
|
|
611
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq .Buttons-module__icon___U2AOU > svg * {
|
|
612
|
+
stroke: var(--primary-100);
|
|
613
|
+
}
|
|
614
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq .Buttons-module__content___lPb5_ .Buttons-module__text___htxqX, [data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq .Buttons-module__content___lPb5_ .Buttons-module__textSecondary___zZocr {
|
|
615
|
+
color: var(--primary-100);
|
|
616
|
+
}
|
|
617
|
+
@media only screen and (min-width: 1024px) {
|
|
618
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq:not(.Buttons-module__disabled___INiFx):not(:disabled):hover .Buttons-module__content___lPb5_ .Buttons-module__text___htxqX, [data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq:not(.Buttons-module__disabled___INiFx):not(:disabled):hover .Buttons-module__content___lPb5_ .Buttons-module__textSecondary___zZocr {
|
|
619
|
+
color: var(--base-white);
|
|
620
|
+
}
|
|
621
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq:not(.Buttons-module__disabled___INiFx):not(:disabled):hover .Buttons-module__icon___U2AOU > svg * {
|
|
622
|
+
stroke: var(--base-white);
|
|
623
|
+
}
|
|
624
|
+
}
|
|
625
|
+
@media (min-width: 481px) and (max-width: 1279px) {
|
|
626
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq:not(.Buttons-module__disabled___INiFx):not(:disabled):active .Buttons-module__content___lPb5_ .Buttons-module__text___htxqX, [data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq:not(.Buttons-module__disabled___INiFx):not(:disabled):active .Buttons-module__content___lPb5_ .Buttons-module__textSecondary___zZocr {
|
|
627
|
+
color: var(--base-white);
|
|
628
|
+
}
|
|
629
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq:not(.Buttons-module__disabled___INiFx):not(:disabled):active .Buttons-module__icon___U2AOU > svg * {
|
|
630
|
+
stroke: var(--base-white);
|
|
631
|
+
}
|
|
632
|
+
}
|
|
534
633
|
.Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw {
|
|
535
634
|
border: 1px solid transparent;
|
|
536
635
|
}
|
|
@@ -562,6 +661,31 @@
|
|
|
562
661
|
.Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw:disabled, .Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw.Buttons-module__disabled___INiFx {
|
|
563
662
|
opacity: 0.5;
|
|
564
663
|
}
|
|
664
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw .Buttons-module__loader___RXJzg > svg * {
|
|
665
|
+
stroke: var(--primary-500);
|
|
666
|
+
}
|
|
667
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw .Buttons-module__icon___U2AOU > svg * {
|
|
668
|
+
stroke: var(--primary-500);
|
|
669
|
+
}
|
|
670
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw .Buttons-module__content___lPb5_ .Buttons-module__text___htxqX, [data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw .Buttons-module__content___lPb5_ .Buttons-module__textSecondary___zZocr {
|
|
671
|
+
color: var(--primary-500);
|
|
672
|
+
}
|
|
673
|
+
@media only screen and (min-width: 1024px) {
|
|
674
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw:not(.Buttons-module__disabled___INiFx):not(:disabled):hover .Buttons-module__content___lPb5_ .Buttons-module__text___htxqX, [data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw:not(.Buttons-module__disabled___INiFx):not(:disabled):hover .Buttons-module__content___lPb5_ .Buttons-module__textSecondary___zZocr {
|
|
675
|
+
color: var(--primary-700);
|
|
676
|
+
}
|
|
677
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw:not(.Buttons-module__disabled___INiFx):not(:disabled):hover .Buttons-module__icon___U2AOU > svg * {
|
|
678
|
+
stroke: var(--primary-700);
|
|
679
|
+
}
|
|
680
|
+
}
|
|
681
|
+
@media (min-width: 481px) and (max-width: 1279px) {
|
|
682
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw:not(.Buttons-module__disabled___INiFx):not(:disabled):active .Buttons-module__content___lPb5_ .Buttons-module__text___htxqX, [data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw:not(.Buttons-module__disabled___INiFx):not(:disabled):active .Buttons-module__content___lPb5_ .Buttons-module__textSecondary___zZocr {
|
|
683
|
+
color: var(--primary-700);
|
|
684
|
+
}
|
|
685
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw:not(.Buttons-module__disabled___INiFx):not(:disabled):active .Buttons-module__icon___U2AOU > svg * {
|
|
686
|
+
stroke: var(--primary-700);
|
|
687
|
+
}
|
|
688
|
+
}
|
|
565
689
|
.Buttons-module__button___I3yLe.Buttons-module__tertiaryGray___y75cu {
|
|
566
690
|
border: 1px solid transparent;
|
|
567
691
|
}
|
|
@@ -686,6 +810,12 @@
|
|
|
686
810
|
.Buttons-module__button___I3yLe.Buttons-module__linkGray___CQYUd:not(.Buttons-module__disabled___INiFx):not(:disabled):hover .Buttons-module__icon___U2AOU > svg * {
|
|
687
811
|
stroke: var(--gray-500);
|
|
688
812
|
}
|
|
813
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__linkGray___CQYUd:not(.Buttons-module__disabled___INiFx):not(:disabled):hover .Buttons-module__content___lPb5_ .Buttons-module__text___htxqX, [data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__linkGray___CQYUd:not(.Buttons-module__disabled___INiFx):not(:disabled):hover .Buttons-module__content___lPb5_ .Buttons-module__textSecondary___zZocr {
|
|
814
|
+
color: var(--base-white);
|
|
815
|
+
}
|
|
816
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__linkGray___CQYUd:not(.Buttons-module__disabled___INiFx):not(:disabled):hover .Buttons-module__icon___U2AOU > svg * {
|
|
817
|
+
stroke: var(--base-white);
|
|
818
|
+
}
|
|
689
819
|
}
|
|
690
820
|
@media (min-width: 481px) and (max-width: 1279px) {
|
|
691
821
|
.Buttons-module__button___I3yLe.Buttons-module__linkGray___CQYUd:not(.Buttons-module__disabled___INiFx):not(:disabled):active .Buttons-module__content___lPb5_ .Buttons-module__text___htxqX, .Buttons-module__button___I3yLe.Buttons-module__linkGray___CQYUd:not(.Buttons-module__disabled___INiFx):not(:disabled):active .Buttons-module__content___lPb5_ .Buttons-module__textSecondary___zZocr {
|
|
@@ -694,43 +824,14 @@
|
|
|
694
824
|
.Buttons-module__button___I3yLe.Buttons-module__linkGray___CQYUd:not(.Buttons-module__disabled___INiFx):not(:disabled):active .Buttons-module__icon___U2AOU > svg * {
|
|
695
825
|
stroke: var(--gray-500);
|
|
696
826
|
}
|
|
697
|
-
|
|
698
|
-
.Buttons-module__button___I3yLe.Buttons-module__linkGray___CQYUd:disabled, .Buttons-module__button___I3yLe.Buttons-module__linkGray___CQYUd.Buttons-module__disabled___INiFx {
|
|
699
|
-
opacity: 0.5;
|
|
700
|
-
}
|
|
701
|
-
.Buttons-module__button___I3yLe.Buttons-module__linkDarkTheme___hAQhd {
|
|
702
|
-
padding: 0 !important;
|
|
703
|
-
gap: 4px;
|
|
704
|
-
}
|
|
705
|
-
.Buttons-module__button___I3yLe.Buttons-module__linkDarkTheme___hAQhd .Buttons-module__loader___RXJzg > svg * {
|
|
706
|
-
stroke: var(--gray-iron-400);
|
|
707
|
-
}
|
|
708
|
-
.Buttons-module__button___I3yLe.Buttons-module__linkDarkTheme___hAQhd .Buttons-module__icon___U2AOU > svg * {
|
|
709
|
-
stroke: var(--gray-iron-400);
|
|
710
|
-
}
|
|
711
|
-
.Buttons-module__button___I3yLe.Buttons-module__linkDarkTheme___hAQhd .Buttons-module__content___lPb5_ {
|
|
712
|
-
padding: 0 !important;
|
|
713
|
-
}
|
|
714
|
-
.Buttons-module__button___I3yLe.Buttons-module__linkDarkTheme___hAQhd .Buttons-module__content___lPb5_ .Buttons-module__text___htxqX, .Buttons-module__button___I3yLe.Buttons-module__linkDarkTheme___hAQhd .Buttons-module__content___lPb5_ .Buttons-module__textSecondary___zZocr {
|
|
715
|
-
color: var(--gray-iron-400);
|
|
716
|
-
}
|
|
717
|
-
@media only screen and (min-width: 1024px) {
|
|
718
|
-
.Buttons-module__button___I3yLe.Buttons-module__linkDarkTheme___hAQhd:not(.Buttons-module__disabled___INiFx):not(:disabled):hover .Buttons-module__content___lPb5_ .Buttons-module__text___htxqX, .Buttons-module__button___I3yLe.Buttons-module__linkDarkTheme___hAQhd:not(.Buttons-module__disabled___INiFx):not(:disabled):hover .Buttons-module__content___lPb5_ .Buttons-module__textSecondary___zZocr {
|
|
719
|
-
color: var(--base-white);
|
|
720
|
-
}
|
|
721
|
-
.Buttons-module__button___I3yLe.Buttons-module__linkDarkTheme___hAQhd:not(.Buttons-module__disabled___INiFx):not(:disabled):hover .Buttons-module__icon___U2AOU > svg * {
|
|
722
|
-
stroke: var(--base-white);
|
|
723
|
-
}
|
|
724
|
-
}
|
|
725
|
-
@media (min-width: 481px) and (max-width: 1279px) {
|
|
726
|
-
.Buttons-module__button___I3yLe.Buttons-module__linkDarkTheme___hAQhd:not(.Buttons-module__disabled___INiFx):not(:disabled):active .Buttons-module__content___lPb5_ .Buttons-module__text___htxqX, .Buttons-module__button___I3yLe.Buttons-module__linkDarkTheme___hAQhd:not(.Buttons-module__disabled___INiFx):not(:disabled):active .Buttons-module__content___lPb5_ .Buttons-module__textSecondary___zZocr {
|
|
827
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__linkGray___CQYUd:not(.Buttons-module__disabled___INiFx):not(:disabled):active .Buttons-module__content___lPb5_ .Buttons-module__text___htxqX, [data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__linkGray___CQYUd:not(.Buttons-module__disabled___INiFx):not(:disabled):active .Buttons-module__content___lPb5_ .Buttons-module__textSecondary___zZocr {
|
|
727
828
|
color: var(--base-white);
|
|
728
829
|
}
|
|
729
|
-
.Buttons-module__button___I3yLe.Buttons-
|
|
830
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__linkGray___CQYUd:not(.Buttons-module__disabled___INiFx):not(:disabled):active .Buttons-module__icon___U2AOU > svg * {
|
|
730
831
|
stroke: var(--base-white);
|
|
731
832
|
}
|
|
732
833
|
}
|
|
733
|
-
.Buttons-module__button___I3yLe.Buttons-
|
|
834
|
+
.Buttons-module__button___I3yLe.Buttons-module__linkGray___CQYUd:disabled, .Buttons-module__button___I3yLe.Buttons-module__linkGray___CQYUd.Buttons-module__disabled___INiFx {
|
|
734
835
|
opacity: 0.5;
|
|
735
836
|
}
|
|
736
837
|
.Buttons-module__button___I3yLe.Buttons-module__tabActive___chlqq {
|
|
@@ -767,6 +868,41 @@
|
|
|
767
868
|
.Buttons-module__button___I3yLe.Buttons-module__tabActive___chlqq:disabled, .Buttons-module__button___I3yLe.Buttons-module__tabActive___chlqq.Buttons-module__disabled___INiFx {
|
|
768
869
|
opacity: 0.5;
|
|
769
870
|
}
|
|
871
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tabActive___chlqq {
|
|
872
|
+
background-color: var(--gray-700);
|
|
873
|
+
box-shadow: 0 1px 2px 0 rgba(5, 7, 12, 0.5411764706);
|
|
874
|
+
}
|
|
875
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tabActive___chlqq .Buttons-module__loader___RXJzg > svg * {
|
|
876
|
+
stroke: var(--gray-400);
|
|
877
|
+
}
|
|
878
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tabActive___chlqq .Buttons-module__icon___U2AOU > svg * {
|
|
879
|
+
stroke: var(--gray-400);
|
|
880
|
+
}
|
|
881
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tabActive___chlqq .Buttons-module__content___lPb5_ .Buttons-module__text___htxqX, [data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tabActive___chlqq .Buttons-module__content___lPb5_ .Buttons-module__textSecondary___zZocr {
|
|
882
|
+
color: var(--gray-400);
|
|
883
|
+
}
|
|
884
|
+
@media only screen and (min-width: 1024px) {
|
|
885
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tabActive___chlqq:not(.Buttons-module__disabled___INiFx):not(:disabled):hover {
|
|
886
|
+
background-color: var(--gray-600);
|
|
887
|
+
}
|
|
888
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tabActive___chlqq:not(.Buttons-module__disabled___INiFx):not(:disabled):hover .Buttons-module__icon___U2AOU > svg * {
|
|
889
|
+
stroke: var(--gray-200);
|
|
890
|
+
}
|
|
891
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tabActive___chlqq:not(.Buttons-module__disabled___INiFx):not(:disabled):hover .Buttons-module__text___htxqX {
|
|
892
|
+
color: var(--gray-200);
|
|
893
|
+
}
|
|
894
|
+
}
|
|
895
|
+
@media (min-width: 481px) and (max-width: 1279px) {
|
|
896
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tabActive___chlqq:not(.Buttons-module__disabled___INiFx):not(:disabled):active {
|
|
897
|
+
background-color: var(--gray-600);
|
|
898
|
+
}
|
|
899
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tabActive___chlqq:not(.Buttons-module__disabled___INiFx):not(:disabled):active .Buttons-module__icon___U2AOU > svg * {
|
|
900
|
+
stroke: var(--gray-200);
|
|
901
|
+
}
|
|
902
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tabActive___chlqq:not(.Buttons-module__disabled___INiFx):not(:disabled):active .Buttons-module__text___htxqX {
|
|
903
|
+
color: var(--gray-200);
|
|
904
|
+
}
|
|
905
|
+
}
|
|
770
906
|
.Buttons-module__button___I3yLe.Buttons-module__tab___yBTjo {
|
|
771
907
|
border-radius: 6px;
|
|
772
908
|
background-color: var(--gray-100);
|
|
@@ -807,6 +943,41 @@
|
|
|
807
943
|
.Buttons-module__button___I3yLe.Buttons-module__tab___yBTjo:disabled, .Buttons-module__button___I3yLe.Buttons-module__tab___yBTjo.Buttons-module__disabled___INiFx {
|
|
808
944
|
opacity: 0.5;
|
|
809
945
|
}
|
|
946
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tab___yBTjo {
|
|
947
|
+
background-color: var(--gray-900);
|
|
948
|
+
box-shadow: 0 1px 2px 0 rgba(5, 7, 12, 0.5411764706);
|
|
949
|
+
}
|
|
950
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tab___yBTjo .Buttons-module__loader___RXJzg > svg * {
|
|
951
|
+
stroke: var(--gray-400);
|
|
952
|
+
}
|
|
953
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tab___yBTjo .Buttons-module__icon___U2AOU > svg * {
|
|
954
|
+
stroke: var(--gray-400);
|
|
955
|
+
}
|
|
956
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tab___yBTjo .Buttons-module__content___lPb5_ .Buttons-module__text___htxqX, [data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tab___yBTjo .Buttons-module__content___lPb5_ .Buttons-module__textSecondary___zZocr {
|
|
957
|
+
color: var(--gray-400);
|
|
958
|
+
}
|
|
959
|
+
@media only screen and (min-width: 1024px) {
|
|
960
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tab___yBTjo:not(.Buttons-module__disabled___INiFx):not(:disabled):hover {
|
|
961
|
+
background-color: var(--gray-800);
|
|
962
|
+
}
|
|
963
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tab___yBTjo:not(.Buttons-module__disabled___INiFx):not(:disabled):hover .Buttons-module__icon___U2AOU > svg * {
|
|
964
|
+
stroke: var(--gray-200);
|
|
965
|
+
}
|
|
966
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tab___yBTjo:not(.Buttons-module__disabled___INiFx):not(:disabled):hover .Buttons-module__text___htxqX {
|
|
967
|
+
color: var(--gray-200);
|
|
968
|
+
}
|
|
969
|
+
}
|
|
970
|
+
@media (min-width: 481px) and (max-width: 1279px) {
|
|
971
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tab___yBTjo:not(.Buttons-module__disabled___INiFx):not(:disabled):active {
|
|
972
|
+
background-color: var(--gray-800);
|
|
973
|
+
}
|
|
974
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tab___yBTjo:not(.Buttons-module__disabled___INiFx):not(:disabled):active .Buttons-module__icon___U2AOU > svg * {
|
|
975
|
+
stroke: var(--gray-200);
|
|
976
|
+
}
|
|
977
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tab___yBTjo:not(.Buttons-module__disabled___INiFx):not(:disabled):active .Buttons-module__text___htxqX {
|
|
978
|
+
color: var(--gray-200);
|
|
979
|
+
}
|
|
980
|
+
}
|
|
810
981
|
.Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__primary____crHN {
|
|
811
982
|
border-radius: 8px;
|
|
812
983
|
background-color: var(--error-500);
|
|
@@ -861,6 +1032,22 @@
|
|
|
861
1032
|
.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 {
|
|
862
1033
|
opacity: 0.5;
|
|
863
1034
|
}
|
|
1035
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__secondaryColor___GONLZ {
|
|
1036
|
+
background-color: transparent;
|
|
1037
|
+
border: 1px solid var(--error-600);
|
|
1038
|
+
}
|
|
1039
|
+
@media only screen and (min-width: 1024px) {
|
|
1040
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__secondaryColor___GONLZ:not(.Buttons-module__disabled___INiFx):not(:disabled):hover {
|
|
1041
|
+
background-color: var(--error-950);
|
|
1042
|
+
border: 1px solid var(--error-500);
|
|
1043
|
+
}
|
|
1044
|
+
}
|
|
1045
|
+
@media (min-width: 481px) and (max-width: 1279px) {
|
|
1046
|
+
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__secondaryColor___GONLZ:not(.Buttons-module__disabled___INiFx):not(:disabled):active {
|
|
1047
|
+
background-color: var(--error-950);
|
|
1048
|
+
border: 1px solid var(--error-500);
|
|
1049
|
+
}
|
|
1050
|
+
}
|
|
864
1051
|
.Buttons-module__button___I3yLe.Buttons-module__warning___RaAeB.Buttons-module__linkColor___Kg7EN .Buttons-module__icon___U2AOU > svg * {
|
|
865
1052
|
stroke: var(--error-500);
|
|
866
1053
|
}
|
|
@@ -896,125 +1083,6 @@
|
|
|
896
1083
|
cursor: default;
|
|
897
1084
|
pointer-events: none;
|
|
898
1085
|
}
|
|
899
|
-
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__primary____crHN {
|
|
900
|
-
background-color: var(--rose-500);
|
|
901
|
-
}
|
|
902
|
-
@media only screen and (min-width: 1024px) {
|
|
903
|
-
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__primary____crHN:not(.Buttons-module__disabled___INiFx):not(:disabled):hover {
|
|
904
|
-
background-color: var(--rose-600);
|
|
905
|
-
}
|
|
906
|
-
}
|
|
907
|
-
@media (min-width: 481px) and (max-width: 1279px) {
|
|
908
|
-
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__primary____crHN:not(.Buttons-module__disabled___INiFx):not(:disabled):active {
|
|
909
|
-
background-color: var(--rose-600);
|
|
910
|
-
}
|
|
911
|
-
}
|
|
912
|
-
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ {
|
|
913
|
-
background-color: transparent;
|
|
914
|
-
border: 1px solid var(--rose-900);
|
|
915
|
-
}
|
|
916
|
-
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ .Buttons-module__loader___RXJzg > svg * {
|
|
917
|
-
stroke: var(--rose-500);
|
|
918
|
-
}
|
|
919
|
-
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ .Buttons-module__icon___U2AOU > svg * {
|
|
920
|
-
stroke: var(--rose-500);
|
|
921
|
-
}
|
|
922
|
-
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ .Buttons-module__content___lPb5_ .Buttons-module__text___htxqX, [data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ .Buttons-module__content___lPb5_ .Buttons-module__textSecondary___zZocr {
|
|
923
|
-
color: var(--rose-500);
|
|
924
|
-
}
|
|
925
|
-
@media only screen and (min-width: 1024px) {
|
|
926
|
-
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ:not(.Buttons-module__disabled___INiFx):not(:disabled):hover {
|
|
927
|
-
background-color: var(--rose-950);
|
|
928
|
-
border: 1px solid var(--rose-700);
|
|
929
|
-
}
|
|
930
|
-
}
|
|
931
|
-
@media (min-width: 481px) and (max-width: 1279px) {
|
|
932
|
-
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__secondaryColor___GONLZ:not(.Buttons-module__disabled___INiFx):not(:disabled):active {
|
|
933
|
-
background-color: var(--rose-950);
|
|
934
|
-
border: 1px solid var(--rose-700);
|
|
935
|
-
}
|
|
936
|
-
}
|
|
937
|
-
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne {
|
|
938
|
-
background-color: transparent;
|
|
939
|
-
border: 1px solid var(--gray-iron-700);
|
|
940
|
-
}
|
|
941
|
-
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne .Buttons-module__loader___RXJzg > svg * {
|
|
942
|
-
stroke: var(--gray-iron-200);
|
|
943
|
-
}
|
|
944
|
-
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne .Buttons-module__icon___U2AOU > svg * {
|
|
945
|
-
stroke: var(--gray-iron-200);
|
|
946
|
-
}
|
|
947
|
-
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne .Buttons-module__content___lPb5_ .Buttons-module__text___htxqX, [data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne .Buttons-module__content___lPb5_ .Buttons-module__textSecondary___zZocr {
|
|
948
|
-
color: var(--gray-iron-200);
|
|
949
|
-
}
|
|
950
|
-
@media only screen and (min-width: 1024px) {
|
|
951
|
-
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne:not(.Buttons-module__disabled___INiFx):not(:disabled):hover {
|
|
952
|
-
background-color: var(--gray-iron-800);
|
|
953
|
-
border: 1px solid var(--gray-iron-700);
|
|
954
|
-
}
|
|
955
|
-
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne:not(.Buttons-module__disabled___INiFx):not(:disabled):hover .Buttons-module__text___htxqX {
|
|
956
|
-
color: var(--gray-iron-200);
|
|
957
|
-
}
|
|
958
|
-
}
|
|
959
|
-
@media (min-width: 481px) and (max-width: 1279px) {
|
|
960
|
-
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne:not(.Buttons-module__disabled___INiFx):not(:disabled):active {
|
|
961
|
-
background-color: var(--gray-iron-800);
|
|
962
|
-
border: 1px solid var(--gray-iron-700);
|
|
963
|
-
}
|
|
964
|
-
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__secondaryGray___yu1Ne:not(.Buttons-module__disabled___INiFx):not(:disabled):active .Buttons-module__text___htxqX {
|
|
965
|
-
color: var(--gray-iron-200);
|
|
966
|
-
}
|
|
967
|
-
}
|
|
968
|
-
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq .Buttons-module__loader___RXJzg > svg * {
|
|
969
|
-
stroke: var(--rose-100);
|
|
970
|
-
}
|
|
971
|
-
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq .Buttons-module__icon___U2AOU > svg * {
|
|
972
|
-
stroke: var(--rose-100);
|
|
973
|
-
}
|
|
974
|
-
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq .Buttons-module__content___lPb5_ .Buttons-module__text___htxqX, [data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq .Buttons-module__content___lPb5_ .Buttons-module__textSecondary___zZocr {
|
|
975
|
-
color: var(--rose-100);
|
|
976
|
-
}
|
|
977
|
-
@media only screen and (min-width: 1024px) {
|
|
978
|
-
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq:not(.Buttons-module__disabled___INiFx):not(:disabled):hover .Buttons-module__content___lPb5_ .Buttons-module__text___htxqX, [data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq:not(.Buttons-module__disabled___INiFx):not(:disabled):hover .Buttons-module__content___lPb5_ .Buttons-module__textSecondary___zZocr {
|
|
979
|
-
color: var(--base-white);
|
|
980
|
-
}
|
|
981
|
-
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq:not(.Buttons-module__disabled___INiFx):not(:disabled):hover .Buttons-module__icon___U2AOU > svg * {
|
|
982
|
-
stroke: var(--base-white);
|
|
983
|
-
}
|
|
984
|
-
}
|
|
985
|
-
@media (min-width: 481px) and (max-width: 1279px) {
|
|
986
|
-
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq:not(.Buttons-module__disabled___INiFx):not(:disabled):active .Buttons-module__content___lPb5_ .Buttons-module__text___htxqX, [data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq:not(.Buttons-module__disabled___INiFx):not(:disabled):active .Buttons-module__content___lPb5_ .Buttons-module__textSecondary___zZocr {
|
|
987
|
-
color: var(--base-white);
|
|
988
|
-
}
|
|
989
|
-
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tertiaryWhite___QIZOq:not(.Buttons-module__disabled___INiFx):not(:disabled):active .Buttons-module__icon___U2AOU > svg * {
|
|
990
|
-
stroke: var(--base-white);
|
|
991
|
-
}
|
|
992
|
-
}
|
|
993
|
-
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw .Buttons-module__loader___RXJzg > svg * {
|
|
994
|
-
stroke: var(--rose-500);
|
|
995
|
-
}
|
|
996
|
-
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw .Buttons-module__icon___U2AOU > svg * {
|
|
997
|
-
stroke: var(--rose-500);
|
|
998
|
-
}
|
|
999
|
-
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw .Buttons-module__content___lPb5_ .Buttons-module__text___htxqX, [data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw .Buttons-module__content___lPb5_ .Buttons-module__textSecondary___zZocr {
|
|
1000
|
-
color: var(--rose-500);
|
|
1001
|
-
}
|
|
1002
|
-
@media only screen and (min-width: 1024px) {
|
|
1003
|
-
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw:not(.Buttons-module__disabled___INiFx):not(:disabled):hover .Buttons-module__content___lPb5_ .Buttons-module__text___htxqX, [data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw:not(.Buttons-module__disabled___INiFx):not(:disabled):hover .Buttons-module__content___lPb5_ .Buttons-module__textSecondary___zZocr {
|
|
1004
|
-
color: var(--rose-700);
|
|
1005
|
-
}
|
|
1006
|
-
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw:not(.Buttons-module__disabled___INiFx):not(:disabled):hover .Buttons-module__icon___U2AOU > svg * {
|
|
1007
|
-
stroke: var(--rose-700);
|
|
1008
|
-
}
|
|
1009
|
-
}
|
|
1010
|
-
@media (min-width: 481px) and (max-width: 1279px) {
|
|
1011
|
-
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw:not(.Buttons-module__disabled___INiFx):not(:disabled):active .Buttons-module__content___lPb5_ .Buttons-module__text___htxqX, [data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw:not(.Buttons-module__disabled___INiFx):not(:disabled):active .Buttons-module__content___lPb5_ .Buttons-module__textSecondary___zZocr {
|
|
1012
|
-
color: var(--rose-700);
|
|
1013
|
-
}
|
|
1014
|
-
[data-theme=dark] .Buttons-module__button___I3yLe.Buttons-module__tertiaryColor___DwXbw:not(.Buttons-module__disabled___INiFx):not(:disabled):active .Buttons-module__icon___U2AOU > svg * {
|
|
1015
|
-
stroke: var(--rose-700);
|
|
1016
|
-
}
|
|
1017
|
-
}
|
|
1018
1086
|
/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
1019
1087
|
!*** 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 ***!
|
|
1020
1088
|
\***************************************************************************************************************************************************************************************************************************************************************************/
|