@nexus-cross/tokens 1.0.1 → 1.0.2
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/TOKENS.md +125 -116
- package/dist/company-vars.css +7 -1
- package/dist/company.css +7 -1
- package/dist/index.js +94 -94
- package/dist/index.mjs +94 -94
- package/package.json +2 -2
- package/scripts/postinstall.js +1 -1
- package/scripts/setup-cursor-rules.cjs +5 -5
- package/src/data/color.json +79 -79
- package/src/data/typography.json +15 -15
package/src/data/typography.json
CHANGED
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"letterSpacing": {
|
|
68
68
|
"source": "letterSpacing.-1"
|
|
69
69
|
},
|
|
70
|
-
"description": "
|
|
70
|
+
"description": "Extra small text"
|
|
71
71
|
},
|
|
72
72
|
"sm": {
|
|
73
73
|
"fontSize": {
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"letterSpacing": {
|
|
86
86
|
"source": "letterSpacing.-1"
|
|
87
87
|
},
|
|
88
|
-
"description": "
|
|
88
|
+
"description": "Small text"
|
|
89
89
|
},
|
|
90
90
|
"base": {
|
|
91
91
|
"fontSize": {
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"letterSpacing": {
|
|
104
104
|
"source": "letterSpacing.-1"
|
|
105
105
|
},
|
|
106
|
-
"description": "
|
|
106
|
+
"description": "Base text"
|
|
107
107
|
},
|
|
108
108
|
"lg": {
|
|
109
109
|
"fontSize": {
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"letterSpacing": {
|
|
122
122
|
"source": "letterSpacing.-1"
|
|
123
123
|
},
|
|
124
|
-
"description": "
|
|
124
|
+
"description": "Large text"
|
|
125
125
|
},
|
|
126
126
|
"xl": {
|
|
127
127
|
"fontSize": {
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"letterSpacing": {
|
|
140
140
|
"source": "letterSpacing.-1"
|
|
141
141
|
},
|
|
142
|
-
"description": "
|
|
142
|
+
"description": "Extra large text"
|
|
143
143
|
}
|
|
144
144
|
},
|
|
145
145
|
"text-medium": {
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"letterSpacing": {
|
|
160
160
|
"source": "letterSpacing.-1"
|
|
161
161
|
},
|
|
162
|
-
"description": "
|
|
162
|
+
"description": "Extra small text - Medium"
|
|
163
163
|
},
|
|
164
164
|
"sm": {
|
|
165
165
|
"fontSize": {
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
"letterSpacing": {
|
|
178
178
|
"source": "letterSpacing.-1"
|
|
179
179
|
},
|
|
180
|
-
"description": "
|
|
180
|
+
"description": "Small text - Medium"
|
|
181
181
|
},
|
|
182
182
|
"base": {
|
|
183
183
|
"fontSize": {
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
"letterSpacing": {
|
|
196
196
|
"source": "letterSpacing.-1"
|
|
197
197
|
},
|
|
198
|
-
"description": "
|
|
198
|
+
"description": "Base text - Medium"
|
|
199
199
|
},
|
|
200
200
|
"lg": {
|
|
201
201
|
"fontSize": {
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
"letterSpacing": {
|
|
214
214
|
"source": "letterSpacing.-1"
|
|
215
215
|
},
|
|
216
|
-
"description": "
|
|
216
|
+
"description": "Large text - Medium"
|
|
217
217
|
},
|
|
218
218
|
"xl": {
|
|
219
219
|
"fontSize": {
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
"letterSpacing": {
|
|
232
232
|
"source": "letterSpacing.-1"
|
|
233
233
|
},
|
|
234
|
-
"description": "
|
|
234
|
+
"description": "Extra large text - Medium"
|
|
235
235
|
}
|
|
236
236
|
},
|
|
237
237
|
"text-semibold": {
|
|
@@ -251,7 +251,7 @@
|
|
|
251
251
|
"letterSpacing": {
|
|
252
252
|
"source": "letterSpacing.-1"
|
|
253
253
|
},
|
|
254
|
-
"description": "
|
|
254
|
+
"description": "Extra small text - Semibold"
|
|
255
255
|
},
|
|
256
256
|
"sm": {
|
|
257
257
|
"fontSize": {
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
"letterSpacing": {
|
|
270
270
|
"source": "letterSpacing.-1"
|
|
271
271
|
},
|
|
272
|
-
"description": "
|
|
272
|
+
"description": "Small text - Semibold"
|
|
273
273
|
},
|
|
274
274
|
"base": {
|
|
275
275
|
"fontSize": {
|
|
@@ -287,7 +287,7 @@
|
|
|
287
287
|
"letterSpacing": {
|
|
288
288
|
"source": "letterSpacing.-1"
|
|
289
289
|
},
|
|
290
|
-
"description": "
|
|
290
|
+
"description": "Base text - Semibold"
|
|
291
291
|
},
|
|
292
292
|
"lg": {
|
|
293
293
|
"fontSize": {
|
|
@@ -305,7 +305,7 @@
|
|
|
305
305
|
"letterSpacing": {
|
|
306
306
|
"source": "letterSpacing.-1"
|
|
307
307
|
},
|
|
308
|
-
"description": "
|
|
308
|
+
"description": "Large text - Semibold"
|
|
309
309
|
},
|
|
310
310
|
"xl": {
|
|
311
311
|
"fontSize": {
|
|
@@ -323,7 +323,7 @@
|
|
|
323
323
|
"letterSpacing": {
|
|
324
324
|
"source": "letterSpacing.-1"
|
|
325
325
|
},
|
|
326
|
-
"description": "
|
|
326
|
+
"description": "Extra large text - Semibold"
|
|
327
327
|
}
|
|
328
328
|
},
|
|
329
329
|
"heading": {
|