@atlaskit/range 9.3.1 → 9.3.3
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 +12 -0
- package/afm-cc/tsconfig.json +1 -1
- package/afm-products/tsconfig.json +1 -1
- package/docs/0-intro.tsx +2 -1
- package/package.json +12 -12
- package/build/tsconfig.json +0 -23
package/CHANGELOG.md
CHANGED
package/afm-cc/tsconfig.json
CHANGED
package/docs/0-intro.tsx
CHANGED
|
@@ -4,7 +4,7 @@ import { md } from '@atlaskit/docs';
|
|
|
4
4
|
import Link from '@atlaskit/link';
|
|
5
5
|
import SectionMessage from '@atlaskit/section-message';
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
const _default_1: any = md`
|
|
8
8
|
${(
|
|
9
9
|
<SectionMessage appearance="information">
|
|
10
10
|
This component is now documented on{' '}
|
|
@@ -12,3 +12,4 @@ ${(
|
|
|
12
12
|
</SectionMessage>
|
|
13
13
|
)}
|
|
14
14
|
`;
|
|
15
|
+
export default _default_1;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/range",
|
|
3
|
-
"version": "9.3.
|
|
3
|
+
"version": "9.3.3",
|
|
4
4
|
"description": "A range lets users choose an approximate value on a slider.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -24,11 +24,11 @@
|
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@atlaskit/css": "^0.
|
|
27
|
+
"@atlaskit/css": "^0.19.0",
|
|
28
28
|
"@atlaskit/ds-lib": "^5.3.0",
|
|
29
29
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
30
30
|
"@atlaskit/theme": "^21.0.0",
|
|
31
|
-
"@atlaskit/tokens": "^
|
|
31
|
+
"@atlaskit/tokens": "^10.0.0",
|
|
32
32
|
"@babel/runtime": "^7.0.0",
|
|
33
33
|
"@compiled/react": "^0.18.6"
|
|
34
34
|
},
|
|
@@ -39,16 +39,16 @@
|
|
|
39
39
|
"@af/accessibility-testing": "workspace:^",
|
|
40
40
|
"@af/integration-testing": "workspace:^",
|
|
41
41
|
"@af/visual-regression": "workspace:^",
|
|
42
|
-
"@atlaskit/button": "^23.
|
|
43
|
-
"@atlaskit/checkbox": "^17.
|
|
44
|
-
"@atlaskit/docs": "^11.
|
|
45
|
-
"@atlaskit/form": "^15.
|
|
46
|
-
"@atlaskit/link": "^3.
|
|
47
|
-
"@atlaskit/primitives": "^
|
|
48
|
-
"@atlaskit/section-message": "^8.
|
|
49
|
-
"@atlaskit/tooltip": "^20.
|
|
42
|
+
"@atlaskit/button": "^23.9.0",
|
|
43
|
+
"@atlaskit/checkbox": "^17.3.0",
|
|
44
|
+
"@atlaskit/docs": "^11.3.0",
|
|
45
|
+
"@atlaskit/form": "^15.3.0",
|
|
46
|
+
"@atlaskit/link": "^3.3.0",
|
|
47
|
+
"@atlaskit/primitives": "^17.1.0",
|
|
48
|
+
"@atlaskit/section-message": "^8.12.0",
|
|
49
|
+
"@atlaskit/tooltip": "^20.14.0",
|
|
50
50
|
"@atlassian/ssr-tests": "workspace:^",
|
|
51
|
-
"@testing-library/react": "^
|
|
51
|
+
"@testing-library/react": "^16.3.0",
|
|
52
52
|
"lodash": "^4.17.21",
|
|
53
53
|
"react-dom": "^18.2.0"
|
|
54
54
|
},
|
package/build/tsconfig.json
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": "../tsconfig",
|
|
3
|
-
"compilerOptions": {
|
|
4
|
-
"declaration": true,
|
|
5
|
-
"target": "es5",
|
|
6
|
-
"paths": {}
|
|
7
|
-
},
|
|
8
|
-
"include": [
|
|
9
|
-
"../src/**/*.ts",
|
|
10
|
-
"../src/**/*.tsx"
|
|
11
|
-
],
|
|
12
|
-
"exclude": [
|
|
13
|
-
"../src/**/__tests__/*",
|
|
14
|
-
"../src/**/*.test.*",
|
|
15
|
-
"../src/**/test.*",
|
|
16
|
-
"../src/**/examples.*",
|
|
17
|
-
"../src/**/examples/*",
|
|
18
|
-
"../src/**/examples/**/*",
|
|
19
|
-
"../src/**/*.stories.*",
|
|
20
|
-
"../src/**/stories/*",
|
|
21
|
-
"../src/**/stories/**/*"
|
|
22
|
-
]
|
|
23
|
-
}
|