@tekkare/auriga 0.2.214 → 0.2.216

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/dist/module.json CHANGED
@@ -4,5 +4,5 @@
4
4
  "compatibility": {
5
5
  "nuxt": ">=3.0.0"
6
6
  },
7
- "version": "0.2.214"
7
+ "version": "0.2.216"
8
8
  }
@@ -38,9 +38,9 @@
38
38
  <div class="p24">
39
39
  <svg
40
40
  class="map"
41
- width="auto"
42
- height="500"
43
- viewBox="0 0 1856 1502"
41
+ width="100%"
42
+ :viewBox="hideDromTom ? '300 0 1556 1200' : '0 0 1856 1502'"
43
+ preserveAspectRatio="xMidYMid meet"
44
44
  fill="none"
45
45
  xmlns="http://www.w3.org/2000/svg"
46
46
  >
@@ -38,9 +38,9 @@
38
38
  <div class="p24">
39
39
  <svg
40
40
  class="map"
41
- width="auto"
42
- height="500"
43
- viewBox="0 0 1856 1502"
41
+ width="100%"
42
+ :viewBox="hideDromTom ? '300 0 1556 1200' : '0 0 1856 1502'"
43
+ preserveAspectRatio="xMidYMid meet"
44
44
  fill="none"
45
45
  xmlns="http://www.w3.org/2000/svg"
46
46
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tekkare/auriga",
3
- "version": "0.2.214",
3
+ "version": "0.2.216",
4
4
  "description": "Aurgia is a UI kit developped by Tekkare",
5
5
  "license": "MIT",
6
6
  "type": "module",