@elliemae/ds-grid 3.1.0-next.2 → 3.1.0-next.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.
- package/dist/cjs/GridItem.js.map +2 -2
- package/dist/esm/GridItem.js +11 -1
- package/dist/esm/GridItem.js.map +2 -2
- package/package.json +15 -15
package/dist/cjs/GridItem.js.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/GridItem.tsx", "../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["/* eslint-disable max-lines */\n/* eslint-disable complexity */\nimport {
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;
|
|
4
|
+
"sourcesContent": ["/* eslint-disable max-lines */\n/* eslint-disable complexity */\nimport {\n styled,\n mapGap,\n background,\n borders,\n sizing,\n space,\n boxShadows,\n flexboxes,\n grids,\n LayoutProps,\n SpaceProps,\n SizingProps,\n} from '@elliemae/ds-system';\nimport { manageCols, manageRows, manageSpan } from './utils/styles';\nimport { DSGridT } from './react-desc-prop-types';\n\nexport const GridItem = styled.div<DSGridT.ItemProps & LayoutProps & SpaceProps & SizingProps>`\n display: grid;\n display: -ms-grid;\n column-gap: ${({ gutter }) => mapGap(gutter)};\n row-gap: ${({ gutter }) => mapGap(gutter)};\n ${grids}\n ${flexboxes}\n ${sizing}\n ${space}\n ${manageCols}\n ${manageRows}\n ${manageSpan}\n ${boxShadows}\n ${borders}\n ${background}\n`;\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADEvB,uBAaO;AACP,oBAAmD;AAG5C,MAAM,WAAW,wBAAO;AAAA;AAAA;AAAA,gBAGf,CAAC,EAAE,aAAa,6BAAO,MAAM;AAAA,aAChC,CAAC,EAAE,aAAa,6BAAO,MAAM;AAAA,IACtC;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/dist/esm/GridItem.js
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import {
|
|
2
|
+
import {
|
|
3
|
+
styled,
|
|
4
|
+
mapGap,
|
|
5
|
+
background,
|
|
6
|
+
borders,
|
|
7
|
+
sizing,
|
|
8
|
+
space,
|
|
9
|
+
boxShadows,
|
|
10
|
+
flexboxes,
|
|
11
|
+
grids
|
|
12
|
+
} from "@elliemae/ds-system";
|
|
3
13
|
import { manageCols, manageRows, manageSpan } from "./utils/styles";
|
|
4
14
|
const GridItem = styled.div`
|
|
5
15
|
display: grid;
|
package/dist/esm/GridItem.js.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../scripts/build/transpile/react-shim.js", "../../src/GridItem.tsx"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "/* eslint-disable max-lines */\n/* eslint-disable complexity */\nimport {
|
|
5
|
-
"mappings": "AAAA;
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "/* eslint-disable max-lines */\n/* eslint-disable complexity */\nimport {\n styled,\n mapGap,\n background,\n borders,\n sizing,\n space,\n boxShadows,\n flexboxes,\n grids,\n LayoutProps,\n SpaceProps,\n SizingProps,\n} from '@elliemae/ds-system';\nimport { manageCols, manageRows, manageSpan } from './utils/styles';\nimport { DSGridT } from './react-desc-prop-types';\n\nexport const GridItem = styled.div<DSGridT.ItemProps & LayoutProps & SpaceProps & SizingProps>`\n display: grid;\n display: -ms-grid;\n column-gap: ${({ gutter }) => mapGap(gutter)};\n row-gap: ${({ gutter }) => mapGap(gutter)};\n ${grids}\n ${flexboxes}\n ${sizing}\n ${space}\n ${manageCols}\n ${manageRows}\n ${manageSpan}\n ${boxShadows}\n ${borders}\n ${background}\n`;\n"],
|
|
5
|
+
"mappings": "AAAA;ACEA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAcA;AAGO,MAAM,WAAW,OAAO;AAAA;AAAA;AAAA,gBAGf,CAAC,EAAE,aAAa,OAAO,MAAM;AAAA,aAChC,CAAC,EAAE,aAAa,OAAO,MAAM;AAAA,IACtC;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-grid",
|
|
3
|
-
"version": "3.1.0-next.
|
|
3
|
+
"version": "3.1.0-next.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Grid",
|
|
6
6
|
"files": [
|
|
@@ -62,25 +62,17 @@
|
|
|
62
62
|
"reportFile": "tests.xml",
|
|
63
63
|
"indent": 4
|
|
64
64
|
},
|
|
65
|
-
"scripts": {
|
|
66
|
-
"dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
|
|
67
|
-
"test": "node ../../scripts/testing/test.mjs",
|
|
68
|
-
"lint": "node ../../scripts/lint.mjs",
|
|
69
|
-
"dts": "node ../../scripts/dts.mjs",
|
|
70
|
-
"build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs"
|
|
71
|
-
},
|
|
72
65
|
"dependencies": {
|
|
73
|
-
"@elliemae/ds-system": "3.1.0-next.
|
|
74
|
-
"@elliemae/ds-utilities": "3.1.0-next.
|
|
75
|
-
"@xstyled/styled-components": "~3.1.2"
|
|
76
|
-
"react-desc": "~4.1.3"
|
|
66
|
+
"@elliemae/ds-system": "3.1.0-next.5",
|
|
67
|
+
"@elliemae/ds-utilities": "3.1.0-next.5",
|
|
68
|
+
"@xstyled/styled-components": "~3.1.2"
|
|
77
69
|
},
|
|
78
70
|
"devDependencies": {
|
|
79
71
|
"@testing-library/jest-dom": "~5.16.2",
|
|
80
72
|
"@testing-library/react": "~12.1.4",
|
|
81
73
|
"@testing-library/user-event": "~13.5.0",
|
|
82
|
-
"
|
|
83
|
-
"styled-
|
|
74
|
+
"react-test-renderer": "~17.0.2",
|
|
75
|
+
"styled-components": "~5.3.3"
|
|
84
76
|
},
|
|
85
77
|
"peerDependencies": {
|
|
86
78
|
"lodash": "^4.17.21",
|
|
@@ -92,5 +84,13 @@
|
|
|
92
84
|
"publishConfig": {
|
|
93
85
|
"access": "public",
|
|
94
86
|
"typeSafety": false
|
|
87
|
+
},
|
|
88
|
+
"scripts": {
|
|
89
|
+
"dev": "cross-env NODE_ENV=development node ../../scripts/build/build.mjs --watch",
|
|
90
|
+
"test": "node ../../scripts/testing/test.mjs",
|
|
91
|
+
"lint": "node ../../scripts/lint.mjs",
|
|
92
|
+
"dts": "node ../../scripts/dts.mjs",
|
|
93
|
+
"build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
|
|
94
|
+
"checkDeps": "npx -yes ../ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|
|
95
95
|
}
|
|
96
|
-
}
|
|
96
|
+
}
|