@spectrum-web-components/underlay 0.35.1-rc.41 → 0.36.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,71 @@
1
+ {
2
+ "schemaVersion": "1.0.0",
3
+ "readme": "",
4
+ "modules": [
5
+ {
6
+ "kind": "javascript-module",
7
+ "path": "sp-underlay.js",
8
+ "declarations": [],
9
+ "exports": [
10
+ {
11
+ "kind": "custom-element-definition",
12
+ "name": "sp-underlay",
13
+ "declaration": {
14
+ "name": "Underlay",
15
+ "module": "/src/Underlay.js"
16
+ }
17
+ }
18
+ ]
19
+ },
20
+ {
21
+ "kind": "javascript-module",
22
+ "path": "src/Underlay.js",
23
+ "declarations": [
24
+ {
25
+ "kind": "class",
26
+ "description": "",
27
+ "name": "Underlay",
28
+ "members": [
29
+ {
30
+ "kind": "field",
31
+ "name": "open",
32
+ "type": {
33
+ "text": "boolean"
34
+ },
35
+ "privacy": "public",
36
+ "default": "false",
37
+ "attribute": "open",
38
+ "reflects": true
39
+ }
40
+ ],
41
+ "attributes": [
42
+ {
43
+ "name": "open",
44
+ "type": {
45
+ "text": "boolean"
46
+ },
47
+ "default": "false",
48
+ "fieldName": "open"
49
+ }
50
+ ],
51
+ "superclass": {
52
+ "name": "SpectrumElement",
53
+ "package": "@spectrum-web-components/base"
54
+ },
55
+ "tagName": "sp-underlay",
56
+ "customElement": true
57
+ }
58
+ ],
59
+ "exports": [
60
+ {
61
+ "kind": "js",
62
+ "name": "Underlay",
63
+ "declaration": {
64
+ "name": "Underlay",
65
+ "module": "src/Underlay.js"
66
+ }
67
+ }
68
+ ]
69
+ }
70
+ ]
71
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/underlay",
3
- "version": "0.35.1-rc.41+6ac4e82f0",
3
+ "version": "0.36.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -57,10 +57,10 @@
57
57
  "lit-html"
58
58
  ],
59
59
  "dependencies": {
60
- "@spectrum-web-components/base": "^0.35.1-rc.41+6ac4e82f0"
60
+ "@spectrum-web-components/base": "^0.36.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@spectrum-css/underlay": "^2.0.52"
63
+ "@spectrum-css/underlay": "^2.0.53"
64
64
  },
65
65
  "types": "./src/index.d.ts",
66
66
  "customElements": "custom-elements.json",
@@ -68,5 +68,5 @@
68
68
  "./sp-*.js",
69
69
  "./**/*.dev.js"
70
70
  ],
71
- "gitHead": "6ac4e82f0a4a68eb50b5dd4b96a562060162ac6f"
71
+ "gitHead": "a532ff8a410abeefb54d9638a2316ae82570566e"
72
72
  }