-
Notifications
You must be signed in to change notification settings - Fork 106
fix: 2.0 pfe-jump-links doc updates and fixes #1829
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| // and the user clicks outside the accordion element (should close accordion). | ||
|
|
||
| /** | ||
| * @fires pfe-jump-links-panel:active-navItem |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we deprecate the el:name events and add our own extends Event events?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea. Just updated them to our new ComposedEvent
| get offsetValue(): number { | ||
| // If the offset attribute has been set, use that (no calculations) | ||
| if (this.offset) { | ||
| if (typeof this.offset !== 'undefined' && this.offset !== null) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could also be this.offset != null
fix(jump-links): doc updates and fixes (#1829) * chore: remove old demo sticky nav * fix: enable offset to be set to zero * chore: remove old demo panel offset * fix: accent-bar mixin wasn't setting proper width * feat: support multiple nested scroll containers * chore: update docs * remove duplicate background-color property. Co-authored-by: Michael Potter <[email protected]>
fix(jump-links): doc updates and fixes (#1829) * chore: remove old demo sticky nav * fix: enable offset to be set to zero * chore: remove old demo panel offset * fix: accent-bar mixin wasn't setting proper width * feat: support multiple nested scroll containers * chore: update docs * remove duplicate background-color property. test(pfe-jump-links): e2e tests feat(jump-links): migrate events to ComposedEvent fix(jump-links): type of ActiveItemEvent param feat: changed event names/types for change, stuck & content-change. Updated tests style(jump-links): lint Co-Authored-By: heyMP <[email protected]>
fix(jump-links): doc updates and fixes (#1829) * chore: remove old demo sticky nav * fix: enable offset to be set to zero * chore: remove old demo panel offset * fix: accent-bar mixin wasn't setting proper width * feat: support multiple nested scroll containers * chore: update docs * remove duplicate background-color property. test(pfe-jump-links): e2e tests feat(jump-links): migrate events to ComposedEvent fix(jump-links): type of ActiveItemEvent param feat: changed event names/types for change, stuck & content-change. Updated tests style(jump-links): lint Co-Authored-By: heyMP <[email protected]>
fix(jump-links): doc updates and fixes (#1829) * chore: remove old demo sticky nav * fix: enable offset to be set to zero * chore: remove old demo panel offset * fix: accent-bar mixin wasn't setting proper width * feat: support multiple nested scroll containers * chore: update docs * remove duplicate background-color property. test(pfe-jump-links): e2e tests feat(jump-links): migrate events to ComposedEvent fix(jump-links): type of ActiveItemEvent param feat: changed event names/types for change, stuck & content-change. Updated tests style(jump-links): lint test(jump-links): update demo file test(pfe-jump-links): e2e tests with page object model test(pfe-jump-links): build demo with optional shadowroot docs(pfe-jump-links): rearrange docs urls Co-Authored-By: Michael Potter <[email protected]>
fix(jump-links): doc updates and fixes (#1829) * chore: remove old demo sticky nav * fix: enable offset to be set to zero * chore: remove old demo panel offset * fix: accent-bar mixin wasn't setting proper width * feat: support multiple nested scroll containers * chore: update docs * remove duplicate background-color property. test(pfe-jump-links): e2e tests feat(jump-links): migrate events to ComposedEvent fix(jump-links): type of ActiveItemEvent param feat: changed event names/types for change, stuck & content-change. Updated tests style(jump-links): lint test(jump-links): update demo file test(pfe-jump-links): e2e tests with page object model test(pfe-jump-links): build demo with optional shadowroot docs(pfe-jump-links): rearrange docs urls Co-Authored-By: Michael Potter <[email protected]>
fix(jump-links): doc updates and fixes (#1829) * chore: remove old demo sticky nav * fix: enable offset to be set to zero * chore: remove old demo panel offset * fix: accent-bar mixin wasn't setting proper width * feat: support multiple nested scroll containers * chore: update docs * remove duplicate background-color property. test(pfe-jump-links): e2e tests feat(jump-links): migrate events to ComposedEvent fix(jump-links): type of ActiveItemEvent param feat: changed event names/types for change, stuck & content-change. Updated tests style(jump-links): lint test(jump-links): update demo file test(pfe-jump-links): e2e tests with page object model test(pfe-jump-links): build demo with optional shadowroot docs(pfe-jump-links): rearrange docs urls Co-Authored-By: Michael Potter <[email protected]>
fix(jump-links): doc updates and fixes (#1829) * chore: remove old demo sticky nav * fix: enable offset to be set to zero * chore: remove old demo panel offset * fix: accent-bar mixin wasn't setting proper width * feat: support multiple nested scroll containers * chore: update docs * remove duplicate background-color property. test(pfe-jump-links): e2e tests feat(jump-links): migrate events to ComposedEvent fix(jump-links): type of ActiveItemEvent param feat: changed event names/types for change, stuck & content-change. Updated tests style(jump-links): lint test(jump-links): update demo file test(pfe-jump-links): e2e tests with page object model test(pfe-jump-links): build demo with optional shadowroot docs(pfe-jump-links): rearrange docs urls Co-Authored-By: Michael Potter <[email protected]>
fix(jump-links): doc updates and fixes (#1829) * chore: remove old demo sticky nav * fix: enable offset to be set to zero * chore: remove old demo panel offset * fix: accent-bar mixin wasn't setting proper width * feat: support multiple nested scroll containers * chore: update docs * remove duplicate background-color property. test(pfe-jump-links): e2e tests feat(jump-links): migrate events to ComposedEvent fix(jump-links): type of ActiveItemEvent param feat: changed event names/types for change, stuck & content-change. Updated tests style(jump-links): lint test(jump-links): update demo file test(pfe-jump-links): e2e tests with page object model test(pfe-jump-links): build demo with optional shadowroot docs(pfe-jump-links): rearrange docs urls Co-Authored-By: Michael Potter <[email protected]>
fix(jump-links): doc updates and fixes (#1829) * chore: remove old demo sticky nav * fix: enable offset to be set to zero * chore: remove old demo panel offset * fix: accent-bar mixin wasn't setting proper width * feat: support multiple nested scroll containers * chore: update docs * remove duplicate background-color property. test(pfe-jump-links): e2e tests feat(jump-links): migrate events to ComposedEvent fix(jump-links): type of ActiveItemEvent param feat: changed event names/types for change, stuck & content-change. Updated tests style(jump-links): lint test(jump-links): update demo file test(pfe-jump-links): e2e tests with page object model test(pfe-jump-links): build demo with optional shadowroot docs(pfe-jump-links): rearrange docs urls Co-Authored-By: Michael Potter <[email protected]>
fix(jump-links): doc updates and fixes (#1829) * chore: remove old demo sticky nav * fix: enable offset to be set to zero * chore: remove old demo panel offset * fix: accent-bar mixin wasn't setting proper width * feat: support multiple nested scroll containers * chore: update docs * remove duplicate background-color property. test(pfe-jump-links): e2e tests feat(jump-links): migrate events to ComposedEvent fix(jump-links): type of ActiveItemEvent param feat: changed event names/types for change, stuck & content-change. Updated tests style(jump-links): lint test(jump-links): update demo file test(pfe-jump-links): e2e tests with page object model test(pfe-jump-links): build demo with optional shadowroot docs(pfe-jump-links): rearrange docs urls Co-Authored-By: Michael Potter <[email protected]>
fix(jump-links): doc updates and fixes (#1829) * chore: remove old demo sticky nav * fix: enable offset to be set to zero * chore: remove old demo panel offset * fix: accent-bar mixin wasn't setting proper width * feat: support multiple nested scroll containers * chore: update docs * remove duplicate background-color property. test(pfe-jump-links): e2e tests feat(jump-links): migrate events to ComposedEvent fix(jump-links): type of ActiveItemEvent param feat: changed event names/types for change, stuck & content-change. Updated tests style(jump-links): lint test(jump-links): update demo file test(pfe-jump-links): e2e tests with page object model test(pfe-jump-links): build demo with optional shadowroot docs(pfe-jump-links): rearrange docs urls Co-Authored-By: Michael Potter <[email protected]>
fix(jump-links): doc updates and fixes (#1829) * chore: remove old demo sticky nav * fix: enable offset to be set to zero * chore: remove old demo panel offset * fix: accent-bar mixin wasn't setting proper width * feat: support multiple nested scroll containers * chore: update docs * remove duplicate background-color property. test(pfe-jump-links): e2e tests feat(jump-links): migrate events to ComposedEvent fix(jump-links): type of ActiveItemEvent param feat: changed event names/types for change, stuck & content-change. Updated tests style(jump-links): lint test(jump-links): update demo file test(pfe-jump-links): e2e tests with page object model test(pfe-jump-links): build demo with optional shadowroot docs(pfe-jump-links): rearrange docs urls Co-Authored-By: Michael Potter <[email protected]>
fix(jump-links): doc updates and fixes (#1829) * chore: remove old demo sticky nav * fix: enable offset to be set to zero * chore: remove old demo panel offset * fix: accent-bar mixin wasn't setting proper width * feat: support multiple nested scroll containers * chore: update docs * remove duplicate background-color property. test(pfe-jump-links): e2e tests feat(jump-links): migrate events to ComposedEvent fix(jump-links): type of ActiveItemEvent param feat: changed event names/types for change, stuck & content-change. Updated tests style(jump-links): lint test(jump-links): update demo file test(pfe-jump-links): e2e tests with page object model test(pfe-jump-links): build demo with optional shadowroot docs(pfe-jump-links): rearrange docs urls Co-Authored-By: Michael Potter <[email protected]>
fix(jump-links): doc updates and fixes (#1829) * chore: remove old demo sticky nav * fix: enable offset to be set to zero * chore: remove old demo panel offset * fix: accent-bar mixin wasn't setting proper width * feat: support multiple nested scroll containers * chore: update docs * remove duplicate background-color property. test(pfe-jump-links): e2e tests feat(jump-links): migrate events to ComposedEvent fix(jump-links): type of ActiveItemEvent param feat: changed event names/types for change, stuck & content-change. Updated tests style(jump-links): lint test(jump-links): update demo file test(pfe-jump-links): e2e tests with page object model test(pfe-jump-links): build demo with optional shadowroot docs(pfe-jump-links): rearrange docs urls Co-Authored-By: Michael Potter <[email protected]>
fix(jump-links): doc updates and fixes (#1829) * chore: remove old demo sticky nav * fix: enable offset to be set to zero * chore: remove old demo panel offset * fix: accent-bar mixin wasn't setting proper width * feat: support multiple nested scroll containers * chore: update docs * remove duplicate background-color property. test(pfe-jump-links): e2e tests feat(jump-links): migrate events to ComposedEvent fix(jump-links): type of ActiveItemEvent param feat: changed event names/types for change, stuck & content-change. Updated tests style(jump-links): lint test(jump-links): update demo file test(pfe-jump-links): e2e tests with page object model test(pfe-jump-links): build demo with optional shadowroot docs(pfe-jump-links): rearrange docs urls Co-Authored-By: Michael Potter <[email protected]>
fix(jump-links): doc updates and fixes (#1829) * chore: remove old demo sticky nav * fix: enable offset to be set to zero * chore: remove old demo panel offset * fix: accent-bar mixin wasn't setting proper width * feat: support multiple nested scroll containers * chore: update docs * remove duplicate background-color property. test(pfe-jump-links): e2e tests feat(jump-links): migrate events to ComposedEvent fix(jump-links): type of ActiveItemEvent param feat: changed event names/types for change, stuck & content-change. Updated tests style(jump-links): lint test(jump-links): update demo file test(pfe-jump-links): e2e tests with page object model test(pfe-jump-links): build demo with optional shadowroot docs(pfe-jump-links): rearrange docs urls Co-Authored-By: Michael Potter <[email protected]>
fix(jump-links): doc updates and fixes (#1829) * chore: remove old demo sticky nav * fix: enable offset to be set to zero * chore: remove old demo panel offset * fix: accent-bar mixin wasn't setting proper width * feat: support multiple nested scroll containers * chore: update docs * remove duplicate background-color property. test(pfe-jump-links): e2e tests feat(jump-links): migrate events to ComposedEvent fix(jump-links): type of ActiveItemEvent param feat: changed event names/types for change, stuck & content-change. Updated tests style(jump-links): lint test(jump-links): update demo file test(pfe-jump-links): e2e tests with page object model test(pfe-jump-links): build demo with optional shadowroot docs(pfe-jump-links): rearrange docs urls Co-Authored-By: Michael Potter <[email protected]>
fix(jump-links): doc updates and fixes (#1829) * chore: remove old demo sticky nav * fix: enable offset to be set to zero * chore: remove old demo panel offset * fix: accent-bar mixin wasn't setting proper width * feat: support multiple nested scroll containers * chore: update docs * remove duplicate background-color property. test(pfe-jump-links): e2e tests feat(jump-links): migrate events to ComposedEvent fix(jump-links): type of ActiveItemEvent param feat: changed event names/types for change, stuck & content-change. Updated tests style(jump-links): lint test(jump-links): update demo file test(pfe-jump-links): e2e tests with page object model test(pfe-jump-links): build demo with optional shadowroot docs(pfe-jump-links): rearrange docs urls Co-Authored-By: Michael Potter <[email protected]>
fix(jump-links): doc updates and fixes (#1829) * chore: remove old demo sticky nav * fix: enable offset to be set to zero * chore: remove old demo panel offset * fix: accent-bar mixin wasn't setting proper width * feat: support multiple nested scroll containers * chore: update docs * remove duplicate background-color property. feat(jump-links): migrate events to ComposedEvent fix(jump-links): type of ActiveItemEvent param feat: changed event names/types for change, stuck & content-change. Updated tests style(jump-links): lint test(jump-links): update demo file test(jump-links): e2e tests with page object model test(jump-links): build demo with optional shadowroot docs(jump-links): rearrange docs urls Co-Authored-By: Michael Potter <[email protected]> fix(jump-links): prevent uncaught error if there are no links and autobuild is unset docs(jump-links): inline docs docs(jump-links): refactor docs page docs(jump-links): add changeset
fix(jump-links): doc updates and fixes (#1829) * chore: remove old demo sticky nav * fix: enable offset to be set to zero * chore: remove old demo panel offset * fix: accent-bar mixin wasn't setting proper width * feat: support multiple nested scroll containers * chore: update docs * remove duplicate background-color property. feat(jump-links): migrate events to ComposedEvent fix(jump-links): type of ActiveItemEvent param feat: changed event names/types for change, stuck & content-change. Updated tests style(jump-links): lint test(jump-links): update demo file test(jump-links): e2e tests with page object model test(jump-links): build demo with optional shadowroot docs(jump-links): rearrange docs urls Co-Authored-By: Michael Potter <[email protected]> fix(jump-links): prevent uncaught error if there are no links and autobuild is unset docs(jump-links): inline docs docs(jump-links): refactor docs page docs(jump-links): add changeset
fix(jump-links): doc updates and fixes (#1829) * chore: remove old demo sticky nav * fix: enable offset to be set to zero * chore: remove old demo panel offset * fix: accent-bar mixin wasn't setting proper width * feat: support multiple nested scroll containers * chore: update docs * remove duplicate background-color property. feat(jump-links): migrate events to ComposedEvent fix(jump-links): type of ActiveItemEvent param feat: changed event names/types for change, stuck & content-change. Updated tests style(jump-links): lint test(jump-links): update demo file test(jump-links): e2e tests with page object model test(jump-links): build demo with optional shadowroot docs(jump-links): rearrange docs urls Co-Authored-By: Michael Potter <[email protected]> fix(jump-links): prevent uncaught error if there are no links and autobuild is unset docs(jump-links): inline docs docs(jump-links): refactor docs page docs(jump-links): add changeset
fix(jump-links): doc updates and fixes (#1829) * chore: remove old demo sticky nav * fix: enable offset to be set to zero * chore: remove old demo panel offset * fix: accent-bar mixin wasn't setting proper width * feat: support multiple nested scroll containers * chore: update docs * remove duplicate background-color property. feat(jump-links): migrate events to ComposedEvent fix(jump-links): type of ActiveItemEvent param feat: changed event names/types for change, stuck & content-change. Updated tests style(jump-links): lint test(jump-links): update demo file test(jump-links): e2e tests with page object model test(jump-links): build demo with optional shadowroot docs(jump-links): rearrange docs urls Co-Authored-By: Michael Potter <[email protected]> fix(jump-links): prevent uncaught error if there are no links and autobuild is unset docs(jump-links): inline docs docs(jump-links): refactor docs page docs(jump-links): add changeset fix(jump-links): declare Breakpoints interface locally fix(jump-links): add {{version}} to element classes docs(jump-links): use pfe-styles Co-Authored-By: Steven Spriggs <[email protected]> feat(jump-links): add CSS parts
**Features**
- support multiple nested scroll containers
- migrate events to ComposedEvent
- changed event names/types for change, stuck & content-change. Updated tests
- add CSS parts
**Fixes**
- enable offset to be set to zero
- accent-bar mixin wasn't setting proper width
- remove duplicate background-color property.
- prevent uncaught error
- declare Breakpoints interface locally
- add {{version}} to element classes
- rename `pfeEvent` to `deprecatedCustomEvent`
- type of ActiveItemEvent param
**Tests**
- e2e tests with page object model
- build demo with optional shadowroot
**Docs**
- doc updates and fixes (#1829)
- update docs
- update demo file
- remove old demo sticky nav
- remove old demo panel offset
- rearrange docs urls
- if there are no links and autobuild is unset
- inline docs
- rewrite docs page
- add changeset
- use pfe-styles
Co-Authored-By: Michael Potter <[email protected]>
Co-Authored-By: Steven Spriggs <[email protected]>
**Features**
- support multiple nested scroll containers
- migrate events to ComposedEvent
- changed event names/types for change, stuck & content-change. Updated tests
- add CSS parts
**Fixes**
- enable offset to be set to zero
- accent-bar mixin wasn't setting proper width
- remove duplicate background-color property.
- prevent uncaught error
- declare Breakpoints interface locally
- add {{version}} to element classes
- rename `pfeEvent` to `deprecatedCustomEvent`
- type of ActiveItemEvent param
**Tests**
- e2e tests with page object model
- build demo with optional shadowroot
**Docs**
- doc updates and fixes (#1829)
- update docs
- update demo file
- remove old demo sticky nav
- remove old demo panel offset
- rearrange docs urls
- if there are no links and autobuild is unset
- inline docs
- rewrite docs page
- add changeset
- use pfe-styles
Co-Authored-By: Michael Potter <[email protected]>
Co-Authored-By: Steven Spriggs <[email protected]>
**Features**
- support multiple nested scroll containers
- migrate events to ComposedEvent
- changed event names/types for change, stuck & content-change. Updated tests
- add CSS parts
**Fixes**
- enable offset to be set to zero
- accent-bar mixin wasn't setting proper width
- remove duplicate background-color property.
- prevent uncaught error
- declare Breakpoints interface locally
- add {{version}} to element classes
- rename `pfeEvent` to `deprecatedCustomEvent`
- type of ActiveItemEvent param
**Tests**
- e2e tests with page object model
- build demo with optional shadowroot
**Docs**
- doc updates and fixes (#1829)
- update docs
- update demo file
- remove old demo sticky nav
- remove old demo panel offset
- rearrange docs urls
- if there are no links and autobuild is unset
- inline docs
- rewrite docs page
- add changeset
- use pfe-styles
Co-Authored-By: Michael Potter <[email protected]>
Co-Authored-By: Steven Spriggs <[email protected]>
**Features**
- support multiple nested scroll containers
- migrate events to ComposedEvent
- changed event names/types for change, stuck & content-change. Updated tests
- add CSS parts
**Fixes**
- enable offset to be set to zero
- accent-bar mixin wasn't setting proper width
- remove duplicate background-color property.
- prevent uncaught error
- declare Breakpoints interface locally
- add {{version}} to element classes
- rename `pfeEvent` to `deprecatedCustomEvent`
- type of ActiveItemEvent param
**Tests**
- e2e tests with page object model
- build demo with optional shadowroot
**Docs**
- doc updates and fixes (#1829)
- update docs
- update demo file
- remove old demo sticky nav
- remove old demo panel offset
- rearrange docs urls
- if there are no links and autobuild is unset
- inline docs
- rewrite docs page
- add changeset
- use pfe-styles
Co-Authored-By: Michael Potter <[email protected]>
Co-Authored-By: Steven Spriggs <[email protected]>
**Features**
- support multiple nested scroll containers
- migrate events to ComposedEvent
- changed event names/types for change, stuck & content-change. Updated tests
- add CSS parts
**Fixes**
- enable offset to be set to zero
- accent-bar mixin wasn't setting proper width
- remove duplicate background-color property.
- prevent uncaught error
- declare Breakpoints interface locally
- add {{version}} to element classes
- rename `pfeEvent` to `deprecatedCustomEvent`
- type of ActiveItemEvent param
**Tests**
- e2e tests with page object model
- build demo with optional shadowroot
**Docs**
- doc updates and fixes (#1829)
- update docs
- update demo file
- remove old demo sticky nav
- remove old demo panel offset
- rearrange docs urls
- if there are no links and autobuild is unset
- inline docs
- rewrite docs page
- add changeset
- use pfe-styles
Co-Authored-By: Michael Potter <[email protected]>
Co-Authored-By: Steven Spriggs <[email protected]>
**Features**
- support multiple nested scroll containers
- migrate events to ComposedEvent
- changed event names/types for change, stuck & content-change. Updated tests
- add CSS parts
**Fixes**
- enable offset to be set to zero
- accent-bar mixin wasn't setting proper width
- remove duplicate background-color property.
- prevent uncaught error
- declare Breakpoints interface locally
- add {{version}} to element classes
- rename `pfeEvent` to `deprecatedCustomEvent`
- type of ActiveItemEvent param
**Tests**
- e2e tests with page object model
- build demo with optional shadowroot
**Docs**
- doc updates and fixes (#1829)
- update docs
- update demo file
- remove old demo sticky nav
- remove old demo panel offset
- rearrange docs urls
- if there are no links and autobuild is unset
- inline docs
- rewrite docs page
- add changeset
- use pfe-styles
Co-Authored-By: Michael Potter <[email protected]>
Co-Authored-By: Steven Spriggs <[email protected]>
**Features**
- support multiple nested scroll containers
- migrate events to ComposedEvent
- changed event names/types for change, stuck & content-change. Updated tests
- add CSS parts
**Fixes**
- enable offset to be set to zero
- accent-bar mixin wasn't setting proper width
- remove duplicate background-color property.
- prevent uncaught error
- declare Breakpoints interface locally
- add {{version}} to element classes
- rename `pfeEvent` to `deprecatedCustomEvent`
- type of ActiveItemEvent param
**Tests**
- e2e tests with page object model
- build demo with optional shadowroot
**Docs**
- doc updates and fixes (#1829)
- update docs
- update demo file
- remove old demo sticky nav
- remove old demo panel offset
- rearrange docs urls
- if there are no links and autobuild is unset
- inline docs
- rewrite docs page
- add changeset
- use pfe-styles
Co-Authored-By: Michael Potter <[email protected]>
Co-Authored-By: Steven Spriggs <[email protected]>
**Features**
- support multiple nested scroll containers
- migrate events to ComposedEvent
- changed event names/types for change, stuck & content-change. Updated tests
- add CSS parts
**Fixes**
- enable offset to be set to zero
- accent-bar mixin wasn't setting proper width
- remove duplicate background-color property.
- prevent uncaught error
- declare Breakpoints interface locally
- add {{version}} to element classes
- rename `pfeEvent` to `deprecatedCustomEvent`
- type of ActiveItemEvent param
**Tests**
- e2e tests with page object model
- build demo with optional shadowroot
**Docs**
- doc updates and fixes (#1829)
- update docs
- update demo file
- remove old demo sticky nav
- remove old demo panel offset
- rearrange docs urls
- if there are no links and autobuild is unset
- inline docs
- rewrite docs page
- add changeset
- use pfe-styles
Co-Authored-By: Michael Potter <[email protected]>
Co-Authored-By: Steven Spriggs <[email protected]>
**Features**
- support multiple nested scroll containers
- migrate events to ComposedEvent
- changed event names/types for change, stuck & content-change. Updated tests
- add CSS parts
**Fixes**
- enable offset to be set to zero
- accent-bar mixin wasn't setting proper width
- remove duplicate background-color property.
- prevent uncaught error
- declare Breakpoints interface locally
- add {{version}} to element classes
- rename `pfeEvent` to `deprecatedCustomEvent`
- type of ActiveItemEvent param
**Tests**
- e2e tests with page object model
- build demo with optional shadowroot
**Docs**
- doc updates and fixes (#1829)
- update docs
- update demo file
- remove old demo sticky nav
- remove old demo panel offset
- rearrange docs urls
- if there are no links and autobuild is unset
- inline docs
- rewrite docs page
- add changeset
- use pfe-styles
Co-Authored-By: Michael Potter <[email protected]>
Co-Authored-By: Steven Spriggs <[email protected]>
**Features**
- support multiple nested scroll containers
- migrate events to ComposedEvent
- changed event names/types for change, stuck & content-change. Updated tests
- add CSS parts
**Fixes**
- enable offset to be set to zero
- accent-bar mixin wasn't setting proper width
- remove duplicate background-color property.
- prevent uncaught error
- declare Breakpoints interface locally
- add {{version}} to element classes
- rename `pfeEvent` to `deprecatedCustomEvent`
- type of ActiveItemEvent param
**Tests**
- e2e tests with page object model
- build demo with optional shadowroot
**Docs**
- doc updates and fixes (#1829)
- update docs
- update demo file
- remove old demo sticky nav
- remove old demo panel offset
- rearrange docs urls
- if there are no links and autobuild is unset
- inline docs
- rewrite docs page
- add changeset
- use pfe-styles
Co-Authored-By: Michael Potter <[email protected]>
Co-Authored-By: Steven Spriggs <[email protected]>
**Features**
- support multiple nested scroll containers
- migrate events to ComposedEvent
- changed event names/types for change, stuck & content-change. Updated tests
- add CSS parts
**Fixes**
- enable offset to be set to zero
- accent-bar mixin wasn't setting proper width
- remove duplicate background-color property.
- prevent uncaught error
- declare Breakpoints interface locally
- add {{version}} to element classes
- rename `pfeEvent` to `deprecatedCustomEvent`
- type of ActiveItemEvent param
**Tests**
- e2e tests with page object model
- build demo with optional shadowroot
**Docs**
- doc updates and fixes (#1829)
- update docs
- update demo file
- remove old demo sticky nav
- remove old demo panel offset
- rearrange docs urls
- if there are no links and autobuild is unset
- inline docs
- rewrite docs page
- add changeset
- use pfe-styles
Co-Authored-By: Michael Potter <[email protected]>
Co-Authored-By: Steven Spriggs <[email protected]>
**Features**
- support multiple nested scroll containers
- migrate events to ComposedEvent
- changed event names/types for change, stuck & content-change. Updated tests
- add CSS parts
**Fixes**
- enable offset to be set to zero
- accent-bar mixin wasn't setting proper width
- remove duplicate background-color property.
- prevent uncaught error
- declare Breakpoints interface locally
- add {{version}} to element classes
- rename `pfeEvent` to `deprecatedCustomEvent`
- type of ActiveItemEvent param
**Tests**
- e2e tests with page object model
- build demo with optional shadowroot
**Docs**
- doc updates and fixes (#1829)
- update docs
- update demo file
- remove old demo sticky nav
- remove old demo panel offset
- rearrange docs urls
- if there are no links and autobuild is unset
- inline docs
- rewrite docs page
- add changeset
- use pfe-styles
Co-Authored-By: Michael Potter <[email protected]>
Co-Authored-By: Steven Spriggs <[email protected]>
**Features**
- support multiple nested scroll containers
- migrate events to ComposedEvent
- changed event names/types for change, stuck & content-change. Updated tests
- add CSS parts
**Fixes**
- enable offset to be set to zero
- accent-bar mixin wasn't setting proper width
- remove duplicate background-color property.
- prevent uncaught error
- declare Breakpoints interface locally
- add {{version}} to element classes
- rename `pfeEvent` to `deprecatedCustomEvent`
- type of ActiveItemEvent param
**Tests**
- e2e tests with page object model
- build demo with optional shadowroot
**Docs**
- doc updates and fixes (#1829)
- update docs
- update demo file
- remove old demo sticky nav
- remove old demo panel offset
- rearrange docs urls
- if there are no links and autobuild is unset
- inline docs
- rewrite docs page
- add changeset
- use pfe-styles
Co-Authored-By: Michael Potter <[email protected]>
Co-Authored-By: Steven Spriggs <[email protected]>
**Features**
- support multiple nested scroll containers
- migrate events to ComposedEvent
- changed event names/types for change, stuck & content-change. Updated tests
- add CSS parts
**Fixes**
- enable offset to be set to zero
- accent-bar mixin wasn't setting proper width
- remove duplicate background-color property.
- prevent uncaught error
- declare Breakpoints interface locally
- add {{version}} to element classes
- rename `pfeEvent` to `deprecatedCustomEvent`
- type of ActiveItemEvent param
**Tests**
- e2e tests with page object model
- build demo with optional shadowroot
**Docs**
- doc updates and fixes (#1829)
- update docs
- update demo file
- remove old demo sticky nav
- remove old demo panel offset
- rearrange docs urls
- if there are no links and autobuild is unset
- inline docs
- rewrite docs page
- add changeset
- use pfe-styles
Co-Authored-By: Michael Potter <[email protected]>
Co-Authored-By: Steven Spriggs <[email protected]>
**Features**
- support multiple nested scroll containers
- migrate events to ComposedEvent
- changed event names/types for change, stuck & content-change. Updated tests
- add CSS parts
**Fixes**
- enable offset to be set to zero
- accent-bar mixin wasn't setting proper width
- remove duplicate background-color property.
- prevent uncaught error
- declare Breakpoints interface locally
- add {{version}} to element classes
- rename `pfeEvent` to `deprecatedCustomEvent`
- type of ActiveItemEvent param
**Tests**
- e2e tests with page object model
- build demo with optional shadowroot
**Docs**
- doc updates and fixes (#1829)
- update docs
- update demo file
- remove old demo sticky nav
- remove old demo panel offset
- rearrange docs urls
- if there are no links and autobuild is unset
- inline docs
- rewrite docs page
- add changeset
- use pfe-styles
Co-Authored-By: Michael Potter <[email protected]>
Co-Authored-By: Steven Spriggs <[email protected]>
**Features**
- support multiple nested scroll containers
- migrate events to ComposedEvent
- changed event names/types for change, stuck & content-change. Updated tests
- add CSS parts
**Fixes**
- enable offset to be set to zero
- accent-bar mixin wasn't setting proper width
- remove duplicate background-color property.
- prevent uncaught error
- declare Breakpoints interface locally
- add {{version}} to element classes
- rename `pfeEvent` to `deprecatedCustomEvent`
- type of ActiveItemEvent param
- align styles to match red hat designs
**Tests**
- e2e tests with page object model
- build demo with optional shadowroot
**Docs**
- doc updates and fixes (#1829)
- update docs
- update demo file
- remove old demo sticky nav
- remove old demo panel offset
- rearrange docs urls
- if there are no links and autobuild is unset
- inline docs
- rewrite docs page
- add changeset
- use pfe-styles
Co-Authored-By: Michael Potter <[email protected]>
Co-Authored-By: Steven Spriggs <[email protected]>
Co-Authored-By: Daniel Faucette <[email protected]>
**Features**
- support multiple nested scroll containers
- migrate events to ComposedEvent
- changed event names/types for change, stuck & content-change. Updated tests
- add CSS parts
**Fixes**
- enable offset to be set to zero
- accent-bar mixin wasn't setting proper width
- remove duplicate background-color property.
- prevent uncaught error
- declare Breakpoints interface locally
- add {{version}} to element classes
- rename `pfeEvent` to `deprecatedCustomEvent`
- type of ActiveItemEvent param
- align styles to match red hat designs
**Tests**
- e2e tests with page object model
- build demo with optional shadowroot
**Docs**
- doc updates and fixes (#1829)
- update docs
- update demo file
- remove old demo sticky nav
- remove old demo panel offset
- rearrange docs urls
- if there are no links and autobuild is unset
- inline docs
- rewrite docs page
- add changeset
- use pfe-styles
Co-Authored-By: Michael Potter <[email protected]>
Co-Authored-By: Steven Spriggs <[email protected]>
Co-Authored-By: Daniel Faucette <[email protected]>
**Features**
- support multiple nested scroll containers
- migrate events to ComposedEvent
- changed event names/types for change, stuck & content-change. Updated tests
- add CSS parts
**Fixes**
- enable offset to be set to zero
- accent-bar mixin wasn't setting proper width
- remove duplicate background-color property.
- prevent uncaught error
- declare Breakpoints interface locally
- add {{version}} to element classes
- rename `pfeEvent` to `deprecatedCustomEvent`
- type of ActiveItemEvent param
- align styles to match red hat designs
**Tests**
- e2e tests with page object model
- build demo with optional shadowroot
**Docs**
- doc updates and fixes (#1829)
- update docs
- update demo file
- remove old demo sticky nav
- remove old demo panel offset
- rearrange docs urls
- if there are no links and autobuild is unset
- inline docs
- rewrite docs page
- add changeset
- use pfe-styles
Co-Authored-By: Michael Potter <[email protected]>
Co-Authored-By: Steven Spriggs <[email protected]>
Co-Authored-By: Daniel Faucette <[email protected]>
**Features**
- support multiple nested scroll containers
- migrate events to ComposedEvent
- changed event names/types for change, stuck & content-change. Updated tests
- add CSS parts
**Fixes**
- enable offset to be set to zero
- accent-bar mixin wasn't setting proper width
- remove duplicate background-color property.
- prevent uncaught error
- declare Breakpoints interface locally
- add {{version}} to element classes
- rename `pfeEvent` to `deprecatedCustomEvent`
- type of ActiveItemEvent param
- align styles to match red hat designs
**Tests**
- e2e tests with page object model
- build demo with optional shadowroot
**Docs**
- doc updates and fixes (#1829)
- update docs
- update demo file
- remove old demo sticky nav
- remove old demo panel offset
- rearrange docs urls
- if there are no links and autobuild is unset
- inline docs
- rewrite docs page
- add changeset
- use pfe-styles
Co-Authored-By: Michael Potter <[email protected]>
Co-Authored-By: Steven Spriggs <[email protected]>
Co-Authored-By: Daniel Faucette <[email protected]>
**Features**
- support multiple nested scroll containers
- migrate events to ComposedEvent
- changed event names/types for change, stuck & content-change. Updated tests
- add CSS parts
**Fixes**
- enable offset to be set to zero
- accent-bar mixin wasn't setting proper width
- remove duplicate background-color property.
- prevent uncaught error
- declare Breakpoints interface locally
- add {{version}} to element classes
- rename `pfeEvent` to `deprecatedCustomEvent`
- type of ActiveItemEvent param
- align styles to match red hat designs
**Tests**
- e2e tests with page object model
- build demo with optional shadowroot
**Docs**
- doc updates and fixes (#1829)
- update docs
- update demo file
- remove old demo sticky nav
- remove old demo panel offset
- rearrange docs urls
- if there are no links and autobuild is unset
- inline docs
- rewrite docs page
- add changeset
- use pfe-styles
Co-Authored-By: Michael Potter <[email protected]>
Co-Authored-By: Steven Spriggs <[email protected]>
Co-Authored-By: Daniel Faucette <[email protected]>
0