@viraui/react 1.0.1 → 1.0.2
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.
|
@@ -26,7 +26,7 @@ export type ButtonProps = PrimitiveButton.Props & IntrinsicViraProps & {
|
|
|
26
26
|
variant?: ButtonVariant;
|
|
27
27
|
/**
|
|
28
28
|
* Decorative addon rendered alongside the button label.
|
|
29
|
-
* Pass any React element; use
|
|
29
|
+
* Pass any React element; use a named icon from `@viraui/icons/react` or `<Chip />` for status chips.
|
|
30
30
|
*
|
|
31
31
|
* @default No default; omit when the button has no addon.
|
|
32
32
|
*/
|
|
@@ -42,7 +42,7 @@ export type SelectProps = SelectRoot.Props<string> & Omit<FieldRoot.Props, 'ref'
|
|
|
42
42
|
placeholder?: React.ReactNode;
|
|
43
43
|
/**
|
|
44
44
|
* Trigger addon rendered inside `Select.Icon`.
|
|
45
|
-
* Pass any React node; use
|
|
45
|
+
* Pass any React node; use a named icon from `@viraui/icons/react` for content icons.
|
|
46
46
|
*
|
|
47
47
|
* @default Built-in ChevronExpandY chrome SVG at size 16
|
|
48
48
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@viraui/react",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -35,10 +35,10 @@
|
|
|
35
35
|
"unplugin-dts": "1.0.3",
|
|
36
36
|
"vite": "8.1.4",
|
|
37
37
|
"vite-plugin-static-copy": "4.1.1",
|
|
38
|
-
"@viraui/foundation": "1.0.
|
|
39
|
-
"@viraui/icons": "0.1.1",
|
|
38
|
+
"@viraui/foundation": "1.0.2",
|
|
40
39
|
"@viraui/postcss-config": "0.0.18",
|
|
41
|
-
"@viraui/tsconfig": "0.0.17"
|
|
40
|
+
"@viraui/tsconfig": "0.0.17",
|
|
41
|
+
"@viraui/icons": "0.1.2"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"@base-ui/react": ">=1.6.0",
|