ui-lab-registry 0.3.2 → 0.3.3

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.
@@ -4551,6 +4551,6 @@ export const generatedCorePeerDependencies = [
4551
4551
  "react-dom"
4552
4552
  ];
4553
4553
  export const packageMetadata = {
4554
- "version": "0.3.2"
4554
+ "version": "0.3.3"
4555
4555
  };
4556
4556
  //# sourceMappingURL=generated-data.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ui-lab-registry",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "Component registry and metadata management for ui-lab-components",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -104,7 +104,7 @@
104
104
  "dependencies": {
105
105
  "lucide-react": "^0.562.0",
106
106
  "react-icons": "^5.5.0",
107
- "ui-lab-components": "0.3.2"
107
+ "ui-lab-components": "0.3.3"
108
108
  },
109
109
  "devDependencies": {
110
110
  "@tailwindcss/postcss": "^4.1.11",
@@ -4560,5 +4560,5 @@ export const generatedCorePeerDependencies = [
4560
4560
  ];
4561
4561
 
4562
4562
  export const packageMetadata: PackageMetadata = {
4563
- "version": "0.3.2"
4563
+ "version": "0.3.3"
4564
4564
  };