@patternfly/react-styles 4.77.8 → 4.77.9
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/CHANGELOG.md +8 -0
- package/css/components/AppLauncher/app-launcher.css +2 -4
- package/css/components/Dropdown/dropdown.css +2 -4
- package/css/components/Menu/menu.css +2 -4
- package/css/components/OptionsMenu/options-menu.css +2 -4
- package/css/components/Select/select.css +2 -2
- package/css/components/Tabs/tabs.css +4 -0
- package/css/components/Tabs/tabs.d.ts +1 -0
- package/css/components/Tabs/tabs.js +1 -0
- package/css/components/Tabs/tabs.mjs +1 -0
- package/css/components/Timestamp/timestamp.css +31 -0
- package/css/components/Timestamp/timestamp.d.ts +8 -0
- package/css/components/Timestamp/timestamp.js +9 -0
- package/css/components/Timestamp/timestamp.mjs +7 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,14 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## 4.77.9 (2022-07-28)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
6
14
|
## 4.77.8 (2022-07-28)
|
7
15
|
|
8
16
|
**Note:** Version bump only for package @patternfly/react-styles
|
@@ -56,8 +56,8 @@
|
|
56
56
|
--pf-c-app-launcher__group-title--PaddingRight: var(--pf-c-app-launcher__menu-item--PaddingRight);
|
57
57
|
--pf-c-app-launcher__group-title--PaddingBottom: var(--pf-c-app-launcher__menu-item--PaddingBottom);
|
58
58
|
--pf-c-app-launcher__group-title--PaddingLeft: var(--pf-c-app-launcher__menu-item--PaddingLeft);
|
59
|
-
--pf-c-app-launcher__group-title--FontSize: var(--pf-global--FontSize--
|
60
|
-
--pf-c-app-launcher__group-title--FontWeight: var(--pf-global--FontWeight--
|
59
|
+
--pf-c-app-launcher__group-title--FontSize: var(--pf-global--FontSize--xs);
|
60
|
+
--pf-c-app-launcher__group-title--FontWeight: var(--pf-global--FontWeight--normal);
|
61
61
|
--pf-c-app-launcher__group-title--Color: var(--pf-global--Color--dark-200);
|
62
62
|
--pf-c-app-launcher--c-divider--MarginTop: var(--pf-global--spacer--sm);
|
63
63
|
--pf-c-app-launcher--c-divider--MarginBottom: var(--pf-global--spacer--sm);
|
@@ -219,6 +219,4 @@
|
|
219
219
|
--pf-c-app-launcher__menu-item--m-action--Color: var(--pf-global--Color--200);
|
220
220
|
--pf-c-app-launcher__menu-item--m-favorite__menu-item--m-action--Color: var(--pf-global--palette--gold-300);
|
221
221
|
--pf-c-app-launcher__menu-item--m-favorite__menu-item--m-action--hover--Color: var(--pf-global--palette--gold-100);
|
222
|
-
--pf-c-app-launcher__group-title--FontSize: var(--pf-global--FontSize--xs);
|
223
|
-
--pf-c-app-launcher__group-title--FontWeight: var(--pf-global--FontWeight--bold);
|
224
222
|
}
|
@@ -121,8 +121,8 @@
|
|
121
121
|
--pf-c-dropdown__group-title--PaddingRight: var(--pf-c-dropdown__menu-item--PaddingRight);
|
122
122
|
--pf-c-dropdown__group-title--PaddingBottom: var(--pf-c-dropdown__menu-item--PaddingBottom);
|
123
123
|
--pf-c-dropdown__group-title--PaddingLeft: var(--pf-c-dropdown__menu-item--PaddingLeft);
|
124
|
-
--pf-c-dropdown__group-title--FontSize: var(--pf-global--FontSize--
|
125
|
-
--pf-c-dropdown__group-title--FontWeight: var(--pf-global--FontWeight--
|
124
|
+
--pf-c-dropdown__group-title--FontSize: var(--pf-global--FontSize--xs);
|
125
|
+
--pf-c-dropdown__group-title--FontWeight: var(--pf-global--FontWeight--normal);
|
126
126
|
--pf-c-dropdown__group-title--Color: var(--pf-global--Color--dark-200);
|
127
127
|
--pf-c-dropdown__toggle-image--MarginTop: 0;
|
128
128
|
--pf-c-dropdown__toggle-image--MarginBottom: 0;
|
@@ -633,8 +633,6 @@
|
|
633
633
|
--pf-c-dropdown__menu--Top: 100%;
|
634
634
|
--pf-c-dropdown--m-top__menu--TranslateY: -100%;
|
635
635
|
--pf-c-dropdown__menu-item--hover--BackgroundColor: var(--pf-global--BackgroundColor--400);
|
636
|
-
--pf-c-dropdown__group-title--FontSize: var(--pf-global--FontSize--xs);
|
637
|
-
--pf-c-dropdown__group-title--FontWeight: var(--pf-global--FontWeight--bold);
|
638
636
|
}
|
639
637
|
:where(.pf-theme-dark) .pf-c-dropdown__toggle:not(.pf-m-plain):disabled, :where(.pf-theme-dark) .pf-c-dropdown__toggle:not(.pf-m-plain).pf-m-disabled {
|
640
638
|
color: var(--pf-global--palette--black-100);
|
@@ -140,8 +140,8 @@
|
|
140
140
|
--pf-c-menu__group-title--PaddingTop: var(--pf-global--spacer--md);
|
141
141
|
--pf-c-menu__group-title--PaddingRight: var(--pf-c-menu__item--PaddingRight);
|
142
142
|
--pf-c-menu__group-title--PaddingLeft: var(--pf-c-menu__item--PaddingLeft);
|
143
|
-
--pf-c-menu__group-title--FontSize: var(--pf-global--FontSize--
|
144
|
-
--pf-c-menu__group-title--FontWeight: var(--pf-global--FontWeight--
|
143
|
+
--pf-c-menu__group-title--FontSize: var(--pf-global--FontSize--xs);
|
144
|
+
--pf-c-menu__group-title--FontWeight: var(--pf-global--FontWeight--normal);
|
145
145
|
--pf-c-menu__group-title--Color: var(--pf-global--Color--200);
|
146
146
|
--pf-c-menu__item-description--FontSize: var(--pf-global--FontSize--xs);
|
147
147
|
--pf-c-menu__item-description--Color: var(--pf-global--Color--200);
|
@@ -635,6 +635,4 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
635
635
|
--pf-c-menu__list-item--hover--BackgroundColor: var(--pf-global--BackgroundColor--400);
|
636
636
|
--pf-c-menu__list-item--focus-within--BackgroundColor: var(--pf-global--BackgroundColor--400);
|
637
637
|
--pf-c-menu__list-item--m-disabled__item--Color: var(--pf-global--Color--200);
|
638
|
-
--pf-c-menu__group-title--FontWeight: var(--pf-global--FontWeight--bold);
|
639
|
-
--pf-c-menu__group-title--FontSize: var(--pf-global--FontSize--xs);
|
640
638
|
}
|
@@ -61,8 +61,8 @@
|
|
61
61
|
--pf-c-options-menu__group-title--PaddingRight: var(--pf-c-options-menu__menu-item--PaddingRight);
|
62
62
|
--pf-c-options-menu__group-title--PaddingBottom: var(--pf-c-options-menu__menu-item--PaddingBottom);
|
63
63
|
--pf-c-options-menu__group-title--PaddingLeft: var(--pf-c-options-menu__menu-item--PaddingLeft);
|
64
|
-
--pf-c-options-menu__group-title--FontSize: var(--pf-global--FontSize--
|
65
|
-
--pf-c-options-menu__group-title--FontWeight: var(--pf-global--FontWeight--
|
64
|
+
--pf-c-options-menu__group-title--FontSize: var(--pf-global--FontSize--xs);
|
65
|
+
--pf-c-options-menu__group-title--FontWeight: var(--pf-global--FontWeight--normal);
|
66
66
|
--pf-c-options-menu__group-title--Color: var(--pf-global--Color--dark-200);
|
67
67
|
--pf-c-options-menu--c-divider--MarginTop: var(--pf-global--spacer--sm);
|
68
68
|
--pf-c-options-menu--c-divider--MarginBottom: var(--pf-global--spacer--sm);
|
@@ -252,8 +252,6 @@
|
|
252
252
|
--pf-c-options-menu__toggle--disabled--BackgroundColor: var(--pf-global--palette--black-500);
|
253
253
|
--pf-c-options-menu__menu--BackgroundColor: var(--pf-global--BackgroundColor--300);
|
254
254
|
--pf-c-options-menu__menu-item--hover--BackgroundColor: var(--pf-global--BackgroundColor--400);
|
255
|
-
--pf-c-options-menu__group-title--FontSize: var(--pf-global--FontSize--xs);
|
256
|
-
--pf-c-options-menu__group-title--FontWeight: var(--pf-global--FontWeight--bold);
|
257
255
|
--pf-c-options-menu__menu--Top: 100%;
|
258
256
|
}
|
259
257
|
:where(.pf-theme-dark) .pf-c-options-menu__toggle.pf-m-plain {
|
@@ -145,8 +145,8 @@
|
|
145
145
|
--pf-c-select__menu-group-title--PaddingRight: var(--pf-c-select__menu-item--PaddingRight);
|
146
146
|
--pf-c-select__menu-group-title--PaddingBottom: var(--pf-c-select__menu-item--PaddingBottom);
|
147
147
|
--pf-c-select__menu-group-title--PaddingLeft: var(--pf-c-select__menu-item--PaddingLeft);
|
148
|
-
--pf-c-select__menu-group-title--FontSize: var(--pf-global--FontSize--
|
149
|
-
--pf-c-select__menu-group-title--FontWeight: var(--pf-global--FontWeight--
|
148
|
+
--pf-c-select__menu-group-title--FontSize: var(--pf-global--FontSize--xs);
|
149
|
+
--pf-c-select__menu-group-title--FontWeight: var(--pf-global--FontWeight--normal);
|
150
150
|
--pf-c-select__menu-group-title--Color: var(--pf-global--Color--dark-200);
|
151
151
|
--pf-c-select__menu-item-count--MarginLeft: var(--pf-global--spacer--md);
|
152
152
|
--pf-c-select__menu-item-count--FontSize: var(--pf-global--FontSize--sm);
|
@@ -410,6 +410,10 @@
|
|
410
410
|
.pf-c-tabs.pf-m-page-insets {
|
411
411
|
--pf-c-tabs--inset: var(--pf-c-tabs--m-page-insets--inset);
|
412
412
|
}
|
413
|
+
.pf-c-tabs.pf-m-overflow,
|
414
|
+
.pf-c-tabs.pf-m-overflow .pf-c-tabs__list {
|
415
|
+
overflow: visible;
|
416
|
+
}
|
413
417
|
|
414
418
|
.pf-c-tabs__toggle {
|
415
419
|
display: var(--pf-c-tabs__toggle--Display);
|
@@ -25,6 +25,7 @@ declare const _default: {
|
|
25
25
|
"nonExpandableOn_2xl": "pf-m-non-expandable-on-2xl",
|
26
26
|
"expanded": "pf-m-expanded",
|
27
27
|
"pageInsets": "pf-m-page-insets",
|
28
|
+
"overflow": "pf-m-overflow",
|
28
29
|
"action": "pf-m-action",
|
29
30
|
"active": "pf-m-active",
|
30
31
|
"disabled": "pf-m-disabled",
|
@@ -27,6 +27,7 @@ exports.default = {
|
|
27
27
|
"nonExpandableOn_2xl": "pf-m-non-expandable-on-2xl",
|
28
28
|
"expanded": "pf-m-expanded",
|
29
29
|
"pageInsets": "pf-m-page-insets",
|
30
|
+
"overflow": "pf-m-overflow",
|
30
31
|
"action": "pf-m-action",
|
31
32
|
"active": "pf-m-active",
|
32
33
|
"disabled": "pf-m-disabled",
|
@@ -0,0 +1,31 @@
|
|
1
|
+
.pf-c-timestamp {
|
2
|
+
--pf-c-timestamp--FontSize: var(--pf-global--FontSize--sm);
|
3
|
+
--pf-c-timestamp--Color: var(--pf-global--Color--200);
|
4
|
+
--pf-c-timestamp--m-help-text--TextDecorationLine: underline;
|
5
|
+
--pf-c-timestamp--m-help-text--TextDecorationStyle: dashed;
|
6
|
+
--pf-c-timestamp--m-help-text--TextDecorationThickness: var(--pf-global--BorderWidth--sm);
|
7
|
+
--pf-c-timestamp--m-help-text--TextUnderlineOffset: 0.25rem;
|
8
|
+
--pf-c-timestamp--m-help-text--TextDecorationColor: var(--pf-global--BorderColor--200);
|
9
|
+
--pf-c-timestamp--m-help-text--hover--Color: var(--pf-global--Color--100);
|
10
|
+
--pf-c-timestamp--m-help-text--focus--Color: var(--pf-global--Color--100);
|
11
|
+
--pf-c-timestamp--m-help-text--hover--TextDecorationColor: var(--pf-global--Color--100);
|
12
|
+
--pf-c-timestamp--m-help-text--focus--TextDecorationColor: var(--pf-global--Color--100);
|
13
|
+
font-size: var(--pf-c-timestamp--FontSize);
|
14
|
+
color: var(--pf-c-timestamp--Color);
|
15
|
+
}
|
16
|
+
.pf-c-timestamp.pf-m-help-text {
|
17
|
+
cursor: pointer;
|
18
|
+
text-decoration-line: var(--pf-c-timestamp--m-help-text--TextDecorationLine);
|
19
|
+
text-decoration-style: var(--pf-c-timestamp--m-help-text--TextDecorationStyle);
|
20
|
+
text-decoration-thickness: var(--pf-c-timestamp--m-help-text--TextDecorationThickness);
|
21
|
+
text-underline-offset: var(--pf-c-timestamp--m-help-text--TextUnderlineOffset);
|
22
|
+
text-decoration-color: var(--pf-c-timestamp--m-help-text--TextDecorationColor);
|
23
|
+
}
|
24
|
+
.pf-c-timestamp.pf-m-help-text:hover {
|
25
|
+
--pf-c-timestamp--Color: var(--pf-c-timestamp--m-help-text--hover--Color);
|
26
|
+
--pf-c-timestamp--m-help-text--TextDecorationColor: var(--pf-c-timestamp--m-help-text--hover--TextDecorationColor);
|
27
|
+
}
|
28
|
+
.pf-c-timestamp.pf-m-help-text:focus {
|
29
|
+
--pf-c-timestamp--Color: var(--pf-c-timestamp--m-help-text--focus--Color);
|
30
|
+
--pf-c-timestamp--m-help-text--TextDecorationColor: var(--pf-c-timestamp--m-help-text--focus--TextDecorationColor);
|
31
|
+
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@patternfly/react-styles",
|
3
|
-
"version": "4.77.
|
3
|
+
"version": "4.77.9",
|
4
4
|
"main": "dist/js/index.js",
|
5
5
|
"module": "dist/esm/index.js",
|
6
6
|
"types": "dist/esm/index.d.ts",
|
@@ -19,7 +19,7 @@
|
|
19
19
|
"clean": "rimraf dist css"
|
20
20
|
},
|
21
21
|
"devDependencies": {
|
22
|
-
"@patternfly/patternfly": "4.
|
22
|
+
"@patternfly/patternfly": "4.205.1",
|
23
23
|
"camel-case": "^3.0.0",
|
24
24
|
"css": "^2.2.3",
|
25
25
|
"fs-extra": "^6.0.1",
|
@@ -29,5 +29,5 @@
|
|
29
29
|
"typescript": "^4.7.4"
|
30
30
|
},
|
31
31
|
"license": "MIT",
|
32
|
-
"gitHead": "
|
32
|
+
"gitHead": "997f82511b3461fe6b960fc9412b17ee94864352"
|
33
33
|
}
|