@arch-ui/common
Advanced tools
Comparing version
# @arch-ui/common | ||
## 0.0.7 | ||
### Patch Changes | ||
- Updated dependencies [[`129b0f6`](https://github.com/keystonejs/keystone/commit/129b0f61f34adb7482901d2da4ddb14ce1aedd62)]: | ||
- @arch-ui/theme@0.0.6 | ||
## 0.0.6 | ||
@@ -4,0 +11,0 @@ |
'use strict'; | ||
Object.defineProperty(exports, '__esModule', { | ||
value: true | ||
}); | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
@@ -22,5 +20,5 @@ var theme = require('@arch-ui/theme'); | ||
const xlDown = "@media (max-width: ".concat(XL_DEVICE, "px)"); | ||
var mediaQueries = | ||
/*#__PURE__*/ | ||
Object.freeze({ | ||
var mediaQueries = /*#__PURE__*/Object.freeze({ | ||
__proto__: null, | ||
smOnly: smOnly, | ||
@@ -36,2 +34,3 @@ mdOnly: mdOnly, | ||
}); | ||
const uniformHeight = { | ||
@@ -53,3 +52,4 @@ appearance: 'none', | ||
}; | ||
exports.mediaQueries = mediaQueries; | ||
exports.uniformHeight = uniformHeight; | ||
exports.mediaQueries = mediaQueries; |
@@ -12,2 +12,3 @@ "use strict"; | ||
var mediaQueries = Object.freeze({ | ||
__proto__: null, | ||
smOnly: smOnly, | ||
@@ -41,2 +42,2 @@ mdOnly: mdOnly, | ||
exports.uniformHeight = uniformHeight, exports.mediaQueries = mediaQueries; | ||
exports.mediaQueries = mediaQueries, exports.uniformHeight = uniformHeight; |
@@ -18,2 +18,3 @@ import { borderRadius, gridSize } from '@arch-ui/theme'; | ||
var mediaQueries = /*#__PURE__*/Object.freeze({ | ||
__proto__: null, | ||
smOnly: smOnly, | ||
@@ -47,2 +48,2 @@ mdOnly: mdOnly, | ||
export { uniformHeight, mediaQueries }; | ||
export { mediaQueries, uniformHeight }; |
{ | ||
"name": "@arch-ui/common", | ||
"description": "Common config used throughout @arch-ui Components and @keystone-alpha Admin UI.", | ||
"version": "0.0.6", | ||
"description": "Common config used throughout @arch-ui Components and @keystonejs Admin UI.", | ||
"version": "0.0.7", | ||
"author": "Jed Watson", | ||
@@ -9,5 +9,5 @@ "license": "MIT", | ||
"dependencies": { | ||
"@arch-ui/theme": "^0.0.5" | ||
"@arch-ui/theme": "^0.0.6" | ||
}, | ||
"module": "dist/common.esm.js" | ||
} | ||
} |
@@ -1,2 +0,1 @@ | ||
// @flow | ||
import { borderRadius, gridSize } from '@arch-ui/theme'; | ||
@@ -3,0 +2,0 @@ |
@@ -1,2 +0,1 @@ | ||
// @flow | ||
const XL_DEVICE = 1199; | ||
@@ -3,0 +2,0 @@ const LG_DEVICE = 991; |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
7034
2.55%8
-11.11%164
-1.8%1
Infinity%+ Added
- Removed
Updated