@pantheon-systems/pds-design-tokens 1.0.0-dev.65 → 1.0.0-dev.66
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.
|
@@ -17,10 +17,11 @@
|
|
|
17
17
|
--pds-border-radius-container: 0.375rem;
|
|
18
18
|
--pds-border-radius-default: 0.1875rem;
|
|
19
19
|
--pds-border-width-default: 1px;
|
|
20
|
-
--pds-container-max-width-default:
|
|
21
|
-
--pds-container-max-width-narrow:
|
|
22
|
-
--pds-container-
|
|
23
|
-
--pds-container-padding-
|
|
20
|
+
--pds-container-max-width-default: 1200px;
|
|
21
|
+
--pds-container-max-width-narrow: 1024px;
|
|
22
|
+
--pds-container-max-width-wide: 1440px;
|
|
23
|
+
--pds-container-padding-large: 4%;
|
|
24
|
+
--pds-container-padding-medium: 4%;
|
|
24
25
|
--pds-container-padding-small: 5%;
|
|
25
26
|
--pds-grid-marketing-column-medium-large: 5.125%;
|
|
26
27
|
--pds-grid-marketing-column-small: 21.34375%;
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
},
|
|
240
240
|
"container": {
|
|
241
241
|
"max-width": {
|
|
242
|
-
"
|
|
242
|
+
"wide": {
|
|
243
243
|
"value": "1440px",
|
|
244
244
|
"public": true,
|
|
245
245
|
"filePath": "tokens/container/base.json",
|
|
@@ -248,6 +248,27 @@
|
|
|
248
248
|
"value": "1440px",
|
|
249
249
|
"public": true
|
|
250
250
|
},
|
|
251
|
+
"name": "container-max-width-wide",
|
|
252
|
+
"attributes": {
|
|
253
|
+
"category": "container",
|
|
254
|
+
"type": "max-width",
|
|
255
|
+
"item": "wide"
|
|
256
|
+
},
|
|
257
|
+
"path": [
|
|
258
|
+
"container",
|
|
259
|
+
"max-width",
|
|
260
|
+
"wide"
|
|
261
|
+
]
|
|
262
|
+
},
|
|
263
|
+
"default": {
|
|
264
|
+
"value": "1200px",
|
|
265
|
+
"public": true,
|
|
266
|
+
"filePath": "tokens/container/base.json",
|
|
267
|
+
"isSource": true,
|
|
268
|
+
"original": {
|
|
269
|
+
"value": "1200px",
|
|
270
|
+
"public": true
|
|
271
|
+
},
|
|
251
272
|
"name": "container-max-width-default",
|
|
252
273
|
"attributes": {
|
|
253
274
|
"category": "container",
|
|
@@ -261,12 +282,12 @@
|
|
|
261
282
|
]
|
|
262
283
|
},
|
|
263
284
|
"narrow": {
|
|
264
|
-
"value": "
|
|
285
|
+
"value": "1024px",
|
|
265
286
|
"public": true,
|
|
266
287
|
"filePath": "tokens/container/base.json",
|
|
267
288
|
"isSource": true,
|
|
268
289
|
"original": {
|
|
269
|
-
"value": "
|
|
290
|
+
"value": "1024px",
|
|
270
291
|
"public": true
|
|
271
292
|
},
|
|
272
293
|
"name": "container-max-width-narrow",
|
|
@@ -305,12 +326,12 @@
|
|
|
305
326
|
]
|
|
306
327
|
},
|
|
307
328
|
"medium": {
|
|
308
|
-
"value": "
|
|
329
|
+
"value": "4%",
|
|
309
330
|
"public": true,
|
|
310
331
|
"filePath": "tokens/container/base.json",
|
|
311
332
|
"isSource": true,
|
|
312
333
|
"original": {
|
|
313
|
-
"value": "
|
|
334
|
+
"value": "4%",
|
|
314
335
|
"public": true
|
|
315
336
|
},
|
|
316
337
|
"name": "container-padding-medium",
|
|
@@ -326,12 +347,12 @@
|
|
|
326
347
|
]
|
|
327
348
|
},
|
|
328
349
|
"large": {
|
|
329
|
-
"value": "
|
|
350
|
+
"value": "4%",
|
|
330
351
|
"public": true,
|
|
331
352
|
"filePath": "tokens/container/base.json",
|
|
332
353
|
"isSource": true,
|
|
333
354
|
"original": {
|
|
334
|
-
"value": "
|
|
355
|
+
"value": "4%",
|
|
335
356
|
"public": true
|
|
336
357
|
},
|
|
337
358
|
"name": "container-padding-large",
|