@pearpages/pulp-tokens 0.0.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.
Files changed (45) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +60 -0
  3. package/dist/tokens.css +914 -0
  4. package/dist/tokens.json +10638 -0
  5. package/package.json +33 -0
  6. package/tokens/component/accordion.json +83 -0
  7. package/tokens/component/alert.json +93 -0
  8. package/tokens/component/badge.json +153 -0
  9. package/tokens/component/button.json +118 -0
  10. package/tokens/component/calendar.json +48 -0
  11. package/tokens/component/card.json +28 -0
  12. package/tokens/component/checkbox.json +77 -0
  13. package/tokens/component/combobox.json +113 -0
  14. package/tokens/component/date-picker.json +145 -0
  15. package/tokens/component/dialog.json +36 -0
  16. package/tokens/component/field.json +23 -0
  17. package/tokens/component/heading.json +44 -0
  18. package/tokens/component/icon-button.json +17 -0
  19. package/tokens/component/icon.json +18 -0
  20. package/tokens/component/inline.json +32 -0
  21. package/tokens/component/listbox.json +37 -0
  22. package/tokens/component/menu.json +101 -0
  23. package/tokens/component/pagination.json +22 -0
  24. package/tokens/component/picker.json +113 -0
  25. package/tokens/component/popover.json +59 -0
  26. package/tokens/component/progress.json +60 -0
  27. package/tokens/component/radio.json +73 -0
  28. package/tokens/component/select.json +106 -0
  29. package/tokens/component/skeleton.json +41 -0
  30. package/tokens/component/slider.json +39 -0
  31. package/tokens/component/spinner.json +33 -0
  32. package/tokens/component/stack.json +32 -0
  33. package/tokens/component/switch.json +77 -0
  34. package/tokens/component/table.json +57 -0
  35. package/tokens/component/tabs.json +31 -0
  36. package/tokens/component/text-field.json +90 -0
  37. package/tokens/component/text.json +31 -0
  38. package/tokens/component/textarea.json +90 -0
  39. package/tokens/component/toast.json +35 -0
  40. package/tokens/component/tooltip.json +49 -0
  41. package/tokens/component/visually-hidden.json +9 -0
  42. package/tokens/primitives/bitepals.json +285 -0
  43. package/tokens/primitives/pulp.json +216 -0
  44. package/tokens/semantic/bitepals.json +727 -0
  45. package/tokens/semantic/pulp.json +728 -0
