Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
f2d5067
Merge pull request #3527 from IgniteUI/vnext
ChronosSF Aug 30, 2024
e3f4262
Merge pull request #3553 from IgniteUI/vnext
ChronosSF Oct 25, 2024
2cc6175
fix(carousel): use indicators input property
RivaIvanova Oct 29, 2024
7cf0b0d
Merge pull request #3558 from IgniteUI/rivanova/refactor-carousel-sam…
kacheshmarova Nov 4, 2024
63829ac
fix(pivot): resolving an issue with pivot sample
ChronosSF Dec 6, 2024
b4da969
Merge pull request #3576 from IgniteUI/sstoychev/fix-pivot-sample
ChronosSF Dec 6, 2024
70cfe6a
refactor(time-picker): remove invalid theme property from sample
simeonoff Dec 9, 2024
bea4d2c
refactor(samples): updating components styling samples
adrianptrv Jan 20, 2025
4ffd009
refactor(samples): fix lint errors
adrianptrv Jan 20, 2025
b1030d2
feat(cicd): adding yml build yml
ChronosSF Jan 23, 2025
dedc0ee
Merge pull request #3581 from IgniteUI/sstoychev/azure-devops-cd-master
ChronosSF Jan 23, 2025
499611b
refactor(samples): align samples with docs
adrianptrv Jan 24, 2025
7c31567
Merge branch 'master' into apetrov/update-theming-samples
simeonoff Feb 4, 2025
1456bb1
Merge pull request #3579 from IgniteUI/apetrov/update-theming-samples
simeonoff Feb 4, 2025
b032c39
Merge remote-tracking branch 'origin/master' into sstoychev/master-to…
ChronosSF Feb 10, 2025
561d275
fix(*): fixing erroneous merge
ChronosSF Feb 10, 2025
1e07046
fix(build): styling issues preventing build
simeonoff Feb 10, 2025
f601923
fix(angular-material-sample): revert gray to string due to old librar…
simeonoff Feb 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion live-editing/configs/HierarchicalGridConfigGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import {
IgxDialogModule,
IgxDragDropModule,
IgxGridModule,
IgxHierarchicalGridAPIService,
IgxHierarchicalGridModule,
IgxIconModule,
IgxInputGroupModule,
Expand Down
7 changes: 0 additions & 7 deletions live-editing/configs/SelectConfigGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@ export class SelectConfigGenerator implements IConfigGenerator {
shortenComponentPathBy: "/data-entries/select/"
}));

configs.push(new Config({
additionalFiles: ["/src/app/data-entries/select/select-styling/layout.scss"],
appConfig: BaseAppConfig,
component: 'SelectStylingComponent',
shortenComponentPathBy: "/data-entries/select/"
}));

configs.push(new Config({
appConfig: BaseAppConfig,
component: 'SelectInputDirectivesComponent'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
@use "layout.scss";
@use "igniteui-angular/theming" as *;

$banner-theme: banner-theme(
$banner-background: #e3e3e3,
$banner-message-color: color($purple-palette, "secondary", 600),
);
$banner-theme: banner-theme(
$banner-background: #494949,
$banner-message-color: #ffcd0f,
Expand All @@ -12,8 +16,12 @@ $icon-button-theme: icon-button-theme(
);

:host {
::ng-deep {
@include css-vars($banner-theme);
@include css-vars($icon-button-theme);
}
}
::ng-deep {
@include css-vars($banner-theme);
@include css-vars($icon-button-theme);
}
}

igx-grid {
@include palette($purple-palette);
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,28 @@
</span>
</div>
<div class="carousel-wrapper">
<igx-carousel #carousel>
<igx-carousel #carousel [indicators]="false">
<igx-slide *ngFor="let slide of slides;">
<div class="slide-wrapper">
<igx-card elevated>
<igx-card-header>
<h4 igxCardHeaderTitle>{{slide.heading}}</h4>
</igx-card-header>

<igx-card-content>
<p>{{slide.description}}</p>
</igx-card-content>

<igx-card-media>
<img [src]="slide.image">
</igx-card-media>

<igx-card-actions>
<a igxButton href="{{slide.link}}" target="_blank" rel="noopener" style="text-decoration: none;" igxStart>visit page</a>
</igx-card-actions>
</igx-card>
</div>
</igx-slide>
<ng-template igxCarouselIndicator></ng-template>
</igx-carousel>
</div>
</div>

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="carousel-animation-wrapper">
<div class="carousel-wrapper">
<igx-carousel [navigation]="false" [pause]="false" animationType="fade" [interval]="2000">
<igx-carousel [navigation]="false" [indicators]="false" [pause]="false" animationType="fade" [interval]="2000" [gesturesSupport]="false">
<igx-slide #slide *ngFor="let item of slides">
<div style="height: 100%" [ngStyle]="slideStyle(item.image)">
<section class="promo-price" [ngClass]="{'animated': slide.active}">
Expand All @@ -9,7 +9,6 @@
</section>
</div>
</igx-slide>
<ng-template igxCarouselIndicator></ng-template>
</igx-carousel>
</div>
<div class="list-wrapper">
Expand Down
18 changes: 9 additions & 9 deletions src/app/theming/angular/angular-sample.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -183,31 +183,31 @@ igx-expansion-panel-body {

.mat-mdc-slider.secondary .mdc-slider__track--inactive,
.mat-mdc-slider.secondary .mdc-slider__thumb-knob {
background-color: color($custom-mat-dark-theme, 'accent');
background-color: color($custom-mat-dark-theme, accent, default);
}

.mat-mdc-slider.secondary .mdc-slider__track--active_fill,
.mat-mdc-slider.secondary .mdc-slider__thumb-knob {
border-color: color($custom-mat-dark-theme, 'accent');
border-color: color($custom-mat-dark-theme, accent, default);
}

.mat-mdc-slider.secondary .mat-mdc-slider-visual-thumb .mat-ripple > * {
background-color: color($custom-mat-dark-theme, 'accent');
background-color: color($custom-mat-dark-theme, accent, default);
opacity: .12;
}

.mat-step-header .mat-step-icon-selected {
background-color: color($custom-dark-palette, 'secondary');
background-color: color($custom-dark-palette, secondary);
}

.mat-stepper-horizontal,
.mat-mdc-form-field-focus-overlay,
.mdc-text-field--filled:not(.mdc-text-field--disabled) {
background: color($custom-dark-palette, 'surface');
background: color($custom-dark-palette, surface);
}

igx-expansion-panel h5 {
color: color($custom-dark-palette, 'gray', 800);
color: color($custom-dark-palette, "gray", 800);
}
}
}
Expand All @@ -233,16 +233,16 @@ igx-expansion-panel-body {

.mat-mdc-slider.secondary .mdc-slider__track--inactive,
.mat-mdc-slider.secondary .mdc-slider__thumb-knob {
background-color: color($custom-mat-light-theme, 'accent');
background-color: color($custom-mat-light-theme, accent, default);
}

.mat-mdc-slider.secondary .mdc-slider__track--active_fill,
.mat-mdc-slider.secondary .mdc-slider__thumb-knob {
border-color: color($custom-mat-light-theme, 'accent');
border-color: color($custom-mat-light-theme, accent, default);
}

.mat-mdc-slider.secondary .mat-mdc-slider-visual-thumb .mat-ripple > * {
background-color: color($custom-mat-light-theme, 'accent');
background-color: color($custom-mat-light-theme, accent, default);
opacity: .12;
}

Expand Down
Loading