@taiga-ui/design-tokens 0.84.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/mobile.less +14 -14
- package/package.json +1 -1
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
|
|
@@ -429,14 +429,14 @@
|
|
|
429
429
|
}
|
|
430
430
|
|
|
431
431
|
|
|
432
|
-
[
|
|
433
|
-
[
|
|
434
|
-
[
|
|
435
|
-
[
|
|
436
|
-
[
|
|
437
|
-
[
|
|
438
|
-
[tuiTheme='light'] [
|
|
439
|
-
[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'] {
|
|
440
440
|
--tui-background-base: var(--tui-const-white); // Основной фон приложений. Отличается на iOS, Android и Desktop
|
|
441
441
|
--tui-background-base-alt: var(--tui-const-cool-gray-lighter-97); // Альтернативный основной фон
|
|
442
442
|
--tui-background-elevation-1: var(--tui-const-white); // Фон шторок, модальных экранов и карточек, лежащих на фонe base
|