Skip to content

Commit 1e63a36

Browse files
committed
update 20-6-2025
1 parent ae9dc36 commit 1e63a36

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

sui/250613/index.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>SUI Dashboard</title>
6+
<link rel='shortcut icon' type='image/x-icon' href='../dist/favicon.ico'/>
7+
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet">
8+
<meta name="viewport" content="width=device-width, initial-scale=1">
9+
<script>
10+
window.onbeforeunload = function () {
11+
document.getElementById("main").classList.add('byebye');
12+
}
13+
</script>
14+
</head>
15+
<body>
16+
<div id="root"></div>
17+
</body>
18+
<script src="./dist/app.js"> </script>
19+
</html>

sui/dist/raw-numbers-sui.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
"@s-ui/react-molecule-input-field@4",
292292
"@s-ui/react-molecule-input-tags@3",
293293
"@s-ui/react-molecule-modal@1 – outdated",
294-
"/var/folders/tt/p4tn__1j3kl673ch3394ncb80000gq/T/1749765525682/frontend-mt--web-app/node_modules/@s-ui/react-molecule-modal-v2",
294+
"/var/folders/tt/p4tn__1j3kl673ch3394ncb80000gq/T/1750368754604/frontend-mt--web-app/node_modules/@s-ui/react-molecule-modal-v2",
295295
"@s-ui/react-molecule-notification@1",
296296
"@s-ui/react-molecule-pagination@2",
297297
"@s-ui/react-molecule-photo-uploader@2",
@@ -523,6 +523,7 @@
523523
"@s-ui/react-primitive-visually-hidden@1"
524524
],
525525
"frontend-ij--web-app": [
526+
"@s-ui/react-atom-action-button@1",
526527
"@s-ui/react-atom-badge@2",
527528
"@s-ui/react-atom-button@1 – outdated",
528529
"@s-ui/react-atom-card@1",
@@ -720,6 +721,7 @@
720721
"/frontend-cf--web-app – v1.11.0",
721722
"/frontend-mt--web-app – v1.11.0",
722723
"/frontend-fc--web-server – v1.11.0",
724+
"/frontend-ij--web-app – v1.11.0",
723725
"/frontend-re--ut-web-app – v1.11.0",
724726
"/frontend-adit--uilib-genos – v1.11.0"
725727
],
@@ -1635,7 +1637,7 @@
16351637
"suiStats": {
16361638
"percentage": "28%",
16371639
"totalSUIComponents": 154,
1638-
"totalReusedSUIComponents": 688,
1640+
"totalReusedSUIComponents": 689,
16391641
"maxPossible": 2464
16401642
}
16411643
}

sui/src/sections/statusTable.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ export default function StatusTable() {
204204
name="Action Button"
205205
url="https://sui-components.now.sh/workbench/atom/actionButton/"
206206
MAuses="both"
207+
IJuses="webapp"
207208
CFuses="webapp"
208209
CNuses="webapp"
209210
FCuses="webapp"

0 commit comments

Comments
 (0)