@spectrum-web-components/tooltip 0.11.12-react.32 → 0.11.12-react.48

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/tooltip",
3
- "version": "0.11.12-react.32+342d768c5",
3
+ "version": "0.11.12-react.48+e4fada004",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -57,11 +57,11 @@
57
57
  "lit-html"
58
58
  ],
59
59
  "dependencies": {
60
- "@spectrum-web-components/base": "^0.7.5-react.32+342d768c5",
61
- "@spectrum-web-components/overlay": "^0.18.12-react.32+342d768c5"
60
+ "@spectrum-web-components/base": "^0.7.5-react.48+e4fada004",
61
+ "@spectrum-web-components/overlay": "^0.18.12-react.48+e4fada004"
62
62
  },
63
63
  "devDependencies": {
64
- "@spectrum-css/tooltip": "^4.0.4"
64
+ "@spectrum-css/tooltip": "^4.0.7"
65
65
  },
66
66
  "types": "./src/index.d.ts",
67
67
  "customElements": "custom-elements.json",
@@ -69,5 +69,5 @@
69
69
  "./sp-*.js",
70
70
  "./**/*.dev.js"
71
71
  ],
72
- "gitHead": "342d768c58d0a2790117f7625db6085210bb7f17"
72
+ "gitHead": "e4fada0040dcaf1e1267f2159f366ec708cb2d09"
73
73
  }
