@spectrum-web-components/underlay 0.9.8 → 0.9.10-overlay.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -38,10 +38,7 @@ When leveraging an `<sp-underlay>` in conjunction with overlay content, place it
38
38
  left: 50%;
39
39
  transform: translate(-50%, -50%);
40
40
  z-index: 1;
41
- background: var(
42
- --spectrum-dialog-confirm-background-color,
43
- var(--spectrum-alias-background-color-default)
44
- );
41
+ background: var(--spectrum-gray-100);
45
42
  }
46
43
  </style>
47
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/underlay",
3
- "version": "0.9.8",
3
+ "version": "0.9.10-overlay.10+7a73c9eee",
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.7.5"
60
+ "@spectrum-web-components/base": "^0.7.6-overlay.54+7a73c9eee"
61
61
  },
62
62
  "devDependencies": {
63
- "@spectrum-css/underlay": "^2.0.36"
63
+ "@spectrum-css/underlay": "^2.0.43"
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": "fe316a3ee9fc753f0de98aece11e04227df73ab7"
71
+ "gitHead": "7a73c9eeec7dffb9c968f7f30586139b8e5ee348"
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.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
- }