dfh-ui-library 1.14.52 → 1.14.53

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.
@@ -1 +1 @@
1
- export declare const handleInputElementClasses: (_inputVariant?: "default" | "large" | "dynamic" | "uploadinput" | "small" | "noborder") => "px-3 py-[9px] bg-white border shadow-sm text-content-default !leading-[20px] text-14s font-normal border-border-default placeholder:text-content-deemphasized focus:outline-none block w-full rounded-md focus:ring-0 [&:is(:hover,:focus)]:border-state-focushover-border" | "px-0 h-8 py-2.5 bg-white border-0 rounded text-black-540 text-14s font-normal placeholder-gray-95 block w-[100px] items-center" | undefined;
1
+ export declare const handleInputElementClasses: (_inputVariant?: "default" | "large" | "dynamic" | "uploadinput" | "small" | "noborder") => "px-3 h-11 bg-white border shadow-sm text-content-default !leading-[20px] text-14s font-normal border-border-default placeholder:text-content-deemphasized focus:outline-none block w-full rounded focus:ring-0 [&:is(:hover,:focus)]:border-state-focushover-border" | "px-3 py-[9px] bg-white border shadow-sm text-content-default !leading-[20px] text-14s font-normal border-border-default placeholder:text-content-deemphasized focus:outline-none block w-full rounded-md focus:ring-0 [&:is(:hover,:focus)]:border-state-focushover-border" | "px-0 h-8 py-2.5 bg-white border-0 rounded text-black-540 text-14s font-normal placeholder-gray-95 block w-[100px] items-center" | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.14.52",
3
+ "version": "1.14.53",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rimraf dist && tsc --project tsconfig.json && rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",