@@ -1,374 +0,0 @@
1
- {
2
- "schemaVersion": "1.0.0",
3
- "readme": "",
4
- "modules": [
5
- {
6
- "kind": "javascript-module",
7
- "path": "sp-tooltip.ts",
8
- "declarations": [],
9
- "exports": [
10
- {
11
- "kind": "custom-element-definition",
12
- "name": "sp-tooltip",
13
- "declaration": {
14
- "name": "Tooltip",
15
- "module": "/src/Tooltip.js"
16
- }
17
- }
18
- ]
19
- },
20
- {
21
- "kind": "javascript-module",
22
- "path": "src/Tooltip.ts",
23
- "declarations": [
24
- {
25
- "kind": "class",
26
- "description": "",
27
- "name": "TooltipProxy",
28
- "events": [
29
- {
30
- "name": "disconnected",
31
- "type": {
32
- "text": "Event"
33
- }
34
- }
35
- ],
36
- "superclass": {
37
- "name": "HTMLElement"
38
- },
39
- "tagName": "tooltip-proxy",
40
- "customElement": true
41
- },
42
- {
43
- "kind": "class",
44
- "description": "",
45
- "name": "Tooltip",
46
- "slots": [
47
- {
48
- "description": "the icon element appearing at the start of the label",
49
- "name": "icon"
50
- },
51
- {
52
- "description": "the text label of the Tooltip",
53
- "name": ""
54
- }
55
- ],
56
- "members": [
57
- {
58
- "kind": "field",
59
- "name": "instanceCount",
60
- "type": {
61
- "text": "number"
62
- },
63
- "static": true,
64
- "default": "0",
65
- "privacy": "private"
66
- },
67
- {
68
- "kind": "field",
69
- "name": "_tooltipId",
70
- "privacy": "private",
71
- "default": "`sp-tooltip-describedby-helper-${Tooltip.instanceCount++}`"
72
- },
73
- {
74
- "kind": "field",
75
- "name": "selfManaged",
76
- "type": {
77
- "text": "boolean"
78
- },
79
- "privacy": "public",
80
- "default": "false",
81
- "attribute": "self-managed"
82
- },
83
- {
84
- "kind": "field",
85
- "name": "offset",
86
- "type": {
87
- "text": "number"
88
- },
89
- "privacy": "public",
90
- "default": "6",
91
- "attribute": "offset",
92
- "reflects": true
93
- },
94
- {
95
- "kind": "field",
96
- "name": "hadTooltipId",
97
- "type": {
98
- "text": "boolean"
99
- },
100
- "privacy": "private",
101
- "default": "false"
102
- },
103
- {
104
- "kind": "field",
105
- "name": "open",
106
- "type": {
107
- "text": "boolean"
108
- },
109
- "privacy": "public",
110
- "default": "false",
111
- "attribute": "open",
112
- "reflects": true
113
- },
114
- {
115
- "kind": "field",
116
- "name": "placement",
117
- "type": {
118
- "text": "\"auto\" | \"auto-start\" | \"auto-end\" | \"top\" | \"bottom\" | \"right\" | \"left\" | \"top-start\" | \"top-end\" | \"bottom-start\" | \"bottom-end\" | \"right-start\" | \"right-end\" | \"left-start\" | \"left-end\" | \"none\""
119
- },
120
- "privacy": "public",
121
- "default": "'top'",
122
- "attribute": "placement",
123
- "reflects": true
124
- },
125
- {
126
- "kind": "field",
127
- "name": "tipElement",
128
- "type": {
129
- "text": "HTMLSpanElement"
130
- },
131
- "privacy": "private"
132
- },
133
- {
134
- "kind": "field",
135
- "name": "_variant",
136
- "type": {
137
- "text": "string"
138
- },
139
- "privacy": "private",
140
- "default": "''"
141
- },
142
- {
143
- "kind": "field",
144
- "name": "variant",
145
- "type": {
146
- "text": "string"
147
- },
148
- "privacy": "public",
149
- "attribute": "variant"
150
- },
151
- {
152
- "kind": "method",
153
- "name": "onOverlayQuery",
154
- "privacy": "public",
155
- "return": {
156
- "type": {
157
- "text": "void"
158
- }
159
- },
160
- "parameters": [
161
- {
162
- "name": "event",
163
- "type": {
164
- "text": "CustomEvent<OverlayDisplayQueryDetail>"
165
- }
166
- }
167
- ]
168
- },
169
- {
170
- "kind": "field",
171
- "name": "_proxy",
172
- "type": {
173
- "text": "HTMLElement"
174
- },
175
- "privacy": "private"
176
- },
177
- {
178
- "kind": "method",
179
- "name": "generateProxy",
180
- "privacy": "private",
181
- "return": {
182
- "type": {
183
- "text": "void"
184
- }
185
- }
186
- },
187
- {
188
- "kind": "method",
189
- "name": "overlayWillOpenCallback",
190
- "privacy": "public",
191
- "return": {
192
- "type": {
193
- "text": "void"
194
- }
195
- },
196
- "parameters": [
197
- {
198
- "name": "{\n trigger,\n }",
199
- "type": {
200
- "text": "{\n trigger: HTMLElement;\n }"
201
- }
202
- }
203
- ]
204
- },
205
- {
206
- "kind": "method",
207
- "name": "overlayOpenCancelledCallback",
208
- "privacy": "public",
209
- "return": {
210
- "type": {
211
- "text": "void"
212
- }
213
- },
214
- "parameters": [
215
- {
216
- "name": "{\n trigger,\n }",
217
- "type": {
218
- "text": "{\n trigger: HTMLElement;\n }"
219
- }
220
- }
221
- ]
222
- },
223
- {
224
- "kind": "method",
225
- "name": "overlayCloseCallback",
226
- "privacy": "public",
227
- "return": {
228
- "type": {
229
- "text": "void"
230
- }
231
- },
232
- "parameters": [
233
- {
234
- "name": "{ trigger }",
235
- "type": {
236
- "text": "{ trigger: HTMLElement }"
237
- }
238
- }
239
- ]
240
- },
241
- {
242
- "kind": "method",
243
- "name": "removeProxy",
244
- "privacy": "private",
245
- "return": {
246
- "type": {
247
- "text": "void"
248
- }
249
- }
250
- },
251
- {
252
- "kind": "field",
253
- "name": "closeOverlayCallback",
254
- "type": {
255
- "text": "Promise<() => void> | undefined"
256
- },
257
- "privacy": "private"
258
- },
259
- {
260
- "kind": "field",
261
- "name": "abortOverlay",
262
- "type": {
263
- "text": "(cancelled: boolean) => void"
264
- },
265
- "privacy": "private"
266
- },
267
- {
268
- "kind": "field",
269
- "name": "openOverlay",
270
- "privacy": "private"
271
- },
272
- {
273
- "kind": "field",
274
- "name": "closeOverlay",
275
- "privacy": "private"
276
- },
277
- {
278
- "kind": "field",
279
- "name": "previousSlot",
280
- "type": {
281
- "text": "string | undefined"
282
- },
283
- "privacy": "private"
284
- },
285
- {
286
- "kind": "method",
287
- "name": "manageTooltip",
288
- "privacy": "private",
289
- "return": {
290
- "type": {
291
- "text": "void"
292
- }
293
- }
294
- }
295
- ],
296
- "attributes": [
297
- {
298
- "name": "placement",
299
- "type": {
300
- "text": "\"auto\" | \"auto-start\" | \"auto-end\" | \"top\" | \"bottom\" | \"right\" | \"left\" | \"top-start\" | \"top-end\" | \"bottom-start\" | \"bottom-end\" | \"right-start\" | \"right-end\" | \"left-start\" | \"left-end\" | \"none\""
301
- },
302
- "default": "'top'",
303
- "fieldName": "placement",
304
- "attribute": "placement"
305
- },
306
- {
307
- "name": "self-managed",
308
- "type": {
309
- "text": "boolean"
310
- },
311
- "default": "false",
312
- "fieldName": "selfManaged"
313
- },
314
- {
315
- "name": "offset",
316
- "type": {
317
- "text": "number"
318
- },
319
- "default": "6",
320
- "fieldName": "offset"
321
- },
322
- {
323
- "name": "open",
324
- "type": {
325
- "text": "boolean"
326
- },
327
- "default": "false",
328
- "fieldName": "open"
329
- },
330
- {
331
- "name": "variant",
332
- "type": {
333
- "text": "string"
334
- },
335
- "fieldName": "variant"
336
- }
337
- ],
338
- "superclass": {
339
- "name": "SpectrumElement",
340
- "package": "@spectrum-web-components/base"
341
- },
342
- "tagName": "sp-tooltip",
343
- "customElement": true
344
- }
345
- ],
346
- "exports": [
347
- {
348
- "kind": "js",
349
- "name": "TooltipProxy",
350
- "declaration": {
351
- "name": "TooltipProxy",
352
- "module": "src/Tooltip.ts"
353
- }
354
- },
355
- {
356
- "kind": "custom-element-definition",
357
- "name": "tooltip-proxy",
358
- "declaration": {
359
- "name": "TooltipProxy",
360
- "module": "src/Tooltip.ts"
361
- }
362
- },
363
- {
364
- "kind": "js",
365
- "name": "Tooltip",
366
- "declaration": {
367
- "name": "Tooltip",
368
- "module": "src/Tooltip.ts"
369
- }
370
- }
371
- ]
372
- }
373
- ]
374
- }