@swc-react/illustrated-message 0.31.1-react.3 → 0.32.1-overlay.33

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 CHANGED
@@ -1,3 +1,4 @@
1
1
  import { IllustratedMessage as SpIllustratedMessage } from '@spectrum-web-components/illustrated-message';
2
+ import '@spectrum-web-components/illustrated-message/sp-illustrated-message.js';
2
3
  export declare const IllustratedMessage: import("@lit-labs/react").ReactWebComponent<SpIllustratedMessage, {}>;
3
4
  export declare type IllustratedMessageType = EventTarget & SpIllustratedMessage;
package/index.dev.js CHANGED
@@ -2,6 +2,7 @@
2
2
  import * as React from "react";
3
3
  import { createComponent } from "@lit-labs/react";
4
4
  import { IllustratedMessage as SpIllustratedMessage } from "@spectrum-web-components/illustrated-message";
5
+ import "@spectrum-web-components/illustrated-message/sp-illustrated-message.js";
5
6
  export const IllustratedMessage = createComponent({
6
7
  displayName: "IllustratedMessage",
7
8
  elementClass: SpIllustratedMessage,
package/index.dev.js.map CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
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 { IllustratedMessage as SpIllustratedMessage } from '@spectrum-web-components/illustrated-message';\n\nexport const IllustratedMessage = createComponent({\n displayName: 'IllustratedMessage',\n elementClass: SpIllustratedMessage,\n react: React,\n tagName: 'sp-illustrated-message',\n events: {},\n});\n\nexport type IllustratedMessageType = EventTarget & SpIllustratedMessage;\n"],
5
- "mappings": ";AAYA,YAAY,WAAW;AACvB,SAAS,uBAAuB;AAChC,SAAS,sBAAsB,4BAA4B;AAEpD,aAAM,qBAAqB,gBAAgB;AAAA,EAC9C,aAAa;AAAA,EACb,cAAc;AAAA,EACd,OAAO;AAAA,EACP,SAAS;AAAA,EACT,QAAQ,CAAC;AACb,CAAC;",
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 { IllustratedMessage as SpIllustratedMessage } from '@spectrum-web-components/illustrated-message';\n\nimport '@spectrum-web-components/illustrated-message/sp-illustrated-message.js';\n\nexport const IllustratedMessage = createComponent({\n displayName: 'IllustratedMessage',\n elementClass: SpIllustratedMessage,\n react: React,\n tagName: 'sp-illustrated-message',\n events: {},\n});\n\nexport type IllustratedMessageType = EventTarget & SpIllustratedMessage;\n"],
5
+ "mappings": ";AAYA,YAAY,WAAW;AACvB,SAAS,uBAAuB;AAChC,SAAS,sBAAsB,4BAA4B;AAE3D,OAAO;AAEA,aAAM,qBAAqB,gBAAgB;AAAA,EAC9C,aAAa;AAAA,EACb,cAAc;AAAA,EACd,OAAO;AAAA,EACP,SAAS;AAAA,EACT,QAAQ,CAAC;AACb,CAAC;",
6
6
  "names": []
7
7
  }
package/index.js CHANGED
@@ -1,2 +1,2 @@
1
- "use strict";import*as e from"react";import{createComponent as t}from"@lit-labs/react";import{IllustratedMessage as s}from"@spectrum-web-components/illustrated-message";export const IllustratedMessage=t({displayName:"IllustratedMessage",elementClass:s,react:e,tagName:"sp-illustrated-message",events:{}});
1
+ "use strict";import*as e from"react";import{createComponent as t}from"@lit-labs/react";import{IllustratedMessage as s}from"@spectrum-web-components/illustrated-message";import"@spectrum-web-components/illustrated-message/sp-illustrated-message.js";export const IllustratedMessage=t({displayName:"IllustratedMessage",elementClass:s,react:e,tagName:"sp-illustrated-message",events:{}});
2
2
  //# sourceMappingURL=index.js.map
package/index.js.map CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
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 { IllustratedMessage as SpIllustratedMessage } from '@spectrum-web-components/illustrated-message';\n\nexport const IllustratedMessage = createComponent({\n displayName: 'IllustratedMessage',\n elementClass: SpIllustratedMessage,\n react: React,\n tagName: 'sp-illustrated-message',\n events: {},\n});\n\nexport type IllustratedMessageType = EventTarget & SpIllustratedMessage;\n"],
5
- "mappings": "aAYA,UAAYA,MAAW,QACvB,OAAS,mBAAAC,MAAuB,kBAChC,OAAS,sBAAsBC,MAA4B,+CAEpD,aAAM,mBAAqBD,EAAgB,CAC9C,YAAa,qBACb,aAAcC,EACd,MAAOF,EACP,QAAS,yBACT,OAAQ,CAAC,CACb,CAAC",
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 { IllustratedMessage as SpIllustratedMessage } from '@spectrum-web-components/illustrated-message';\n\nimport '@spectrum-web-components/illustrated-message/sp-illustrated-message.js';\n\nexport const IllustratedMessage = createComponent({\n displayName: 'IllustratedMessage',\n elementClass: SpIllustratedMessage,\n react: React,\n tagName: 'sp-illustrated-message',\n events: {},\n});\n\nexport type IllustratedMessageType = EventTarget & SpIllustratedMessage;\n"],
5
+ "mappings": "aAYA,UAAYA,MAAW,QACvB,OAAS,mBAAAC,MAAuB,kBAChC,OAAS,sBAAsBC,MAA4B,+CAE3D,MAAO,yEAEA,aAAM,mBAAqBD,EAAgB,CAC9C,YAAa,qBACb,aAAcC,EACd,MAAOF,EACP,QAAS,yBACT,OAAQ,CAAC,CACb,CAAC",
6
6
  "names": ["React", "createComponent", "SpIllustratedMessage"]
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc-react/illustrated-message",
3
- "version": "0.31.1-react.3+886f51591",
3
+ "version": "0.32.1-overlay.33+8b9227d00",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -30,15 +30,15 @@
30
30
  ],
31
31
  "dependencies": {
32
32
  "@lit-labs/react": "^1.1.1",
33
- "@spectrum-web-components/illustrated-message": "^0.31.1-react.3+886f51591"
33
+ "@spectrum-web-components/illustrated-message": "^0.32.1-overlay.33+8b9227d00"
34
34
  },
35
35
  "peerDependencies": {
36
- "next": "^13.4.1 || latest"
36
+ "next": "~13.4"
37
37
  },
38
38
  "peerDependenciesMeta": {
39
39
  "next": {
40
40
  "optional": true
41
41
  }
42
42
  },
43
- "gitHead": "886f515919ca0e8a1cec52a00babb1d4a195ae01"
43
+ "gitHead": "8b9227d00900eacee1c6d194064f10062f27ab3e"
44
44
  }