@youngonesworks/ui 0.1.108 → 0.1.110
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/dist/styles/variables.css +39 -49
- package/package.json +1 -1
|
@@ -31,80 +31,70 @@
|
|
|
31
31
|
--color-warning-light: #fff4e2;
|
|
32
32
|
|
|
33
33
|
/* Typography system */
|
|
34
|
-
/* Extra small fields */
|
|
35
|
-
--font-xs-fields-size: 0.625rem;
|
|
36
|
-
--font-xs-fields-line-height: 1rem;
|
|
37
|
-
--font-xs-fields-weight: 400;
|
|
38
|
-
|
|
39
|
-
/* Extra small field titles */
|
|
40
|
-
--font-xs-field-titles-size: 0.75rem;
|
|
41
|
-
--font-xs-field-titles-line-height: 1rem;
|
|
42
|
-
--font-xs-field-titles-weight: 700;
|
|
43
|
-
|
|
44
34
|
/* Extra small */
|
|
45
|
-
--
|
|
46
|
-
--
|
|
47
|
-
--
|
|
35
|
+
--text-xs: 0.625rem;
|
|
36
|
+
--text-xs--line-height: 1rem;
|
|
37
|
+
--text-xs--weight: 400;
|
|
48
38
|
|
|
49
39
|
/* Small */
|
|
50
|
-
--
|
|
51
|
-
--
|
|
52
|
-
--
|
|
40
|
+
--text-sm: 0.875rem;
|
|
41
|
+
--text-sm--line-height: 1.25rem;
|
|
42
|
+
--text-sm--weight: 400;
|
|
53
43
|
|
|
54
44
|
/* Base */
|
|
55
|
-
--
|
|
56
|
-
--
|
|
57
|
-
--
|
|
45
|
+
--text-base: 1rem;
|
|
46
|
+
--text-base--line-height: 1.5rem;
|
|
47
|
+
--text-base--weight: 400;
|
|
58
48
|
|
|
59
49
|
/* Large */
|
|
60
|
-
--
|
|
61
|
-
--
|
|
62
|
-
--
|
|
50
|
+
--text-lg: 1.125rem;
|
|
51
|
+
--text-lg--line-height: 1.75rem;
|
|
52
|
+
--text-lg--weight: 400;
|
|
63
53
|
|
|
64
54
|
/* Extra large */
|
|
65
|
-
--
|
|
66
|
-
--
|
|
67
|
-
--
|
|
55
|
+
--text-xl: 1.5rem;
|
|
56
|
+
--text-xl--line-height: 2rem;
|
|
57
|
+
--text-xl--weight: 500;
|
|
68
58
|
|
|
69
59
|
/* 2x large */
|
|
70
|
-
--
|
|
71
|
-
--
|
|
72
|
-
--
|
|
60
|
+
--text-2xl: 1.5rem;
|
|
61
|
+
--text-2xl--line-height: 2rem;
|
|
62
|
+
--text-2xl--weight: 700;
|
|
73
63
|
|
|
74
64
|
/* 3x large */
|
|
75
|
-
--
|
|
76
|
-
--
|
|
77
|
-
--
|
|
65
|
+
--text-3xl: 1.875rem;
|
|
66
|
+
--text-3xl--line-height: 2.25rem;
|
|
67
|
+
--text-3xl--weight: 700;
|
|
78
68
|
|
|
79
69
|
/* 4x large */
|
|
80
|
-
--
|
|
81
|
-
--
|
|
82
|
-
--
|
|
70
|
+
--text-4xl: 2.25rem;
|
|
71
|
+
--text-4xl--line-height: 2.5rem;
|
|
72
|
+
--text-4xl--weight: 700;
|
|
83
73
|
|
|
84
74
|
/* 5x large */
|
|
85
|
-
--
|
|
86
|
-
--
|
|
87
|
-
--
|
|
75
|
+
--text-5xl: 3rem;
|
|
76
|
+
--text-5xl--line-height: 1;
|
|
77
|
+
--text-5xl--weight: 700;
|
|
88
78
|
|
|
89
79
|
/* 6x large */
|
|
90
|
-
--
|
|
91
|
-
--
|
|
92
|
-
--
|
|
80
|
+
--text-6xl: 3.75rem;
|
|
81
|
+
--text-6xl--line-height: 1;
|
|
82
|
+
--text-6xl--weight: 700;
|
|
93
83
|
|
|
94
84
|
/* 7x large */
|
|
95
|
-
--
|
|
96
|
-
--
|
|
97
|
-
--
|
|
85
|
+
--text-7xl: 4.5rem;
|
|
86
|
+
--text-7xl--line-height: 1;
|
|
87
|
+
--text-7xl--weight: 700;
|
|
98
88
|
|
|
99
89
|
/* 8x large */
|
|
100
|
-
--
|
|
101
|
-
--
|
|
102
|
-
--
|
|
90
|
+
--text-8xl: 6rem;
|
|
91
|
+
--text-8xl--line-height: 1;
|
|
92
|
+
--text-8xl--weight: 700;
|
|
103
93
|
|
|
104
94
|
/* 9x large */
|
|
105
|
-
--
|
|
106
|
-
--
|
|
107
|
-
--
|
|
95
|
+
--text-9xl: 8rem;
|
|
96
|
+
--text-9xl--line-height: 1;
|
|
97
|
+
--text-9xl--weight: 700;
|
|
108
98
|
|
|
109
99
|
/* Color scales */
|
|
110
100
|
/* Turquoise palette */
|