hplx-react-elements-dev 1.0.21 → 1.0.22

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/esm/index.js CHANGED
@@ -237,7 +237,7 @@ var InputField = function InputField(_a) {
237
237
  }, {
238
238
  children: [Boolean(prefix) && jsxRuntime.exports.jsx("div", __assign({
239
239
  "data-testid": "input-prefix",
240
- className: "bg-Gray-50 border-r-1 border-r-Gray-300 text-Gray-500 flex items-center px-2"
240
+ className: "bg-Gray-50 border-r-1 border-r-Gray-300 text-Gray-500 flex items-center px-3"
241
241
  }, {
242
242
  children: jsxRuntime.exports.jsx(Typography, __assign({
243
243
  type: "Text md",
@@ -253,7 +253,7 @@ var InputField = function InputField(_a) {
253
253
  })
254
254
  })), jsxRuntime.exports.jsx("input", __assign({
255
255
  type: "text",
256
- className: "flex-1 px-2 py-2 focus-visible:outline-0",
256
+ className: "flex-1 pl-[14px] pr-[12px] py-1 focus-visible:outline-0",
257
257
  "data-testid": "text-input"
258
258
  }, inputProps)), Boolean(end_icon) && jsxRuntime.exports.jsx("div", __assign({
259
259
  className: "text-Gray-500 flex items-center pr-2"
@@ -263,7 +263,7 @@ var InputField = function InputField(_a) {
263
263
  })
264
264
  })), Boolean(suffix) && jsxRuntime.exports.jsx("div", __assign({
265
265
  "data-testid": "input-suffix",
266
- className: "bg-Gray-50 border-l-1 border-l-Gray-300 text-Gray-500 flex items-center px-2"
266
+ className: "bg-Gray-50 border-l-1 border-l-Gray-300 text-Gray-500 flex items-center pr-3 pl-[14px]"
267
267
  }, {
268
268
  children: jsxRuntime.exports.jsx(Typography, __assign({
269
269
  type: "Text md",
@@ -361,7 +361,7 @@ var InputFieldSplit = function InputFieldSplit(_a) {
361
361
  }, {
362
362
  children: [Boolean(prefix) && jsxRuntime.exports.jsx("div", __assign({
363
363
  "data-testid": "input-prefix",
364
- className: "bg-Gray-50 border-r-1 border-r-Gray-300 text-Gray-500 flex items-center px-2"
364
+ className: "bg-Gray-50 border-r-1 border-r-Gray-300 text-Gray-500 flex items-center px-3"
365
365
  }, {
366
366
  children: jsxRuntime.exports.jsx(Typography, __assign({
367
367
  type: "Text md",
@@ -376,11 +376,11 @@ var InputFieldSplit = function InputFieldSplit(_a) {
376
376
  className: start_icon
377
377
  })
378
378
  })), jsxRuntime.exports.jsxs("div", __assign({
379
- className: "flex-1 relative flex min-w-[196px]"
379
+ className: "flex-1 relative flex min-w-100"
380
380
  }, {
381
381
  children: [jsxRuntime.exports.jsx("input", __assign({
382
382
  type: "text",
383
- className: "px-2 py-2 focus-visible:outline-0 absolute top-0 bottom-0 left-0 right-1/2 mr-1.5"
383
+ className: "pl-[14px] py-1 focus-visible:outline-0 absolute top-0 bottom-0 left-0 right-1/2 mr-2 "
384
384
  }, inputProps, {
385
385
  value: value && value[fieldNames[0]],
386
386
  onChange: handleChange(fieldNames[0]),
@@ -397,7 +397,7 @@ var InputFieldSplit = function InputFieldSplit(_a) {
397
397
  }))
398
398
  })), jsxRuntime.exports.jsx("input", __assign({
399
399
  type: "text",
400
- className: "px-2 py-2 focus-visible:outline-0 absolute top-0 bottom-0 left-1/2 right-0 ml-1.5"
400
+ className: "pr-2 py-1 focus-visible:outline-0 absolute top-0 bottom-0 left-1/2 right-0 ml-2"
401
401
  }, inputProps, {
402
402
  value: value && value[fieldNames[1]],
403
403
  onChange: handleChange(fieldNames[1]),
@@ -411,7 +411,7 @@ var InputFieldSplit = function InputFieldSplit(_a) {
411
411
  })
412
412
  })), Boolean(suffix) && jsxRuntime.exports.jsx("div", __assign({
413
413
  "data-testid": "input-suffix",
414
- className: "bg-Gray-50 border-l-1 border-l-Gray-300 text-Gray-500 flex items-center px-2"
414
+ className: "bg-Gray-50 border-l-1 border-l-Gray-300 text-Gray-500 flex items-center pr-3 pl-[14px]"
415
415
  }, {
416
416
  children: jsxRuntime.exports.jsx(Typography, __assign({
417
417
  type: "Text md",
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "frontend",
10
10
  "healthplix"
11
11
  ],
12
- "version": "1.0.21",
12
+ "version": "1.0.22",
13
13
  "main": "dist/esm/index.js",
14
14
  "module": "dist/esm/index.js",
15
15
  "types": "dist/esm/index.d.ts",