@igniteui/angular-templates 20.0.1451-alpha.0 → 20.0.1452

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -157,7 +157,7 @@
157
157
  }
158
158
 
159
159
  .igx-grid-toolbar__actions {
160
- @include button($crm-grid-toolbar-button);
160
+ @include css-vars($crm-grid-toolbar-button);
161
161
 
162
162
  .igx-button--outlined {
163
163
  margin-left: 0.5rem;
@@ -178,7 +178,7 @@
178
178
  height: 36px;
179
179
  }
180
180
 
181
- @include button($crm-grid-search-button);
181
+ @include css-vars($crm-grid-search-button);
182
182
  }
183
183
 
184
184
  .igx-input-group--search .igx-input-group__bundle,
@@ -157,7 +157,7 @@
157
157
  }
158
158
 
159
159
  .igx-grid-toolbar__actions {
160
- @include button($crm-grid-toolbar-button);
160
+ @include css-vars($crm-grid-toolbar-button);
161
161
 
162
162
  .igx-button--outlined {
163
163
  margin-left: 0.5rem;
@@ -178,7 +178,7 @@
178
178
  height: 36px;
179
179
  }
180
180
 
181
- @include button($crm-grid-search-button);
181
+ @include css-vars($crm-grid-search-button);
182
182
  }
183
183
 
184
184
  .igx-input-group--search .igx-input-group__bundle,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igniteui/angular-templates",
3
- "version": "20.0.1451-alpha.0",
3
+ "version": "20.0.1452",
4
4
  "description": "Templates for Ignite UI for Angular projects and components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,7 +12,7 @@
12
12
  "author": "Infragistics",
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@igniteui/cli-core": "~14.5.1-alpha.0",
15
+ "@igniteui/cli-core": "~14.5.2",
16
16
  "typescript": "~5.5.4"
17
17
  }
18
18
  }