Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(*): update ig schematics #3465

Merged
merged 4 commits into from
May 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
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
Loading