-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- no overwrites if app uses sl-components too
- Loading branch information
1 parent
4663262
commit c82dc23
Showing
9 changed files
with
14 additions
and
19 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
inlang/source-code/settings-component/.storybook/preview.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
inlang/source-code/settings-component/src/stories/input-fields/array/default-array-input.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
import { css, html, LitElement } from "lit" | ||
import { customElement, property, state } from "lit/decorators.js" | ||
import { baseStyling } from "../../../styling/base.js" | ||
import "@shoelace-style/shoelace/dist/components/input/input.js" | ||
import "@shoelace-style/shoelace/dist/components/tag/tag.js" | ||
import "https://cdn.jsdelivr.net/npm/@shoelace-style/[email protected]/cdn/components/icon/icon.js" | ||
|
||
@customElement("default-array-input") | ||
export class DefaultArrayInput extends LitElement { | ||
|
3 changes: 0 additions & 3 deletions
3
inlang/source-code/settings-component/src/stories/input-fields/array/languageTags-input.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
import { css, html, LitElement } from "lit" | ||
import { customElement, property, state } from "lit/decorators.js" | ||
import { baseStyling } from "../../../styling/base.js" | ||
import "@shoelace-style/shoelace/dist/components/input/input.js" | ||
import "@shoelace-style/shoelace/dist/components/tag/tag.js" | ||
import "https://cdn.jsdelivr.net/npm/@shoelace-style/[email protected]/cdn/components/icon/icon.js" | ||
|
||
@customElement("language-tags-input") | ||
export class LanguageTagsInput extends LitElement { | ||
|
3 changes: 0 additions & 3 deletions
3
.../source-code/settings-component/src/stories/input-fields/array/reference-pattern-input.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
import { css, html, LitElement } from "lit" | ||
import { customElement, property } from "lit/decorators.js" | ||
import { baseStyling } from "../../../styling/base.js" | ||
import "@shoelace-style/shoelace/dist/components/input/input.js" | ||
import "@shoelace-style/shoelace/dist/components/tag/tag.js" | ||
import "https://cdn.jsdelivr.net/npm/@shoelace-style/[email protected]/cdn/components/icon/icon.js" | ||
|
||
@customElement("reference-pattern-input") | ||
export class ReferencePatternInput extends LitElement { | ||
|
4 changes: 0 additions & 4 deletions
4
...ng/source-code/settings-component/src/stories/input-fields/object/default-object-input.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,6 @@ | ||
import { css, html, LitElement } from "lit" | ||
import { customElement, property, state } from "lit/decorators.js" | ||
import { baseStyling } from "../../../styling/base.js" | ||
import "@shoelace-style/shoelace/dist/components/input/input.js" | ||
import "@shoelace-style/shoelace/dist/components/icon-button/icon-button.js" | ||
import "@shoelace-style/shoelace/dist/components/button/button.js" | ||
import "https://cdn.jsdelivr.net/npm/@shoelace-style/[email protected]/cdn/components/icon/icon.js" | ||
import { InlangModule } from "@inlang/module" | ||
|
||
@customElement("default-object-input") | ||
|
2 changes: 0 additions & 2 deletions
2
inlang/source-code/settings-component/src/stories/input-fields/union/path-pattern-input.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters