@firecms/ui 3.0.0-canary.128 → 3.0.0-canary.129
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/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
- package/src/components/SearchBar.tsx +1 -1
package/dist/index.umd.js
CHANGED
@@ -15936,7 +15936,7 @@
|
|
15936
15936
|
large ? "h-14" : "h-[42px]",
|
15937
15937
|
"bg-slate-50 dark:bg-gray-800 border",
|
15938
15938
|
defaultBorderMixin,
|
15939
|
-
"rounded",
|
15939
|
+
"rounded-lg",
|
15940
15940
|
className
|
15941
15941
|
),
|
15942
15942
|
children: [
|