@greatapps/common 1.1.400 → 1.1.401

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": "@greatapps/common",
3
- "version": "1.1.400",
3
+ "version": "1.1.401",
4
4
  "description": "Shared library for GreatApps frontend applications",
5
5
  "main": "./dist/index.mjs",
6
6
  "types": "./src/index.ts",
@@ -113,11 +113,6 @@ export function ProjectSelector({
113
113
  <div className="flex flex-col p-3 gap-2 border border-gray-200 rounded-lg animate-in fade-in duration-400">
114
114
  <div className="flex items-center justify-between">
115
115
  <span className="paragraph-small-semibold">Projetos</span>
116
- {(onAddProject || onManageProjects) && (
117
- <div className="flex items-center gap-1.5">
118
-
119
- </div>
120
- )}
121
116
  </div>
122
117
  <Command className="gap-2">
123
118
  <CommandInput placeholder="Busque aqui" />