@dreamcommerce/aurora 3.1.12 → 3.1.13
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.
|
@@ -36,7 +36,7 @@ var TextArea = /*#__PURE__*/React__default['default'].forwardRef(function (_ref,
|
|
|
36
36
|
onChange: onChange,
|
|
37
37
|
onKeyDown: onKeyDown,
|
|
38
38
|
onKeyUp: onKeyUp,
|
|
39
|
-
className: cn.cn('aurora-rounded-6 aurora-h-[72px] focus aurora-border aurora-bg aurora-text-s aurora-placeholder-neutral-500 aurora-text aurora-px-3 aurora-py-2 hover:aurora-border-
|
|
39
|
+
className: cn.cn('aurora-rounded-6 aurora-h-[72px] focus aurora-border aurora-bg aurora-text-s aurora-placeholder-neutral-500 aurora-text aurora-px-3 aurora-py-2 aurora-border-strong hover:aurora-border-extraStrong active:aurora-border-active disabled:aurora-opacity-50 aurora-w-full', {
|
|
40
40
|
'aurora-border-danger': !!(errors !== null && errors !== void 0 && errors.length),
|
|
41
41
|
'aurora-bg-subtle aurora-text-subtle-light aurora-pointer-events-none aurora-cursor-not-allowed': disabled
|
|
42
42
|
}, className)
|
|
@@ -28,7 +28,7 @@ var TextArea = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
28
28
|
onChange: onChange,
|
|
29
29
|
onKeyDown: onKeyDown,
|
|
30
30
|
onKeyUp: onKeyUp,
|
|
31
|
-
className: cn('aurora-rounded-6 aurora-h-[72px] focus aurora-border aurora-bg aurora-text-s aurora-placeholder-neutral-500 aurora-text aurora-px-3 aurora-py-2 hover:aurora-border-
|
|
31
|
+
className: cn('aurora-rounded-6 aurora-h-[72px] focus aurora-border aurora-bg aurora-text-s aurora-placeholder-neutral-500 aurora-text aurora-px-3 aurora-py-2 aurora-border-strong hover:aurora-border-extraStrong active:aurora-border-active disabled:aurora-opacity-50 aurora-w-full', {
|
|
32
32
|
'aurora-border-danger': !!(errors !== null && errors !== void 0 && errors.length),
|
|
33
33
|
'aurora-bg-subtle aurora-text-subtle-light aurora-pointer-events-none aurora-cursor-not-allowed': disabled
|
|
34
34
|
}, className)
|
|
@@ -27,7 +27,7 @@ export declare const CSS_ICON_COLOR_TOKENS_VALUES: {
|
|
|
27
27
|
readonly primaryStrong: "#02047A";
|
|
28
28
|
readonly success: "#24B26F";
|
|
29
29
|
readonly successStrong: "#147346";
|
|
30
|
-
readonly danger: "#
|
|
30
|
+
readonly danger: "#E23F46";
|
|
31
31
|
readonly dangerStrong: "#731418";
|
|
32
32
|
readonly warning: "#F2C533";
|
|
33
33
|
readonly warningStrong: "#735D14";
|