@weni/unnnic-system 3.9.4-alpha.3 → 3.9.4-alpha.4
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/components/Icon.vue.d.ts.map +1 -1
- package/dist/{es-19ecf40d.mjs → es-bdfb773f.mjs} +1 -1
- package/dist/{index-aa8ed1d9.mjs → index-8ce04c5b.mjs} +3 -3
- package/dist/{pt-br-a5e94e11.mjs → pt-br-4befdd13.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +1 -1
- package/dist/unnnic.umd.js +1 -1
- package/package.json +1 -1
- package/src/assets/fonts/material-symbols-rounded.woff2 +0 -0
- package/src/components/Icon.vue +2 -10
- package/src/stories/Icon.stories.js +2 -0
- package/src/assets/fonts/Material Symbols Rounded Filled.woff2 +0 -0
- package/src/assets/fonts/Material Symbols Rounded.woff2 +0 -0
package/package.json
CHANGED
|
Binary file
|
package/src/components/Icon.vue
CHANGED
|
@@ -133,15 +133,7 @@ $icon-sizes:
|
|
|
133
133
|
font-family: 'Material Symbols Rounded';
|
|
134
134
|
font-style: normal;
|
|
135
135
|
font-weight: 300;
|
|
136
|
-
src: url('../assets/fonts/
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
@font-face {
|
|
140
|
-
font-family: 'Material Symbols Rounded Filled';
|
|
141
|
-
font-style: normal;
|
|
142
|
-
font-weight: 300;
|
|
143
|
-
src: url('../assets/fonts/Material Symbols Rounded Filled.woff2')
|
|
144
|
-
format('woff2');
|
|
136
|
+
src: url('../assets/fonts/material-symbols-rounded.woff2') format('woff2');
|
|
145
137
|
}
|
|
146
138
|
|
|
147
139
|
.unnnic-icon {
|
|
@@ -200,7 +192,7 @@ $icon-sizes:
|
|
|
200
192
|
user-select: none;
|
|
201
193
|
|
|
202
194
|
&--filled {
|
|
203
|
-
font-
|
|
195
|
+
font-variation-settings: 'FILL' 1;
|
|
204
196
|
}
|
|
205
197
|
}
|
|
206
198
|
</style>
|
|
Binary file
|
|
Binary file
|