@pantheon-systems/pds-design-tokens 1.0.0-dev.147 → 1.0.0-dev.149

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.
@@ -287,6 +287,52 @@
287
287
  "default"
288
288
  ]
289
289
  },
290
+ "bar": {
291
+ "value": 3.5,
292
+ "defaultUnit": "rem",
293
+ "public": true,
294
+ "filePath": "tokens/border/alias.json",
295
+ "isSource": true,
296
+ "original": {
297
+ "value": 3.5,
298
+ "defaultUnit": "rem",
299
+ "public": true
300
+ },
301
+ "name": "border-radius-bar",
302
+ "attributes": {
303
+ "category": "border",
304
+ "type": "radius",
305
+ "item": "bar"
306
+ },
307
+ "path": [
308
+ "border",
309
+ "radius",
310
+ "bar"
311
+ ]
312
+ },
313
+ "button": {
314
+ "value": 0.1875,
315
+ "defaultUnit": "rem",
316
+ "public": true,
317
+ "filePath": "tokens/border/alias.json",
318
+ "isSource": true,
319
+ "original": {
320
+ "value": 0.1875,
321
+ "defaultUnit": "rem",
322
+ "public": true
323
+ },
324
+ "name": "border-radius-button",
325
+ "attributes": {
326
+ "category": "border",
327
+ "type": "radius",
328
+ "item": "button"
329
+ },
330
+ "path": [
331
+ "border",
332
+ "radius",
333
+ "button"
334
+ ]
335
+ },
290
336
  "container": {
291
337
  "value": 0.375,
292
338
  "defaultUnit": "rem",
@@ -310,40 +356,40 @@
310
356
  "container"
311
357
  ]
312
358
  },
313
- "bar": {
314
- "value": 3.5,
359
+ "input": {
360
+ "value": 0.25,
315
361
  "defaultUnit": "rem",
316
362
  "public": true,
317
363
  "filePath": "tokens/border/alias.json",
318
364
  "isSource": true,
319
365
  "original": {
320
- "value": 3.5,
366
+ "value": 0.25,
321
367
  "defaultUnit": "rem",
322
368
  "public": true
323
369
  },
324
- "name": "border-radius-bar",
370
+ "name": "border-radius-input",
325
371
  "attributes": {
326
372
  "category": "border",
327
373
  "type": "radius",
328
- "item": "bar"
374
+ "item": "input"
329
375
  },
330
376
  "path": [
331
377
  "border",
332
378
  "radius",
333
- "bar"
379
+ "input"
334
380
  ]
335
381
  }
336
382
  },
337
383
  "width": {
338
384
  "default": {
339
- "value": 0.0625,
340
- "defaultUnit": "rem",
385
+ "value": 1,
386
+ "defaultUnit": "px",
341
387
  "public": true,
342
388
  "filePath": "tokens/border/alias.json",
343
389
  "isSource": true,
344
390
  "original": {
345
- "value": 0.0625,
346
- "defaultUnit": "rem",
391
+ "value": 1,
392
+ "defaultUnit": "px",
347
393
  "public": true
348
394
  },
349
395
  "name": "border-width-default",
@@ -358,15 +404,61 @@
358
404
  "default"
359
405
  ]
360
406
  },
