🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@arch-ui/common

Package Overview
Dependencies
Maintainers
8
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arch-ui/common - npm Package Compare versions

Comparing version

to
0.0.7

7

CHANGELOG.md
# @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 @@

14

dist/common.cjs.dev.js
'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;