@adobe/create-ccweb-add-on 1.2.1 → 1.2.3
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/dist/templates/react-javascript/template/src/components/App.jsx +0 -2
- package/dist/templates/react-javascript/template.json +2 -3
- package/dist/templates/react-javascript-with-document-sandbox/template/src/ui/components/App.jsx +0 -2
- package/dist/templates/react-javascript-with-document-sandbox/template.json +2 -3
- package/dist/templates/react-typescript/template/src/components/App.tsx +0 -2
- package/dist/templates/react-typescript/template.json +2 -3
- package/dist/templates/react-typescript-with-document-sandbox/template/src/ui/components/App.tsx +0 -2
- package/dist/templates/react-typescript-with-document-sandbox/template.json +2 -3
- package/dist/templates/typescript/template.json +2 -2
- package/dist/templates/typescript-with-document-sandbox/template.json +2 -2
- package/package.json +1 -1
- package/templates/react-javascript/template/src/components/App.jsx +0 -2
- package/templates/react-javascript/template.json +2 -3
- package/templates/react-javascript-with-document-sandbox/template/src/ui/components/App.jsx +0 -2
- package/templates/react-javascript-with-document-sandbox/template.json +2 -3
- package/templates/react-typescript/template/src/components/App.tsx +0 -2
- package/templates/react-typescript/template.json +2 -3
- package/templates/react-typescript-with-document-sandbox/template/src/ui/components/App.tsx +0 -2
- package/templates/react-typescript-with-document-sandbox/template.json +2 -3
- package/templates/typescript/template.json +2 -2
- package/templates/typescript-with-document-sandbox/template.json +2 -2
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
// import these spectrum web components modules:
|
|
3
3
|
import "@spectrum-web-components/theme/express/scale-medium.js";
|
|
4
4
|
import "@spectrum-web-components/theme/express/theme-light.js";
|
|
5
|
-
import "@spectrum-web-components/theme/scale-medium.js";
|
|
6
|
-
import "@spectrum-web-components/theme/theme-light.js";
|
|
7
5
|
|
|
8
6
|
// To learn more about using "swc-react" visit:
|
|
9
7
|
// https://opensource.adobe.com/spectrum-web-components/using-swc-react/
|
|
@@ -6,9 +6,8 @@
|
|
|
6
6
|
"package": "ccweb-add-on-scripts package --use webpack"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@
|
|
10
|
-
"@swc-react/
|
|
11
|
-
"@swc-react/theme": "0.40.0",
|
|
9
|
+
"@swc-react/button": "0.39.4",
|
|
10
|
+
"@swc-react/theme": "0.39.4",
|
|
12
11
|
"react-dom": "18.2.0",
|
|
13
12
|
"react": "18.2.0"
|
|
14
13
|
},
|
package/dist/templates/react-javascript-with-document-sandbox/template/src/ui/components/App.jsx
CHANGED
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
// import these spectrum web components modules:
|
|
3
3
|
import "@spectrum-web-components/theme/express/scale-medium.js";
|
|
4
4
|
import "@spectrum-web-components/theme/express/theme-light.js";
|
|
5
|
-
import "@spectrum-web-components/theme/scale-medium.js";
|
|
6
|
-
import "@spectrum-web-components/theme/theme-light.js";
|
|
7
5
|
|
|
8
6
|
// To learn more about using "swc-react" visit:
|
|
9
7
|
// https://opensource.adobe.com/spectrum-web-components/using-swc-react/
|
|
@@ -6,9 +6,8 @@
|
|
|
6
6
|
"package": "ccweb-add-on-scripts package --use webpack"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@
|
|
10
|
-
"@swc-react/
|
|
11
|
-
"@swc-react/theme": "0.40.0",
|
|
9
|
+
"@swc-react/button": "0.39.4",
|
|
10
|
+
"@swc-react/theme": "0.39.4",
|
|
12
11
|
"react-dom": "18.2.0",
|
|
13
12
|
"react": "18.2.0"
|
|
14
13
|
},
|
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
// import these spectrum web components modules:
|
|
3
3
|
import "@spectrum-web-components/theme/express/scale-medium.js";
|
|
4
4
|
import "@spectrum-web-components/theme/express/theme-light.js";
|
|
5
|
-
import "@spectrum-web-components/theme/scale-medium.js";
|
|
6
|
-
import "@spectrum-web-components/theme/theme-light.js";
|
|
7
5
|
|
|
8
6
|
// To learn more about using "swc-react" visit:
|
|
9
7
|
// https://opensource.adobe.com/spectrum-web-components/using-swc-react/
|
|
@@ -6,9 +6,8 @@
|
|
|
6
6
|
"package": "ccweb-add-on-scripts package --use webpack"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@
|
|
10
|
-
"@swc-react/
|
|
11
|
-
"@swc-react/theme": "0.40.0",
|
|
9
|
+
"@swc-react/button": "0.39.4",
|
|
10
|
+
"@swc-react/theme": "0.39.4",
|
|
12
11
|
"react-dom": "18.2.0",
|
|
13
12
|
"react": "18.2.0"
|
|
14
13
|
},
|
package/dist/templates/react-typescript-with-document-sandbox/template/src/ui/components/App.tsx
CHANGED
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
// import these spectrum web components modules:
|
|
3
3
|
import "@spectrum-web-components/theme/express/scale-medium.js";
|
|
4
4
|
import "@spectrum-web-components/theme/express/theme-light.js";
|
|
5
|
-
import "@spectrum-web-components/theme/scale-medium.js";
|
|
6
|
-
import "@spectrum-web-components/theme/theme-light.js";
|
|
7
5
|
|
|
8
6
|
// To learn more about using "swc-react" visit:
|
|
9
7
|
// https://opensource.adobe.com/spectrum-web-components/using-swc-react/
|
|
@@ -6,9 +6,8 @@
|
|
|
6
6
|
"package": "ccweb-add-on-scripts package --use webpack"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@
|
|
10
|
-
"@swc-react/
|
|
11
|
-
"@swc-react/theme": "0.40.0",
|
|
9
|
+
"@swc-react/button": "0.39.4",
|
|
10
|
+
"@swc-react/theme": "0.39.4",
|
|
12
11
|
"react-dom": "18.2.0",
|
|
13
12
|
"react": "18.2.0"
|
|
14
13
|
},
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
"package": "ccweb-add-on-scripts package --use webpack"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@spectrum-web-components/button": "0.
|
|
10
|
-
"@spectrum-web-components/theme": "0.
|
|
9
|
+
"@spectrum-web-components/button": "0.39.4",
|
|
10
|
+
"@spectrum-web-components/theme": "0.39.4",
|
|
11
11
|
"lit": "2.8.0"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
"package": "ccweb-add-on-scripts package --use webpack"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@spectrum-web-components/button": "0.
|
|
10
|
-
"@spectrum-web-components/theme": "0.
|
|
9
|
+
"@spectrum-web-components/button": "0.39.4",
|
|
10
|
+
"@spectrum-web-components/theme": "0.39.4",
|
|
11
11
|
"lit": "2.8.0"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
package/package.json
CHANGED
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
// import these spectrum web components modules:
|
|
3
3
|
import "@spectrum-web-components/theme/express/scale-medium.js";
|
|
4
4
|
import "@spectrum-web-components/theme/express/theme-light.js";
|
|
5
|
-
import "@spectrum-web-components/theme/scale-medium.js";
|
|
6
|
-
import "@spectrum-web-components/theme/theme-light.js";
|
|
7
5
|
|
|
8
6
|
// To learn more about using "swc-react" visit:
|
|
9
7
|
// https://opensource.adobe.com/spectrum-web-components/using-swc-react/
|
|
@@ -6,9 +6,8 @@
|
|
|
6
6
|
"package": "ccweb-add-on-scripts package --use webpack"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@
|
|
10
|
-
"@swc-react/
|
|
11
|
-
"@swc-react/theme": "0.40.0",
|
|
9
|
+
"@swc-react/button": "0.39.4",
|
|
10
|
+
"@swc-react/theme": "0.39.4",
|
|
12
11
|
"react-dom": "18.2.0",
|
|
13
12
|
"react": "18.2.0"
|
|
14
13
|
},
|
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
// import these spectrum web components modules:
|
|
3
3
|
import "@spectrum-web-components/theme/express/scale-medium.js";
|
|
4
4
|
import "@spectrum-web-components/theme/express/theme-light.js";
|
|
5
|
-
import "@spectrum-web-components/theme/scale-medium.js";
|
|
6
|
-
import "@spectrum-web-components/theme/theme-light.js";
|
|
7
5
|
|
|
8
6
|
// To learn more about using "swc-react" visit:
|
|
9
7
|
// https://opensource.adobe.com/spectrum-web-components/using-swc-react/
|
|
@@ -6,9 +6,8 @@
|
|
|
6
6
|
"package": "ccweb-add-on-scripts package --use webpack"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@
|
|
10
|
-
"@swc-react/
|
|
11
|
-
"@swc-react/theme": "0.40.0",
|
|
9
|
+
"@swc-react/button": "0.39.4",
|
|
10
|
+
"@swc-react/theme": "0.39.4",
|
|
12
11
|
"react-dom": "18.2.0",
|
|
13
12
|
"react": "18.2.0"
|
|
14
13
|
},
|
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
// import these spectrum web components modules:
|
|
3
3
|
import "@spectrum-web-components/theme/express/scale-medium.js";
|
|
4
4
|
import "@spectrum-web-components/theme/express/theme-light.js";
|
|
5
|
-
import "@spectrum-web-components/theme/scale-medium.js";
|
|
6
|
-
import "@spectrum-web-components/theme/theme-light.js";
|
|
7
5
|
|
|
8
6
|
// To learn more about using "swc-react" visit:
|
|
9
7
|
// https://opensource.adobe.com/spectrum-web-components/using-swc-react/
|
|
@@ -6,9 +6,8 @@
|
|
|
6
6
|
"package": "ccweb-add-on-scripts package --use webpack"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@
|
|
10
|
-
"@swc-react/
|
|
11
|
-
"@swc-react/theme": "0.40.0",
|
|
9
|
+
"@swc-react/button": "0.39.4",
|
|
10
|
+
"@swc-react/theme": "0.39.4",
|
|
12
11
|
"react-dom": "18.2.0",
|
|
13
12
|
"react": "18.2.0"
|
|
14
13
|
},
|
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
// import these spectrum web components modules:
|
|
3
3
|
import "@spectrum-web-components/theme/express/scale-medium.js";
|
|
4
4
|
import "@spectrum-web-components/theme/express/theme-light.js";
|
|
5
|
-
import "@spectrum-web-components/theme/scale-medium.js";
|
|
6
|
-
import "@spectrum-web-components/theme/theme-light.js";
|
|
7
5
|
|
|
8
6
|
// To learn more about using "swc-react" visit:
|
|
9
7
|
// https://opensource.adobe.com/spectrum-web-components/using-swc-react/
|
|
@@ -6,9 +6,8 @@
|
|
|
6
6
|
"package": "ccweb-add-on-scripts package --use webpack"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@
|
|
10
|
-
"@swc-react/
|
|
11
|
-
"@swc-react/theme": "0.40.0",
|
|
9
|
+
"@swc-react/button": "0.39.4",
|
|
10
|
+
"@swc-react/theme": "0.39.4",
|
|
12
11
|
"react-dom": "18.2.0",
|
|
13
12
|
"react": "18.2.0"
|
|
14
13
|
},
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
"package": "ccweb-add-on-scripts package --use webpack"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@spectrum-web-components/button": "0.
|
|
10
|
-
"@spectrum-web-components/theme": "0.
|
|
9
|
+
"@spectrum-web-components/button": "0.39.4",
|
|
10
|
+
"@spectrum-web-components/theme": "0.39.4",
|
|
11
11
|
"lit": "2.8.0"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
"package": "ccweb-add-on-scripts package --use webpack"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@spectrum-web-components/button": "0.
|
|
10
|
-
"@spectrum-web-components/theme": "0.
|
|
9
|
+
"@spectrum-web-components/button": "0.39.4",
|
|
10
|
+
"@spectrum-web-components/theme": "0.39.4",
|
|
11
11
|
"lit": "2.8.0"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|