install UUI RC-1

This commit is contained in:
Niels Lyngsø
2023-05-25 10:36:47 +02:00
parent dd992b51fa
commit 59431facd2
3 changed files with 990 additions and 907 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -62,7 +62,7 @@
},
"dependencies": {
"@openid/appauth": "^1.3.1",
"@umbraco-ui/uui": "1.3.0-rc.0",
"@umbraco-ui/uui": "1.3.0-rc.1",
"@umbraco-ui/uui-css": "1.3.0-rc.0",
"element-internals-polyfill": "^1.1.19",
"lit": "^2.7.0",

View File

@@ -1,8 +1 @@
export * from '@umbraco-ui/uui';
// TODO: these export can be removed when we upgrade to 1.3.0. Then they will be part of the main export
export * from '@umbraco-ui/uui-base/lib/animations';
export * from '@umbraco-ui/uui-base/lib/events';
export * from '@umbraco-ui/uui-base/lib/mixins';
export * from '@umbraco-ui/uui-base/lib/registration';
export * from '@umbraco-ui/uui-base/lib/types';
export * from '@umbraco-ui/uui-base/lib/utils';