@pantheon-systems/pds-design-tokens 1.0.0-dev.64 → 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,12 +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-marketing-max-width: 1200px;
21
- --pds-container-marketing-padding-medium-large: 5%;
22
- --pds-container-marketing-padding-small: 5%;
23
- --pds-container-max-width: 1400px;
24
- --pds-container-padding-large: 2%;
25
- --pds-container-padding-medium: 3%;
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%;
26
25
  --pds-container-padding-small: 5%;
27
26
  --pds-grid-marketing-column-medium-large: 5.125%;
28
27
  --pds-grid-marketing-column-small: 21.34375%;
@@ -239,23 +239,69 @@
239
239
  },
240
240
  "container": {
241
241
  "max-width": {
242
- "value": "1400px",
243
- "public": true,
244
- "filePath": "tokens/container/base.json",
245
- "isSource": true,
246
- "original": {
247
- "value": "1400px",
248
- "public": true
242
+ "wide": {
243
+ "value": "1440px",
244
+ "public": true,
245
+ "filePath": "tokens/container/base.json",
246
+ "isSource": true,
247
+ "original": {
248
+ "value": "1440px",
249
+ "public": true
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
+ ]
249
262
  },
250
- "name": "container-max-width",
251
- "attributes": {
252
- "category": "container",
253
- "type": "max-width"
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
+ },
272
+ "name": "container-max-width-default",
273
+ "attributes": {
274
+ "category": "container",
275
+ "type": "max-width",
276
+ "item": "default"
277
+ },
278
+ "path": [
279
+ "container",
280
+ "max-width",
281
+ "default"
282
+ ]
254
283
  },
255
- "path": [
256
- "container",
257
- "max-width"
258
- ]
284
+ "narrow": {
285
+ "value": "1024px",
286
+ "public": true,
287
+ "filePath": "tokens/container/base.json",
288
+ "isSource": true,
289
+ "original": {
290
+ "value": "1024px",
291
+ "public": true
292
+ },
293
+ "name": "container-max-width-narrow",
294
+ "attributes": {
295
+ "category": "container",
296
+ "type": "max-width",
297
+ "item": "narrow"
298
+ },
299
+ "path": [
300
+ "container",
301
+ "max-width",
302
+ "narrow"
303
+ ]
304
+ }
259
305
  },
260
306
  "padding": {
261
307
  "small": {
@@ -280,12 +326,12 @@
280
326
  ]
281
327
  },
282
328
  "medium": {
283
- "value": "3%",
329
+ "value": "4%",
284
330
  "public": true,
285
331
  "filePath": "tokens/container/base.json",
286
332
  "isSource": true,
287
333
  "original": {
288
- "value": "3%",
334
+ "value": "4%",
289
335
  "public": true
290
336
  },
291
337
  "name": "container-padding-medium",
@@ -301,12 +347,12 @@
301
347
  ]
302
348
  },
303
349
  "large": {
304
- "value": "2%",
350
+ "value": "4%",
305
351
  "public": true,
306
352
  "filePath": "tokens/container/base.json",
307
353
  "isSource": true,
308
354
  "original": {
309
- "value": "2%",
355
+ "value": "4%",
310
356
  "public": true
311
357
  },
312
358
  "name": "container-padding-large",
@@ -321,77 +367,6 @@
321
367
  "large"
322
368
  ]
323
369
  }
324
- },
325
- "marketing": {
326
- "max-width": {
327
- "value": "1200px",
328
- "public": true,
329
- "filePath": "tokens/container/base.json",
330
- "isSource": true,
331
- "original": {
332
- "value": "1200px",
333
- "public": true
334
- },
335
- "name": "container-marketing-max-width",
336
- "attributes": {
337
- "category": "container",
338
- "type": "marketing",
339
- "item": "max-width"
340
- },
341
- "path": [
342
- "container",
343
- "marketing",
344
- "max-width"
345
- ]
346
- },
347
- "padding": {
348
- "small": {
349
- "value": "5%",
350
- "public": true,
351
- "filePath": "tokens/container/base.json",
352
- "isSource": true,
353
- "original": {
354
- "value": "5%",
355
- "public": true
356
- },
357
- "name": "container-marketing-padding-small",
358
- "attributes": {
359
- "category": "container",
360
- "type": "marketing",
361
- "item": "padding",
362
- "subitem": "small"
363
- },
364
- "path": [
365
- "container",
366
- "marketing",
367
- "padding",
368
- "small"
369
- ]
370
- },
371
- "medium-large": {
372
- "value": "5%",
373
- "public": true,
374
- "filePath": "tokens/container/base.json",
375
- "isSource": true,
376
- "original": {
377
- "value": "5%",
378
- "public": true
379
- },
380
- "name": "container-marketing-padding-medium-large",
381
- "attributes": {
382
- "category": "container",
383
- "type": "marketing",
384
- "item": "padding",
385
- "subitem": "medium-large"
386
- },
387
- "path": [
388
- "container",
389
- "marketing",
390
- "padding",
391
- "medium-large"
392
- ]
393
- }
394
- }
395
370
  }
396
371
  },
397
372
  "grid": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pantheon-systems/pds-design-tokens",
3
- "version": "1.0.0-dev.64",
3
+ "version": "1.0.0-dev.66",
4
4
  "description": "Design Tokens for the Pantheon Design System",
5
5
  "homepage": "https://pantheon.io",
6
6
  "keywords": [