vue-notifyr 0.1.0 → 0.1.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/dist/style.css CHANGED
@@ -1,5 +1,3 @@
1
- @import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap);
2
-
3
1
  :root {
4
2
  --notification-info: #385bbb;
5
3
  --notification-info-rgb: 56, 91, 187;
@@ -111,7 +109,6 @@
111
109
  background-color: #fff;
112
110
  border-radius: 8px;
113
111
  border: 2px solid transparent;
114
- font-family: 'Nunito Sans', system-ui, helvetica, sans-serif;
115
112
  font-size: 15px;
116
113
  font-weight: 600;
117
114
  line-height: 1.4;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-notifyr",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Framework-agnostic notification library with Vue, Nuxt, and Inertia support",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -1,5 +1,3 @@
1
- @import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap);
2
-
3
1
  :root {
4
2
  --notification-info: #385bbb;
5
3
  --notification-info-rgb: 56, 91, 187;
@@ -111,7 +109,6 @@
111
109
  background-color: #fff;
112
110
  border-radius: 8px;
113
111
  border: 2px solid transparent;
114
- font-family: 'Nunito Sans', system-ui, helvetica, sans-serif;
115
112
  font-size: 15px;
116
113
  font-weight: 600;
117
114
  line-height: 1.4;