@swc-react/icons-ui 0.39.3 → 0.40.0
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/Chevron50.d.ts +4 -0
- package/Chevron50.dev.js +13 -0
- package/Chevron50.dev.js.map +7 -0
- package/Chevron50.js +2 -0
- package/Chevron50.js.map +7 -0
- package/next/Chevron50.d.ts +5 -0
- package/next/Chevron50.dev.js +7 -0
- package/next/Chevron50.dev.js.map +7 -0
- package/next/Chevron50.js +2 -0
- package/next/Chevron50.js.map +7 -0
- package/package.json +3 -3
package/Chevron50.d.ts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IconChevron50 as SpIconChevron50 } from '@spectrum-web-components/icons-ui/src/elements/IconChevron50.js';
|
|
2
|
+
import '@spectrum-web-components/icons-ui/icons/sp-icon-chevron50.js';
|
|
3
|
+
export declare const IconChevron50: import("@lit-labs/react").ReactWebComponent<SpIconChevron50, {}>;
|
|
4
|
+
export declare type IconChevron50Type = SpIconChevron50;
|
package/Chevron50.dev.js
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
import { createComponent } from "@lit-labs/react";
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
import { IconChevron50 as SpIconChevron50 } from "@spectrum-web-components/icons-ui/src/elements/IconChevron50.js";
|
|
5
|
+
import "@spectrum-web-components/icons-ui/icons/sp-icon-chevron50.js";
|
|
6
|
+
export const IconChevron50 = createComponent({
|
|
7
|
+
react: React,
|
|
8
|
+
tagName: "sp-icon-chevron50",
|
|
9
|
+
elementClass: SpIconChevron50,
|
|
10
|
+
events: {},
|
|
11
|
+
displayName: "IconChevron50"
|
|
12
|
+
});
|
|
13
|
+
//# sourceMappingURL=Chevron50.dev.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["Chevron50.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 { createComponent } from '@lit-labs/react';\nimport * as React from 'react';\n\nimport { IconChevron50 as SpIconChevron50 } from '@spectrum-web-components/icons-ui/src/elements/IconChevron50.js';\nimport '@spectrum-web-components/icons-ui/icons/sp-icon-chevron50.js';\n\nexport const IconChevron50 = createComponent({\n react: React,\n tagName: 'sp-icon-chevron50',\n elementClass: SpIconChevron50,\n events: {},\n displayName: 'IconChevron50',\n});\n\nexport type IconChevron50Type = SpIconChevron50;\n"],
|
|
5
|
+
"mappings": ";AAYA,SAAS,uBAAuB;AAChC,YAAY,WAAW;AAEvB,SAAS,iBAAiB,uBAAuB;AACjD,OAAO;AAEA,aAAM,gBAAgB,gBAAgB;AAAA,EACzC,OAAO;AAAA,EACP,SAAS;AAAA,EACT,cAAc;AAAA,EACd,QAAQ,CAAC;AAAA,EACT,aAAa;AACjB,CAAC;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
package/Chevron50.js
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";import{createComponent as o}from"@lit-labs/react";import*as e from"react";import{IconChevron50 as n}from"@spectrum-web-components/icons-ui/src/elements/IconChevron50.js";import"@spectrum-web-components/icons-ui/icons/sp-icon-chevron50.js";export const IconChevron50=o({react:e,tagName:"sp-icon-chevron50",elementClass:n,events:{},displayName:"IconChevron50"});
|
|
2
|
+
//# sourceMappingURL=Chevron50.js.map
|
package/Chevron50.js.map
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["Chevron50.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 { createComponent } from '@lit-labs/react';\nimport * as React from 'react';\n\nimport { IconChevron50 as SpIconChevron50 } from '@spectrum-web-components/icons-ui/src/elements/IconChevron50.js';\nimport '@spectrum-web-components/icons-ui/icons/sp-icon-chevron50.js';\n\nexport const IconChevron50 = createComponent({\n react: React,\n tagName: 'sp-icon-chevron50',\n elementClass: SpIconChevron50,\n events: {},\n displayName: 'IconChevron50',\n});\n\nexport type IconChevron50Type = SpIconChevron50;\n"],
|
|
5
|
+
"mappings": "aAYA,OAAS,mBAAAA,MAAuB,kBAChC,UAAYC,MAAW,QAEvB,OAAS,iBAAiBC,MAAuB,kEACjD,MAAO,+DAEA,aAAM,cAAgBF,EAAgB,CACzC,MAAOC,EACP,QAAS,oBACT,aAAcC,EACd,OAAQ,CAAC,EACT,YAAa,eACjB,CAAC",
|
|
6
|
+
"names": ["createComponent", "React", "SpIconChevron50"]
|
|
7
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["Chevron50.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 dynamic from 'next/dynamic';\nimport { ComponentType } from 'react';\nimport type { IconChevron50Type } from '../Chevron50';\n\nexport const IconChevron50: ComponentType<\n Partial<IconChevron50Type> | { slot: string }\n> = dynamic<Partial<IconChevron50Type> | { slot: string }>(\n () => import('../Chevron50').then((m) => m.IconChevron50 as any),\n { ssr: false }\n);\n"],
|
|
5
|
+
"mappings": ";AAYA,OAAO,aAAa;AAIb,aAAM,gBAET;AAAA,EACA,MAAM,OAAO,cAAc,EAAE,KAAK,CAAC,MAAM,EAAE,aAAoB;AAAA,EAC/D,EAAE,KAAK,MAAM;AACjB;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["Chevron50.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 dynamic from 'next/dynamic';\nimport { ComponentType } from 'react';\nimport type { IconChevron50Type } from '../Chevron50';\n\nexport const IconChevron50: ComponentType<\n Partial<IconChevron50Type> | { slot: string }\n> = dynamic<Partial<IconChevron50Type> | { slot: string }>(\n () => import('../Chevron50').then((m) => m.IconChevron50 as any),\n { ssr: false }\n);\n"],
|
|
5
|
+
"mappings": "aAYA,OAAOA,MAAa,eAIb,aAAM,cAETA,EACA,IAAM,OAAO,cAAc,EAAE,KAAMC,GAAMA,EAAE,aAAoB,EAC/D,CAAE,IAAK,EAAM,CACjB",
|
|
6
|
+
"names": ["dynamic", "m"]
|
|
7
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc-react/icons-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.40.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@lit-labs/react": "^1.1.1",
|
|
23
|
-
"@spectrum-web-components/icons-ui": "^0.
|
|
23
|
+
"@spectrum-web-components/icons-ui": "^0.40.0"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"next": "~13.4"
|
|
@@ -30,5 +30,5 @@
|
|
|
30
30
|
"optional": true
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "24d5569a839da94892ecfd125428779587ffb1f5"
|
|
34
34
|
}
|