@spectrum-web-components/overlay 0.33.0 → 0.33.2

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.
@@ -4,7 +4,7 @@
4
4
  "modules": [
5
5
  {
6
6
  "kind": "javascript-module",
7
- "path": "overlay-trigger.js",
7
+ "path": "overlay-trigger.ts",
8
8
  "declarations": [],
9
9
  "exports": [
10
10
  {
@@ -19,13 +19,13 @@
19
19
  },
20
20
  {
21
21
  "kind": "javascript-module",
22
- "path": "sync/overlay-trigger.js",
22
+ "path": "sync/overlay-trigger.ts",
23
23
  "declarations": [],
24
24
  "exports": []
25
25
  },
26
26
  {
27
27
  "kind": "javascript-module",
28
- "path": "src/ActiveOverlay.js",
28
+ "path": "src/ActiveOverlay.ts",
29
29
  "declarations": [
30
30
  {
31
31
  "kind": "class",
@@ -583,14 +583,14 @@
583
583
  "name": "ActiveOverlay",
584
584
  "declaration": {
585
585
  "name": "ActiveOverlay",
586
- "module": "src/ActiveOverlay.js"
586
+ "module": "src/ActiveOverlay.ts"
587
587
  }
588
588
  }
589
589
  ]
590
590
  },
591
591
  {
592
592
  "kind": "javascript-module",
593
- "path": "src/OverlayTrigger.js",
593
+ "path": "src/OverlayTrigger.ts",
594
594
  "declarations": [
595
595
  {
596
596
  "kind": "variable",
@@ -1123,7 +1123,7 @@
1123
1123
  "name": "LONGPRESS_INSTRUCTIONS",
1124
1124
  "declaration": {
1125
1125
  "name": "LONGPRESS_INSTRUCTIONS",
1126
- "module": "src/OverlayTrigger.js"
1126
+ "module": "src/OverlayTrigger.ts"
1127
1127
  }
1128
1128
  },
1129
1129
  {
@@ -1131,14 +1131,14 @@
1131
1131
  "name": "OverlayTrigger",
1132
1132
  "declaration": {
1133
1133
  "name": "OverlayTrigger",
1134
- "module": "src/OverlayTrigger.js"
1134
+ "module": "src/OverlayTrigger.ts"
1135
1135
  }
1136
1136
  }
1137
1137
  ]
1138
1138
  },
1139
1139
  {
1140
1140
  "kind": "javascript-module",
1141
- "path": "src/VirtualTrigger.js",
1141
+ "path": "src/VirtualTrigger.ts",
1142
1142
  "declarations": [
1143
1143
  {
1144
1144
  "kind": "class",
@@ -1206,7 +1206,7 @@
1206
1206
  "name": "VirtualTrigger",
1207
1207
  "declaration": {
1208
1208
  "name": "VirtualTrigger",
1209
- "module": "src/VirtualTrigger.js"
1209
+ "module": "src/VirtualTrigger.ts"
1210
1210
  }
1211
1211
  }
1212
1212
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/overlay",
3
- "version": "0.33.0",
3
+ "version": "0.33.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -103,10 +103,10 @@
103
103
  ],
104
104
  "dependencies": {
105
105
  "@floating-ui/dom": "^1.2.0",
106
- "@spectrum-web-components/action-button": "^0.33.0",
107
- "@spectrum-web-components/base": "^0.33.0",
108
- "@spectrum-web-components/shared": "^0.33.0",
109
- "@spectrum-web-components/theme": "^0.33.0"
106
+ "@spectrum-web-components/action-button": "^0.33.2",
107
+ "@spectrum-web-components/base": "^0.33.2",
108
+ "@spectrum-web-components/shared": "^0.33.2",
109
+ "@spectrum-web-components/theme": "^0.33.2"
110
110
  },
111
111
  "types": "./src/index.d.ts",
112
112
  "customElements": "custom-elements.json",
@@ -117,5 +117,5 @@
117
117
  "./stories/overlay-story-components.js",
118
118
  "./**/*.dev.js"
119
119
  ],
120
- "gitHead": "0f46cf0508f39ec42ce8c52b1e6f0055bacb4f00"
120
+ "gitHead": "6d5d6b3c31d92a058202a242a283125d25131f81"
121
121
  }