@nexxtmove/ui 0.1.1 → 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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nexxtmove/ui",
3
3
  "type": "module",
4
- "version": "0.1.1",
4
+ "version": "0.1.3",
5
5
  "exports": {
6
6
  ".": {
7
7
  "types": "./dist/index.d.ts",
@@ -3,6 +3,7 @@
3
3
  */
4
4
 
5
5
  @import "./nexxtmove.tailwind.components.css" layer(components);
6
+ @import "./nexxtmove.tailwind.utilities.css";
6
7
 
7
8
  @theme {
8
9
  --color-gray-50: oklch(98.24% 0.00132 286.24288);
@@ -219,7 +220,16 @@
219
220
  --header-gap: var(--spacing-6);
220
221
  --font-sans: 'Poppins', ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
221
222
  --font-serif: 'Playfair Display', ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
222
- --font-mono: 'Roboto Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
223
+ --font-mono: 'Space Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
224
+ --font-thin: 100;
225
+ --font-extraLight: 200;
226
+ --font-light: 300;
227
+ --font-normal: 400;
228
+ --font-medium: 500;
229
+ --font-semiBold: 600;
230
+ --font-bold: 700;
231
+ --font-extraBold: 800;
232
+ --font-black: 900;
223
233
  --shadow-xs: 0px 0px 24px 0px oklch(26.805% 0.01602 264.26805 / 5%);
224
234
  --shadow-sm: 0px 0px 32px 5px oklch(26.805% 0.01602 264.26805 / 10%);
225
235
  --shadow-md: 0px 0px 48px 10px oklch(26.805% 0.01602 264.26805 / 12%);
@@ -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
+ }