@atlaskit/range
Advanced tools
Comparing version
# @atlaskit/range | ||
## 7.1.0 | ||
### Minor Changes | ||
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump | ||
### Patch Changes | ||
- Updated dependencies | ||
## 7.0.4 | ||
@@ -4,0 +14,0 @@ |
@@ -21,2 +21,6 @@ "use strict"; | ||
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; } | ||
// Combine omits the keys of the second from the first so in case of overlap the props of the second are used. | ||
// OwnProps is used for external documentation, but does not list every property supported by Range. | ||
// So we combine (a reduced list of) HTMLInputElement attributes with OwnProps to get the full type. | ||
var snapToStep = function snapToStep(value, min, step) { | ||
@@ -23,0 +27,0 @@ // Normalise the value to allow for division properly with different min values |
@@ -20,3 +20,3 @@ "use strict"; | ||
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; } | ||
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; } | ||
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; } /** @jsx jsx */ | ||
var VAR_THUMB_BORDER_COLOR = '--thumb-border'; | ||
@@ -23,0 +23,0 @@ var VAR_THUMB_SHADOW = '--thumb-shadow'; |
{ | ||
"name": "@atlaskit/range", | ||
"version": "7.0.4", | ||
"version": "7.1.0", | ||
"sideEffects": false | ||
} |
@@ -5,2 +5,7 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
import { Input } from './styled'; | ||
// Combine omits the keys of the second from the first so in case of overlap the props of the second are used. | ||
// OwnProps is used for external documentation, but does not list every property supported by Range. | ||
// So we combine (a reduced list of) HTMLInputElement attributes with OwnProps to get the full type. | ||
const snapToStep = (value, min, step) => { | ||
@@ -7,0 +12,0 @@ // Normalise the value to allow for division properly with different min values |
{ | ||
"name": "@atlaskit/range", | ||
"version": "7.0.4", | ||
"version": "7.1.0", | ||
"sideEffects": false | ||
} |
@@ -11,2 +11,7 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
import { Input } from './styled'; | ||
// Combine omits the keys of the second from the first so in case of overlap the props of the second are used. | ||
// OwnProps is used for external documentation, but does not list every property supported by Range. | ||
// So we combine (a reduced list of) HTMLInputElement attributes with OwnProps to get the full type. | ||
var snapToStep = function snapToStep(value, min, step) { | ||
@@ -13,0 +18,0 @@ // Normalise the value to allow for division properly with different min values |
{ | ||
"name": "@atlaskit/range", | ||
"version": "7.0.4", | ||
"version": "7.1.0", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/range", | ||
"version": "7.0.4", | ||
"version": "7.1.0", | ||
"description": "A range lets users choose an approximate value on a slider.", | ||
@@ -19,3 +19,2 @@ "publishConfig": { | ||
"atlassian": { | ||
"disableProductCI": true, | ||
"team": "Design System Team", | ||
@@ -35,5 +34,5 @@ "releaseModel": "scheduled", | ||
"dependencies": { | ||
"@atlaskit/ds-lib": "^2.1.0", | ||
"@atlaskit/theme": "^12.2.0", | ||
"@atlaskit/tokens": "^1.0.0", | ||
"@atlaskit/ds-lib": "^2.2.0", | ||
"@atlaskit/theme": "^12.5.0", | ||
"@atlaskit/tokens": "^1.3.0", | ||
"@babel/runtime": "^7.0.0", | ||
@@ -46,9 +45,9 @@ "@emotion/react": "^11.7.1" | ||
"devDependencies": { | ||
"@atlaskit/button": "^16.5.0", | ||
"@atlaskit/checkbox": "^12.4.0", | ||
"@atlaskit/button": "^16.7.0", | ||
"@atlaskit/checkbox": "^12.5.0", | ||
"@atlaskit/docs": "*", | ||
"@atlaskit/form": "^8.8.0", | ||
"@atlaskit/section-message": "^6.3.0", | ||
"@atlaskit/form": "^8.11.0", | ||
"@atlaskit/section-message": "^6.4.0", | ||
"@atlaskit/ssr": "*", | ||
"@atlaskit/tooltip": "^17.6.0", | ||
"@atlaskit/tooltip": "^17.8.0", | ||
"@atlaskit/visual-regression": "*", | ||
@@ -79,3 +78,5 @@ "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1", | ||
"analytics": "analytics-next", | ||
"theming": "tokens", | ||
"design-tokens": [ | ||
"color" | ||
], | ||
"deprecation": "no-deprecated-imports", | ||
@@ -82,0 +83,0 @@ "styling": [ |
73865
1.58%1130
0.8%Updated
Updated
Updated