@uniai-fe/uds-primitives 0.3.44 → 0.3.45

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": "@uniai-fe/uds-primitives",
3
- "version": "0.3.44",
3
+ "version": "0.3.45",
4
4
  "description": "UNIAI Design System; Primitives Components Package",
5
5
  "type": "module",
6
6
  "private": false,
@@ -75,6 +75,7 @@ export function SelectDefault<OptionData = unknown>({
75
75
  disabled,
76
76
  readOnly,
77
77
  buttonType,
78
+ icon,
78
79
  items = [],
79
80
  onSelectOption,
80
81
  onSelectChange,
@@ -249,6 +250,7 @@ export function SelectDefault<OptionData = unknown>({
249
250
  disabled={disabled}
250
251
  readOnly={readOnly}
251
252
  buttonType={buttonType}
253
+ icon={icon}
252
254
  {...triggerProps}
253
255
  >
254
256
  <SelectTriggerSelected