|
1 | 1 | { |
2 | 2 | "name": "basic-list-box", |
3 | 3 | "description": "A single-selection list box that supports selection highlighting (using the system highlight color) and keyboard navigation.", |
4 | | - "version": "0.6.2", |
| 4 | + "version": "0.6.3", |
5 | 5 | "license": "MIT", |
6 | 6 | "main": "basic-list-box.html", |
7 | 7 | "dependencies": { |
8 | | - "basic-accessible-list": "basic-web-components/basic-accessible-list#0.6.2", |
9 | | - "basic-aspect": "basic-web-components/basic-aspect#0.6.2", |
10 | | - "basic-children-content": "basic-web-components/basic-children-content#0.6.2", |
11 | | - "basic-content-items": "basic-web-components/basic-content-items#0.6.2", |
12 | | - "basic-direction-selection": "basic-web-components/basic-direction-selection#0.6.2", |
13 | | - "basic-item-selection": "basic-web-components/basic-item-selection#0.6.2", |
14 | | - "basic-keyboard": "basic-web-components/basic-keyboard#0.6.2", |
15 | | - "basic-keyboard-direction": "basic-web-components/basic-keyboard-direction#0.6.2", |
16 | | - "basic-keyboard-paging": "basic-web-components/basic-keyboard-paging#0.6.2", |
17 | | - "basic-keyboard-prefix-selection": "basic-web-components/basic-keyboard-prefix-selection#0.6.2", |
18 | | - "basic-selection-highlight": "basic-web-components/basic-selection-highlight#0.6.2", |
19 | | - "basic-selection-scroll": "basic-web-components/basic-selection-scroll#0.6.2", |
20 | | - "basic-tap-selection": "basic-web-components/basic-tap-selection#0.6.2", |
21 | | - "basic-shared": "basic-web-components/basic-shared#0.6.2", |
| 8 | + "basic-accessible-list": "basic-web-components/basic-accessible-list#0.6.3", |
| 9 | + "basic-aspect": "basic-web-components/basic-aspect#0.6.3", |
| 10 | + "basic-children-content": "basic-web-components/basic-children-content#0.6.3", |
| 11 | + "basic-content-items": "basic-web-components/basic-content-items#0.6.3", |
| 12 | + "basic-direction-selection": "basic-web-components/basic-direction-selection#0.6.3", |
| 13 | + "basic-item-selection": "basic-web-components/basic-item-selection#0.6.3", |
| 14 | + "basic-keyboard": "basic-web-components/basic-keyboard#0.6.3", |
| 15 | + "basic-keyboard-direction": "basic-web-components/basic-keyboard-direction#0.6.3", |
| 16 | + "basic-keyboard-paging": "basic-web-components/basic-keyboard-paging#0.6.3", |
| 17 | + "basic-keyboard-prefix-selection": "basic-web-components/basic-keyboard-prefix-selection#0.6.3", |
| 18 | + "basic-selection-highlight": "basic-web-components/basic-selection-highlight#0.6.3", |
| 19 | + "basic-selection-scroll": "basic-web-components/basic-selection-scroll#0.6.3", |
| 20 | + "basic-tap-selection": "basic-web-components/basic-tap-selection#0.6.3", |
| 21 | + "basic-shared": "basic-web-components/basic-shared#0.6.3", |
22 | 22 | "polymer": "Polymer/polymer#^1.1" |
23 | 23 | }, |
24 | 24 | "devDependencies": { |
25 | | - "basic-framed-content": "basic-web-components/basic-framed-content#0.6.2", |
| 25 | + "basic-framed-content": "basic-web-components/basic-framed-content#0.6.3", |
26 | 26 | "web-component-tester": "*" |
27 | 27 | }, |
28 | 28 | "keywords": [ |
|
0 commit comments