frst-components 0.22.6 → 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,6 +3650,7 @@ 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;
@@ -3751,18 +3752,12 @@ const CompanyName = styled__default["default"].span `
3751
3752
  white-space: nowrap;
3752
3753
  overflow: hidden;
3753
3754
  text-overflow: ellipsis;
3755
+ max-width: 50%;
3756
+ min-width: 0;
3754
3757
 
3755
-
3756
- @media (min-width: 1024px) {
3757
- width: 58%
3758
- }
3759
- @media (min-width: 1440px) {
3758
+ @media (min-width: 1900px) {
3760
3759
  /* Styles for screens with a minimum width of 768px */
3761
- width: 48%;
3762
- }
3763
- @media (min-width: 1750px) {
3764
- /* Styles for screens with a minimum width of 768px */
3765
- width: 90%;
3760
+ max-width: 90%;
3766
3761
  }
3767
3762
 
3768
3763
  `;
@@ -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,qEAkBvB,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.06",
4
+ "version": "0.22.07",
5
5
  "private": false,
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",