@weni/unnnic-system 3.9.4 → 3.10.0

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",
3
+ "version": "3.10.0",
4
4
  "type": "commonjs",
5
5
  "files": [
6
6
  "dist",
@@ -33,6 +33,7 @@
33
33
  scheme="feedback-yellow"
34
34
  icon="rating-star-1"
35
35
  size="ant"
36
+ filled
36
37
  />
37
38
  <div class="unnnic-card-marketplace__content__rating__value">
38
39
  {{ rating }}
@@ -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 {
@@ -198,7 +190,7 @@ $icon-sizes:
198
190
  -webkit-font-smoothing: antialiased;
199
191
 
200
192
  &--filled {
201
- font-family: 'Material Symbols Rounded Filled';
193
+ font-variation-settings: 'FILL' 1;
202
194
  }
203
195
  }
204
196
  </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 = [