- 06 Apr, 2021 1 commit
-
-
dependabot[bot] authored
Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 6.2.3 to 6.2.5. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/6.2.3...6.2.5) Signed-off-by: dependabot[bot] <support@github.com>
-
- 05 Apr, 2021 10 commits
-
-
dependabot[bot] authored
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.874.0 to 2.880.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.874.0...v2.880.0) Signed-off-by: dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.8 to 8.2.9. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.2.8...8.2.9) Signed-off-by: dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.9.1 to 3.10.0. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/commits/v3.10.0/packages/core-js) Signed-off-by: dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [classnames](https://github.com/JedWatson/classnames) from 2.2.6 to 2.3.1. - [Release notes](https://github.com/JedWatson/classnames/releases) - [Changelog](https://github.com/JedWatson/classnames/blob/master/HISTORY.md) - [Commits](https://github.com/JedWatson/classnames/commits) Signed-off-by: dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [sinon](https://github.com/sinonjs/sinon) from 9.2.4 to 10.0.0. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md) - [Commits](https://github.com/sinonjs/sinon/compare/v9.2.4...v10.0.0) Signed-off-by: dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.874.0 to 2.879.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.874.0...v2.879.0) Signed-off-by: dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [axe-core](https://github.com/dequelabs/axe-core) from 4.1.3 to 4.1.4. - [Release notes](https://github.com/dequelabs/axe-core/releases) - [Changelog](https://github.com/dequelabs/axe-core/blob/v4.1.4/CHANGELOG.md) - [Commits](https://github.com/dequelabs/axe-core/compare/v4.1.3...v4.1.4) Signed-off-by: dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.13.13 to 7.13.14. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.13.14/packages/babel-core) Signed-off-by: dependabot[bot] <support@github.com>
-
Kyle Keating authored
Karam expects the config to be of type `Config`. This can be done by calling the karma.config.parseConfig method which creates a Config object that can be passed to karma.Server()
-
dependabot[bot] authored
Bumps [karma](https://github.com/karma-runner/karma) from 6.3.1 to 6.3.2. - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/compare/v6.3.1...v6.3.2) Signed-off-by: dependabot[bot] <support@github.com>
-
- 02 Apr, 2021 3 commits
-
-
Kyle Keating authored
By nulling the `annotations` config var, the direct link fragment no longer affects annotations shown in the notebook.
-
Lyza Danger Gardner authored
Add back horizontal-rhythm util styles, but use a different alignment technique for a child element to assure that timestamps align right in annotation cards.
-
Lyza Danger Gardner authored
Remove an unneeded horizontal-rhythm mixin from AnnotationHeader. Fixes a regression in which the timestamps were not appearing right-aligned in the header of annotation cards.
-
- 01 Apr, 2021 6 commits
-
-
Lyza Danger Gardner authored
* Move logic for adding a new, unsaved page note to AnnotationsService * Render new-note button as a `LabeledButton` within `SelectionTabs` * Remove `NewNoteBtn` component
-
Lyza Danger Gardner authored
To apply theming from settings, we need to be able to set inline styles on buttons.
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
Use a simpler mixin for Notebook's "inner" container: we don't need all the stuff in `panel`, `card-frame` suffices. This eliminates the need to override a vertical rhythm rule.
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
This is the first time in my life I've ever found what seems like a potentially valid use case for `!important`: assuring that a utility class that establishes rhythm based on margins is able to do its job. Typically, our components should not be styling their own margins, but there are some cases where we do, e.g. the initial reset of button styles, which sets `margin: 0`. (Components should style their own padding, but margins are the domain of containing/parent elements). These two `!important` rules allow two utility mixins that are explicitly concerned with margins to trump the specificity of margin-resetting rules on descendent elements. See https://css-tricks.com/when-using-important-is-the-right-choice/
-
- 31 Mar, 2021 7 commits
-
-
Eduardo Sanz García authored
This PR makes the adder to reposition when the adder is visible and the window is resized. In this way the adder is always close to the selected text. Closes #3194
-
Eduardo Sanz García authored
Use the `ListenerCollection` utility to register and unregister listener, similarly to other parts of the application.
-
Lyza Danger Gardner authored
Add sidebar-wide custom styling for "compact" icon buttons: icon-only buttons with no touch-input min-size and tighter padding, as used in the `TopBar` Update components to use `IconButton` with `CompactIconButton` styling where applicable.
-
Lyza Danger Gardner authored
* Labeled buttons should continue sizing font as 1em, icons default at 1.25em (no change) * Icon-only buttons should size icon at 1em (instead of 1.25em) because the icon _is_ the content Update `AnnotationActionBar` to set local font size to 16px to get desired icon sizing (@1em).
-
Lyza Danger Gardner authored
This will allow elements to set contextual 1em=16px for appropriate icon sizing (in buttons)
-
Lyza Danger Gardner authored
`GroupListItem` and `GroupListSection` are never used outside of the `GroupList` itself.
-
Lyza Danger Gardner authored
-
- 30 Mar, 2021 2 commits
-
-
dependabot[bot] authored
Bumps [karma](https://github.com/karma-runner/karma) from 6.2.0 to 6.3.1. - [Release notes](https://github.com/karma-runner/karma/releases) - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma/compare/v6.2.0...v6.3.1) Signed-off-by: dependabot[bot] <support@github.com>
-
Eduardo Sanz García authored
When the selection of text finishes on the sidebar's iframe, the click event is not fired. Hence, the sidebar is not collapsed and the adder is not displayed. This is because events don't bubble up through the iframe. This PR makes the sidebar to collapse on 'mousedown' events on the host page. This is similar in nature to the 'touchstart' event that guest already listens (although for a different reason). Closes #463
-
- 29 Mar, 2021 11 commits
-
-
Lyza Danger Gardner authored
Make sure all buttons—including icon-only buttons—get a flex layout. For icon-only buttons, this ensures that the icon is centered on the button, which is relevant especially when a `min-width` or `min-height` is applied.
-
Lyza Danger Gardner authored
-
Lyza Danger Gardner authored
-
Robert Knight authored
-
Robert Knight authored
The term "plugin" is vestigial. The remaining cross-frame.js module in this directory has been moved up to the top level of `src/annotator/` since there isn't a more specific home that is suitable. Also change the `CrossFrame` class to be a named rather than default export per current conventions.
-
Robert Knight authored
Move `RenderingStates` enum from `pdfjs-rendering-states.js` to `src/annotator/anchoring/pdf`. This is part of an exercise to declutter the root of src/annotator.
-
dependabot[bot] authored
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.13.10 to 7.13.12. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.13.12/packages/babel-preset-env) Signed-off-by: dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) from 7.12.13 to 7.13.13. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.13.13/packages/babel-preset-react) Signed-off-by: dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.13.10 to 7.13.13. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.13.13/packages/babel-core) Signed-off-by: dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [mustache](https://github.com/janl/mustache.js) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/janl/mustache.js/releases) - [Changelog](https://github.com/janl/mustache.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/janl/mustache.js/compare/v4.1.0...v4.2.0) Signed-off-by: dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [npm-packlist](https://github.com/npm/npm-packlist) from 2.1.4 to 2.1.5. - [Release notes](https://github.com/npm/npm-packlist/releases) - [Commits](https://github.com/npm/npm-packlist/compare/v2.1.4...v2.1.5) Signed-off-by: dependabot[bot] <support@github.com>
-