@pantheon-systems/pds-design-tokens 1.0.0-dev.80 → 1.0.0-dev.81
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.
|
@@ -24,9 +24,10 @@
|
|
|
24
24
|
--pds-border-radius-container: 0.375rem;
|
|
25
25
|
--pds-border-radius-default: 0.1875rem;
|
|
26
26
|
--pds-border-width-default: 1px;
|
|
27
|
-
--pds-container-max-width-default: 1200px;
|
|
28
27
|
--pds-container-max-width-narrow: 1024px;
|
|
28
|
+
--pds-container-max-width-standard: 1200px;
|
|
29
29
|
--pds-container-max-width-wide: 1440px;
|
|
30
|
+
--pds-container-max-width-x-wide: 1600px;
|
|
30
31
|
--pds-container-padding-large: 4%;
|
|
31
32
|
--pds-container-padding-medium: 4%;
|
|
32
33
|
--pds-container-padding-small: 5%;
|
|
@@ -339,28 +339,28 @@
|
|
|
339
339
|
},
|
|
340
340
|
"container": {
|
|
341
341
|
"max-width": {
|
|
342
|
-
"
|
|
343
|
-
"value": "
|
|
342
|
+
"narrow": {
|
|
343
|
+
"value": "1024px",
|
|
344
344
|
"public": true,
|
|
345
345
|
"filePath": "tokens/container/base.json",
|
|
346
346
|
"isSource": true,
|
|
347
347
|
"original": {
|
|
348
|
-
"value": "
|
|
348
|
+
"value": "1024px",
|
|
349
349
|
"public": true
|
|
350
350
|
},
|
|
351
|
-
"name": "container-max-width-
|
|
351
|
+
"name": "container-max-width-narrow",
|
|
352
352
|
"attributes": {
|
|
353
353
|
"category": "container",
|
|
354
354
|
"type": "max-width",
|
|
355
|
-
"item": "
|
|
355
|
+
"item": "narrow"
|
|
356
356
|
},
|
|
357
357
|
"path": [
|
|
358
358
|
"container",
|
|
359
359
|
"max-width",
|
|
360
|
-
"
|
|
360
|
+
"narrow"
|
|
361
361
|
]
|
|
362
362
|
},
|
|
363
|
-
"
|
|
363
|
+
"standard": {
|
|
364
364
|
"value": "1200px",
|
|
365
365
|
"public": true,
|
|
366
366
|
"filePath": "tokens/container/base.json",
|
|
@@ -369,37 +369,58 @@
|
|
|
369
369
|
"value": "1200px",
|
|
370
370
|
"public": true
|
|
371
371
|
},
|
|
372
|
-
"name": "container-max-width-
|
|
372
|
+
"name": "container-max-width-standard",
|
|
373
373
|
"attributes": {
|
|
374
374
|
"category": "container",
|
|
375
375
|
"type": "max-width",
|
|
376
|
-
"item": "
|
|
376
|
+
"item": "standard"
|
|
377
377
|
},
|
|
378
378
|
"path": [
|
|
379
379
|
"container",
|
|
380
380
|
"max-width",
|
|
381
|
-
"
|
|
381
|
+
"standard"
|
|
382
382
|
]
|
|
383
383
|
},
|
|
384
|
-
"
|
|
385
|
-
"value": "
|
|
384
|
+
"wide": {
|
|
385
|
+
"value": "1440px",
|
|
386
386
|
"public": true,
|
|
387
387
|
"filePath": "tokens/container/base.json",
|
|
388
388
|
"isSource": true,
|
|
389
389
|
"original": {
|
|
390
|
-
"value": "
|
|
390
|
+
"value": "1440px",
|
|
391
391
|
"public": true
|
|
392
392
|
},
|
|
393
|
-
"name": "container-max-width-
|
|
393
|
+
"name": "container-max-width-wide",
|
|
394
394
|
"attributes": {
|
|
395
395
|
"category": "container",
|
|
396
396
|
"type": "max-width",
|
|
397
|
-
"item": "
|
|
397
|
+
"item": "wide"
|
|
398
398
|
},
|
|
399
399
|
"path": [
|
|
400
400
|
"container",
|
|
401
401
|
"max-width",
|
|
402
|
-
"
|
|
402
|
+
"wide"
|
|
403
|
+
]
|
|
404
|
+
},
|
|
405
|
+
"x-wide": {
|
|
406
|
+
"value": "1600px",
|
|
407
|
+
"public": true,
|
|
408
|
+
"filePath": "tokens/container/base.json",
|
|
409
|
+
"isSource": true,
|
|
410
|
+
"original": {
|
|
411
|
+
"value": "1600px",
|
|
412
|
+
"public": true
|
|
413
|
+
},
|
|
414
|
+
"name": "container-max-width-x-wide",
|
|
415
|
+
"attributes": {
|
|
416
|
+
"category": "container",
|
|
417
|
+
"type": "max-width",
|
|
418
|
+
"item": "x-wide"
|
|
419
|
+
},
|
|
420
|
+
"path": [
|
|
421
|
+
"container",
|
|
422
|
+
"max-width",
|
|
423
|
+
"x-wide"
|
|
403
424
|
]
|
|
404
425
|
}
|
|
405
426
|
},
|