@weni/unnnic-system 3.9.4-alpha.1 → 3.9.4-alpha.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weni/unnnic-system",
3
- "version": "3.9.4-alpha.1",
3
+ "version": "3.9.4-alpha.3",
4
4
  "type": "commonjs",
5
5
  "files": [
6
6
  "dist",
@@ -6,4 +6,4 @@ $unnnic-radius-1: 0.25 * 16px /* 4px */;
6
6
  $unnnic-radius-2: 0.5 * 16px /* 8px */;
7
7
  $unnnic-radius-3: 0.75 * 16px /* 12px */;
8
8
  $unnnic-radius-4: 1 * 16px /* 16px */;
9
- $unnnic-radius-full: 100%;
9
+ $unnnic-radius-full: 1000px;
@@ -21,7 +21,7 @@
21
21
  "type": "size"
22
22
  },
23
23
  "full": {
24
- "value": "100%",
24
+ "value": "1000px",
25
25
  "type": "size"
26
26
  }
27
27
  }
@@ -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
  `;