Skip to content

Commit 2535b1f

Browse files
committed
feat: rename to uui-button-copy-text and add dependencies
1 parent f9631b4 commit 2535b1f

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

package-lock.json

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

packages/uui-text-copy/tsconfig.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
"references": [
1313
{
1414
"path": "../uui-base"
15+
},
16+
{
17+
"path": "../uui-button"
18+
},
19+
{
20+
"path": "../uui-icon"
1521
}
1622
]
1723
}

packages/uui/lib/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export * from '@umbraco-ui/uui-box/lib';
99
export * from '@umbraco-ui/uui-breadcrumbs/lib';
1010
export * from '@umbraco-ui/uui-button-group/lib';
1111
export * from '@umbraco-ui/uui-button-inline-create/lib';
12+
export * from '@umbraco-ui/uui-button-copy-text/lib';
1213
export * from '@umbraco-ui/uui-button/lib';
1314
export * from '@umbraco-ui/uui-card-block-type/lib';
1415
export * from '@umbraco-ui/uui-card-content-node/lib';
@@ -80,4 +81,3 @@ export * from '@umbraco-ui/uui-toast-notification-layout/lib';
8081
export * from '@umbraco-ui/uui-toast-notification/lib';
8182
export * from '@umbraco-ui/uui-toggle/lib';
8283
export * from '@umbraco-ui/uui-visually-hidden/lib';
83-
export * from '@umbraco-ui/uui-text-copy/lib/';

0 commit comments

Comments
 (0)