Skip to content

Commit bc84b8b

Browse files
committed
chore: removed styles from dev-examples
1 parent a3c8f68 commit bc84b8b

8 files changed

Lines changed: 0 additions & 125 deletions

File tree

packages/components-dev/clamped-text/module.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,6 @@ import { DevLocaleSelector } from '../locale-selector';
1010
template: `
1111
<clamped-text-overview-example />
1212
`,
13-
styles: `
14-
:host {
15-
display: flex;
16-
gap: var(--kbq-size-l);
17-
flex-wrap: wrap;
18-
}
19-
:host > * {
20-
border-radius: var(--kbq-size-border-radius);
21-
border: 1px solid var(--kbq-line-contrast-less);
22-
margin-bottom: var(--kbq-size-l);
23-
padding: var(--kbq-size-m);
24-
flex: 1 0 auto;
25-
}
26-
`,
2713
changeDetection: ChangeDetectionStrategy.OnPush
2814
})
2915
export class DevExamples {}

packages/components-dev/filesize-formatter/module.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,6 @@ import { DevLocaleSelector } from '../locale-selector';
1111
<filesize-formatter-overview-example />
1212
<filesize-formatter-table-number-example />
1313
`,
14-
styles: `
15-
:host {
16-
display: flex;
17-
gap: var(--kbq-size-l);
18-
flex-wrap: wrap;
19-
}
20-
:host > * {
21-
border-radius: var(--kbq-size-border-radius);
22-
border: 1px solid var(--kbq-line-contrast-less);
23-
margin-bottom: var(--kbq-size-l);
24-
padding: var(--kbq-size-xl);
25-
}
26-
`,
2714
changeDetection: ChangeDetectionStrategy.OnPush
2815
})
2916
export class DevExamples {}

packages/components-dev/inline-edit/module.ts

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -22,28 +22,6 @@ import { DevThemeToggle } from '../theme-toggle';
2222
<inline-edit-customized-design-example />
2323
<inline-edit-content-alignment-example />
2424
`,
25-
styles: `
26-
:host {
27-
display: flex;
28-
gap: var(--kbq-size-l);
29-
flex-wrap: wrap;
30-
padding-bottom: 100px;
31-
}
32-
:host > * {
33-
display: flex;
34-
align-items: flex-start;
35-
border-radius: var(--kbq-size-border-radius);
36-
border: 1px solid var(--kbq-line-contrast-less);
37-
margin-bottom: var(--kbq-size-l);
38-
padding: var(--kbq-size-m);
39-
flex: 1 0 auto;
40-
width: 40%;
41-
}
42-
43-
::ng-deep .kbq-inline-edit {
44-
width: 100%;
45-
}
46-
`,
4725
changeDetection: ChangeDetectionStrategy.OnPush
4826
})
4927
export class DevExamples {}

packages/components-dev/textarea/module.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,6 @@ import { TextAreaExamplesModule } from '../../docs-examples/components/textarea'
1212
template: `
1313
<text-area-overview-example />
1414
`,
15-
styles: `
16-
:host {
17-
display: flex;
18-
gap: var(--kbq-size-l);
19-
flex-wrap: wrap;
20-
}
21-
22-
:host > * {
23-
border-radius: var(--kbq-size-border-radius);
24-
border: 1px solid var(--kbq-line-contrast-less);
25-
margin-bottom: var(--kbq-size-l);
26-
padding: var(--kbq-size-m);
27-
flex: 1 0 auto;
28-
}
29-
`,
3015
changeDetection: ChangeDetectionStrategy.OnPush
3116
})
3217
export class DevExamples {}

packages/components-dev/time-range/module.ts

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,6 @@ import { DevThemeToggle } from '../theme-toggle';
2020
2121
<time-range-custom-option-example />
2222
`,
23-
styles: `
24-
:host {
25-
display: flex;
26-
gap: var(--kbq-size-l);
27-
flex-wrap: wrap;
28-
padding-bottom: 100px;
29-
}
30-
:host > * {
31-
display: flex;
32-
align-items: flex-start;
33-
border-radius: var(--kbq-size-border-radius);
34-
border: 1px solid var(--kbq-line-contrast-less);
35-
margin-bottom: var(--kbq-size-l);
36-
padding: var(--kbq-size-m);
37-
flex: 1 0 auto;
38-
width: 40%;
39-
}
40-
`,
4123
changeDetection: ChangeDetectionStrategy.OnPush
4224
})
4325
export class DevExamples {}

packages/components-dev/toggle/module.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,6 @@ import { DevThemeToggle } from '../theme-toggle';
2222
<toggle-multiline-example />
2323
<toggle-label-left-example />
2424
`,
25-
styles: `
26-
:host {
27-
display: flex;
28-
gap: var(--kbq-size-l);
29-
flex-wrap: wrap;
30-
}
31-
32-
:host > * {
33-
border-radius: var(--kbq-size-border-radius);
34-
border: 1px solid var(--kbq-line-contrast-less);
35-
margin-bottom: var(--kbq-size-l);
36-
padding: var(--kbq-size-xl);
37-
}
38-
`,
3925
changeDetection: ChangeDetectionStrategy.OnPush
4026
})
4127
export class DevExamples {}

packages/components-dev/username/module.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,6 @@ import { UsernameExamplesModule } from '../../docs-examples/components/username'
1111
<username-custom-example />
1212
<username-as-link-example />
1313
`,
14-
styles: `
15-
:host {
16-
display: flex;
17-
gap: var(--kbq-size-l);
18-
flex-wrap: wrap;
19-
}
20-
:host > * {
21-
border-radius: var(--kbq-size-border-radius);
22-
border: 1px solid var(--kbq-line-contrast-less);
23-
margin-bottom: var(--kbq-size-l);
24-
padding: var(--kbq-size-m);
25-
flex: 1 0 auto;
26-
}
27-
`,
2814
changeDetection: ChangeDetectionStrategy.OnPush
2915
})
3016
class DevExamples {}

packages/components-dev/validation/module.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -54,21 +54,6 @@ function ldapLoginValidator(loginRegex: RegExp): ValidatorFn {
5454
<validation-message-global-example />
5555
<validation-message-global-with-links-example />
5656
`,
57-
styles: `
58-
:host {
59-
display: flex;
60-
gap: var(--kbq-size-l);
61-
flex-wrap: wrap;
62-
}
63-
64-
:host > * {
65-
border-radius: var(--kbq-size-border-radius);
66-
border: 1px solid var(--kbq-line-contrast-less);
67-
margin-bottom: var(--kbq-size-l);
68-
padding: var(--kbq-size-m);
69-
flex: 1 0 auto;
70-
}
71-
`,
7257
changeDetection: ChangeDetectionStrategy.OnPush
7358
})
7459
export class DevExamples {}

0 commit comments

Comments
 (0)