@testgorilla/tgo-ui 2.33.1 → 2.33.3

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": "@testgorilla/tgo-ui",
3
- "version": "2.33.1",
3
+ "version": "2.33.3",
4
4
  "license": "proprietary-license",
5
5
  "lint-staged": {
6
6
  "src/**/*.ts": [
@@ -810,7 +810,8 @@
810
810
  "FILTER_BUTTON": {
811
811
  "ACTIVE_ITEM": "Item {{active}} of {{total}}",
812
812
  "SELECTED": "Selected",
813
- "DESELECTED": "Deselected"
813
+ "DESELECTED": "Deselected",
814
+ "NO_RESULTS_FOUND": "No results found."
814
815
  },
815
816
  "AVATAR": {
816
817
  "EDIT_AVATAR": "Edit profile photo"