@taiga-ui/design-tokens 0.116.0 → 0.117.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/package.json +1 -1
- package/palette/gradient.css +23 -0
package/package.json
CHANGED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/* stylelint-disable */
|
|
2
|
+
/* prettier-ignore */
|
|
3
|
+
/**
|
|
4
|
+
* @description:
|
|
5
|
+
* DO NOT CHANGE THIS FILE. AUTOGENERATED.
|
|
6
|
+
*/
|
|
7
|
+
:root {
|
|
8
|
+
--tui-gradient-brand-all-airlines: linear-gradient(90deg, rgb(0, 158, 220) 0%, rgb(87, 208, 255) 100%);
|
|
9
|
+
--tui-gradient-brand-all-games-credit: linear-gradient(90deg, rgb(54, 33, 52) 0%, rgb(104, 64, 101) 100%);
|
|
10
|
+
--tui-gradient-brand-all-games-debit: linear-gradient(90deg, rgb(23, 45, 150) 0%, rgb(34, 66, 221) 100%);
|
|
11
|
+
--tui-gradient-brand-black: linear-gradient(90deg, rgb(51, 51, 51) 0%, rgb(92, 92, 92) 100%);
|
|
12
|
+
--tui-gradient-brand-platinum: linear-gradient(90deg, rgb(85, 98, 114) 0%, rgb(147, 159, 174) 100%);
|
|
13
|
+
--tui-gradient-brand-private: linear-gradient(141deg, rgb(165, 165, 181) 42%, rgb(255, 255, 255) 63%, rgb(167, 167, 183) 96%);
|
|
14
|
+
--tui-gradient-mask-fade-top: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 7.000000000000001%, rgba(0, 0, 0, 0.04) 13%, rgba(0, 0, 0, 0.08) 20%, rgba(0, 0, 0, 0.15) 27%, rgba(0, 0, 0, 0.23) 33%, rgba(0, 0, 0, 0.33) 40%, rgba(0, 0, 0, 0.44) 47%, rgba(0, 0, 0, 0.56) 53%, rgba(0, 0, 0, 0.67) 60%, rgba(0, 0, 0, 0.77) 67%, rgba(0, 0, 0, 0.85) 73%, rgba(0, 0, 0, 0.92) 80%, rgba(0, 0, 0, 0.96) 87%, rgba(0, 0, 0, 0.99) 93%, rgb(0, 0, 0) 100%);
|
|
15
|
+
--tui-gradient-mask-fade-right: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 7.000000000000001%, rgba(0, 0, 0, 0.04) 13%, rgba(0, 0, 0, 0.08) 20%, rgba(0, 0, 0, 0.15) 27%, rgba(0, 0, 0, 0.23) 33%, rgba(0, 0, 0, 0.33) 40%, rgba(0, 0, 0, 0.44) 47%, rgba(0, 0, 0, 0.56) 53%, rgba(0, 0, 0, 0.67) 60%, rgba(0, 0, 0, 0.77) 67%, rgba(0, 0, 0, 0.85) 73%, rgba(0, 0, 0, 0.92) 80%, rgba(0, 0, 0, 0.96) 87%, rgba(0, 0, 0, 0.99) 93%, rgb(0, 0, 0) 100%);
|
|
16
|
+
--tui-gradient-mask-fade-bottom: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 7.000000000000001%, rgba(0, 0, 0, 0.04) 13%, rgba(0, 0, 0, 0.08) 20%, rgba(0, 0, 0, 0.15) 27%, rgba(0, 0, 0, 0.23) 33%, rgba(0, 0, 0, 0.33) 40%, rgba(0, 0, 0, 0.44) 47%, rgba(0, 0, 0, 0.56) 53%, rgba(0, 0, 0, 0.67) 60%, rgba(0, 0, 0, 0.77) 67%, rgba(0, 0, 0, 0.85) 73%, rgba(0, 0, 0, 0.92) 80%, rgba(0, 0, 0, 0.96) 87%, rgba(0, 0, 0, 0.99) 93%, rgb(0, 0, 0) 100%);
|
|
17
|
+
--tui-gradient-mask-fade-left: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 7.000000000000001%, rgba(0, 0, 0, 0.04) 13%, rgba(0, 0, 0, 0.08) 20%, rgba(0, 0, 0, 0.15) 27%, rgba(0, 0, 0, 0.23) 33%, rgba(0, 0, 0, 0.33) 40%, rgba(0, 0, 0, 0.44) 47%, rgba(0, 0, 0, 0.56) 53%, rgba(0, 0, 0, 0.67) 60%, rgba(0, 0, 0, 0.77) 67%, rgba(0, 0, 0, 0.85) 73%, rgba(0, 0, 0, 0.92) 80%, rgba(0, 0, 0, 0.96) 87%, rgba(0, 0, 0, 0.99) 93%, rgb(0, 0, 0) 100%);
|
|
18
|
+
--tui-gradient-overlay-top: linear-gradient(0deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.5) 0%);
|
|
19
|
+
--tui-gradient-overlay-top-right: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
|
|
20
|
+
--tui-gradient-overlay-bottom: linear-gradient(180deg, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.5) 85%);
|
|
21
|
+
--tui-gradient-overlay-bottom-left: linear-gradient(225deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
|
|
22
|
+
--tui-gradient-overlay-both-vetrical: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
|
|
23
|
+
}
|