Skip to content

Commit 9a1f7a3

Browse files
authored
Merge pull request #1962 from Infineon/1961-remove-undefined-values-from-framework-detection-code
Updates framework detection code to skip non-browser environment, add safeguards to make sure doc is queried only when DOM is loaded, and prevents duplicate components from registering
2 parents 1d0afa8 + 2cf5c95 commit 9a1f7a3

File tree

58 files changed

+2559
-602
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+2559
-602
lines changed

examples/wrapper-components/react-vite-js/package-lock.json

Lines changed: 156 additions & 157 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/wrapper-components/react-vite-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test:local": "run-p preview:link watch:library"
1919
},
2020
"dependencies": {
21-
"@infineon/infineon-design-system-react": "37.3.1--canary.1968.6904d0cbdf6d979109816aa01b8e3e7159b8b684.0",
21+
"@infineon/infineon-design-system-react": "37.5.0--canary.1962.875bf271db275475cfcbe143f557fd09f5b19850.0",
2222
"path": "^0.12.7",
2323
"react": "^18.3.1",
2424
"react-dom": "^18.3.1"

examples/wrapper-components/vue-javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test:local": "run-p preview:link watch:library"
1616
},
1717
"dependencies": {
18-
"@infineon/infineon-design-system-vue": "37.3.1--canary.1968.6904d0cbdf6d979109816aa01b8e3e7159b8b684.0",
18+
"@infineon/infineon-design-system-vue": "37.5.0--canary.1962.875bf271db275475cfcbe143f557fd09f5b19850.0",
1919
"@vitejs/plugin-vue": "^4.0.0",
2020
"@vitejs/plugin-vue-jsx": "^4.0.0",
2121
"vite": "^5.0.12",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "37.3.1--canary.1968.6904d0cbdf6d979109816aa01b8e3e7159b8b684.0",
3+
"version": "37.5.0--canary.1962.875bf271db275475cfcbe143f557fd09f5b19850.0",
44
"command": {
55
"publish": {
66
"verifyAccess": false

0 commit comments

Comments
 (0)