@atlaskit/range
Advanced tools
Comparing version 5.0.1 to 5.0.2
# @atlaskit/range | ||
## 5.0.2 | ||
### Patch Changes | ||
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0 | ||
Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade | ||
to prevent duplicates of tslib being bundled. | ||
## 5.0.1 | ||
@@ -4,0 +13,0 @@ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var range_1 = require("./range"); | ||
exports.default = range_1.default; | ||
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return range_1.default; } }); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.performance = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ var react_1 = tslib_1.__importDefault(require("react")); |
/** @jsx jsx */ | ||
/// <reference types="react" /> | ||
/// <reference types="@emotion/core" /> | ||
import { ThemeTokens } from './theme'; | ||
@@ -5,0 +4,0 @@ export declare const overallHeight = 40; |
"use strict"; | ||
/** @jsx jsx */ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Input = exports.rangeInputStyle = exports.overallHeight = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -5,0 +6,0 @@ /* eslint-disable no-mixed-operators */ |
/// <reference types="react" /> | ||
/// <reference types="@emotion/core" /> | ||
export interface ThemeTokensThumb { | ||
@@ -4,0 +3,0 @@ background: string; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Theme = exports.track = exports.thumb = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ var colors = tslib_1.__importStar(require("@atlaskit/theme/colors")); |
{ | ||
"name": "@atlaskit/range", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"sideEffects": false | ||
} |
/** @jsx jsx */ | ||
/// <reference types="react" /> | ||
/// <reference types="@emotion/core" /> | ||
import { ThemeTokens } from './theme'; | ||
@@ -5,0 +4,0 @@ export declare const overallHeight = 40; |
/// <reference types="react" /> | ||
/// <reference types="@emotion/core" /> | ||
export interface ThemeTokensThumb { | ||
@@ -4,0 +3,0 @@ background: string; |
{ | ||
"name": "@atlaskit/range", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"sideEffects": false | ||
} |
/** @jsx jsx */ | ||
/// <reference types="react" /> | ||
/// <reference types="@emotion/core" /> | ||
import { ThemeTokens } from './theme'; | ||
@@ -5,0 +4,0 @@ export declare const overallHeight = 40; |
/// <reference types="react" /> | ||
/// <reference types="@emotion/core" /> | ||
export interface ThemeTokensThumb { | ||
@@ -4,0 +3,0 @@ background: string; |
{ | ||
"name": "@atlaskit/range", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/range", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "A styled version of the native input[range] element.", | ||
@@ -29,3 +29,3 @@ "publishConfig": { | ||
"@emotion/core": "^10.0.9", | ||
"tslib": "^1.9.3" | ||
"tslib": "^2.0.0" | ||
}, | ||
@@ -32,0 +32,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
101675
1301
- Removedtslib@1.14.1(transitive)
Updatedtslib@^2.0.0