frst-components 0.33.9 → 0.34.0
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
|
@@ -714,7 +714,7 @@ const DesignTokens = {
|
|
|
714
714
|
linkDisabled: '#bdbdbd',
|
|
715
715
|
linkHover: '#0b0080',
|
|
716
716
|
linkOnfocus: '#0645ad',
|
|
717
|
-
linkPressed: '#
|
|
717
|
+
linkPressed: '#f18624',
|
|
718
718
|
linkError: '#923534',
|
|
719
719
|
inputError: '#ffe0e0',
|
|
720
720
|
inputSelect: '#9BB5DE',
|
|
@@ -4273,12 +4273,11 @@ const TextFieldContainer = styled__default["default"].div `
|
|
|
4273
4273
|
|
|
4274
4274
|
${(props) => props.theme.hovered &&
|
|
4275
4275
|
styled.css `
|
|
4276
|
-
border: 1px solid ${({ theme }) => theme.colors.
|
|
4276
|
+
border: 1px solid ${({ theme }) => theme.colors.linkPressed};
|
|
4277
4277
|
`}
|
|
4278
4278
|
|
|
4279
4279
|
${(props) => props.theme.focused &&
|
|
4280
4280
|
styled.css `
|
|
4281
|
-
box-shadow: 0px 0px 0px 2px rgba(6, 69, 173, 0.4);
|
|
4282
4281
|
border: 1px solid ${({ theme }) => theme.colors.linkPressed};
|
|
4283
4282
|
`}
|
|
4284
4283
|
|
|
@@ -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,
|
|
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;SA2ChB,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"}
|