frst-components 0.34.0 → 0.34.1
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/index.js
CHANGED
|
@@ -4319,10 +4319,6 @@ const TextField$1 = styled__default["default"].input.attrs(({ type, as }) => ({
|
|
|
4319
4319
|
color: ${({ theme }) => theme.colors.neutralsGrey1};
|
|
4320
4320
|
border-radius: 8px;
|
|
4321
4321
|
|
|
4322
|
-
:hover {
|
|
4323
|
-
border: 2px solid #f18624;
|
|
4324
|
-
}
|
|
4325
|
-
|
|
4326
4322
|
${placeholderStyle('neutralsGrey3')}
|
|
4327
4323
|
|
|
4328
4324
|
${({ as }) => as === 'textarea' &&
|
|
@@ -9675,7 +9671,7 @@ const LabelField = styled__default["default"].label `
|
|
|
9675
9671
|
|
|
9676
9672
|
color: ${({ theme, isHover }) => isHover && theme.colors.linkOnfocus};
|
|
9677
9673
|
|
|
9678
|
-
color: ${({ isOnFocus }) => isOnFocus && '#
|
|
9674
|
+
color: ${({ isOnFocus }) => isOnFocus && '#f18624 '};
|
|
9679
9675
|
`;
|
|
9680
9676
|
const ContainerIcon$2 = styled__default["default"].div `
|
|
9681
9677
|
min-height: 20px;
|
|
@@ -9697,7 +9693,7 @@ const InputSearchWrapper$1 = styled__default["default"].div `
|
|
|
9697
9693
|
border: 1px solid
|
|
9698
9694
|
${({ isHover, theme, inputSearchNewStyle, darkMode }) => isHover ? theme.colors.linkOnfocus : inputSearchNewStyle ? theme.colors.neutralsGrey7 : darkMode ? theme.colors.neutralsGrey2 : '#E0E0E0'};
|
|
9699
9695
|
|
|
9700
|
-
${({ isOnFocus }) => isOnFocus && 'outline: 1.5px solid #AE9BAE; border: 1px solid #
|
|
9696
|
+
${({ isOnFocus }) => isOnFocus && 'outline: 1.5px solid #AE9BAE; border: 1px solid #f18624 ;'}
|
|
9701
9697
|
`;
|
|
9702
9698
|
const InputText$3 = styled__default["default"].input `
|
|
9703
9699
|
display: flex;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"textFieldStyle.d.ts","sourceRoot":"","sources":["../../../../../src/components/form-elements/textfield/textFieldStyle.ts"],"names":[],"mappings":"AAEA,UAAU,cAAc;IACpB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,eAAe,CAAC,EAAE,MAAM,CAAA;CAC3B;AAoBD,eAAO,MAAM,kBAAkB,gFA6E9B,CAAA;AAED,eAAO,MAAM,SAAS;QAGX,MAAM;
|
|
1
|
+
{"version":3,"file":"textFieldStyle.d.ts","sourceRoot":"","sources":["../../../../../src/components/form-elements/textfield/textFieldStyle.ts"],"names":[],"mappings":"AAEA,UAAU,cAAc;IACpB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,eAAe,CAAC,EAAE,MAAM,CAAA;CAC3B;AAoBD,eAAO,MAAM,kBAAkB,gFA6E9B,CAAA;AAED,eAAO,MAAM,SAAS;QAGX,MAAM;SAuChB,CAAA;AAED,eAAO,MAAM,KAAK;;SA+BjB,CAAA;AAED,eAAO,MAAM,UAAU,qEAatB,CAAA;AAED,eAAO,MAAM,eAAe,uEAgB3B,CAAA;AAED,eAAO,MAAM,SAAS,qEAErB,CAAA"}
|