@mci-ui/mci-ui 0.0.81 → 0.0.83

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.
@@ -16,4 +16,5 @@ export declare function getInputSizes(hasLeftIcon: boolean, hasRightIcon: boolea
16
16
  };
17
17
  export declare function getInputStateStyles(error?: string): "border-red-600 focus:border-red-600 shadow-red" | "border-slate-200 hover:border-slate-400 focus:shadow-blue focus:border-blue-600";
18
18
  export declare function getInputIconColor(disabled: boolean, error: string | undefined, isFocused: boolean): "text-slate-400" | "text-red-600" | "text-black";
19
+ export declare function getInputRightPaddingClass(size: 'sm' | 'md' | 'base', rightControlsCount: number): "" | "pr-14" | "pr-11" | "pr-7" | "pr-16" | "pr-12" | "pr-8" | "pr-20" | "pr-10";
19
20
  export {};
@@ -26,7 +26,7 @@ export declare const SELECT_SIZES: {
26
26
  readonly container: "h-12 text-base";
27
27
  readonly padding: "px-4";
28
28
  readonly iconPaddingLeft: "pl-10";
29
- readonly iconPaddingRight: "pl-3";
29
+ readonly iconPaddingRight: "pr-10";
30
30
  readonly iconSize: "w-5 h-5";
31
31
  readonly iconWrapper: "left-4";
32
32
  readonly rightIconWrapper: "right-16";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mci-ui/mci-ui",
3
3
  "private": false,
4
- "version": "0.0.81",
4
+ "version": "0.0.83",
5
5
  "type": "module",
6
6
  "main": "./dist/index.umd.js",
7
7
  "module": "./dist/index.es.js",