@patternfly/design-tokens 1.0.4 → 1.0.5

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.
@@ -1,6 +1,6 @@
1
1
  // /**
2
2
  // * Do not edit directly
3
- // * Generated on Wed, 27 Mar 2024 20:59:01 GMT
3
+ // * Generated on Mon, 01 Apr 2024 17:12:28 GMT
4
4
  // */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  // /**
2
2
  // * Do not edit directly
3
- // * Generated on Wed, 27 Mar 2024 20:59:01 GMT
3
+ // * Generated on Mon, 01 Apr 2024 17:12:28 GMT
4
4
  // */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  // /**
2
2
  // * Do not edit directly
3
- // * Generated on Wed, 27 Mar 2024 20:59:01 GMT
3
+ // * Generated on Mon, 01 Apr 2024 17:12:28 GMT
4
4
  // */
5
5
 
6
6
  :root {
@@ -27,12 +27,12 @@
27
27
  --pf-t--global--box-shadow--X--300: -1px;
28
28
  --pf-t--global--box-shadow--X--200: -4px;
29
29
  --pf-t--global--box-shadow--X--100: -8px;
30
- --pf-t--global--Zindex--600: 600;
31
- --pf-t--global--Zindex--500: 500;
32
- --pf-t--global--Zindex--400: 400;
33
- --pf-t--global--Zindex--300: 300;
34
- --pf-t--global--Zindex--200: 200;
35
- --pf-t--global--Zindex--100: 100;
30
+ --pf-t--global--z-index--600: 600;
31
+ --pf-t--global--z-index--500: 500;
32
+ --pf-t--global--z-index--400: 400;
33
+ --pf-t--global--z-index--300: 300;
34
+ --pf-t--global--z-index--200: 200;
35
+ --pf-t--global--z-index--100: 100;
36
36
  --pf-t--global--font--size--800: 36px;
37
37
  --pf-t--global--font--size--700: 28px;
38
38
  --pf-t--global--font--size--600: 22px;
@@ -166,12 +166,12 @@
166
166
  --pf-t--global--box-shadow--X--sm--bottom: var(--pf-t--global--box-shadow--X--400);
167
167
  --pf-t--global--box-shadow--X--sm--top: var(--pf-t--global--box-shadow--X--400);
168
168
  --pf-t--global--box-shadow--X--sm--default: var(--pf-t--global--box-shadow--X--400);
169
- --pf-t--global--Zindex--2xl: 600;
170
- --pf-t--global--Zindex--xl: 500;
171
- --pf-t--global--Zindex--lg: 400;
172
- --pf-t--global--Zindex--md: 300;
173
- --pf-t--global--Zindex--sm: 200;
174
- --pf-t--global--Zindex--xs: 100;
169
+ --pf-t--global--z-index--2xl: 600;
170
+ --pf-t--global--z-index--xl: 500;
171
+ --pf-t--global--z-index--lg: 400;
172
+ --pf-t--global--z-index--md: 300;
173
+ --pf-t--global--z-index--sm: 200;
174
+ --pf-t--global--z-index--xs: 100;
175
175
  --pf-t--global--font--size--4xl: var(--pf-t--global--font--size--800);
176
176
  --pf-t--global--font--size--3xl: var(--pf-t--global--font--size--700);
177
177
  --pf-t--global--font--size--2xl: var(--pf-t--global--font--size--600);
@@ -1,6 +1,6 @@
1
1
  // /**
2
2
  // * Do not edit directly
3
- // * Generated on Wed, 27 Mar 2024 20:59:01 GMT
3
+ // * Generated on Mon, 01 Apr 2024 17:12:28 GMT
4
4
  // */
5
5
 
6
6
  :root {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/design-tokens",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Define the design tokens for patternfly design system and component library",
5
5
  "main": "dist/esm/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -141,7 +141,7 @@
141
141
  }
142
142
  }
143
143
  },
144
- "Zindex": {
144
+ "z-index": {
145
145
  "100": {
146
146
  "type": "number",
147
147
  "value": 100
@@ -381,30 +381,196 @@
381
381
  }
382
382
  }
383
383
  },
