@patternfly/react-table 6.4.1-prerelease.6 → 6.4.1-prerelease.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@patternfly/react-table",
3
- "version": "6.4.1-prerelease.6",
3
+ "version": "6.4.1-prerelease.8",
4
4
  "description": "This library provides a set of React table components for use with the PatternFly 4",
5
5
  "main": "dist/js/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -40,7 +40,7 @@
40
40
  "subpaths": "node ../../scripts/exportSubpaths.mjs --config subpaths.config.json"
41
41
  },
42
42
  "dependencies": {
43
- "@patternfly/react-core": "^6.4.1-prerelease.6",
43
+ "@patternfly/react-core": "^6.4.1-prerelease.8",
44
44
  "@patternfly/react-icons": "^6.4.0",
45
45
  "@patternfly/react-styles": "^6.4.0",
46
46
  "@patternfly/react-tokens": "^6.4.0",
@@ -51,5 +51,5 @@
51
51
  "react": "^17 || ^18 || ^19",
52
52
  "react-dom": "^17 || ^18 || ^19"
53
53
  },
54
- "gitHead": "697a5955be055c4639eaa91756a2d01043be3ce2"
54
+ "gitHead": "7d045b83d744f3b585b1a21216df2d1f5c63e16e"
55
55
  }
@@ -77,49 +77,49 @@ import BellIcon from '@patternfly/react-icons/dist/esm/icons/bell-icon';
77
77
 
78
78
  ### Bulk select
79
79
 
80
- ```js isFullscreen file="./examples/TableBulkSelect.tsx"
80
+ ```ts isFullscreen file="examples/TableBulkSelect.tsx"
81
81
 
82
82
  ```
83
83
 
84
84
  ### Expand/collapse all
85
85
 
86
- ```js isFullscreen file="./examples/TableExpandCollapseAll.tsx"
86
+ ```ts isFullscreen file="examples/TableExpandCollapseAll.tsx"
87
87
 
88
88
  ```
89
89
 
90
90
  ### Compact
91
91
 
92
- ```js isFullscreen file="./examples/TableCompact.tsx"
92
+ ```ts isFullscreen file="examples/TableCompact.tsx"
93
93
 
94
94
  ```
95
95
 
96
96
  ### Compound expansion
97
97
 
98
- ```js isFullscreen file="./examples/TableCompoundExpansion.tsx"
98
+ ```ts isFullscreen file="examples/TableCompoundExpansion.tsx"
99
99
 
100
100
  ```
101
101
 
102
102
  ### Column management
103
103
 
104
- ```js isFullscreen file="./examples/TableColumnManagement.tsx"
104
+ ```ts isFullscreen file="examples/TableColumnManagement.tsx"
105
105
 
106
106
  ```
107
107
 
108
108
  ### Column management with draggable
109
109
 
110
- ```js isFullscreen file="./examples/TableColumnManagementWithDraggable.tsx"
110
+ ```ts isFullscreen file="examples/TableColumnManagementWithDraggable.tsx"
111
111
 
112
112
  ```
113
113
 
114
114
  ### Filterable
115
115
 
116
- ```js isFullscreen file="./examples/TableFilterable.tsx"
116
+ ```ts isFullscreen file="examples/TableFilterable.tsx"
117
117
 
118
118
  ```
119
119
 
120
120
  ### Sortable - responsive
121
121
 
122
- ```js isFullscreen file="./examples/TableSortableResponsive.tsx"
122
+ ```ts isFullscreen file="examples/TableSortableResponsive.tsx"
123
123
 
124
124
  ```
125
125