@weni/unnnic-system 3.9.4-alpha.2 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weni/unnnic-system",
3
- "version": "3.9.4-alpha.2",
3
+ "version": "3.9.4-alpha.4",
4
4
  "type": "commonjs",
5
5
  "files": [
6
6
  "dist",
@@ -20,7 +20,7 @@
20
20
  {{ title }}<slot name="header"></slot>
21
21
 
22
22
  <UnnnicIcon
23
- size="xs"
23
+ size="ant"
24
24
  :icon="localActive ? 'arrow-button-up-1' : 'arrow-button-down-1'"
25
25
  :scheme="localActive ? 'neutral-dark' : 'neutral-cloudy'"
26
26
  />
@@ -2,7 +2,7 @@
2
2
 
3
3
  exports[`Collapse.vue > matches the snapshot 1`] = `
4
4
  "<div data-v-7d0d9fbd="" data-testid="collapse" class="unnnic-collapse unnnic-collapse--size-lg">
5
- <div data-v-7d0d9fbd="" data-testid="collapse-header" class="unnnic-collapse__header">Test Title<span data-v-26446d8e="" data-v-7d0d9fbd="" class="unnnic-icon material-symbols-rounded unnnic-icon-scheme--neutral-cloudy unnnic-icon-size--xs unnnic-icon__size--xs" data-testid="material-icon" translate="no">expand_more</span></div>
5
+ <div data-v-7d0d9fbd="" data-testid="collapse-header" class="unnnic-collapse__header">Test Title<span data-v-26446d8e="" data-v-7d0d9fbd="" class="unnnic-icon material-symbols-rounded unnnic-icon-scheme--neutral-cloudy unnnic-icon-size--ant unnnic-icon__size--ant" data-testid="material-icon" translate="no">expand_more</span></div>
6
6
  <div data-v-7d0d9fbd="" class="unnnic-collapse__body" style="display: none;"></div>
7
7
  </div>"
8
8
  `;
@@ -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/Material Symbols Rounded.woff2') format('woff2');
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-family: 'Material Symbols Rounded Filled';
195
+ font-variation-settings: 'FILL' 1;
204
196
  }
205
197
  }
206
198
  </style>
@@ -9,6 +9,8 @@ const iconsOptions = [
9
9
  'fitness-biceps-1',
10
10
  'close-1',
11
11
  'check-2',
12
+ 'article_person',
13
+ 'stacks',
12
14
  ];
13
15
 
14
16
  const schemes = [