384
- "Zindex": {
384
+ "z-index": {
385
385
  "xs": {
386
386
  "type": "number",
387
- "value": "{global.Zindex.100}"
387
+ "value": "{global.z-index.100}"
388
388
  },
389
389
  "sm": {
390
390
  "type": "number",
391
- "value": "{global.Zindex.200}"
391
+ "value": "{global.z-index.200}"
392
392
  },
393
393
  "md": {
394
394
  "type": "number",
395
- "value": "{global.Zindex.300}"
395
+ "value": "{global.z-index.300}"
396
396
  },
397
397
  "lg": {
398
398
  "type": "number",
399
- "value": "{global.Zindex.400}"
399
+ "value": "{global.z-index.400}"
400
400
  },
401
401
  "xl": {
402
402
  "type": "number",
403
- "value": "{global.Zindex.500}"
403
+ "value": "{global.z-index.500}"
404
404
  },
405
405
  "2xl": {
406
406
  "type": "number",
407
- "value": "{global.Zindex.600}"
407
+ "value": "{global.z-index.600}"
408
+ }
409
+ },
410
+ "box-shadow": {
411
+ "X": {
412
+ "sm": {
413
+ "default": {
414
+ "type": "number",
415
+ "value": "{global.box-shadow.X.400}"
416
+ },
417
+ "top": {
418
+ "type": "number",
419
+ "value": "{global.box-shadow.X.400}"
420
+ },
421
+ "bottom": {
422
+ "type": "number",
423
+ "value": "{global.box-shadow.X.400}"
424
+ },
425
+ "left": {
426
+ "type": "number",
427
+ "value": "{global.box-shadow.X.300}"
428
+ },
429
+ "right": {
430
+ "type": "number",
431
+ "value": "{global.box-shadow.X.500}"
432
+ }
433
+ },
434
+ "md": {
435
+ "default": {
436
+ "type": "number",
437
+ "value": "{global.box-shadow.X.400}"
438
+ },
439
+ "top": {
440
+ "type": "number",
441
+ "value": "{global.box-shadow.X.400}"
442
+ },
443
+ "bottom": {
444
+ "type": "number",
445
+ "value": "{global.box-shadow.X.400}"
446
+ },
447
+ "left": {
448
+ "type": "number",
449
+ "value": "{global.box-shadow.X.200}"
450
+ },
451
+ "right": {
452
+ "type": "number",
453
+ "value": "{global.box-shadow.X.600}"
454
+ }
455
+ },
456
+ "lg": {
457
+ "default": {
458
+ "type": "number",
459
+ "value": "{global.box-shadow.X.400}"
460
+ },
461
+ "top": {
462
+ "type": "number",
463
+ "value": "{global.box-shadow.X.400}"
464
+ },
465
+ "bottom": {
466
+ "type": "number",
467
+ "value": "{global.box-shadow.X.400}"
468
+ },
469
+ "left": {
470
+ "type": "number",
471
+ "value": "{global.box-shadow.X.100}"
472
+ },
473
+ "right": {
474
+ "type": "number",
475
+ "value": "{global.box-shadow.X.700}"
476
+ }
477
+ }
478
+ },
479
+ "Y": {
480
+ "sm": {
481
+ "default": {
482
+ "type": "number",
483
+ "value": "{global.box-shadow.Y.500}"
484
+ },
485
+ "top": {
486
+ "type": "number",
487
+ "value": "{global.box-shadow.Y.300}"
488
+ },
489
+ "bottom": {
490
+ "type": "number",
491
+ "value": "{global.box-shadow.Y.500}"
492
+ },
493
+ "left": {
494
+ "type": "number",
495
+ "value": "{global.box-shadow.Y.400}"
496
+ },
497
+ "right": {
498
+ "type": "number",
499
+ "value": "{global.box-shadow.Y.400}"
500
+ }
501
+ },
502
+ "md": {
503
+ "default": {
504
+ "type": "number",
505
+ "value": "{global.box-shadow.Y.600}"
506
+ },
507
+ "top": {
508
+ "type": "number",
509
+ "value": "{global.box-shadow.Y.200}"
510
+ },
511
+ "bottom": {
512
+ "type": "number",
513
+ "value": "{global.box-shadow.Y.600}"
514
+ },
515
+ "left": {
516
+ "type": "number",
517
+ "value": "{global.box-shadow.Y.400}"
518
+ },
519
+ "right": {
520
+ "type": "number",
521
+ "value": "{global.box-shadow.Y.400}"
522
+ }
523
+ },
524
+ "lg": {
525
+ "default": {
526
+ "type": "number",
527
+ "value": "{global.box-shadow.Y.700}"
528
+ },
529
+ "top": {
530
+ "type": "number",
531
+ "value": "{global.box-shadow.Y.100}"
532
+ },
533
+ "bottom": {
534
+ "type": "number",
535
+ "value": "{global.box-shadow.Y.700}"
536
+ },
537
+ "left": {
538
+ "type": "number",
539
+ "value": "{global.box-shadow.Y.400}"
540
+ },
541
+ "right": {
542
+ "type": "number",
543
+ "value": "{global.box-shadow.Y.400}"
544
+ }
545
+ }
546
+ },
547
+ "blur": {
548
+ "sm": {
549
+ "type": "number",
550
+ "value": "{global.box-shadow.blur.100}"
551
+ },
552
+ "md": {
553
+ "type": "number",
554
+ "value": "{global.box-shadow.blur.200}"
555
+ },
556
+ "lg": {
557
+ "type": "number",
558
+ "value": "{global.box-shadow.blur.300}"
559
+ }
560
+ },
561
+ "spread": {
562
+ "sm": {
563
+ "type": "number",
564
+ "value": "{global.box-shadow.spread.100}"
565
+ },
566
+ "md": {
567
+ "type": "number",
568
+ "value": "{global.box-shadow.spread.100}"
569
+ },
570
+ "lg": {
571
+ "type": "number",
572
+ "value": "{global.box-shadow.spread.100}"
573
+ }
408
574
  }
409
575
  },
410
576
  "box-shadow": {