Skip to content

Commit

Permalink
Merge pull request #3465 from IgniteUI/nalipiev/updates-18-schema
Browse files Browse the repository at this point in the history
chore(*): update ig schematics
  • Loading branch information
ChronosSF authored May 30, 2024
2 parents 89da070 + fbccce6 commit b3aff9e
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 51 deletions.
94 changes: 47 additions & 47 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@
"bootstrap": "5.3.2",
"file-saver": "^2.0.2",
"hammerjs": "^2.0.8",
"igniteui-angular": "^18.0.0-alpha.3",
"igniteui-angular": "^18.0.0-beta.0",
"igniteui-angular-charts": "^17.2.1",
"igniteui-angular-core": "^17.2.1",
"igniteui-angular-extras": "^17.1.5",
"igniteui-angular-i18n": "^17.2.0",
"igniteui-angular-i18n": "^18.0.0-beta.0",
"igniteui-dockmanager": "^1.14.2",
"igniteui-live-editing": "^2.2.0",
"igniteui-webcomponents": "^4.7.0",
Expand All @@ -88,7 +88,7 @@
"@angular/cli": "^18.0.2",
"@angular/compiler-cli": "^18.0.1",
"@angular/language-service": "^18.0.1",
"@igniteui/angular-schematics": "17.2.1321",
"@igniteui/angular-schematics": "18.0.1330-beta.2",
"@juggle/resize-observer": "^3.3.1",
"@types/jasmine": "^5.1.2",
"@types/jasminewd2": "^2.0.13",
Expand Down
7 changes: 7 additions & 0 deletions projects/app-crm/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
$schema: $schema
);


// Specifies large size for all components to match the previous defaults
// This may not be needed for your project. Please consult https://www.infragistics.com/products/ignite-ui-angular/angular/components/general/update-guide for more details.
:root {
--ig-size: var(--ig-size-large);
}

/* autoprefixer grid: on */
html,
body {
Expand Down
10 changes: 9 additions & 1 deletion projects/app-lob/src/styles.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
@use 'igniteui-angular/theming' as *;
@use 'variables' as *;
@use 'app-layout';


// Specifies large size for all components to match the previous defaults
// This may not be needed for your project. Please consult https://www.infragistics.com/products/ignite-ui-angular/angular/components/general/update-guide for more details.
:root {
--ig-size: var(--ig-size-large);
}

/* autoprefixer grid: on */
html,
body {
Expand Down Expand Up @@ -46,4 +54,4 @@ body {
::-moz-placeholder {
opacity: 1;
}
}
}
7 changes: 7 additions & 0 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
@use 'variables' as *;
@use 'app-layout';


// Specifies large size for all components to match the previous defaults
// This may not be needed for your project. Please consult https://www.infragistics.com/products/ignite-ui-angular/angular/components/general/update-guide for more details.
:root {
--ig-size: var(--ig-size-large);
}

/* autoprefixer grid: on */
html,
body {
Expand Down

0 comments on commit b3aff9e

Please sign in to comment.