@pantheon-systems/pds-design-tokens 1.0.0-dev.129 → 1.0.0-dev.130
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.
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
--pds-container-padding-standard-bp-md: 6%;
|
|
42
42
|
--pds-container-padding-wide-bp-lg: 4%;
|
|
43
43
|
--pds-container-padding-wide-bp-md: 5%;
|
|
44
|
+
--pds-container-tooltip-max-width: 12.5rem;
|
|
44
45
|
--pds-grid-marketing-column-medium-large: 4.36875%;
|
|
45
46
|
--pds-grid-marketing-column-small: 21.34375%;
|
|
46
47
|
--pds-grid-marketing-gap-medium-large: 4.325%;
|
|
@@ -480,6 +480,29 @@
|
|
|
480
480
|
}
|
|
481
481
|
}
|
|
482
482
|
},
|
|
483
|
+
"tooltip": {
|
|
484
|
+
"max-width": {
|
|
485
|
+
"value": "12.5rem",
|
|
486
|
+
"public": true,
|
|
487
|
+
"filePath": "tokens/container/alias.json",
|
|
488
|
+
"isSource": true,
|
|
489
|
+
"original": {
|
|
490
|
+
"value": "12.5rem",
|
|
491
|
+
"public": true
|
|
492
|
+
},
|
|
493
|
+
"name": "container-tooltip-max-width",
|
|
494
|
+
"attributes": {
|
|
495
|
+
"category": "container",
|
|
496
|
+
"type": "tooltip",
|
|
497
|
+
"item": "max-width"
|
|
498
|
+
},
|
|
499
|
+
"path": [
|
|
500
|
+
"container",
|
|
501
|
+
"tooltip",
|
|
502
|
+
"max-width"
|
|
503
|
+
]
|
|
504
|
+
}
|
|
505
|
+
},
|
|
483
506
|
"max-width": {
|
|
484
507
|
"narrow": {
|
|
485
508
|
"value": "1024px",
|