@patternfly/patternfly 4.222.5 → 4.222.6
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.
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
--pf-c-calendar-month--PaddingLeft: var(--pf-global--spacer--lg);
|
|
17
17
|
--pf-c-calendar-month--FontSize: var(--pf-global--FontSize--sm);
|
|
18
18
|
--pf-c-calendar-month__header--MarginBottom: var(--pf-global--spacer--md);
|
|
19
|
-
--pf-c-calendar-month__header-year--Width:
|
|
19
|
+
--pf-c-calendar-month__header-year--Width: 8.5ch;
|
|
20
20
|
--pf-c-calendar-month__header-nav-control--MarginRight: 0;
|
|
21
21
|
--pf-c-calendar-month__header-nav-control--MarginLeft: 0;
|
|
22
22
|
--pf-c-calendar-month__header-nav-control--m-prev-month--MarginRight: 0;
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
// header
|
|
10
10
|
--pf-c-calendar-month__header--MarginBottom: var(--pf-global--spacer--md);
|
|
11
|
-
--pf-c-calendar-month__header-year--Width:
|
|
11
|
+
--pf-c-calendar-month__header-year--Width: 8.5ch;
|
|
12
12
|
--pf-c-calendar-month__header-nav-control--MarginRight: 0;
|
|
13
13
|
--pf-c-calendar-month__header-nav-control--MarginLeft: 0;
|
|
14
14
|
--pf-c-calendar-month__header-nav-control--m-prev-month--MarginRight: 0; // remove in breaking change
|
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.222.
|
|
4
|
+
"version": "4.222.6",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"stylelint-scss": "^4.3.0",
|
|
80
80
|
"stylelint-value-no-unknown-custom-properties": "^4.0.0",
|
|
81
81
|
"surge": "^0.21.3",
|
|
82
|
-
"@patternfly/documentation-framework": "1.3.
|
|
82
|
+
"@patternfly/documentation-framework": "1.3.9",
|
|
83
83
|
"unified": "^9.2.0",
|
|
84
84
|
"webpack": "^4.43.0"
|
|
85
85
|
},
|
package/patternfly-no-reset.css
CHANGED
|
@@ -7974,7 +7974,7 @@ button.pf-c-breadcrumb__link {
|
|
|
7974
7974
|
--pf-c-calendar-month--PaddingLeft: var(--pf-global--spacer--lg);
|
|
7975
7975
|
--pf-c-calendar-month--FontSize: var(--pf-global--FontSize--sm);
|
|
7976
7976
|
--pf-c-calendar-month__header--MarginBottom: var(--pf-global--spacer--md);
|
|
7977
|
-
--pf-c-calendar-month__header-year--Width:
|
|
7977
|
+
--pf-c-calendar-month__header-year--Width: 8.5ch;
|
|
7978
7978
|
--pf-c-calendar-month__header-nav-control--MarginRight: 0;
|
|
7979
7979
|
--pf-c-calendar-month__header-nav-control--MarginLeft: 0;
|
|
7980
7980
|
--pf-c-calendar-month__header-nav-control--m-prev-month--MarginRight: 0;
|
package/patternfly.css
CHANGED
|
@@ -8101,7 +8101,7 @@ button.pf-c-breadcrumb__link {
|
|
|
8101
8101
|
--pf-c-calendar-month--PaddingLeft: var(--pf-global--spacer--lg);
|
|
8102
8102
|
--pf-c-calendar-month--FontSize: var(--pf-global--FontSize--sm);
|
|
8103
8103
|
--pf-c-calendar-month__header--MarginBottom: var(--pf-global--spacer--md);
|
|
8104
|
-
--pf-c-calendar-month__header-year--Width:
|
|
8104
|
+
--pf-c-calendar-month__header-year--Width: 8.5ch;
|
|
8105
8105
|
--pf-c-calendar-month__header-nav-control--MarginRight: 0;
|
|
8106
8106
|
--pf-c-calendar-month__header-nav-control--MarginLeft: 0;
|
|
8107
8107
|
--pf-c-calendar-month__header-nav-control--m-prev-month--MarginRight: 0;
|