@nexxtmove/ui 0.1.2 → 0.1.3
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
CHANGED
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
@utility heading-1 {
|
|
6
|
+
@apply font-sans font-semibold text-3xl;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
@utility heading-2 {
|
|
10
|
+
@apply font-sans font-semibold text-2xl;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
@utility heading-3 {
|
|
14
|
+
@apply font-sans font-semibold text-xl;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
@utility heading-4 {
|
|
18
|
+
@apply font-sans font-semibold text-lg;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
@utility body-normal {
|
|
22
|
+
@apply font-sans text-base;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
@utility body-link {
|
|
26
|
+
@apply font-sans text-base underline;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
@utility body-italic {
|
|
30
|
+
@apply font-sans font-semibold text-base italic uppercase;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
@utility small-normal {
|
|
34
|
+
@apply font-sans text-sm;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
@utility small-link {
|
|
38
|
+
@apply font-sans text-sm underline;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
@utility small-italic {
|
|
42
|
+
@apply font-sans text-sm italic uppercase;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
@utility extra-small-normal {
|
|
46
|
+
@apply font-sans text-xs;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
@utility extra-small-link {
|
|
50
|
+
@apply font-sans text-xs underline;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
@utility extra-small-italic {
|
|
54
|
+
@apply font-sans text-xs italic uppercase;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
@utility heading-1-serif {
|
|
58
|
+
@apply font-serif font-semibold text-3xl;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
@utility heading-2-serif {
|
|
62
|
+
@apply font-serif font-semibold text-2xl;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
@utility heading-3-serif {
|
|
66
|
+
@apply font-serif font-semibold text-xl;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
@utility heading-4-serif {
|
|
70
|
+
@apply font-serif font-semibold text-lg;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
@utility body-normal-serif {
|
|
74
|
+
@apply font-serif text-base;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
@utility body-link-serif {
|
|
78
|
+
@apply font-serif text-base underline;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
@utility body-italic-serif {
|
|
82
|
+
@apply font-serif font-semibold text-base italic uppercase;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
@utility small-normal-serif {
|
|
86
|
+
@apply font-serif text-sm;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
@utility small-link-serif {
|
|
90
|
+
@apply font-serif text-sm underline;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
@utility small-italic-serif {
|
|
94
|
+
@apply font-serif text-sm italic uppercase;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
@utility extra-small-normal-serif {
|
|
98
|
+
@apply font-serif text-xs;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
@utility extra-small-link-serif {
|
|
102
|
+
@apply font-serif text-xs underline;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
@utility extra-small-italic-serif {
|
|
106
|
+
@apply font-serif text-xs italic uppercase;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
@utility heading-1-mono {
|
|
110
|
+
@apply font-mono text-3xl;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
@utility heading-2-mono {
|
|
114
|
+
@apply font-mono text-2xl;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
@utility heading-3-mono {
|
|
118
|
+
@apply font-mono text-xl;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
@utility heading-4-mono {
|
|
122
|
+
@apply font-mono text-lg;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
@utility body-normal-mono {
|
|
126
|
+
@apply font-mono text-base;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
@utility body-link-mono {
|
|
130
|
+
@apply font-mono text-base underline;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
@utility body-italic-mono {
|
|
134
|
+
@apply font-mono text-base uppercase;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
@utility small-normal-mono {
|
|
138
|
+
@apply font-mono text-sm;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
@utility small-link-mono {
|
|
142
|
+
@apply font-mono text-sm underline;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
@utility small-italic-mono {
|
|
146
|
+
@apply font-mono text-sm uppercase;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
@utility extra-small-normal-mono {
|
|
150
|
+
@apply font-mono text-xs;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
@utility extra-small-link-mono {
|
|
154
|
+
@apply font-mono text-xs underline;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
@utility extra-small-italic-mono {
|
|
158
|
+
@apply font-mono text-xs uppercase;
|
|
159
|
+
}
|