Skip to content

Commit 41076fc

Browse files
committed
feat(tabs)!: migrate pfe-tabs to lit
test(tabs): visual regression tests docs(tabs): add CSS to demo page for tabs (#1835) test(tabs): update snapshot test(tabs): update test snapshot test(pfe-tabs): e2e tests with page object model test(pfe-tabs): build demo with optional shadowroot docs(pfe-tabs): rearrange docs urls
1 parent e07ba73 commit 41076fc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+2114
-6747
lines changed

elements/pfe-tabs/.npmignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

elements/pfe-tabs/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ below, selecting "Tab 2" will update the URL as follows: `?my-tabs=tab2`.
103103
</pfe-tabs>
104104
```
105105

106-
*Note:* This feature is not supported in IE11.
107-
108106
## Using the URL to open a specific tab
109107

110108
By default, `pfe-tabs` will read the URL and look for a query string parameter
@@ -134,8 +132,6 @@ In the event that a tab with the supplied id in the URL does not exist,
134132
`pfe-tabs` will fall back to the `selected-index` attribute if one is supplied
135133
in the markup, or the first tab if `selected-index` is not provided.
136134

137-
*Note:* This feature is not supported in IE11.
138-
139135
## Events
140136

141137
### pfe-tabs:shown-tab
@@ -183,7 +179,7 @@ Fires when a selected tab is no longer the selected tab. The `event.detail.tab`
183179
| `--pfe-tabs__panel--BorderRight` | | 0 |
184180
| `--pfe-tabs__panel--BorderBottom` | | 0 |
185181
| `--pfe-tabs__panel--BorderLeft` | | 0 |
186-
182+
187183
## Test
188184

189185
npm run test
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { pfeCustomElementsManifestConfig } from '@patternfly/pfe-tools/custom-elements-manifest.js';
2+
3+
export default pfeCustomElementsManifestConfig({
4+
globs: ['pfe-*.ts'],
5+
});

elements/pfe-tabs/demo/all-combos.css

Lines changed: 0 additions & 158 deletions
This file was deleted.

0 commit comments

Comments
 (0)