next-helios-fe 1.8.13 → 1.8.14

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": "next-helios-fe",
3
- "version": "1.8.13",
3
+ "version": "1.8.14",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1555,6 +1555,7 @@ export const PhoneNumber: React.FC<PhoneNumberProps> = ({
1555
1555
  className={`w-full border-default border rounded-md bg-secondary-bg [appearance:textfield] [&::-webkit-outer-spin-button]:appearance-none [&::-webkit-inner-spin-button]:appearance-none placeholder:duration-300 placeholder:translate-x-0 focus:placeholder:translate-x-1 placeholder:text-silent focus:outline-none focus:ring-1 focus:ring-primary focus:shadow focus:shadow-primary focus:border-primary-dark disabled:bg-secondary-light disabled:text-disabled ${height} ${
1556
1556
  options?.variant === "split" ? "ps-16 pe-4" : "px-4"
1557
1557
  }`}
1558
+ placeholder={rest.placeholder}
1558
1559
  value={tempValue[1]}
1559
1560
  required={rest.required}
1560
1561
  disabled={rest.disabled}