@vkzstudio/muza-ui 1.0.40 → 1.0.41

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.
@@ -764,6 +764,12 @@
764
764
  --color-stroke-brand-focused
765
765
  );
766
766
  --color-comp-card-dashboard-light-stroke-hover: var(--color-stroke-brand-def);
767
+ --color-comp-card-account-fill: var(--color-surface-base-secondary);
768
+ --color-comp-card-account-stroke: var(--color-stroke-base-primary);
769
+ --color-comp-card-checkout-fill: var(--color-surface-base-secondary);
770
+ --color-comp-card-checkout-stroke: var(--color-stroke-base-primary);
771
+ --color-comp-card-muzain-bg: var(--color-surface-base-secondary);
772
+ --color-comp-card-muzain-stroke: var(--color-stroke-base-secondary);
767
773
  --color-comp-checkbox-bg-active: var(--color-surface-brand-primary);
768
774
  --color-comp-checkbox-bg-def: var(--color-surface-base-transparent);
769
775
  --color-comp-checkbox-bg-disabled: var(--color-surface-base-transparent);
@@ -947,6 +953,10 @@
947
953
  --color-comp-input-text-placeholder: var(--color-text-dark-tertiary);
948
954
  --color-comp-input-text-primary: var(--color-text-dark-primary-def);
949
955
  --color-comp-input-text-secondary: var(--color-text-dark-secondary);
956
+ --color-comp-language-switcher-def: var(--color-text-dark-primary-def);
957
+ --color-comp-language-switcher-disabled: var(--color-text-dark-disabled);
958
+ --color-comp-language-switcher-focused: var(--color-text-brand-focused);
959
+ --color-comp-language-switcher-hover: var(--color-text-brand-hover);
950
960
  --color-comp-market-category-books-primary: var(--color-other-blue);
951
961
  --color-comp-market-category-books-secondary: var(--color-other-blue-light);
952
962
  --color-comp-market-category-culture-primary: var(--color-other-pink);
@@ -988,6 +998,15 @@
988
998
  --color-comp-quantity-selector-bg-selected: var(
989
999
  --color-surface-brand-brand-tertiary
990
1000
  );
1001
+ --color-comp-responsive-layout-table-bg-def: var(
1002
+ --color-surface-base-transparent
1003
+ );
1004
+ --color-comp-responsive-layout-table-bg-hover: var(
1005
+ --color-surface-state-bg-info
1006
+ );
1007
+ --color-comp-responsive-layout-table-bg-success: var(
1008
+ --color-surface-state-bg-success
1009
+ );
991
1010
  --color-comp-select-fill-def: var(--color-surface-base-secondary);
992
1011
  --color-comp-select-fill-disabled: var(
993
1012
  --color-surface-dark-secondary-disabled
@@ -1016,6 +1035,8 @@
1016
1035
  --color-comp-select-text-placeholder: var(--color-text-dark-tertiary);
1017
1036
  --color-comp-select-text-primary: var(--color-text-dark-primary-def);
1018
1037
  --color-comp-select-text-secondary: var(--color-text-dark-secondary);
1038
+ --color-comp-sheet-bg-def: var(--color-surface-base-secondary);
1039
+ --color-comp-sheet-text-def: var(--color-text-dark-primary-def);
1019
1040
  --color-comp-sidebar-menu-item-active: var(
1020
1041
  --color-surface-invert-transparent-active
1021
1042
  );
@@ -1051,10 +1072,10 @@
1051
1072
  --color-comp-submenu-admin-text-focused: var(--color-text-brand-def);
1052
1073
  --color-comp-submenu-admin-text-hover: var(--color-text-brand-hover);
1053
1074
  --color-comp-switch-bg-active-def: var(--color-surface-brand-primary);
1054
- --color-comp-switch-bg-active-disabled: var(--color-surface-brand-secondary);
1055
- --color-comp-switch-bg-inactive-def: var(
1056
- --color-surface-brand-brand-tertiary
1075
+ --color-comp-switch-bg-active-disabled: var(
1076
+ --color-surface-dark-secondary-disabled
1057
1077
  );
1078
+ --color-comp-switch-bg-inactive-def: var(--color-surface-brand-secondary);
1058
1079
  --color-comp-switch-bg-inactive-disabled: var(
1059
1080
  --color-surface-dark-secondary-disabled
1060
1081
  );
@@ -1082,6 +1103,7 @@
1082
1103
  --color-surface-brand-primary-focused-pressed
1083
1104
  );
1084
1105
  --color-comp-time-picker-hover: var(--color-surface-brand-primary-hover);
1106
+ --color-comp-tutorial-banner-bg: var(--color-transparent-brand-8);
1085
1107
  --color-icon-brand-def: var(--brand-primary);
1086
1108
  --color-icon-brand-focused: var(--brand-focused);
1087
1109
  --color-icon-brand-hover: var(--brand-hover);
@@ -1155,6 +1177,7 @@
1155
1177
  --color-surface-brand-ghost-focused: var(--brand-12);
1156
1178
  --color-surface-brand-ghost-hover: var(--brand-8);
1157
1179
  --color-surface-dark-def: var(--color-black-dramatic-950);
1180
+ --color-surface-dark-fixed: var(--color-black-dramatic-950);
1158
1181
  --color-surface-dark-focused-pressed: var(--color-black-dramatic-900);
1159
1182
  --color-surface-dark-hover: var(--color-black-dramatic-900);
1160
1183
  --color-surface-dark-secondary-disabled: var(--color-transparent-dark-10);
@@ -1191,6 +1214,7 @@
1191
1214
  --color-text-dark-secondary: var(--gray-900);
1192
1215
  --color-text-dark-tertiary: var(--gray-700);
1193
1216
  --color-text-invert-def: var(--color-neutral-white);
1217
+ --color-text-invert-disabled: var(--color-transparent-white-15);
1194
1218
  --color-text-invert-focused: var(--gray-400);
1195
1219
  --color-text-invert-hover: var(--gray-300);
1196
1220
  --color-text-invert-pressed: var(--gray-400);