File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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} )
2915export class DevExamples { }
Original file line number Diff line number Diff 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} )
2916export class DevExamples { }
Original file line number Diff line number Diff 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} )
4927export class DevExamples { }
Original file line number Diff line number Diff 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} )
3217export class DevExamples { }
Original file line number Diff line number Diff 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} )
4325export class DevExamples { }
Original file line number Diff line number Diff 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} )
4127export class DevExamples { }
Original file line number Diff line number Diff 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} )
3016class DevExamples { }
Original file line number Diff line number Diff 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} )
7459export class DevExamples { }
You can’t perform that action at this time.
0 commit comments