quirk-ui 0.0.488 → 0.0.489

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/dist/core.d.ts CHANGED
@@ -1273,7 +1273,7 @@ declare type TooltipProps = {
1273
1273
 
1274
1274
  export declare type UtilityItem = {
1275
1275
  _key?: string;
1276
- label: string;
1276
+ label: string | default_2.ReactNode;
1277
1277
  ariaLabel: string;
1278
1278
  href?: string;
1279
1279
  variant?: Variant;
package/dist/main.d.ts CHANGED
@@ -1399,7 +1399,7 @@ export declare function useLocaleBridge(): LocaleBridgeValue;
1399
1399
 
1400
1400
  export declare type UtilityItem = {
1401
1401
  _key?: string;
1402
- label: string;
1402
+ label: string | default_2.ReactNode;
1403
1403
  ariaLabel: string;
1404
1404
  href?: string;
1405
1405
  variant?: Variant;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "quirk-ui",
3
3
  "private": false,
4
- "version": "0.0.488",
4
+ "version": "0.0.489",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {