@pantheon-systems/pds-design-tokens 1.0.0-dev.64 → 1.0.0-dev.65

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,8 @@
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;
20
+ --pds-container-max-width-default: 1440px;
21
+ --pds-container-max-width-narrow: 1200px;
24
22
  --pds-container-padding-large: 2%;
25
23
  --pds-container-padding-medium: 3%;
26
24
  --pds-container-padding-small: 5%;
@@ -239,23 +239,48 @@
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
249
- },
250
- "name": "container-max-width",
251
- "attributes": {
252
- "category": "container",
253
- "type": "max-width"
242
+ "default": {
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-default",
252
+ "attributes": {
253
+ "category": "container",
254
+ "type": "max-width",
255
+ "item": "default"
256
+ },
257
+ "path": [
258
+ "container",
259
+ "max-width",
260
+ "default"
261
+ ]
254
262
  },
255
- "path": [
256
- "container",
257
- "max-width"
258
- ]
263
+ "narrow": {
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-narrow",
273
+ "attributes": {
274
+ "category": "container",
275
+ "type": "max-width",
276
+ "item": "narrow"
277
+ },
278
+ "path": [
279
+ "container",
280
+ "max-width",
281
+ "narrow"
282
+ ]
283
+ }
259
284
  },
260
285
  "padding": {
261
286
  "small": {
@@ -321,77 +346,6 @@
321
346
  "large"
322
347
  ]
323
348
  }
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
349
  }
396
350
  },
397
351
  "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.65",
4
4
  "description": "Design Tokens for the Pantheon Design System",
5
5
  "homepage": "https://pantheon.io",
6
6
  "keywords": [