Skip to content

Commit

Permalink
Merge pull request #1633 from Infineon/1632-add-npm-scripts-to-run-ex…
Browse files Browse the repository at this point in the history
…ample-apps-from-project-root

(internal dev update) Updated package scripts to run example apps from root
  • Loading branch information
tishoyanchev authored Dec 6, 2024
2 parents 8262a7b + ea1c8ff commit 57be33f
Show file tree
Hide file tree
Showing 11 changed files with 157 additions and 23 deletions.
2 changes: 1 addition & 1 deletion examples/wrapper-components/react-vite-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test:local": "run-p preview:link watch:library"
},
"dependencies": {
"@infineon/infineon-design-system-react": "29.1.1--canary.1630.c24cb89a31ca0f5037227b541cabfe8f8fab5778.0",
"@infineon/infineon-design-system-react": "29.2.0--canary.1633.214aed990d3de1b50c30dd8bb0eef450e5c3bee8.0",
"path": "^0.12.7",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/wrapper-components/vue-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test:local": "run-p preview:link watch:library"
},
"dependencies": {
"@infineon/infineon-design-system-vue": "29.1.1--canary.1630.c24cb89a31ca0f5037227b541cabfe8f8fab5778.0",
"@infineon/infineon-design-system-vue": "29.2.0--canary.1633.214aed990d3de1b50c30dd8bb0eef450e5c3bee8.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"vite": "^5.0.12",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "29.1.1--canary.1630.c24cb89a31ca0f5037227b541cabfe8f8fab5778.0",
"version": "29.2.0--canary.1633.214aed990d3de1b50c30dd8bb0eef450e5c3bee8.0",
"command": {
"publish": {
"verifyAccess": false
Expand Down
140 changes: 131 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
"build:components-vue": "lerna run build --scope @infineon/infineon-design-system-vue",
"build:components-angular": "lerna run build:library --scope components-angular",
"test": "lerna run test --scope @infineon/infineon-design-system-stencil",
"graph": "nx graph"
"graph": "nx graph",
"vanilla:dev": "cd examples/stencil-components/vanilla-cdn && npm run dev:watch",
"react-vite-js:dev": "cd examples/wrapper-components/react-vite-js && npm run test:local",
"vue-javascript:dev": "cd examples/wrapper-components/vue-javascript && npm run test:local",
"angular:dev": "cd packages/components-angular && npm run test:local"
},
"workspaces": [
"packages/*",
Expand Down
4 changes: 2 additions & 2 deletions packages/components-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "components-angular",
"version": "29.1.1--canary.1630.c24cb89a31ca0f5037227b541cabfe8f8fab5778.0",
"version": "29.2.0--canary.1633.214aed990d3de1b50c30dd8bb0eef450e5c3bee8.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand All @@ -26,7 +26,7 @@
"@angular/platform-browser": "^18.0.0",
"@angular/platform-browser-dynamic": "^18.0.0",
"@angular/router": "^18.0.0",
"@infineon/infineon-design-system-angular": "^29.1.1--canary.1630.c24cb89a31ca0f5037227b541cabfe8f8fab5778.0",
"@infineon/infineon-design-system-angular": "^29.2.0--canary.1633.214aed990d3de1b50c30dd8bb0eef450e5c3bee8.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"typescript": "~5.4.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@infineon/infineon-design-system-angular",
"version": "29.1.1--canary.1630.c24cb89a31ca0f5037227b541cabfe8f8fab5778.0",
"version": "29.2.0--canary.1633.214aed990d3de1b50c30dd8bb0eef450e5c3bee8.0",
"description": "Infineon design system Stencil web components for Angular",
"author": "Verena Lechner",
"license": "MIT",
Expand All @@ -11,7 +11,7 @@
"@angular/common": "^18.0.0",
"@angular/core": "^18.0.0",
"@infineon/design-system-tokens": "3.3.4",
"@infineon/infineon-design-system-stencil": "29.1.1--canary.1630.c24cb89a31ca0f5037227b541cabfe8f8fab5778.0"
"@infineon/infineon-design-system-stencil": "29.2.0--canary.1633.214aed990d3de1b50c30dd8bb0eef450e5c3bee8.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/components-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@infineon/infineon-design-system-react",
"version": "29.1.1--canary.1630.c24cb89a31ca0f5037227b541cabfe8f8fab5778.0",
"version": "29.2.0--canary.1633.214aed990d3de1b50c30dd8bb0eef450e5c3bee8.0",
"description": "Infineon design system Stencil web components for React",
"main": "./dist/index.js",
"types": "./dist/types/index.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@infineon/design-system-tokens": "3.3.4",
"@infineon/infineon-design-system-stencil": "^29.1.1--canary.1630.c24cb89a31ca0f5037227b541cabfe8f8fab5778.0",
"@infineon/infineon-design-system-stencil": "^29.2.0--canary.1633.214aed990d3de1b50c30dd8bb0eef450e5c3bee8.0",
"@stencil/react-output-target": "^0.7.1"
},
"auto": {
Expand Down
4 changes: 2 additions & 2 deletions packages/components-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@infineon/infineon-design-system-vue",
"version": "29.1.1--canary.1630.c24cb89a31ca0f5037227b541cabfe8f8fab5778.0",
"version": "29.2.0--canary.1633.214aed990d3de1b50c30dd8bb0eef450e5c3bee8.0",
"description": "Infineon design system Stencil web components for Vue",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@infineon/design-system-tokens": "3.3.4",
"@infineon/infineon-design-system-stencil": "^29.1.1--canary.1630.c24cb89a31ca0f5037227b541cabfe8f8fab5778.0"
"@infineon/infineon-design-system-stencil": "^29.2.0--canary.1633.214aed990d3de1b50c30dd8bb0eef450e5c3bee8.0"
},
"auto": {
"plugins": [
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@infineon/infineon-design-system-stencil",
"version": "29.1.1--canary.1630.c24cb89a31ca0f5037227b541cabfe8f8fab5778.0",
"version": "29.2.0--canary.1633.214aed990d3de1b50c30dd8bb0eef450e5c3bee8.0",
"private": false,
"description": "Infineon design system Stencil web components",
"homepage": "https://infineon.github.io/infineon-design-system-stencil",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1431,7 +1431,15 @@ export class OverviewTable {
</li>
</ul>
</td>
<td >
<td>
<ul>
<li>
<span>
<ifx-icon class='check__icon' icon="check12"></ifx-icon>
</span>
<span>Vertical variant</span>
</li>
</ul>
</td>
<td></td>
</tr>
Expand Down

0 comments on commit 57be33f

Please sign in to comment.