@elliemae/ds-form-combobox 3.11.0-rc.3 → 3.11.0-rc.5

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.
@@ -45,7 +45,7 @@ const StyledList = import_ds_system.styled.ul`
45
45
  position: relative;
46
46
  padding: 0;
47
47
  background-color: #ffffff;
48
- overflow-x: hidden;
48
+ overflow: hidden;
49
49
  `;
50
50
  const StyledVirtualListWrapper = import_ds_system.styled.div`
51
51
  overflow-y: auto;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../src/parts/menu-list/styled.tsx", "../../../../../../scripts/build/transpile/react-shim.js"],
4
- "sourcesContent": ["import { styled } from '@elliemae/ds-system';\n\ninterface StyledListWrapperT {\n minWidth: number | string;\n maxHeight: number;\n width: number | string;\n inline?: boolean;\n}\nexport const StyledListWrapper = styled.div<StyledListWrapperT>`\n min-width: ${({ inline, minWidth }) => (inline ? '100%' : `${minWidth}px`)};\n width: ${({ width }) => `${width}px`};\n background-color: #ffffff;\n max-height: ${({ maxHeight }) => `${maxHeight}px`};\n z-index: 100;\n`;\n\nexport const StyledList = styled.ul`\n position: relative;\n padding: 0;\n background-color: #ffffff;\n overflow-x: hidden;\n`;\n\nexport const StyledVirtualListWrapper = styled.div<{\n inline: boolean | undefined;\n maxHeight: number;\n withHeader: boolean;\n}>`\n overflow-y: auto;\n margin-top: ${({ withHeader }) => (withHeader ? '28px' : '')};\n max-height: ${({ maxHeight }) => (maxHeight ? `${maxHeight}px` : '300px')};\n`;\n\nexport const StyledCreatableLabel = styled.span`\n font-weight: bold;\n font-style: italic;\n`;\n\nexport const StyledCreatableValue = styled.span`\n word-break: break-all;\n`;\n\nexport const StyledNoResultsWrapper = styled.div`\n padding: 16px;\n`;\n", "import * as React from 'react';\nexport { React };\n"],
4
+ "sourcesContent": ["import { styled } from '@elliemae/ds-system';\n\ninterface StyledListWrapperT {\n minWidth: number | string;\n maxHeight: number;\n width: number | string;\n inline?: boolean;\n}\nexport const StyledListWrapper = styled.div<StyledListWrapperT>`\n min-width: ${({ inline, minWidth }) => (inline ? '100%' : `${minWidth}px`)};\n width: ${({ width }) => `${width}px`};\n background-color: #ffffff;\n max-height: ${({ maxHeight }) => `${maxHeight}px`};\n z-index: 100;\n`;\n\nexport const StyledList = styled.ul`\n position: relative;\n padding: 0;\n background-color: #ffffff;\n overflow: hidden;\n`;\n\nexport const StyledVirtualListWrapper = styled.div<{\n inline: boolean | undefined;\n maxHeight: number;\n withHeader: boolean;\n}>`\n overflow-y: auto;\n margin-top: ${({ withHeader }) => (withHeader ? '28px' : '')};\n max-height: ${({ maxHeight }) => (maxHeight ? `${maxHeight}px` : '300px')};\n`;\n\nexport const StyledCreatableLabel = styled.span`\n font-weight: bold;\n font-style: italic;\n`;\n\nexport const StyledCreatableValue = styled.span`\n word-break: break-all;\n`;\n\nexport const StyledNoResultsWrapper = styled.div`\n padding: 16px;\n`;\n", "import * as React from 'react';\nexport { React };\n"],
5
5
  "mappings": ";;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,uBAAuB;AAQhB,MAAM,oBAAoB,wBAAO;AAAA,eACzB,CAAC,EAAE,QAAQ,SAAS,MAAO,SAAS,SAAS,GAAG;AAAA,WACpD,CAAC,EAAE,MAAM,MAAM,GAAG;AAAA;AAAA,gBAEb,CAAC,EAAE,UAAU,MAAM,GAAG;AAAA;AAAA;AAI/B,MAAM,aAAa,wBAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAO1B,MAAM,2BAA2B,wBAAO;AAAA;AAAA,gBAM/B,CAAC,EAAE,WAAW,MAAO,aAAa,SAAS;AAAA,gBAC3C,CAAC,EAAE,UAAU,MAAO,YAAY,GAAG,gBAAgB;AAAA;AAG5D,MAAM,uBAAuB,wBAAO;AAAA;AAAA;AAAA;AAKpC,MAAM,uBAAuB,wBAAO;AAAA;AAAA;AAIpC,MAAM,yBAAyB,wBAAO;AAAA;AAAA;",
