@hybr1d-tech/charizard 2.3.34 → 2.3.36

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/hybr1d-ui.js CHANGED
@@ -8039,7 +8039,7 @@ function Uo(e) {
8039
8039
  case "resolved":
8040
8040
  return "Resolved";
8041
8041
  default:
8042
- return console.warn(`Unknown status: ${e}`), "Unknown";
8042
+ return console.warn(`Unknown status: ${e}`), e.split(" ").map((l) => l.charAt(0).toUpperCase() + l.slice(1)).join(" ");
8043
8043
  }
8044
8044
  }
8045
8045
  function z2({ src: e, alt: l, className: c, ...n }) {
package/dist/index.d.ts CHANGED
@@ -3027,7 +3027,7 @@ export declare interface TaskCardsProps {
3027
3027
  hasDeviceAccess?: boolean;
3028
3028
  hasLeaveAccess?: boolean;
3029
3029
  };
3030
- labels?: string[];
3030
+ readonly labels?: string[];
3031
3031
  }
3032
3032
 
3033
3033
  export declare type TBaseQuery = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hybr1d-tech/charizard",
3
- "version": "2.3.34",
3
+ "version": "2.3.36",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"