@sps-woodland/tokens 7.2.2 → 7.2.4

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/src/tokens.ts CHANGED
@@ -318,7 +318,15 @@ export const Tokens = Object.freeze({
318
318
  background: "#ffffff",
319
319
  "border-left-radius": "0",
320
320
  "border-right-radius": "0.125rem",
321
- "box-shadow-color": "#4b5356",
321
+ "box-shadow-color": {
322
+ default: "#e9e9ea",
323
+ key: "#4b5356",
324
+ warning: "#e7760b",
325
+ error: "#de002e",
326
+ pending: "#91467f",
327
+ success: "#0b8940",
328
+ info: "#007db8",
329
+ },
322
330
  "box-shadow-width": "0.0625rem",
323
331
  "padding-vertical": "0.125rem",
324
332
  "padding-horizontal": "0.25rem",
@@ -254,7 +254,15 @@ export const sprinkleValues = Object.freeze({
254
254
  background: "#ffffff",
255
255
  "border-left-radius": "0",
256
256
  "border-right-radius": "0.125rem",
257
- "box-shadow-color": "#4b5356",
257
+ "box-shadow-color": {
258
+ default: "#e9e9ea",
259
+ key: "#4b5356",
260
+ warning: "#e7760b",
261
+ error: "#de002e",
262
+ pending: "#91467f",
263
+ success: "#0b8940",
264
+ info: "#007db8",
265
+ },
258
266
  "box-shadow-width": "0.0625rem",
259
267
  "padding-vertical": "0.125rem",
260
268
  "padding-horizontal": "0.25rem",