@patternfly/patternfly 4.203.3 → 4.203.4
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 +1 -0
- package/base/themes/dark/_variables.scss +1 -0
- package/package.json +2 -2
- package/patternfly-addons.css +0 -18
- package/patternfly-base-no-reset.css +1 -0
- package/patternfly-base.css +1 -0
- package/patternfly-no-reset.css +1 -0
- package/patternfly.css +1 -0
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/themes/dark/scss-variables.scss +1 -0
- package/utilities/Text/text.css +0 -18
- package/utilities/Text/themes/dark/text.scss +0 -3
|
@@ -297,6 +297,7 @@
|
|
|
297
297
|
--pf-global--danger-color--200: #fe6a5d;
|
|
298
298
|
--pf-global--link--Color: #1fa7f8;
|
|
299
299
|
--pf-global--link--Color--hover: #73bcf7;
|
|
300
|
+
--pf-global--link--Color--visited: #a18fff;
|
|
300
301
|
--pf-global--disabled-color--100: #57585a;
|
|
301
302
|
--pf-global--disabled-color--200: #444548;
|
|
302
303
|
--pf-global--disabled-color--300: #aaabac;
|
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
--pf-global--danger-color--200: #{$pf-global--danger-color--200};
|
|
41
41
|
--pf-global--link--Color: #{$pf-global--link--Color};
|
|
42
42
|
--pf-global--link--Color--hover: #{$pf-global--link--Color--hover};
|
|
43
|
+
--pf-global--link--Color--visited: #{$pf-global--link--Color--visited};
|
|
43
44
|
--pf-global--disabled-color--100: #{$pf-global--disabled-color--100};
|
|
44
45
|
--pf-global--disabled-color--200: #{$pf-global--disabled-color--200};
|
|
45
46
|
--pf-global--disabled-color--300: #{$pf-global--disabled-color--300};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@patternfly/patternfly",
|
|
3
3
|
"description": "Assets, source, tooling, and content for PatternFly 4",
|
|
4
|
-
"version": "4.203.
|
|
4
|
+
"version": "4.203.4",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"stylelint-scss": "^4.0.0",
|
|
80
80
|
"stylelint-value-no-unknown-custom-properties": "^3.0.0",
|
|
81
81
|
"surge": "^0.21.3",
|
|
82
|
-
"@patternfly/documentation-framework": "1.1.
|
|
82
|
+
"@patternfly/documentation-framework": "1.1.3",
|
|
83
83
|
"unified": "^9.2.0",
|
|
84
84
|
"webpack": "^4.43.0"
|
|
85
85
|
},
|
package/patternfly-addons.css
CHANGED
|
@@ -8504,9 +8504,6 @@
|
|
|
8504
8504
|
:where(.pf-theme-dark) .pf-u-color-light-200 {
|
|
8505
8505
|
color: var(--pf-global--Color-200) !important;
|
|
8506
8506
|
}
|
|
8507
|
-
:where(.pf-theme-dark) .pf-u-link-color-visited {
|
|
8508
|
-
color: var(--pf-global--palette--purple-200) !important;
|
|
8509
|
-
}
|
|
8510
8507
|
:where(.pf-theme-dark) .pf-u-default-color-300 {
|
|
8511
8508
|
color: var(--pf-global--default-color--100) !important;
|
|
8512
8509
|
}
|
|
@@ -8532,9 +8529,6 @@
|
|
|
8532
8529
|
:where(.pf-theme-dark) .pf-u-color-light-200-on-sm {
|
|
8533
8530
|
color: var(--pf-global--Color-200) !important;
|
|
8534
8531
|
}
|
|
8535
|
-
:where(.pf-theme-dark) .pf-u-link-color-visited-on-sm {
|
|
8536
|
-
color: var(--pf-global--palette--purple-200) !important;
|
|
8537
|
-
}
|
|
8538
8532
|
:where(.pf-theme-dark) .pf-u-default-color-300-on-sm {
|
|
8539
8533
|
color: var(--pf-global--default-color--100) !important;
|
|
8540
8534
|
}
|
|
@@ -8561,9 +8555,6 @@
|
|
|
8561
8555
|
:where(.pf-theme-dark) .pf-u-color-light-200-on-md {
|
|
8562
8556
|
color: var(--pf-global--Color-200) !important;
|
|
8563
8557
|
}
|
|
8564
|
-
:where(.pf-theme-dark) .pf-u-link-color-visited-on-md {
|
|
8565
|
-
color: var(--pf-global--palette--purple-200) !important;
|
|
8566
|
-
}
|
|
8567
8558
|
:where(.pf-theme-dark) .pf-u-default-color-300-on-md {
|
|
8568
8559
|
color: var(--pf-global--default-color--100) !important;
|
|
8569
8560
|
}
|
|
@@ -8590,9 +8581,6 @@
|
|
|
8590
8581
|
:where(.pf-theme-dark) .pf-u-color-light-200-on-lg {
|
|
8591
8582
|
color: var(--pf-global--Color-200) !important;
|
|
8592
8583
|
}
|
|
8593
|
-
:where(.pf-theme-dark) .pf-u-link-color-visited-on-lg {
|
|
8594
|
-
color: var(--pf-global--palette--purple-200) !important;
|
|
8595
|
-
}
|
|
8596
8584
|
:where(.pf-theme-dark) .pf-u-default-color-300-on-lg {
|
|
8597
8585
|
color: var(--pf-global--default-color--100) !important;
|
|
8598
8586
|
}
|
|
@@ -8619,9 +8607,6 @@
|
|
|
8619
8607
|
:where(.pf-theme-dark) .pf-u-color-light-200-on-xl {
|
|
8620
8608
|
color: var(--pf-global--Color-200) !important;
|
|
8621
8609
|
}
|
|
8622
|
-
:where(.pf-theme-dark) .pf-u-link-color-visited-on-xl {
|
|
8623
|
-
color: var(--pf-global--palette--purple-200) !important;
|
|
8624
|
-
}
|
|
8625
8610
|
:where(.pf-theme-dark) .pf-u-default-color-300-on-xl {
|
|
8626
8611
|
color: var(--pf-global--default-color--100) !important;
|
|
8627
8612
|
}
|
|
@@ -8648,9 +8633,6 @@
|
|
|
8648
8633
|
:where(.pf-theme-dark) .pf-u-color-light-200-on-2xl {
|
|
8649
8634
|
color: var(--pf-global--Color-200) !important;
|
|
8650
8635
|
}
|
|
8651
|
-
:where(.pf-theme-dark) .pf-u-link-color-visited-on-2xl {
|
|
8652
|
-
color: var(--pf-global--palette--purple-200) !important;
|
|
8653
|
-
}
|
|
8654
8636
|
:where(.pf-theme-dark) .pf-u-default-color-300-on-2xl {
|
|
8655
8637
|
color: var(--pf-global--default-color--100) !important;
|
|
8656
8638
|
}
|
|
@@ -338,6 +338,7 @@
|
|
|
338
338
|
--pf-global--danger-color--200: #fe6a5d;
|
|
339
339
|
--pf-global--link--Color: #1fa7f8;
|
|
340
340
|
--pf-global--link--Color--hover: #73bcf7;
|
|
341
|
+
--pf-global--link--Color--visited: #a18fff;
|
|
341
342
|
--pf-global--disabled-color--100: #57585a;
|
|
342
343
|
--pf-global--disabled-color--200: #444548;
|
|
343
344
|
--pf-global--disabled-color--300: #aaabac;
|
package/patternfly-base.css
CHANGED
|
@@ -338,6 +338,7 @@
|
|
|
338
338
|
--pf-global--danger-color--200: #fe6a5d;
|
|
339
339
|
--pf-global--link--Color: #1fa7f8;
|
|
340
340
|
--pf-global--link--Color--hover: #73bcf7;
|
|
341
|
+
--pf-global--link--Color--visited: #a18fff;
|
|
341
342
|
--pf-global--disabled-color--100: #57585a;
|
|
342
343
|
--pf-global--disabled-color--200: #444548;
|
|
343
344
|
--pf-global--disabled-color--300: #aaabac;
|
package/patternfly-no-reset.css
CHANGED
|
@@ -447,6 +447,7 @@
|
|
|
447
447
|
--pf-global--danger-color--200: #fe6a5d;
|
|
448
448
|
--pf-global--link--Color: #1fa7f8;
|
|
449
449
|
--pf-global--link--Color--hover: #73bcf7;
|
|
450
|
+
--pf-global--link--Color--visited: #a18fff;
|
|
450
451
|
--pf-global--disabled-color--100: #57585a;
|
|
451
452
|
--pf-global--disabled-color--200: #444548;
|
|
452
453
|
--pf-global--disabled-color--300: #aaabac;
|
package/patternfly.css
CHANGED
|
@@ -447,6 +447,7 @@
|
|
|
447
447
|
--pf-global--danger-color--200: #fe6a5d;
|
|
448
448
|
--pf-global--link--Color: #1fa7f8;
|
|
449
449
|
--pf-global--link--Color--hover: #73bcf7;
|
|
450
|
+
--pf-global--link--Color--visited: #a18fff;
|
|
450
451
|
--pf-global--disabled-color--100: #57585a;
|
|
451
452
|
--pf-global--disabled-color--200: #444548;
|
|
452
453
|
--pf-global--disabled-color--300: #aaabac;
|