@travelshift/ui
Advanced tools
@@ -31,4 +31,6 @@ @import "variables.scss"; | ||
| display: flex; | ||
| flex-wrap: wrap; | ||
| margin-top: map-get($gutters, small) / 2; | ||
| margin-left: 0; | ||
| margin-bottom: -1 * map-get($gutters, small) / 2; | ||
| margin-left: -1 * map-get($gutters, small) / 2; | ||
| @include media(large) { | ||
@@ -42,8 +44,7 @@ margin-top: 0; | ||
| @include reset-anchor; | ||
| & + & { | ||
| margin-left: map-get($gutters, small); | ||
| @include media(large) { | ||
| margin-top: 0; | ||
| margin-left: map-get($gutters, large); | ||
| } | ||
| margin-right: map-get($gutters, small) / 2; | ||
| margin-bottom: map-get($gutters, small) / 2; | ||
| @include media(large) { | ||
| margin-right: map-get($gutters, large); | ||
| margin-bottom: 0; | ||
| } | ||
@@ -50,0 +51,0 @@ } |
+86
-87
| { | ||
| "name": "@travelshift/ui", | ||
| "version": "5.0.35", | ||
| "license": "MIT", | ||
| "scripts": { | ||
| "build": "rm -rf dist && yarn build:js && yarn build:js:style && yarn build:scss && cp -r icons dist/icons", | ||
| "build:scss": "postcss 'components/**/*.scss' --dir dist/components --base components && sass dist/components:dist/components -I ./styles", | ||
| "build:js": "cross-env BABEL_ENV=commonjs babel . --out-dir dist --extensions .ts,.tsx --ignore typings,node_modules,**/styles.ts --source-maps inline", | ||
| "build:js:style": "cross-env BABEL_ENV=commonjs babel . --out-dir dist --extensions .ts,.tsx --only **/styles.ts --config-file=./babel.config.styles.js", | ||
| "prepublishOnly": "yarn build", | ||
| "lint": "run-p -c lint:*", | ||
| "lint:ts": "eslint . --ext .ts,.tsx,.js,.jsx", | ||
| "lint:css": "stylelint '**/*.scss'", | ||
| "format": "yarn lint:ts --fix && yarn lint:css --fix", | ||
| "test": "jest" | ||
| }, | ||
| "main": "./dist/index.js", | ||
| "files": [ | ||
| "dist/**" | ||
| ], | ||
| "dependencies": { | ||
| "fp-ts": "2.1.1", | ||
| "react-imgix": "8.6.4" | ||
| }, | ||
| "peerDependencies": { | ||
| "@apollo/react-components": "^3.0.1", | ||
| "@apollo/react-hooks": "^3.1.2", | ||
| "graphql-tag": "^2.10.1", | ||
| "react": "^16.14.1", | ||
| "react-dom": "^16.14.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/cli": "7.6.4", | ||
| "@babel/core": "7.6.4", | ||
| "@babel/plugin-proposal-object-rest-spread": "7.6.2", | ||
| "@babel/plugin-proposal-optional-chaining": "7.12.7", | ||
| "@babel/plugin-transform-react-jsx": "7.3.0", | ||
| "@babel/preset-typescript": "7.6.0", | ||
| "@emotion/babel-preset-css-prop": "10.0.17", | ||
| "@emotion/styled": "10.0.17", | ||
| "@testing-library/react": "9.3.0", | ||
| "@testing-library/react-hooks": "2.0.3", | ||
| "@types/jest": "24.0.18", | ||
| "@types/react": "16.9.5", | ||
| "@types/react-css-modules": "4.6.2", | ||
| "@typescript-eslint/eslint-plugin": "2.3.3", | ||
| "@typescript-eslint/parser": "2.3.3", | ||
| "autoprefixer": "9.7.0", | ||
| "babel-jest": "24.9.0", | ||
| "babel-loader": "8.0.6", | ||
| "babel-plugin-module-resolver": "^3.2.0", | ||
| "babel-plugin-react-css-modules": "5.2.6", | ||
| "babel-plugin-react-remove-properties": "0.3.0", | ||
| "babel-plugin-transform-rename-import": "2.3.0", | ||
| "cross-env": "6.0.3", | ||
| "eslint": "6.5.1", | ||
| "eslint-config-airbnb": "18.0.1", | ||
| "eslint-config-prettier": "6.3.0", | ||
| "eslint-import-resolver-typescript": "1.1.1", | ||
| "eslint-plugin-graphql": "3.1.0", | ||
| "eslint-plugin-import": "2.18.2", | ||
| "eslint-plugin-jsx-a11y": "6.2.3", | ||
| "eslint-plugin-prettier": "3.1.1", | ||
| "eslint-plugin-react": "7.14.3", | ||
| "graphql": "14.5.8", | ||
| "identity-obj-proxy": "3.0.0", | ||
| "jest": "24.9.0", | ||
| "jest-transform-graphql": "2.1.0", | ||
| "npm-run-all": "4.1.5", | ||
| "polished": "3.4.1", | ||
| "postcss-cli": "6.1.3", | ||
| "postcss-modules": "1.4.1", | ||
| "postcss-nested": "4.1.2", | ||
| "postcss-scss": "2.0.0", | ||
| "prettier": "1.18.2", | ||
| "react-test-renderer": "16.10.2", | ||
| "sass": "1.23.1", | ||
| "stylelint": "11.0.0", | ||
| "stylelint-config-prettier": "6.0.0", | ||
| "stylelint-order": "3.1.1", | ||
| "stylelint-prettier": "1.1.1", | ||
| "ts-jest": "24.1.0", | ||
| "typescript": "3.6.3", | ||
| "webpack": "4.41.1", | ||
| "webpack-cli": "3.3.9", | ||
| "webpack-node-externals": "1.7.2" | ||
| } | ||
| } | ||
| "name": "@travelshift/ui", | ||
| "version": "5.1.0", | ||
| "license": "MIT", | ||
| "scripts": { | ||
| "build": "rm -rf dist && yarn build:js && yarn build:js:style && yarn build:scss && cp -r icons dist/icons", | ||
| "build:scss": "postcss 'components/**/*.scss' --dir dist/components --base components && sass dist/components:dist/components -I ./styles", | ||
| "build:js": "cross-env BABEL_ENV=commonjs babel . --out-dir dist --extensions .ts,.tsx --ignore typings,node_modules,**/styles.ts --source-maps inline", | ||
| "build:js:style": "cross-env BABEL_ENV=commonjs babel . --out-dir dist --extensions .ts,.tsx --only **/styles.ts --config-file=./babel.config.styles.js", | ||
| "lint": "run-p -c lint:*", | ||
| "lint:ts": "eslint . --ext .ts,.tsx,.js,.jsx", | ||
| "lint:css": "stylelint '**/*.scss'", | ||
| "format": "yarn lint:ts --fix && yarn lint:css --fix", | ||
| "test": "jest" | ||
| }, | ||
| "main": "./dist/index.js", | ||
| "files": [ | ||
| "dist/**" | ||
| ], | ||
| "dependencies": { | ||
| "fp-ts": "2.1.1", | ||
| "react-imgix": "8.6.4" | ||
| }, | ||
| "peerDependencies": { | ||
| "@apollo/react-components": "^3.0.1", | ||
| "@apollo/react-hooks": "^3.1.2", | ||
| "graphql-tag": "^2.10.1", | ||
| "react": "^16.14.1", | ||
| "react-dom": "^16.14.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/cli": "7.6.4", | ||
| "@babel/core": "7.6.4", | ||
| "@babel/plugin-proposal-object-rest-spread": "7.6.2", | ||
| "@babel/plugin-proposal-optional-chaining": "7.12.7", | ||
| "@babel/plugin-transform-react-jsx": "7.3.0", | ||
| "@babel/preset-typescript": "7.6.0", | ||
| "@emotion/babel-preset-css-prop": "10.0.17", | ||
| "@emotion/styled": "10.0.17", | ||
| "@testing-library/react": "9.3.0", | ||
| "@testing-library/react-hooks": "2.0.3", | ||
| "@types/jest": "24.0.18", | ||
| "@types/react": "16.9.5", | ||
| "@types/react-css-modules": "4.6.2", | ||
| "@typescript-eslint/eslint-plugin": "2.3.3", | ||
| "@typescript-eslint/parser": "2.3.3", | ||
| "autoprefixer": "9.7.0", | ||
| "babel-jest": "24.9.0", | ||
| "babel-loader": "8.0.6", | ||
| "babel-plugin-module-resolver": "^3.2.0", | ||
| "babel-plugin-react-css-modules": "5.2.6", | ||
| "babel-plugin-react-remove-properties": "0.3.0", | ||
| "babel-plugin-transform-rename-import": "2.3.0", | ||
| "cross-env": "6.0.3", | ||
| "eslint": "6.5.1", | ||
| "eslint-config-airbnb": "18.0.1", | ||
| "eslint-config-prettier": "6.3.0", | ||
| "eslint-import-resolver-typescript": "1.1.1", | ||
| "eslint-plugin-graphql": "3.1.0", | ||
| "eslint-plugin-import": "2.18.2", | ||
| "eslint-plugin-jsx-a11y": "6.2.3", | ||
| "eslint-plugin-prettier": "3.1.1", | ||
| "eslint-plugin-react": "7.14.3", | ||
| "graphql": "14.5.8", | ||
| "identity-obj-proxy": "3.0.0", | ||
| "jest": "24.9.0", | ||
| "jest-transform-graphql": "2.1.0", | ||
| "npm-run-all": "4.1.5", | ||
| "polished": "3.4.1", | ||
| "postcss-cli": "6.1.3", | ||
| "postcss-modules": "1.4.1", | ||
| "postcss-nested": "4.1.2", | ||
| "postcss-scss": "2.0.0", | ||
| "prettier": "1.18.2", | ||
| "react-test-renderer": "16.10.2", | ||
| "sass": "1.23.1", | ||
| "stylelint": "11.0.0", | ||
| "stylelint-config-prettier": "6.0.0", | ||
| "stylelint-order": "3.1.1", | ||
| "stylelint-prettier": "1.1.1", | ||
| "ts-jest": "24.1.0", | ||
| "typescript": "3.6.3", | ||
| "webpack": "4.41.1", | ||
| "webpack-cli": "3.3.9", | ||
| "webpack-node-externals": "1.7.2" | ||
| } | ||
| } |
907867
0.03%