Skip to content

Conversation

@heyMP
Copy link
Contributor

@heyMP heyMP commented Dec 22, 2021

  • Update docs
  • Fix that enables user to set the offset to 0
  • Fix active item indicator

@github-actions github-actions bot added demo Updating demo pages docs Documentation updates functionality Functionality, typically pertaining to the JavaScript. styles An issue or PR pertaining only to CSS/Sass AT passed Automated testing has passed labels Dec 22, 2021
@heyMP heyMP requested a review from bennypowers December 22, 2021 20:27
@heyMP heyMP changed the title Pfe tools/jump links fixes fix: 2.0 [pfe-jump-links] doc updates and fixes Dec 22, 2021
@heyMP heyMP changed the title fix: 2.0 [pfe-jump-links] doc updates and fixes fix: 2.0 pfe-jump-links doc updates and fixes Dec 23, 2021
// and the user clicks outside the accordion element (should close accordion).

/**
* @fires pfe-jump-links-panel:active-navItem
Copy link
Member

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?

Copy link
Contributor Author

@heyMP heyMP Dec 24, 2021

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) {
Copy link
Member

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

@bennypowers bennypowers merged commit e157ba0 into feat/pfe-tools Dec 24, 2021
@bennypowers bennypowers deleted the pfe-tools/jump-links-fixes branch December 24, 2021 11:46
bennypowers added a commit that referenced this pull request Dec 24, 2021
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]>
bennypowers added a commit that referenced this pull request Dec 29, 2021
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]>
bennypowers added a commit that referenced this pull request Dec 29, 2021
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]>
bennypowers added a commit that referenced this pull request Jan 2, 2022
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]>
bennypowers added a commit that referenced this pull request Jan 2, 2022
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]>
bennypowers added a commit that referenced this pull request Jan 2, 2022
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]>
bennypowers added a commit that referenced this pull request Jan 2, 2022
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]>
bennypowers added a commit that referenced this pull request Jan 2, 2022
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]>
bennypowers added a commit that referenced this pull request Jan 2, 2022
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]>
bennypowers added a commit that referenced this pull request Jan 2, 2022
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]>
bennypowers added a commit that referenced this pull request Jan 2, 2022
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]>
bennypowers added a commit that referenced this pull request Jan 2, 2022
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]>
bennypowers added a commit that referenced this pull request Jan 3, 2022
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]>
bennypowers added a commit that referenced this pull request Jan 3, 2022
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]>
bennypowers added a commit that referenced this pull request Jan 3, 2022
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]>
bennypowers added a commit that referenced this pull request Jan 3, 2022
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]>
bennypowers added a commit that referenced this pull request Jan 4, 2022
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]>
bennypowers added a commit that referenced this pull request Jan 4, 2022
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]>
bennypowers added a commit that referenced this pull request Jan 9, 2022
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
bennypowers added a commit that referenced this pull request Jan 17, 2022
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
bennypowers added a commit that referenced this pull request Jan 24, 2022
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
bennypowers added a commit that referenced this pull request Jan 30, 2022
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
bennypowers added a commit that referenced this pull request Jan 30, 2022
**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]>
bennypowers added a commit that referenced this pull request Jan 30, 2022
**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]>
bennypowers added a commit that referenced this pull request Jan 30, 2022
**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]>
bennypowers added a commit that referenced this pull request Jan 31, 2022
**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]>
bennypowers added a commit that referenced this pull request Feb 1, 2022
**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]>
bennypowers added a commit that referenced this pull request Feb 1, 2022
**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]>
bennypowers added a commit that referenced this pull request Feb 1, 2022
**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]>
bennypowers added a commit that referenced this pull request Feb 1, 2022
**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]>
bennypowers added a commit that referenced this pull request Feb 3, 2022
**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]>
bennypowers added a commit that referenced this pull request Feb 3, 2022
**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]>
bennypowers added a commit that referenced this pull request Feb 3, 2022
**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]>
bennypowers added a commit that referenced this pull request Feb 3, 2022
**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]>
bennypowers added a commit that referenced this pull request Feb 3, 2022
**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]>
bennypowers added a commit that referenced this pull request Feb 3, 2022
**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]>
bennypowers added a commit that referenced this pull request Feb 3, 2022
**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]>
bennypowers added a commit that referenced this pull request Feb 3, 2022
**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]>
bennypowers added a commit that referenced this pull request Feb 11, 2022
**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]>
bennypowers added a commit that referenced this pull request Feb 22, 2022
**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]>
bennypowers added a commit that referenced this pull request Feb 23, 2022
**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]>
bennypowers added a commit that referenced this pull request Feb 23, 2022
**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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AT passed Automated testing has passed demo Updating demo pages docs Documentation updates functionality Functionality, typically pertaining to the JavaScript. styles An issue or PR pertaining only to CSS/Sass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants