@patternfly/react-tokens 4.47.2 → 4.47.3
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/dist/esm/c_nav.d.ts +6 -0
- package/dist/esm/c_nav.js +6 -0
- package/dist/esm/c_nav__section_MarginTop.d.ts +1 -1
- package/dist/esm/c_nav__section_MarginTop.js +1 -1
- package/dist/js/c_nav.d.ts +6 -0
- package/dist/js/c_nav.js +6 -0
- package/dist/js/c_nav__section_MarginTop.d.ts +1 -1
- package/dist/js/c_nav__section_MarginTop.js +1 -1
- 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.47.3 (2022-02-11)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @patternfly/react-tokens
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## 4.47.2 (2022-02-11)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @patternfly/react-tokens
|
package/dist/esm/c_nav.d.ts
CHANGED
|
@@ -4669,6 +4669,12 @@ export const c_nav: {
|
|
|
4669
4669
|
]
|
|
4670
4670
|
}
|
|
4671
4671
|
},
|
|
4672
|
+
".pf-c-nav__section.pf-m-no-title": {
|
|
4673
|
+
"c_nav__section_MarginTop": {
|
|
4674
|
+
"name": "--pf-c-nav__section--MarginTop",
|
|
4675
|
+
"value": "0"
|
|
4676
|
+
}
|
|
4677
|
+
},
|
|
4672
4678
|
".pf-c-nav__scroll-button:nth-of-type(1)": {
|
|
4673
4679
|
"c_nav__scroll_button_before_BorderRightWidth": {
|
|
4674
4680
|
"name": "--pf-c-nav__scroll-button--before--BorderRightWidth",
|
package/dist/esm/c_nav.js
CHANGED
|
@@ -4669,6 +4669,12 @@ export const c_nav = {
|
|
|
4669
4669
|
]
|
|
4670
4670
|
}
|
|
4671
4671
|
},
|
|
4672
|
+
".pf-c-nav__section.pf-m-no-title": {
|
|
4673
|
+
"c_nav__section_MarginTop": {
|
|
4674
|
+
"name": "--pf-c-nav__section--MarginTop",
|
|
4675
|
+
"value": "0"
|
|
4676
|
+
}
|
|
4677
|
+
},
|
|
4672
4678
|
".pf-c-nav__scroll-button:nth-of-type(1)": {
|
|
4673
4679
|
"c_nav__scroll_button_before_BorderRightWidth": {
|
|
4674
4680
|
"name": "--pf-c-nav__scroll-button--before--BorderRightWidth",
|
package/dist/js/c_nav.d.ts
CHANGED
|
@@ -4669,6 +4669,12 @@ export const c_nav: {
|
|
|
4669
4669
|
]
|
|
4670
4670
|
}
|
|
4671
4671
|
},
|
|
4672
|
+
".pf-c-nav__section.pf-m-no-title": {
|
|
4673
|
+
"c_nav__section_MarginTop": {
|
|
4674
|
+
"name": "--pf-c-nav__section--MarginTop",
|
|
4675
|
+
"value": "0"
|
|
4676
|
+
}
|
|
4677
|
+
},
|
|
4672
4678
|
".pf-c-nav__scroll-button:nth-of-type(1)": {
|
|
4673
4679
|
"c_nav__scroll_button_before_BorderRightWidth": {
|
|
4674
4680
|
"name": "--pf-c-nav__scroll-button--before--BorderRightWidth",
|
package/dist/js/c_nav.js
CHANGED
|
@@ -4671,6 +4671,12 @@ exports.c_nav = {
|
|
|
4671
4671
|
]
|
|
4672
4672
|
}
|
|
4673
4673
|
},
|
|
4674
|
+
".pf-c-nav__section.pf-m-no-title": {
|
|
4675
|
+
"c_nav__section_MarginTop": {
|
|
4676
|
+
"name": "--pf-c-nav__section--MarginTop",
|
|
4677
|
+
"value": "0"
|
|
4678
|
+
}
|
|
4679
|
+
},
|
|
4674
4680
|
".pf-c-nav__scroll-button:nth-of-type(1)": {
|
|
4675
4681
|
"c_nav__scroll_button_before_BorderRightWidth": {
|
|
4676
4682
|
"name": "--pf-c-nav__scroll-button--before--BorderRightWidth",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@patternfly/react-tokens",
|
|
3
|
-
"version": "4.47.
|
|
3
|
+
"version": "4.47.3",
|
|
4
4
|
"description": "This library provides access to the design tokens of PatternFly 4 from JavaScript",
|
|
5
5
|
"main": "dist/js/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"clean": "rimraf dist"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@patternfly/patternfly": "4.
|
|
32
|
+
"@patternfly/patternfly": "4.178.0",
|
|
33
33
|
"css": "^2.2.3",
|
|
34
34
|
"fs-extra": "^6.0.1",
|
|
35
35
|
"glob": "^7.1.2",
|
|
36
36
|
"rimraf": "^2.6.2"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "5a6c2ee44b89642ab47f9761305a110f7dd962ef"
|
|
39
39
|
}
|