@patternfly/react-tokens 4.41.1 → 4.41.2
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_truncate.d.ts +7 -3
- package/dist/esm/c_truncate.js +7 -3
- package/dist/esm/c_truncate_MinWidth.d.ts +6 -0
- package/dist/esm/c_truncate_MinWidth.js +6 -0
- package/dist/esm/c_truncate__start_MinWidth.d.ts +6 -0
- package/dist/esm/c_truncate__start_MinWidth.js +6 -0
- package/dist/esm/index.d.ts +2 -1
- package/dist/esm/index.js +2 -1
- package/dist/js/c_truncate.d.ts +7 -3
- package/dist/js/c_truncate.js +7 -3
- package/dist/js/c_truncate_MinWidth.d.ts +6 -0
- package/dist/js/c_truncate_MinWidth.js +8 -0
- package/dist/js/c_truncate__start_MinWidth.d.ts +6 -0
- package/dist/js/c_truncate__start_MinWidth.js +8 -0
- package/dist/js/index.d.ts +2 -1
- package/dist/js/index.js +2 -1
- package/package.json +3 -3
- package/dist/esm/c_truncate_FontSize.d.ts +0 -6
- package/dist/esm/c_truncate_FontSize.js +0 -6
- package/dist/js/c_truncate_FontSize.d.ts +0 -6
- package/dist/js/c_truncate_FontSize.js +0 -8
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.41.2 (2022-01-18)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @patternfly/react-tokens
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## 4.41.1 (2022-01-18)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @patternfly/react-tokens
|
package/dist/esm/c_truncate.d.ts
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
export const c_truncate: {
|
|
2
2
|
".pf-c-truncate": {
|
|
3
|
-
"
|
|
4
|
-
"name": "--pf-c-truncate--
|
|
5
|
-
"value": "
|
|
3
|
+
"c_truncate_MinWidth": {
|
|
4
|
+
"name": "--pf-c-truncate--MinWidth",
|
|
5
|
+
"value": "12ch"
|
|
6
|
+
},
|
|
7
|
+
"c_truncate__start_MinWidth": {
|
|
8
|
+
"name": "--pf-c-truncate__start--MinWidth",
|
|
9
|
+
"value": "6ch"
|
|
6
10
|
}
|
|
7
11
|
}
|
|
8
12
|
};
|
package/dist/esm/c_truncate.js
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
export const c_truncate = {
|
|
2
2
|
".pf-c-truncate": {
|
|
3
|
-
"
|
|
4
|
-
"name": "--pf-c-truncate--
|
|
5
|
-
"value": "
|
|
3
|
+
"c_truncate_MinWidth": {
|
|
4
|
+
"name": "--pf-c-truncate--MinWidth",
|
|
5
|
+
"value": "12ch"
|
|
6
|
+
},
|
|
7
|
+
"c_truncate__start_MinWidth": {
|
|
8
|
+
"name": "--pf-c-truncate__start--MinWidth",
|
|
9
|
+
"value": "6ch"
|
|
6
10
|
}
|
|
7
11
|
}
|
|
8
12
|
};
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -182,7 +182,8 @@ export { c_wizard__footer_child_MarginRight } from './c_wizard__footer_child_Mar
|
|
|
182
182
|
export { c_wizard__footer_child_MarginBottom } from './c_wizard__footer_child_MarginBottom';
|
|
183
183
|
export { c_wizard__footer_cancel_MarginLeft } from './c_wizard__footer_cancel_MarginLeft';
|
|
184
184
|
export { c_truncate } from './c_truncate';
|
|
185
|
-
export {
|
|
185
|
+
export { c_truncate_MinWidth } from './c_truncate_MinWidth';
|
|
186
|
+
export { c_truncate__start_MinWidth } from './c_truncate__start_MinWidth';
|
|
186
187
|
export { c_tree_view } from './c_tree_view';
|
|
187
188
|
export { c_tree_view_PaddingTop } from './c_tree_view_PaddingTop';
|
|
188
189
|
export { c_tree_view_PaddingBottom } from './c_tree_view_PaddingBottom';
|
package/dist/esm/index.js
CHANGED
|
@@ -182,7 +182,8 @@ export { c_wizard__footer_child_MarginRight } from './c_wizard__footer_child_Mar
|
|
|
182
182
|
export { c_wizard__footer_child_MarginBottom } from './c_wizard__footer_child_MarginBottom';
|
|
183
183
|
export { c_wizard__footer_cancel_MarginLeft } from './c_wizard__footer_cancel_MarginLeft';
|
|
184
184
|
export { c_truncate } from './c_truncate';
|
|
185
|
-
export {
|
|
185
|
+
export { c_truncate_MinWidth } from './c_truncate_MinWidth';
|
|
186
|
+
export { c_truncate__start_MinWidth } from './c_truncate__start_MinWidth';
|
|
186
187
|
export { c_tree_view } from './c_tree_view';
|
|
187
188
|
export { c_tree_view_PaddingTop } from './c_tree_view_PaddingTop';
|
|
188
189
|
export { c_tree_view_PaddingBottom } from './c_tree_view_PaddingBottom';
|
package/dist/js/c_truncate.d.ts
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
export const c_truncate: {
|
|
2
2
|
".pf-c-truncate": {
|
|
3
|
-
"
|
|
4
|
-
"name": "--pf-c-truncate--
|
|
5
|
-
"value": "
|
|
3
|
+
"c_truncate_MinWidth": {
|
|
4
|
+
"name": "--pf-c-truncate--MinWidth",
|
|
5
|
+
"value": "12ch"
|
|
6
|
+
},
|
|
7
|
+
"c_truncate__start_MinWidth": {
|
|
8
|
+
"name": "--pf-c-truncate__start--MinWidth",
|
|
9
|
+
"value": "6ch"
|
|
6
10
|
}
|
|
7
11
|
}
|
|
8
12
|
};
|
package/dist/js/c_truncate.js
CHANGED
|
@@ -2,9 +2,13 @@
|
|
|
2
2
|
exports.__esModule = true;
|
|
3
3
|
exports.c_truncate = {
|
|
4
4
|
".pf-c-truncate": {
|
|
5
|
-
"
|
|
6
|
-
"name": "--pf-c-truncate--
|
|
7
|
-
"value": "
|
|
5
|
+
"c_truncate_MinWidth": {
|
|
6
|
+
"name": "--pf-c-truncate--MinWidth",
|
|
7
|
+
"value": "12ch"
|
|
8
|
+
},
|
|
9
|
+
"c_truncate__start_MinWidth": {
|
|
10
|
+
"name": "--pf-c-truncate__start--MinWidth",
|
|
11
|
+
"value": "6ch"
|
|
8
12
|
}
|
|
9
13
|
}
|
|
10
14
|
};
|
package/dist/js/index.d.ts
CHANGED
|
@@ -182,7 +182,8 @@ export { c_wizard__footer_child_MarginRight } from './c_wizard__footer_child_Mar
|
|
|
182
182
|
export { c_wizard__footer_child_MarginBottom } from './c_wizard__footer_child_MarginBottom';
|
|
183
183
|
export { c_wizard__footer_cancel_MarginLeft } from './c_wizard__footer_cancel_MarginLeft';
|
|
184
184
|
export { c_truncate } from './c_truncate';
|
|
185
|
-
export {
|
|
185
|
+
export { c_truncate_MinWidth } from './c_truncate_MinWidth';
|
|
186
|
+
export { c_truncate__start_MinWidth } from './c_truncate__start_MinWidth';
|
|
186
187
|
export { c_tree_view } from './c_tree_view';
|
|
187
188
|
export { c_tree_view_PaddingTop } from './c_tree_view_PaddingTop';
|
|
188
189
|
export { c_tree_view_PaddingBottom } from './c_tree_view_PaddingBottom';
|
package/dist/js/index.js
CHANGED
|
@@ -187,7 +187,8 @@ __export(require('./c_wizard__footer_child_MarginRight'));
|
|
|
187
187
|
__export(require('./c_wizard__footer_child_MarginBottom'));
|
|
188
188
|
__export(require('./c_wizard__footer_cancel_MarginLeft'));
|
|
189
189
|
__export(require('./c_truncate'));
|
|
190
|
-
__export(require('./
|
|
190
|
+
__export(require('./c_truncate_MinWidth'));
|
|
191
|
+
__export(require('./c_truncate__start_MinWidth'));
|
|
191
192
|
__export(require('./c_tree_view'));
|
|
192
193
|
__export(require('./c_tree_view_PaddingTop'));
|
|
193
194
|
__export(require('./c_tree_view_PaddingBottom'));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@patternfly/react-tokens",
|
|
3
|
-
"version": "4.41.
|
|
3
|
+
"version": "4.41.2",
|
|
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.166.
|
|
32
|
+
"@patternfly/patternfly": "4.166.5",
|
|
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": "7e526e8265684ddfda9c62786fcac7d40fba2fd6"
|
|
39
39
|
}
|