@patternfly/quickstarts 5.0.0-prerelease.1 → 5.0.0
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/dist/index.es.js +10 -5
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +10 -5
- package/dist/index.js.map +1 -1
- package/dist/patternfly-nested.css +66 -508
- package/dist/quickstarts-base.css +35 -35
- package/dist/quickstarts-full.es.js +266 -295
- package/dist/quickstarts-full.es.js.map +1 -1
- package/dist/quickstarts-standalone.css +1 -1
- package/dist/quickstarts-standalone.min.css +2 -2
- package/dist/quickstarts.css +35 -35
- package/dist/quickstarts.min.css +1 -1
- package/package.json +10 -10
- package/src/styles/_dark-custom-override.scss +1 -1
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
background-color: var(--pf-v5-global--BackgroundColor--100);
|
|
69
69
|
border-color: var(--pf-v5-global--BorderColor--100);
|
|
70
70
|
}
|
|
71
|
-
.pf-v5-theme-dark .pfext-markdown-view code {
|
|
71
|
+
.pf-v5-theme-dark .pfext-markdown-view .pf-v5-c-code-block__code {
|
|
72
72
|
color: var(--pf-v5-global--Color--100);
|
|
73
73
|
background-color: var(--pf-v5-global--palette--black-600);
|
|
74
74
|
}
|
|
@@ -926,36 +926,6 @@
|
|
|
926
926
|
float: right;
|
|
927
927
|
}
|
|
928
928
|
|
|
929
|
-
.pfext-quick-start-intro__prereq {
|
|
930
|
-
margin-bottom: var(--pf-v5-global--spacer--md);
|
|
931
|
-
}
|
|
932
|
-
.pfext-quick-start-intro__prereq .pf-v5-c-expandable-section__content {
|
|
933
|
-
margin-top: var(--pf-v5-global--spacer--sm);
|
|
934
|
-
}
|
|
935
|
-
.pfext-quick-start-intro__prereq .pf-v5-c-expandable-section__toggle {
|
|
936
|
-
padding-top: 0;
|
|
937
|
-
padding-bottom: 0;
|
|
938
|
-
}
|
|
939
|
-
.pfext-quick-start-intro__prereq .pf-v5-c-expandable-section__toggle-text {
|
|
940
|
-
margin-left: var(--pf-v5-global--spacer--sm);
|
|
941
|
-
}
|
|
942
|
-
.pfext-quick-start-intro__prereq .pf-v5-c-expandable-section__toggle-icon {
|
|
943
|
-
color: var(--pf-v5-c-expandable-section__toggle--Color);
|
|
944
|
-
}
|
|
945
|
-
.pfext-quick-start-intro__prereq .pf-v5-c-expandable-section__toggle-icon:focus, .pfext-quick-start-intro__prereq .pf-v5-c-expandable-section__toggle-icon:hover {
|
|
946
|
-
--pf-v5-c-expandable-section__toggle--Color: var(--pf-v5-c-expandable-section__toggle--focus--Color);
|
|
947
|
-
}
|
|
948
|
-
.pfext-quick-start-intro__prereq-list {
|
|
949
|
-
padding-left: 20px;
|
|
950
|
-
}
|
|
951
|
-
.pfext-quick-start-intro__prereq-list__item::marker {
|
|
952
|
-
font-size: 0.8rem;
|
|
953
|
-
}
|
|
954
|
-
.pfext-quick-start-intro__prereq-list__item-content {
|
|
955
|
-
position: relative;
|
|
956
|
-
left: 2px;
|
|
957
|
-
}
|
|
958
|
-
|
|
959
929
|
.pfext-quick-start-tasks__list button::before {
|
|
960
930
|
content: none;
|
|
961
931
|
}
|
|
@@ -1027,6 +997,36 @@
|
|
|
1027
997
|
font-size: 14px;
|
|
1028
998
|
}
|
|
1029
999
|
|
|
1000
|
+
.pfext-quick-start-intro__prereq {
|
|
1001
|
+
margin-bottom: var(--pf-v5-global--spacer--md);
|
|
1002
|
+
}
|
|
1003
|
+
.pfext-quick-start-intro__prereq .pf-v5-c-expandable-section__content {
|
|
1004
|
+
margin-top: var(--pf-v5-global--spacer--sm);
|
|
1005
|
+
}
|
|
1006
|
+
.pfext-quick-start-intro__prereq .pf-v5-c-expandable-section__toggle {
|
|
1007
|
+
padding-top: 0;
|
|
1008
|
+
padding-bottom: 0;
|
|
1009
|
+
}
|
|
1010
|
+
.pfext-quick-start-intro__prereq .pf-v5-c-expandable-section__toggle-text {
|
|
1011
|
+
margin-left: var(--pf-v5-global--spacer--sm);
|
|
1012
|
+
}
|
|
1013
|
+
.pfext-quick-start-intro__prereq .pf-v5-c-expandable-section__toggle-icon {
|
|
1014
|
+
color: var(--pf-v5-c-expandable-section__toggle--Color);
|
|
1015
|
+
}
|
|
1016
|
+
.pfext-quick-start-intro__prereq .pf-v5-c-expandable-section__toggle-icon:focus, .pfext-quick-start-intro__prereq .pf-v5-c-expandable-section__toggle-icon:hover {
|
|
1017
|
+
--pf-v5-c-expandable-section__toggle--Color: var(--pf-v5-c-expandable-section__toggle--focus--Color);
|
|
1018
|
+
}
|
|
1019
|
+
.pfext-quick-start-intro__prereq-list {
|
|
1020
|
+
padding-left: 20px;
|
|
1021
|
+
}
|
|
1022
|
+
.pfext-quick-start-intro__prereq-list__item::marker {
|
|
1023
|
+
font-size: 0.8rem;
|
|
1024
|
+
}
|
|
1025
|
+
.pfext-quick-start-intro__prereq-list__item-content {
|
|
1026
|
+
position: relative;
|
|
1027
|
+
left: 2px;
|
|
1028
|
+
}
|
|
1029
|
+
|
|
1030
1030
|
.pfext-quick-start-task-header__list {
|
|
1031
1031
|
padding: 0 !important;
|
|
1032
1032
|
}
|
|
@@ -1116,10 +1116,6 @@
|
|
|
1116
1116
|
color: var(--pf-chart-global--danger--Color--100);
|
|
1117
1117
|
}
|
|
1118
1118
|
|
|
1119
|
-
.pfext-modal {
|
|
1120
|
-
position: absolute !important;
|
|
1121
|
-
}
|
|
1122
|
-
|
|
1123
1119
|
.pfext-markdown-view .pfext-code-block__pre {
|
|
1124
1120
|
/* override the styles applied by showdown while parsing <pre /> */
|
|
1125
1121
|
display: flex;
|
|
@@ -1154,6 +1150,10 @@
|
|
|
1154
1150
|
word-break: break-word;
|
|
1155
1151
|
}
|
|
1156
1152
|
|
|
1153
|
+
.pfext-modal {
|
|
1154
|
+
position: absolute !important;
|
|
1155
|
+
}
|
|
1156
|
+
|
|
1157
1157
|
@keyframes pfext-spotlight-expand {
|
|
1158
1158
|
0% {
|
|
1159
1159
|
outline-offset: -4px;
|