frst-components 0.22.5 → 0.22.7

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
@@ -3650,17 +3650,18 @@ const Container$j = styled__default["default"].div `
3650
3650
  width: ${({ width }) => (width ? `${width}px` : '100%')};
3651
3651
  height: ${({ height }) => (height ? height : 195)}px;
3652
3652
  overflow-y: auto;
3653
+ overflow-x: hidden;
3653
3654
  z-index: 100;
3654
3655
  border-radius: 8px;
3655
3656
  box-shadow: 4px 8px 10px 0 #BDBDBD;
3656
3657
 
3657
3658
  ::-webkit-scrollbar {
3658
- width: 28px;
3659
+ width: 17px;
3659
3660
  }
3660
3661
 
3661
3662
  ::-webkit-scrollbar-thumb {
3662
- width:10px;
3663
- border: 12px solid rgba(0, 0, 0, 0);
3663
+ width: 15px;
3664
+ border: 6px solid rgba(0, 0, 0, 0);
3664
3665
  background-clip: padding-box;
3665
3666
  border-radius: 9999px;
3666
3667
  background-color: #757575;
@@ -3751,18 +3752,14 @@ const CompanyName = styled__default["default"].span `
3751
3752
  white-space: nowrap;
3752
3753
  overflow: hidden;
3753
3754
  text-overflow: ellipsis;
3754
- width: 90%;
3755
+ max-width: 50%;
3756
+ min-width: 0;
3755
3757
 
3756
- @media (max-width: 1750px) {
3757
- /* Styles for screens with a minimum width of 768px */
3758
- width: 84%;
3759
- }
3760
- @media (max-width: 1536px) {
3758
+ @media (min-width: 1900px) {
3761
3759
  /* Styles for screens with a minimum width of 768px */
3762
- width: 48%;
3760
+ max-width: 90%;
3763
3761
  }
3764
3762
 
3765
-
3766
3763
  `;
3767
3764
 
3768
3765
  const useMentions = (mention) => {
@@ -1 +1 @@
1
- {"version":3,"file":"mentionsStyle.d.ts","sourceRoot":"","sources":["../../../../src/components/input-comment/mentionsStyle.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;UAAsB,OAAO;SAAO,MAAM;YAAU,MAAM;aAAW,MAAM;SAiChG,CAAA;AAED,eAAO,MAAM,YAAY,sEAAiB,CAAA;AAE1C,eAAO,MAAM,WAAW,oEAKvB,CAAA;AAED,eAAO,MAAM,WAAW;aAAyB,OAAO;SAkBvD,CAAA;AAGD,eAAO,MAAM,aAAa,oEAIzB,CAAA;AAED,eAAO,MAAM,aAAa,oEAIzB,CAAC;AAEF,eAAO,MAAM,oBAAoB,oEAQhC,CAAA;AAED,eAAO,MAAM,eAAe,qEAI3B,CAAA;AAED,eAAO,MAAM,wBAAwB,oEAOpC,CAAA;AAED,eAAO,MAAM,mBAAmB,qEAM/B,CAAA;AACD,eAAO,MAAM,MAAM,oEAQlB,CAAA;AACD,eAAO,MAAM,WAAW,qEAgBvB,CAAA"}
1
+ {"version":3,"file":"mentionsStyle.d.ts","sourceRoot":"","sources":["../../../../src/components/input-comment/mentionsStyle.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;UAAsB,OAAO;SAAO,MAAM;YAAU,MAAM;aAAW,MAAM;SAkChG,CAAA;AAED,eAAO,MAAM,YAAY,sEAAiB,CAAA;AAE1C,eAAO,MAAM,WAAW,oEAKvB,CAAA;AAED,eAAO,MAAM,WAAW;aAAyB,OAAO;SAkBvD,CAAA;AAGD,eAAO,MAAM,aAAa,oEAIzB,CAAA;AAED,eAAO,MAAM,aAAa,oEAIzB,CAAC;AAEF,eAAO,MAAM,oBAAoB,oEAQhC,CAAA;AAED,eAAO,MAAM,eAAe,qEAI3B,CAAA;AAED,eAAO,MAAM,wBAAwB,oEAOpC,CAAA;AAED,eAAO,MAAM,mBAAmB,qEAM/B,CAAA;AACD,eAAO,MAAM,MAAM,oEAQlB,CAAA;AACD,eAAO,MAAM,WAAW,qEAYvB,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.22.05",
4
+ "version": "0.22.07",
5
5
  "private": false,
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",