@pearpages/pulp-tokens 0.2.0 → 0.3.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.
@@ -19,6 +19,15 @@
19
19
  }
20
20
  }
21
21
  },
22
+ "overlay": {
23
+ "$value": "{color.neutral.0}",
24
+ "$extensions": {
25
+ "com.pearpages.pulp": {
26
+ "dark": "{color.neutral.875}"
27
+ }
28
+ },
29
+ "$description": "What floats above the page: dialogs, sheets, popovers, menus. One step lighter than raised in dark schemes, where a shadow alone does not separate a menu from a card; in light it may equal raised."
30
+ },
22
31
  "sunken": {
23
32
  "$value": "{color.neutral.200}",
24
33
  "$extensions": {
@@ -191,6 +200,24 @@
191
200
  }
192
201
  }
193
202
  },
203
+ "error-hover": {
204
+ "$value": "{color.red.700}",
205
+ "$extensions": {
206
+ "com.pearpages.pulp": {
207
+ "dark": "{color.red.200}"
208
+ }
209
+ },
210
+ "$description": "A filled error surface under the pointer (a danger Button). Darkens in light, lightens in dark: away from its on-error text."
211
+ },
212
+ "error-active": {
213
+ "$value": "{color.red.800}",
214
+ "$extensions": {
215
+ "com.pearpages.pulp": {
216
+ "dark": "{color.red.400}"
217
+ }
218
+ },
219
+ "$description": "A filled error surface while pressed."
220
+ },
194
221
  "info": {
195
222
  "$value": "{color.ultramarine.500}",
196
223
  "$extensions": {