@patternfly/patternfly 6.0.0-alpha.141 → 6.0.0-alpha.142
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.
- package/base/patternfly-variables.css +17 -11
- package/base/tokens/tokens-charts-dark.scss +1 -1
- package/base/tokens/tokens-charts.scss +1 -1
- package/base/tokens/tokens-dark.scss +1 -1
- package/base/tokens/tokens-default.scss +18 -12
- package/base/tokens/tokens-palette.scss +1 -1
- package/package.json +1 -1
- package/patternfly-base-no-globals.css +17 -11
- package/patternfly-base.css +17 -11
- package/patternfly-no-globals.css +17 -11
- package/patternfly.css +17 -11
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -462,18 +462,8 @@
|
|
|
462
462
|
--pf-t--global--icon--size--lg: var(--pf-t--global--icon--size--250);
|
|
463
463
|
--pf-t--global--icon--size--md: var(--pf-t--global--icon--size--200);
|
|
464
464
|
--pf-t--global--icon--size--sm: var(--pf-t--global--icon--size--100);
|
|
465
|
-
--pf-t--global--spacer--button--horizontal--plain: var(--pf-t--global--spacer--200);
|
|
466
|
-
--pf-t--global--spacer--button--horizontal--compact: var(--pf-t--global--spacer--300);
|
|
467
|
-
--pf-t--global--spacer--button--horizontal--default: var(--pf-t--global--spacer--400);
|
|
468
|
-
--pf-t--global--spacer--button--vertical--plain: var(--pf-t--global--spacer--200);
|
|
469
465
|
--pf-t--global--spacer--button--vertical--compact: var(--pf-t--global--spacer--100);
|
|
470
|
-
--pf-t--global--spacer--button--
|
|
471
|
-
--pf-t--global--spacer--control--horizontal--plain: var(--pf-t--global--spacer--200);
|
|
472
|
-
--pf-t--global--spacer--control--horizontal--compact: var(--pf-t--global--spacer--200);
|
|
473
|
-
--pf-t--global--spacer--control--horizontal--default: var(--pf-t--global--spacer--300);
|
|
474
|
-
--pf-t--global--spacer--control--vertical--plain: var(--pf-t--global--spacer--200);
|
|
475
|
-
--pf-t--global--spacer--control--vertical--compact: var(--pf-t--global--spacer--100);
|
|
476
|
-
--pf-t--global--spacer--control--vertical--default: var(--pf-t--global--spacer--200);
|
|
466
|
+
--pf-t--global--spacer--button--horizontal--compact: var(--pf-t--global--spacer--300);
|
|
477
467
|
--pf-t--global--spacer--4xl: var(--pf-t--global--spacer--800);
|
|
478
468
|
--pf-t--global--spacer--3xl: var(--pf-t--global--spacer--700);
|
|
479
469
|
--pf-t--global--spacer--2xl: var(--pf-t--global--spacer--600);
|
|
@@ -636,6 +626,22 @@
|
|
|
636
626
|
--pf-t--global--icon--size--font--md: var(--pf-t--global--font--size--md);
|
|
637
627
|
--pf-t--global--icon--size--font--sm: var(--pf-t--global--font--size--sm);
|
|
638
628
|
--pf-t--global--icon--size--font--xs: var(--pf-t--global--font--size--xs);
|
|
629
|
+
--pf-t--global--spacer--gap--action-to-action--plain: var(--pf-t--global--spacer--xs);
|
|
630
|
+
--pf-t--global--spacer--gap--action-to-action--default: var(--pf-t--global--spacer--md);
|
|
631
|
+
--pf-t--global--spacer--gap--group-to-group--vertical: var(--pf-t--global--spacer--lg);
|
|
632
|
+
--pf-t--global--spacer--gap--group-to-group--horizontal: var(--pf-t--global--spacer--2xl);
|
|
633
|
+
--pf-t--global--spacer--gap--group--horizontal: var(--pf-t--global--spacer--md);
|
|
634
|
+
--pf-t--global--spacer--gap--group--vertical: var(--pf-t--global--spacer--sm);
|
|
635
|
+
--pf-t--global--spacer--gap--control-to-control--default: var(--pf-t--global--spacer--xs);
|
|
636
|
+
--pf-t--global--spacer--gap--text-to-element--default: var(--pf-t--global--spacer--sm);
|
|
637
|
+
--pf-t--global--spacer--control--horizontal--plain: var(--pf-t--global--spacer--sm);
|
|
638
|
+
--pf-t--global--spacer--control--horizontal--default: var(--pf-t--global--spacer--md);
|
|
639
|
+
--pf-t--global--spacer--control--vertical--plain: var(--pf-t--global--spacer--sm);
|
|
640
|
+
--pf-t--global--spacer--control--vertical--default: var(--pf-t--global--spacer--sm);
|
|
641
|
+
--pf-t--global--spacer--action--horizontal--plain: var(--pf-t--global--spacer--sm);
|
|
642
|
+
--pf-t--global--spacer--action--horizontal--default: var(--pf-t--global--spacer--lg);
|
|
643
|
+
--pf-t--global--spacer--action--vertical--plain: var(--pf-t--global--spacer--sm);
|
|
644
|
+
--pf-t--global--spacer--action--vertical--default: var(--pf-t--global--spacer--sm);
|
|
639
645
|
--pf-t--global--text--color--nonstatus--on-gray--clicked: var(--pf-t--global--text--color--regular);
|
|
640
646
|
--pf-t--global--text--color--nonstatus--on-gray--hover: var(--pf-t--global--text--color--regular);
|
|
641
647
|
--pf-t--global--text--color--nonstatus--on-gray--default: var(--pf-t--global--text--color--regular);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Wed,
|
|
3
|
+
// Generated on Wed, 29 May 2024 15:57:12 GMT
|
|
4
4
|
|
|
5
5
|
@mixin pf-v6-tokens {
|
|
6
6
|
--pf-t--global--timing-function--300: cubic-bezier(0, 0, .2, 1);
|
|
@@ -268,18 +268,8 @@
|
|
|
268
268
|
--pf-t--global--icon--size--lg: var(--pf-t--global--icon--size--250);
|
|
269
269
|
--pf-t--global--icon--size--md: var(--pf-t--global--icon--size--200);
|
|
270
270
|
--pf-t--global--icon--size--sm: var(--pf-t--global--icon--size--100);
|
|
271
|
-
--pf-t--global--spacer--button--horizontal--plain: var(--pf-t--global--spacer--200);
|
|
272
|
-
--pf-t--global--spacer--button--horizontal--compact: var(--pf-t--global--spacer--300);
|
|
273
|
-
--pf-t--global--spacer--button--horizontal--default: var(--pf-t--global--spacer--400);
|
|
274
|
-
--pf-t--global--spacer--button--vertical--plain: var(--pf-t--global--spacer--200);
|
|
275
271
|
--pf-t--global--spacer--button--vertical--compact: var(--pf-t--global--spacer--100);
|
|
276
|
-
--pf-t--global--spacer--button--
|
|
277
|
-
--pf-t--global--spacer--control--horizontal--plain: var(--pf-t--global--spacer--200);
|
|
278
|
-
--pf-t--global--spacer--control--horizontal--compact: var(--pf-t--global--spacer--200);
|
|
279
|
-
--pf-t--global--spacer--control--horizontal--default: var(--pf-t--global--spacer--300);
|
|
280
|
-
--pf-t--global--spacer--control--vertical--plain: var(--pf-t--global--spacer--200);
|
|
281
|
-
--pf-t--global--spacer--control--vertical--compact: var(--pf-t--global--spacer--100);
|
|
282
|
-
--pf-t--global--spacer--control--vertical--default: var(--pf-t--global--spacer--200);
|
|
272
|
+
--pf-t--global--spacer--button--horizontal--compact: var(--pf-t--global--spacer--300);
|
|
283
273
|
--pf-t--global--spacer--4xl: var(--pf-t--global--spacer--800);
|
|
284
274
|
--pf-t--global--spacer--3xl: var(--pf-t--global--spacer--700);
|
|
285
275
|
--pf-t--global--spacer--2xl: var(--pf-t--global--spacer--600);
|
|
@@ -442,6 +432,22 @@
|
|
|
442
432
|
--pf-t--global--icon--size--font--md: var(--pf-t--global--font--size--md);
|
|
443
433
|
--pf-t--global--icon--size--font--sm: var(--pf-t--global--font--size--sm);
|
|
444
434
|
--pf-t--global--icon--size--font--xs: var(--pf-t--global--font--size--xs);
|
|
435
|
+
--pf-t--global--spacer--gap--action-to-action--plain: var(--pf-t--global--spacer--xs);
|
|
436
|
+
--pf-t--global--spacer--gap--action-to-action--default: var(--pf-t--global--spacer--md);
|
|
437
|
+
--pf-t--global--spacer--gap--group-to-group--vertical: var(--pf-t--global--spacer--lg);
|
|
438
|
+
--pf-t--global--spacer--gap--group-to-group--horizontal: var(--pf-t--global--spacer--2xl);
|
|
439
|
+
--pf-t--global--spacer--gap--group--horizontal: var(--pf-t--global--spacer--md);
|
|
440
|
+
--pf-t--global--spacer--gap--group--vertical: var(--pf-t--global--spacer--sm);
|
|
441
|
+
--pf-t--global--spacer--gap--control-to-control--default: var(--pf-t--global--spacer--xs);
|
|
442
|
+
--pf-t--global--spacer--gap--text-to-element--default: var(--pf-t--global--spacer--sm);
|
|
443
|
+
--pf-t--global--spacer--control--horizontal--plain: var(--pf-t--global--spacer--sm);
|
|
444
|
+
--pf-t--global--spacer--control--horizontal--default: var(--pf-t--global--spacer--md);
|
|
445
|
+
--pf-t--global--spacer--control--vertical--plain: var(--pf-t--global--spacer--sm);
|
|
446
|
+
--pf-t--global--spacer--control--vertical--default: var(--pf-t--global--spacer--sm);
|
|
447
|
+
--pf-t--global--spacer--action--horizontal--plain: var(--pf-t--global--spacer--sm);
|
|
448
|
+
--pf-t--global--spacer--action--horizontal--default: var(--pf-t--global--spacer--lg);
|
|
449
|
+
--pf-t--global--spacer--action--vertical--plain: var(--pf-t--global--spacer--sm);
|
|
450
|
+
--pf-t--global--spacer--action--vertical--default: var(--pf-t--global--spacer--sm);
|
|
445
451
|
--pf-t--global--text--color--nonstatus--on-gray--clicked: var(--pf-t--global--text--color--regular);
|
|
446
452
|
--pf-t--global--text--color--nonstatus--on-gray--hover: var(--pf-t--global--text--color--regular);
|
|
447
453
|
--pf-t--global--text--color--nonstatus--on-gray--default: var(--pf-t--global--text--color--regular);
|
package/package.json
CHANGED
|
@@ -5278,18 +5278,8 @@
|
|
|
5278
5278
|
--pf-t--global--icon--size--lg: var(--pf-t--global--icon--size--250);
|
|
5279
5279
|
--pf-t--global--icon--size--md: var(--pf-t--global--icon--size--200);
|
|
5280
5280
|
--pf-t--global--icon--size--sm: var(--pf-t--global--icon--size--100);
|
|
5281
|
-
--pf-t--global--spacer--button--horizontal--plain: var(--pf-t--global--spacer--200);
|
|
5282
|
-
--pf-t--global--spacer--button--horizontal--compact: var(--pf-t--global--spacer--300);
|
|
5283
|
-
--pf-t--global--spacer--button--horizontal--default: var(--pf-t--global--spacer--400);
|
|
5284
|
-
--pf-t--global--spacer--button--vertical--plain: var(--pf-t--global--spacer--200);
|
|
5285
5281
|
--pf-t--global--spacer--button--vertical--compact: var(--pf-t--global--spacer--100);
|
|
5286
|
-
--pf-t--global--spacer--button--
|
|
5287
|
-
--pf-t--global--spacer--control--horizontal--plain: var(--pf-t--global--spacer--200);
|
|
5288
|
-
--pf-t--global--spacer--control--horizontal--compact: var(--pf-t--global--spacer--200);
|
|
5289
|
-
--pf-t--global--spacer--control--horizontal--default: var(--pf-t--global--spacer--300);
|
|
5290
|
-
--pf-t--global--spacer--control--vertical--plain: var(--pf-t--global--spacer--200);
|
|
5291
|
-
--pf-t--global--spacer--control--vertical--compact: var(--pf-t--global--spacer--100);
|
|
5292
|
-
--pf-t--global--spacer--control--vertical--default: var(--pf-t--global--spacer--200);
|
|
5282
|
+
--pf-t--global--spacer--button--horizontal--compact: var(--pf-t--global--spacer--300);
|
|
5293
5283
|
--pf-t--global--spacer--4xl: var(--pf-t--global--spacer--800);
|
|
5294
5284
|
--pf-t--global--spacer--3xl: var(--pf-t--global--spacer--700);
|
|
5295
5285
|
--pf-t--global--spacer--2xl: var(--pf-t--global--spacer--600);
|
|
@@ -5452,6 +5442,22 @@
|
|
|
5452
5442
|
--pf-t--global--icon--size--font--md: var(--pf-t--global--font--size--md);
|
|
5453
5443
|
--pf-t--global--icon--size--font--sm: var(--pf-t--global--font--size--sm);
|
|
5454
5444
|
--pf-t--global--icon--size--font--xs: var(--pf-t--global--font--size--xs);
|
|
5445
|
+
--pf-t--global--spacer--gap--action-to-action--plain: var(--pf-t--global--spacer--xs);
|
|
5446
|
+
--pf-t--global--spacer--gap--action-to-action--default: var(--pf-t--global--spacer--md);
|
|
5447
|
+
--pf-t--global--spacer--gap--group-to-group--vertical: var(--pf-t--global--spacer--lg);
|
|
5448
|
+
--pf-t--global--spacer--gap--group-to-group--horizontal: var(--pf-t--global--spacer--2xl);
|
|
5449
|
+
--pf-t--global--spacer--gap--group--horizontal: var(--pf-t--global--spacer--md);
|
|
5450
|
+
--pf-t--global--spacer--gap--group--vertical: var(--pf-t--global--spacer--sm);
|
|
5451
|
+
--pf-t--global--spacer--gap--control-to-control--default: var(--pf-t--global--spacer--xs);
|
|
5452
|
+
--pf-t--global--spacer--gap--text-to-element--default: var(--pf-t--global--spacer--sm);
|
|
5453
|
+
--pf-t--global--spacer--control--horizontal--plain: var(--pf-t--global--spacer--sm);
|
|
5454
|
+
--pf-t--global--spacer--control--horizontal--default: var(--pf-t--global--spacer--md);
|
|
5455
|
+
--pf-t--global--spacer--control--vertical--plain: var(--pf-t--global--spacer--sm);
|
|
5456
|
+
--pf-t--global--spacer--control--vertical--default: var(--pf-t--global--spacer--sm);
|
|
5457
|
+
--pf-t--global--spacer--action--horizontal--plain: var(--pf-t--global--spacer--sm);
|
|
5458
|
+
--pf-t--global--spacer--action--horizontal--default: var(--pf-t--global--spacer--lg);
|
|
5459
|
+
--pf-t--global--spacer--action--vertical--plain: var(--pf-t--global--spacer--sm);
|
|
5460
|
+
--pf-t--global--spacer--action--vertical--default: var(--pf-t--global--spacer--sm);
|
|
5455
5461
|
--pf-t--global--text--color--nonstatus--on-gray--clicked: var(--pf-t--global--text--color--regular);
|
|
5456
5462
|
--pf-t--global--text--color--nonstatus--on-gray--hover: var(--pf-t--global--text--color--regular);
|
|
5457
5463
|
--pf-t--global--text--color--nonstatus--on-gray--default: var(--pf-t--global--text--color--regular);
|
package/patternfly-base.css
CHANGED
|
@@ -5395,18 +5395,8 @@ h6) {
|
|
|
5395
5395
|
--pf-t--global--icon--size--lg: var(--pf-t--global--icon--size--250);
|
|
5396
5396
|
--pf-t--global--icon--size--md: var(--pf-t--global--icon--size--200);
|
|
5397
5397
|
--pf-t--global--icon--size--sm: var(--pf-t--global--icon--size--100);
|
|
5398
|
-
--pf-t--global--spacer--button--horizontal--plain: var(--pf-t--global--spacer--200);
|
|
5399
|
-
--pf-t--global--spacer--button--horizontal--compact: var(--pf-t--global--spacer--300);
|
|
5400
|
-
--pf-t--global--spacer--button--horizontal--default: var(--pf-t--global--spacer--400);
|
|
5401
|
-
--pf-t--global--spacer--button--vertical--plain: var(--pf-t--global--spacer--200);
|
|
5402
5398
|
--pf-t--global--spacer--button--vertical--compact: var(--pf-t--global--spacer--100);
|
|
5403
|
-
--pf-t--global--spacer--button--
|
|
5404
|
-
--pf-t--global--spacer--control--horizontal--plain: var(--pf-t--global--spacer--200);
|
|
5405
|
-
--pf-t--global--spacer--control--horizontal--compact: var(--pf-t--global--spacer--200);
|
|
5406
|
-
--pf-t--global--spacer--control--horizontal--default: var(--pf-t--global--spacer--300);
|
|
5407
|
-
--pf-t--global--spacer--control--vertical--plain: var(--pf-t--global--spacer--200);
|
|
5408
|
-
--pf-t--global--spacer--control--vertical--compact: var(--pf-t--global--spacer--100);
|
|
5409
|
-
--pf-t--global--spacer--control--vertical--default: var(--pf-t--global--spacer--200);
|
|
5399
|
+
--pf-t--global--spacer--button--horizontal--compact: var(--pf-t--global--spacer--300);
|
|
5410
5400
|
--pf-t--global--spacer--4xl: var(--pf-t--global--spacer--800);
|
|
5411
5401
|
--pf-t--global--spacer--3xl: var(--pf-t--global--spacer--700);
|
|
5412
5402
|
--pf-t--global--spacer--2xl: var(--pf-t--global--spacer--600);
|
|
@@ -5569,6 +5559,22 @@ h6) {
|
|
|
5569
5559
|
--pf-t--global--icon--size--font--md: var(--pf-t--global--font--size--md);
|
|
5570
5560
|
--pf-t--global--icon--size--font--sm: var(--pf-t--global--font--size--sm);
|
|
5571
5561
|
--pf-t--global--icon--size--font--xs: var(--pf-t--global--font--size--xs);
|
|
5562
|
+
--pf-t--global--spacer--gap--action-to-action--plain: var(--pf-t--global--spacer--xs);
|
|
5563
|
+
--pf-t--global--spacer--gap--action-to-action--default: var(--pf-t--global--spacer--md);
|
|
5564
|
+
--pf-t--global--spacer--gap--group-to-group--vertical: var(--pf-t--global--spacer--lg);
|
|
5565
|
+
--pf-t--global--spacer--gap--group-to-group--horizontal: var(--pf-t--global--spacer--2xl);
|
|
5566
|
+
--pf-t--global--spacer--gap--group--horizontal: var(--pf-t--global--spacer--md);
|
|
5567
|
+
--pf-t--global--spacer--gap--group--vertical: var(--pf-t--global--spacer--sm);
|
|
5568
|
+
--pf-t--global--spacer--gap--control-to-control--default: var(--pf-t--global--spacer--xs);
|
|
5569
|
+
--pf-t--global--spacer--gap--text-to-element--default: var(--pf-t--global--spacer--sm);
|
|
5570
|
+
--pf-t--global--spacer--control--horizontal--plain: var(--pf-t--global--spacer--sm);
|
|
5571
|
+
--pf-t--global--spacer--control--horizontal--default: var(--pf-t--global--spacer--md);
|
|
5572
|
+
--pf-t--global--spacer--control--vertical--plain: var(--pf-t--global--spacer--sm);
|
|
5573
|
+
--pf-t--global--spacer--control--vertical--default: var(--pf-t--global--spacer--sm);
|
|
5574
|
+
--pf-t--global--spacer--action--horizontal--plain: var(--pf-t--global--spacer--sm);
|
|
5575
|
+
--pf-t--global--spacer--action--horizontal--default: var(--pf-t--global--spacer--lg);
|
|
5576
|
+
--pf-t--global--spacer--action--vertical--plain: var(--pf-t--global--spacer--sm);
|
|
5577
|
+
--pf-t--global--spacer--action--vertical--default: var(--pf-t--global--spacer--sm);
|
|
5572
5578
|
--pf-t--global--text--color--nonstatus--on-gray--clicked: var(--pf-t--global--text--color--regular);
|
|
5573
5579
|
--pf-t--global--text--color--nonstatus--on-gray--hover: var(--pf-t--global--text--color--regular);
|
|
5574
5580
|
--pf-t--global--text--color--nonstatus--on-gray--default: var(--pf-t--global--text--color--regular);
|
|
@@ -5279,18 +5279,8 @@
|
|
|
5279
5279
|
--pf-t--global--icon--size--lg: var(--pf-t--global--icon--size--250);
|
|
5280
5280
|
--pf-t--global--icon--size--md: var(--pf-t--global--icon--size--200);
|
|
5281
5281
|
--pf-t--global--icon--size--sm: var(--pf-t--global--icon--size--100);
|
|
5282
|
-
--pf-t--global--spacer--button--horizontal--plain: var(--pf-t--global--spacer--200);
|
|
5283
|
-
--pf-t--global--spacer--button--horizontal--compact: var(--pf-t--global--spacer--300);
|
|
5284
|
-
--pf-t--global--spacer--button--horizontal--default: var(--pf-t--global--spacer--400);
|
|
5285
|
-
--pf-t--global--spacer--button--vertical--plain: var(--pf-t--global--spacer--200);
|
|
5286
5282
|
--pf-t--global--spacer--button--vertical--compact: var(--pf-t--global--spacer--100);
|
|
5287
|
-
--pf-t--global--spacer--button--
|
|
5288
|
-
--pf-t--global--spacer--control--horizontal--plain: var(--pf-t--global--spacer--200);
|
|
5289
|
-
--pf-t--global--spacer--control--horizontal--compact: var(--pf-t--global--spacer--200);
|
|
5290
|
-
--pf-t--global--spacer--control--horizontal--default: var(--pf-t--global--spacer--300);
|
|
5291
|
-
--pf-t--global--spacer--control--vertical--plain: var(--pf-t--global--spacer--200);
|
|
5292
|
-
--pf-t--global--spacer--control--vertical--compact: var(--pf-t--global--spacer--100);
|
|
5293
|
-
--pf-t--global--spacer--control--vertical--default: var(--pf-t--global--spacer--200);
|
|
5283
|
+
--pf-t--global--spacer--button--horizontal--compact: var(--pf-t--global--spacer--300);
|
|
5294
5284
|
--pf-t--global--spacer--4xl: var(--pf-t--global--spacer--800);
|
|
5295
5285
|
--pf-t--global--spacer--3xl: var(--pf-t--global--spacer--700);
|
|
5296
5286
|
--pf-t--global--spacer--2xl: var(--pf-t--global--spacer--600);
|
|
@@ -5453,6 +5443,22 @@
|
|
|
5453
5443
|
--pf-t--global--icon--size--font--md: var(--pf-t--global--font--size--md);
|
|
5454
5444
|
--pf-t--global--icon--size--font--sm: var(--pf-t--global--font--size--sm);
|
|
5455
5445
|
--pf-t--global--icon--size--font--xs: var(--pf-t--global--font--size--xs);
|
|
5446
|
+
--pf-t--global--spacer--gap--action-to-action--plain: var(--pf-t--global--spacer--xs);
|
|
5447
|
+
--pf-t--global--spacer--gap--action-to-action--default: var(--pf-t--global--spacer--md);
|
|
5448
|
+
--pf-t--global--spacer--gap--group-to-group--vertical: var(--pf-t--global--spacer--lg);
|
|
5449
|
+
--pf-t--global--spacer--gap--group-to-group--horizontal: var(--pf-t--global--spacer--2xl);
|
|
5450
|
+
--pf-t--global--spacer--gap--group--horizontal: var(--pf-t--global--spacer--md);
|
|
5451
|
+
--pf-t--global--spacer--gap--group--vertical: var(--pf-t--global--spacer--sm);
|
|
5452
|
+
--pf-t--global--spacer--gap--control-to-control--default: var(--pf-t--global--spacer--xs);
|
|
5453
|
+
--pf-t--global--spacer--gap--text-to-element--default: var(--pf-t--global--spacer--sm);
|
|
5454
|
+
--pf-t--global--spacer--control--horizontal--plain: var(--pf-t--global--spacer--sm);
|
|
5455
|
+
--pf-t--global--spacer--control--horizontal--default: var(--pf-t--global--spacer--md);
|
|
5456
|
+
--pf-t--global--spacer--control--vertical--plain: var(--pf-t--global--spacer--sm);
|
|
5457
|
+
--pf-t--global--spacer--control--vertical--default: var(--pf-t--global--spacer--sm);
|
|
5458
|
+
--pf-t--global--spacer--action--horizontal--plain: var(--pf-t--global--spacer--sm);
|
|
5459
|
+
--pf-t--global--spacer--action--horizontal--default: var(--pf-t--global--spacer--lg);
|
|
5460
|
+
--pf-t--global--spacer--action--vertical--plain: var(--pf-t--global--spacer--sm);
|
|
5461
|
+
--pf-t--global--spacer--action--vertical--default: var(--pf-t--global--spacer--sm);
|
|
5456
5462
|
--pf-t--global--text--color--nonstatus--on-gray--clicked: var(--pf-t--global--text--color--regular);
|
|
5457
5463
|
--pf-t--global--text--color--nonstatus--on-gray--hover: var(--pf-t--global--text--color--regular);
|
|
5458
5464
|
--pf-t--global--text--color--nonstatus--on-gray--default: var(--pf-t--global--text--color--regular);
|
package/patternfly.css
CHANGED
|
@@ -5396,18 +5396,8 @@ h6) {
|
|
|
5396
5396
|
--pf-t--global--icon--size--lg: var(--pf-t--global--icon--size--250);
|
|
5397
5397
|
--pf-t--global--icon--size--md: var(--pf-t--global--icon--size--200);
|
|
5398
5398
|
--pf-t--global--icon--size--sm: var(--pf-t--global--icon--size--100);
|
|
5399
|
-
--pf-t--global--spacer--button--horizontal--plain: var(--pf-t--global--spacer--200);
|
|
5400
|
-
--pf-t--global--spacer--button--horizontal--compact: var(--pf-t--global--spacer--300);
|
|
5401
|
-
--pf-t--global--spacer--button--horizontal--default: var(--pf-t--global--spacer--400);
|
|
5402
|
-
--pf-t--global--spacer--button--vertical--plain: var(--pf-t--global--spacer--200);
|
|
5403
5399
|
--pf-t--global--spacer--button--vertical--compact: var(--pf-t--global--spacer--100);
|
|
5404
|
-
--pf-t--global--spacer--button--
|
|
5405
|
-
--pf-t--global--spacer--control--horizontal--plain: var(--pf-t--global--spacer--200);
|
|
5406
|
-
--pf-t--global--spacer--control--horizontal--compact: var(--pf-t--global--spacer--200);
|
|
5407
|
-
--pf-t--global--spacer--control--horizontal--default: var(--pf-t--global--spacer--300);
|
|
5408
|
-
--pf-t--global--spacer--control--vertical--plain: var(--pf-t--global--spacer--200);
|
|
5409
|
-
--pf-t--global--spacer--control--vertical--compact: var(--pf-t--global--spacer--100);
|
|
5410
|
-
--pf-t--global--spacer--control--vertical--default: var(--pf-t--global--spacer--200);
|
|
5400
|
+
--pf-t--global--spacer--button--horizontal--compact: var(--pf-t--global--spacer--300);
|
|
5411
5401
|
--pf-t--global--spacer--4xl: var(--pf-t--global--spacer--800);
|
|
5412
5402
|
--pf-t--global--spacer--3xl: var(--pf-t--global--spacer--700);
|
|
5413
5403
|
--pf-t--global--spacer--2xl: var(--pf-t--global--spacer--600);
|
|
@@ -5570,6 +5560,22 @@ h6) {
|
|
|
5570
5560
|
--pf-t--global--icon--size--font--md: var(--pf-t--global--font--size--md);
|
|
5571
5561
|
--pf-t--global--icon--size--font--sm: var(--pf-t--global--font--size--sm);
|
|
5572
5562
|
--pf-t--global--icon--size--font--xs: var(--pf-t--global--font--size--xs);
|
|
5563
|
+
--pf-t--global--spacer--gap--action-to-action--plain: var(--pf-t--global--spacer--xs);
|
|
5564
|
+
--pf-t--global--spacer--gap--action-to-action--default: var(--pf-t--global--spacer--md);
|
|
5565
|
+
--pf-t--global--spacer--gap--group-to-group--vertical: var(--pf-t--global--spacer--lg);
|
|
5566
|
+
--pf-t--global--spacer--gap--group-to-group--horizontal: var(--pf-t--global--spacer--2xl);
|
|
5567
|
+
--pf-t--global--spacer--gap--group--horizontal: var(--pf-t--global--spacer--md);
|
|
5568
|
+
--pf-t--global--spacer--gap--group--vertical: var(--pf-t--global--spacer--sm);
|
|
5569
|
+
--pf-t--global--spacer--gap--control-to-control--default: var(--pf-t--global--spacer--xs);
|
|
5570
|
+
--pf-t--global--spacer--gap--text-to-element--default: var(--pf-t--global--spacer--sm);
|
|
5571
|
+
--pf-t--global--spacer--control--horizontal--plain: var(--pf-t--global--spacer--sm);
|
|
5572
|
+
--pf-t--global--spacer--control--horizontal--default: var(--pf-t--global--spacer--md);
|
|
5573
|
+
--pf-t--global--spacer--control--vertical--plain: var(--pf-t--global--spacer--sm);
|
|
5574
|
+
--pf-t--global--spacer--control--vertical--default: var(--pf-t--global--spacer--sm);
|
|
5575
|
+
--pf-t--global--spacer--action--horizontal--plain: var(--pf-t--global--spacer--sm);
|
|
5576
|
+
--pf-t--global--spacer--action--horizontal--default: var(--pf-t--global--spacer--lg);
|
|
5577
|
+
--pf-t--global--spacer--action--vertical--plain: var(--pf-t--global--spacer--sm);
|
|
5578
|
+
--pf-t--global--spacer--action--vertical--default: var(--pf-t--global--spacer--sm);
|
|
5573
5579
|
--pf-t--global--text--color--nonstatus--on-gray--clicked: var(--pf-t--global--text--color--regular);
|
|
5574
5580
|
--pf-t--global--text--color--nonstatus--on-gray--hover: var(--pf-t--global--text--color--regular);
|
|
5575
5581
|
--pf-t--global--text--color--nonstatus--on-gray--default: var(--pf-t--global--text--color--regular);
|