igniteui-theming 3.3.2 → 4.0.0-beta.1

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.
@@ -30,6 +30,7 @@
30
30
  @use './grid-toolbar' as *;
31
31
  @use './highlight' as *;
32
32
  @use './icon' as *;
33
+ @use './icon-button' as *;
33
34
  @use './input-group' as *;
34
35
  @use './list' as *;
35
36
  @use './label' as *;
@@ -87,6 +88,7 @@ $light-material-schema: (
87
88
  grid-toolbar: $light-grid-toolbar,
88
89
  highlight: $light-highlight,
89
90
  icon: $light-icon,
91
+ icon-button: $light-icon-button,
90
92
  input-group: $light-input-group,
91
93
  label: $material-label,
92
94
  list: $light-list,
@@ -150,6 +152,7 @@ $light-fluent-schema: (
150
152
  grid-toolbar: $fluent-grid-toolbar,
151
153
  highlight: $fluent-highlight,
152
154
  icon: $fluent-icon,
155
+ icon-button: $fluent-icon-button,
153
156
  input-group: $fluent-input-group,
154
157
  label: $fluent-label,
155
158
  list: $fluent-list,
@@ -213,6 +216,7 @@ $light-bootstrap-schema: (
213
216
  grid-toolbar: $bootstrap-grid-toolbar,
214
217
  highlight: $bootstrap-highlight,
215
218
  icon: $bootstrap-icon,
219
+ icon-button: $bootstrap-icon-button,
216
220
  input-group: $bootstrap-input-group,
217
221
  label: $bootstrap-label,
218
222
  list: $bootstrap-list,
@@ -276,6 +280,7 @@ $light-indigo-schema: (
276
280
  grid-toolbar: $indigo-grid-toolbar,
277
281
  highlight: $indigo-highlight,
278
282
  icon: $indigo-icon,
283
+ icon-button: $indigo-icon-button,
279
284
  input-group: $indigo-input-group,
280
285
  label: $indigo-label,
281
286
  list: $indigo-list,