@weni/unnnic-system 3.12.1-alpha.0 → 3.12.1-alpha.1

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.12.1-alpha.0",
3
+ "version": "3.12.1-alpha.1",
4
4
  "type": "commonjs",
5
5
  "files": [
6
6
  "dist",
@@ -75,8 +75,8 @@ const schemeColor = computed(() => {
75
75
 
76
76
  .unnnic-popover-option {
77
77
  cursor: pointer;
78
- border-radius: $unnnic-radius-1;
79
- padding: $unnnic-space-2 $unnnic-space-4;
78
+ border-radius: $unnnic-radius-2;
79
+ padding: $unnnic-space-2;
80
80
  font: $unnnic-font-emphasis;
81
81
  display: flex;
82
82
  gap: $unnnic-space-2;
@@ -133,8 +133,9 @@ export const WithOptions = {
133
133
  <PopoverOption label="View details" icon="info" scheme="fg-info" />
134
134
  <PopoverOption label="Edit" icon="edit" scheme="fg-warning" />
135
135
  <PopoverOption label="Delete" icon="delete" scheme="fg-critical" />
136
- <PopoverOption label="Disable" icon="close" disabled />
137
- <PopoverOption label="Active" icon="check" active />
136
+ <PopoverOption label="Focused" focused />
137
+ <PopoverOption label="Disable" disabled />
138
+ <PopoverOption label="Active" active />
138
139
  </section>
139
140
  </PopoverContent>
140
141
  </Popover>
@@ -8,11 +8,8 @@ export default {
8
8
  parameters: {
9
9
  docs: {
10
10
  description: {
11
- component: `A popover component that displays rich content in a portal, floating on top of other content.
12
- <br/>
13
- It supports three sizes (small, medium, large).
14
- <br/>
15
- API reference: https://www.reka-ui.com/docs/components/popover
11
+ component: `A popover options item component.
12
+ It is used to display options in a popover.
16
13
  `,
17
14
  },
18
15
  },