@patternfly/react-styles 4.77.7 → 4.78.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/CHANGELOG.md CHANGED
@@ -3,6 +3,33 @@
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.78.0 (2022-07-29)
7
+
8
+
9
+ ### Features
10
+
11
+ * **Tabs:** add horizontal overflow option ([#7742](https://github.com/patternfly/patternfly-react/issues/7742)) ([2745cd1](https://github.com/patternfly/patternfly-react/commit/2745cd199669b0c0a5cdbd5c3d4e7453c6e1c435))
12
+
13
+
14
+
15
+
16
+
17
+ ## 4.77.9 (2022-07-28)
18
+
19
+ **Note:** Version bump only for package @patternfly/react-styles
20
+
21
+
22
+
23
+
24
+
25
+ ## 4.77.8 (2022-07-28)
26
+
27
+ **Note:** Version bump only for package @patternfly/react-styles
28
+
29
+
30
+
31
+
32
+
6
33
  ## 4.77.7 (2022-07-28)
7
34
 
8
35
  **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--sm);
60
- --pf-c-app-launcher__group-title--FontWeight: var(--pf-global--FontWeight--semi-bold);
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--sm);
125
- --pf-c-dropdown__group-title--FontWeight: var(--pf-global--FontWeight--semi-bold);
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--sm);
144
- --pf-c-menu__group-title--FontWeight: var(--pf-global--FontWeight--bold);
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--sm);
65
- --pf-c-options-menu__group-title--FontWeight: var(--pf-global--FontWeight--semi-bold);
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--sm);
149
- --pf-c-select__menu-group-title--FontWeight: var(--pf-global--FontWeight--semi-bold);
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",
@@ -25,6 +25,7 @@ export 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",
@@ -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
+ }
@@ -0,0 +1,8 @@
1
+ import './timestamp.css';
2
+ declare const _default: {
3
+ "modifiers": {
4
+ "helpText": "pf-m-help-text"
5
+ },
6
+ "timestamp": "pf-c-timestamp"
7
+ };
8
+ export default _default;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ require('./timestamp.css');
4
+ exports.default = {
5
+ "modifiers": {
6
+ "helpText": "pf-m-help-text"
7
+ },
8
+ "timestamp": "pf-c-timestamp"
9
+ };
@@ -0,0 +1,7 @@
1
+ import('./timestamp.css');
2
+ export default {
3
+ "modifiers": {
4
+ "helpText": "pf-m-help-text"
5
+ },
6
+ "timestamp": "pf-c-timestamp"
7
+ };
@@ -264,20 +264,14 @@
264
264
  .pf-c-tree-view__node .pf-c-tree-view__node-count .pf-c-badge.pf-m-read {
265
265
  --pf-c-badge--m-read--BackgroundColor: var(--pf-c-tree-view__node-count--c-badge--m-read--BackgroundColor);
266
266
  }
267
- .pf-c-tree-view__node.pf-m-selectable .pf-c-tree-view__node-toggle {
268
- --pf-c-tree-view__node-toggle--Color: var(--pf-c-tree-view__node-toggle--Color--base);
269
- }
270
- .pf-c-tree-view__node:hover,
271
- .pf-c-tree-view__node .pf-c-tree-view__node-toggle:hover {
272
- --pf-c-tree-view__node-toggle--Color: var(--pf-c-tree-view__node-toggle--hover__icon--Color);
267
+ .pf-c-tree-view__node:not(.pf-m-selectable):hover, .pf-c-tree-view__node.pf-m-selectable .pf-c-tree-view__node-toggle:hover {
268
+ --pf-c-tree-view__node-toggle--Color: var(--pf-c-tree-view__node-toggle--hover--Color);
273
269
  }
274
- .pf-c-tree-view__node:focus,
275
- .pf-c-tree-view__node .pf-c-tree-view__node-toggle:focus {
276
- --pf-c-tree-view__node-toggle--Color: var(--pf-c-tree-view__node-toggle--focus__icon--Color);
270
+ .pf-c-tree-view__node:not(.pf-m-selectable):focus, .pf-c-tree-view__node.pf-m-selectable .pf-c-tree-view__node-toggle:focus {
271
+ --pf-c-tree-view__node-toggle--Color: var(--pf-c-tree-view__node-toggle--focus--Color);
277
272
  }
278
- .pf-c-tree-view__node:active,
279
- .pf-c-tree-view__node .pf-c-tree-view__node-toggle:active {
280
- --pf-c-tree-view__node-toggle--Color: var(--pf-c-tree-view__node-toggle--active__icon--Color);
273
+ .pf-c-tree-view__node:not(.pf-m-selectable):active, .pf-c-tree-view__node.pf-m-selectable .pf-c-tree-view__node-toggle:active {
274
+ --pf-c-tree-view__node-toggle--Color: var(--pf-c-tree-view__node-toggle--active--Color);
281
275
  }
282
276
 
283
277
  .pf-c-tree-view__node-container {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-styles",
3
- "version": "4.77.7",
3
+ "version": "4.78.0",
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.204.3",
22
+ "@patternfly/patternfly": "4.206.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": "86dc74f93f58bd72ce6ac164e9bda25422494ca0"
32
+ "gitHead": "f02b0e0e72ea0aa326e1d512b1da0397b10e7f9a"
33
33
  }