@elliemae/ds-page-number 3.12.0-next.0 → 3.12.0-next.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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/components/utils.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["export const lengthToSize = (referenceWidth, value)
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAhB,MAAM,eAAe,CAAC,gBAAgB,
|
|
4
|
+
"sourcesContent": ["export const lengthToSize = (referenceWidth, value) => referenceWidth + (referenceWidth / 7) * String(value).length;\n\nexport const cleanPage = (value) => {\n if (!value || value === '' || isNaN(parseInt(value))) return '';\n return parseInt(String(value || 1).replace(/\\D/g, ''), 10);\n};\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAhB,MAAM,eAAe,CAAC,gBAAgB,UAAU,iBAAkB,iBAAiB,IAAK,OAAO,KAAK,EAAE;AAEtG,MAAM,YAAY,CAAC,UAAU;AAClC,MAAI,CAAC,SAAS,UAAU,MAAM,MAAM,SAAS,KAAK,CAAC;AAAG,WAAO;AAC7D,SAAO,SAAS,OAAO,SAAS,CAAC,EAAE,QAAQ,OAAO,EAAE,GAAG,EAAE;AAC3D;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../../src/components/utils.tsx"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export const lengthToSize = (referenceWidth, value)
|
|
5
|
-
"mappings": "AAAA,YAAY,WAAW;ACAhB,MAAM,eAAe,CAAC,gBAAgB,
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export const lengthToSize = (referenceWidth, value) => referenceWidth + (referenceWidth / 7) * String(value).length;\n\nexport const cleanPage = (value) => {\n if (!value || value === '' || isNaN(parseInt(value))) return '';\n return parseInt(String(value || 1).replace(/\\D/g, ''), 10);\n};\n"],
|
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;ACAhB,MAAM,eAAe,CAAC,gBAAgB,UAAU,iBAAkB,iBAAiB,IAAK,OAAO,KAAK,EAAE;AAEtG,MAAM,YAAY,CAAC,UAAU;AAClC,MAAI,CAAC,SAAS,UAAU,MAAM,MAAM,SAAS,KAAK,CAAC;AAAG,WAAO;AAC7D,SAAO,SAAS,OAAO,SAAS,CAAC,EAAE,QAAQ,OAAO,EAAE,GAAG,EAAE;AAC3D;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-page-number",
|
|
3
|
-
"version": "3.12.0-next.
|
|
3
|
+
"version": "3.12.0-next.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Page Number",
|
|
6
6
|
"files": [
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"indent": 4
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@elliemae/ds-button": "3.12.0-next.
|
|
47
|
-
"@elliemae/ds-classnames": "3.12.0-next.
|
|
48
|
-
"@elliemae/ds-form": "3.12.0-next.
|
|
49
|
-
"@elliemae/ds-icons": "3.12.0-next.
|
|
50
|
-
"@elliemae/ds-utilities": "3.12.0-next.
|
|
46
|
+
"@elliemae/ds-button": "3.12.0-next.1",
|
|
47
|
+
"@elliemae/ds-classnames": "3.12.0-next.1",
|
|
48
|
+
"@elliemae/ds-form": "3.12.0-next.1",
|
|
49
|
+
"@elliemae/ds-icons": "3.12.0-next.1",
|
|
50
|
+
"@elliemae/ds-utilities": "3.12.0-next.1"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@testing-library/jest-dom": "~5.16.4",
|