frst-components 0.33.9 → 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
@@ -714,7 +714,7 @@ const DesignTokens = {
714
714
  linkDisabled: '#bdbdbd',
715
715
  linkHover: '#0b0080',
716
716
  linkOnfocus: '#0645ad',
717
- linkPressed: '#663366',
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.linkOnfocus};
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
 
@@ -4320,10 +4319,6 @@ const TextField$1 = styled__default["default"].input.attrs(({ type, as }) => ({
4320
4319
  color: ${({ theme }) => theme.colors.neutralsGrey1};
4321
4320
  border-radius: 8px;
4322
4321
 
4323
- :hover {
4324
- border: 2px solid #f18624;
4325
- }
4326
-
4327
4322
  ${placeholderStyle('neutralsGrey3')}
4328
4323
 
4329
4324
  ${({ as }) => as === 'textarea' &&
@@ -9676,7 +9671,7 @@ const LabelField = styled__default["default"].label `
9676
9671
 
9677
9672
  color: ${({ theme, isHover }) => isHover && theme.colors.linkOnfocus};
9678
9673
 
9679
- color: ${({ isOnFocus }) => isOnFocus && '#663366'};
9674
+ color: ${({ isOnFocus }) => isOnFocus && '#f18624 '};
9680
9675
  `;
9681
9676
  const ContainerIcon$2 = styled__default["default"].div `
9682
9677
  min-height: 20px;
@@ -9698,7 +9693,7 @@ const InputSearchWrapper$1 = styled__default["default"].div `
9698
9693
  border: 1px solid
9699
9694
  ${({ isHover, theme, inputSearchNewStyle, darkMode }) => isHover ? theme.colors.linkOnfocus : inputSearchNewStyle ? theme.colors.neutralsGrey7 : darkMode ? theme.colors.neutralsGrey2 : '#E0E0E0'};
9700
9695
 
9701
- ${({ isOnFocus }) => isOnFocus && 'outline: 1.5px solid #AE9BAE; border: 1px solid #663366;'}
9696
+ ${({ isOnFocus }) => isOnFocus && 'outline: 1.5px solid #AE9BAE; border: 1px solid #f18624 ;'}
9702
9697
  `;
9703
9698
  const InputText$3 = styled__default["default"].input `
9704
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,gFA8E9B,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"}
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"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "frst-components",
3
3
  "homepage": "http://FRST-Falconi.github.io/storybook.frstfalconi.com",
4
- "version": "0.33.9",
4
+ "version": "0.34.1",
5
5
  "private": false,
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",