@@ -0,0 +1,216 @@
1
+ {
2
+ "$description": "pulp primitives. Raw values with no meaning attached: the palette, type families, and scales the semantic layer maps onto. Derived from the perepages.com palette.",
3
+ "color": {
4
+ "$type": "color",
5
+ "ultramarine": {
6
+ "100": {
7
+ "$value": "#e8eafc"
8
+ },
9
+ "200": {
10
+ "$value": "#a5aeff"
11
+ },
12
+ "300": {
13
+ "$value": "#8b97ff"
14
+ },
15
+ "400": {
16
+ "$value": "#6b7aff"
17
+ },
18
+ "500": {
19
+ "$value": "#1e2ed6"
20
+ },
21
+ "700": {
22
+ "$value": "#1522a8"
23
+ },
24
+ "800": {
25
+ "$value": "#101a80"
26
+ },
27
+ "900": {
28
+ "$value": "#10164a"
29
+ }
30
+ },
31
+ "neutral": {
32
+ "0": {
33
+ "$value": "#ffffff"
34
+ },
35
+ "50": {
36
+ "$value": "#f3f4f7"
37
+ },
38
+ "100": {
39
+ "$value": "#ededf2"
40
+ },
41
+ "200": {
42
+ "$value": "#e9ebf1"
43
+ },
44
+ "300": {
45
+ "$value": "#d5d7de"
46
+ },
47
+ "400": {
48
+ "$value": "#adb0bb"
49
+ },
50
+ "450": {
51
+ "$value": "#8f95a8"
52
+ },
53
+ "500": {
54
+ "$value": "#767d92"
55
+ },
56
+ "600": {
57
+ "$value": "#666c80"
58
+ },
59
+ "700": {
60
+ "$value": "#5a6072"
61
+ },
62
+ "800": {
63
+ "$value": "#4a4f5d"
64
+ },
65
+ "850": {
66
+ "$value": "#262a35"
67
+ },
68
+ "900": {
69
+ "$value": "#11141d"
70
+ },
71
+ "950": {
72
+ "$value": "#0c0e14"
73
+ },
74
+ "975": {
75
+ "$value": "#090b11"
76
+ },
77
+ "1000": {
78
+ "$value": "#05070b"
79
+ },
80
+ "$description": "Sixteen steps rather than the usual eleven: 450, 850, 975 and 1000 exist because the dark scheme needs three surfaces below 900 (raised, base, sunken). Derived from perepages.com. 450 is the faint text step that still meets AA on the dark raised surface."
81
+ },
82
+ "saffron": {
83
+ "100": {
84
+ "$value": "#fff3d6"
85
+ },
86
+ "500": {
87
+ "$value": "#ffb020"
88
+ },
89
+ "700": {
90
+ "$value": "#8a5a00"
91
+ },
92
+ "900": {
93
+ "$value": "#3a2800"
94
+ }
95
+ },
96
+ "green": {
97
+ "100": {
98
+ "$value": "#e3f6ec"
99
+ },
100
+ "300": {
101
+ "$value": "#3ecf8e"
102
+ },
103
+ "500": {
104
+ "$value": "#1a8f5c"
105
+ },
106
+ "700": {
107
+ "$value": "#146e47"
108
+ },
109
+ "900": {
110
+ "$value": "#0e2e20"
111
+ }
112
+ },
113
+ "red": {
114
+ "100": {
115
+ "$value": "#fbe5e6"
116
+ },
117
+ "300": {
118
+ "$value": "#ff6b70"
119
+ },
120
+ "500": {
121
+ "$value": "#d0393e"
122
+ },
123
+ "700": {
124
+ "$value": "#a52c30"
125
+ },
126
+ "900": {
127
+ "$value": "#3d1113"
128
+ }
129
+ }
130
+ },
131
+ "radius": {
132
+ "$type": "dimension",
133
+ "sm": {
134
+ "$value": {
135
+ "value": 3,
136
+ "unit": "px"
137
+ }
138
+ },
139
+ "lg": {
140
+ "$value": {
141
+ "value": 10,
142
+ "unit": "px"
143
+ }
144
+ },
145
+ "pill": {
146
+ "$value": {
147
+ "value": 9999,
148
+ "unit": "px"
149
+ }
150
+ }
151
+ },
152
+ "space": {
153
+ "$type": "dimension",
154
+ "unit": {
155
+ "$value": {
156
+ "value": 0.25,
157
+ "unit": "rem"
158
+ },
159
+ "$description": "The density knob. Every semantic space token is a multiple of this."
160
+ }
161
+ },
162
+ "duration": {
163
+ "$type": "duration",
164
+ "fast": {
165
+ "$value": {
166
+ "value": 140,
167
+ "unit": "ms"
168
+ }
169
+ },
170
+ "base": {
171
+ "$value": {
172
+ "value": 260,
173
+ "unit": "ms"
174
+ }
175
+ }
176
+ },
177
+ "easing": {
178
+ "$type": "cubicBezier",
179
+ "standard": {
180
+ "$value": [
181
+ 0.2,
182
+ 0.7,
183
+ 0.3,
184
+ 1
185
+ ]
186
+ }
187
+ },
188
+ "typeface": {
189
+ "display": {
190
+ "$value": [
191
+ "Archivo Variable",
192
+ "Archivo",
193
+ "system-ui",
194
+ "sans-serif"
195
+ ]
196
+ },
197
+ "body": {
198
+ "$value": [
199
+ "Instrument Sans Variable",
200
+ "Instrument Sans",
201
+ "system-ui",
202
+ "sans-serif"
203
+ ]
204
+ },
205
+ "mono": {
206
+ "$value": [
207
+ "Geist Mono Variable",
208
+ "ui-monospace",
209
+ "SF Mono",
210
+ "Menlo",
211
+ "monospace"
212
+ ]
213
+ },
214
+ "$type": "fontFamily"
215
+ }
216
+ }