@taiga-ui/design-tokens 0.83.0 → 0.85.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 +2 -0
- package/angular/mobile.less +16 -14
- package/esm2022/icons.mjs +2386 -0
- package/esm2022/index.mjs +8 -2
- package/fesm2022/taiga-ui-design-tokens.mjs +2395 -0
- package/fesm2022/taiga-ui-design-tokens.mjs.map +1 -1
- package/icons.d.ts +20 -0
- package/index.d.ts +1 -1
- package/package.json +7 -3
- package/palette/dark.css +1 -0
- package/palette/light.css +1 -0
- package/palette/mobile/dark.css +1 -0
- package/palette/mobile/light.css +1 -0
package/angular/desktop.less
CHANGED
|
@@ -276,6 +276,7 @@
|
|
|
276
276
|
--tui-const-black-alpha-30: #0000004D; // 30% opacity
|
|
277
277
|
--tui-const-black-alpha-24: #0000003D; // 24% opacity
|
|
278
278
|
--tui-const-black-alpha-21: #00000036; // 21% opacity
|
|
279
|
+
--tui-const-black-alpha-18: #0000002E; // 18% opacity
|
|
279
280
|
--tui-const-black-alpha-12: #0000001F; // 12% opacity
|
|
280
281
|
--tui-const-black-alpha-10: #0000001A; // 10% opacity
|
|
281
282
|
--tui-const-black-alpha-7: #00000012; // 7% opacity
|
|
@@ -726,6 +727,7 @@
|
|
|
726
727
|
--tui-const-black-alpha-30: #0000004D; // 30% opacity
|
|
727
728
|
--tui-const-black-alpha-24: #0000003D; // 24% opacity
|
|
728
729
|
--tui-const-black-alpha-21: #00000036; // 21% opacity
|
|
730
|
+
--tui-const-black-alpha-18: #0000002E; // 18% opacity
|
|
729
731
|
--tui-const-black-alpha-12: #0000001F; // 12% opacity
|
|
730
732
|
--tui-const-black-alpha-10: #0000001A; // 10% opacity
|
|
731
733
|
--tui-const-black-alpha-7: #00000012; // 7% opacity
|
package/angular/mobile.less
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
* DO NOT CHANGE THIS FILE. AUTOGENERATED.
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
-
[
|
|
9
|
-
[
|
|
10
|
-
[
|
|
11
|
-
[
|
|
12
|
-
[tuiTheme='dark'] [
|
|
13
|
-
[tuiTheme='dark'] [
|
|
8
|
+
[data-platform='ios'][tuiTheme='dark'],
|
|
9
|
+
[data-platform='android'][tuiTheme='dark'],
|
|
10
|
+
[data-platform='ios'] [tuiTheme='dark'],
|
|
11
|
+
[data-platform='android'] [tuiTheme='dark'],
|
|
12
|
+
[tuiTheme='dark'] [data-platform='ios'],
|
|
13
|
+
[tuiTheme='dark'] [data-platform='android'] {
|
|
14
14
|
--tui-background-base: var(--tui-const-black); // Основной фон приложений. Отличается на iOS, Android и Desktop
|
|
15
15
|
--tui-background-base-alt: var(--tui-const-black-lighter-20); // Альтернативный основной фон
|
|
16
16
|
--tui-background-elevation-1: var(--tui-const-cool-gray-lighter-11); // Фон шторок, модальных экранов и карточек, лежащих на фонe base
|
|
@@ -263,6 +263,7 @@
|
|
|
263
263
|
--tui-const-black-alpha-30: #0000004D; // 30% opacity
|
|
264
264
|
--tui-const-black-alpha-24: #0000003D; // 24% opacity
|
|
265
265
|
--tui-const-black-alpha-21: #00000036; // 21% opacity
|
|
266
|
+
--tui-const-black-alpha-18: #0000002E; // 18% opacity
|
|
266
267
|
--tui-const-black-alpha-12: #0000001F; // 12% opacity
|
|
267
268
|
--tui-const-black-alpha-10: #0000001A; // 10% opacity
|
|
268
269
|
--tui-const-black-alpha-7: #00000012; // 7% opacity
|
|
@@ -428,14 +429,14 @@
|
|
|
428
429
|
}
|
|
429
430
|
|
|
430
431
|
|
|
431
|
-
[
|
|
432
|
-
[
|
|
433
|
-
[
|
|
434
|
-
[
|
|
435
|
-
[
|
|
436
|
-
[
|
|
437
|
-
[tuiTheme='light'] [
|
|
438
|
-
[tuiTheme='light'] [
|
|
432
|
+
[data-platform='ios'],
|
|
433
|
+
[data-platform='android'],
|
|
434
|
+
[data-platform='ios'][tuiTheme='light'],
|
|
435
|
+
[data-platform='android'][tuiTheme='light'],
|
|
436
|
+
[data-platform='ios'] [tuiTheme='light'],
|
|
437
|
+
[data-platform='android'] [tuiTheme='light'],
|
|
438
|
+
[tuiTheme='light'] [data-platform='ios'],
|
|
439
|
+
[tuiTheme='light'] [data-platform='android'] {
|
|
439
440
|
--tui-background-base: var(--tui-const-white); // Основной фон приложений. Отличается на iOS, Android и Desktop
|
|
440
441
|
--tui-background-base-alt: var(--tui-const-cool-gray-lighter-97); // Альтернативный основной фон
|
|
441
442
|
--tui-background-elevation-1: var(--tui-const-white); // Фон шторок, модальных экранов и карточек, лежащих на фонe base
|
|
@@ -688,6 +689,7 @@
|
|
|
688
689
|
--tui-const-black-alpha-30: #0000004D; // 30% opacity
|
|
689
690
|
--tui-const-black-alpha-24: #0000003D; // 24% opacity
|
|
690
691
|
--tui-const-black-alpha-21: #00000036; // 21% opacity
|
|
692
|
+
--tui-const-black-alpha-18: #0000002E; // 18% opacity
|
|
691
693
|
--tui-const-black-alpha-12: #0000001F; // 12% opacity
|
|
692
694
|
--tui-const-black-alpha-10: #0000001A; // 10% opacity
|
|
693
695
|
--tui-const-black-alpha-7: #00000012; // 7% opacity
|