@agility/plenum-ui 2.1.25 → 2.1.26

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": "@agility/plenum-ui",
3
- "version": "2.1.25",
3
+ "version": "2.1.26",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -31,7 +31,7 @@ const InputLabel: FC<IInputLabelProps> = ({
31
31
  fullWidthLabel = false
32
32
  }: IInputLabelProps) => {
33
33
  const labelStyles = cn(
34
- "z-[2] ",
34
+ "z-[2] inline-flex gap-1",
35
35
  { "inline-block ml-2 relative transition-all": isPlaceholder },
36
36
  { "text-sm text-gray-400 px-2 top-8": isPlaceholder && !isActive },
37
37
  { "text-xs text-gray-700 px-1 top-[10px] bg-white": isPlaceholder && isActive },