@taiga-ui/design-tokens 0.109.0 → 0.111.0
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/angular/desktop.less +28 -14
- package/angular/mobile.less +28 -14
- package/package.json +1 -1
- package/palette/dark.css +14 -7
- package/palette/light.css +14 -7
- package/palette/mobile/dark.css +14 -7
- package/palette/mobile/light.css +14 -7
package/angular/desktop.less
CHANGED
|
@@ -115,20 +115,20 @@
|
|
|
115
115
|
--tui-border-on-light: var(--tui-const-cool-gray-alpha-12); // Обводка, отделяющая цветные элементы от светлого фонов
|
|
116
116
|
--tui-border-on-dark: var(--tui-const-white-alpha-10); // Обводка, отделяющая цветные элементы от темных фонов
|
|
117
117
|
--tui-brand-t-bank: #FFDD2D; // Фирменный цвет. Используется, например, в бейдже подписки Team
|
|
118
|
-
--tui-brand-
|
|
119
|
-
--tui-brand-
|
|
120
|
-
--tui-brand-
|
|
121
|
-
--tui-brand-
|
|
118
|
+
--tui-brand-pro: #AFF218; // Цвет подписки Pro, для фонов кнопок, бейджей и т.д.
|
|
119
|
+
--tui-brand-premium: #4972CF; // Цвет подписки Premium, для фонов кнопок, бейджей и т.д.
|
|
120
|
+
--tui-brand-black: #333333; // Фирменный цвет T-Bank Black
|
|
121
|
+
--tui-brand-platinum: #747B8F; // Фирменный цвет T-Bank Platinum
|
|
122
122
|
--tui-brand-t-mobile: #5848C3; // Фирменный цвет Tinkoff Mobile
|
|
123
123
|
--tui-brand-t-mobile-alt-1: #BAB3EC; // Фирменный цвет Tinkoff Mobile
|
|
124
|
-
--tui-brand-
|
|
125
|
-
--tui-brand-
|
|
124
|
+
--tui-brand-all-airlines: #27BEFF; // Фирменный цвет All Airlines
|
|
125
|
+
--tui-brand-all-airlines-alt-1: #CBEFFF; // Бледный оттенок фирменного цвета All Airlines
|
|
126
126
|
--tui-brand-t-ai-assistant: #9A6BFF; // Фирменный цвет Tinkoff Ai Assistant
|
|
127
127
|
--tui-brand-t-insurance: #27AFA5; // Фирменный цвет Страхования
|
|
128
128
|
--tui-brand-t-business: #B58B60; // Фирменный цвет Бизнеса
|
|
129
129
|
--tui-brand-t-business-alt-1: #E4D7C1; // Фирменный цвет Бизнеса
|
|
130
130
|
--tui-brand-t-invest: #41414D; // Фирменный цвет Инвестиций
|
|
131
|
-
--tui-brand-
|
|
131
|
+
--tui-brand-private: #212121; // Фирменный цвет подписки Private
|
|
132
132
|
--tui-brand-mir-pay: #006848; // Цвет для кнопок Mir Pay
|
|
133
133
|
--tui-brand-t-insurance-alt-1: #E1F9F7; // Бледный оттенок фирменного цвета Страхования
|
|
134
134
|
--tui-brand-tinkoff: #FFDD2D; // @Deprecated: Заменён на t-bank
|
|
@@ -148,6 +148,13 @@
|
|
|
148
148
|
--tui-brand-tinkoff-private: #212121; // @Deprecated: Заменён на t-private
|
|
149
149
|
--tui-brand-tinkoff-insurance-pale: #D0F4F2; // @Deprecated: Заменён на t-insurance-alt-1
|
|
150
150
|
--tui-brand-tinkoff-insurance-alt-1: #E1F9F7; // @Deprecated: Заменён на t-insurance-alt-1
|
|
151
|
+
--tui-brand-t-all-airlines: var(--tui-brand-all-airlines); // @Deprecated: Заменён на all-airlines
|
|
152
|
+
--tui-brand-t-all-airlines-alt-1: var(--tui-brand-all-airlines-alt-1); // @Deprecated: Заменён на all-airlines-alt-1
|
|
153
|
+
--tui-brand-t-black: var(--tui-brand-black); // @Deprecated: Заменён на black
|
|
154
|
+
--tui-brand-t-platinum: var(--tui-brand-platinum); // @Deprecated: Заменён на platinum
|
|
155
|
+
--tui-brand-t-premium: var(--tui-brand-premium); // @Deprecated: Заменён на premium
|
|
156
|
+
--tui-brand-t-pro: var(--tui-brand-pro); // @Deprecated: Заменён на pro
|
|
157
|
+
--tui-brand-t-private: var(--tui-brand-private); // @Deprecated: Заменён на private
|
|
151
158
|
--tui-chart-categorical-01: var(--tui-const-sea-blue);
|
|
152
159
|
--tui-chart-categorical-02: var(--tui-const-purple-darker-72);
|
|
153
160
|
--tui-chart-categorical-03: var(--tui-const-coral-darker-60);
|
|
@@ -587,20 +594,20 @@
|
|
|
587
594
|
--tui-border-on-light: var(--tui-const-cool-gray-alpha-12); // Обводка, отделяющая цветные элементы от светлого фонов
|
|
588
595
|
--tui-border-on-dark: var(--tui-const-white-alpha-10); // Обводка, отделяющая цветные элементы от темных фонов
|
|
589
596
|
--tui-brand-t-bank: #FFDD2D; // Фирменный цвет. Используется, например, в бейдже подписки Team
|
|
590
|
-
--tui-brand-
|
|
591
|
-
--tui-brand-
|
|
592
|
-
--tui-brand-
|
|
593
|
-
--tui-brand-
|
|
597
|
+
--tui-brand-pro: #AFF218; // Цвет подписки Pro, для фонов кнопок, бейджей и т.д.
|
|
598
|
+
--tui-brand-premium: #4972CF; // Цвет подписки Premium, для фонов кнопок, бейджей и т.д.
|
|
599
|
+
--tui-brand-black: #333333; // Фирменный цвет T-Bank Black
|
|
600
|
+
--tui-brand-platinum: #747B8F; // Фирменный цвет T-Bank Platinum
|
|
594
601
|
--tui-brand-t-mobile: #5848C3; // Фирменный цвет Tinkoff Mobile
|
|
595
602
|
--tui-brand-t-mobile-alt-1: #BAB3EC; // Фирменный цвет Tinkoff Mobile
|
|
596
|
-
--tui-brand-
|
|
597
|
-
--tui-brand-
|
|
603
|
+
--tui-brand-all-airlines: #27BEFF; // Фирменный цвет All Airlines
|
|
604
|
+
--tui-brand-all-airlines-alt-1: #CBEFFF; // Бледный оттенок фирменного цвета All Airlines
|
|
598
605
|
--tui-brand-t-ai-assistant: #9A6BFF; // Фирменный цвет Tinkoff Ai Assistant
|
|
599
606
|
--tui-brand-t-insurance: #27AFA5; // Фирменный цвет Страхования
|
|
600
607
|
--tui-brand-t-business: #B58B60; // Фирменный цвет Бизнеса
|
|
601
608
|
--tui-brand-t-business-alt-1: #E4D7C1; // Фирменный цвет Бизнеса
|
|
602
609
|
--tui-brand-t-invest: #41414D; // Фирменный цвет Инвестиций
|
|
603
|
-
--tui-brand-
|
|
610
|
+
--tui-brand-private: #212121; // Фирменный цвет подписки Private
|
|
604
611
|
--tui-brand-mir-pay: #006848; // Цвет для кнопок Mir Pay
|
|
605
612
|
--tui-brand-t-insurance-alt-1: #E1F9F7; // Бледный оттенок фирменного цвета Страхования
|
|
606
613
|
--tui-brand-tinkoff: #FFDD2D; // @Deprecated: Заменён на t-bank
|
|
@@ -620,6 +627,13 @@
|
|
|
620
627
|
--tui-brand-tinkoff-private: #212121; // @Deprecated: Заменён на t-private
|
|
621
628
|
--tui-brand-tinkoff-insurance-pale: #D0F4F2; // @Deprecated: Заменён на t-insurance-alt-1
|
|
622
629
|
--tui-brand-tinkoff-insurance-alt-1: #E1F9F7; // @Deprecated: Заменён на t-insurance-alt-1
|
|
630
|
+
--tui-brand-t-all-airlines: var(--tui-brand-all-airlines); // @Deprecated: Заменён на all-airlines
|
|
631
|
+
--tui-brand-t-all-airlines-alt-1: var(--tui-brand-all-airlines-alt-1); // @Deprecated: Заменён на all-airlines-alt-1
|
|
632
|
+
--tui-brand-t-black: var(--tui-brand-black); // @Deprecated: Заменён на black
|
|
633
|
+
--tui-brand-t-platinum: var(--tui-brand-platinum); // @Deprecated: Заменён на platinum
|
|
634
|
+
--tui-brand-t-premium: var(--tui-brand-premium); // @Deprecated: Заменён на premium
|
|
635
|
+
--tui-brand-t-pro: var(--tui-brand-pro); // @Deprecated: Заменён на pro
|
|
636
|
+
--tui-brand-t-private: var(--tui-brand-private); // @Deprecated: Заменён на private
|
|
623
637
|
--tui-chart-categorical-01: var(--tui-const-sea-blue);
|
|
624
638
|
--tui-chart-categorical-02: var(--tui-const-purple-darker-72);
|
|
625
639
|
--tui-chart-categorical-03: var(--tui-const-coral-darker-60);
|
package/angular/mobile.less
CHANGED
|
@@ -100,20 +100,20 @@
|
|
|
100
100
|
--tui-border-on-light: var(--tui-const-black-alpha-3); // Обводка, отделяющая цветные элементы от светлого фонов
|
|
101
101
|
--tui-border-on-dark: var(--tui-const-white-alpha-10); // Обводка, отделяющая цветные элементы от темных фонов
|
|
102
102
|
--tui-brand-t-bank: #FFDD2D; // Фирменный цвет. Используется, например, в бейдже подписки Team
|
|
103
|
-
--tui-brand-
|
|
104
|
-
--tui-brand-
|
|
105
|
-
--tui-brand-
|
|
106
|
-
--tui-brand-
|
|
103
|
+
--tui-brand-pro: #AFF218; // Цвет подписки Pro, для фонов кнопок, бейджей и т.д.
|
|
104
|
+
--tui-brand-premium: #4972CF; // Цвет подписки Premium, для фонов кнопок, бейджей и т.д.
|
|
105
|
+
--tui-brand-black: #333333; // Фирменный цвет T-Bank Black
|
|
106
|
+
--tui-brand-platinum: #747B8F; // Фирменный цвет T-Bank Platinum
|
|
107
107
|
--tui-brand-t-mobile: #5848C3; // Фирменный цвет Tinkoff Mobile
|
|
108
108
|
--tui-brand-t-mobile-alt-1: #BAB3EC; // Фирменный цвет Tinkoff Mobile
|
|
109
|
-
--tui-brand-
|
|
110
|
-
--tui-brand-
|
|
109
|
+
--tui-brand-all-airlines: #27BEFF; // Фирменный цвет All Airlines
|
|
110
|
+
--tui-brand-all-airlines-alt-1: #CBEFFF; // Бледный оттенок фирменного цвета All Airlines
|
|
111
111
|
--tui-brand-t-ai-assistant: #9A6BFF; // Фирменный цвет Tinkoff Ai Assistant
|
|
112
112
|
--tui-brand-t-insurance: #27AFA5; // Фирменный цвет Страхования
|
|
113
113
|
--tui-brand-t-business: #B58B60; // Фирменный цвет Бизнеса
|
|
114
114
|
--tui-brand-t-business-alt-1: #E4D7C1; // Фирменный цвет Бизнеса
|
|
115
115
|
--tui-brand-t-invest: #41414D; // Фирменный цвет Инвестиций
|
|
116
|
-
--tui-brand-
|
|
116
|
+
--tui-brand-private: #212121; // Фирменный цвет подписки Private
|
|
117
117
|
--tui-brand-mir-pay: #006848; // Цвет для кнопок Mir Pay
|
|
118
118
|
--tui-brand-t-insurance-alt-1: #E1F9F7; // Бледный оттенок фирменного цвета Страхования
|
|
119
119
|
--tui-brand-tinkoff: #FFDD2D; // @Deprecated: Заменён на t-bank
|
|
@@ -133,6 +133,13 @@
|
|
|
133
133
|
--tui-brand-tinkoff-private: #212121; // @Deprecated: Заменён на t-private
|
|
134
134
|
--tui-brand-tinkoff-insurance-pale: #D0F4F2; // @Deprecated: Заменён на t-insurance-alt-1
|
|
135
135
|
--tui-brand-tinkoff-insurance-alt-1: #E1F9F7; // @Deprecated: Заменён на t-insurance-alt-1
|
|
136
|
+
--tui-brand-t-all-airlines: var(--tui-brand-all-airlines); // @Deprecated: Заменён на all-airlines
|
|
137
|
+
--tui-brand-t-all-airlines-alt-1: var(--tui-brand-all-airlines-alt-1); // @Deprecated: Заменён на all-airlines-alt-1
|
|
138
|
+
--tui-brand-t-black: var(--tui-brand-black); // @Deprecated: Заменён на black
|
|
139
|
+
--tui-brand-t-platinum: var(--tui-brand-platinum); // @Deprecated: Заменён на platinum
|
|
140
|
+
--tui-brand-t-premium: var(--tui-brand-premium); // @Deprecated: Заменён на premium
|
|
141
|
+
--tui-brand-t-pro: var(--tui-brand-pro); // @Deprecated: Заменён на pro
|
|
142
|
+
--tui-brand-t-private: var(--tui-brand-private); // @Deprecated: Заменён на private
|
|
136
143
|
--tui-chart-categorical-01: var(--tui-const-sea-blue);
|
|
137
144
|
--tui-chart-categorical-02: var(--tui-const-purple-darker-72);
|
|
138
145
|
--tui-chart-categorical-03: var(--tui-const-coral-darker-60);
|
|
@@ -543,20 +550,20 @@
|
|
|
543
550
|
--tui-border-on-light: var(--tui-const-black-alpha-3); // Обводка, отделяющая цветные элементы от светлого фонов
|
|
544
551
|
--tui-border-on-dark: var(--tui-const-white-alpha-10); // Обводка, отделяющая цветные элементы от темных фонов
|
|
545
552
|
--tui-brand-t-bank: #FFDD2D; // Фирменный цвет. Используется, например, в бейдже подписки Team
|
|
546
|
-
--tui-brand-
|
|
547
|
-
--tui-brand-
|
|
548
|
-
--tui-brand-
|
|
549
|
-
--tui-brand-
|
|
553
|
+
--tui-brand-pro: #AFF218; // Цвет подписки Pro, для фонов кнопок, бейджей и т.д.
|
|
554
|
+
--tui-brand-premium: #4972CF; // Цвет подписки Premium, для фонов кнопок, бейджей и т.д.
|
|
555
|
+
--tui-brand-black: #333333; // Фирменный цвет T-Bank Black
|
|
556
|
+
--tui-brand-platinum: #747B8F; // Фирменный цвет T-Bank Platinum
|
|
550
557
|
--tui-brand-t-mobile: #5848C3; // Фирменный цвет Tinkoff Mobile
|
|
551
558
|
--tui-brand-t-mobile-alt-1: #BAB3EC; // Фирменный цвет Tinkoff Mobile
|
|
552
|
-
--tui-brand-
|
|
553
|
-
--tui-brand-
|
|
559
|
+
--tui-brand-all-airlines: #27BEFF; // Фирменный цвет All Airlines
|
|
560
|
+
--tui-brand-all-airlines-alt-1: #CBEFFF; // Бледный оттенок фирменного цвета All Airlines
|
|
554
561
|
--tui-brand-t-ai-assistant: #9A6BFF; // Фирменный цвет Tinkoff Ai Assistant
|
|
555
562
|
--tui-brand-t-insurance: #27AFA5; // Фирменный цвет Страхования
|
|
556
563
|
--tui-brand-t-business: #B58B60; // Фирменный цвет Бизнеса
|
|
557
564
|
--tui-brand-t-business-alt-1: #E4D7C1; // Фирменный цвет Бизнеса
|
|
558
565
|
--tui-brand-t-invest: #41414D; // Фирменный цвет Инвестиций
|
|
559
|
-
--tui-brand-
|
|
566
|
+
--tui-brand-private: #212121; // Фирменный цвет подписки Private
|
|
560
567
|
--tui-brand-mir-pay: #006848; // Цвет для кнопок Mir Pay
|
|
561
568
|
--tui-brand-t-insurance-alt-1: #E1F9F7; // Бледный оттенок фирменного цвета Страхования
|
|
562
569
|
--tui-brand-tinkoff: #FFDD2D; // @Deprecated: Заменён на t-bank
|
|
@@ -576,6 +583,13 @@
|
|
|
576
583
|
--tui-brand-tinkoff-private: #212121; // @Deprecated: Заменён на t-private
|
|
577
584
|
--tui-brand-tinkoff-insurance-pale: #D0F4F2; // @Deprecated: Заменён на t-insurance-alt-1
|
|
578
585
|
--tui-brand-tinkoff-insurance-alt-1: #E1F9F7; // @Deprecated: Заменён на t-insurance-alt-1
|
|
586
|
+
--tui-brand-t-all-airlines: var(--tui-brand-all-airlines); // @Deprecated: Заменён на all-airlines
|
|
587
|
+
--tui-brand-t-all-airlines-alt-1: var(--tui-brand-all-airlines-alt-1); // @Deprecated: Заменён на all-airlines-alt-1
|
|
588
|
+
--tui-brand-t-black: var(--tui-brand-black); // @Deprecated: Заменён на black
|
|
589
|
+
--tui-brand-t-platinum: var(--tui-brand-platinum); // @Deprecated: Заменён на platinum
|
|
590
|
+
--tui-brand-t-premium: var(--tui-brand-premium); // @Deprecated: Заменён на premium
|
|
591
|
+
--tui-brand-t-pro: var(--tui-brand-pro); // @Deprecated: Заменён на pro
|
|
592
|
+
--tui-brand-t-private: var(--tui-brand-private); // @Deprecated: Заменён на private
|
|
579
593
|
--tui-chart-categorical-01: var(--tui-const-sea-blue);
|
|
580
594
|
--tui-chart-categorical-02: var(--tui-const-purple-darker-72);
|
|
581
595
|
--tui-chart-categorical-03: var(--tui-const-coral-darker-60);
|
package/package.json
CHANGED
package/palette/dark.css
CHANGED
|
@@ -115,20 +115,20 @@
|
|
|
115
115
|
--tui-border-on-light: var(--tui-const-cool-gray-alpha-12); /* Обводка, отделяющая цветные элементы от светлого фонов */
|
|
116
116
|
--tui-border-on-dark: var(--tui-const-white-alpha-10); /* Обводка, отделяющая цветные элементы от темных фонов */
|
|
117
117
|
--tui-brand-t-bank: #FFDD2D; /* Фирменный цвет. Используется, например, в бейдже подписки Team */
|
|
118
|
-
--tui-brand-
|
|
119
|
-
--tui-brand-
|
|
120
|
-
--tui-brand-
|
|
121
|
-
--tui-brand-
|
|
118
|
+
--tui-brand-pro: #AFF218; /* Цвет подписки Pro, для фонов кнопок, бейджей и т.д. */
|
|
119
|
+
--tui-brand-premium: #4972CF; /* Цвет подписки Premium, для фонов кнопок, бейджей и т.д. */
|
|
120
|
+
--tui-brand-black: #333333; /* Фирменный цвет T-Bank Black */
|
|
121
|
+
--tui-brand-platinum: #747B8F; /* Фирменный цвет T-Bank Platinum */
|
|
122
122
|
--tui-brand-t-mobile: #5848C3; /* Фирменный цвет Tinkoff Mobile */
|
|
123
123
|
--tui-brand-t-mobile-alt-1: #BAB3EC; /* Фирменный цвет Tinkoff Mobile */
|
|
124
|
-
--tui-brand-
|
|
125
|
-
--tui-brand-
|
|
124
|
+
--tui-brand-all-airlines: #27BEFF; /* Фирменный цвет All Airlines */
|
|
125
|
+
--tui-brand-all-airlines-alt-1: #CBEFFF; /* Бледный оттенок фирменного цвета All Airlines */
|
|
126
126
|
--tui-brand-t-ai-assistant: #9A6BFF; /* Фирменный цвет Tinkoff Ai Assistant */
|
|
127
127
|
--tui-brand-t-insurance: #27AFA5; /* Фирменный цвет Страхования */
|
|
128
128
|
--tui-brand-t-business: #B58B60; /* Фирменный цвет Бизнеса */
|
|
129
129
|
--tui-brand-t-business-alt-1: #E4D7C1; /* Фирменный цвет Бизнеса */
|
|
130
130
|
--tui-brand-t-invest: #41414D; /* Фирменный цвет Инвестиций */
|
|
131
|
-
--tui-brand-
|
|
131
|
+
--tui-brand-private: #212121; /* Фирменный цвет подписки Private */
|
|
132
132
|
--tui-brand-mir-pay: #006848; /* Цвет для кнопок Mir Pay */
|
|
133
133
|
--tui-brand-t-insurance-alt-1: #E1F9F7; /* Бледный оттенок фирменного цвета Страхования */
|
|
134
134
|
--tui-brand-tinkoff: #FFDD2D; /* @Deprecated: Заменён на t-bank */
|
|
@@ -148,6 +148,13 @@
|
|
|
148
148
|
--tui-brand-tinkoff-private: #212121; /* @Deprecated: Заменён на t-private */
|
|
149
149
|
--tui-brand-tinkoff-insurance-pale: #D0F4F2; /* @Deprecated: Заменён на t-insurance-alt-1 */
|
|
150
150
|
--tui-brand-tinkoff-insurance-alt-1: #E1F9F7; /* @Deprecated: Заменён на t-insurance-alt-1 */
|
|
151
|
+
--tui-brand-t-all-airlines: var(--tui-brand-all-airlines); /* @Deprecated: Заменён на all-airlines */
|
|
152
|
+
--tui-brand-t-all-airlines-alt-1: var(--tui-brand-all-airlines-alt-1); /* @Deprecated: Заменён на all-airlines-alt-1 */
|
|
153
|
+
--tui-brand-t-black: var(--tui-brand-black); /* @Deprecated: Заменён на black */
|
|
154
|
+
--tui-brand-t-platinum: var(--tui-brand-platinum); /* @Deprecated: Заменён на platinum */
|
|
155
|
+
--tui-brand-t-premium: var(--tui-brand-premium); /* @Deprecated: Заменён на premium */
|
|
156
|
+
--tui-brand-t-pro: var(--tui-brand-pro); /* @Deprecated: Заменён на pro */
|
|
157
|
+
--tui-brand-t-private: var(--tui-brand-private); /* @Deprecated: Заменён на private */
|
|
151
158
|
--tui-chart-categorical-01: var(--tui-const-sea-blue);
|
|
152
159
|
--tui-chart-categorical-02: var(--tui-const-purple-darker-72);
|
|
153
160
|
--tui-chart-categorical-03: var(--tui-const-coral-darker-60);
|
package/palette/light.css
CHANGED
|
@@ -115,20 +115,20 @@
|
|
|
115
115
|
--tui-border-on-light: var(--tui-const-cool-gray-alpha-12); /* Обводка, отделяющая цветные элементы от светлого фонов */
|
|
116
116
|
--tui-border-on-dark: var(--tui-const-white-alpha-10); /* Обводка, отделяющая цветные элементы от темных фонов */
|
|
117
117
|
--tui-brand-t-bank: #FFDD2D; /* Фирменный цвет. Используется, например, в бейдже подписки Team */
|
|
118
|
-
--tui-brand-
|
|
119
|
-
--tui-brand-
|
|
120
|
-
--tui-brand-
|
|
121
|
-
--tui-brand-
|
|
118
|
+
--tui-brand-pro: #AFF218; /* Цвет подписки Pro, для фонов кнопок, бейджей и т.д. */
|
|
119
|
+
--tui-brand-premium: #4972CF; /* Цвет подписки Premium, для фонов кнопок, бейджей и т.д. */
|
|
120
|
+
--tui-brand-black: #333333; /* Фирменный цвет T-Bank Black */
|
|
121
|
+
--tui-brand-platinum: #747B8F; /* Фирменный цвет T-Bank Platinum */
|
|
122
122
|
--tui-brand-t-mobile: #5848C3; /* Фирменный цвет Tinkoff Mobile */
|
|
123
123
|
--tui-brand-t-mobile-alt-1: #BAB3EC; /* Фирменный цвет Tinkoff Mobile */
|
|
124
|
-
--tui-brand-
|
|
125
|
-
--tui-brand-
|
|
124
|
+
--tui-brand-all-airlines: #27BEFF; /* Фирменный цвет All Airlines */
|
|
125
|
+
--tui-brand-all-airlines-alt-1: #CBEFFF; /* Бледный оттенок фирменного цвета All Airlines */
|
|
126
126
|
--tui-brand-t-ai-assistant: #9A6BFF; /* Фирменный цвет Tinkoff Ai Assistant */
|
|
127
127
|
--tui-brand-t-insurance: #27AFA5; /* Фирменный цвет Страхования */
|
|
128
128
|
--tui-brand-t-business: #B58B60; /* Фирменный цвет Бизнеса */
|
|
129
129
|
--tui-brand-t-business-alt-1: #E4D7C1; /* Фирменный цвет Бизнеса */
|
|
130
130
|
--tui-brand-t-invest: #41414D; /* Фирменный цвет Инвестиций */
|
|
131
|
-
--tui-brand-
|
|
131
|
+
--tui-brand-private: #212121; /* Фирменный цвет подписки Private */
|
|
132
132
|
--tui-brand-mir-pay: #006848; /* Цвет для кнопок Mir Pay */
|
|
133
133
|
--tui-brand-t-insurance-alt-1: #E1F9F7; /* Бледный оттенок фирменного цвета Страхования */
|
|
134
134
|
--tui-brand-tinkoff: #FFDD2D; /* @Deprecated: Заменён на t-bank */
|
|
@@ -148,6 +148,13 @@
|
|
|
148
148
|
--tui-brand-tinkoff-private: #212121; /* @Deprecated: Заменён на t-private */
|
|
149
149
|
--tui-brand-tinkoff-insurance-pale: #D0F4F2; /* @Deprecated: Заменён на t-insurance-alt-1 */
|
|
150
150
|
--tui-brand-tinkoff-insurance-alt-1: #E1F9F7; /* @Deprecated: Заменён на t-insurance-alt-1 */
|
|
151
|
+
--tui-brand-t-all-airlines: var(--tui-brand-all-airlines); /* @Deprecated: Заменён на all-airlines */
|
|
152
|
+
--tui-brand-t-all-airlines-alt-1: var(--tui-brand-all-airlines-alt-1); /* @Deprecated: Заменён на all-airlines-alt-1 */
|
|
153
|
+
--tui-brand-t-black: var(--tui-brand-black); /* @Deprecated: Заменён на black */
|
|
154
|
+
--tui-brand-t-platinum: var(--tui-brand-platinum); /* @Deprecated: Заменён на platinum */
|
|
155
|
+
--tui-brand-t-premium: var(--tui-brand-premium); /* @Deprecated: Заменён на premium */
|
|
156
|
+
--tui-brand-t-pro: var(--tui-brand-pro); /* @Deprecated: Заменён на pro */
|
|
157
|
+
--tui-brand-t-private: var(--tui-brand-private); /* @Deprecated: Заменён на private */
|
|
151
158
|
--tui-chart-categorical-01: var(--tui-const-sea-blue);
|
|
152
159
|
--tui-chart-categorical-02: var(--tui-const-purple-darker-72);
|
|
153
160
|
--tui-chart-categorical-03: var(--tui-const-coral-darker-60);
|
package/palette/mobile/dark.css
CHANGED
|
@@ -94,20 +94,20 @@
|
|
|
94
94
|
--tui-border-on-light: var(--tui-const-black-alpha-3); /* Обводка, отделяющая цветные элементы от светлого фонов */
|
|
95
95
|
--tui-border-on-dark: var(--tui-const-white-alpha-10); /* Обводка, отделяющая цветные элементы от темных фонов */
|
|
96
96
|
--tui-brand-t-bank: #FFDD2D; /* Фирменный цвет. Используется, например, в бейдже подписки Team */
|
|
97
|
-
--tui-brand-
|
|
98
|
-
--tui-brand-
|
|
99
|
-
--tui-brand-
|
|
100
|
-
--tui-brand-
|
|
97
|
+
--tui-brand-pro: #AFF218; /* Цвет подписки Pro, для фонов кнопок, бейджей и т.д. */
|
|
98
|
+
--tui-brand-premium: #4972CF; /* Цвет подписки Premium, для фонов кнопок, бейджей и т.д. */
|
|
99
|
+
--tui-brand-black: #333333; /* Фирменный цвет T-Bank Black */
|
|
100
|
+
--tui-brand-platinum: #747B8F; /* Фирменный цвет T-Bank Platinum */
|
|
101
101
|
--tui-brand-t-mobile: #5848C3; /* Фирменный цвет Tinkoff Mobile */
|
|
102
102
|
--tui-brand-t-mobile-alt-1: #BAB3EC; /* Фирменный цвет Tinkoff Mobile */
|
|
103
|
-
--tui-brand-
|
|
104
|
-
--tui-brand-
|
|
103
|
+
--tui-brand-all-airlines: #27BEFF; /* Фирменный цвет All Airlines */
|
|
104
|
+
--tui-brand-all-airlines-alt-1: #CBEFFF; /* Бледный оттенок фирменного цвета All Airlines */
|
|
105
105
|
--tui-brand-t-ai-assistant: #9A6BFF; /* Фирменный цвет Tinkoff Ai Assistant */
|
|
106
106
|
--tui-brand-t-insurance: #27AFA5; /* Фирменный цвет Страхования */
|
|
107
107
|
--tui-brand-t-business: #B58B60; /* Фирменный цвет Бизнеса */
|
|
108
108
|
--tui-brand-t-business-alt-1: #E4D7C1; /* Фирменный цвет Бизнеса */
|
|
109
109
|
--tui-brand-t-invest: #41414D; /* Фирменный цвет Инвестиций */
|
|
110
|
-
--tui-brand-
|
|
110
|
+
--tui-brand-private: #212121; /* Фирменный цвет подписки Private */
|
|
111
111
|
--tui-brand-mir-pay: #006848; /* Цвет для кнопок Mir Pay */
|
|
112
112
|
--tui-brand-t-insurance-alt-1: #E1F9F7; /* Бледный оттенок фирменного цвета Страхования */
|
|
113
113
|
--tui-brand-tinkoff: #FFDD2D; /* @Deprecated: Заменён на t-bank */
|
|
@@ -127,6 +127,13 @@
|
|
|
127
127
|
--tui-brand-tinkoff-private: #212121; /* @Deprecated: Заменён на t-private */
|
|
128
128
|
--tui-brand-tinkoff-insurance-pale: #D0F4F2; /* @Deprecated: Заменён на t-insurance-alt-1 */
|
|
129
129
|
--tui-brand-tinkoff-insurance-alt-1: #E1F9F7; /* @Deprecated: Заменён на t-insurance-alt-1 */
|
|
130
|
+
--tui-brand-t-all-airlines: var(--tui-brand-all-airlines); /* @Deprecated: Заменён на all-airlines */
|
|
131
|
+
--tui-brand-t-all-airlines-alt-1: var(--tui-brand-all-airlines-alt-1); /* @Deprecated: Заменён на all-airlines-alt-1 */
|
|
132
|
+
--tui-brand-t-black: var(--tui-brand-black); /* @Deprecated: Заменён на black */
|
|
133
|
+
--tui-brand-t-platinum: var(--tui-brand-platinum); /* @Deprecated: Заменён на platinum */
|
|
134
|
+
--tui-brand-t-premium: var(--tui-brand-premium); /* @Deprecated: Заменён на premium */
|
|
135
|
+
--tui-brand-t-pro: var(--tui-brand-pro); /* @Deprecated: Заменён на pro */
|
|
136
|
+
--tui-brand-t-private: var(--tui-brand-private); /* @Deprecated: Заменён на private */
|
|
130
137
|
--tui-chart-categorical-01: var(--tui-const-sea-blue);
|
|
131
138
|
--tui-chart-categorical-02: var(--tui-const-purple-darker-72);
|
|
132
139
|
--tui-chart-categorical-03: var(--tui-const-coral-darker-60);
|
package/palette/mobile/light.css
CHANGED
|
@@ -94,20 +94,20 @@
|
|
|
94
94
|
--tui-border-on-light: var(--tui-const-black-alpha-3); /* Обводка, отделяющая цветные элементы от светлого фонов */
|
|
95
95
|
--tui-border-on-dark: var(--tui-const-white-alpha-10); /* Обводка, отделяющая цветные элементы от темных фонов */
|
|
96
96
|
--tui-brand-t-bank: #FFDD2D; /* Фирменный цвет. Используется, например, в бейдже подписки Team */
|
|
97
|
-
--tui-brand-
|
|
98
|
-
--tui-brand-
|
|
99
|
-
--tui-brand-
|
|
100
|
-
--tui-brand-
|
|
97
|
+
--tui-brand-pro: #AFF218; /* Цвет подписки Pro, для фонов кнопок, бейджей и т.д. */
|
|
98
|
+
--tui-brand-premium: #4972CF; /* Цвет подписки Premium, для фонов кнопок, бейджей и т.д. */
|
|
99
|
+
--tui-brand-black: #333333; /* Фирменный цвет T-Bank Black */
|
|
100
|
+
--tui-brand-platinum: #747B8F; /* Фирменный цвет T-Bank Platinum */
|
|
101
101
|
--tui-brand-t-mobile: #5848C3; /* Фирменный цвет Tinkoff Mobile */
|
|
102
102
|
--tui-brand-t-mobile-alt-1: #BAB3EC; /* Фирменный цвет Tinkoff Mobile */
|
|
103
|
-
--tui-brand-
|
|
104
|
-
--tui-brand-
|
|
103
|
+
--tui-brand-all-airlines: #27BEFF; /* Фирменный цвет All Airlines */
|
|
104
|
+
--tui-brand-all-airlines-alt-1: #CBEFFF; /* Бледный оттенок фирменного цвета All Airlines */
|
|
105
105
|
--tui-brand-t-ai-assistant: #9A6BFF; /* Фирменный цвет Tinkoff Ai Assistant */
|
|
106
106
|
--tui-brand-t-insurance: #27AFA5; /* Фирменный цвет Страхования */
|
|
107
107
|
--tui-brand-t-business: #B58B60; /* Фирменный цвет Бизнеса */
|
|
108
108
|
--tui-brand-t-business-alt-1: #E4D7C1; /* Фирменный цвет Бизнеса */
|
|
109
109
|
--tui-brand-t-invest: #41414D; /* Фирменный цвет Инвестиций */
|
|
110
|
-
--tui-brand-
|
|
110
|
+
--tui-brand-private: #212121; /* Фирменный цвет подписки Private */
|
|
111
111
|
--tui-brand-mir-pay: #006848; /* Цвет для кнопок Mir Pay */
|
|
112
112
|
--tui-brand-t-insurance-alt-1: #E1F9F7; /* Бледный оттенок фирменного цвета Страхования */
|
|
113
113
|
--tui-brand-tinkoff: #FFDD2D; /* @Deprecated: Заменён на t-bank */
|
|
@@ -127,6 +127,13 @@
|
|
|
127
127
|
--tui-brand-tinkoff-private: #212121; /* @Deprecated: Заменён на t-private */
|
|
128
128
|
--tui-brand-tinkoff-insurance-pale: #D0F4F2; /* @Deprecated: Заменён на t-insurance-alt-1 */
|
|
129
129
|
--tui-brand-tinkoff-insurance-alt-1: #E1F9F7; /* @Deprecated: Заменён на t-insurance-alt-1 */
|
|
130
|
+
--tui-brand-t-all-airlines: var(--tui-brand-all-airlines); /* @Deprecated: Заменён на all-airlines */
|
|
131
|
+
--tui-brand-t-all-airlines-alt-1: var(--tui-brand-all-airlines-alt-1); /* @Deprecated: Заменён на all-airlines-alt-1 */
|
|
132
|
+
--tui-brand-t-black: var(--tui-brand-black); /* @Deprecated: Заменён на black */
|
|
133
|
+
--tui-brand-t-platinum: var(--tui-brand-platinum); /* @Deprecated: Заменён на platinum */
|
|
134
|
+
--tui-brand-t-premium: var(--tui-brand-premium); /* @Deprecated: Заменён на premium */
|
|
135
|
+
--tui-brand-t-pro: var(--tui-brand-pro); /* @Deprecated: Заменён на pro */
|
|
136
|
+
--tui-brand-t-private: var(--tui-brand-private); /* @Deprecated: Заменён на private */
|
|
130
137
|
--tui-chart-categorical-01: var(--tui-const-sea-blue);
|
|
131
138
|
--tui-chart-categorical-02: var(--tui-const-purple-darker-72);
|
|
132
139
|
--tui-chart-categorical-03: var(--tui-const-coral-darker-60);
|