@swc-react/checkbox 0.14.9-react.3137 → 0.14.9-react.3163

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/index.d.ts ADDED
@@ -0,0 +1,4 @@
1
+ import { Checkbox as SpCheckbox } from '@spectrum-web-components/checkbox';
2
+ import '@spectrum-web-components/checkbox/sp-checkbox.js';
3
+ export declare const Checkbox: import("@lit-labs/react").ReactWebComponent<SpCheckbox, {}>;
4
+ export declare type CheckboxType = EventTarget & SpCheckbox;
package/index.dev.js ADDED
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ import * as React from "react";
3
+ import { createComponent } from "@lit-labs/react";
4
+ import { Checkbox as SpCheckbox } from "@spectrum-web-components/checkbox";
5
+ import "@spectrum-web-components/checkbox/sp-checkbox.js";
6
+ export const Checkbox = createComponent({
7
+ displayName: "Checkbox",
8
+ elementClass: SpCheckbox,
9
+ react: React,
10
+ tagName: "sp-checkbox",
11
+ events: {}
12
+ });
13
+ //# sourceMappingURL=index.dev.js.map
@@ -0,0 +1,7 @@
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 { Checkbox as SpCheckbox } from '@spectrum-web-components/checkbox';\n\nimport '@spectrum-web-components/checkbox/sp-checkbox.js';\n\nexport const Checkbox = createComponent({\n displayName: 'Checkbox',\n elementClass: SpCheckbox,\n react: React,\n tagName: 'sp-checkbox',\n events: {},\n});\n\nexport type CheckboxType = EventTarget & SpCheckbox;\n"],
5
+ "mappings": ";AAYA,YAAY,WAAW;AACvB,SAAS,uBAAuB;AAChC,SAAS,YAAY,kBAAkB;AAEvC,OAAO;AAEA,aAAM,WAAW,gBAAgB;AAAA,EACpC,aAAa;AAAA,EACb,cAAc;AAAA,EACd,OAAO;AAAA,EACP,SAAS;AAAA,EACT,QAAQ,CAAC;AACb,CAAC;",
6
+ "names": []
7
+ }
package/index.js ADDED
@@ -0,0 +1,2 @@
1
+ "use strict";import*as e from"react";import{createComponent as o}from"@lit-labs/react";import{Checkbox as t}from"@spectrum-web-components/checkbox";import"@spectrum-web-components/checkbox/sp-checkbox.js";export const Checkbox=o({displayName:"Checkbox",elementClass:t,react:e,tagName:"sp-checkbox",events:{}});
2
+ //# sourceMappingURL=index.js.map
package/index.js.map ADDED
@@ -0,0 +1,7 @@
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 { Checkbox as SpCheckbox } from '@spectrum-web-components/checkbox';\n\nimport '@spectrum-web-components/checkbox/sp-checkbox.js';\n\nexport const Checkbox = createComponent({\n displayName: 'Checkbox',\n elementClass: SpCheckbox,\n react: React,\n tagName: 'sp-checkbox',\n events: {},\n});\n\nexport type CheckboxType = EventTarget & SpCheckbox;\n"],
5
+ "mappings": "aAYA,UAAYA,MAAW,QACvB,OAAS,mBAAAC,MAAuB,kBAChC,OAAS,YAAYC,MAAkB,oCAEvC,MAAO,mDAEA,aAAM,SAAWD,EAAgB,CACpC,YAAa,WACb,aAAcC,EACd,MAAOF,EACP,QAAS,cACT,OAAQ,CAAC,CACb,CAAC",
6
+ "names": ["React", "createComponent", "SpCheckbox"]
7
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc-react/checkbox",
3
- "version": "0.14.9-react.3137+7959cb8d1",
3
+ "version": "0.14.9-react.3163+9897d0a1c",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@lit-labs/react": "^1.1.1",
27
- "@spectrum-web-components/checkbox": "^0.14.9-react.48+e4fada004"
27
+ "@spectrum-web-components/checkbox": "^0.14.9-react.75+9897d0a1c"
28
28
  },
29
- "gitHead": "7959cb8d1df072fc473ec1687b2a7328550b96f7"
29
+ "gitHead": "9897d0a1c48b8cee4e5a19c58acfdec2c1dc0623"
30
30
  }