primer_view_components 0.15.0 → 0.15.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -274,7 +274,7 @@ class ToolTipElement extends HTMLElement {
274
274
  });
275
275
  this.ownerDocument.addEventListener('focusout', focusOutListener);
276
276
  this.ownerDocument.addEventListener('focusin', focusInListener);
277
- this.ownerDocument.addEventListener('keydown', this, { signal, captures: true });
277
+ this.ownerDocument.addEventListener('keydown', this, { signal, capture: true });
278
278
  }
279
279
  disconnectedCallback() {
280
280
  var _a;
@@ -276,7 +276,7 @@ class ToolTipElement extends HTMLElement {
276
276
  })
277
277
  this.ownerDocument.addEventListener('focusout', focusOutListener)
278
278
  this.ownerDocument.addEventListener('focusin', focusInListener)
279
- this.ownerDocument.addEventListener('keydown', this, {signal, captures: true})
279
+ this.ownerDocument.addEventListener('keydown', this, {signal, capture: true})
280
280
  }
281
281
 
282
282
  disconnectedCallback() {
@@ -6,7 +6,7 @@ module Primer
6
6
  module VERSION
7
7
  MAJOR = 0
8
8
  MINOR = 15
9
- PATCH = 0
9
+ PATCH = 1
10
10
 
11
11
  STRING = [MAJOR, MINOR, PATCH].join(".")
12
12
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: primer_view_components
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.15.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitHub Open Source
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-01 00:00:00.000000000 Z
11
+ date: 2023-12-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actionview