@swc-react/tooltip 0.11.9-react.3029 → 0.11.12-react.3137

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": "@swc-react/tooltip",
3
- "version": "0.11.9-react.3029+c59ca07be",
3
+ "version": "0.11.12-react.3137+7959cb8d1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -23,8 +23,8 @@
23
23
  "react": "^17.0.0 || ^18.0.0"
24
24
  },
25
25
  "dependencies": {
26
- "@lit-labs/react": "^1.1.0",
27
- "@spectrum-web-components/tooltip": "^0.11.9-react.54+c59ca07be"
26
+ "@lit-labs/react": "^1.1.1",
27
+ "@spectrum-web-components/tooltip": "^0.11.12-react.48+e4fada004"
28
28
  },
29
- "gitHead": "c59ca07bef1633dd16241d4be7d87b037ce7ddbf"
29
+ "gitHead": "7959cb8d1df072fc473ec1687b2a7328550b96f7"
30
30
  }
package/index.d.ts DELETED
@@ -1,10 +0,0 @@
1
- import type { EventName } from '@lit-labs/react';
2
- import { TooltipProxy as SpTooltipProxy } from '@spectrum-web-components/tooltip';
3
- import { Tooltip as SpTooltip } from '@spectrum-web-components/tooltip';
4
- import '@spectrum-web-components/tooltip/sp-tooltip.js';
5
- export declare const TooltipProxy: import("@lit-labs/react").ReactWebComponent<SpTooltipProxy, {
6
- disconnected: EventName<Event>;
7
- }>;
8
- export declare const Tooltip: import("@lit-labs/react").ReactWebComponent<SpTooltip, {}>;
9
- export declare type TooltipProxyType = EventTarget & SpTooltipProxy;
10
- export declare type TooltipType = EventTarget & SpTooltip;
package/index.dev.js DELETED
@@ -1,23 +0,0 @@
1
- "use strict";
2
- import * as React from "react";
3
- import { createComponent } from "@lit-labs/react";
4
- import { TooltipProxy as SpTooltipProxy } from "@spectrum-web-components/tooltip";
5
- import { Tooltip as SpTooltip } from "@spectrum-web-components/tooltip";
6
- import "@spectrum-web-components/tooltip/sp-tooltip.js";
7
- export const TooltipProxy = createComponent({
8
- displayName: "TooltipProxy",
9
- elementClass: SpTooltipProxy,
10
- react: React,
11
- tagName: "tooltip-proxy",
12
- events: {
13
- disconnected: "disconnected"
14
- }
15
- });
16
- export const Tooltip = createComponent({
17
- displayName: "Tooltip",
18
- elementClass: SpTooltip,
19
- react: React,
20
- tagName: "sp-tooltip",
21
- events: {}
22
- });
23
- //# sourceMappingURL=index.dev.js.map
package/index.dev.js.map DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["index.ts"],
4
- "sourcesContent": ["/*\nCopyright 2022 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport * as React from 'react';\nimport { createComponent } from '@lit-labs/react';\nimport type { EventName } from '@lit-labs/react';\nimport { TooltipProxy as SpTooltipProxy } from '@spectrum-web-components/tooltip';\nimport { Tooltip as SpTooltip } from '@spectrum-web-components/tooltip';\n\nimport '@spectrum-web-components/tooltip/sp-tooltip.js';\n\nexport const TooltipProxy = createComponent({\n displayName: 'TooltipProxy',\n elementClass: SpTooltipProxy,\n react: React,\n tagName: 'tooltip-proxy',\n events: {\n disconnected: 'disconnected' as EventName<Event>,\n },\n});\nexport const Tooltip = createComponent({\n displayName: 'Tooltip',\n elementClass: SpTooltip,\n react: React,\n tagName: 'sp-tooltip',\n events: {},\n});\n\nexport type TooltipProxyType = EventTarget & SpTooltipProxy;\nexport type TooltipType = EventTarget & SpTooltip;\n"],
5
- "mappings": ";AAYA,YAAY,WAAW;AACvB,SAAS,uBAAuB;AAEhC,SAAS,gBAAgB,sBAAsB;AAC/C,SAAS,WAAW,iBAAiB;AAErC,OAAO;AAEA,aAAM,eAAe,gBAAgB;AAAA,EACxC,aAAa;AAAA,EACb,cAAc;AAAA,EACd,OAAO;AAAA,EACP,SAAS;AAAA,EACT,QAAQ;AAAA,IACJ,cAAc;AAAA,EAClB;AACJ,CAAC;AACM,aAAM,UAAU,gBAAgB;AAAA,EACnC,aAAa;AAAA,EACb,cAAc;AAAA,EACd,OAAO;AAAA,EACP,SAAS;AAAA,EACT,QAAQ,CAAC;AACb,CAAC;",
6
- "names": []
7
- }
package/index.js DELETED
@@ -1,2 +0,0 @@
1
- "use strict";import*as o from"react";import{createComponent as t}from"@lit-labs/react";import{TooltipProxy as e}from"@spectrum-web-components/tooltip";import{Tooltip as p}from"@spectrum-web-components/tooltip";import"@spectrum-web-components/tooltip/sp-tooltip.js";export const TooltipProxy=t({displayName:"TooltipProxy",elementClass:e,react:o,tagName:"tooltip-proxy",events:{disconnected:"disconnected"}}),Tooltip=t({displayName:"Tooltip",elementClass:p,react:o,tagName:"sp-tooltip",events:{}});
2
- //# sourceMappingURL=index.js.map
package/index.js.map DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["index.ts"],
4
- "sourcesContent": ["/*\nCopyright 2022 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport * as React from 'react';\nimport { createComponent } from '@lit-labs/react';\nimport type { EventName } from '@lit-labs/react';\nimport { TooltipProxy as SpTooltipProxy } from '@spectrum-web-components/tooltip';\nimport { Tooltip as SpTooltip } from '@spectrum-web-components/tooltip';\n\nimport '@spectrum-web-components/tooltip/sp-tooltip.js';\n\nexport const TooltipProxy = createComponent({\n displayName: 'TooltipProxy',\n elementClass: SpTooltipProxy,\n react: React,\n tagName: 'tooltip-proxy',\n events: {\n disconnected: 'disconnected' as EventName<Event>,\n },\n});\nexport const Tooltip = createComponent({\n displayName: 'Tooltip',\n elementClass: SpTooltip,\n react: React,\n tagName: 'sp-tooltip',\n events: {},\n});\n\nexport type TooltipProxyType = EventTarget & SpTooltipProxy;\nexport type TooltipType = EventTarget & SpTooltip;\n"],
5
- "mappings": "aAYA,UAAYA,MAAW,QACvB,OAAS,mBAAAC,MAAuB,kBAEhC,OAAS,gBAAgBC,MAAsB,mCAC/C,OAAS,WAAWC,MAAiB,mCAErC,MAAO,iDAEA,aAAM,aAAeF,EAAgB,CACxC,YAAa,eACb,aAAcC,EACd,MAAOF,EACP,QAAS,gBACT,OAAQ,CACJ,aAAc,cAClB,CACJ,CAAC,EACY,QAAUC,EAAgB,CACnC,YAAa,UACb,aAAcE,EACd,MAAOH,EACP,QAAS,aACT,OAAQ,CAAC,CACb,CAAC",
6
- "names": ["React", "createComponent", "SpTooltipProxy", "SpTooltip"]
7
- }