6
6
  "names": []
7
7
  }
@@ -11,7 +11,7 @@ const StyledList = styled.ul`
11
11
  position: relative;
12
12
  padding: 0;
13
13
  background-color: #ffffff;
14
- overflow-x: hidden;
14
+ overflow: hidden;
15
15
  `;
16
16
  const StyledVirtualListWrapper = styled.div`
17
17
  overflow-y: auto;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../../../scripts/build/transpile/react-shim.js", "../../../../src/parts/menu-list/styled.tsx"],
4
- "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { styled } from '@elliemae/ds-system';\n\ninterface StyledListWrapperT {\n minWidth: number | string;\n maxHeight: number;\n width: number | string;\n inline?: boolean;\n}\nexport const StyledListWrapper = styled.div<StyledListWrapperT>`\n min-width: ${({ inline, minWidth }) => (inline ? '100%' : `${minWidth}px`)};\n width: ${({ width }) => `${width}px`};\n background-color: #ffffff;\n max-height: ${({ maxHeight }) => `${maxHeight}px`};\n z-index: 100;\n`;\n\nexport const StyledList = styled.ul`\n position: relative;\n padding: 0;\n background-color: #ffffff;\n overflow-x: hidden;\n`;\n\nexport const StyledVirtualListWrapper = styled.div<{\n inline: boolean | undefined;\n maxHeight: number;\n withHeader: boolean;\n}>`\n overflow-y: auto;\n margin-top: ${({ withHeader }) => (withHeader ? '28px' : '')};\n max-height: ${({ maxHeight }) => (maxHeight ? `${maxHeight}px` : '300px')};\n`;\n\nexport const StyledCreatableLabel = styled.span`\n font-weight: bold;\n font-style: italic;\n`;\n\nexport const StyledCreatableValue = styled.span`\n word-break: break-all;\n`;\n\nexport const StyledNoResultsWrapper = styled.div`\n padding: 16px;\n`;\n"],
4
+ "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { styled } from '@elliemae/ds-system';\n\ninterface StyledListWrapperT {\n minWidth: number | string;\n maxHeight: number;\n width: number | string;\n inline?: boolean;\n}\nexport const StyledListWrapper = styled.div<StyledListWrapperT>`\n min-width: ${({ inline, minWidth }) => (inline ? '100%' : `${minWidth}px`)};\n width: ${({ width }) => `${width}px`};\n background-color: #ffffff;\n max-height: ${({ maxHeight }) => `${maxHeight}px`};\n z-index: 100;\n`;\n\nexport const StyledList = styled.ul`\n position: relative;\n padding: 0;\n background-color: #ffffff;\n overflow: hidden;\n`;\n\nexport const StyledVirtualListWrapper = styled.div<{\n inline: boolean | undefined;\n maxHeight: number;\n withHeader: boolean;\n}>`\n overflow-y: auto;\n margin-top: ${({ withHeader }) => (withHeader ? '28px' : '')};\n max-height: ${({ maxHeight }) => (maxHeight ? `${maxHeight}px` : '300px')};\n`;\n\nexport const StyledCreatableLabel = styled.span`\n font-weight: bold;\n font-style: italic;\n`;\n\nexport const StyledCreatableValue = styled.span`\n word-break: break-all;\n`;\n\nexport const StyledNoResultsWrapper = styled.div`\n padding: 16px;\n`;\n"],
5
5
  "mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,cAAc;AAQhB,MAAM,oBAAoB,OAAO;AAAA,eACzB,CAAC,EAAE,QAAQ,SAAS,MAAO,SAAS,SAAS,GAAG;AAAA,WACpD,CAAC,EAAE,MAAM,MAAM,GAAG;AAAA;AAAA,gBAEb,CAAC,EAAE,UAAU,MAAM,GAAG;AAAA;AAAA;AAI/B,MAAM,aAAa,OAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAO1B,MAAM,2BAA2B,OAAO;AAAA;AAAA,gBAM/B,CAAC,EAAE,WAAW,MAAO,aAAa,SAAS;AAAA,gBAC3C,CAAC,EAAE,UAAU,MAAO,YAAY,GAAG,gBAAgB;AAAA;AAG5D,MAAM,uBAAuB,OAAO;AAAA;AAAA;AAAA;AAKpC,MAAM,uBAAuB,OAAO;AAAA;AAAA;AAIpC,MAAM,yBAAyB,OAAO;AAAA;AAAA;",
