@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.
Files changed (2) hide show
  1. package/angular/mobile.less +14 -14
  2. package/package.json +1 -1
@@ -5,12 +5,12 @@
5
5
  * DO NOT CHANGE THIS FILE. AUTOGENERATED.
6
6
  */
7
7
 
8
- [tuiPlatform='ios'][tuiTheme='dark'],
9
- [tuiPlatform='android'][tuiTheme='dark'],
10
- [tuiPlatform='ios'] [tuiTheme='dark'],
11
- [tuiPlatform='android'] [tuiTheme='dark'],
12
- [tuiTheme='dark'] [tuiPlatform='ios'],
13
- [tuiTheme='dark'] [tuiPlatform='android'] {
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
- [tuiPlatform='ios'],
433
- [tuiPlatform='android'],
434
- [tuiPlatform='ios'][tuiTheme='light'],
435
- [tuiPlatform='android'][tuiTheme='light'],
436
- [tuiPlatform='ios'] [tuiTheme='light'],
437
- [tuiPlatform='android'] [tuiTheme='light'],
438
- [tuiTheme='light'] [tuiPlatform='ios'],
439
- [tuiTheme='light'] [tuiPlatform='android'] {
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/design-tokens",
3
- "version": "0.84.0",
3
+ "version": "0.85.0",
4
4
  "description": "Taiga UI palette",
5
5
  "keywords": [
6
6
  "angular",