@atlaskit/range 9.2.1 → 9.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @atlaskit/range
2
2
 
3
+ ## 9.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`61e72adacd58c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/61e72adacd58c) -
8
+ Fix layout regression.
9
+
3
10
  ## 9.2.1
4
11
 
5
12
  ### Patch Changes
@@ -0,0 +1,42 @@
1
+ {
2
+ "extends": "../../../../tsconfig.entry-points.dev-agents.json",
3
+ "compilerOptions": {
4
+ "declaration": true,
5
+ "target": "es5",
6
+ "outDir": "../../../../../dev-agents/tsDist/@atlaskit__range/app",
7
+ "rootDir": "../",
8
+ "composite": true
9
+ },
10
+ "include": [
11
+ "../src/**/*.ts",
12
+ "../src/**/*.tsx"
13
+ ],
14
+ "exclude": [
15
+ "../src/**/__tests__/*",
16
+ "../src/**/*.test.*",
17
+ "../src/**/test.*",
18
+ "../src/**/examples.*",
19
+ "../src/**/examples/*",
20
+ "../src/**/examples/**/*",
21
+ "../src/**/*.stories.*",
22
+ "../src/**/stories/*",
23
+ "../src/**/stories/**/*"
24
+ ],
25
+ "references": [
26
+ {
27
+ "path": "../../css/afm-dev-agents/tsconfig.json"
28
+ },
29
+ {
30
+ "path": "../../ds-lib/afm-dev-agents/tsconfig.json"
31
+ },
32
+ {
33
+ "path": "../../../platform/feature-flags/afm-dev-agents/tsconfig.json"
34
+ },
35
+ {
36
+ "path": "../../theme/afm-dev-agents/tsconfig.json"
37
+ },
38
+ {
39
+ "path": "../../tokens/afm-dev-agents/tsconfig.json"
40
+ }
41
+ ]
42
+ }
@@ -32,7 +32,7 @@ var firefoxStyles = null;
32
32
  var baseStyles = null;
33
33
  var themeStyles = null;
34
34
  var trackStyles = {
35
- root: "_4t3i1ylp _kqswh2mm _14mj1q5u _1ywu1ule _z0ai1y44 _1qdg1y44 _18postnw _1hfk1b6k _aetrb3bt _19nq1ssb _g0nfo1yi",
35
+ root: "_1bsb1osq _4t3i1ylp _kqswh2mm _14mj1q5u _1ywu1ule _z0ai1y44 _1qdg1y44 _18postnw _1hfk1b6k _aetrb3bt _19nq1ssb _g0nfo1yi",
36
36
  disabled: "_1peq2wxo"
37
37
  };
38
38
  var rangeA11yStyles = null;
@@ -18,7 +18,7 @@ const firefoxStyles = null;
18
18
  const baseStyles = null;
19
19
  const themeStyles = null;
20
20
  const trackStyles = {
21
- root: "_4t3i1ylp _kqswh2mm _14mj1q5u _1ywu1ule _z0ai1y44 _1qdg1y44 _18postnw _1hfk1b6k _aetrb3bt _19nq1ssb _g0nfo1yi",
21
+ root: "_1bsb1osq _4t3i1ylp _kqswh2mm _14mj1q5u _1ywu1ule _z0ai1y44 _1qdg1y44 _18postnw _1hfk1b6k _aetrb3bt _19nq1ssb _g0nfo1yi",
22
22
  disabled: "_1peq2wxo"
23
23
  };
24
24
  const rangeA11yStyles = null;
@@ -23,7 +23,7 @@ var firefoxStyles = null;
23
23
  var baseStyles = null;
24
24
  var themeStyles = null;
25
25
  var trackStyles = {
26
- root: "_4t3i1ylp _kqswh2mm _14mj1q5u _1ywu1ule _z0ai1y44 _1qdg1y44 _18postnw _1hfk1b6k _aetrb3bt _19nq1ssb _g0nfo1yi",
26
+ root: "_1bsb1osq _4t3i1ylp _kqswh2mm _14mj1q5u _1ywu1ule _z0ai1y44 _1qdg1y44 _18postnw _1hfk1b6k _aetrb3bt _19nq1ssb _g0nfo1yi",
27
27
  disabled: "_1peq2wxo"
28
28
  };
29
29
  var rangeA11yStyles = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/range",
3
- "version": "9.2.1",
3
+ "version": "9.2.2",
4
4
  "description": "A range lets users choose an approximate value on a slider.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"