Skip to content

Commit 6f4de34

Browse files
committed
feat: rename base folder
1 parent 9614380 commit 6f4de34

File tree

11 files changed

+39
-6
lines changed

11 files changed

+39
-6
lines changed

package-lock.json

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

packages/uui-text-copy/lib/uui-button-copy-text.element.ts renamed to packages/uui-button-copy-text/lib/uui-button-copy-text.element.ts

File renamed without changes.

packages/uui-text-copy/lib/uui-button-copy-text.story.ts renamed to packages/uui-button-copy-text/lib/uui-button-copy-text.story.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { Meta, StoryObj } from '@storybook/web-components';
22
import { html } from 'lit';
33

44
import './uui-button-copy-text.element.js';
5-
import { UUICopyTextEvent } from './UUICopyTextEvent';
5+
import { UUICopyTextEvent } from './UUICopyTextEvent.js';
66
import type { UUIButtonCopyTextElement } from './uui-button-copy-text.element.js';
77
import readme from '../README.md?raw';
88
import { renderSlots, spread } from '../../../storyhelpers/index.js';

packages/uui-text-copy/lib/uui-button-copy-text.test.ts renamed to packages/uui-button-copy-text/lib/uui-button-copy-text.test.ts

File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
// Don't edit this file directly. It is generated by /scripts/generate-ts-config.js
2+
3+
{
4+
"extends": "../../tsconfig.json",
5+
"compilerOptions": {
6+
"outDir": "./lib",
7+
"rootDir": "./lib",
8+
"composite": true
9+
},
10+
"include": ["./**/*.ts"],
11+
"exclude": ["./**/*.test.ts", "./**/*.story.ts"],
12+
"references": [
13+
{
14+
"path": "../uui-base"
15+
},
16+
{
17+
"path": "../uui-button"
18+
}
19+
]
20+
}

0 commit comments

Comments
 (0)