Skip to content

Commit b3aff9e

Browse files
authored
Merge pull request #3465 from IgniteUI/nalipiev/updates-18-schema
chore(*): update ig schematics
2 parents 89da070 + fbccce6 commit b3aff9e

5 files changed

Lines changed: 73 additions & 51 deletions

File tree

package-lock.json

Lines changed: 47 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@
6565
"bootstrap": "5.3.2",
6666
"file-saver": "^2.0.2",
6767
"hammerjs": "^2.0.8",
68-
"igniteui-angular": "^18.0.0-alpha.3",
68+
"igniteui-angular": "^18.0.0-beta.0",
6969
"igniteui-angular-charts": "^17.2.1",
7070
"igniteui-angular-core": "^17.2.1",
7171
"igniteui-angular-extras": "^17.1.5",
72-
"igniteui-angular-i18n": "^17.2.0",
72+
"igniteui-angular-i18n": "^18.0.0-beta.0",
7373
"igniteui-dockmanager": "^1.14.2",
7474
"igniteui-live-editing": "^2.2.0",
7575
"igniteui-webcomponents": "^4.7.0",
@@ -88,7 +88,7 @@
8888
"@angular/cli": "^18.0.2",
8989
"@angular/compiler-cli": "^18.0.1",
9090
"@angular/language-service": "^18.0.1",
91-
"@igniteui/angular-schematics": "17.2.1321",
91+
"@igniteui/angular-schematics": "18.0.1330-beta.2",
9292
"@juggle/resize-observer": "^3.3.1",
9393
"@types/jasmine": "^5.1.2",
9494
"@types/jasminewd2": "^2.0.13",

projects/app-crm/src/styles.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
$schema: $schema
99
);
1010

11+
12+
// Specifies large size for all components to match the previous defaults
13+
// 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.
14+
:root {
15+
--ig-size: var(--ig-size-large);
16+
}
17+
1118
/* autoprefixer grid: on */
1219
html,
1320
body {

projects/app-lob/src/styles.scss

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
@use 'igniteui-angular/theming' as *;
22
@use 'variables' as *;
33
@use 'app-layout';
4+
5+
6+
// Specifies large size for all components to match the previous defaults
7+
// 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.
8+
:root {
9+
--ig-size: var(--ig-size-large);
10+
}
11+
412
/* autoprefixer grid: on */
513
html,
614
body {
@@ -46,4 +54,4 @@ body {
4654
::-moz-placeholder {
4755
opacity: 1;
4856
}
49-
}
57+
}

src/styles.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
@use 'variables' as *;
33
@use 'app-layout';
44

5+
6+
// Specifies large size for all components to match the previous defaults
7+
// 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.
8+
:root {
9+
--ig-size: var(--ig-size-large);
10+
}
11+
512
/* autoprefixer grid: on */
613
html,
714
body {

0 commit comments

Comments
 (0)