@spectrum-web-components/underlay 0.35.1-rc.34 → 0.35.1-rc.43

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/underlay",
3
- "version": "0.35.1-rc.34+2cc53a49a",
3
+ "version": "0.35.1-rc.43+432051b80",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -57,7 +57,7 @@
57
57
  "lit-html"
58
58
  ],
59
59
  "dependencies": {
60
- "@spectrum-web-components/base": "^0.35.1-rc.34+2cc53a49a"
60
+ "@spectrum-web-components/base": "^0.35.1-rc.43+432051b80"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@spectrum-css/underlay": "^2.0.52"
@@ -68,5 +68,5 @@
68
68
  "./sp-*.js",
69
69
  "./**/*.dev.js"
70
70
  ],
71
- "gitHead": "2cc53a49a9491e4d86ed3c39ab430fda8a7a5b96"
71
+ "gitHead": "432051b8085e7c86032333fa296bfa5334d47d84"
72
72
  }
@@ -1,71 +0,0 @@
1
- {
2
- "schemaVersion": "1.0.0",
3
- "readme": "",
4
- "modules": [
5
- {
6
- "kind": "javascript-module",
7
- "path": "sp-underlay.ts",
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.ts",
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.ts"
66
- }
67
- }
68
- ]
69
- }
70
- ]
71
- }