@woosmap/ui 4.98.5 → 4.98.6

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": "@woosmap/ui",
3
- "version": "4.98.5",
3
+ "version": "4.98.6",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -43,7 +43,7 @@ it('test method button', () => {
43
43
 
44
44
  it('test language button', () => {
45
45
  render(<DistanceDemo />);
46
- expect(screen.getByText('language=gb&\\')).toBeVisible();
46
+ expect(screen.getByText('language=en&\\')).toBeVisible();
47
47
  fireEvent.click(screen.getByTitle('Italian'));
48
48
  expect(screen.getByText('language=it&\\')).toBeVisible();
49
49
  });
@@ -900,6 +900,7 @@
900
900
 
901
901
 
902
902
  .flag-gb
903
+ .flag-en
903
904
  .flag-uk
904
905
  background-position 0 92.561983%
905
906