Skip to content

Commit 1455538

Browse files
authored
Merge pull request #1453 from ASU/uds-1930-framework-control
chore(unity-react-core): control render framework per story
2 parents a988084 + 8939016 commit 1455538

File tree

54 files changed

+3488
-449
lines changed

Some content is hidden

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

54 files changed

+3488
-449
lines changed

.yarnrc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ npmScopes:
77
npmRegistryServer: "https://npm.pkg.github.com"
88

99
yarnPath: .yarn/releases/yarn-4.4.0.cjs
10+
11+
tsEnableAutoTypes: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"packages/*"
1212
],
1313
"scripts": {
14-
"lerna-clean": "lerna clean --stream --parallel && rm -rf ./node_modules",
14+
"lerna-clean": "lerna clean -y && rm -rf ./node_modules",
1515
"lint": "lerna run lint --stream --parallel",
1616
"build-static-site": "lerna run --scope @asu/static-site build",
1717
"build-storybook": "lerna run build-storybook --stream --parallel && yarn build-static-site",

packages/app-degree-pages/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
"@storybook/react": "^7.6.14",
6262
"@storybook/react-webpack5": "^7.6.14",
6363
"@testing-library/jest-dom": "^6.6.3",
64-
"@testing-library/react": "^16.2.0",
64+
"@testing-library/react": "^16.0.0",
65+
"@vitejs/plugin-react": "^4.3.1",
6566
"babel-jest": "^27.0.6",
6667
"babel-loader": "^8.2.2",
6768
"babel-plugin-dynamic-import-node": "^2.3.3",
@@ -84,6 +85,7 @@
8485
"string.prototype.replaceall": "^1.0.5",
8586
"style-loader": "^2.0.0",
8687
"terser-webpack-plugin": "^5.1.1",
88+
"vite": "^5.3.5",
8789
"vitest": "^3.0.5",
8890
"webpack-merge": "^5.8.0"
8991
},

packages/app-rfi/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"@storybook/react": "^7.6.14",
5555
"@storybook/react-webpack5": "^7.6.14",
5656
"@testing-library/react": "^11.2.6",
57+
"@vitejs/plugin-react": "^4.3.1",
5758
"babel-loader": "^8.2.2",
5859
"copy-webpack-plugin": "^9.0.1",
5960
"css-loader": "^5.2.0",
@@ -76,6 +77,7 @@
7677
"storybook": "^7.6.14",
7778
"storybook-css-modules-preset": "^1.1.1",
7879
"style-loader": "^2.0.0",
80+
"vite": "^5.3.5",
7981
"webpack-merge": "^5.8.0"
8082
},
8183
"dependencies": {

packages/app-webdir-ui/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"@storybook/react-webpack5": "^7.6.14",
6262
"@testing-library/jest-dom": "^5.14.1",
6363
"@testing-library/react": "^16.0.0",
64+
"@vitejs/plugin-react": "^4.3.1",
6465
"babel-loader": "^8.2.2",
6566
"copy-webpack-plugin": "^9.0.1",
6667
"css-loader": "^5.2.4",
@@ -90,6 +91,7 @@
9091
"storybook": "^7.6.14",
9192
"style-loader": "^2.0.0",
9293
"terser-webpack-plugin": "^5.1.1",
94+
"vite": "^5.3.5",
9395
"webpack-filter-warnings-plugin": "^1.2.1"
9496
},
9597
"peerDependencies": {

packages/component-events/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"@storybook/react-webpack5": "^7.6.14",
5555
"@testing-library/jest-dom": "^6.6.3",
5656
"@testing-library/react": "^16.0.0",
57+
"@vitejs/plugin-react": "^4.3.1",
5758
"babel-loader": "^8.2.2",
5859
"copy-webpack-plugin": "^9.0.1",
5960
"css-loader": "^5.2.4",
@@ -83,6 +84,7 @@
8384
"storybook-addon-mock": "^4.3.0",
8485
"style-loader": "^2.0.0",
8586
"terser-webpack-plugin": "^5.1.1",
87+
"vite": "^5.3.5",
8688
"vitest": "^3.0.5",
8789
"webpack-filter-warnings-plugin": "^1.2.1",
8890
"webpack-merge": "^5.8.0"

packages/component-footer/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"@storybook/react-webpack5": "^7.6.14",
5555
"@testing-library/jest-dom": "^5.14.1",
5656
"@testing-library/react": "^16.0.0",
57+
"@vitejs/plugin-react": "^4.3.1",
5758
"babel-loader": "^8.2.2",
5859
"copy-webpack-plugin": "^8.1.1",
5960
"css-loader": "^5.2.4",
@@ -71,6 +72,7 @@
7172
"style-loader": "^2.0.0",
7273
"terser-webpack-plugin": "^5.1.1",
7374
"url-loader": "^4.1.1",
75+
"vite": "^5.3.5",
7476
"webpack-merge": "^5.8.0"
7577
},
7678
"peerDependencies": {

packages/component-header-footer/docs/README.props.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@
8787
| --- | --- |
8888
| props | <code>Object</code> |
8989

90+
<a name="ColumnSection..accordionBodyRef"></a>
91+
92+
### ColumnSection~accordionBodyRef : <code>React.RefObject.&lt;HTMLDivElement&gt;</code> \| <code>null</code>
93+
**Kind**: inner constant of [<code>ColumnSection</code>](#ColumnSection)
9094
<a name="Social"></a>
9195

9296
## Social(props) ⇒ <code>JSX.Element</code>
@@ -108,7 +112,7 @@
108112
| title | <code>string</code> |
109113
| src | <code>string</code> |
110114
| mobileSrc | <code>string</code> |
111-
| brandLink | <code>string</code> |
115+
| [brandLink] | <code>string</code> |
112116

113117
<a name="Button"></a>
114118

packages/component-header-footer/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"@storybook/react-webpack5": "^7.6.14",
6868
"@testing-library/jest-dom": "^5.14.1",
6969
"@testing-library/react": "^16.0.0",
70+
"@vitejs/plugin-react": "^4.3.1",
7071
"babel-loader": "^8.2.2",
7172
"copy-webpack-plugin": "^9.0.1",
7273
"css-loader": "^5.2.4",
@@ -91,6 +92,7 @@
9192
"style-loader": "^2.0.0",
9293
"styled-components": "^5.3.0",
9394
"terser-webpack-plugin": "^5.1.1",
95+
"vite": "^5.3.5",
9496
"webpack-filter-warnings-plugin": "^1.2.1",
9597
"webpack-merge": "^5.8.0"
9698
},

packages/component-header-footer/src/footer/index.styles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ const StyledFooter = styled.footer`
361361
}
362362
@media (min-width: 991.98px) {
363363
.img-link {
364-
padding-right: 16px;
364+
padding-right: 16px;
365365
}
366366
}
367367
}

0 commit comments

Comments
 (0)