@patternfly/react-styles 5.0.0-alpha.11 → 5.0.0-alpha.13

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.
@@ -1,6 +1,7 @@
1
1
  import './table.css';
2
2
  declare const _default: {
3
3
  "button": "pf-v5-c-button",
4
+ "checkInput": "pf-v5-c-check__input",
4
5
  "modifiers": {
5
6
  "hidden": "pf-m-hidden",
6
7
  "hiddenOnSm": "pf-m-hidden-on-sm",
@@ -59,6 +60,7 @@ declare const _default: {
59
60
  "tableAction": "pf-v5-c-table__action",
60
61
  "tableButton": "pf-v5-c-table__button",
61
62
  "tableButtonContent": "pf-v5-c-table__button-content",
63
+ "tableCaption": "pf-v5-c-table__caption",
62
64
  "tableCheck": "pf-v5-c-table__check",
63
65
  "tableColumnHelp": "pf-v5-c-table__column-help",
64
66
  "tableColumnHelpAction": "pf-v5-c-table__column-help-action",
@@ -74,9 +76,14 @@ declare const _default: {
74
76
  "tableSort": "pf-v5-c-table__sort",
75
77
  "tableSortIndicator": "pf-v5-c-table__sort-indicator",
76
78
  "tableSubhead": "pf-v5-c-table__subhead",
79
+ "tableTbody": "pf-v5-c-table__tbody",
80
+ "tableTd": "pf-v5-c-table__td",
77
81
  "tableText": "pf-v5-c-table__text",
82
+ "tableTh": "pf-v5-c-table__th",
83
+ "tableThead": "pf-v5-c-table__thead",
78
84
  "tableToggle": "pf-v5-c-table__toggle",
79
85
  "tableToggleIcon": "pf-v5-c-table__toggle-icon",
86
+ "tableTr": "pf-v5-c-table__tr",
80
87
  "themeDark": "pf-v5-theme-dark"
81
88
  };
82
89
  export default _default;
@@ -3,6 +3,7 @@ exports.__esModule = true;
3
3
  require('./table.css');
4
4
  exports.default = {
5
5
  "button": "pf-v5-c-button",
6
+ "checkInput": "pf-v5-c-check__input",
6
7
  "modifiers": {
7
8
  "hidden": "pf-m-hidden",
8
9
  "hiddenOnSm": "pf-m-hidden-on-sm",
@@ -61,6 +62,7 @@ exports.default = {
61
62
  "tableAction": "pf-v5-c-table__action",
62
63
  "tableButton": "pf-v5-c-table__button",
63
64
  "tableButtonContent": "pf-v5-c-table__button-content",
65
+ "tableCaption": "pf-v5-c-table__caption",
64
66
  "tableCheck": "pf-v5-c-table__check",
65
67
  "tableColumnHelp": "pf-v5-c-table__column-help",
66
68
  "tableColumnHelpAction": "pf-v5-c-table__column-help-action",
@@ -76,8 +78,13 @@ exports.default = {
76
78
  "tableSort": "pf-v5-c-table__sort",
77
79
  "tableSortIndicator": "pf-v5-c-table__sort-indicator",
78
80
  "tableSubhead": "pf-v5-c-table__subhead",
81
+ "tableTbody": "pf-v5-c-table__tbody",
82
+ "tableTd": "pf-v5-c-table__td",
79
83
  "tableText": "pf-v5-c-table__text",
84
+ "tableTh": "pf-v5-c-table__th",
85
+ "tableThead": "pf-v5-c-table__thead",
80
86
  "tableToggle": "pf-v5-c-table__toggle",
81
87
  "tableToggleIcon": "pf-v5-c-table__toggle-icon",
88
+ "tableTr": "pf-v5-c-table__tr",
82
89
  "themeDark": "pf-v5-theme-dark"
83
90
  };
@@ -1,6 +1,7 @@
1
1
  import './table.css';
2
2
  export default {
3
3
  "button": "pf-v5-c-button",
4
+ "checkInput": "pf-v5-c-check__input",
4
5
  "modifiers": {
5
6
  "hidden": "pf-m-hidden",
6
7
  "hiddenOnSm": "pf-m-hidden-on-sm",
@@ -59,6 +60,7 @@ export default {
59
60
  "tableAction": "pf-v5-c-table__action",
60
61
  "tableButton": "pf-v5-c-table__button",
61
62
  "tableButtonContent": "pf-v5-c-table__button-content",
63
+ "tableCaption": "pf-v5-c-table__caption",
62
64
  "tableCheck": "pf-v5-c-table__check",
63
65
  "tableColumnHelp": "pf-v5-c-table__column-help",
64
66
  "tableColumnHelpAction": "pf-v5-c-table__column-help-action",
@@ -74,8 +76,13 @@ export default {
74
76
  "tableSort": "pf-v5-c-table__sort",
75
77
  "tableSortIndicator": "pf-v5-c-table__sort-indicator",
76
78
  "tableSubhead": "pf-v5-c-table__subhead",
79
+ "tableTbody": "pf-v5-c-table__tbody",
80
+ "tableTd": "pf-v5-c-table__td",
77
81
  "tableText": "pf-v5-c-table__text",
82
+ "tableTh": "pf-v5-c-table__th",
83
+ "tableThead": "pf-v5-c-table__thead",
78
84
  "tableToggle": "pf-v5-c-table__toggle",
79
85
  "tableToggleIcon": "pf-v5-c-table__toggle-icon",
86
+ "tableTr": "pf-v5-c-table__tr",
80
87
  "themeDark": "pf-v5-theme-dark"
81
88
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-styles",
3
- "version": "5.0.0-alpha.11",
3
+ "version": "5.0.0-alpha.13",
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": "5.0.0-alpha.53",
22
+ "@patternfly/patternfly": "5.0.0-alpha.55",
23
23
  "camel-case": "^3.0.0",
24
24
  "css": "^2.2.3",
25
25
  "fs-extra": "^11.1.1",
@@ -29,5 +29,5 @@
29
29
  "typescript": "^4.7.4"
30
30
  },
31
31
  "license": "MIT",
32
- "gitHead": "e5467952ffd76e120e12a050a0f2162f8a4a5e0c"
32
+ "gitHead": "5ca3b66fb6082856f2ab3758f7c1181be80cac79"
33
33
  }
@@ -1,5 +0,0 @@
1
- #ws-core-c-form-control-input #input-custom-icon {
2
- --pf-v5-c-form-control--m-icon--BackgroundSizeX: var(--pf-v5-global--icon--FontSize--lg);
3
- --pf-v5-c-form-control--m-icon--BackgroundSizeY: var(--pf-v5-global--icon--FontSize--lg);
4
- --pf-v5-c-form-control--m-icon--BackgroundUrl: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"%3E%3Cpath fill="%23a18fff" d="M158.87.15c-16.16-1.52-31.2 8.42-35.33 24.12l-14.81 56.27c187.62 5.49 314.54 130.61 322.48 317l56.94-15.78c15.72-4.36 25.49-19.68 23.62-35.9C490.89 165.08 340.78 17.32 158.87.15zm-58.47 112L.55 491.64a16.21 16.21 0 0 0 20 19.75l379-105.1c-4.27-174.89-123.08-292.14-299.15-294.1zM128 416a32 32 0 1 1 32-32 32 32 0 0 1-32 32zm48-152a32 32 0 1 1 32-32 32 32 0 0 1-32 32zm104 104a32 32 0 1 1 32-32 32 32 0 0 1-32 32z"/%3E%3C/svg%3E');
5
- }
@@ -1,3 +0,0 @@
1
- import './FormControl.css';
2
- declare const _default: {};
3
- export default _default;
@@ -1,4 +0,0 @@
1
- "use strict";
2
- exports.__esModule = true;
3
- require('./FormControl.css');
4
- exports.default = {};
@@ -1,2 +0,0 @@
1
- import './FormControl.css';
2
- export default {};