407
+ "double": {
408
+ "value": 2,
409
+ "defaultUnit": "px",
410
+ "public": true,
411
+ "filePath": "tokens/border/alias.json",
412
+ "isSource": true,
413
+ "original": {
414
+ "value": 2,
415
+ "defaultUnit": "px",
416
+ "public": true
417
+ },
418
+ "name": "border-width-double",
419
+ "attributes": {
420
+ "category": "border",
421
+ "type": "width",
422
+ "item": "double"
423
+ },
424
+ "path": [
425
+ "border",
426
+ "width",
427
+ "double"
428
+ ]
429
+ },
430
+ "triple": {
431
+ "value": 3,
432
+ "defaultUnit": "px",
433
+ "public": true,
434
+ "filePath": "tokens/border/alias.json",
435
+ "isSource": true,
436
+ "original": {
437
+ "value": 3,
438
+ "defaultUnit": "px",
439
+ "public": true
440
+ },
441
+ "name": "border-width-triple",
442
+ "attributes": {
443
+ "category": "border",
444
+ "type": "width",
445
+ "item": "triple"
446
+ },
447
+ "path": [
448
+ "border",
449
+ "width",
450
+ "triple"
451
+ ]
452
+ },
361
453
  "outline": {
362
- "value": 0.125,
363
- "defaultUnit": "rem",
454
+ "value": 1,
455
+ "defaultUnit": "px",
364
456
  "public": true,
365
457
  "filePath": "tokens/border/alias.json",
366
458
  "isSource": true,
367
459
  "original": {
368
- "value": 0.125,
369
- "defaultUnit": "rem",
460
+ "value": 1,
461
+ "defaultUnit": "px",
370
462
  "public": true
371
463
  },
372
464
  "name": "border-width-outline",
@@ -382,14 +474,14 @@
382
474
  ]
383
475
  },
384
476
  "stepper": {
385
- "value": 0.1875,
386
- "defaultUnit": "rem",
477
+ "value": 3,
478
+ "defaultUnit": "px",
387
479
  "public": true,
388
480
  "filePath": "tokens/border/alias.json",
389
481
  "isSource": true,
390
482
  "original": {
391
- "value": 0.1875,
392
- "defaultUnit": "rem",
483
+ "value": 3,
484
+ "defaultUnit": "px",
393
485
  "public": true
394
486
  },
395
487
  "name": "border-width-stepper",
@@ -404,6 +496,77 @@
404
496
  "stepper"
405
497
  ]
406
498
  }
499
+ },
500
+ "offset": {
501
+ "default": {
502
+ "value": 1,
503
+ "defaultUnit": "px",
504
+ "public": true,
505
+ "filePath": "tokens/border/alias.json",
506
+ "isSource": true,
507
+ "original": {
508
+ "value": 1,
509
+ "defaultUnit": "px",
510
+ "public": true
511
+ },
512
+ "name": "border-offset-default",
513
+ "attributes": {
514
+ "category": "border",
515
+ "type": "offset",
516
+ "item": "default"
517
+ },
518
+ "path": [
519
+ "border",
520
+ "offset",
521
+ "default"
522
+ ]
523
+ },
524
+ "double": {
525
+ "value": 2,
526
+ "defaultUnit": "px",
527
+ "public": true,
528
+ "filePath": "tokens/border/alias.json",
529
+ "isSource": true,
530
+ "original": {
531
+ "value": 2,
532
+ "defaultUnit": "px",
533
+ "public": true
534
+ },
535
+ "name": "border-offset-double",
536
+ "attributes": {
537
+ "category": "border",
538
+ "type": "offset",
539
+ "item": "double"
540
+ },
541
+ "path": [
542
+ "border",
543
+ "offset",
544
+ "double"
545
+ ]
546
+ },
547
+ "triple": {
548
+ "value": 3,
549
+ "defaultUnit": "px",
550
+ "public": true,
551
+ "filePath": "tokens/border/alias.json",
552
+ "isSource": true,
553
+ "original": {
554
+ "value": 3,
555
+ "defaultUnit": "px",
556
+ "public": true
557
+ },
558
+ "name": "border-offset-triple",
559
+ "attributes": {
560
+ "category": "border",
561
+ "type": "offset",
562
+ "item": "triple"
563
+ },
564
+ "path": [
565
+ "border",
566
+ "offset",
567
+ "triple"
568
+ ]
569
+ }
407
570
  }
408
571
  },
409
572
  "container": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pantheon-systems/pds-design-tokens",
3
- "version": "1.0.0-dev.147",
3
+ "version": "1.0.0-dev.149",
4
4
  "description": "Design Tokens for the Pantheon Design System",
5
5
  "homepage": "https://pantheon.io",
6
6
  "keywords": [