6
6
  "names": []
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-form-combobox",
3
- "version": "3.11.0-rc.3",
3
+ "version": "3.11.0-rc.5",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Controlled Form Combobox",
6
6
  "files": [
@@ -35,22 +35,22 @@
35
35
  "indent": 4
36
36
  },
37
37
  "dependencies": {
38
- "@elliemae/ds-button": "3.11.0-rc.3",
39
- "@elliemae/ds-circular-progress-indicator": "3.11.0-rc.3",
40
- "@elliemae/ds-form-checkbox": "3.11.0-rc.3",
41
- "@elliemae/ds-grid": "3.11.0-rc.3",
42
- "@elliemae/ds-icons": "3.11.0-rc.3",
43
- "@elliemae/ds-menu-items": "3.11.0-rc.3",
44
- "@elliemae/ds-pills": "3.11.0-rc.3",
45
- "@elliemae/ds-popperjs": "3.11.0-rc.3",
46
- "@elliemae/ds-system": "3.11.0-rc.3",
47
- "@elliemae/ds-truncated-tooltip-text": "3.11.0-rc.3",
48
- "@elliemae/ds-utilities": "3.11.0-rc.3",
38
+ "@elliemae/ds-button": "3.11.0-rc.5",
39
+ "@elliemae/ds-circular-progress-indicator": "3.11.0-rc.5",
40
+ "@elliemae/ds-form-checkbox": "3.11.0-rc.5",
41
+ "@elliemae/ds-grid": "3.11.0-rc.5",
42
+ "@elliemae/ds-icons": "3.11.0-rc.5",
43
+ "@elliemae/ds-menu-items": "3.11.0-rc.5",
44
+ "@elliemae/ds-pills": "3.11.0-rc.5",
45
+ "@elliemae/ds-popperjs": "3.11.0-rc.5",
46
+ "@elliemae/ds-system": "3.11.0-rc.5",
47
+ "@elliemae/ds-truncated-tooltip-text": "3.11.0-rc.5",
48
+ "@elliemae/ds-utilities": "3.11.0-rc.5",
49
49
  "react-virtual": "~2.10.4",
50
50
  "uid": "~2.0.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@elliemae/ds-form-helpers-mask-hooks": "3.11.0-rc.3",
53
+ "@elliemae/ds-form-helpers-mask-hooks": "3.11.0-rc.5",
54
54
  "@elliemae/pui-theme": "~2.6.0",
55
55
  "@testing-library/dom": "~8.13.0",
56
56
  "@testing-library/jest-dom": "~5.16.4",