@nettyapps/ntybase 21.0.1 → 21.0.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nettyapps/ntybase",
3
- "version": "21.0.1",
3
+ "version": "21.0.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -325,6 +325,7 @@ mat-toolbar {
325
325
  border-radius: 5px;
326
326
  padding-bottom: 2px;
327
327
  }
328
+
328
329
  .default-filter-mode
329
330
  mat-icon.notranslate.material-icons.mat-ligature-font.mat-icon-no-color {
330
331
  color: var(--mat-sys-surface);
@@ -336,3 +337,7 @@ mat-toolbar {
336
337
  mat-icon.notranslate.material-icons.mat-ligature-font.mat-icon-no-color {
337
338
  color: var(--mat-sys-primary);
338
339
  }
340
+ .custom-filter-mode
341
+ mat-icon.notranslate.material-icons.mat-ligature-font.mat-icon-no-color:hover {
342
+ color: var(--mat-sys-surface);
343
+ }
@@ -229,5 +229,6 @@
229
229
  "@customFilterActive": "Custom Filter Active - Switch to Default",
230
230
  "@defaultFilterActive": "Default Filter Active - Switch to Custom",
231
231
  "@customFilterModeEnabled": "Custom Filter Mode Enabled",
232
- "@defaultFilterModeEnabled": "Default Filter Mode Enabled"
232
+ "@defaultFilterModeEnabled": "Default Filter Mode Enabled",
233
+ "@invalidFormat": "Invalid Format"
233
234
  }
@@ -229,5 +229,6 @@
229
229
  "@customFilterActive": "Özel Filtre Aktif - Varsayılana Geç",
230
230
  "@defaultFilterActive": "Varsayılan Filtre Aktif - Özele Geç",
231
231
  "@customFilterModeEnabled": "Özel Filtre Modu Aktif",
232
- "@defaultFilterModeEnabled": "Varsayılan Filtre Modu Aktif"
232
+ "@defaultFilterModeEnabled": "Varsayılan Filtre Modu Aktif",
233
+ "@invalidFormat": "Geçersiz Format"
233
234
  }