Skip to content

Commit 01643d2

Browse files
committed
build: add reference to new uui-visually-hidden component
1 parent 2c07336 commit 01643d2

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

package-lock.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/uui/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@
116116
"@umbraco-ui/uui-toast-notification": "1.5.0-rc.1",
117117
"@umbraco-ui/uui-toast-notification-container": "1.5.0-rc.1",
118118
"@umbraco-ui/uui-toast-notification-layout": "1.5.0-rc.1",
119-
"@umbraco-ui/uui-toggle": "1.5.0-rc.1"
119+
"@umbraco-ui/uui-toggle": "1.5.0-rc.1",
120+
"@umbraco-ui/uui-visually-hidden": "1.5.0-rc.1"
120121
},
121122
"scripts": {
122123
"build": "npm run analyze && tsc --build && rollup -c rollup.config.js",

packages/uui/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,9 @@
249249
},
250250
{
251251
"path": "../uui-toggle"
252+
},
253+
{
254+
"path": "../uui-visually-hidden"
252255
}
253256
]
254257
}

0 commit comments

Comments
 (0)