@onsvisual/svelte-components 0.1.2 → 0.1.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.
@@ -194,8 +194,8 @@
194
194
  <svg
195
195
  class="ons-footer__ogl-img"
196
196
  xmlns="http://www.w3.org/2000/svg"
197
- width="60px"
198
- height="24px"
197
+ width="60"
198
+ height="24"
199
199
  viewBox="0 0 60 24"
200
200
  focusable="false"
201
201
  aria-hidden="true"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onsvisual/svelte-components",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "homepage": "https://onsvisual.github.io/svelte-components",